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.

  • Unavailable

    Do not create instances of this class directly

    Declaration

    Objective-C

    IVS_INIT_UNAVAILABLE
  • Unavailable

    Do not create instances of this class directly

    Declaration

    Objective-C

    IVS_INIT_UNAVAILABLE
  • Cancels the associated network quality test.

    Declaration

    Objective-C

    - (void)cancel;

    Swift

    func cancel()