Delegate DtmfDigitReceivedDelegate
Delegate type for the DtmfDigitReceived event of the AudioDestination class.
Namespace: SipLib.Media
Assembly: SipLib.dll
Syntax
public delegate void DtmfDigitReceivedDelegate(DtmfEventEnum digit)
Parameters
Type | Name | Description |
---|---|---|
DtmfEventEnum | digit | DTMF digit that was received. |