BaseCallSession<S extends BaseSession<dynamic, PeerConnection>> class abstract

Implementers

Constructors

BaseCallSession()

Properties

hashCode int
The hash code for this object.
no setterinherited
onLocalStreamReceived LocalStreamCallback?
getter/setter pair
onRemoteStreamRemoved RemoteStreamCallback<S>?
getter/setter pair
onSessionClosed SessionClosedCallback<S>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addMediaTrack(MediaStreamTrack track) Future<MediaStream>
enableScreenSharing(bool enable) Future<void>
enableSpeakerphone(bool enable) → void
getUserIdForStream(String? trackId, String? trackIdentifier, int defaultId) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeMediaTrack(String trackId) Future<MediaStream>
replaceMediaStream(MediaStream mediaStream) → void
setMaxBandwidth(int? bandwidth) → void
setMicrophoneMute(bool mute) → void
setTorchEnabled(bool enabled) Future<void>
setVideoEnabled(bool enabled) → void
switchCamera() Future<bool>
Future contains isFrontCamera Throws error if switching camera failed
toString() String
A string representation of this object.
inherited

Operators

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