locked$

View as MarkdownOpen in Claude
get 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);
});