Click or drag to resize
LyncPlatformLibraryAudioCallSendDigits Method
Sends the specified DTMF digits or tones to the call instance then raises an DigitsSent event on completion.

Namespace: Inkostar.Classes
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SendDigits(
	string digits
)

Parameters

digits
Type: SystemString
The digits to send.
Examples
6001#

Implements

ILyncPlatformLibraryInteractionSendDigits(String)
See Also