stopPreview method

  1. @override
Future<void> stopPreview()

Stops the local video preview and the video.

Call this method before joining a channel.

Implementation

@override
Future<void> stopPreview() {
  return _invokeMethod('stopPreview');
}