-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Participant.StateThe state of the signaling connection for a Participant.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CONNECTINGThe Participant is connecting to signaling.
CONNECTEDThe Participant has connected to signaling
RECONNECTINGThe Participant is attempting to reconnect to signaling
DISCONNECTEDThe Participant has disconnected from signaling.
-
Method Summary
Modifier and Type Method Description static Array<Participant.State>values()static Participant.StatevalueOf(String name)-
-
Method Detail
-
values
static Array<Participant.State> values()
-
valueOf
static Participant.State valueOf(String name)
-
-
-
-