chengyanfang

sdk upgrade

Showing 27 changed files with 33 additions and 6 deletions
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = "HHMedicSDK" 2 s.name = "HHMedicSDK"
3 - s.version = "3.0.0.120218" 3 + s.version = "3.0.0.040619"
4 s.summary = "和缓基础SDK" 4 s.summary = "和缓基础SDK"
5 5
6 s.description = <<-DESC 6 s.description = <<-DESC
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>HHBundleVersion</key>
  6 +<string>3.0.0.040619</string></dict>
  7 +</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 { @@ -357,6 +357,9 @@ extension HHPhotoPicker {
357 } 357 }
358 public struct HHWaitDoctorModel : HHSDKBase.Mappable { 358 public struct HHWaitDoctorModel : HHSDKBase.Mappable {
359 public var isNormalTrans: Swift.Bool 359 public var isNormalTrans: Swift.Bool
  360 + public var deptId: Swift.String?
  361 + public var uuid: Swift.Int?
  362 + public var transUuid: Swift.Int?
360 public init?(map: HHSDKBase.Map) 363 public init?(map: HHSDKBase.Map)
361 public func isWaiting() -> Swift.Bool 364 public func isWaiting() -> Swift.Bool
362 mutating public func mapping(map: HHSDKBase.Map) 365 mutating public func mapping(map: HHSDKBase.Map)
@@ -1429,7 +1432,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { @@ -1429,7 +1432,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
1429 func processMsg(cmd: HHSDKVideo.HHIMCmd, orderId: Swift.String) 1432 func processMsg(cmd: HHSDKVideo.HHIMCmd, orderId: Swift.String)
1430 func waitingChanged(_ waitingInfo: HHSDKVideo.HHWaitDoctorModel) 1433 func waitingChanged(_ waitingInfo: HHSDKVideo.HHWaitDoctorModel)
1431 func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) 1434 func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
1432 - func onTransform(_ agentCallInfo: HHSDKVideo.HHAgentCallModel) 1435 + func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
1433 func onExitRoom() 1436 func onExitRoom()
1434 func onUserEnter(_ uuid: Swift.String) 1437 func onUserEnter(_ uuid: Swift.String)
1435 func onUserLeave(_ uuid: Swift.String) 1438 func onUserLeave(_ uuid: Swift.String)
@@ -1452,6 +1455,7 @@ public enum TrtcLog : Swift.String { @@ -1452,6 +1455,7 @@ public enum TrtcLog : Swift.String {
1452 case noSchedule 1455 case noSchedule
1453 case video_busy 1456 case video_busy
1454 case permit_error 1457 case permit_error
  1458 + case transform
1455 public typealias RawValue = Swift.String 1459 public typealias RawValue = Swift.String
1456 public var rawValue: Swift.String { 1460 public var rawValue: Swift.String {
1457 get 1461 get
@@ -357,6 +357,9 @@ extension HHPhotoPicker { @@ -357,6 +357,9 @@ extension HHPhotoPicker {
357 } 357 }
358 public struct HHWaitDoctorModel : HHSDKBase.Mappable { 358 public struct HHWaitDoctorModel : HHSDKBase.Mappable {
359 public var isNormalTrans: Swift.Bool 359 public var isNormalTrans: Swift.Bool
  360 + public var deptId: Swift.String?
  361 + public var uuid: Swift.Int?
  362 + public var transUuid: Swift.Int?
360 public init?(map: HHSDKBase.Map) 363 public init?(map: HHSDKBase.Map)
361 public func isWaiting() -> Swift.Bool 364 public func isWaiting() -> Swift.Bool
362 mutating public func mapping(map: HHSDKBase.Map) 365 mutating public func mapping(map: HHSDKBase.Map)
@@ -1429,7 +1432,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { @@ -1429,7 +1432,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
1429 func processMsg(cmd: HHSDKVideo.HHIMCmd, orderId: Swift.String) 1432 func processMsg(cmd: HHSDKVideo.HHIMCmd, orderId: Swift.String)
1430 func waitingChanged(_ waitingInfo: HHSDKVideo.HHWaitDoctorModel) 1433 func waitingChanged(_ waitingInfo: HHSDKVideo.HHWaitDoctorModel)
1431 func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) 1434 func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
1432 - func onTransform(_ agentCallInfo: HHSDKVideo.HHAgentCallModel) 1435 + func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
1433 func onExitRoom() 1436 func onExitRoom()
1434 func onUserEnter(_ uuid: Swift.String) 1437 func onUserEnter(_ uuid: Swift.String)
1435 func onUserLeave(_ uuid: Swift.String) 1438 func onUserLeave(_ uuid: Swift.String)
@@ -1452,6 +1455,7 @@ public enum TrtcLog : Swift.String { @@ -1452,6 +1455,7 @@ public enum TrtcLog : Swift.String {
1452 case noSchedule 1455 case noSchedule
1453 case video_busy 1456 case video_busy
1454 case permit_error 1457 case permit_error
  1458 + case transform
1455 public typealias RawValue = Swift.String 1459 public typealias RawValue = Swift.String
1456 public var rawValue: Swift.String { 1460 public var rawValue: Swift.String {
1457 get 1461 get
@@ -357,6 +357,9 @@ extension HHPhotoPicker { @@ -357,6 +357,9 @@ extension HHPhotoPicker {
357 } 357 }
358 public struct HHWaitDoctorModel : HHSDKBase.Mappable { 358 public struct HHWaitDoctorModel : HHSDKBase.Mappable {
359 public var isNormalTrans: Swift.Bool 359 public var isNormalTrans: Swift.Bool
  360 + public var deptId: Swift.String?
  361 + public var uuid: Swift.Int?
  362 + public var transUuid: Swift.Int?
360 public init?(map: HHSDKBase.Map) 363 public init?(map: HHSDKBase.Map)
361 public func isWaiting() -> Swift.Bool 364 public func isWaiting() -> Swift.Bool
362 mutating public func mapping(map: HHSDKBase.Map) 365 mutating public func mapping(map: HHSDKBase.Map)
@@ -1429,7 +1432,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { @@ -1429,7 +1432,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
1429 func processMsg(cmd: HHSDKVideo.HHIMCmd, orderId: Swift.String) 1432 func processMsg(cmd: HHSDKVideo.HHIMCmd, orderId: Swift.String)
1430 func waitingChanged(_ waitingInfo: HHSDKVideo.HHWaitDoctorModel) 1433 func waitingChanged(_ waitingInfo: HHSDKVideo.HHWaitDoctorModel)
1431 func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) 1434 func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
1432 - func onTransform(_ agentCallInfo: HHSDKVideo.HHAgentCallModel) 1435 + func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
1433 func onExitRoom() 1436 func onExitRoom()
1434 func onUserEnter(_ uuid: Swift.String) 1437 func onUserEnter(_ uuid: Swift.String)
1435 func onUserLeave(_ uuid: Swift.String) 1438 func onUserLeave(_ uuid: Swift.String)
@@ -1452,6 +1455,7 @@ public enum TrtcLog : Swift.String { @@ -1452,6 +1455,7 @@ public enum TrtcLog : Swift.String {
1452 case noSchedule 1455 case noSchedule
1453 case video_busy 1456 case video_busy
1454 case permit_error 1457 case permit_error
  1458 + case transform
1455 public typealias RawValue = Swift.String 1459 public typealias RawValue = Swift.String
1456 public var rawValue: Swift.String { 1460 public var rawValue: Swift.String {
1457 get 1461 get
@@ -357,6 +357,9 @@ extension HHPhotoPicker { @@ -357,6 +357,9 @@ extension HHPhotoPicker {
357 } 357 }
358 public struct HHWaitDoctorModel : HHSDKBase.Mappable { 358 public struct HHWaitDoctorModel : HHSDKBase.Mappable {
359 public var isNormalTrans: Swift.Bool 359 public var isNormalTrans: Swift.Bool
  360 + public var deptId: Swift.String?
  361 + public var uuid: Swift.Int?
  362 + public var transUuid: Swift.Int?
360 public init?(map: HHSDKBase.Map) 363 public init?(map: HHSDKBase.Map)
361 public func isWaiting() -> Swift.Bool 364 public func isWaiting() -> Swift.Bool
362 mutating public func mapping(map: HHSDKBase.Map) 365 mutating public func mapping(map: HHSDKBase.Map)
@@ -1429,7 +1432,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { @@ -1429,7 +1432,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
1429 func processMsg(cmd: HHSDKVideo.HHIMCmd, orderId: Swift.String) 1432 func processMsg(cmd: HHSDKVideo.HHIMCmd, orderId: Swift.String)
1430 func waitingChanged(_ waitingInfo: HHSDKVideo.HHWaitDoctorModel) 1433 func waitingChanged(_ waitingInfo: HHSDKVideo.HHWaitDoctorModel)
1431 func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) 1434 func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
1432 - func onTransform(_ agentCallInfo: HHSDKVideo.HHAgentCallModel) 1435 + func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
1433 func onExitRoom() 1436 func onExitRoom()
1434 func onUserEnter(_ uuid: Swift.String) 1437 func onUserEnter(_ uuid: Swift.String)
1435 func onUserLeave(_ uuid: Swift.String) 1438 func onUserLeave(_ uuid: Swift.String)
@@ -1452,6 +1455,7 @@ public enum TrtcLog : Swift.String { @@ -1452,6 +1455,7 @@ public enum TrtcLog : Swift.String {
1452 case noSchedule 1455 case noSchedule
1453 case video_busy 1456 case video_busy
1454 case permit_error 1457 case permit_error
  1458 + case transform
1455 public typealias RawValue = Swift.String 1459 public typealias RawValue = Swift.String
1456 public var rawValue: Swift.String { 1460 public var rawValue: Swift.String {
1457 get 1461 get
@@ -357,6 +357,9 @@ extension HHPhotoPicker { @@ -357,6 +357,9 @@ extension HHPhotoPicker {
357 } 357 }
358 public struct HHWaitDoctorModel : HHSDKBase.Mappable { 358 public struct HHWaitDoctorModel : HHSDKBase.Mappable {
359 public var isNormalTrans: Swift.Bool 359 public var isNormalTrans: Swift.Bool
  360 + public var deptId: Swift.String?
  361 + public var uuid: Swift.Int?
  362 + public var transUuid: Swift.Int?
360 public init?(map: HHSDKBase.Map) 363 public init?(map: HHSDKBase.Map)
361 public func isWaiting() -> Swift.Bool 364 public func isWaiting() -> Swift.Bool
362 mutating public func mapping(map: HHSDKBase.Map) 365 mutating public func mapping(map: HHSDKBase.Map)
@@ -1429,7 +1432,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { @@ -1429,7 +1432,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
1429 func processMsg(cmd: HHSDKVideo.HHIMCmd, orderId: Swift.String) 1432 func processMsg(cmd: HHSDKVideo.HHIMCmd, orderId: Swift.String)
1430 func waitingChanged(_ waitingInfo: HHSDKVideo.HHWaitDoctorModel) 1433 func waitingChanged(_ waitingInfo: HHSDKVideo.HHWaitDoctorModel)
1431 func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) 1434 func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
1432 - func onTransform(_ agentCallInfo: HHSDKVideo.HHAgentCallModel) 1435 + func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
1433 func onExitRoom() 1436 func onExitRoom()
1434 func onUserEnter(_ uuid: Swift.String) 1437 func onUserEnter(_ uuid: Swift.String)
1435 func onUserLeave(_ uuid: Swift.String) 1438 func onUserLeave(_ uuid: Swift.String)
@@ -1452,6 +1455,7 @@ public enum TrtcLog : Swift.String { @@ -1452,6 +1455,7 @@ public enum TrtcLog : Swift.String {
1452 case noSchedule 1455 case noSchedule
1453 case video_busy 1456 case video_busy
1454 case permit_error 1457 case permit_error
  1458 + case transform
1455 public typealias RawValue = Swift.String 1459 public typealias RawValue = Swift.String
1456 public var rawValue: Swift.String { 1460 public var rawValue: Swift.String {
1457 get 1461 get