stopAllRemoteView method

Future<void> stopAllRemoteView()

Stop subscribing to all remote users' video streams and release all rendering resources

Note: if there is a screen sharing image, it will be stopped together with other remote video images.

Implementation

Future<void> stopAllRemoteView() {
  return _cloudChannel!.invokeMethod('stopAllRemoteView');
}