public enum EVoiceCallState extends java.lang.Enum<EVoiceCallState>
| Enum Constant and Description |
|---|
Connected |
CreatePeerConnection |
InitatedWebRTCSession |
LocalMicOnly |
None |
NotifyingVoiceChatOfWebRTCSession |
RequestedMicAccess |
RequestedPermission |
ScheduledInitiate |
WebRTCConnectedWaitingOnIceConnected |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static EVoiceCallState |
from(int code) |
static EVoiceCallState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EVoiceCallState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EVoiceCallState None
public static final EVoiceCallState ScheduledInitiate
public static final EVoiceCallState RequestedMicAccess
public static final EVoiceCallState LocalMicOnly
public static final EVoiceCallState CreatePeerConnection
public static final EVoiceCallState InitatedWebRTCSession
public static final EVoiceCallState WebRTCConnectedWaitingOnIceConnected
public static final EVoiceCallState RequestedPermission
public static final EVoiceCallState NotifyingVoiceChatOfWebRTCSession
public static final EVoiceCallState Connected
public static EVoiceCallState[] values()
for (EVoiceCallState c : EVoiceCallState.values()) System.out.println(c);
public static EVoiceCallState 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 nullpublic int code()
public static EVoiceCallState from(int code)