public static enum InMeetingChatController.MobileRTCChatGroup extends java.lang.Enum<InMeetingChatController.MobileRTCChatGroup>
Enum Constant and Description |
---|
MobileRTCChatGroup_All
All participants in the meeting.
|
MobileRTCChatGroup_Panelists
Panelists in the webinar.
|
Modifier and Type | Method and Description |
---|---|
static InMeetingChatController.MobileRTCChatGroup |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InMeetingChatController.MobileRTCChatGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InMeetingChatController.MobileRTCChatGroup MobileRTCChatGroup_All
public static final InMeetingChatController.MobileRTCChatGroup MobileRTCChatGroup_Panelists
public static InMeetingChatController.MobileRTCChatGroup[] values()
for (InMeetingChatController.MobileRTCChatGroup c : InMeetingChatController.MobileRTCChatGroup.values()) System.out.println(c);
public static InMeetingChatController.MobileRTCChatGroup 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