Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 800 Bytes

File metadata and controls

30 lines (18 loc) · 800 Bytes

Home > sip.js > SessionManagerDelegate > onCallDTMFReceived

SessionManagerDelegate.onCallDTMFReceived() method

Called when a call receives an incoming DTMF tone.

Signature:

onCallDTMFReceived?(session: Session, tone: string, duration: number): void;

Parameters

Parameter Type Description
session Session
tone string
duration number

Returns:

void

Remarks

Callback for handling an incoming INFO request with content type application/dtmf-relay.