Call Commands
Update client state
Updates client state
put/calls/{call_control_id}/actions/client_state_update
Path parameters
call_control_idstring required
Unique identifier and token for controlling the call
Request body
Example request
{
"client_state": "aGF2ZSBhIG5pY2UgZGF5ID1d"
}Response
Successful response upon making a call control command.
Example response
{
"data": {
"result": "ok"
}
}