Determines whether to capture the audio played by the current application:
true
: Capture.false
: (Default) Do not capture.The volume of the captured system audio. The value range is [0,100]. The default value is 100.
The number of audio channels. The default value is 2, indicating dual channels.
The audio sample rate (Hz). The default value is 16000.
Generated using TypeDoc
The audio configuration for the shared screen stream.
Only available for scenarios where
captureAudio
istrue
.v3.7.0