Get Call Live Status
GET/api/webphone/calls/:call_id/live-status
Read-only live status of a call — used by the web phone's reconnect
reconciliation (Layer 3). A call_rejected_by_user / call_answered
socket echo can be missed if a device's socket was mid-reconnect when it
fired, leaving a ring stuck on screen. On every reconnect the client
re-checks each call it still shows as ringing and drops any whose status is
no longer 'ringing'/'initiated'.
Returns the raw call status (e.g. 'ringing', 'connected', 'ended'), or 'not_found' if the call no longer exists.
Request
Responses
- 200
- 404
- 422
Successful Response
Not found
Validation Error