A reference to this class is passed to the media engine's main event handler
VoipMediaEngine..::.SIPCALLBACKPROC
whenever an incoming DTMF digit is detected. The contents of this class is used by application software
to detect in-band and/or RFC2833 DTMF digit ON and OFF detections. Applications can access this data
by processing the SipDtmfDigitEvent in the main media engine callback procedure.
Namespace:
LanScape
Assembly:
LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
Visual Basic (Declaration) |
---|
Public Class DTMF_EVENT_DATA _
Implements IDisposable |
Visual C++ |
---|
public ref class DTMF_EVENT_DATA : IDisposable |
Inheritance Hierarchy
See Also