interface IScreensharingOpts {
    audio?: boolean;
    desktopCapturerSourceId?: string;
    throwOnFail?: boolean;
}

Properties

audio?: boolean
desktopCapturerSourceId?: string

sourceId for Electron DesktopCapturer

throwOnFail?: boolean