liumingming

update

@@ -1453,6 +1453,8 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { @@ -1453,6 +1453,8 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
1453 func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) 1453 func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
1454 func onExitRoom() 1454 func onExitRoom()
1455 func hangup() 1455 func hangup()
  1456 + func getDoctorUserId() -> Swift.String?
  1457 + func resumeRemote()
1456 func showRtsVideo() -> UIKit.UIView? 1458 func showRtsVideo() -> UIKit.UIView?
1457 func hideRtsVideo(_ view: UIKit.UIView) 1459 func hideRtsVideo(_ view: UIKit.UIView)
1458 } 1460 }
@@ -1453,6 +1453,8 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { @@ -1453,6 +1453,8 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
1453 func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) 1453 func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
1454 func onExitRoom() 1454 func onExitRoom()
1455 func hangup() 1455 func hangup()
  1456 + func getDoctorUserId() -> Swift.String?
  1457 + func resumeRemote()
1456 func showRtsVideo() -> UIKit.UIView? 1458 func showRtsVideo() -> UIKit.UIView?
1457 func hideRtsVideo(_ view: UIKit.UIView) 1459 func hideRtsVideo(_ view: UIKit.UIView)
1458 } 1460 }