TVOCallFeedbackScore Constants Reference
| Declared in | TVOCall.h | 
|---|
TVOCallFeedbackScore
Available scores for Call quality feedback.
Definition
typedef NS_ENUM(NSUInteger, TVOCallFeedbackScore ) {
                            
                               TVOCallFeedbackScoreNotReported = 0,
                            
                               TVOCallFeedbackScoreOnePoint,
                            
                               TVOCallFeedbackScoreTwoPoints,
                            
                               TVOCallFeedbackScoreThreePoints,
                            
                               TVOCallFeedbackScoreFourPoints,
                            
                               TVOCallFeedbackScoreFivePoints,
                            
                            };
                    
                    Constants
- TVOCallFeedbackScoreNotReported
- 
No score reported. Declared In TVOCall.h.
- TVOCallFeedbackScoreOnePoint
- 
Terrible call quality, call dropped, or caused great difficulty in communicating. Declared In TVOCall.h.
- TVOCallFeedbackScoreTwoPoints
- 
Bad call quality, like choppy audio, periodic one-way-audio. Declared In TVOCall.h.
- TVOCallFeedbackScoreThreePoints
- 
Average call quality, manageable with some noise/minor packet loss. Declared In TVOCall.h.
- TVOCallFeedbackScoreFourPoints
- 
Good call quality, minor issues. Declared In TVOCall.h.
- TVOCallFeedbackScoreFivePoints
- 
Great call quality. No issues. Declared In TVOCall.h.
Declared In
TVOCall.h