TVOPreflightCallQuality Constants Reference
| Declared in | TVOPreflightReport.h | 
|---|
TVOPreflightCallQuality
Enumeration indicating the quality based on the preflight test report. Call quality is based on mean opinion score (mos) that is computed by the SDK.
Definition
typedef NS_ENUM(NSUInteger, TVOPreflightCallQuality ) {
                            
                               TVOPreflightCallQualityExcellent = 0,
                            
                               TVOPreflightCallQualityGreat,
                            
                               TVOPreflightCallQualityGood,
                            
                               TVOPreflightCallQualityFair,
                            
                               TVOPreflightCallQualityDegraded,
                            
                            };
                    
                    Constants
TVOPreflightCallQualityExcellent- 
The average mos is above 4.2
Declared In
TVOPreflightReport.h. TVOPreflightCallQualityGreat- 
The average mos is >= 4.1 and <= 4.2
Declared In
TVOPreflightReport.h. TVOPreflightCallQualityGood- 
The average mos is >= 3.7 and < 4.1
Declared In
TVOPreflightReport.h. TVOPreflightCallQualityFair- 
The average mos is >= 3.1 and < 3.7
Declared In
TVOPreflightReport.h. TVOPreflightCallQualityDegraded- 
average mos is below 3.1
Declared In
TVOPreflightReport.h. 
Declared In
TVOPreflightReport.h