remote Zoom
open fun remoteZoom( @NonNull ratio: Double, @Nullable cx: Double, @Nullable cy: Double): Boolean
Content copied to clipboard
Call this method to apply a remote zoom this isVideoCallSession
Return
if this is not videoCallSession return false return .mVoipCall.setVideoRemoteZoom(ratio,cx,cy) if cy an cx not null otherwise return the result of same function but in center (cx = 0.5, cy = 0.5)
Parameters
ratio
: The zoom factor
cx
: The X coordination, a value between [0..1]
cy
: The Y coordination, a value between [0..1]