Package 

Enum Participant.State

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Participant.State
    
                        

    The state of the signaling connection for a Participant.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CONNECTING

      The Participant is connecting to signaling.

      CONNECTED

      The Participant has connected to signaling

      RECONNECTING

      The Participant is attempting to reconnect to signaling

      DISCONNECTED

      The Participant has disconnected from signaling.