Showing
7 changed files
with
4 additions
and
4 deletions
No preview for this file type
No preview for this file type
No preview for this file type
@@ -1453,8 +1453,8 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | @@ -1453,8 +1453,8 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | ||
1453 | func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) | 1453 | func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) |
1454 | func onExitRoom() | 1454 | func onExitRoom() |
1455 | func hangup() | 1455 | func hangup() |
1456 | - func getDoctorUserId() -> Swift.String? | ||
1457 | - func resumeDoctorVideo() | 1456 | + func showRtsVideo() -> UIKit.UIView? |
1457 | + func hideRtsVideo(_ view: UIKit.UIView) | ||
1458 | } | 1458 | } |
1459 | public enum TrtcLog : Swift.String { | 1459 | public enum TrtcLog : Swift.String { |
1460 | case waitingRecall | 1460 | case waitingRecall |
No preview for this file type
@@ -1453,8 +1453,8 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | @@ -1453,8 +1453,8 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | ||
1453 | func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) | 1453 | func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel) |
1454 | func onExitRoom() | 1454 | func onExitRoom() |
1455 | func hangup() | 1455 | func hangup() |
1456 | - func getDoctorUserId() -> Swift.String? | ||
1457 | - func resumeDoctorVideo() | 1456 | + func showRtsVideo() -> UIKit.UIView? |
1457 | + func hideRtsVideo(_ view: UIKit.UIView) | ||
1458 | } | 1458 | } |
1459 | public enum TrtcLog : Swift.String { | 1459 | public enum TrtcLog : Swift.String { |
1460 | case waitingRecall | 1460 | case waitingRecall |
No preview for this file type
-
Please register or login to post a comment