chengyanfang

sdk upgrade

Showing 51 changed files with 7 additions and 0 deletions
@@ -671,6 +671,7 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo14OptionProtocal_") @@ -671,6 +671,7 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo14OptionProtocal_")
671 @property (nonatomic, copy) NSString * _Nonnull sdkProductId; 671 @property (nonatomic, copy) NSString * _Nonnull sdkProductId;
672 @property (nonatomic, copy) NSString * _Nonnull mExtensionString; 672 @property (nonatomic, copy) NSString * _Nonnull mExtensionString;
673 @property (nonatomic) BOOL isTRTC; 673 @property (nonatomic) BOOL isTRTC;
  674 +@property (nonatomic, copy) NSString * _Nonnull appVersion;
674 @property (nonatomic) BOOL allowBeauty; 675 @property (nonatomic) BOOL allowBeauty;
675 @property (nonatomic) BOOL allowEvaluate; 676 @property (nonatomic) BOOL allowEvaluate;
676 @property (nonatomic) BOOL allowAddMember; 677 @property (nonatomic) BOOL allowAddMember;
@@ -1436,6 +1437,7 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo14OptionProtocal_") @@ -1436,6 +1437,7 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo14OptionProtocal_")
1436 @property (nonatomic, copy) NSString * _Nonnull sdkProductId; 1437 @property (nonatomic, copy) NSString * _Nonnull sdkProductId;
1437 @property (nonatomic, copy) NSString * _Nonnull mExtensionString; 1438 @property (nonatomic, copy) NSString * _Nonnull mExtensionString;
1438 @property (nonatomic) BOOL isTRTC; 1439 @property (nonatomic) BOOL isTRTC;
  1440 +@property (nonatomic, copy) NSString * _Nonnull appVersion;
1439 @property (nonatomic) BOOL allowBeauty; 1441 @property (nonatomic) BOOL allowBeauty;
1440 @property (nonatomic) BOOL allowEvaluate; 1442 @property (nonatomic) BOOL allowEvaluate;
1441 @property (nonatomic) BOOL allowAddMember; 1443 @property (nonatomic) BOOL allowAddMember;
@@ -22,6 +22,7 @@ import UserNotifications @@ -22,6 +22,7 @@ import UserNotifications
22 @objc var sdkProductId: Swift.String { get set } 22 @objc var sdkProductId: Swift.String { get set }
23 @objc var mExtensionString: Swift.String { get set } 23 @objc var mExtensionString: Swift.String { get set }
24 @objc var isTRTC: Swift.Bool { get set } 24 @objc var isTRTC: Swift.Bool { get set }
  25 + @objc var appVersion: Swift.String { get set }
25 @objc var allowBeauty: Swift.Bool { get set } 26 @objc var allowBeauty: Swift.Bool { get set }
26 @objc var allowEvaluate: Swift.Bool { get set } 27 @objc var allowEvaluate: Swift.Bool { get set }
27 @objc var allowAddMember: Swift.Bool { get set } 28 @objc var allowAddMember: Swift.Bool { get set }
@@ -22,6 +22,7 @@ import UserNotifications @@ -22,6 +22,7 @@ import UserNotifications
22 @objc var sdkProductId: Swift.String { get set } 22 @objc var sdkProductId: Swift.String { get set }
23 @objc var mExtensionString: Swift.String { get set } 23 @objc var mExtensionString: Swift.String { get set }
24 @objc var isTRTC: Swift.Bool { get set } 24 @objc var isTRTC: Swift.Bool { get set }
  25 + @objc var appVersion: Swift.String { get set }
25 @objc var allowBeauty: Swift.Bool { get set } 26 @objc var allowBeauty: Swift.Bool { get set }
26 @objc var allowEvaluate: Swift.Bool { get set } 27 @objc var allowEvaluate: Swift.Bool { get set }
27 @objc var allowAddMember: Swift.Bool { get set } 28 @objc var allowAddMember: Swift.Bool { get set }
@@ -22,6 +22,7 @@ import UserNotifications @@ -22,6 +22,7 @@ import UserNotifications
22 @objc var sdkProductId: Swift.String { get set } 22 @objc var sdkProductId: Swift.String { get set }
23 @objc var mExtensionString: Swift.String { get set } 23 @objc var mExtensionString: Swift.String { get set }
24 @objc var isTRTC: Swift.Bool { get set } 24 @objc var isTRTC: Swift.Bool { get set }
  25 + @objc var appVersion: Swift.String { get set }
25 @objc var allowBeauty: Swift.Bool { get set } 26 @objc var allowBeauty: Swift.Bool { get set }
26 @objc var allowEvaluate: Swift.Bool { get set } 27 @objc var allowEvaluate: Swift.Bool { get set }
27 @objc var allowAddMember: Swift.Bool { get set } 28 @objc var allowAddMember: Swift.Bool { get set }
@@ -22,6 +22,7 @@ import UserNotifications @@ -22,6 +22,7 @@ import UserNotifications
22 @objc var sdkProductId: Swift.String { get set } 22 @objc var sdkProductId: Swift.String { get set }
23 @objc var mExtensionString: Swift.String { get set } 23 @objc var mExtensionString: Swift.String { get set }
24 @objc var isTRTC: Swift.Bool { get set } 24 @objc var isTRTC: Swift.Bool { get set }
  25 + @objc var appVersion: Swift.String { get set }
25 @objc var allowBeauty: Swift.Bool { get set } 26 @objc var allowBeauty: Swift.Bool { get set }
26 @objc var allowEvaluate: Swift.Bool { get set } 27 @objc var allowEvaluate: Swift.Bool { get set }
27 @objc var allowAddMember: Swift.Bool { get set } 28 @objc var allowAddMember: Swift.Bool { get set }
@@ -22,6 +22,7 @@ import UserNotifications @@ -22,6 +22,7 @@ import UserNotifications
22 @objc var sdkProductId: Swift.String { get set } 22 @objc var sdkProductId: Swift.String { get set }
23 @objc var mExtensionString: Swift.String { get set } 23 @objc var mExtensionString: Swift.String { get set }
24 @objc var isTRTC: Swift.Bool { get set } 24 @objc var isTRTC: Swift.Bool { get set }
  25 + @objc var appVersion: Swift.String { get set }
25 @objc var allowBeauty: Swift.Bool { get set } 26 @objc var allowBeauty: Swift.Bool { get set }
26 @objc var allowEvaluate: Swift.Bool { get set } 27 @objc var allowEvaluate: Swift.Bool { get set }
27 @objc var allowAddMember: Swift.Bool { get set } 28 @objc var allowAddMember: Swift.Bool { get set }