Showing
7 changed files
with
4 additions
and
0 deletions
No preview for this file type
No preview for this file type
No preview for this file type
@@ -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 |
No preview for this file type
@@ -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 |
No preview for this file type
-
Please register or login to post a comment