Is Call Recording
This request requests the recording state of the active user call.
If true is returned the call is recording else not.
Resource
GET /me/calls/<CALL_ID>/is_recording
Where 'CALL_ID' is the call ID of the active user call.
Parameters
None
Payload
None
Response
The recording state of the user call (true/false).
Context
Authorization |
User |
Example
Request
GET https://xelion.nl/api/v1/master/me/calls/1234345/is_recording
Payload
{
"object": true,
"links": [
{
"rel": "self",
"href": "https://arno.xelion.nl/api/v1/master/me/calls/d04be5bb/is_recording",
"method": "GET"
}
]
}