cameraOn static method
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();
}
Turn on the camera, when you call it, the other party will receive a ChatCallKitObserver.onUserMuteVideo callback.
static Future<void> cameraOn() async {
await _impl.startPreview();
}