RtcStatsIceCandidatePairState enum

Each candidate pair in the check list has a foundation and a state. The foundation is the combination of the foundations of the local and remote candidates in the pair. The state is assigned once the check list for each media stream has been computed. There are five potential values that the state can have.

Inheritance

Constructors

RtcStatsIceCandidatePairState()
const

Values

frozen → const RtcStatsIceCandidatePairState

Check for this pair hasn't been performed, and it can't yet be performed until some other check succeeds, allowing this pair to unfreeze and move into the waiting state.

waiting → const RtcStatsIceCandidatePairState

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

inProgress → const RtcStatsIceCandidatePairState

Check has been sent for this pair, but the transaction is in progress.

failed → const RtcStatsIceCandidatePairState

Check for this pair was already done and failed, either never producing any response or producing an unrecoverable failure response.

succeeded → const RtcStatsIceCandidatePairState

Check for this pair was already done and produced a successful result.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<RtcStatsIceCandidatePairState>
A constant List of the values in this enum, in order of their declaration.