disableVideoCapture

open fun disableVideoCapture(deviceName: String): Boolean

Stops capturing local video.After disabling capture, the application will receive a notification that the stream has been removed and can remove its container view.

Return

Returns true if operation successful, returns false otherwise.