liumingming

update

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