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