Package 

Enum IceCandidatePairState

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

    
    public enum IceCandidatePairState
    
                        

    ICE candidate pair state as defined in RFC 5245.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      STATE_SUCCEEDED

      Succeeded: A check for this pair was already done and produced a successful result.

      STATE_FROZEN

      Frozen: A check for this pair hasn't been performed, and it can't yet be performed until someother check succeeds, allowing this pair to unfreeze and move into the Waiting state.

      STATE_WAITING

      Waiting: A check has not been performed for this pair, and can be performed as soon as it isthe highest-priority Waiting pair on the check list.

      STATE_IN_PROGRESS

      In-Progress: A check has been sent for this pair, but the transaction is in progress.

      STATE_FAILED

      Failed: A check for this pair was already done and failed, either never producing anyresponse or producing an unrecoverable failure response.