Package | Description |
---|---|
com.avaya.collaboration.call |
Provides classes and interfaces for dealing with call.
|
com.avaya.collaboration.call.media |
Provides classes and interfaces for bringing media to call.
|
com.avaya.collaboration.call.sip |
Provides classes and interfaces for doing SIP header manipulation.
|
com.avaya.collaboration.call.speech.search |
Provides classes and interfaces for starting speech search on a call.
|
com.avaya.collaboration.call.speech.voicexml.sample |
Example code that illustrates how to run a VoiceXML dialog.
|
Modifier and Type | Method and Description |
---|---|
static Participant |
ParticipantFactory.create(String handle)
Creates a new local Participant instance.
|
static Participant |
ParticipantFactory.create(String handle,
String domain)
Creates a new local Participant instance.
|
static Participant |
ParticipantFactory.create(String handle,
String domain,
String displayName)
Creates a new local Participant instance.
|
Participant |
Call.getAnsweringParty()
Get details about the party that answered the call.
|
Participant |
Call.getCalledParty()
Get a reference to the called party.
|
Participant |
Call.getCallingParty()
Get a reference to the calling party.
|
Participant |
Participant.setPresentedDisplayName(String displayName)
Set this party's display name to be presented to other parties in the
call.
|
Participant |
Participant.setPresentedDomain(String domain)
Set the domain part of this party's address to be presented to other
parties in the call.
|
Participant |
Participant.setPresentedHandle(String handle)
Set the handle part of this party's address to be presented to other
parties in the call.
|
Modifier and Type | Method and Description |
---|---|
void |
Call.addParticipant(Participant party)
Add another participant to the call.
|
void |
CallListener.addParticipantFailed(Call call,
Participant failedParticipant,
CallTerminationCause cause)
Indicates that an attempt to add a participant to the call failed.
|
void |
CallListenerAbstract.addParticipantFailed(Call call,
Participant failedParticipant,
CallTerminationCause cause)
Indicates that the addParticipant call failed
|
void |
CallListener.callAlerting(Participant alertingParty)
Indicates that a party in
Call has started alerting (i.e., the
called party's device has notified its user of an incoming call). |
void |
CallListenerAbstract.callAlerting(Participant alertingParty)
Indicates that a party in
Call has started alerting (i.e., the
called party's device has notified its user of an incoming call). |
static Call |
CallFactory.create(Participant callingParty,
String target)
Creates new instance of
Call with
callingParty and target. |
void |
Call.dropParticipant(Participant participantToDrop)
Drop a participant from the call.
|
void |
CallListener.mediaDetected(Participant partySendingMedia,
MediaType mediaTypeDetected)
Indicates that media has been detected from an alerting party or the
answering party.
|
void |
CallListenerAbstract.mediaDetected(Participant partySendingMedia,
MediaType mediaTypeDetected)
Indicates that media has been detected from an alerting party or
the answering party.
|
void |
CallListener.participantDropped(Call call,
Participant droppedParticipant,
CallTerminationCause cause)
Indicates that a participant in
Call dropped out of the call or
was dropped from the call. |
void |
CallListenerAbstract.participantDropped(Call call,
Participant droppedParticipant,
CallTerminationCause cause)
Indicates that a participant in
Call dropped out of the call or was dropped
from the call. |
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(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.
|
void |
MediaService.stop(Participant participant,
UUID requestId)
Stops a current media operation for the participant.
|
Modifier and Type | Method and Description |
---|---|
void |
OutgoingSipMessageListener.sendingOut(SipRequest request,
Participant targetParticipant)
Indicates that
request is about to be sent to
targetParticipant . |
void |
SipMessageListener.sendingOut(SipRequest request,
Participant targetParticipant)
Deprecated.
Indicates that
request is about to be sent to
targetParticipant . |
void |
OutgoingSipMessageListenerAbstract.sendingOut(SipResponse response,
Participant targetParticipant)
Indicates that
response is about to be sent to targetParticipant . |
void |
OutgoingSipMessageListener.sendingOut(SipResponse response,
Participant targetParticipant)
Indicates that
response is about to be sent to
targetParticipant . |
void |
SipMessageListenerAbstract.sendingOut(SipResponse response,
Participant targetParticipant)
Deprecated.
Indicates that
response is about to be sent to targetParticipant . |
void |
SipMessageListener.sendingOut(SipResponse response,
Participant targetParticipant)
Deprecated.
Indicates that
response is about to be sent to
targetParticipant . |
Modifier and Type | Method and Description |
---|---|
UUID |
SpeechService.startSearch(Participant participant,
SearchOptions searchOptions,
SpeechSearchListener speechSearchListener)
Starts searching the speech of a participant on a call using search
queries.
|
UUID |
SpeechService.startVoiceXMLDialog(Participant participant,
VoiceXMLDialogItem voiceXMLDialogItem,
VoiceXMLDialogListener voiceXMLDialogListener)
Sends a VoiceXML request to the Avaya Aura® Media Server for a participant on
an established call.
|
Constructor and Description |
---|
SampleVoiceXMLDialog.MyVoiceXMLDialogListener(Participant participant) |
Copyright © 2016 Avaya. All Rights Reserved.