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
IVSBroadcastSessionTestStatusConnecting
Swift
case connecting = 0
-
The test is running.
Declaration
Objective-C
IVSBroadcastSessionTestStatusTesting
Swift
case testing = 1
-
The test completed successfully.
Declaration
Objective-C
IVSBroadcastSessionTestStatusSuccess
Swift
case success = 2
-
The test failed due to an error.
Declaration
Objective-C
IVSBroadcastSessionTestStatusError
Swift
case error = 3