IceCandidate class

Constructors

IceCandidate({int component = 1, dynamic foundation, required int priority, required String ip, Protocol? protocol, required int port, required IceCandidateType type, TcpType? tcpType, required String transport, required String? raddr, required int? rport, dynamic generation, dynamic networkId, dynamic networkCost})
IceCandidate.fromMap(Map data)

Properties

component int
getter/setter pair
foundation ↔ dynamic
Unique identifier that allows ICE to correlate candidates that appear on multiple transports.
getter/setter pair
generation ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ip String
The IP address of the candidate.
getter/setter pair
networkCost ↔ dynamic
getter/setter pair
networkId ↔ dynamic
getter/setter pair
port int
The port for the candidate.
getter/setter pair
priority int
The assigned priority of the candidate.
getter/setter pair
protocol Protocol?
The protocol of the candidate.
getter/setter pair
raddr String?
getter/setter pair
rport int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tcpType TcpType?
The type of TCP candidate.
getter/setter pair
transport String
getter/setter pair
type IceCandidateType
The type of candidate..
getter/setter pair

Methods

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

Operators

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

Static Methods

copy(IceCandidate old) IceCandidate