IVSNetworkConfiguration
Objective-C
@interface IVSNetworkConfiguration : NSObject
Swift
class IVSNetworkConfiguration : NSObject
A configuration object describing additional network parameters
-
Setting this to
YES
will enable IPv6 as an option that will be preferred if it is available to the user’s device. Broadcasters on IPv6-native networks may have better QoS with this option enabled. By default this isNO
.Declaration
Objective-C
@property (nonatomic) BOOL useIPv6;
Swift
var useIPv6: Bool { get set }