enable Video Capture
open fun enableVideoCapture(deviceName: String, resolution: String, blurring: Boolean): Boolean
Content copied to clipboard
Enables video to be captured and shared in meeting on specified device using the specified resolution.Application can call getLastError for more details if call failed.
Return
Returns true if operation successful, returns false otherwise.
Parameters
deviceName
Name of desired camera to open: ANDROID_FRONT_CAMERA or ANDROID_BACK_CAMERA
resolution
Video resolution/codec to be utilized. List of supported video resolutions for the current camera can be retrieved using getSupportedVideoSendResolutions .