NERtcStats class Null safety

Call stats

Constructors

NERtcStats.fromMap(Map stats)

Properties

cpuAppUsage int?
The CPU usage of the current app (%)
read / write
cpuTotalUsage int?
The CPU usage of the current system (%)
read / write
hashCode int
The hash code for this object.
read-only, inherited
memory ↔ dynamic
read / write
memoryAppUsageInKBytes int?
read / write
memoryAppUsageRatio int?
The ratio of current memory usage by the app (%), with respect to the maximum available memory
read / write
memoryTotalUsageRatio int?
Percentage of the memory used by the current system (%)
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
rxAudioBytes int?
The number of cumulative bytes of audio data received since a user joins the channel (bytes)
read / write
rxAudioJitter int?
Local downlink audio jitter (ms)
read / write
rxAudioKBitRate int?
The bitrate of an audio stream received (kbps)
read / write
rxAudioPacketLossRate int?
read / write
rxAudioPacketLossSum int?
The number of packets lost in the local downlink audio stream
read / write
rxBytes int?
The number of bytes received (bytes). This is a cumulative value.
read / write
rxVideoBytes int?
The number of cumulative bytes of video data received since a user joins the channel (bytes)
read / write
rxVideoJitter int?
Local downlink video jitter (ms)
read / write
rxVideoKBitRate int?
The bitrate of a video stream received (kbps)
read / write
rxVideoPacketLossRate int?
Packet loss rate of a local downlink video stream (%)
read / write
rxVideoPacketLossSum int?
The number of packets lost in the local downlink video stream
read / write
the ↔ dynamic
read / write
totalDuration int?
The duration of a call starting from the time when a user joins a channel. If the user leaves and rejoins the channel, the duration restarts. Unit: seconds
read / write
txAudioBytes int?
The number of cumulative bytes of audio data sent since a user joins the channel (bytes)
read / write
txAudioJitter int?
Local uplink audio jitter (ms)
read / write
txAudioKBitRate int?
The bitrate of an audio stream sent (kbps)
read / write
txAudioPacketLossRate int?
Packet loss rate of a local uplink audio stream (%)
read / write
txAudioPacketLossSum int?
The number of packets lost in a local uplink audio stream
read / write
txBytes int?
The number of bytes sent (bytes). This is a cumulative value.
read / write
txVideoBytes int?
The number of cumulative bytes of video data sent since a user joins the channel (bytes)
read / write
txVideoJitter int?
Local uplink video jitter (ms)
read / write
txVideoKBitRate int?
The bitrate of a video stream sent (kbps)
read / write
txVideoPacketLossRate int?
Actual packet loss rate of a local uplink video stream (%)
read / write
txVideoPacketLossSum int?
The number of packets lost in a local uplink video stream
read / write
upRtt int?
Average uplink round trip latency (ms)
read / write
used ↔ dynamic
read / write

Methods

app(dynamic KB) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator *() → dynamic
operator ==(Object other) bool
The equality operator.
inherited