VIQualityIssueLevel enum

Represents quality issue levels.

Inheritance

Constructors

VIQualityIssueLevel()
const

Values

None → const VIQualityIssueLevel

The quality issue level to indicate that an issue is not detected or is resolved.

Minor → const VIQualityIssueLevel

The quality issue level to indicate that an issue may have minor impact on the call quality.

For audio calls it may result in temporary audio artifacts.

For video calls it may result in video artifacts in case of a dynamically changing video stream.

Major → const VIQualityIssueLevel

The quality issue level to indicate that a detected issue may have a major impact on the call quality.

For audio calls it may result in a corrupted stream (discord or robotic voice) for call participants, audio delays and glitches.

For video calls it may result in significant video artifacts (pixelating, blurring, color bleeding, flickering, noise), one-way/no video stream between the call participants

Critical → const VIQualityIssueLevel

The quality issue level to indicate that a detected issue has a critical impact on the call quality.

In most cases it results in lost media stream between call participants or broken functionality.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<VIQualityIssueLevel>
A constant List of the values in this enum, in order of their declaration.