liumingming

fix

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