HMSLocalAudioStats class

100ms HMSLocalAudioStats

HMSLocalAudioStats contains the stats for local peer audio stats.

Constructors

HMSLocalAudioStats({required double roundTripTime, required int bytesSent, required double bitrate})
HMSLocalAudioStats.fromMap(Map map)
factory

Properties

bitrate double
Outgoing bitrate of this track observed since previous report in Kb/s.
getter/setter pair
bytesSent int
Total bytes sent by this track in the current session.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
roundTripTime double
Round trip time observed since previous report.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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