Package | Description |
---|---|
com.avaya.collaboration.call.media |
Provides classes and interfaces for bringing media to call.
|
Modifier and Type | Method and Description |
---|---|
static DigitOptions |
MediaFactory.createDigitOptions()
Returns an instance of a DigitOptions that is used to make a request to an
Avaya Aura® Media Server to collect digits from a participant on a call.
|
DigitOptions |
DigitOptions.setFlushBuffer(boolean isFlush)
Sets the parameter used to determine when the buffer should be flushed.
|
DigitOptions |
DigitOptions.setNumberOfDigits(int numberOfDigits)
Sets the number of digits that must be collected before an event is
generated.
|
DigitOptions |
DigitOptions.setTerminationKey(String terminationKey)
Sets the termination key that stops a digit collection operation.
|
DigitOptions |
DigitOptions.setTimeout(int timeout)
Sets the number of milliseconds to wait to receive the first digit.
|
Modifier and Type | Method and Description |
---|---|
UUID |
MediaService.collect(Participant participant,
DigitOptions digitOptions,
MediaListener mediaListener)
Collects a pattern of digits from a participant on a call.
|
UUID |
MediaService.promptAndCollect(Participant participant,
PlayItem playItem,
DigitOptions digitOptions,
MediaListener mediaListener)
Plays a list of prompt resources to a participant on a call and then collects digits from the same participant.
|
Copyright © 2016 Avaya. All Rights Reserved.