ByteRTCProblemFeedbackOption enum

Inheritance
Available extensions

Values

ByteRTCProblemFeedbackOptionNone → const ByteRTCProblemFeedbackOption

@brief No problem

ByteRTCProblemFeedbackOptionOtherMessage → const ByteRTCProblemFeedbackOption

@brief Other issues

ByteRTCProblemFeedbackOptionDisconnected → const ByteRTCProblemFeedbackOption

@brief Connection failed

ByteRTCProblemFeedbackOptionEarBackDelay → const ByteRTCProblemFeedbackOption

@brief High latency for the ear monitor

ByteRTCProblemFeedbackOptionLocalNoise → const ByteRTCProblemFeedbackOption

@brief Noise on the local end

ByteRTCProblemFeedbackOptionLocalAudioLagging → const ByteRTCProblemFeedbackOption

@brief Audio stall on the local end

ByteRTCProblemFeedbackOptionLocalNoAudio → const ByteRTCProblemFeedbackOption

@brief No sound on the local end

ByteRTCProblemFeedbackOptionLocalAudioStrength → const ByteRTCProblemFeedbackOption

@brief Too little/loud sound on the local end

ByteRTCProblemFeedbackOptionLocalEcho → const ByteRTCProblemFeedbackOption

@brief Echo noise on the local end

ByteRTCProblemFeedbackOptionLocalVideoFuzzy → const ByteRTCProblemFeedbackOption

@brief Unclear video on the local end

ByteRTCProblemFeedbackOptionLocalNotSync → const ByteRTCProblemFeedbackOption

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

ByteRTCProblemFeedbackOptionLocalVideoLagging → const ByteRTCProblemFeedbackOption

@brief Video stall on the local end

ByteRTCProblemFeedbackOptionLocalNoVideo → const ByteRTCProblemFeedbackOption

@brief No picture on the local end

ByteRTCProblemFeedbackOptionRemoteNoise → const ByteRTCProblemFeedbackOption

@brief Noise on the remote end

ByteRTCProblemFeedbackOptionRemoteAudioLagging → const ByteRTCProblemFeedbackOption

@brief Audio stall on the remote end

ByteRTCProblemFeedbackOptionRemoteNoAudio → const ByteRTCProblemFeedbackOption

@brief No sound on the remote end

ByteRTCProblemFeedbackOptionRemoteAudioStrength → const ByteRTCProblemFeedbackOption

@brief Too little/loud sound on the remote end

ByteRTCProblemFeedbackOptionRemoteEcho → const ByteRTCProblemFeedbackOption

@brief Echo noise on the remote end

ByteRTCProblemFeedbackOptionRemoteVideoFuzzy → const ByteRTCProblemFeedbackOption

@brief Unclear video on the remote end

ByteRTCProblemFeedbackOptionRemoteNotSync → const ByteRTCProblemFeedbackOption

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

ByteRTCProblemFeedbackOptionRemoteVideoLagging → const ByteRTCProblemFeedbackOption

@brief Video stall on the remote end

ByteRTCProblemFeedbackOptionRemoteNoVideo → const ByteRTCProblemFeedbackOption

@brief No picture on the remote end

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<ByteRTCProblemFeedbackOption>
A constant List of the values in this enum, in order of their declaration.