NetworkQuality enum
所属用户的媒体流网络质量
Values
- unKnown → const NetworkQuality
-
媒体流网络质量未知
- excellent → const NetworkQuality
-
媒体流网络质量极好
- good → const NetworkQuality
-
媒体流网络质量较好
- poor → const NetworkQuality
-
媒体流网络质量较差,但不影响沟通
- bad → const NetworkQuality
-
媒体流网络质量较差,沟通不顺畅
- veryBad → const NetworkQuality
-
媒体流网络质量极差
- down → const NetworkQuality
-
网络连接断开,无法通话。
网络可能由于 12s 内无应答、开启飞行模式、拔掉网线等原因断开。
更多网络状态信息参见 连接状态提示。
Properties
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
-
values
→ const List<
NetworkQuality> - A constant List of the values in this enum, in order of their declaration.