Click or drag to resize

CallSendDtmf Method

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
C#
public 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
Since: 0.1.0
See Also