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