Connection class abstract

Implementers

Constructors

Connection(String id, Token token, JsonRpc rpc)

Properties

constraints Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
peerConnection Future<RTCPeerConnection>
getter/setter pair
rpc JsonRpc
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdpSemantics String
no setter
stream ↔ MediaStream?
getter/setter pair
streamId String
getter/setter pair
token Token
final

Methods

addIceCandidate(Map<String, dynamic> candidate) Future<void>
close() Future<void>
enableAudio(bool enable) → void
enableSpeakerphone(bool enable) → void
enableVideo(bool enable) → void
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