Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
1get enableAutoDegradation(): boolean2set enableAutoDegradation(value): void
Whether automatic video degradation on low bandwidth is enabled.
If true, the SDK automatically degrades quality under poor network conditions.
true
1console.log(client.preferences.enableAutoDegradation);