Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
locked$
1get locked$(): Observable<boolean>
Observable indicating whether the address (room) is locked.
1get locked(): boolean
Whether the address (room) is locked.
1address.locked$.subscribe((locked) => {2 console.log('locked:', locked);3});