IceGatheringState enum

Connection's ICE gathering state.

Inheritance

Constructors

IceGatheringState()
const

Values

new_ → const IceGatheringState

Peer connection was just created and hasn't done any networking yet.

gathering → const IceGatheringState

ICE agent is in the process of gathering candidates for the connection.

complete → const IceGatheringState

ICE agent has finished gathering candidates. If something happens that requires collecting new candidates, such as a new interface being added or the addition of a new ICE server, the state will revert to gathering to gather those candidates.

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<IceGatheringState>
A constant List of the values in this enum, in order of their declaration.