Showing
63 changed files
with
26 additions
and
60 deletions
No preview for this file type
No preview for this file type
No preview for this file type
| @@ -379,6 +379,8 @@ SWIFT_CLASS("_TtC10HHMedicSDK4TRTC") | @@ -379,6 +379,8 @@ SWIFT_CLASS("_TtC10HHMedicSDK4TRTC") | ||
| 379 | - (void)switchLocalVideo:(BOOL)isOpen localView:(UIView * _Nonnull)localView; | 379 | - (void)switchLocalVideo:(BOOL)isOpen localView:(UIView * _Nonnull)localView; |
| 380 | - (void)sendMsgWithIsSignal:(BOOL)isSignal cmd:(NSString * _Nonnull)cmd to:(NSString * _Nonnull)to; | 380 | - (void)sendMsgWithIsSignal:(BOOL)isSignal cmd:(NSString * _Nonnull)cmd to:(NSString * _Nonnull)to; |
| 381 | - (void)leaveRoom; | 381 | - (void)leaveRoom; |
| 382 | +- (void)startRingWithAudioId:(NSInteger)audioId; | ||
| 383 | +- (void)stopRing; | ||
| 382 | @end | 384 | @end |
| 383 | 385 | ||
| 384 | #if __has_attribute(external_source_symbol) | 386 | #if __has_attribute(external_source_symbol) |
| @@ -88,6 +88,8 @@ extension TRTC : HHSDKVideo.HHRTC { | @@ -88,6 +88,8 @@ extension TRTC : HHSDKVideo.HHRTC { | ||
| 88 | @objc dynamic public func switchLocalVideo(_ isOpen: Swift.Bool, localView: UIKit.UIView) | 88 | @objc dynamic public func switchLocalVideo(_ isOpen: Swift.Bool, localView: UIKit.UIView) |
| 89 | @objc dynamic public func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) | 89 | @objc dynamic public func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) |
| 90 | @objc dynamic public func leaveRoom() | 90 | @objc dynamic public func leaveRoom() |
| 91 | + @objc dynamic public func startRing(audioId: Swift.Int) | ||
| 92 | + @objc dynamic public func stopRing() | ||
| 91 | } | 93 | } |
| 92 | extension TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | 94 | extension TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { |
| 93 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) | 95 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) |
No preview for this file type
| @@ -88,6 +88,8 @@ extension TRTC : HHSDKVideo.HHRTC { | @@ -88,6 +88,8 @@ extension TRTC : HHSDKVideo.HHRTC { | ||
| 88 | @objc dynamic public func switchLocalVideo(_ isOpen: Swift.Bool, localView: UIKit.UIView) | 88 | @objc dynamic public func switchLocalVideo(_ isOpen: Swift.Bool, localView: UIKit.UIView) |
| 89 | @objc dynamic public func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) | 89 | @objc dynamic public func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) |
| 90 | @objc dynamic public func leaveRoom() | 90 | @objc dynamic public func leaveRoom() |
| 91 | + @objc dynamic public func startRing(audioId: Swift.Int) | ||
| 92 | + @objc dynamic public func stopRing() | ||
| 91 | } | 93 | } |
| 92 | extension TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | 94 | extension TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { |
| 93 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) | 95 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) |
No preview for this file type
This file is too large to display.
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
| @@ -183,7 +183,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -183,7 +183,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
| 183 | #if __has_warning("-Watimport-in-framework-header") | 183 | #if __has_warning("-Watimport-in-framework-header") |
| 184 | #pragma clang diagnostic ignored "-Watimport-in-framework-header" | 184 | #pragma clang diagnostic ignored "-Watimport-in-framework-header" |
| 185 | #endif | 185 | #endif |
| 186 | -@import AVFoundation; | ||
| 187 | @import CoreGraphics; | 186 | @import CoreGraphics; |
| 188 | @import CoreLocation; | 187 | @import CoreLocation; |
| 189 | @import Foundation; | 188 | @import Foundation; |
| @@ -529,19 +528,6 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo16HHMVideoDelegate_") | @@ -529,19 +528,6 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo16HHMVideoDelegate_") | ||
| 529 | - (void)onLeakPermission:(enum PermissionType)type; | 528 | - (void)onLeakPermission:(enum PermissionType)type; |
| 530 | @end | 529 | @end |
| 531 | 530 | ||
| 532 | - | ||
| 533 | -SWIFT_CLASS("_TtC10HHSDKVideo11HHNIMPlayer") | ||
| 534 | -@interface HHNIMPlayer : NSObject | ||
| 535 | -- (nonnull instancetype)init SWIFT_UNAVAILABLE; | ||
| 536 | -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); | ||
| 537 | -@end | ||
| 538 | - | ||
| 539 | -@class AVAudioPlayer; | ||
| 540 | - | ||
| 541 | -@interface HHNIMPlayer (SWIFT_EXTENSION(HHSDKVideo)) <AVAudioPlayerDelegate> | ||
| 542 | -- (void)audioPlayerDidFinishPlaying:(AVAudioPlayer * _Nonnull)player successfully:(BOOL)flag; | ||
| 543 | -@end | ||
| 544 | - | ||
| 545 | @class UIWindow; | 531 | @class UIWindow; |
| 546 | @class UICollectionView; | 532 | @class UICollectionView; |
| 547 | @class UICollectionViewCell; | 533 | @class UICollectionViewCell; |
| @@ -651,6 +637,10 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo5HHRTC_") | @@ -651,6 +637,10 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo5HHRTC_") | ||
| 651 | - (void)leaveRoom; | 637 | - (void)leaveRoom; |
| 652 | /// 挂断 | 638 | /// 挂断 |
| 653 | - (void)hangUpWithCallId:(uint64_t)callId; | 639 | - (void)hangUpWithCallId:(uint64_t)callId; |
| 640 | +/// 开始响铃 | ||
| 641 | +- (void)startRingWithAudioId:(NSInteger)audioId; | ||
| 642 | +/// 结束响铃 | ||
| 643 | +- (void)stopRing; | ||
| 654 | /// 主叫 - 多人创建&加入房间 | 644 | /// 主叫 - 多人创建&加入房间 |
| 655 | - (void)createJoinMeetingWithOrderId:(NSString * _Nonnull)orderId completion:(void (^ _Nonnull)(NSError * _Nullable, uint64_t))completion; | 645 | - (void)createJoinMeetingWithOrderId:(NSString * _Nonnull)orderId completion:(void (^ _Nonnull)(NSError * _Nullable, uint64_t))completion; |
| 656 | /// 主叫 - 创建信道并加入 | 646 | /// 主叫 - 创建信道并加入 |
| @@ -1042,7 +1032,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -1042,7 +1032,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
| 1042 | #if __has_warning("-Watimport-in-framework-header") | 1032 | #if __has_warning("-Watimport-in-framework-header") |
| 1043 | #pragma clang diagnostic ignored "-Watimport-in-framework-header" | 1033 | #pragma clang diagnostic ignored "-Watimport-in-framework-header" |
| 1044 | #endif | 1034 | #endif |
| 1045 | -@import AVFoundation; | ||
| 1046 | @import CoreGraphics; | 1035 | @import CoreGraphics; |
| 1047 | @import CoreLocation; | 1036 | @import CoreLocation; |
| 1048 | @import Foundation; | 1037 | @import Foundation; |
| @@ -1388,19 +1377,6 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo16HHMVideoDelegate_") | @@ -1388,19 +1377,6 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo16HHMVideoDelegate_") | ||
| 1388 | - (void)onLeakPermission:(enum PermissionType)type; | 1377 | - (void)onLeakPermission:(enum PermissionType)type; |
| 1389 | @end | 1378 | @end |
| 1390 | 1379 | ||
| 1391 | - | ||
| 1392 | -SWIFT_CLASS("_TtC10HHSDKVideo11HHNIMPlayer") | ||
| 1393 | -@interface HHNIMPlayer : NSObject | ||
| 1394 | -- (nonnull instancetype)init SWIFT_UNAVAILABLE; | ||
| 1395 | -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); | ||
| 1396 | -@end | ||
| 1397 | - | ||
| 1398 | -@class AVAudioPlayer; | ||
| 1399 | - | ||
| 1400 | -@interface HHNIMPlayer (SWIFT_EXTENSION(HHSDKVideo)) <AVAudioPlayerDelegate> | ||
| 1401 | -- (void)audioPlayerDidFinishPlaying:(AVAudioPlayer * _Nonnull)player successfully:(BOOL)flag; | ||
| 1402 | -@end | ||
| 1403 | - | ||
| 1404 | @class UIWindow; | 1380 | @class UIWindow; |
| 1405 | @class UICollectionView; | 1381 | @class UICollectionView; |
| 1406 | @class UICollectionViewCell; | 1382 | @class UICollectionViewCell; |
| @@ -1510,6 +1486,10 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo5HHRTC_") | @@ -1510,6 +1486,10 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo5HHRTC_") | ||
| 1510 | - (void)leaveRoom; | 1486 | - (void)leaveRoom; |
| 1511 | /// 挂断 | 1487 | /// 挂断 |
| 1512 | - (void)hangUpWithCallId:(uint64_t)callId; | 1488 | - (void)hangUpWithCallId:(uint64_t)callId; |
| 1489 | +/// 开始响铃 | ||
| 1490 | +- (void)startRingWithAudioId:(NSInteger)audioId; | ||
| 1491 | +/// 结束响铃 | ||
| 1492 | +- (void)stopRing; | ||
| 1513 | /// 主叫 - 多人创建&加入房间 | 1493 | /// 主叫 - 多人创建&加入房间 |
| 1514 | - (void)createJoinMeetingWithOrderId:(NSString * _Nonnull)orderId completion:(void (^ _Nonnull)(NSError * _Nullable, uint64_t))completion; | 1494 | - (void)createJoinMeetingWithOrderId:(NSString * _Nonnull)orderId completion:(void (^ _Nonnull)(NSError * _Nullable, uint64_t))completion; |
| 1515 | /// 主叫 - 创建信道并加入 | 1495 | /// 主叫 - 创建信道并加入 |
No preview for this file type
| @@ -220,12 +220,6 @@ extension EKAttributes { | @@ -220,12 +220,6 @@ extension EKAttributes { | ||
| 220 | @objc override dynamic public init(frame: CoreGraphics.CGRect) | 220 | @objc override dynamic public init(frame: CoreGraphics.CGRect) |
| 221 | @objc deinit | 221 | @objc deinit |
| 222 | } | 222 | } |
| 223 | -@objc public class HHNIMPlayer : ObjectiveC.NSObject { | ||
| 224 | - @objc deinit | ||
| 225 | -} | ||
| 226 | -extension HHNIMPlayer : AVFoundation.AVAudioPlayerDelegate { | ||
| 227 | - @objc dynamic public func audioPlayerDidFinishPlaying(_ player: AVFoundation.AVAudioPlayer, successfully flag: Swift.Bool) | ||
| 228 | -} | ||
| 229 | public typealias HHPriceInfo = (priceAttri: Foundation.NSMutableAttributedString, disPriceWidth: CoreGraphics.CGFloat?) | 223 | public typealias HHPriceInfo = (priceAttri: Foundation.NSMutableAttributedString, disPriceWidth: CoreGraphics.CGFloat?) |
| 230 | public struct HHDoctorModel : HHSDKBase.Mappable { | 224 | public struct HHDoctorModel : HHSDKBase.Mappable { |
| 231 | public init?(map: HHSDKBase.Map) | 225 | public init?(map: HHSDKBase.Map) |
| @@ -1196,6 +1190,8 @@ extension EKAttributes { | @@ -1196,6 +1190,8 @@ extension EKAttributes { | ||
| 1196 | @objc optional func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) | 1190 | @objc optional func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) |
| 1197 | @objc optional func leaveRoom() | 1191 | @objc optional func leaveRoom() |
| 1198 | @objc optional func hangUp(callId: Swift.UInt64) | 1192 | @objc optional func hangUp(callId: Swift.UInt64) |
| 1193 | + @objc optional func startRing(audioId: Swift.Int) | ||
| 1194 | + @objc optional func stopRing() | ||
| 1199 | @objc optional func createJoinMeeting(orderId: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | 1195 | @objc optional func createJoinMeeting(orderId: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) |
| 1200 | @objc optional func createJoinChannel(sigCustomInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.String) -> Swift.Void)) | 1196 | @objc optional func createJoinChannel(sigCustomInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.String) -> Swift.Void)) |
| 1201 | @objc optional func inviteMembers(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, isToMember: Swift.Bool, myName: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | 1197 | @objc optional func inviteMembers(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, isToMember: Swift.Bool, myName: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) |
No preview for this file type
No preview for this file type
| @@ -220,12 +220,6 @@ extension EKAttributes { | @@ -220,12 +220,6 @@ extension EKAttributes { | ||
| 220 | @objc override dynamic public init(frame: CoreGraphics.CGRect) | 220 | @objc override dynamic public init(frame: CoreGraphics.CGRect) |
| 221 | @objc deinit | 221 | @objc deinit |
| 222 | } | 222 | } |
| 223 | -@objc public class HHNIMPlayer : ObjectiveC.NSObject { | ||
| 224 | - @objc deinit | ||
| 225 | -} | ||
| 226 | -extension HHNIMPlayer : AVFoundation.AVAudioPlayerDelegate { | ||
| 227 | - @objc dynamic public func audioPlayerDidFinishPlaying(_ player: AVFoundation.AVAudioPlayer, successfully flag: Swift.Bool) | ||
| 228 | -} | ||
| 229 | public typealias HHPriceInfo = (priceAttri: Foundation.NSMutableAttributedString, disPriceWidth: CoreGraphics.CGFloat?) | 223 | public typealias HHPriceInfo = (priceAttri: Foundation.NSMutableAttributedString, disPriceWidth: CoreGraphics.CGFloat?) |
| 230 | public struct HHDoctorModel : HHSDKBase.Mappable { | 224 | public struct HHDoctorModel : HHSDKBase.Mappable { |
| 231 | public init?(map: HHSDKBase.Map) | 225 | public init?(map: HHSDKBase.Map) |
| @@ -1196,6 +1190,8 @@ extension EKAttributes { | @@ -1196,6 +1190,8 @@ extension EKAttributes { | ||
| 1196 | @objc optional func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) | 1190 | @objc optional func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) |
| 1197 | @objc optional func leaveRoom() | 1191 | @objc optional func leaveRoom() |
| 1198 | @objc optional func hangUp(callId: Swift.UInt64) | 1192 | @objc optional func hangUp(callId: Swift.UInt64) |
| 1193 | + @objc optional func startRing(audioId: Swift.Int) | ||
| 1194 | + @objc optional func stopRing() | ||
| 1199 | @objc optional func createJoinMeeting(orderId: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | 1195 | @objc optional func createJoinMeeting(orderId: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) |
| 1200 | @objc optional func createJoinChannel(sigCustomInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.String) -> Swift.Void)) | 1196 | @objc optional func createJoinChannel(sigCustomInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.String) -> Swift.Void)) |
| 1201 | @objc optional func inviteMembers(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, isToMember: Swift.Bool, myName: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | 1197 | @objc optional func inviteMembers(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, isToMember: Swift.Bool, myName: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) |
No preview for this file type
No preview for this file type
| @@ -220,12 +220,6 @@ extension EKAttributes { | @@ -220,12 +220,6 @@ extension EKAttributes { | ||
| 220 | @objc override dynamic public init(frame: CoreGraphics.CGRect) | 220 | @objc override dynamic public init(frame: CoreGraphics.CGRect) |
| 221 | @objc deinit | 221 | @objc deinit |
| 222 | } | 222 | } |
| 223 | -@objc public class HHNIMPlayer : ObjectiveC.NSObject { | ||
| 224 | - @objc deinit | ||
| 225 | -} | ||
| 226 | -extension HHNIMPlayer : AVFoundation.AVAudioPlayerDelegate { | ||
| 227 | - @objc dynamic public func audioPlayerDidFinishPlaying(_ player: AVFoundation.AVAudioPlayer, successfully flag: Swift.Bool) | ||
| 228 | -} | ||
| 229 | public typealias HHPriceInfo = (priceAttri: Foundation.NSMutableAttributedString, disPriceWidth: CoreGraphics.CGFloat?) | 223 | public typealias HHPriceInfo = (priceAttri: Foundation.NSMutableAttributedString, disPriceWidth: CoreGraphics.CGFloat?) |
| 230 | public struct HHDoctorModel : HHSDKBase.Mappable { | 224 | public struct HHDoctorModel : HHSDKBase.Mappable { |
| 231 | public init?(map: HHSDKBase.Map) | 225 | public init?(map: HHSDKBase.Map) |
| @@ -1196,6 +1190,8 @@ extension EKAttributes { | @@ -1196,6 +1190,8 @@ extension EKAttributes { | ||
| 1196 | @objc optional func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) | 1190 | @objc optional func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) |
| 1197 | @objc optional func leaveRoom() | 1191 | @objc optional func leaveRoom() |
| 1198 | @objc optional func hangUp(callId: Swift.UInt64) | 1192 | @objc optional func hangUp(callId: Swift.UInt64) |
| 1193 | + @objc optional func startRing(audioId: Swift.Int) | ||
| 1194 | + @objc optional func stopRing() | ||
| 1199 | @objc optional func createJoinMeeting(orderId: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | 1195 | @objc optional func createJoinMeeting(orderId: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) |
| 1200 | @objc optional func createJoinChannel(sigCustomInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.String) -> Swift.Void)) | 1196 | @objc optional func createJoinChannel(sigCustomInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.String) -> Swift.Void)) |
| 1201 | @objc optional func inviteMembers(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, isToMember: Swift.Bool, myName: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | 1197 | @objc optional func inviteMembers(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, isToMember: Swift.Bool, myName: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) |
No preview for this file type
No preview for this file type
| @@ -220,12 +220,6 @@ extension EKAttributes { | @@ -220,12 +220,6 @@ extension EKAttributes { | ||
| 220 | @objc override dynamic public init(frame: CoreGraphics.CGRect) | 220 | @objc override dynamic public init(frame: CoreGraphics.CGRect) |
| 221 | @objc deinit | 221 | @objc deinit |
| 222 | } | 222 | } |
| 223 | -@objc public class HHNIMPlayer : ObjectiveC.NSObject { | ||
| 224 | - @objc deinit | ||
| 225 | -} | ||
| 226 | -extension HHNIMPlayer : AVFoundation.AVAudioPlayerDelegate { | ||
| 227 | - @objc dynamic public func audioPlayerDidFinishPlaying(_ player: AVFoundation.AVAudioPlayer, successfully flag: Swift.Bool) | ||
| 228 | -} | ||
| 229 | public typealias HHPriceInfo = (priceAttri: Foundation.NSMutableAttributedString, disPriceWidth: CoreGraphics.CGFloat?) | 223 | public typealias HHPriceInfo = (priceAttri: Foundation.NSMutableAttributedString, disPriceWidth: CoreGraphics.CGFloat?) |
| 230 | public struct HHDoctorModel : HHSDKBase.Mappable { | 224 | public struct HHDoctorModel : HHSDKBase.Mappable { |
| 231 | public init?(map: HHSDKBase.Map) | 225 | public init?(map: HHSDKBase.Map) |
| @@ -1196,6 +1190,8 @@ extension EKAttributes { | @@ -1196,6 +1190,8 @@ extension EKAttributes { | ||
| 1196 | @objc optional func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) | 1190 | @objc optional func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) |
| 1197 | @objc optional func leaveRoom() | 1191 | @objc optional func leaveRoom() |
| 1198 | @objc optional func hangUp(callId: Swift.UInt64) | 1192 | @objc optional func hangUp(callId: Swift.UInt64) |
| 1193 | + @objc optional func startRing(audioId: Swift.Int) | ||
| 1194 | + @objc optional func stopRing() | ||
| 1199 | @objc optional func createJoinMeeting(orderId: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | 1195 | @objc optional func createJoinMeeting(orderId: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) |
| 1200 | @objc optional func createJoinChannel(sigCustomInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.String) -> Swift.Void)) | 1196 | @objc optional func createJoinChannel(sigCustomInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.String) -> Swift.Void)) |
| 1201 | @objc optional func inviteMembers(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, isToMember: Swift.Bool, myName: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | 1197 | @objc optional func inviteMembers(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, isToMember: Swift.Bool, myName: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) |
No preview for this file type
No preview for this file type
| @@ -220,12 +220,6 @@ extension EKAttributes { | @@ -220,12 +220,6 @@ extension EKAttributes { | ||
| 220 | @objc override dynamic public init(frame: CoreGraphics.CGRect) | 220 | @objc override dynamic public init(frame: CoreGraphics.CGRect) |
| 221 | @objc deinit | 221 | @objc deinit |
| 222 | } | 222 | } |
| 223 | -@objc public class HHNIMPlayer : ObjectiveC.NSObject { | ||
| 224 | - @objc deinit | ||
| 225 | -} | ||
| 226 | -extension HHNIMPlayer : AVFoundation.AVAudioPlayerDelegate { | ||
| 227 | - @objc dynamic public func audioPlayerDidFinishPlaying(_ player: AVFoundation.AVAudioPlayer, successfully flag: Swift.Bool) | ||
| 228 | -} | ||
| 229 | public typealias HHPriceInfo = (priceAttri: Foundation.NSMutableAttributedString, disPriceWidth: CoreGraphics.CGFloat?) | 223 | public typealias HHPriceInfo = (priceAttri: Foundation.NSMutableAttributedString, disPriceWidth: CoreGraphics.CGFloat?) |
| 230 | public struct HHDoctorModel : HHSDKBase.Mappable { | 224 | public struct HHDoctorModel : HHSDKBase.Mappable { |
| 231 | public init?(map: HHSDKBase.Map) | 225 | public init?(map: HHSDKBase.Map) |
| @@ -1196,6 +1190,8 @@ extension EKAttributes { | @@ -1196,6 +1190,8 @@ extension EKAttributes { | ||
| 1196 | @objc optional func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) | 1190 | @objc optional func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String) |
| 1197 | @objc optional func leaveRoom() | 1191 | @objc optional func leaveRoom() |
| 1198 | @objc optional func hangUp(callId: Swift.UInt64) | 1192 | @objc optional func hangUp(callId: Swift.UInt64) |
| 1193 | + @objc optional func startRing(audioId: Swift.Int) | ||
| 1194 | + @objc optional func stopRing() | ||
| 1199 | @objc optional func createJoinMeeting(orderId: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | 1195 | @objc optional func createJoinMeeting(orderId: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) |
| 1200 | @objc optional func createJoinChannel(sigCustomInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.String) -> Swift.Void)) | 1196 | @objc optional func createJoinChannel(sigCustomInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.String) -> Swift.Void)) |
| 1201 | @objc optional func inviteMembers(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, isToMember: Swift.Bool, myName: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | 1197 | @objc optional func inviteMembers(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, isToMember: Swift.Bool, myName: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) |
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/Upload.storyboardc/UIViewController-jgq-dG-SDa.nib/objects-12.3+.nib
No preview for this file type
HHMedicSDK/HHSDKVideo.framework/Upload.storyboardc/UIViewController-jgq-dG-SDa.nib/objects-13.0+.nib
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
-
Please register or login to post a comment