Conference Commands
Mute conference participants
Mute a list of participants in a conference call
post/conferences/{id}/actions/mute
Path parameters
idstring required
Uniquely identifies the conference by id or name
Request body
Example request
{
"call_control_ids": [
"v3:MdI91X4lWFEs7IgbBEOT9M4AigoY08M0WWZFISt1Yw2axZ_IiE4pqg"
]
}Response
Successful response upon making a conference command.
Example response
{
"data": {
"result": "ok"
}
}