Send DTMF tones to one or more conference participants.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Uniquely identifies the conference.
DTMF digits to send. Valid characters: 0-9, A-D, *, #, w (0.5s pause), W (1s pause).
"1234#"
Array of participant call control IDs to send DTMF to. When empty, DTMF will be sent to all participants.
[
"v3:MdI91X4lWFEs7IgbBEOT9M4AigoY08M0WWZFISt1Yw2axZ_IiE4pqg"
]Duration of each DTMF digit in milliseconds.
100 <= x <= 500250
Use this field to add state to every subsequent webhook. Must be a valid Base-64 encoded string.
"aGF2ZSBhIG5pY2UgZGF5ID1d"
Successful response upon making a conference command.
{ "result": "ok" }