state$

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