ScreenShareCaptureOptions.from constructor

ScreenShareCaptureOptions.from({
  1. bool useiOSBroadcastExtension = false,
  2. bool captureScreenAudio = false,
  3. bool preferCurrentTab = false,
  4. String? selfBrowserSurface,
  5. required VideoCaptureOptions captureOptions,
})

Implementation

ScreenShareCaptureOptions.from({
  this.useiOSBroadcastExtension = false,
  this.captureScreenAudio = false,
  this.preferCurrentTab = false,
  this.selfBrowserSurface,
  required VideoCaptureOptions captureOptions,
}) : super(params: captureOptions.params);