startScreenSharing method

Future<void> startScreenSharing({
  1. DesktopCapturerSource? source,
})

Implementation

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