Rate this page:

QualityIssueLevel

Enum that represents quality issue levels.

Constants

CRITICAL

Copy URL

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.

MAJOR

Copy URL

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.

MINOR

Copy URL

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.

NONE

Copy URL

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