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