IVSBroadcastAutoReconnectConfiguration
Objective-C
@interface IVSBroadcastAutoReconnectConfiguration : NSObjectSwift
class IVSBroadcastAutoReconnectConfiguration : NSObjectAn 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:didChangeRetryStateDeclarationObjective-C @property (nonatomic) BOOL enabled;Swift var enabled: Bool { get set }
 IVSBroadcastAutoReconnectConfiguration Class Reference
        IVSBroadcastAutoReconnectConfiguration Class Reference