cameraOff static method

Future<void> cameraOff()

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();
}