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.
|
Modifier and Type | Method and Description |
---|---|
PreAnswerMediaState |
CallPolicies.getPreAnswerMediaState()
Get the current call pre-answer media state
|
Modifier and Type | Method and Description |
---|---|
void |
Call.enableMediaBeforeAnswer(PreAnswerMediaState preAnswerMediaState)
Deprecated.
Use
CallPolicies.setPreAnswerMediaState(PreAnswerMediaState)
and
CallPolicies.setMediaServerInclusion(MediaServerInclusion)
insetad.Instruct Avaya Breeze to set up resources to allow media operations before a call is answered. The resources will actually be set up once a call operation (for example, allow or divertTo) or media operation ( MediaService ) has
been initiated. This method must be invoked in
CallListener.callIntercepted(Call) . |
void |
CallPolicies.setPreAnswerMediaState(PreAnswerMediaState answerPolicy)
Set the pre-answer media state for this call.
|
Modifier and Type | Field and Description |
---|---|
static PreAnswerMediaState |
PreAnswerMediaState.CONNECTED
Send a 200 OK SIP response in early media phase
|
static PreAnswerMediaState |
PreAnswerMediaState.EARLY
Send a 183 SIP Progress response in early media phase
|
Modifier and Type | Method and Description |
---|---|
static PreAnswerMediaState |
PreAnswerMediaState.valueOf(String name) |
static PreAnswerMediaState[] |
PreAnswerMediaState.values() |
Copyright © 2023 Avaya. All rights reserved.