cameraOff static method
Turn off the camera, when you call it, the other party will receive a ChatCallKitObserver.onUserMuteVideo callback.
Implementation
static Future<void> cameraOff() async {
await _impl.stopPreview();
}
Turn off the camera, when you call it, the other party will receive a ChatCallKitObserver.onUserMuteVideo callback.
static Future<void> cameraOff() async {
await _impl.stopPreview();
}