sip.js.sessionmanager.senddtmf.md
October 20, 2022 ยท View on GitHub
Home > sip.js > SessionManager > sendDTMF
SessionManager.sendDTMF() method
Send DTMF.
Signature:
sendDTMF(session: Session, tone: string): Promise<void>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| session | Session | Session to send on. |
| tone | string | Tone to send. |
Returns:
Promise<void>
Remarks
Send an INFO request with content type application/dtmf-relay.