Package | Description |
---|---|
com.avaya.collaboration.call.media |
Provides classes and interfaces for bringing media to call.
|
Modifier and Type | Class and Description |
---|---|
class |
MediaListenerAbstract
An instance of the MediaListener is passed into methods that are invoked on
the MediaService to report the result of the media operations.
|
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.play(Call call,
PlayItem playItem,
MediaListener mediaListener)
Play a list of audio sources to all the connected participants on a call, including a participant that connects while the source is
playing.
|
UUID |
MediaService.play(Participant participant,
PlayItem playItem,
MediaListener mediaListener)
Play a list of audio sources to a connected 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.
|
UUID |
MediaService.record(Participant participant,
RecordItem recordItem,
MediaListener mediaListener)
Records the audio from a connected participant on a call.
|
UUID |
MediaService.sendDigits(Participant participant,
String digits,
MediaListener mediaListener)
Sends digits (DTMF tones) to a participant on a call.
|
Copyright © 2016 Avaya. All Rights Reserved.