LocalAudioStats class

Local audio stream statistics called back every 2 seconds.

After a local user successfully publishes an audio stream, the SDK periodically notifies the user of the status of the published audio stream during this statistics cycle through RTCRoomEventHandler.onLocalStreamStats.

Properties

audioLossRate double?
Audio uplink packet loss rate in % for this statistical period, in the range [0, 1].
final
hashCode int
The hash code for this object.
no setterinherited
jitter int?
Audio uplink network jitter in ms.
final
numChannels int?
Number of audio channels.
final
recordSampleRate int?
The audio capture sample rate in Hz for this statistical period.
final
rtt int?
Round-trip time delay in ms.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentKBitrate double?
The audio transmission code rate in kbps for this statistical period.
final
sentSampleRate int?
The audio send sample rate in Hz for this statistical period.
final
statsInterval int?
The interval of this statistical period, in ms.
final

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