rooms/:name/dialOut/sendDTMF
Dial Out
Room Dial Out Send DTMF
send DTMF digits on the dialout
POST
rooms/:name/dialOut/sendDTMF
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
The participant ID of the dialOut session
Combined string of DTMF tones to send (e.g., "1234#"). Maximum 20 characters.
Duration in milliseconds, represents the duration between each DTMF digit. Must be between 50 and 2000. The default duration is 500ms.
Required range:
50 <= x <= 2000Response
200