liumingming

fix

@@ -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 {
@@ -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 {