Class ScreenCaptureParameters2

Screen sharing configurations.

Hierarchy

  • ScreenCaptureParameters2

Constructors

Properties

audioParams?: ScreenAudioParameters

The audio configuration for the shared screen stream. See ScreenAudioParameters .This parameter only takes effect when captureAudio is true.

captureAudio?: boolean

Determines whether to capture system audio during screen sharing:true: Capture system audio.false: (Default) Do not capture system audio.Due to system limitations, capturing system audio is only applicable to Android API level 29 and later (that is, Android 10 and later).

captureVideo?: boolean

Whether to capture the screen when screen sharing:true: (Default) Capture the screen.false: Do not capture the screen.Due to system limitations, the capture screen is only applicable to Android API level 21 and above, that is, Android 5 and above.

videoParams?: ScreenVideoParameters

The video configuration for the shared screen stream. See ScreenVideoParameters .This parameter only takes effect when captureVideo is true.

Generated using TypeDoc