cameraOn static method

Future<void> cameraOn()

Turn on the camera, when you call it, the other party will receive a ChatCallKitObserver.onUserMuteVideo callback.

Implementation

static Future<void> cameraOn() async {
  await _impl.startPreview();
}