RtcRemoteIceCandidateStats class

Inheritance

Constructors

RtcRemoteIceCandidateStats(String? transportId, String? address, int? port, Protocol protocol, CandidateType candidateType, int? priority, String? url, Protocol? relayProtocol)

Properties

address String?
Address of the candidate, allowing for IPv4 addresses, IPv6 addresses, and fully qualified domain names (FQDNs).
getter/setter pairinherited
candidateType CandidateType
Type of the ICE candidate.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
port int?
Port number of the candidate.
getter/setter pairinherited
priority int?
Calculated as defined in Section 15.1 of RFC 5245.
getter/setter pairinherited
protocol Protocol
Valid values for transport is one of udp and tcp.
getter/setter pairinherited
relayProtocol Protocol?
Protocol used by the endpoint to communicate with the TURN server.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transportId String?
Unique ID that is associated to the object that was inspected to produce the RTCTransportStats associated with this candidate.
getter/setter pairinherited
url String?
For local candidates this is the URL of the ICE server from which the candidate was obtained. It is the same as the url surfaced in the RTCPeerConnectionIceEvent.
getter/setter pairinherited

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