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 {
tools.log("ChatCallKitManager:cameraOff called");
await _impl.stopPreview();
}