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:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void SendDtmf(
	string dtmf,
	Action<SparkApiEventArgs> completedHandler
)

Parameters

dtmf
Type: SystemString
any combination of valid DTMF events matching regex mattern "^[0-9#\*abcdABCD]+$"
completedHandler
Type: SystemActionSparkApiEventArgs
The completed event handler.
Remarks
Since: 0.1.0
See Also