setRemoteVideoRenderMode

abstract fun setRemoteVideoRenderMode(mode: Call.VideoRenderMode, callback: CompletionHandler<Void>?)

Specify how the remote video adjusts its content to be render in a view.

Since

2.6.0

Parameters

mode

the video render mode

callback

A closure to be executed when completed, with error if the invocation is illegal or failed, otherwise nil.