Conference Commands
Stop audio being played on the conference
Stop audio being played to all or some participants on a conference call.
post/conferences/{id}/actions/stop
Path parameters
idstring required
Uniquely identifies the conference by id or name
Request body
Example request
{
"region": "US"
}Response
Successful response upon making a conference command.
Example response
{
"data": {
"result": "ok"
}
}