Pause video recording.
@override Future<void> pauseVideoRecording(int cameraId) async { throw CameraException( 'pauseVideoRecording', 'Pausing video recording is not supported on desktop.', ); }