chengyanfang

sdk upgrade

Showing 47 changed files with 12 additions and 0 deletions
... ... @@ -1048,6 +1048,7 @@ public struct EKAttributes {
}
@_inheritsConvenienceInitializers @objc public class HHMSDK : ObjectiveC.NSObject {
@objc public static let `default`: HHSDKVideo.HHMSDK
public var mHHRTC: HHSDKVideo.HHRTC?
weak public var mCallDelegate: HHSDKVideo.HHCallDelegate?
weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate?
public var expertVideoCallback: (() -> Swift.Void)?
... ... @@ -1407,6 +1408,8 @@ public enum HHIMCmd : Swift.String {
case cancel_invite
case exit_camera
case enter_camera
case conference_begin
case conference_end
public init?(rawValue: Swift.String)
public typealias RawValue = Swift.String
public var rawValue: Swift.String {
... ... @@ -1453,6 +1456,9 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
func onExitRoom()
func hangup()
func getDoctorUserId() -> Swift.String?
func resumeRemote()
}
public enum TrtcLog : Swift.String {
case waitingRecall
... ...
... ... @@ -1048,6 +1048,7 @@ public struct EKAttributes {
}
@_inheritsConvenienceInitializers @objc public class HHMSDK : ObjectiveC.NSObject {
@objc public static let `default`: HHSDKVideo.HHMSDK
public var mHHRTC: HHSDKVideo.HHRTC?
weak public var mCallDelegate: HHSDKVideo.HHCallDelegate?
weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate?
public var expertVideoCallback: (() -> Swift.Void)?
... ... @@ -1407,6 +1408,8 @@ public enum HHIMCmd : Swift.String {
case cancel_invite
case exit_camera
case enter_camera
case conference_begin
case conference_end
public init?(rawValue: Swift.String)
public typealias RawValue = Swift.String
public var rawValue: Swift.String {
... ... @@ -1453,6 +1456,9 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
func onExitRoom()
func hangup()
func getDoctorUserId() -> Swift.String?
func resumeRemote()
}
public enum TrtcLog : Swift.String {
case waitingRecall
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.