callUpdated$

View as MarkdownOpen in Claude
get callUpdated$(): Observable<CallUpdatedPayload>

Observable of call-updated events.

Examples

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