Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
1get autoMuteVideoOnHidden(): boolean2set autoMuteVideoOnHidden(value: boolean)
Whether to auto-mute video when the tab becomes hidden.
If true, auto-mutes video when the tab or window becomes hidden.
true
1// Read2console.log(client.preferences.autoMuteVideoOnHidden);34// Write5client.preferences.autoMuteVideoOnHidden = true;