ScreenShareCaptureOptions.from constructor
ScreenShareCaptureOptions.from(- {bool useiOSBroadcastExtension = false,
- bool captureScreenAudio = false,
- bool preferCurrentTab = false,
- String? selfBrowserSurface,
- required VideoCaptureOptions captureOptions}
)
Implementation
ScreenShareCaptureOptions.from(
{this.useiOSBroadcastExtension = false,
this.captureScreenAudio = false,
this.preferCurrentTab = false,
this.selfBrowserSurface,
required VideoCaptureOptions captureOptions})
: super(params: captureOptions.params);