TRTCQuality enum
Network quality
TRTC evaluates the current network quality once every two seconds. The evaluation results are divided into six levels: excellent indicates the best, and Down indicates the worst.
Constructors
- TRTCQuality()
-
const
Values
- unknown → const TRTCQuality
-
- Undefined
- excellent → const TRTCQuality
-
- The current network is excellent
- good → const TRTCQuality
-
- The current network is good
- poor → const TRTCQuality
-
- The current network is fair
- bad → const TRTCQuality
-
- The current network is bad
- vBad → const TRTCQuality
-
- The current network is very bad
- down → const TRTCQuality
-
- The current network cannot meet the minimum requirements of TRTC
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<
TRTCQuality> - A constant List of the values in this enum, in order of their declaration.