liumingming

fix

... ... @@ -1452,7 +1452,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
func onExitRoom()
func getDoctorInfo() -> HHSDKVideo.HHDoctorModel?
func getDoctorId() -> Swift.String?
func hangup()
}
public enum TrtcLog : Swift.String {
... ...
... ... @@ -1452,7 +1452,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
func onExitRoom()
func getDoctorInfo() -> HHSDKVideo.HHDoctorModel?
func getDoctorId() -> Swift.String?
func hangup()
}
public enum TrtcLog : Swift.String {
... ...