Showing
12 changed files
with
2 additions
and
2 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
@@ -1452,7 +1452,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | @@ -1452,7 +1452,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | ||
1452 | func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) | 1452 | func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) |
1453 | func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) | 1453 | func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) |
1454 | func onExitRoom() | 1454 | func onExitRoom() |
1455 | - func getDoctorInfo() -> HHSDKVideo.HHDoctorModel? | 1455 | + func getDoctorId() -> Swift.String? |
1456 | func hangup() | 1456 | func hangup() |
1457 | } | 1457 | } |
1458 | public enum TrtcLog : Swift.String { | 1458 | public enum TrtcLog : Swift.String { |
No preview for this file type
@@ -1452,7 +1452,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | @@ -1452,7 +1452,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | ||
1452 | func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) | 1452 | func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String) |
1453 | func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) | 1453 | func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) |
1454 | func onExitRoom() | 1454 | func onExitRoom() |
1455 | - func getDoctorInfo() -> HHSDKVideo.HHDoctorModel? | 1455 | + func getDoctorId() -> Swift.String? |
1456 | func hangup() | 1456 | func hangup() |
1457 | } | 1457 | } |
1458 | public enum TrtcLog : Swift.String { | 1458 | public enum TrtcLog : Swift.String { |
No preview for this file type
-
Please register or login to post a comment