QualityIndicator
The QualityIndicator model represents audio and video Mean Opinion Scores (MOS). The scores represent the participants' audio and video quality. The SDK calculates the audio and video quality scores and displays the values in a range from 1 to 5, where 1 represents the worst quality and 5 represents the highest quality. In cases when the MOS score is not available, the SDK returns the value -1.
Properties
audio
• audio: number
The audio quality MOS score in a range from 1 to 5, where 1 represents the worst quality and 5 represents the highest quality. In cases when the MOS score is not available, the SDK returns the value -1.
Note: The Mean Opinion Scores (MOS) are available only for participants who use the DVC codec on web clients.
video
• video: number
The video quality MOS score in a range from 1 to 5, where 1 represents the worst quality and 5 represents the highest quality. In cases when the MOS score is not available, the SDK returns the value -1.
Updated 4 months ago