|
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<SessionInfoType>
net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.SessionInfoType
public enum SessionInfoType
Contains an enumeration of all possible session-info element.
| Enum Constant Summary | |
|---|---|
active
The active payload indicates that the principal or device is again actively participating in the session after having been on mute or having put the other party on hold. |
|
hold
The hold payload indicates that the principal is temporarily not listening for media from the other party |
|
mute
The mute payload indicates that the principal is temporarily not sending media to the other party but continuing to accept media from the other party. |
|
ringing
The ringing payload indicates that the device is ringing but the principal has not yet interacted with it to answer (this maps to the SIP 180 response code). |
|
unhold
Ends a hold state. |
|
unmute
Ends a mute state. |
|
| Method Summary | |
|---|---|
static SessionInfoType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SessionInfoType[] |
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 SessionInfoType active
public static final SessionInfoType hold
public static final SessionInfoType mute
public static final SessionInfoType ringing
public static final SessionInfoType unhold
public static final SessionInfoType unmute
| Method Detail |
|---|
public static SessionInfoType[] values()
for (SessionInfoType c : SessionInfoType.values()) System.out.println(c);
public static SessionInfoType 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 null
|
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 | |||||||||