-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Call.IssueAn enum representing issue type associated with a call.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ECHOThere was echo during call.
NOISY_CALLThere was disturbance, background noise, low clarity.
CHOPPY_AUDIOPeriodically, participants couldn’t hear each other. Some words were lost.
ONE_WAY_AUDIOOne participant couldn’t hear the other.
AUDIO_LATENCYParticipants can hear each other but with significant delay.
DROPPED_CALLCall initially connected but was dropped.
NOT_REPORTEDNo issue reported.
-
Method Summary
Modifier and Type Method Description StringtoString()static Array<Call.Issue>values()static Call.IssuevalueOf(String name)-
-
Method Detail
-
values
static Array<Call.Issue> values()
-
valueOf
static Call.Issue valueOf(String name)
-
-
-
-