Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
autoGain$
1get autoGain$(): Observable<boolean | undefined>
Observable indicating whether auto-gain control is enabled.
1get autoGain(): boolean
Whether automatic gain control is enabled.
1participant.autoGain$.subscribe((autoGain) => {2 console.log('autoGain:', autoGain);3});