Showing
224 changed files
with
6 additions
and
250 deletions
No preview for this file type
No preview for this file type
HHMedicSDK/HHMedicSDK.framework/HHSDK.bundle/SDKConfig.plist
100644 → 100755
HHMedicSDK/HHMedicSDK.framework/HHSDK.bundle/calling.mp3
100644 → 100755
No preview for this file type
HHMedicSDK/HHMedicSDK.framework/HHSDK.bundle/hangUp.mp3
100644 → 100755
No preview for this file type
HHMedicSDK/HHMedicSDK.framework/Headers/HHMedicSDK-umbrella.h
100644 → 100755
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
1 | -// swift-interface-format-version: 1.0 | ||
2 | -// swift-compiler-version: Apple Swift version 5.4 effective-4.1.50 (swiftlang-1205.0.26.9 clang-1205.0.19.55) | ||
3 | -// swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 4 -enforce-exclusivity=checked -O -module-name HHMedicSDK | ||
4 | -import Foundation | ||
5 | -@_exported import HHMedicSDK | ||
6 | -import HHSDKBase | ||
7 | -import HHSDKVideo | ||
8 | -import ImSDK_Smart | ||
9 | -import Swift | ||
10 | -import TXLiteAVSDK_TRTC | ||
11 | -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class HHSDK : ObjectiveC.NSObject { | ||
12 | - @objc public static let `default`: HHMedicSDK.HHSDK | ||
13 | - @objc public var photosPreview: ((Swift.Array<Swift.String>) -> Swift.Void)? { | ||
14 | - @objc get | ||
15 | - @objc set | ||
16 | - } | ||
17 | - public var timKickoutCallback: (() -> Swift.Void)? | ||
18 | - @objc public func start(option: HHMedicSDK.HHSDKOptions) | ||
19 | - @objc public func add(delegate: HHSDKVideo.HHMVideoDelegate) | ||
20 | - @objc public func remove(delegate: HHSDKVideo.HHMVideoDelegate) | ||
21 | - @objc deinit | ||
22 | -} | ||
23 | -extension HHSDK { | ||
24 | - @objc dynamic public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) | ||
25 | - @objc dynamic public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKBase.HHLoginHandler) | ||
26 | - @objc dynamic public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) | ||
27 | - @objc dynamic public func terminate() | ||
28 | - @objc dynamic public func checkAutoLogin() | ||
29 | -} | ||
30 | -extension HHSDK { | ||
31 | - @objc dynamic public func startCall(_ type: HHSDKVideo.HHCallType = .adult, callDelegate: HHSDKVideo.HHCallDelegate? = nil) | ||
32 | - @objc dynamic public func startCall(_ uuid: Swift.Int, type: HHSDKVideo.HHCallType = .adult, callDelegate: HHSDKVideo.HHCallDelegate? = nil) | ||
33 | -} | ||
34 | -extension HHSDK { | ||
35 | - @objc dynamic public func startTeamCall(_ type: HHSDKVideo.HHCallType, callee: HHSDKVideo.HHCallerInfo, callDelegate: HHSDKVideo.HHCallDelegate? = nil) | ||
36 | -} | ||
37 | -@objc public class HHSDKOptions : ObjectiveC.NSObject, HHSDKVideo.OptionProtocal { | ||
38 | - @objc public var isDebug: Swift.Bool | ||
39 | - @objc public var isDevelopment: Swift.Bool | ||
40 | - @objc public var sdkProductId: Swift.String | ||
41 | - @objc public var mExtensionString: Swift.String | ||
42 | - @objc public var isTRTC: Swift.Bool | ||
43 | - @objc public var appVersion: Swift.String | ||
44 | - @objc public var allowBeauty: Swift.Bool | ||
45 | - @objc public var allowEvaluate: Swift.Bool | ||
46 | - @objc public var allowAddMember: Swift.Bool | ||
47 | - @objc public var allowMulti: Swift.Bool | ||
48 | - @objc public var isShowDocInfo: Swift.Bool | ||
49 | - @objc public var shouldWaingCall: Swift.Bool | ||
50 | - @objc public var changeDoctorInterval: Swift.Int | ||
51 | - @objc public var isFilterSummary: Swift.Bool | ||
52 | - @objc public var isFilterMedicinal: Swift.Bool | ||
53 | - @objc public var defaultDocHeader: Swift.String | ||
54 | - @objc public var messageTitle: Swift.String | ||
55 | - @objc public var isByPresent: Swift.Bool | ||
56 | - @objc public var hideUserCenter: Swift.Bool | ||
57 | - @objc public var enableActivate: Swift.Bool | ||
58 | - @objc public var enableMedical: Swift.Bool | ||
59 | - @objc public init(sdkProductId: Swift.String, isDebug: Swift.Bool = false, isDevelop: Swift.Bool = false) | ||
60 | - @objc override dynamic public init() | ||
61 | - @objc deinit | ||
62 | -} | ||
63 | -@objc @_inheritsConvenienceInitializers public class TIM : ObjectiveC.NSObject, HHSDKVideo.HHIM { | ||
64 | - public static let `default`: HHMedicSDK.TIM | ||
65 | - @objc public func register(_ cerName: Swift.String?) | ||
66 | - @objc public func login(_ completion: ((Swift.Error?) -> Swift.Void)?) | ||
67 | - @objc public func autoLogin(_ completion: ((Swift.Error?) -> Swift.Void)?) | ||
68 | - @objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)?) | ||
69 | - @objc public func canVideo() -> Swift.Bool | ||
70 | - public func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String, complete: ((Swift.String?) -> Swift.Void)?) | ||
71 | - public var isLogined: Swift.Bool { | ||
72 | - get | ||
73 | - } | ||
74 | - @objc override dynamic public init() | ||
75 | - @objc deinit | ||
76 | -} | ||
77 | -extension TIM : ImSDK_Smart.V2TIMSDKListener { | ||
78 | - public func onConnSucc() | ||
79 | - @objc dynamic public func onConnectFailed(_ code: Swift.Int32, err: Swift.String!) | ||
80 | - public func onDisconnect(_ code: Swift.Int32, err: Swift.String!) | ||
81 | - @objc dynamic public func onKickedOffline() | ||
82 | - @objc dynamic public func onUserSigExpired() | ||
83 | -} | ||
84 | -extension TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { | ||
85 | - @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Smart.V2TIMMessage!) | ||
86 | -} | ||
87 | -@objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { | ||
88 | - public static let `default`: HHMedicSDK.TRTC | ||
89 | - @objc override dynamic public init() | ||
90 | - @objc deinit | ||
91 | -} | ||
92 | -extension TRTC : HHSDKVideo.HHRTC { | ||
93 | - @objc dynamic public func startCall(callee: Swift.String, orderId: Swift.String?) | ||
94 | - @objc dynamic public func setOrderId(orderId: Swift.String) | ||
95 | - @objc dynamic public func enterRoom(orderId: Swift.String) | ||
96 | - @objc dynamic public func openDoctorView(userId: Swift.String, view: UIKit.UIView) | ||
97 | - @objc dynamic public func closeDoctorView(userId: Swift.String) | ||
98 | - @objc dynamic public func switchCamera(_ isFront: Swift.Bool) | ||
99 | - @objc dynamic public func switchCameraFlash(_ isOpen: Swift.Bool) | ||
100 | - @objc dynamic public func switchLocalAudio(_ isOpen: Swift.Bool) | ||
101 | - @objc dynamic public func switchLocalVideo(_ isOpen: Swift.Bool, localView: UIKit.UIView) | ||
102 | - @objc dynamic public func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String, complete: ((Swift.String?) -> Swift.Void)?) | ||
103 | - @objc dynamic public func leaveRoom() | ||
104 | - @objc dynamic public func startRing(audioId: Swift.Int) | ||
105 | - @objc dynamic public func stopRing() | ||
106 | -} | ||
107 | -extension TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | ||
108 | - @objc dynamic public func onEnterRoom(_ result: Swift.Int) | ||
109 | - @objc dynamic public func onExitRoom(_ reason: Swift.Int) | ||
110 | - @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) | ||
111 | - @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) | ||
112 | - @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) | ||
113 | - @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_TRTC.TRTCVolumeInfo], totalVolume: Swift.Int) | ||
114 | - @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) | ||
115 | - @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_TRTC.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_TRTC.TRTCQualityInfo]) | ||
116 | - @objc dynamic public func onError(_ errCode: TXLiteAVSDK_TRTC.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | ||
117 | -} | ||
118 | -extension TRTC { | ||
119 | - @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) | ||
120 | - @objc dynamic public func onMissCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, errCode: Swift.Int, missed: Swift.Int) | ||
121 | -} | ||
122 | -extension String { | ||
123 | - public func subFrom(_ index: Swift.Int) -> Swift.String | ||
124 | -} |
No preview for this file type
No preview for this file type
HHMedicSDK/HHMedicSDK.framework/Modules/HHMedicSDK.swiftmodule/arm64.swiftinterface
deleted
100644 → 0
1 | -// swift-interface-format-version: 1.0 | ||
2 | -// swift-compiler-version: Apple Swift version 5.4 effective-4.1.50 (swiftlang-1205.0.26.9 clang-1205.0.19.55) | ||
3 | -// swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 4 -enforce-exclusivity=checked -O -module-name HHMedicSDK | ||
4 | -import Foundation | ||
5 | -@_exported import HHMedicSDK | ||
6 | -import HHSDKBase | ||
7 | -import HHSDKVideo | ||
8 | -import ImSDK_Smart | ||
9 | -import Swift | ||
10 | -import TXLiteAVSDK_TRTC | ||
11 | -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class HHSDK : ObjectiveC.NSObject { | ||
12 | - @objc public static let `default`: HHMedicSDK.HHSDK | ||
13 | - @objc public var photosPreview: ((Swift.Array<Swift.String>) -> Swift.Void)? { | ||
14 | - @objc get | ||
15 | - @objc set | ||
16 | - } | ||
17 | - public var timKickoutCallback: (() -> Swift.Void)? | ||
18 | - @objc public func start(option: HHMedicSDK.HHSDKOptions) | ||
19 | - @objc public func add(delegate: HHSDKVideo.HHMVideoDelegate) | ||
20 | - @objc public func remove(delegate: HHSDKVideo.HHMVideoDelegate) | ||
21 | - @objc deinit | ||
22 | -} | ||
23 | -extension HHSDK { | ||
24 | - @objc dynamic public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) | ||
25 | - @objc dynamic public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKBase.HHLoginHandler) | ||
26 | - @objc dynamic public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) | ||
27 | - @objc dynamic public func terminate() | ||
28 | - @objc dynamic public func checkAutoLogin() | ||
29 | -} | ||
30 | -extension HHSDK { | ||
31 | - @objc dynamic public func startCall(_ type: HHSDKVideo.HHCallType = .adult, callDelegate: HHSDKVideo.HHCallDelegate? = nil) | ||
32 | - @objc dynamic public func startCall(_ uuid: Swift.Int, type: HHSDKVideo.HHCallType = .adult, callDelegate: HHSDKVideo.HHCallDelegate? = nil) | ||
33 | -} | ||
34 | -extension HHSDK { | ||
35 | - @objc dynamic public func startTeamCall(_ type: HHSDKVideo.HHCallType, callee: HHSDKVideo.HHCallerInfo, callDelegate: HHSDKVideo.HHCallDelegate? = nil) | ||
36 | -} | ||
37 | -@objc public class HHSDKOptions : ObjectiveC.NSObject, HHSDKVideo.OptionProtocal { | ||
38 | - @objc public var isDebug: Swift.Bool | ||
39 | - @objc public var isDevelopment: Swift.Bool | ||
40 | - @objc public var sdkProductId: Swift.String | ||
41 | - @objc public var mExtensionString: Swift.String | ||
42 | - @objc public var isTRTC: Swift.Bool | ||
43 | - @objc public var appVersion: Swift.String | ||
44 | - @objc public var allowBeauty: Swift.Bool | ||
45 | - @objc public var allowEvaluate: Swift.Bool | ||
46 | - @objc public var allowAddMember: Swift.Bool | ||
47 | - @objc public var allowMulti: Swift.Bool | ||
48 | - @objc public var isShowDocInfo: Swift.Bool | ||
49 | - @objc public var shouldWaingCall: Swift.Bool | ||
50 | - @objc public var changeDoctorInterval: Swift.Int | ||
51 | - @objc public var isFilterSummary: Swift.Bool | ||
52 | - @objc public var isFilterMedicinal: Swift.Bool | ||
53 | - @objc public var defaultDocHeader: Swift.String | ||
54 | - @objc public var messageTitle: Swift.String | ||
55 | - @objc public var isByPresent: Swift.Bool | ||
56 | - @objc public var hideUserCenter: Swift.Bool | ||
57 | - @objc public var enableActivate: Swift.Bool | ||
58 | - @objc public var enableMedical: Swift.Bool | ||
59 | - @objc public init(sdkProductId: Swift.String, isDebug: Swift.Bool = false, isDevelop: Swift.Bool = false) | ||
60 | - @objc override dynamic public init() | ||
61 | - @objc deinit | ||
62 | -} | ||
63 | -@objc @_inheritsConvenienceInitializers public class TIM : ObjectiveC.NSObject, HHSDKVideo.HHIM { | ||
64 | - public static let `default`: HHMedicSDK.TIM | ||
65 | - @objc public func register(_ cerName: Swift.String?) | ||
66 | - @objc public func login(_ completion: ((Swift.Error?) -> Swift.Void)?) | ||
67 | - @objc public func autoLogin(_ completion: ((Swift.Error?) -> Swift.Void)?) | ||
68 | - @objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)?) | ||
69 | - @objc public func canVideo() -> Swift.Bool | ||
70 | - public func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String, complete: ((Swift.String?) -> Swift.Void)?) | ||
71 | - public var isLogined: Swift.Bool { | ||
72 | - get | ||
73 | - } | ||
74 | - @objc override dynamic public init() | ||
75 | - @objc deinit | ||
76 | -} | ||
77 | -extension TIM : ImSDK_Smart.V2TIMSDKListener { | ||
78 | - public func onConnSucc() | ||
79 | - @objc dynamic public func onConnectFailed(_ code: Swift.Int32, err: Swift.String!) | ||
80 | - public func onDisconnect(_ code: Swift.Int32, err: Swift.String!) | ||
81 | - @objc dynamic public func onKickedOffline() | ||
82 | - @objc dynamic public func onUserSigExpired() | ||
83 | -} | ||
84 | -extension TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { | ||
85 | - @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Smart.V2TIMMessage!) | ||
86 | -} | ||
87 | -@objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { | ||
88 | - public static let `default`: HHMedicSDK.TRTC | ||
89 | - @objc override dynamic public init() | ||
90 | - @objc deinit | ||
91 | -} | ||
92 | -extension TRTC : HHSDKVideo.HHRTC { | ||
93 | - @objc dynamic public func startCall(callee: Swift.String, orderId: Swift.String?) | ||
94 | - @objc dynamic public func setOrderId(orderId: Swift.String) | ||
95 | - @objc dynamic public func enterRoom(orderId: Swift.String) | ||
96 | - @objc dynamic public func openDoctorView(userId: Swift.String, view: UIKit.UIView) | ||
97 | - @objc dynamic public func closeDoctorView(userId: Swift.String) | ||
98 | - @objc dynamic public func switchCamera(_ isFront: Swift.Bool) | ||
99 | - @objc dynamic public func switchCameraFlash(_ isOpen: Swift.Bool) | ||
100 | - @objc dynamic public func switchLocalAudio(_ isOpen: Swift.Bool) | ||
101 | - @objc dynamic public func switchLocalVideo(_ isOpen: Swift.Bool, localView: UIKit.UIView) | ||
102 | - @objc dynamic public func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String, complete: ((Swift.String?) -> Swift.Void)?) | ||
103 | - @objc dynamic public func leaveRoom() | ||
104 | - @objc dynamic public func startRing(audioId: Swift.Int) | ||
105 | - @objc dynamic public func stopRing() | ||
106 | -} | ||
107 | -extension TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | ||
108 | - @objc dynamic public func onEnterRoom(_ result: Swift.Int) | ||
109 | - @objc dynamic public func onExitRoom(_ reason: Swift.Int) | ||
110 | - @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) | ||
111 | - @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) | ||
112 | - @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) | ||
113 | - @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_TRTC.TRTCVolumeInfo], totalVolume: Swift.Int) | ||
114 | - @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) | ||
115 | - @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_TRTC.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_TRTC.TRTCQualityInfo]) | ||
116 | - @objc dynamic public func onError(_ errCode: TXLiteAVSDK_TRTC.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | ||
117 | -} | ||
118 | -extension TRTC { | ||
119 | - @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) | ||
120 | - @objc dynamic public func onMissCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, errCode: Swift.Int, missed: Swift.Int) | ||
121 | -} | ||
122 | -extension String { | ||
123 | - public func subFrom(_ index: Swift.Int) -> Swift.String | ||
124 | -} |
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.

