force Sending Video Landscape
abstract fun forceSendingVideoLandscape(forceLandscape: Boolean, callback: CompletionHandler<Void>?)
To force landscape video transfer of local video view. Default value is false
Since
3.2.1
Parameters
force Landscape
True if you want to force landscape video transfer. Otherwise, false.
callback
A closure to be executed when completed, with error if force Landscape value set is failed, otherwise nil.