VIQualityIssueType enum
Represents quality issue types.
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:
- VIQualityIssueLevel.None - that indicates that audio is receiving on all remote audio streams
- VIQualityIssueLevel.Critical - that indicates a problem with audio receive on at least one remote audio stream
- NoVideoReceive → const VIQualityIssueType
-
Indicates that no video is received on a remote video stream.
The issue level obtained may be:
- VIQualityIssueLevel.None - that indicates that video is receiving on all remote video streams according to their configuration
- VIQualityIssueLevel.Critical - that indicates a problem with video receive on at least one remote video stream
Properties
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.