suppressLocalAudioPlayback property

bool get suppressLocalAudioPlayback

The MediaTrackSettings dictionary's suppressLocalAudioPlayback property controls whether the audio playing in a tab will continue to be played out of a user's local speakers when the tab is captured.

For example, in cases where you broadcast a video call to an external AV system in a conference room, you will want the audio to play out of the AV system, and not the local speakers. This way, the audio will be louder and clearer, and also in sync with the conference video.

Implementation

external bool get suppressLocalAudioPlayback;
set suppressLocalAudioPlayback (bool value)

Implementation

external set suppressLocalAudioPlayback(bool value);