startScreenSharing method
Implementation
Future<void> startScreenSharing({DesktopCapturerSource? source}) async {
await _sdk.startScreenSharing(source: source);
}
Future<void> startScreenSharing({DesktopCapturerSource? source}) async {
await _sdk.startScreenSharing(source: source);
}