liumingming

add hangup delegate

Showing 43 changed files with 2 additions and 0 deletions
@@ -1453,6 +1453,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { @@ -1453,6 +1453,7 @@ 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 getDoctorInfo() -> HHSDKVideo.HHDoctorModel? 1455 func getDoctorInfo() -> HHSDKVideo.HHDoctorModel?
  1456 + func hangup()
1456 } 1457 }
1457 public enum TrtcLog : Swift.String { 1458 public enum TrtcLog : Swift.String {
1458 case waitingRecall 1459 case waitingRecall
@@ -1453,6 +1453,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject { @@ -1453,6 +1453,7 @@ 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 getDoctorInfo() -> HHSDKVideo.HHDoctorModel? 1455 func getDoctorInfo() -> HHSDKVideo.HHDoctorModel?
  1456 + func hangup()
1456 } 1457 }
1457 public enum TrtcLog : Swift.String { 1458 public enum TrtcLog : Swift.String {
1458 case waitingRecall 1459 case waitingRecall