Showing
67 changed files
with
19 additions
and
6 deletions
This file is too large to display.
@@ -285,6 +285,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | @@ -285,6 +285,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | ||
285 | - (void)logout:(void (^ _Nullable)(NSString * _Nullable))callback; | 285 | - (void)logout:(void (^ _Nullable)(NSString * _Nullable))callback; |
286 | /// App 即将杀死 | 286 | /// App 即将杀死 |
287 | - (void)terminate; | 287 | - (void)terminate; |
288 | +- (void)checkAutoLogin; | ||
288 | @end | 289 | @end |
289 | 290 | ||
290 | 291 |
@@ -15,6 +15,7 @@ import TXLiteAVSDK_TRTC | @@ -15,6 +15,7 @@ import TXLiteAVSDK_TRTC | ||
15 | @objc set | 15 | @objc set |
16 | } | 16 | } |
17 | @objc public func start(option: HHMedicSDK.HHSDKOptions) | 17 | @objc public func start(option: HHMedicSDK.HHSDKOptions) |
18 | + public var timKickoutCallback: (() -> Swift.Void)? | ||
18 | @objc deinit | 19 | @objc deinit |
19 | } | 20 | } |
20 | extension HHSDK { | 21 | extension HHSDK { |
@@ -22,6 +23,7 @@ extension HHSDK { | @@ -22,6 +23,7 @@ extension HHSDK { | ||
22 | @objc dynamic public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKBase.HHLoginHandler) | 23 | @objc dynamic public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKBase.HHLoginHandler) |
23 | @objc dynamic public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) | 24 | @objc dynamic public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) |
24 | @objc dynamic public func terminate() | 25 | @objc dynamic public func terminate() |
26 | + @objc dynamic public func checkAutoLogin() | ||
25 | } | 27 | } |
26 | extension HHSDK { | 28 | extension HHSDK { |
27 | @objc dynamic public func startCall(_ type: HHSDKVideo.HHCallType = .adult, callDelegate: HHSDKVideo.HHCallDelegate? = nil) | 29 | @objc dynamic public func startCall(_ type: HHSDKVideo.HHCallType = .adult, callDelegate: HHSDKVideo.HHCallDelegate? = nil) |
@@ -64,6 +66,9 @@ extension HHSDK { | @@ -64,6 +66,9 @@ extension HHSDK { | ||
64 | @objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)?) | 66 | @objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)?) |
65 | @objc public func canVideo() -> Swift.Bool | 67 | @objc public func canVideo() -> Swift.Bool |
66 | public func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) | 68 | public func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) |
69 | + public var isLogined: Swift.Bool { | ||
70 | + get | ||
71 | + } | ||
67 | @objc override dynamic public init() | 72 | @objc override dynamic public init() |
68 | @objc deinit | 73 | @objc deinit |
69 | } | 74 | } |
No preview for this file type
@@ -15,6 +15,7 @@ import TXLiteAVSDK_TRTC | @@ -15,6 +15,7 @@ import TXLiteAVSDK_TRTC | ||
15 | @objc set | 15 | @objc set |
16 | } | 16 | } |
17 | @objc public func start(option: HHMedicSDK.HHSDKOptions) | 17 | @objc public func start(option: HHMedicSDK.HHSDKOptions) |
18 | + public var timKickoutCallback: (() -> Swift.Void)? | ||
18 | @objc deinit | 19 | @objc deinit |
19 | } | 20 | } |
20 | extension HHSDK { | 21 | extension HHSDK { |
@@ -22,6 +23,7 @@ extension HHSDK { | @@ -22,6 +23,7 @@ extension HHSDK { | ||
22 | @objc dynamic public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKBase.HHLoginHandler) | 23 | @objc dynamic public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKBase.HHLoginHandler) |
23 | @objc dynamic public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) | 24 | @objc dynamic public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) |
24 | @objc dynamic public func terminate() | 25 | @objc dynamic public func terminate() |
26 | + @objc dynamic public func checkAutoLogin() | ||
25 | } | 27 | } |
26 | extension HHSDK { | 28 | extension HHSDK { |
27 | @objc dynamic public func startCall(_ type: HHSDKVideo.HHCallType = .adult, callDelegate: HHSDKVideo.HHCallDelegate? = nil) | 29 | @objc dynamic public func startCall(_ type: HHSDKVideo.HHCallType = .adult, callDelegate: HHSDKVideo.HHCallDelegate? = nil) |
@@ -64,6 +66,9 @@ extension HHSDK { | @@ -64,6 +66,9 @@ extension HHSDK { | ||
64 | @objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)?) | 66 | @objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)?) |
65 | @objc public func canVideo() -> Swift.Bool | 67 | @objc public func canVideo() -> Swift.Bool |
66 | public func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) | 68 | public func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) |
69 | + public var isLogined: Swift.Bool { | ||
70 | + get | ||
71 | + } | ||
67 | @objc override dynamic public init() | 72 | @objc override dynamic public init() |
68 | @objc deinit | 73 | @objc deinit |
69 | } | 74 | } |
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
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
@@ -1051,6 +1051,7 @@ public struct EKAttributes { | @@ -1051,6 +1051,7 @@ public struct EKAttributes { | ||
1051 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? | 1051 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? |
1052 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? | 1052 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? |
1053 | public var expertVideoCallback: (() -> Swift.Void)? | 1053 | public var expertVideoCallback: (() -> Swift.Void)? |
1054 | + public var autoLoginCheck: (() -> Swift.Void)? | ||
1054 | @objc public var photosPreview: ((Swift.Array<Swift.String>) -> Swift.Void)? | 1055 | @objc public var photosPreview: ((Swift.Array<Swift.String>) -> Swift.Void)? |
1055 | @objc public func start(option: HHSDKVideo.OptionProtocal, im: HHSDKVideo.HHIM, rtc: HHSDKVideo.HHRTC) | 1056 | @objc public func start(option: HHSDKVideo.OptionProtocal, im: HHSDKVideo.HHIM, rtc: HHSDKVideo.HHRTC) |
1056 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) | 1057 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) |
No preview for this file type
@@ -1051,6 +1051,7 @@ public struct EKAttributes { | @@ -1051,6 +1051,7 @@ public struct EKAttributes { | ||
1051 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? | 1051 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? |
1052 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? | 1052 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? |
1053 | public var expertVideoCallback: (() -> Swift.Void)? | 1053 | public var expertVideoCallback: (() -> Swift.Void)? |
1054 | + public var autoLoginCheck: (() -> Swift.Void)? | ||
1054 | @objc public var photosPreview: ((Swift.Array<Swift.String>) -> Swift.Void)? | 1055 | @objc public var photosPreview: ((Swift.Array<Swift.String>) -> Swift.Void)? |
1055 | @objc public func start(option: HHSDKVideo.OptionProtocal, im: HHSDKVideo.HHIM, rtc: HHSDKVideo.HHRTC) | 1056 | @objc public func start(option: HHSDKVideo.OptionProtocal, im: HHSDKVideo.HHIM, rtc: HHSDKVideo.HHRTC) |
1056 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) | 1057 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) |
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
1 | 1 | ||
2 | /* Class = "UILabel"; text = "取消"; ObjectID = "9i1-f8-frb"; */ | 2 | /* Class = "UILabel"; text = "取消"; ObjectID = "9i1-f8-frb"; */ |
3 | -"9i1-f8-frb.text" = "Cancel"; | 3 | +"9i1-f8-frb.text" = "CANCEL"; |
4 | 4 | ||
5 | /* Class = "UILabel"; text = "取消"; ObjectID = "PSL-Bp-3BY"; */ | 5 | /* Class = "UILabel"; text = "取消"; ObjectID = "PSL-Bp-3BY"; */ |
6 | -"PSL-Bp-3BY.text" = "Cancel"; | 6 | +"PSL-Bp-3BY.text" = "REJECT"; |
7 | 7 | ||
8 | /* Class = "UILabel"; text = "."; ObjectID = "Q5a-vB-g6F"; */ | 8 | /* Class = "UILabel"; text = "."; ObjectID = "Q5a-vB-g6F"; */ |
9 | "Q5a-vB-g6F.text" = "."; | 9 | "Q5a-vB-g6F.text" = "."; |
@@ -12,4 +12,4 @@ | @@ -12,4 +12,4 @@ | ||
12 | "WgS-Vj-Py7.text" = "Calling"; | 12 | "WgS-Vj-Py7.text" = "Calling"; |
13 | 13 | ||
14 | /* Class = "UILabel"; text = "接听"; ObjectID = "cb0-dQ-3sl"; */ | 14 | /* Class = "UILabel"; text = "接听"; ObjectID = "cb0-dQ-3sl"; */ |
15 | -"cb0-dQ-3sl.text" = "Answer"; | 15 | +"cb0-dQ-3sl.text" = "ANSWER"; |
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | "9i1-f8-frb.text" = "取消"; | 3 | "9i1-f8-frb.text" = "取消"; |
4 | 4 | ||
5 | /* Class = "UILabel"; text = "取消"; ObjectID = "PSL-Bp-3BY"; */ | 5 | /* Class = "UILabel"; text = "取消"; ObjectID = "PSL-Bp-3BY"; */ |
6 | -"PSL-Bp-3BY.text" = "取消"; | 6 | +"PSL-Bp-3BY.text" = "拒绝"; |
7 | 7 | ||
8 | /* Class = "UILabel"; text = "."; ObjectID = "Q5a-vB-g6F"; */ | 8 | /* Class = "UILabel"; text = "."; ObjectID = "Q5a-vB-g6F"; */ |
9 | "Q5a-vB-g6F.text" = "."; | 9 | "Q5a-vB-g6F.text" = "."; |
-
Please register or login to post a comment