RtcNetworkQuality class

Network quality report.

网络质量报告。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

RtcNetworkQuality({QualityRating? rating = QualityRating.Unavailable, double? txLoss = 0, double? rxLoss = 0, int? rtt = 0})
Constructs a RtcNetworkQuality

Properties

hashCode int
The hash code for this object.
no setterinherited
rating QualityRating?
Quality rating. Default: kPanoQualityUnavailable.
final
rtt int?
Round-Trip Time in millisecond. Default: 0.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rxLoss double?
Downlink loss rate. Default: 0.
final
txLoss double?
Uplink loss rate. Default: 0.
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