| LyncPlatformLibraryAudioCallGetDigits Method |
| Name | Description | |
|---|---|---|
| GetDigits |
Starts waiting indefintaely for DTMF input then raises an WaitingForDigits event on completion.
| |
| GetDigits(String) |
Starts waiting for DTMF input specifying a terminating digit then raises an WaitingForDigits event on completion.
| |
| GetDigits(Int32, Int32) |
Starts waiting for DTMF input specifying the number of digits to collect and a digit timeout then raises an WaitingForDigits event on completion.
| |
| GetDigits(String, Int32) |
Starts waiting for DTMF input specifying the terminating DTMF digit and a digit timeout then raises an WaitingForDigits event on completion.
|