|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ConferenceMemberState>
net.java.sip.communicator.service.protocol.ConferenceMemberState
public enum ConferenceMemberState
Represents the state of the device and signaling session of
ConferenceMember in the conference it is participating in.
| Enum Constant Summary | |
|---|---|
ALERTING
A Public Switched Telephone Network (PSTN) ALERTING or SIP 180 Ringing was returned for the outbound call; endpoint is being alerted. |
|
CONNECTED
The endpoint is a participant in the conference. |
|
DIALING_IN
Endpoint is dialing into the conference, not yet in the roster (probably being authenticated). |
|
DIALING_OUT
Focus has dialed out to connect the endpoint to the conference, but the endpoint is not yet in the roster (probably being authenticated). |
|
DISCONNECTED
The endpoint is not a participant in the conference, and no active dialog exists between the endpoint and the focus. |
|
DISCONNECTING
Focus is in the process of disconnecting the endpoint (e.g., in SIP a DISCONNECT or BYE was sent to the endpoint). |
|
MUTED_VIA_FOCUS
Active signaling dialog exists between an endpoint and a focus and the endpoint can "listen" to the conference, but the endpoint's media is not being mixed into the conference. |
|
ON_HOLD
Active signaling dialog exists between an endpoint and a focus, but endpoint is "on-hold" for this conference, i.e., he/she is neither "hearing" the conference mix nor is his/her media being mixed in the conference. |
|
PENDING
Endpoint is not yet in the session, but it is anticipated that he/she will join in the near future. |
|
UNKNOWN
The state of the device and signaling session of the associated ConferenceMember in the conference is unknown. |
|
| Method Summary | |
|---|---|
String |
toString()
Returns the name of this ConferenceMemberState (e.g. |
static ConferenceMemberState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConferenceMemberState[] |
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, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ConferenceMemberState ALERTING
public static final ConferenceMemberState CONNECTED
public static final ConferenceMemberState DIALING_IN
public static final ConferenceMemberState DIALING_OUT
public static final ConferenceMemberState DISCONNECTED
public static final ConferenceMemberState DISCONNECTING
public static final ConferenceMemberState MUTED_VIA_FOCUS
public static final ConferenceMemberState ON_HOLD
public static final ConferenceMemberState PENDING
public static final ConferenceMemberState UNKNOWN
ConferenceMember in the conference is unknown.
| Method Detail |
|---|
public static ConferenceMemberState[] values()
for (ConferenceMemberState c : ConferenceMemberState.values()) System.out.println(c);
public static ConferenceMemberState valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ConferenceMemberState>
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||