ProblemFeedbackOption enum

@brief Audio and video quality feedback problem type

Inheritance
Available extensions

Values

none → const ProblemFeedbackOption

@brief No problem

other_message → const ProblemFeedbackOption

@brief Other problems

disconnected → const ProblemFeedbackOption

@brief Connection failed

ear_back_delay → const ProblemFeedbackOption

@brief Ear return delay is large

local_noise → const ProblemFeedbackOption

@brief Local noise

local_audio_lagging → const ProblemFeedbackOption

@brief Local audio lagging

local_no_audio → const ProblemFeedbackOption

@brief Local no audio

local_audio_strength → const ProblemFeedbackOption

@brief Local audio strength

local_echo → const ProblemFeedbackOption

@brief Local echo

local_video_fuzzy → const ProblemFeedbackOption

@brief Local video fuzzy

local_not_sync → const ProblemFeedbackOption

@brief Local audio and video not sync

local_video_lagging → const ProblemFeedbackOption

@brief Local video lagging

local_no_video → const ProblemFeedbackOption

@brief Local no video

remote_noise → const ProblemFeedbackOption

@brief Remote noise

remote_audio_lagging → const ProblemFeedbackOption

@brief Remote audio lagging

remote_no_audio → const ProblemFeedbackOption

@brief Remote no audio

remote_audio_strength → const ProblemFeedbackOption

@brief Remote audio strength

remote_echo → const ProblemFeedbackOption

@brief Remote echo

remote_video_fuzzy → const ProblemFeedbackOption

@brief Remote video fuzzy

remote_not_sync → const ProblemFeedbackOption

@brief Remote audio and video not sync

remote_video_lagging → const ProblemFeedbackOption

@brief Remote video lagging

remote_no_video → const ProblemFeedbackOption

@brief Remote no video

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.