liumingming

add hangup delegate

Showing 43 changed files with 2 additions and 0 deletions
... ... @@ -1453,6 +1453,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
func onExitRoom()
func getDoctorInfo() -> HHSDKVideo.HHDoctorModel?
func hangup()
}
public enum TrtcLog : Swift.String {
case waitingRecall
... ...
... ... @@ -1453,6 +1453,7 @@ public protocol HHRTCDelegate : ObjectiveC.NSObject {
func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
func onExitRoom()
func getDoctorInfo() -> HHSDKVideo.HHDoctorModel?
func hangup()
}
public enum TrtcLog : Swift.String {
case waitingRecall
... ...