liumingming

remove get doctorId

Showing 43 changed files with 0 additions and 2 deletions
... ... @@ -1452,7 +1452,6 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
func onExitRoom()
func getDoctorId() -> Swift.String?
func hangup()
func showRtsVideo() -> UIKit.UIView?
func hideRtsVideo(_ view: UIKit.UIView)
... ...
... ... @@ -1452,7 +1452,6 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
func onExitRoom()
func getDoctorId() -> Swift.String?
func hangup()
func showRtsVideo() -> UIKit.UIView?
func hideRtsVideo(_ view: UIKit.UIView)
... ...