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