NERtcNetworkQuality class
网络质量类型
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- kNERtcNetworkQualityBad → const int
- 勉强能沟通但不顺畅
- kNERtcNetworkQualityDown → const int
- 完全无法沟通
- kNERtcNetworkQualityExcellent → const int
- 网络质量极好
- kNERtcNetworkQualityGood → const int
- 用户主观感觉和 excellent 差不多,但码率可能略低于 excellent
- kNERtcNetworkQualityPoor → const int
- 用户主观感受有瑕疵但不影响沟通
- kNERtcNetworkQualityUnknown → const int
- 网络质量未知
- kNERtcNetworkQualityVeryBad → const int
- 网络质量非常差,基本不能沟通