AgoraLastmileProbeResultState Constants Reference
| Declared in | AgoraEnumerates.h | 
|---|
AgoraLastmileProbeResultState
The state of the probe test result.
Definition
typedef NS_ENUM(NSUInteger, AgoraLastmileProbeResultState ) {
                            
                               AgoraLastmileProbeResultComplete = 1,
                            
                               AgoraLastmileProbeResultIncompleteNoBwe = 2,
                            
                               AgoraLastmileProbeResultUnavailable = 3,
                            
                            };
                    
                    Constants
- AgoraLastmileProbeResultComplete
- 
1: The last-mile network probe test is complete. Declared In AgoraEnumerates.h.
- AgoraLastmileProbeResultIncompleteNoBwe
- 
2: The last-mile network probe test is incomplete and the bandwidth estimation is not available, probably due to limited test resources. Declared In AgoraEnumerates.h.
- AgoraLastmileProbeResultUnavailable
- 
3: The last-mile network probe test is not carried out, probably due to poor network conditions. Declared In AgoraEnumerates.h.
Declared In
AgoraEnumerates.h