Conference Commands
Send DTMF to conference participants
Send DTMF tones to one or more conference participants.
post/conferences/{id}/actions/send_dtmf
Path parameters
idstring uuid required
Uniquely identifies the conference.
Request body
Example request
{
"digits": "1234#",
"duration_millis": 250
}Response
Successful response upon making a conference command.
Example response
{
"data": {
"result": "ok"
}
}