IceCandidateErrorEvent class

Description of the error occurred with ICE candidate from a peer connection.

Constructors

IceCandidateErrorEvent.fromMap(dynamic map)
Creates an IceCandidateErrorEvent based on the Map received from the native side.

Properties

address String
Local IP address used to communicate with a STUN or TURN server.
getter/setter pair
errorCode int
Numeric STUN error code returned by the STUN or TURN server. If no host candidate can reach the server, errorCode will be set to the value 701 which is outside the STUN error code range. This error is only fired once per server URL while in the RTCIceGatheringState of "gathering".
getter/setter pair
errorText String
STUN reason text returned by the STUN or TURN server. If the server could not be reached, errorText will be set to an implementation-specific value providing details about the error.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
port int
Port used to communicate with a STUN or TURN server.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
STUN or TURN URL identifying the STUN or TURN server for which the failure occurred.
getter/setter pair

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