v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
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

client_statestring required

Use this field to add state to every subsequent webhook. It must be a valid Base-64 encoded string.

Example request

{
  "client_state": "aGF2ZSBhIG5pY2UgZGF5ID1d"
}

Response

Successful response upon making a call control command.

Example response

{
  "data": {
    "result": "ok"
  }
}