Sends DTMF events to the remote party. Valid DTMF events are 0-9, *, #, a-d, and A-D.
            
 
    Namespace: 
   WebexSDK
    Assembly:
   WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
 Syntax
Syntaxpublic void SendDtmf(
	string dtmf,
	Action<WebexApiEventArgs> completedHandler
)
Parameters
- dtmf
- Type: SystemString
 any combination of valid DTMF events matching regex pattern "^[0-9#\*abcdABCD]+$"
- completedHandler
- Type: SystemActionWebexApiEventArgs
 The completed event handler.
 Remarks
RemarksSince: 0.1.0
 See Also
See Also