ExperiencePoorReason enum Null safety
The reason for poor QoE of the local user when receiving a remote audio stream.
Constants
- LocalNetworkQualityPoor → const ExperiencePoorReason
-
The local user’s network quality is poor.
@JsonValue(2)const ExperiencePoorReason(2)
- None → const ExperiencePoorReason
-
None, indicating good QoE of the local user.
@JsonValue(0)const ExperiencePoorReason(0)
- RemoteNetworkQualityPoor → const ExperiencePoorReason
-
The remote user’s network quality is poor.
@JsonValue(1)const ExperiencePoorReason(1)
-
values
→ const List<
ExperiencePoorReason> -
A constant List of the values in this enum, in order of their declaration.
const List<
ExperiencePoorReason> - WifiBluetoothCoexist → const ExperiencePoorReason
-
The local user enables both Wi-Fi and bluetooth, and their signals interfere with each other. As a result, audio transmission quality is undermined.
@JsonValue(8)const ExperiencePoorReason(4)
- WirelessSignalPoor → const ExperiencePoorReason
-
The local user’s Wi-Fi or mobile network signal is weak.
@JsonValue(4)const ExperiencePoorReason(3)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited