Showing
27 changed files
with
33 additions
and
6 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
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.

869 Bytes
No preview for this file type
No preview for this file type
@@ -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 |
No preview for this file type
No preview for this file type
@@ -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 |
No preview for this file type
No preview for this file type
@@ -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 |
No preview for this file type
No preview for this file type
@@ -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 |
No preview for this file type
No preview for this file type
@@ -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 |
No preview for this file type
-
Please register or login to post a comment