Lets callers specify Daily's DTMF delivery method (e.g. "rfc2833" or "info") alongside `session_id` and `digit_duration_ms`. Forwarded to Daily's `send_dtmf` as `method`.
690 B
690 B
- Added
DailyTransport.send_dtmf()to expose the Daily call client's DTMF sending capability, enabling applications to send tones during a call (e.g. IVR navigation). - Added
buttonsfield toOutputDTMFFrameandOutputDTMFUrgentFramefor sending multi-key DTMF sequences as alist[KeypadEntry]. UseOutputDTMFFrame.from_string("123#")(or the equivalent onOutputDTMFUrgentFrame) to build one from a dial string. - Added
DailyOutputDTMFFrameandDailyOutputDTMFUrgentFrameframes. In addition to the inheritedbuttons, they acceptsession_id,digit_duration_msandmethod, which are forwarded to Daily'ssend_dtmfassessionId,digitDurationMsandmethod.