ProblemFeedbackOption enum
Audio/video quality feedback
Values
- none → const ProblemFeedbackOption
-
Good
- otherMessage → const ProblemFeedbackOption
-
Undefined problems
- disconnected → const ProblemFeedbackOption
-
Connection failed
- earBackDelay → const ProblemFeedbackOption
-
High latency for the ear monitor
- localNoise → const ProblemFeedbackOption
-
Noise on the local end
- localAudioLagging → const ProblemFeedbackOption
-
Audio stutter on the local end
- localNoAudio → const ProblemFeedbackOption
-
No sound on the local end
- localAudioStrength → const ProblemFeedbackOption
-
Too little/loud sound on the local end
- localEcho → const ProblemFeedbackOption
-
Echo noise on the local end
- localVideoFuzzy → const ProblemFeedbackOption
-
Unclear video on the local end
- localNotSync → const ProblemFeedbackOption
-
Audio and video out of sync on the local end
- localVideoLagging → const ProblemFeedbackOption
-
Video stutter on the local end
- localNoVideo → const ProblemFeedbackOption
-
No picture on the local end
- remoteNoise → const ProblemFeedbackOption
-
Noise on the remote end
- remoteAudioLagging → const ProblemFeedbackOption
-
Audio stutter on the remote end
- remoteNoAudio → const ProblemFeedbackOption
-
No sound on the remote end
- remoteAudioStrength → const ProblemFeedbackOption
-
Too little/loud sound on the remote end
- remoteEcho → const ProblemFeedbackOption
-
Echo noise on the remote end
- remoteVideoFuzzy → const ProblemFeedbackOption
-
Unclear video on the remote end
- remoteNotSync → const ProblemFeedbackOption
-
Audio and video out of sync on the remote end
- remoteVideoLagging → const ProblemFeedbackOption
-
Video stutter on the remote end
- remoteNoVideo → const ProblemFeedbackOption
-
No picture on the remote end
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<
ProblemFeedbackOption> - A constant List of the values in this enum, in order of their declaration.