|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<States>
com.avaya.conferencing.api.acp.control.States
public enum States
States published by the API.
| Enum Constant Summary | |
|---|---|
ACCESSED
The accessed state. |
|
AUTHENTICATING
The state related to an EndPoint that has not completed authentication and therefore we don't know if they are a MODERATOR or a conferee. |
|
AUTOMATIC_GAIN_CONTROL_MODE
When gain is controlled automatically. |
|
AVAILABLE_FOR_PLAYBACK
This state indicates that the record playback server is available for playback. |
|
AVAILABLE_FOR_RECORDING
This state indicates that the record playback server is available for recording. |
|
CONFERENCING_PROVIDER_LINK
The EndPoint is one end of a link to a second ConferencingProvider and can be used to share the media of two Conference |
|
DETAILS_PROTECTED
The conference details are protected from modification. |
|
ENFORCE_PARTICIPANT_LIMITS
Tells a Conference that it MUST enforce the limits to the number of participants to that Conference. |
|
ENTERING_DTMF
When an EndPoint is inputting DTMF. |
|
ESTABLISHING
When an call to an EndPoint is being established. |
|
FAULTED
The ConferencingObject has been marked as requiring maintenance. |
|
HELD
The held state. |
|
IDENTIFIED_PARTICIPANT_MODE
This state indicates that the conference requires all particpants to enter their unique participant identifier. |
|
LECTURE_MODE
The conference lecture mode state. |
|
MEASURING_DTMF_SIGNAL_TO_NOISE_RATIO
This state indicates whether any DTMFEvents for an EndPoint will include the signal-to-noise ratio of the DTMF tones. |
|
MEASURING_SIGNAL_TO_NOISE_RATIO
This state indicates when the signal-to-noise ration of an EndPoint is being measured. |
|
MESSAGE_PLAYBACK
When an EndPoint or a Conference is being played a message... |
|
MODERATOR
The moderator state. |
|
MODERATOR_DISCONNECT_MODE
The conference will be disconnected when the last moderator disconnects. |
|
MUTED
The muted state. |
|
OBSERVE_ONLY
The observe only state. |
|
OBSERVED
The observed state. |
|
OPERATOR
The operator state. |
|
PASSTHROUGH_DTMF
Tells a Conference with audio media that it should not clamp DTMF received from each EndPoint but should instead pass any DTMF digits through to the conference. |
|
PAUSED
The paused state. |
|
PLAYBACK_MODE
The playing state. |
|
POLLING_MODE
The polling state. |
|
QA_HAS_QUESTION
The question state. |
|
QA_MODE
The question and answer session state. |
|
RECORD_PARTICIPANT_NAMES
The conference will attempt to record participant names when they initially join the conference. |
|
RECORDING_MODE
The recording state. |
|
REGENERATE_DTMF
This state indicates the re-synthesis of any DTMF tones that have been clamped (i.e. |
|
SECURED_IDENTIFIED_PARTICIPANT_MODE
This state indicates that the conference requires all particpants to enter their unique participant identifier and secret PIN. |
|
SECURED_MODE
The conference secured state. |
|
SECURITY_FEATURES
Security features are enabled. |
|
SILENCED
The silenced state. |
|
| Method Summary | |
|---|---|
static States |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static States[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final States HELD
Holdpublic static final States MUTED
Mutepublic static final States SILENCED
Silencepublic static final States OPERATOR
Operatorpublic static final States MODERATOR
Moderatorpublic static final States AUTHENTICATING
MODERATORpublic static final States OBSERVED
Observepublic static final States ACCESSED
Accesspublic static final States DETAILS_PROTECTED
ProtectDetailspublic static final States SECURED_MODE
SecuredModepublic static final States SECURITY_FEATURES
SecurityFeaturespublic static final States LECTURE_MODE
LectureModepublic static final States OBSERVE_ONLY
Mute,
Silence,
LectureMode,
PlaybackModeStart,
Holdpublic static final States QA_MODE
QAModeStartpublic static final States QA_HAS_QUESTION
QANextQuestionpublic static final States RECORDING_MODE
RecordingModeStartpublic static final States PLAYBACK_MODE
PlaybackModeStartpublic static final States PAUSED
PlaybackModePause,
RecordingModePausepublic static final States POLLING_MODE
PollingModeStartpublic static final States MESSAGE_PLAYBACK
public static final States ENTERING_DTMF
public static final States ESTABLISHING
public static final States AUTOMATIC_GAIN_CONTROL_MODE
public static final States RECORD_PARTICIPANT_NAMES
public static final States MODERATOR_DISCONNECT_MODE
public static final States FAULTED
public static final States CONFERENCING_PROVIDER_LINK
public static final States ENFORCE_PARTICIPANT_LIMITS
Tells a Conference that it MUST enforce the limits to the number of participants to that Conference.
Tells the {Connection that all Conferences on the Connection MUST enforce the limits to the number of participants of those Conferences.
public static final States PASSTHROUGH_DTMF
public static final States REGENERATE_DTMF
public static final States MEASURING_DTMF_SIGNAL_TO_NOISE_RATIO
public static final States MEASURING_SIGNAL_TO_NOISE_RATIO
public static final States AVAILABLE_FOR_RECORDING
public static final States AVAILABLE_FOR_PLAYBACK
public static final States IDENTIFIED_PARTICIPANT_MODE
public static final States SECURED_IDENTIFIED_PARTICIPANT_MODE
| Method Detail |
|---|
public static States[] values()
for (States c : States.values()) System.out.println(c);
public static States valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||