IVSBroadcastAutoReconnectConfiguration

Objective-C


@interface IVSBroadcastAutoReconnectConfiguration : NSObject

Swift

class IVSBroadcastAutoReconnectConfiguration : NSObject

An object that can configure SDK auto-reconnect functionality.

  • Enables auto-reconnect. This defaults to false. When this is true, the retry logic will be active after a call to start and before a call to stop. Calling stop will automatically cancel any pending retries, regardless of the retry state. To receive updates about the retry state, observe IVSBroadcastSessionDelegate:broadcastSession:didChangeRetryState

    Declaration

    Objective-C

    @property (nonatomic) BOOL enabled;

    Swift

    var enabled: Bool { get set }