ExperiencePoorReason enum
The reason for poor QoE of the local user when receiving a remote audio stream.
Values
- None → const ExperiencePoorReason
-
None, indicating good QoE of the local user.
- RemoteNetworkQualityPoor → const ExperiencePoorReason
-
The remote user’s network quality is poor.
- LocalNetworkQualityPoor → const ExperiencePoorReason
-
The local user’s network quality is poor.
- WirelessSignalPoor → const ExperiencePoorReason
-
The local user’s Wi-Fi or mobile network signal is weak.
- 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.
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<
ExperiencePoorReason> - A constant List of the values in this enum, in order of their declaration.