EntitiesSelfCapabilitiesstate$Copy page|View as Markdown|Open in Claude|More actionsget state$(): Observable<CallCapabilitiesState> Observable for the full capabilities state state get state(): CallCapabilitiesState Current full capabilities state Examples capabilities.state$.subscribe((state) => { console.log('state:', state);});