|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Participant.VOICE_STATUS>
com.skype.api.Participant.VOICE_STATUS
public static enum Participant.VOICE_STATUS
Recognized values for the P_VOICE_STATUS property.
| Enum Constant Summary | |
|---|---|
EARLY_MEDIA
Participant is in process of joining current live session. |
|
LISTENING
Participant has joined the current live session but is currently not transmitting audio. |
|
RINGING
Participant has been invited to join the live session but has not yet accepted. |
|
SPEAKING
Participant has joined the current live session and is transmitting audio. |
|
VOICE_AVAILABLE
Participant is using a Skype client that supports audio. |
|
VOICE_CONNECTING
Participant is in process of joining current live session. |
|
VOICE_NA
Participant is using a Skype client with no audio capability. |
|
VOICE_ON_HOLD
Participant has joined the current live session but the audio is currently on hold. |
|
VOICE_STOPPED
Participant will be placed in this state for some seconds after live session has finished. |
|
VOICE_UNKNOWN
Participant voice status is not (yet) determined. |
|
| Method Summary | |
|---|---|
static Participant.VOICE_STATUS |
fromString(java.lang.String s)
|
static Participant.VOICE_STATUS |
get(int code)
|
int |
getId()
|
static Participant.VOICE_STATUS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Participant.VOICE_STATUS[] |
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 Participant.VOICE_STATUS VOICE_UNKNOWN
public static final Participant.VOICE_STATUS VOICE_NA
public static final Participant.VOICE_STATUS VOICE_AVAILABLE
public static final Participant.VOICE_STATUS VOICE_CONNECTING
public static final Participant.VOICE_STATUS RINGING
public static final Participant.VOICE_STATUS EARLY_MEDIA
public static final Participant.VOICE_STATUS LISTENING
public static final Participant.VOICE_STATUS SPEAKING
public static final Participant.VOICE_STATUS VOICE_ON_HOLD
public static final Participant.VOICE_STATUS VOICE_STOPPED
| Method Detail |
|---|
public static Participant.VOICE_STATUS[] values()
for (Participant.VOICE_STATUS c : Participant.VOICE_STATUS.values()) System.out.println(c);
public static Participant.VOICE_STATUS 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 nullpublic int getId()
public static Participant.VOICE_STATUS get(int code)
public static Participant.VOICE_STATUS fromString(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||