4.2.3.4 Call State

Get the current state of the call processing layer as one of the strings below:

{Idle, IncomingReceived, OutgoingInit, OutgoingProgress, OutgoingRinging, OutgoingEarlyMedia, Connected, StreamsRunning, Pausing, Paused, Resuming, Referred, Error, CallEnd, PausedByRemote, UpdatedByRemote, IncomingEarlyMedia, Updating, Released, EarlyUpdatedByRemote, EarlyUpdating}

Refer to http://www.linphone.org for more information.

URL:

https://<IP>/api/v1/call/status

HTTP method:

GET

Request body:

N/A

Response code:

Standard HTTP response code, treating syntactic errors

Response data:

{"data":{"success":<boolean>, "call_state":"<string>"}}