IceCandidate class

Candidate Interactive Connectivity Establishment (ICE) configuration which may be used to establish a peer connection.

Constructors

IceCandidate(String sdpMid, int sdpMLineIndex, String candidate)
Creates a new IceCandidate with the provided parameters.
IceCandidate.fromMap(dynamic map)
Creates an IceCandidate basing on the Map received from the native side.

Properties

candidate String
SDP of this IceCandidate.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdpMid String
mID of this IceCandidate.
getter/setter pair
sdpMLineIndex int
SDP m line index of this IceCandidate.
getter/setter pair

Methods

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

Operators

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