Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 767 Bytes

sip.js.simpleuserdelegate.oncalldtmfreceived.md

File metadata and controls

29 lines (17 loc) · 767 Bytes

Home > sip.js > SimpleUserDelegate > onCallDTMFReceived

SimpleUserDelegate.onCallDTMFReceived() method

Called when a call receives an incoming DTMF tone.

Signature:

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

Parameters

Parameter Type Description
tone string
duration number

Returns:

void

Remarks

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