Call Commands
Switch supervisor role
Switch the supervisor role for a bridged call. This allows switching between different supervisor modes during an active call
post/calls/{call_control_id}/actions/switch_supervisor_role
Path parameters
call_control_idstring required
Unique identifier and token for controlling the call
Request body
Example request
{
"role": "barge"
}Response
Successful response upon making a call control command.
Example response
{
"data": {
"result": "ok"
}
}