wangguolei

3.4.0.06241635

Showing 100 changed files with 19 additions and 22 deletions

Too many changes to show.

To preserve performance only 100 of 100+ files are displayed.

Pod::Spec.new do |s|
s.name = "HHVDoctorSDK"
s.version = "3.4.0.06241158"
s.version = "3.4.0.06241635"
s.summary = "和缓视频医生 SDK"
s.description = <<-DESC
... ...
... ... @@ -1038,9 +1038,9 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo14OptionProtocal_")
@property (nonatomic) NSInteger changeDoctorTime;
/// 日志回调(仅测试有用)
@property (nonatomic, copy) void (^ _Nullable logCallback)(NSString * _Nonnull);
@property (nonatomic, strong) id <VideoOptionsProtocol> _Nonnull mVideoOptions;
@property (nonatomic, strong) id <MessageOptionsProtocol> _Nonnull mMessageOptions;
@property (nonatomic, strong) id <UsercenterOptionsProtocol> _Nonnull mUserCenterOptions;
@property (nonatomic, strong) id <VideoOptionsProtocol> _Nonnull pVideoOptions;
@property (nonatomic, strong) id <MessageOptionsProtocol> _Nonnull pMessageOptions;
@property (nonatomic, strong) id <UsercenterOptionsProtocol> _Nonnull pUserCenterOptions;
@property (nonatomic, copy) NSString * _Nonnull sdkVersion;
@property (nonatomic, copy) NSString * _Nonnull appVersion;
@property (nonatomic) BOOL isTRTC;
... ...
... ... @@ -2191,9 +2191,9 @@ public enum TrtcError : Swift.String {
@objc var mExtension: Swift.String { get set }
@objc var changeDoctorTime: Swift.Int { get set }
@objc var logCallback: ((Swift.String) -> Swift.Void)? { get set }
@objc var mVideoOptions: HHSDKVideo.VideoOptionsProtocol { get set }
@objc var mMessageOptions: HHSDKVideo.MessageOptionsProtocol { get set }
@objc var mUserCenterOptions: HHSDKVideo.UsercenterOptionsProtocol { get set }
@objc var pVideoOptions: HHSDKVideo.VideoOptionsProtocol { get set }
@objc var pMessageOptions: HHSDKVideo.MessageOptionsProtocol { get set }
@objc var pUserCenterOptions: HHSDKVideo.UsercenterOptionsProtocol { get set }
@objc var sdkVersion: Swift.String { get set }
@objc var appVersion: Swift.String { get set }
@objc var isTRTC: Swift.Bool { get set }
... ...
... ... @@ -2191,9 +2191,9 @@ public enum TrtcError : Swift.String {
@objc var mExtension: Swift.String { get set }
@objc var changeDoctorTime: Swift.Int { get set }
@objc var logCallback: ((Swift.String) -> Swift.Void)? { get set }
@objc var mVideoOptions: HHSDKVideo.VideoOptionsProtocol { get set }
@objc var mMessageOptions: HHSDKVideo.MessageOptionsProtocol { get set }
@objc var mUserCenterOptions: HHSDKVideo.UsercenterOptionsProtocol { get set }
@objc var pVideoOptions: HHSDKVideo.VideoOptionsProtocol { get set }
@objc var pMessageOptions: HHSDKVideo.MessageOptionsProtocol { get set }
@objc var pUserCenterOptions: HHSDKVideo.UsercenterOptionsProtocol { get set }
@objc var sdkVersion: Swift.String { get set }
@objc var appVersion: Swift.String { get set }
@objc var isTRTC: Swift.Bool { get set }
... ...
... ... @@ -2191,9 +2191,9 @@ public enum TrtcError : Swift.String {
@objc var mExtension: Swift.String { get set }
@objc var changeDoctorTime: Swift.Int { get set }
@objc var logCallback: ((Swift.String) -> Swift.Void)? { get set }
@objc var mVideoOptions: HHSDKVideo.VideoOptionsProtocol { get set }
@objc var mMessageOptions: HHSDKVideo.MessageOptionsProtocol { get set }
@objc var mUserCenterOptions: HHSDKVideo.UsercenterOptionsProtocol { get set }
@objc var pVideoOptions: HHSDKVideo.VideoOptionsProtocol { get set }
@objc var pMessageOptions: HHSDKVideo.MessageOptionsProtocol { get set }
@objc var pUserCenterOptions: HHSDKVideo.UsercenterOptionsProtocol { get set }
@objc var sdkVersion: Swift.String { get set }
@objc var appVersion: Swift.String { get set }
@objc var isTRTC: Swift.Bool { get set }
... ...
... ... @@ -2191,9 +2191,9 @@ public enum TrtcError : Swift.String {
@objc var mExtension: Swift.String { get set }
@objc var changeDoctorTime: Swift.Int { get set }
@objc var logCallback: ((Swift.String) -> Swift.Void)? { get set }
@objc var mVideoOptions: HHSDKVideo.VideoOptionsProtocol { get set }
@objc var mMessageOptions: HHSDKVideo.MessageOptionsProtocol { get set }
@objc var mUserCenterOptions: HHSDKVideo.UsercenterOptionsProtocol { get set }
@objc var pVideoOptions: HHSDKVideo.VideoOptionsProtocol { get set }
@objc var pMessageOptions: HHSDKVideo.MessageOptionsProtocol { get set }
@objc var pUserCenterOptions: HHSDKVideo.UsercenterOptionsProtocol { get set }
@objc var sdkVersion: Swift.String { get set }
@objc var appVersion: Swift.String { get set }
@objc var isTRTC: Swift.Bool { get set }
... ...
... ... @@ -491,12 +491,9 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau
@property (nonatomic) NSInteger changeDoctorTime;
/// 日志回调(仅测试有用)
@property (nonatomic, copy) void (^ _Nullable logCallback)(NSString * _Nonnull);
/// 音视频配置
@property (nonatomic, strong) id <VideoOptionsProtocol> _Nonnull mVideoOptions;
/// 信息流配置
@property (nonatomic, strong) id <MessageOptionsProtocol> _Nonnull mMessageOptions;
/// 个人中心配置
@property (nonatomic, strong) id <UsercenterOptionsProtocol> _Nonnull mUserCenterOptions;
@property (nonatomic, strong) id <VideoOptionsProtocol> _Nonnull pVideoOptions;
@property (nonatomic, strong) id <MessageOptionsProtocol> _Nonnull pMessageOptions;
@property (nonatomic, strong) id <UsercenterOptionsProtocol> _Nonnull pUserCenterOptions;
@property (nonatomic, copy) NSString * _Nonnull sdkVersion;
@property (nonatomic, copy) NSString * _Nonnull appVersion;
@property (nonatomic) BOOL isTRTC;
... ...