869 Bytes
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
HHMedicSDK/HHSDKVideo.framework/Base.lproj/PhotoPermissionAlert.nib/objects-13.0+.nib
deleted
100644 → 0
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/SDKConfig.plist
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/addr_close@2x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/addr_close@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/back_app@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/call_default@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/chat9left.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/chat_arrow.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/chat_mask_b@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/chat_mask_t@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/close_member@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/cm_feedback@2x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/cm_feedback@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/counter_back@2x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/counter_back@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/cus_shape@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/default_icon@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/delivery_logo2x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/hh_call_mask@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/icon_video@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/me_arrow@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/member@2x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/member@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/photo_picker-en.gif
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/photo_picker.gif
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/rate_normal@2x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/rate_normal@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/rate_select@2x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/rate_select@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/upload_fail@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/wait_one@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/wait_three@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/wait_two@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/HMSDK.bundle/wb_loadfail@3x.png
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/Headers/HHPhotoPicker.h
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/Headers/HHSDKVideo-umbrella.h
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/Headers/SDKCameraImageModel.h
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/Headers/SDKCameraUtil.h
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/Headers/SDKPHAssetManager.h
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/Headers/UITextView+Placeholder.h
100644 → 100755
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
@@ -1405,6 +1405,8 @@ public enum HHIMCmd : Swift.String { | @@ -1405,6 +1405,8 @@ public enum HHIMCmd : Swift.String { | ||
1405 | case cancel_invite | 1405 | case cancel_invite |
1406 | case exit_camera | 1406 | case exit_camera |
1407 | case enter_camera | 1407 | case enter_camera |
1408 | + case conference_begin | ||
1409 | + case conference_end | ||
1408 | public init?(rawValue: Swift.String) | 1410 | public init?(rawValue: Swift.String) |
1409 | public typealias RawValue = Swift.String | 1411 | public typealias RawValue = Swift.String |
1410 | public var rawValue: Swift.String { | 1412 | public var rawValue: Swift.String { |
@@ -1440,7 +1442,6 @@ public struct EKSimpleMessage { | @@ -1440,7 +1442,6 @@ public struct EKSimpleMessage { | ||
1440 | public protocol HHRTCDelegate : ObjectiveC.NSObject { | 1442 | public protocol HHRTCDelegate : ObjectiveC.NSObject { |
1441 | func onEnterRoom() | 1443 | func onEnterRoom() |
1442 | func checkHasAccept(_ isCmd: Swift.Bool, volumn: Swift.Int) | 1444 | func checkHasAccept(_ isCmd: Swift.Bool, volumn: Swift.Int) |
1443 | - func switchVideo(_ isToAudio: Swift.Bool) | ||
1444 | func onOtherViewAvailable(_ availableUserId: Swift.String, isAvailable: Swift.Bool) | 1445 | func onOtherViewAvailable(_ availableUserId: Swift.String, isAvailable: Swift.Bool) |
1445 | func onRemoteUserEnterRoom(_ userId: Swift.String) | 1446 | func onRemoteUserEnterRoom(_ userId: Swift.String) |
1446 | func onRemoteUserLeaveRoom(_ userId: Swift.String) | 1447 | func onRemoteUserLeaveRoom(_ userId: Swift.String) |
@@ -1451,6 +1452,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | @@ -1451,6 +1452,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | ||
1451 | func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) | 1452 | func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) |
1452 | func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) | 1453 | func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) |
1453 | func onExitRoom() | 1454 | func onExitRoom() |
1455 | + func getDoctorInfo() -> HHSDKVideo.HHDoctorModel? | ||
1454 | } | 1456 | } |
1455 | public enum TrtcLog : Swift.String { | 1457 | public enum TrtcLog : Swift.String { |
1456 | case waitingRecall | 1458 | case waitingRecall |
No preview for this file type
No preview for this file type
@@ -1405,6 +1405,8 @@ public enum HHIMCmd : Swift.String { | @@ -1405,6 +1405,8 @@ public enum HHIMCmd : Swift.String { | ||
1405 | case cancel_invite | 1405 | case cancel_invite |
1406 | case exit_camera | 1406 | case exit_camera |
1407 | case enter_camera | 1407 | case enter_camera |
1408 | + case conference_begin | ||
1409 | + case conference_end | ||
1408 | public init?(rawValue: Swift.String) | 1410 | public init?(rawValue: Swift.String) |
1409 | public typealias RawValue = Swift.String | 1411 | public typealias RawValue = Swift.String |
1410 | public var rawValue: Swift.String { | 1412 | public var rawValue: Swift.String { |
@@ -1440,7 +1442,6 @@ public struct EKSimpleMessage { | @@ -1440,7 +1442,6 @@ public struct EKSimpleMessage { | ||
1440 | public protocol HHRTCDelegate : ObjectiveC.NSObject { | 1442 | public protocol HHRTCDelegate : ObjectiveC.NSObject { |
1441 | func onEnterRoom() | 1443 | func onEnterRoom() |
1442 | func checkHasAccept(_ isCmd: Swift.Bool, volumn: Swift.Int) | 1444 | func checkHasAccept(_ isCmd: Swift.Bool, volumn: Swift.Int) |
1443 | - func switchVideo(_ isToAudio: Swift.Bool) | ||
1444 | func onOtherViewAvailable(_ availableUserId: Swift.String, isAvailable: Swift.Bool) | 1445 | func onOtherViewAvailable(_ availableUserId: Swift.String, isAvailable: Swift.Bool) |
1445 | func onRemoteUserEnterRoom(_ userId: Swift.String) | 1446 | func onRemoteUserEnterRoom(_ userId: Swift.String) |
1446 | func onRemoteUserLeaveRoom(_ userId: Swift.String) | 1447 | func onRemoteUserLeaveRoom(_ userId: Swift.String) |
@@ -1451,6 +1452,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | @@ -1451,6 +1452,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | ||
1451 | func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) | 1452 | func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) |
1452 | func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) | 1453 | func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) |
1453 | func onExitRoom() | 1454 | func onExitRoom() |
1455 | + func getDoctorInfo() -> HHSDKVideo.HHDoctorModel? | ||
1454 | } | 1456 | } |
1455 | public enum TrtcLog : Swift.String { | 1457 | public enum TrtcLog : Swift.String { |
1456 | case waitingRecall | 1458 | case waitingRecall |
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.

869 Bytes
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
HHMedicSDK/HHSDKVideo.framework/Video.storyboardc/eYM-0S-bXl-view-yXU-C3-IV4.nib/runtime.nib
deleted
100644 → 0
No preview for this file type
HHMedicSDK/HHSDKVideo.framework/ar.lproj/CMBadResView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/ar.lproj/CMGoodResView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/ar.lproj/CMStarView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/ar.lproj/CMTouSuView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/ar.lproj/CMTousuResView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/ar.lproj/ControlView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/ar.lproj/ExpandView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/ar.lproj/PhotoGuide.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/ar.lproj/Upload.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/ar.lproj/WaitingView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/ar.lproj/comment.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/en.lproj/CMBadResView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/en.lproj/CMGoodResView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/en.lproj/CMStarView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/en.lproj/CMTouSuView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/en.lproj/CMTousuResView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/en.lproj/ControlView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/en.lproj/ExpandView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/en.lproj/PhotoGuide.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/en.lproj/Upload.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/en.lproj/WaitingView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/en.lproj/comment.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/zh-Hans.lproj/CMStarView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/zh-Hans.lproj/ExpandView.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/zh-Hans.lproj/PhotoGuide.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/zh-Hans.lproj/Upload.strings
100644 → 100755
HHMedicSDK/HHSDKVideo.framework/zh-Hans.lproj/comment.strings
100644 → 100755
-
Please register or login to post a comment