Transport class

Constructors

Transport(Signal signal)

Properties

api ↔ RTCDataChannel?
getter/setter pair
candidates List<RTCIceCandidate>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasRemoteDescription bool
getter/setter pair
onapiopen ↔ (dynamic Function()?)
getter/setter pair
pc ↔ RTCPeerConnection?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signal Signal
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

Static Methods

create({required int role, required Signal signal, required Map<String, dynamic> config}) Future<Transport>