Click or drag to resize
LyncPlatformLibraryAudioCallGetDigits Method
Overload List
  NameDescription
Public methodGetDigits
Starts waiting indefintaely for DTMF input then raises an WaitingForDigits event on completion.
Public methodGetDigits(String)
Starts waiting for DTMF input specifying a terminating digit then raises an WaitingForDigits event on completion.
Public methodGetDigits(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.
Public methodGetDigits(String, Int32)
Starts waiting for DTMF input specifying the terminating DTMF digit and a digit timeout then raises an WaitingForDigits event on completion.
Top
See Also