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 tostart
and before a call tostop
. Callingstop
will automatically cancel any pending retries, regardless of the retry state. To receive updates about the retry state, observeIVSBroadcastSessionDelegate:broadcastSession:didChangeRetryState
Declaration
Objective-C
@property (nonatomic) BOOL enabled;
Swift
var enabled: Bool { get set }