public static enum InMeetingAudioController.MobileRTCMicrophoneError extends java.lang.Enum<InMeetingAudioController.MobileRTCMicrophoneError>
Enum Constant and Description |
---|
MobileRTCMicrophoneError_FeedbackDetected
The microphone is not detected.
|
MobileRTCMicrophoneError_MicMuted
The microphone is muted.
|
MobileRTCMicrophoneError_MicUnavailable
The microphone is not available.
|
Modifier and Type | Method and Description |
---|---|
static InMeetingAudioController.MobileRTCMicrophoneError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InMeetingAudioController.MobileRTCMicrophoneError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InMeetingAudioController.MobileRTCMicrophoneError MobileRTCMicrophoneError_MicMuted
public static final InMeetingAudioController.MobileRTCMicrophoneError MobileRTCMicrophoneError_FeedbackDetected
public static final InMeetingAudioController.MobileRTCMicrophoneError MobileRTCMicrophoneError_MicUnavailable
public static InMeetingAudioController.MobileRTCMicrophoneError[] values()
for (InMeetingAudioController.MobileRTCMicrophoneError c : InMeetingAudioController.MobileRTCMicrophoneError.values()) System.out.println(c);
public static InMeetingAudioController.MobileRTCMicrophoneError 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