com.skype.api
Enum Conversation.LOCAL_LIVESTATUS

java.lang.Object
  extended by java.lang.Enum<Conversation.LOCAL_LIVESTATUS>
      extended by com.skype.api.Conversation.LOCAL_LIVESTATUS
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Conversation.LOCAL_LIVESTATUS>
Enclosing class:
Conversation

public static enum Conversation.LOCAL_LIVESTATUS
extends java.lang.Enum<Conversation.LOCAL_LIVESTATUS>


Enum Constant Summary
IM_LIVE
          the conference is live for me
NONE
          there isn't a live session
ON_HOLD_LOCALLY
          I put the live session on hold
ON_HOLD_REMOTELY
          the live session was put on hold by someone else
OTHERS_ARE_LIVE
          there is a live session on-going, I'm not participating but I could join
OTHERS_ARE_LIVE_FULL
          there is a live session on-going without me, but I can't join because it's full
PLAYING_VOICE_MESSAGE
          playing a voicemail (dialog only)
RECENTLY_LIVE
          a live session just finished, we stay in this state for RECENTLY_LIVE_TIMEOUT setup key
RECORDING_VOICE_MESSAGE
          recording a voicemail (dialog only)
RINGING_FOR_ME
          there is a live session ringing
STARTING
          trying to start or join a live session
TRANSFERRING
          call is being transferred
 
Method Summary
static Conversation.LOCAL_LIVESTATUS fromString(java.lang.String s)
           
static Conversation.LOCAL_LIVESTATUS get(int code)
           
 int getId()
           
static Conversation.LOCAL_LIVESTATUS valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Conversation.LOCAL_LIVESTATUS[] 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

NONE

public static final Conversation.LOCAL_LIVESTATUS NONE
there isn't a live session


STARTING

public static final Conversation.LOCAL_LIVESTATUS STARTING
trying to start or join a live session


RINGING_FOR_ME

public static final Conversation.LOCAL_LIVESTATUS RINGING_FOR_ME
there is a live session ringing


IM_LIVE

public static final Conversation.LOCAL_LIVESTATUS IM_LIVE
the conference is live for me


ON_HOLD_LOCALLY

public static final Conversation.LOCAL_LIVESTATUS ON_HOLD_LOCALLY
I put the live session on hold


ON_HOLD_REMOTELY

public static final Conversation.LOCAL_LIVESTATUS ON_HOLD_REMOTELY
the live session was put on hold by someone else


OTHERS_ARE_LIVE

public static final Conversation.LOCAL_LIVESTATUS OTHERS_ARE_LIVE
there is a live session on-going, I'm not participating but I could join


OTHERS_ARE_LIVE_FULL

public static final Conversation.LOCAL_LIVESTATUS OTHERS_ARE_LIVE_FULL
there is a live session on-going without me, but I can't join because it's full


PLAYING_VOICE_MESSAGE

public static final Conversation.LOCAL_LIVESTATUS PLAYING_VOICE_MESSAGE
playing a voicemail (dialog only)


RECORDING_VOICE_MESSAGE

public static final Conversation.LOCAL_LIVESTATUS RECORDING_VOICE_MESSAGE
recording a voicemail (dialog only)


RECENTLY_LIVE

public static final Conversation.LOCAL_LIVESTATUS RECENTLY_LIVE
a live session just finished, we stay in this state for RECENTLY_LIVE_TIMEOUT setup key


TRANSFERRING

public static final Conversation.LOCAL_LIVESTATUS TRANSFERRING
call is being transferred

Method Detail

values

public static Conversation.LOCAL_LIVESTATUS[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Conversation.LOCAL_LIVESTATUS c : Conversation.LOCAL_LIVESTATUS.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Conversation.LOCAL_LIVESTATUS valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getId

public int getId()

get

public static Conversation.LOCAL_LIVESTATUS get(int code)

fromString

public static Conversation.LOCAL_LIVESTATUS fromString(java.lang.String s)


Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.