Negotiator<Events extends dynamic, CT extends BaseConnection<dynamic, String> > class
Constructors
- Negotiator.new(CT connection)
Properties
- connection → CT
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cleanup(
) → void -
handleCandidate(
RTCIceCandidate ice) → Future< void> - Handle a candidate.
-
handleSDP(
String type, dynamic sdp) → Future< void> - Handle an SDP.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startConnection(
dynamic options) → void - Returns a PeerConnection object set up correctly (for data, media).
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited