RemoteConnection class

Inheritance

Constructors

RemoteConnection(String id, Token token, JsonRpc rpc)

Properties

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

Methods

addIceCandidate(Map<String, dynamic> candidate) Future<void>
inherited
close() Future<void>
inherited
enableAudio(bool enable) → void
inherited
enableSpeakerphone(bool enable) → void
inherited
enableVideo(bool enable) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subscribeStream(dynamic dispatchEvent(Event event, Map<String, dynamic> params), bool video, bool audio, bool speakerphone) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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