Conference Commands
Gather DTMF using audio prompt in a conference
Play an audio file to a specific conference participant and gather DTMF input.
post/conferences/{id}/actions/gather_using_audio
Path parameters
idstring uuid required
Uniquely identifies the conference.
Request body
Example request
{
"audio_url": "http://example.com/gather_prompt.wav",
"call_control_id": "v3:MdI91X4lWFEs7IgbBEOT9M4AigoY08M0WWZFISt1Yw2axZ_IiE4pqg",
"maximum_digits": 4,
"minimum_digits": 1,
"timeout_millis": 30000
}Response
Successful response upon making a conference command.
Example response
{
"data": {
"result": "ok"
}
}