IVSBroadcastSessionTest

Objective-C

@interface IVSBroadcastSessionTest : NSObject

Swift

class IVSBroadcastSessionTest : NSObject

A handle on the network quality test. You can use this to cancel an ongoing test.

  • Cancels the associated network quality test.

    Declaration

    Objective-C

    - (void)cancel;

    Swift

    func cancel()