2.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, Refered, Error, CallEnd, PausedByRemote, UpdatedByRemote, IncomingEarlyMedia, Updating, Released, EarlyUpdatedByRemote, EarlyUpdating}
Refer to http://www.linphone.org for more information.
URL: | https://{{ip_addr}}/api/v1/hipm/call |
HTTP method: | GET |
Response code: | Standard HTTP response code, treating syntactic errors. |
Response data: | { "data": { "state": "Released" } } |