chengyanfang

sdk upgrade

Showing 51 changed files with 7 additions and 0 deletions
... ... @@ -671,6 +671,7 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo14OptionProtocal_")
@property (nonatomic, copy) NSString * _Nonnull sdkProductId;
@property (nonatomic, copy) NSString * _Nonnull mExtensionString;
@property (nonatomic) BOOL isTRTC;
@property (nonatomic, copy) NSString * _Nonnull appVersion;
@property (nonatomic) BOOL allowBeauty;
@property (nonatomic) BOOL allowEvaluate;
@property (nonatomic) BOOL allowAddMember;
... ... @@ -1436,6 +1437,7 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo14OptionProtocal_")
@property (nonatomic, copy) NSString * _Nonnull sdkProductId;
@property (nonatomic, copy) NSString * _Nonnull mExtensionString;
@property (nonatomic) BOOL isTRTC;
@property (nonatomic, copy) NSString * _Nonnull appVersion;
@property (nonatomic) BOOL allowBeauty;
@property (nonatomic) BOOL allowEvaluate;
@property (nonatomic) BOOL allowAddMember;
... ...
... ... @@ -22,6 +22,7 @@ import UserNotifications
@objc var sdkProductId: Swift.String { get set }
@objc var mExtensionString: Swift.String { get set }
@objc var isTRTC: Swift.Bool { get set }
@objc var appVersion: Swift.String { get set }
@objc var allowBeauty: Swift.Bool { get set }
@objc var allowEvaluate: Swift.Bool { get set }
@objc var allowAddMember: Swift.Bool { get set }
... ...
... ... @@ -22,6 +22,7 @@ import UserNotifications
@objc var sdkProductId: Swift.String { get set }
@objc var mExtensionString: Swift.String { get set }
@objc var isTRTC: Swift.Bool { get set }
@objc var appVersion: Swift.String { get set }
@objc var allowBeauty: Swift.Bool { get set }
@objc var allowEvaluate: Swift.Bool { get set }
@objc var allowAddMember: Swift.Bool { get set }
... ...
... ... @@ -22,6 +22,7 @@ import UserNotifications
@objc var sdkProductId: Swift.String { get set }
@objc var mExtensionString: Swift.String { get set }
@objc var isTRTC: Swift.Bool { get set }
@objc var appVersion: Swift.String { get set }
@objc var allowBeauty: Swift.Bool { get set }
@objc var allowEvaluate: Swift.Bool { get set }
@objc var allowAddMember: Swift.Bool { get set }
... ...
... ... @@ -22,6 +22,7 @@ import UserNotifications
@objc var sdkProductId: Swift.String { get set }
@objc var mExtensionString: Swift.String { get set }
@objc var isTRTC: Swift.Bool { get set }
@objc var appVersion: Swift.String { get set }
@objc var allowBeauty: Swift.Bool { get set }
@objc var allowEvaluate: Swift.Bool { get set }
@objc var allowAddMember: Swift.Bool { get set }
... ...
... ... @@ -22,6 +22,7 @@ import UserNotifications
@objc var sdkProductId: Swift.String { get set }
@objc var mExtensionString: Swift.String { get set }
@objc var isTRTC: Swift.Bool { get set }
@objc var appVersion: Swift.String { get set }
@objc var allowBeauty: Swift.Bool { get set }
@objc var allowEvaluate: Swift.Bool { get set }
@objc var allowAddMember: Swift.Bool { get set }
... ...