menu
cloudroomvideosdk package
documentation
implements/cr_impl_screen_share.dart
CrScreenShareImpl
stopScreenShare method
stopScreenShare method
dark_mode
light_mode
stopScreenShare
method
Future
<
int
>
stopScreenShare
(
)
Implementation
Future<int> stopScreenShare() async { return await _channel.invokeMethod("stopScreenShare"); }
cloudroomvideosdk package
documentation
implements/cr_impl_screen_share
CrScreenShareImpl
stopScreenShare method
CrScreenShareImpl extension on
CrImpl