liumingming

update

... ... @@ -1454,6 +1454,8 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
func onExitRoom()
func getDoctorId() -> Swift.String?
func hangup()
func showRtsVideo() -> UIKit.UIView?
func hideRtsVideo(_ view: UIKit.UIView)
}
public enum TrtcLog : Swift.String {
case waitingRecall
... ...
... ... @@ -1454,6 +1454,8 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
func onExitRoom()
func getDoctorId() -> Swift.String?
func hangup()
func showRtsVideo() -> UIKit.UIView?
func hideRtsVideo(_ view: UIKit.UIView)
}
public enum TrtcLog : Swift.String {
case waitingRecall
... ...