Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
deaf$
1get deaf$(): Observable<boolean | undefined>
Observable indicating whether the participant is deafened.
1get deaf(): boolean
Whether the participant is deafened (incoming audio muted).
1participant.deaf$.subscribe((deaf) => {2 console.log('deaf:', deaf);3});