Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CandidatePairState

The state of a candidate pair.

Index

Enumeration members

Closed

Closed: = 6
Indicates that connectivity checks have been stopped intentionally due to transport closure.
field

Closed

type

{fm.icelink.CandidatePairState}

ConnectivityLost

ConnectivityLost: = 7
Indicates that connectivity checks have succeeded in the past, but are currently not responding.
field

ConnectivityLost

type

{fm.icelink.CandidatePairState}

Failed

Failed: = 5
Indicates that all connectivity checks have timed out or produced a failure response.
field

Failed

type

{fm.icelink.CandidatePairState}

InProgress

InProgress: = 3
Indicates that connectivity checks are in progress.
field

InProgress

type

{fm.icelink.CandidatePairState}

New

New: = 1
Indicates that the candidate pair has been formed, but connectivity checks have not yet started.
field

New

type

{fm.icelink.CandidatePairState}

Succeeded

Succeeded: = 4
Indicates that a connectivity check was successful.
field

Succeeded

type

{fm.icelink.CandidatePairState}

Waiting

Waiting: = 2
Indicates that the connectivity check is ready for connectivity checks, but checks have not yet started.
field

Waiting

type

{fm.icelink.CandidatePairState}