Click or drag to resize
LyncPlatformLibraryAudioCallGetDigits Method (String, Int32)
Starts waiting for DTMF input specifying the terminating DTMF digit and a digit timeout 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,
	int getDigitsTimeoutSeconds
)

Parameters

terminatingDigit
Type: SystemString
The terminating digit which will signal the end of GetDigits and collect the DTMF input.
getDigitsTimeoutSeconds
Type: SystemInt32
The timeout in seconds after which the operation will end if no DTMF input is received.

Implements

ILyncPlatformLibraryInteractionGetDigits(String, Int32)
See Also