|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ConferenceCallProperties>
de.starface.integration.uci.java.v30.values.ConferenceCallProperties
public enum ConferenceCallProperties
This enum holds constants with the property names of the call as returned by
UcpCallEvents.receiveCallState(java.util.Map).
| Enum Constant Summary | |
|---|---|
admin
Is the participant admin |
|
avatarHash
The avatar hash |
|
duration
The time between now and the enteredTimestamp in milliseconds |
|
enteredTimestamp
Entered Room |
|
id
The id of the call in form of a UUID as String |
|
jabberId
The jabber id |
|
listening
Can the participant hear |
|
muted
Can the participant speak |
|
name
The name of the conference participant |
|
number
The phone number of the conference participant |
|
roomId
The Room Identifikation Number |
|
state
The state of the call as String by name defined in CallState |
|
talking
Is the participant speaking |
|
wantToSpeak
Want the participant speak |
|
| Method Summary | |
|---|---|
Class<?> |
getType()
|
static ConferenceCallProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConferenceCallProperties[] |
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 ConferenceCallProperties id
String
public static final ConferenceCallProperties number
public static final ConferenceCallProperties name
public static final ConferenceCallProperties listening
public static final ConferenceCallProperties muted
public static final ConferenceCallProperties talking
public static final ConferenceCallProperties wantToSpeak
public static final ConferenceCallProperties admin
public static final ConferenceCallProperties state
String by name defined in CallState
public static final ConferenceCallProperties roomId
public static final ConferenceCallProperties enteredTimestamp
public static final ConferenceCallProperties duration
public static final ConferenceCallProperties jabberId
public static final ConferenceCallProperties avatarHash
| Method Detail |
|---|
public static ConferenceCallProperties[] values()
for (ConferenceCallProperties c : ConferenceCallProperties.values()) System.out.println(c);
public static ConferenceCallProperties 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 Class<?> getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||