Showing
86 changed files
with
26 additions
and
26 deletions
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
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
HHVDoctorSDK/HHSDKVideo.framework/MedicStatus.storyboardc/LXC-Q0-bne-view-uRS-pr-z6i.nib/runtime.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
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
@@ -192,7 +192,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -192,7 +192,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
192 | @import HHSDKVideo; | 192 | @import HHSDKVideo; |
193 | @import ImSDK_Plus; | 193 | @import ImSDK_Plus; |
194 | @import ObjectiveC; | 194 | @import ObjectiveC; |
195 | -@import TXLiteAVSDK_TRTC; | 195 | +@import TXLiteAVSDK_Professional; |
196 | #endif | 196 | #endif |
197 | 197 | ||
198 | #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" | 198 | #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" |
@@ -5,7 +5,7 @@ import Foundation | @@ -5,7 +5,7 @@ import Foundation | ||
5 | import HHSDKVideo | 5 | import HHSDKVideo |
6 | import ImSDK_Plus | 6 | import ImSDK_Plus |
7 | import Swift | 7 | import Swift |
8 | -import TXLiteAVSDK_TRTC | 8 | +import TXLiteAVSDK_Professional |
9 | import UIKit | 9 | import UIKit |
10 | @_exported import hhVDoctorSDK | 10 | @_exported import hhVDoctorSDK |
11 | public protocol HHHUDable { | 11 | public protocol HHHUDable { |
@@ -296,17 +296,17 @@ extension TRTC : HHSDKVideo.HHRTC { | @@ -296,17 +296,17 @@ extension TRTC : HHSDKVideo.HHRTC { | ||
296 | @objc dynamic public func stopRing() | 296 | @objc dynamic public func stopRing() |
297 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) | 297 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) |
298 | } | 298 | } |
299 | -extension TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | 299 | +extension TRTC : TXLiteAVSDK_Professional.TRTCCloudDelegate { |
300 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) | 300 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) |
301 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) | 301 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) |
302 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) | 302 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) |
303 | @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) | 303 | @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) |
304 | @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) | 304 | @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) |
305 | - @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_TRTC.TRTCVolumeInfo], totalVolume: Swift.Int) | ||
306 | - @objc dynamic public func onFirstVideoFrame(_ userId: Swift.String, streamType: TXLiteAVSDK_TRTC.TRTCVideoStreamType, width: Swift.Int32, height: Swift.Int32) | 305 | + @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_Professional.TRTCVolumeInfo], totalVolume: Swift.Int) |
306 | + @objc dynamic public func onFirstVideoFrame(_ userId: Swift.String, streamType: TXLiteAVSDK_Professional.TRTCVideoStreamType, width: Swift.Int32, height: Swift.Int32) | ||
307 | @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) | 307 | @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) |
308 | - @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_TRTC.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_TRTC.TRTCQualityInfo]) | ||
309 | - @objc dynamic public func onError(_ errCode: TXLiteAVSDK_TRTC.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | 308 | + @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_Professional.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_Professional.TRTCQualityInfo]) |
309 | + @objc dynamic public func onError(_ errCode: TXLiteAVSDK_Professional.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | ||
310 | } | 310 | } |
311 | extension TRTC { | 311 | extension TRTC { |
312 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) | 312 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) |
No preview for this file type
@@ -5,7 +5,7 @@ import Foundation | @@ -5,7 +5,7 @@ import Foundation | ||
5 | import HHSDKVideo | 5 | import HHSDKVideo |
6 | import ImSDK_Plus | 6 | import ImSDK_Plus |
7 | import Swift | 7 | import Swift |
8 | -import TXLiteAVSDK_TRTC | 8 | +import TXLiteAVSDK_Professional |
9 | import UIKit | 9 | import UIKit |
10 | @_exported import hhVDoctorSDK | 10 | @_exported import hhVDoctorSDK |
11 | public protocol HHHUDable { | 11 | public protocol HHHUDable { |
@@ -296,17 +296,17 @@ extension TRTC : HHSDKVideo.HHRTC { | @@ -296,17 +296,17 @@ extension TRTC : HHSDKVideo.HHRTC { | ||
296 | @objc dynamic public func stopRing() | 296 | @objc dynamic public func stopRing() |
297 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) | 297 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) |
298 | } | 298 | } |
299 | -extension TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | 299 | +extension TRTC : TXLiteAVSDK_Professional.TRTCCloudDelegate { |
300 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) | 300 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) |
301 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) | 301 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) |
302 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) | 302 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) |
303 | @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) | 303 | @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) |
304 | @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) | 304 | @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) |
305 | - @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_TRTC.TRTCVolumeInfo], totalVolume: Swift.Int) | ||
306 | - @objc dynamic public func onFirstVideoFrame(_ userId: Swift.String, streamType: TXLiteAVSDK_TRTC.TRTCVideoStreamType, width: Swift.Int32, height: Swift.Int32) | 305 | + @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_Professional.TRTCVolumeInfo], totalVolume: Swift.Int) |
306 | + @objc dynamic public func onFirstVideoFrame(_ userId: Swift.String, streamType: TXLiteAVSDK_Professional.TRTCVideoStreamType, width: Swift.Int32, height: Swift.Int32) | ||
307 | @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) | 307 | @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) |
308 | - @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_TRTC.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_TRTC.TRTCQualityInfo]) | ||
309 | - @objc dynamic public func onError(_ errCode: TXLiteAVSDK_TRTC.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | 308 | + @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_Professional.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_Professional.TRTCQualityInfo]) |
309 | + @objc dynamic public func onError(_ errCode: TXLiteAVSDK_Professional.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | ||
310 | } | 310 | } |
311 | extension TRTC { | 311 | extension TRTC { |
312 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) | 312 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) |
No preview for this file type
@@ -5,7 +5,7 @@ import Foundation | @@ -5,7 +5,7 @@ import Foundation | ||
5 | import HHSDKVideo | 5 | import HHSDKVideo |
6 | import ImSDK_Plus | 6 | import ImSDK_Plus |
7 | import Swift | 7 | import Swift |
8 | -import TXLiteAVSDK_TRTC | 8 | +import TXLiteAVSDK_Professional |
9 | import UIKit | 9 | import UIKit |
10 | @_exported import hhVDoctorSDK | 10 | @_exported import hhVDoctorSDK |
11 | public protocol HHHUDable { | 11 | public protocol HHHUDable { |
@@ -296,17 +296,17 @@ extension TRTC : HHSDKVideo.HHRTC { | @@ -296,17 +296,17 @@ extension TRTC : HHSDKVideo.HHRTC { | ||
296 | @objc dynamic public func stopRing() | 296 | @objc dynamic public func stopRing() |
297 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) | 297 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) |
298 | } | 298 | } |
299 | -extension TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | 299 | +extension TRTC : TXLiteAVSDK_Professional.TRTCCloudDelegate { |
300 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) | 300 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) |
301 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) | 301 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) |
302 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) | 302 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) |
303 | @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) | 303 | @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) |
304 | @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) | 304 | @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) |
305 | - @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_TRTC.TRTCVolumeInfo], totalVolume: Swift.Int) | ||
306 | - @objc dynamic public func onFirstVideoFrame(_ userId: Swift.String, streamType: TXLiteAVSDK_TRTC.TRTCVideoStreamType, width: Swift.Int32, height: Swift.Int32) | 305 | + @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_Professional.TRTCVolumeInfo], totalVolume: Swift.Int) |
306 | + @objc dynamic public func onFirstVideoFrame(_ userId: Swift.String, streamType: TXLiteAVSDK_Professional.TRTCVideoStreamType, width: Swift.Int32, height: Swift.Int32) | ||
307 | @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) | 307 | @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) |
308 | - @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_TRTC.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_TRTC.TRTCQualityInfo]) | ||
309 | - @objc dynamic public func onError(_ errCode: TXLiteAVSDK_TRTC.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | 308 | + @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_Professional.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_Professional.TRTCQualityInfo]) |
309 | + @objc dynamic public func onError(_ errCode: TXLiteAVSDK_Professional.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | ||
310 | } | 310 | } |
311 | extension TRTC { | 311 | extension TRTC { |
312 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) | 312 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) |
No preview for this file type
@@ -5,7 +5,7 @@ import Foundation | @@ -5,7 +5,7 @@ import Foundation | ||
5 | import HHSDKVideo | 5 | import HHSDKVideo |
6 | import ImSDK_Plus | 6 | import ImSDK_Plus |
7 | import Swift | 7 | import Swift |
8 | -import TXLiteAVSDK_TRTC | 8 | +import TXLiteAVSDK_Professional |
9 | import UIKit | 9 | import UIKit |
10 | @_exported import hhVDoctorSDK | 10 | @_exported import hhVDoctorSDK |
11 | public protocol HHHUDable { | 11 | public protocol HHHUDable { |
@@ -296,17 +296,17 @@ extension TRTC : HHSDKVideo.HHRTC { | @@ -296,17 +296,17 @@ extension TRTC : HHSDKVideo.HHRTC { | ||
296 | @objc dynamic public func stopRing() | 296 | @objc dynamic public func stopRing() |
297 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) | 297 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) |
298 | } | 298 | } |
299 | -extension TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | 299 | +extension TRTC : TXLiteAVSDK_Professional.TRTCCloudDelegate { |
300 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) | 300 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) |
301 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) | 301 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) |
302 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) | 302 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) |
303 | @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) | 303 | @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) |
304 | @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) | 304 | @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) |
305 | - @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_TRTC.TRTCVolumeInfo], totalVolume: Swift.Int) | ||
306 | - @objc dynamic public func onFirstVideoFrame(_ userId: Swift.String, streamType: TXLiteAVSDK_TRTC.TRTCVideoStreamType, width: Swift.Int32, height: Swift.Int32) | 305 | + @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_Professional.TRTCVolumeInfo], totalVolume: Swift.Int) |
306 | + @objc dynamic public func onFirstVideoFrame(_ userId: Swift.String, streamType: TXLiteAVSDK_Professional.TRTCVideoStreamType, width: Swift.Int32, height: Swift.Int32) | ||
307 | @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) | 307 | @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) |
308 | - @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_TRTC.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_TRTC.TRTCQualityInfo]) | ||
309 | - @objc dynamic public func onError(_ errCode: TXLiteAVSDK_TRTC.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | 308 | + @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_Professional.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_Professional.TRTCQualityInfo]) |
309 | + @objc dynamic public func onError(_ errCode: TXLiteAVSDK_Professional.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | ||
310 | } | 310 | } |
311 | extension TRTC { | 311 | extension TRTC { |
312 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) | 312 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) |
No preview for this file type
No preview for this file type
-
Please register or login to post a comment