stopScreenSharing method

  1. @override
Future<void> stopScreenSharing()
override

3.11 Stop screen sharing

Implementation

@override
Future<void> stopScreenSharing() async {
  TRTCCloud trtcCloud = (await TRTCCloud.sharedInstance())!;
  trtcCloud.stopScreenCapture();
}