QualityIndicators
The QualityIndicators model represents conference participants' audio quality scores.
Available in the package com.voxeet.sdk.events.sdk.QualityIndicators.
You can access this object through WebSocket.
Properties
mos (float)
The Mean Opinion Score (MOS) represents the participants' audio quality. The SDK calculates the audio 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 audio MOS score is not available, the mos property returns the value -1.
Methods
getType
▸ getType(): String
Returns: @NonNull String
Updated over 1 year ago