chengyanfang

sdk upgrade

Showing 27 changed files with 33 additions and 6 deletions
Pod::Spec.new do |s|
s.name = "HHMedicSDK"
s.version = "3.0.0.120218"
s.version = "3.0.0.040619"
s.summary = "和缓基础SDK"
s.description = <<-DESC
... ...
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>HHBundleVersion</key>
<string>3.0.0.040619</string></dict>
</plist>
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
... ... @@ -357,6 +357,9 @@ extension HHPhotoPicker {
}
public struct HHWaitDoctorModel : HHSDKBase.Mappable {
public var isNormalTrans: Swift.Bool
public var deptId: Swift.String?
public var uuid: Swift.Int?
public var transUuid: Swift.Int?
public init?(map: HHSDKBase.Map)
public func isWaiting() -> Swift.Bool
mutating public func mapping(map: HHSDKBase.Map)
... ... @@ -1429,7 +1432,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
func processMsg(cmd: HHSDKVideo.HHIMCmd, orderId: Swift.String)
func waitingChanged(_ waitingInfo: HHSDKVideo.HHWaitDoctorModel)
func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
func onTransform(_ agentCallInfo: HHSDKVideo.HHAgentCallModel)
func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
func onExitRoom()
func onUserEnter(_ uuid: Swift.String)
func onUserLeave(_ uuid: Swift.String)
... ... @@ -1452,6 +1455,7 @@ public enum TrtcLog : Swift.String {
case noSchedule
case video_busy
case permit_error
case transform
public typealias RawValue = Swift.String
public var rawValue: Swift.String {
get
... ...
... ... @@ -357,6 +357,9 @@ extension HHPhotoPicker {
}
public struct HHWaitDoctorModel : HHSDKBase.Mappable {
public var isNormalTrans: Swift.Bool
public var deptId: Swift.String?
public var uuid: Swift.Int?
public var transUuid: Swift.Int?
public init?(map: HHSDKBase.Map)
public func isWaiting() -> Swift.Bool
mutating public func mapping(map: HHSDKBase.Map)
... ... @@ -1429,7 +1432,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
func processMsg(cmd: HHSDKVideo.HHIMCmd, orderId: Swift.String)
func waitingChanged(_ waitingInfo: HHSDKVideo.HHWaitDoctorModel)
func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
func onTransform(_ agentCallInfo: HHSDKVideo.HHAgentCallModel)
func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
func onExitRoom()
func onUserEnter(_ uuid: Swift.String)
func onUserLeave(_ uuid: Swift.String)
... ... @@ -1452,6 +1455,7 @@ public enum TrtcLog : Swift.String {
case noSchedule
case video_busy
case permit_error
case transform
public typealias RawValue = Swift.String
public var rawValue: Swift.String {
get
... ...
... ... @@ -357,6 +357,9 @@ extension HHPhotoPicker {
}
public struct HHWaitDoctorModel : HHSDKBase.Mappable {
public var isNormalTrans: Swift.Bool
public var deptId: Swift.String?
public var uuid: Swift.Int?
public var transUuid: Swift.Int?
public init?(map: HHSDKBase.Map)
public func isWaiting() -> Swift.Bool
mutating public func mapping(map: HHSDKBase.Map)
... ... @@ -1429,7 +1432,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
func processMsg(cmd: HHSDKVideo.HHIMCmd, orderId: Swift.String)
func waitingChanged(_ waitingInfo: HHSDKVideo.HHWaitDoctorModel)
func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
func onTransform(_ agentCallInfo: HHSDKVideo.HHAgentCallModel)
func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
func onExitRoom()
func onUserEnter(_ uuid: Swift.String)
func onUserLeave(_ uuid: Swift.String)
... ... @@ -1452,6 +1455,7 @@ public enum TrtcLog : Swift.String {
case noSchedule
case video_busy
case permit_error
case transform
public typealias RawValue = Swift.String
public var rawValue: Swift.String {
get
... ...
... ... @@ -357,6 +357,9 @@ extension HHPhotoPicker {
}
public struct HHWaitDoctorModel : HHSDKBase.Mappable {
public var isNormalTrans: Swift.Bool
public var deptId: Swift.String?
public var uuid: Swift.Int?
public var transUuid: Swift.Int?
public init?(map: HHSDKBase.Map)
public func isWaiting() -> Swift.Bool
mutating public func mapping(map: HHSDKBase.Map)
... ... @@ -1429,7 +1432,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
func processMsg(cmd: HHSDKVideo.HHIMCmd, orderId: Swift.String)
func waitingChanged(_ waitingInfo: HHSDKVideo.HHWaitDoctorModel)
func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
func onTransform(_ agentCallInfo: HHSDKVideo.HHAgentCallModel)
func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
func onExitRoom()
func onUserEnter(_ uuid: Swift.String)
func onUserLeave(_ uuid: Swift.String)
... ... @@ -1452,6 +1455,7 @@ public enum TrtcLog : Swift.String {
case noSchedule
case video_busy
case permit_error
case transform
public typealias RawValue = Swift.String
public var rawValue: Swift.String {
get
... ...
... ... @@ -357,6 +357,9 @@ extension HHPhotoPicker {
}
public struct HHWaitDoctorModel : HHSDKBase.Mappable {
public var isNormalTrans: Swift.Bool
public var deptId: Swift.String?
public var uuid: Swift.Int?
public var transUuid: Swift.Int?
public init?(map: HHSDKBase.Map)
public func isWaiting() -> Swift.Bool
mutating public func mapping(map: HHSDKBase.Map)
... ... @@ -1429,7 +1432,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
func processMsg(cmd: HHSDKVideo.HHIMCmd, orderId: Swift.String)
func waitingChanged(_ waitingInfo: HHSDKVideo.HHWaitDoctorModel)
func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
func onTransform(_ agentCallInfo: HHSDKVideo.HHAgentCallModel)
func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
func onExitRoom()
func onUserEnter(_ uuid: Swift.String)
func onUserLeave(_ uuid: Swift.String)
... ... @@ -1452,6 +1455,7 @@ public enum TrtcLog : Swift.String {
case noSchedule
case video_busy
case permit_error
case transform
public typealias RawValue = Swift.String
public var rawValue: Swift.String {
get
... ...