liumingming

update

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