ProblemFeedbackOption enum

Inheritance
Available extensions

Values

NONE → const ProblemFeedbackOption

@brief No problem

OTHER_MESSAGE → const ProblemFeedbackOption

@brief Other issues

DISCONNECTED → const ProblemFeedbackOption

@brief Connection failed

EAR_BACK_DELAY → const ProblemFeedbackOption

@brief High latency for the ear monitor

LOCAL_NOISE → const ProblemFeedbackOption

@brief Noise on the local end

LOCAL_AUDIO_LAGGING → const ProblemFeedbackOption

@brief Audio stall on the local end

LOCAL_NO_AUDIO → const ProblemFeedbackOption

@brief No sound on the local end

LOCAL_AUDIO_STRENGTH → const ProblemFeedbackOption

@brief Too little/loud sound on the local end

LOCAL_ECHO → const ProblemFeedbackOption

@brief Echo noise on the local end

LOCAL_VIDEO_FUZZY → const ProblemFeedbackOption

@brief Unclear video on the local end

LOCAL_NOT_SYNC → const ProblemFeedbackOption

@brief Audio & video out of sync on the local end

LOCAL_VIDEO_LAGGING → const ProblemFeedbackOption

@brief Video stall on the local end

LOCAL_NO_VIDEO → const ProblemFeedbackOption

@brief No picture on the local end

REMOTE_NOISE → const ProblemFeedbackOption

@brief Noise on the remote end

REMOTE_AUDIO_LAGGING → const ProblemFeedbackOption

@brief Audio stall on the remote end

REMOTE_NO_AUDIO → const ProblemFeedbackOption

@brief No sound on the remote end

REMOTE_AUDIO_STRENGTH → const ProblemFeedbackOption

@brief Too little/loud sound on the remote end

REMOTE_ECHO → const ProblemFeedbackOption

@brief Echo noise on the remote end

REMOTE_VIDEO_FUZZY → const ProblemFeedbackOption

@brief Unclear video on the remote end

REMOTE_NOT_SYNC → const ProblemFeedbackOption

@brief Audio & video out of sync on the remote end

REMOTE_VIDEO_LAGGING → const ProblemFeedbackOption

@brief Video stall on the remote end

REMOTE_NO_VIDEO → const ProblemFeedbackOption

@brief No picture on the remote end

value → const ProblemFeedbackOption

@hidden constructor/destructor

Properties

$value → dynamic
final
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.