CubeStatsReportsManager class

Constructors

CubeStatsReportsManager()

Properties

callSession ↔ BaseSession<dynamic, PeerConnection>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
micLevelStream Stream<CubeMicLevelEvent>
provides the opponents’ mic level from 0 to 1 the feature is useful for detecting the talker and marking it on the UI
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
TAG String
final
videoBitrateStream Stream<CubeVideoBitrateEvent>
provides the bitrate of the opponents’ video the feature is useful for detecting the connection quality and showing it on the UI
no setter

Methods

calculateMicLevel(CubeStatsReport report) → void
calculateVideoBitrate(CubeStatsReport report) → void
dispose() → dynamic
init(BaseSession<dynamic, PeerConnection> callSession) → dynamic
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