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 istrue, the retry logic will be active after a call tostartand before a call tostop. Callingstopwill automatically cancel any pending retries, regardless of the retry state. To receive updates about the retry state, observeIVSBroadcastSessionDelegate:broadcastSession:didChangeRetryStateDeclaration
Objective-C
@property (nonatomic) BOOL enabled;Swift
var enabled: Bool { get set }