VIQualityIssueType enum

Represents quality issue types.

Inheritance

Constructors

VIQualityIssueType()
const

Values

CodecMismatch → const VIQualityIssueType

Indicates that local video is encoded by a codec different from the specified one.

LocalVideoDegradation → const VIQualityIssueType

Indicates that the video resolution sent to the endpoint is lower than a captured video resolution.

HighMediaLatency → const VIQualityIssueType

Indicates that network-based media latency is detected in the call.

IceDisconnected → const VIQualityIssueType

Indicates that ICE connection is switched to the "disconnected" state during the call.

NoAudioSignal → const VIQualityIssueType

Indicates that no audio is captured by the microphone.

PacketLoss → const VIQualityIssueType

Indicates packet loss for last 2.5 seconds.

NoAudioReceive → const VIQualityIssueType

Indicates that no audio is received on a remote audio stream.

The issue level obtained may be:

NoVideoReceive → const VIQualityIssueType

Indicates that no video is received on a remote video stream.

The issue level obtained may be:

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