POST/rooms/:name/dialOut/sendDTMF
POST
/rooms/:name/dialOut/sendDTMF
sends DTMF tone.
Path params
string
The name of the room.
Body params
string
The participant ID of the dialOut session
string
Combined string of DTMF tones to send (e.g., "1234#"). Maximum 20 characters.
integer
Duration in milliseconds, represents the duration between each DTMF digit. Must be between 50 and 2000. The default duration is 500ms.
Example requests
Example responses
;