Showing
47 changed files
with
12 additions
and
0 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
No preview for this file type
@@ -1048,6 +1048,7 @@ public struct EKAttributes { | @@ -1048,6 +1048,7 @@ public struct EKAttributes { | ||
1048 | } | 1048 | } |
1049 | @_inheritsConvenienceInitializers @objc public class HHMSDK : ObjectiveC.NSObject { | 1049 | @_inheritsConvenienceInitializers @objc public class HHMSDK : ObjectiveC.NSObject { |
1050 | @objc public static let `default`: HHSDKVideo.HHMSDK | 1050 | @objc public static let `default`: HHSDKVideo.HHMSDK |
1051 | + public var mHHRTC: HHSDKVideo.HHRTC? | ||
1051 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? | 1052 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? |
1052 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? | 1053 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? |
1053 | public var expertVideoCallback: (() -> Swift.Void)? | 1054 | public var expertVideoCallback: (() -> Swift.Void)? |
@@ -1407,6 +1408,8 @@ public enum HHIMCmd : Swift.String { | @@ -1407,6 +1408,8 @@ public enum HHIMCmd : Swift.String { | ||
1407 | case cancel_invite | 1408 | case cancel_invite |
1408 | case exit_camera | 1409 | case exit_camera |
1409 | case enter_camera | 1410 | case enter_camera |
1411 | + case conference_begin | ||
1412 | + case conference_end | ||
1410 | public init?(rawValue: Swift.String) | 1413 | public init?(rawValue: Swift.String) |
1411 | public typealias RawValue = Swift.String | 1414 | public typealias RawValue = Swift.String |
1412 | public var rawValue: Swift.String { | 1415 | public var rawValue: Swift.String { |
@@ -1453,6 +1456,9 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | @@ -1453,6 +1456,9 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | ||
1453 | func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) | 1456 | func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) |
1454 | func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) | 1457 | func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) |
1455 | func onExitRoom() | 1458 | func onExitRoom() |
1459 | + func hangup() | ||
1460 | + func getDoctorUserId() -> Swift.String? | ||
1461 | + func resumeRemote() | ||
1456 | } | 1462 | } |
1457 | public enum TrtcLog : Swift.String { | 1463 | public enum TrtcLog : Swift.String { |
1458 | case waitingRecall | 1464 | case waitingRecall |
No preview for this file type
@@ -1048,6 +1048,7 @@ public struct EKAttributes { | @@ -1048,6 +1048,7 @@ public struct EKAttributes { | ||
1048 | } | 1048 | } |
1049 | @_inheritsConvenienceInitializers @objc public class HHMSDK : ObjectiveC.NSObject { | 1049 | @_inheritsConvenienceInitializers @objc public class HHMSDK : ObjectiveC.NSObject { |
1050 | @objc public static let `default`: HHSDKVideo.HHMSDK | 1050 | @objc public static let `default`: HHSDKVideo.HHMSDK |
1051 | + public var mHHRTC: HHSDKVideo.HHRTC? | ||
1051 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? | 1052 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? |
1052 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? | 1053 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? |
1053 | public var expertVideoCallback: (() -> Swift.Void)? | 1054 | public var expertVideoCallback: (() -> Swift.Void)? |
@@ -1407,6 +1408,8 @@ public enum HHIMCmd : Swift.String { | @@ -1407,6 +1408,8 @@ public enum HHIMCmd : Swift.String { | ||
1407 | case cancel_invite | 1408 | case cancel_invite |
1408 | case exit_camera | 1409 | case exit_camera |
1409 | case enter_camera | 1410 | case enter_camera |
1411 | + case conference_begin | ||
1412 | + case conference_end | ||
1410 | public init?(rawValue: Swift.String) | 1413 | public init?(rawValue: Swift.String) |
1411 | public typealias RawValue = Swift.String | 1414 | public typealias RawValue = Swift.String |
1412 | public var rawValue: Swift.String { | 1415 | public var rawValue: Swift.String { |
@@ -1453,6 +1456,9 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | @@ -1453,6 +1456,9 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | ||
1453 | func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) | 1456 | func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) |
1454 | func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) | 1457 | func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) |
1455 | func onExitRoom() | 1458 | func onExitRoom() |
1459 | + func hangup() | ||
1460 | + func getDoctorUserId() -> Swift.String? | ||
1461 | + func resumeRemote() | ||
1456 | } | 1462 | } |
1457 | public enum TrtcLog : Swift.String { | 1463 | public enum TrtcLog : Swift.String { |
1458 | case waitingRecall | 1464 | 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
-
Please register or login to post a comment