StatusReport class

Constructors

StatusReport.fromJson(Map<String, dynamic> map)

Properties

bitRateRcv String
接收码率大小,单位是 kbps
final
bitRateSend String
发送码率大小,单位是 kbps
final
googAvailableReceiveBandwidth String
􏲑􏲌􏰁􏰉􏱚􏱛可用接收宽带
final
googAvailableSendBandwidth String
可用发送宽带
final
hashCode int
The hash code for this object.
no setterinherited
ipAddress String
本端IP地址
final
networkType String
网络环境
final
packetsDiscardedOnSend String
发送端丢包数
final
rtt String
往返延时(ms)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusAudioRcvs Map<String, StatusBean>
音频接收状态信息 key为StreamId("userId"_"tag")
final
statusAudioSends Map<String, StatusBean>
音频发送状态信息 key为StreamId("userId"_"tag")
final
statusVideoRcvs Map<String, StatusBean>
视频接收状态信息 key为StreamId("userId"_"tag")
final
statusVideoSends Map<String, StatusBean>
视频发送状态信息 key为StreamId("userId"_"tag")
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