EntitiesWebRTCCallstatus$Copy page|View as Markdown|Open in Claude|More actionsget status$(): Observable<CallStatus> Observable of the current call status (e.g. 'ringing', 'connected'). status get status(): CallStatus Current call status. Examples call.status$.subscribe((status) => { console.log('status:', status);});