IVSBroadcastSessionTestStatus
Objective-C
enum IVSBroadcastSessionTestStatus : NSInteger {}Swift
enum Status : Int, @unchecked SendableThe state of a network quality test
- 
                  
                  The test is connecting to the ingest server and will start soon. DeclarationObjective-C IVSBroadcastSessionTestStatusConnectingSwift case connecting = 0
- 
                  
                  The test is running. DeclarationObjective-C IVSBroadcastSessionTestStatusTestingSwift case testing = 1
- 
                  
                  The test completed successfully. DeclarationObjective-C IVSBroadcastSessionTestStatusSuccessSwift case success = 2
- 
                  
                  The test failed due to an error. DeclarationObjective-C IVSBroadcastSessionTestStatusErrorSwift case error = 3
 IVSBroadcastSessionTestStatus Enumeration Reference
        IVSBroadcastSessionTestStatus Enumeration Reference