CallQuality
public enum CallQuality : String
Quality rating for a WebRTC call based on MOS score
-
MOS > 4.2
Declaration
Swift
case excellent
-
4.1 <= MOS <= 4.2
Declaration
Swift
case good
-
3.7 <= MOS <= 4.0
Declaration
Swift
case fair
-
3.1 <= MOS <= 3.6
Declaration
Swift
case poor
-
MOS <= 3.0
Declaration
Swift
case bad
-
Unable to calculate quality
Declaration
Swift
case unknown