通话相关的统计信息。
-
Annotations
@JsonSerializable(explicitToJson: true)
Constructors
-
RtcStats()
Constructs a RtcStats
-
RtcStats.fromJson(Map<String, dynamic> json)
factory
Properties
-
当前 App 的 CPU 使用率 (%)。read / write
-
当前系统的 CPU 使用率 (%)。read / write
-
客户端到本地路由器的往返时延 (ms)。read / write
-
The hash code for this object. [...]read-only, inherited
-
客户端到服务器的延迟(毫秒)。read / write
-
当前 App 的内存大小 (KB)。 [...]read / write
-
当前 App 的内存占比 (%)。 [...]read / write
-
memoryTotalUsageRatio ↔ double
当前系统的内存占比 (%)。 [...]read / write
-
A representation of the runtime type of the object.read-only, inherited
-
接收音频字节数(bytes),累计值。read / write
-
音频接收码率(Kbps),瞬时值。read / write
-
接收字节数(bytes),累计值。read / write
-
接收码率(Kbps),瞬时值。read / write
-
网络对抗前,边缘服务器到本地客户端的丢包率 (%)。read / write
-
接收视频字节数(bytes),累计值。read / write
-
视频接收码率(Kbps),瞬时值。read / write
-
通话时长,单位为秒,累计值。read / write
-
发送音频字节数(bytes),累计值。read / write
-
音频包的发送码率(Kbps),瞬时值。read / write
-
发送字节数(bytes),累计值。read / write
-
发送码率(Kbps),瞬时值。read / write
-
网络对抗前,本地客户端到边缘服务器的丢包率 (%)。read / write
-
发送视频字节数(bytes),累计值。read / write
-
视频发送码率(Kbps),瞬时值。read / write
-
频道内的人数。 [...]read / write
Methods
-
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]inherited
-
Returns a string representation of this object.inherited
Operators
-
operator ==(Object other) → bool
The equality operator. [...]inherited