Click or drag to resize
LyncPlatformLibraryAudioCallGetDigits Method (String)
Starts waiting for DTMF input specifying a terminating digit then raises an WaitingForDigits event on completion.

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

Parameters

terminatingDigit
Type: SystemString
The terminating digit which will signal the end of GetDigits and collect the DTMF input.

Implements

ILyncPlatformLibraryInteractionGetDigits(String)
See Also