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
@@ -1453,6 +1453,8 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | @@ -1453,6 +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 resumeRemote() | ||
1456 | func showRtsVideo() -> UIKit.UIView? | 1458 | func showRtsVideo() -> UIKit.UIView? |
1457 | func hideRtsVideo(_ view: UIKit.UIView) | 1459 | func hideRtsVideo(_ view: UIKit.UIView) |
1458 | } | 1460 | } |
No preview for this file type
@@ -1453,6 +1453,8 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { | @@ -1453,6 +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 resumeRemote() | ||
1456 | func showRtsVideo() -> UIKit.UIView? | 1458 | func showRtsVideo() -> UIKit.UIView? |
1457 | func hideRtsVideo(_ view: UIKit.UIView) | 1459 | func hideRtsVideo(_ view: UIKit.UIView) |
1458 | } | 1460 | } |
No preview for this file type
-
Please register or login to post a comment