Conference Commands
Update conference participant
Update conference participant supervisor_role
post/conferences/{id}/actions/update
Path parameters
idstring required
Uniquely identifies the conference by id or name
Request body
Example request
{
"call_control_id": "v3:MdI91X4lWFEs7IgbBEOT9M4AigoY08M0WWZFISt1Yw2axZ_IiE4pqg",
"command_id": "891510ac-f3e4-11e8-af5b-de00688a4901",
"supervisor_role": "whisper",
"whisper_call_control_ids": [
"v2:Sg1xxxQ_U3ixxxyXT_VDNI3xxxazZdg6Vxxxs4-GNYxxxVaJPOhFMRQ",
"v2:qqpb0mmvd-ovhhBr0BUQQn0fld5jIboaaX3-De0DkqXHzbf8d75xkw"
]
}Response
Successful response upon making a conference command.
Example response
{
"data": {
"result": "ok"
}
}