public static enum InMeetingServiceListener.VideoStatus extends java.lang.Enum<InMeetingServiceListener.VideoStatus>
Enum Constant and Description |
---|
Video_Mute_ByHost |
Video_OFF |
Video_ON |
Modifier and Type | Method and Description |
---|---|
static InMeetingServiceListener.VideoStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InMeetingServiceListener.VideoStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InMeetingServiceListener.VideoStatus Video_ON
public static final InMeetingServiceListener.VideoStatus Video_OFF
public static final InMeetingServiceListener.VideoStatus Video_Mute_ByHost
public static InMeetingServiceListener.VideoStatus[] values()
for (InMeetingServiceListener.VideoStatus c : InMeetingServiceListener.VideoStatus.values()) System.out.println(c);
public static InMeetingServiceListener.VideoStatus 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 namejava.lang.NullPointerException
- if the argument is null