Conference Commands
Play audio to conference participants
Play audio to all or some participants on a conference call.
post/conferences/{id}/actions/play
Path parameters
idstring required
Uniquely identifies the conference by id or name
Request body
Example request
{
"audio_url": "http://www.example.com/sounds/greeting.wav"
}Response
Successful response upon making a conference command.
Example response
{
"data": {
"result": "ok"
}
}