Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 817 Bytes

sip.js.sessiondescriptionhandler.senddtmf.md

File metadata and controls

27 lines (16 loc) · 817 Bytes

Home > sip.js > SessionDescriptionHandler > sendDtmf

SessionDescriptionHandler.sendDtmf() method

Send DTMF via RTP (RFC 4733). Returns true if DTMF send is successful, false otherwise.

Signature:

sendDtmf(tones: string, options?: unknown): boolean;

Parameters

Parameter Type Description
tones string A string containing DTMF digits.
options unknown Options object to be used by sendDtmf.

Returns:

boolean

True if DTMF send is successful, false otherwise.