EntitiesWebRTCCalllocked$Copy page|View as Markdown|Open in Claude|More actionsget locked$(): Observable<boolean> Observable indicating whether the call room is locked. locked get locked(): boolean Whether the call room is locked. Examples call.locked$.subscribe((locked) => { console.log('locked:', locked);});