callStates$

View as MarkdownOpen in Claude
get callStates$(): Observable<CallStatePayload>

Observable of call state-change events.

Examples

call.callStates$.subscribe((callStates) => {
console.log('callStates:', callStates);
});