RTCRoomStats class
Call-related statistics
Properties
- duration → int?
-
Cumulative call duration in seconds after the user enters the room.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- rtt → int?
-
Round-trip time delay for client-to-server data transfer in ms.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- rxAudioKBitrate → int?
-
The code rate (kbps) at which the audio packet is received, instantaneous value when obtaining this data.
final
- rxBytes → int?
-
Cumulative number of bytes received by local user.
final
- rxCellularKBitrate → int?
-
The code rate (kbps) received by the cellular path, instantaneous value when obtaining this data.
final
- rxKBitrate → int?
-
Downlink code rate (kbps), instantaneous value when obtaining this data.
final
- rxLostrate → double?
-
The downlink packet loss rate of the current application, in the range of
[0, 1]
.final - rxScreenKBitrate → int?
-
The code rate (kbps) at which the screen stream packet is received, instantaneous value when obtaining this data.
final
- rxVideoKBitrate → int?
-
The code rate (kbps) at which the video packet is received, instantaneous value when obtaining this data.
final
- txAudioKBitrate → int?
-
The code rate (kbps) at which the audio packet is sent, instantaneous value when obtaining this data.
final
- txBytes → int?
-
Cumulative number of bytes sent by local user.
final
- txCellularKBitrate → int?
-
The code rate (kbps) sent by the cellular path, instantaneous value when obtaining this data.
final
- txKBitrate → int?
-
Uplink code rate (kbps), instantaneous value when obtaining this data.
final
- txLostrate → double?
-
The uplink packet loss rate of the current application, in the range of
[0, 1]
.final - txScreenKBitrate → int?
-
The code rate (kbps) at which the screen stream packet is sent, instantaneous value when obtaining this data.
final
- txVideoKBitrate → int?
-
The code rate (kbps) at which the video packet is sent, instantaneous value when obtaining this data.
final
- userCount → int?
-
Number of visible users in the current room.
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