Showing
42 changed files
with
7 additions
and
3 deletions
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
@@ -443,6 +443,8 @@ SWIFT_PROTOCOL("_TtP12hhVDoctorSDK16HHMVideoDelegate_") | @@ -443,6 +443,8 @@ SWIFT_PROTOCOL("_TtP12hhVDoctorSDK16HHMVideoDelegate_") | ||
443 | - (void)callStateChange:(enum HHMCallingState)state; | 443 | - (void)callStateChange:(enum HHMCallingState)state; |
444 | /// 通话已接通 | 444 | /// 通话已接通 |
445 | - (void)callDidEstablish; | 445 | - (void)callDidEstablish; |
446 | +/// 视频页面回调 | ||
447 | +- (void)getChatParentView:(UIView * _Nonnull)view; | ||
446 | /// 呼叫失败(主叫) | 448 | /// 呼叫失败(主叫) |
447 | /// \param error 错误信息 | 449 | /// \param error 错误信息 |
448 | /// | 450 | /// |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
@@ -563,6 +563,7 @@ extension HHMSDK { | @@ -563,6 +563,7 @@ extension HHMSDK { | ||
563 | @objc public protocol HHMVideoDelegate : ObjectiveC.NSObjectProtocol { | 563 | @objc public protocol HHMVideoDelegate : ObjectiveC.NSObjectProtocol { |
564 | @objc optional func callStateChange(_ state: hhVDoctorSDK.HHMCallingState) | 564 | @objc optional func callStateChange(_ state: hhVDoctorSDK.HHMCallingState) |
565 | @objc optional func callDidEstablish() | 565 | @objc optional func callDidEstablish() |
566 | + @objc optional func getChatParentView(_ view: UIKit.UIView) | ||
566 | @objc optional func onFail(_ errorCode: Swift.Int, errrorStr: Swift.String?) | 567 | @objc optional func onFail(_ errorCode: Swift.Int, errrorStr: Swift.String?) |
567 | @objc optional func onCancel() | 568 | @objc optional func onCancel() |
568 | @objc optional func callDidFinish() | 569 | @objc optional func callDidFinish() |
No preview for this file type
No preview for this file type
@@ -563,6 +563,7 @@ extension HHMSDK { | @@ -563,6 +563,7 @@ extension HHMSDK { | ||
563 | @objc public protocol HHMVideoDelegate : ObjectiveC.NSObjectProtocol { | 563 | @objc public protocol HHMVideoDelegate : ObjectiveC.NSObjectProtocol { |
564 | @objc optional func callStateChange(_ state: hhVDoctorSDK.HHMCallingState) | 564 | @objc optional func callStateChange(_ state: hhVDoctorSDK.HHMCallingState) |
565 | @objc optional func callDidEstablish() | 565 | @objc optional func callDidEstablish() |
566 | + @objc optional func getChatParentView(_ view: UIKit.UIView) | ||
566 | @objc optional func onFail(_ errorCode: Swift.Int, errrorStr: Swift.String?) | 567 | @objc optional func onFail(_ errorCode: Swift.Int, errrorStr: Swift.String?) |
567 | @objc optional func onCancel() | 568 | @objc optional func onCancel() |
568 | @objc optional func callDidFinish() | 569 | @objc optional func callDidFinish() |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This file is too large to display.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
@@ -79,7 +79,7 @@ | @@ -79,7 +79,7 @@ | ||
79 | 79 | ||
80 | ```shell | 80 | ```shell |
81 | use_frameworks! | 81 | use_frameworks! |
82 | -pod 'HHVDoctorSDK', :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git" | 82 | +pod 'hhVDoctorSDK', :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git" |
83 | ``` | 83 | ``` |
84 | * 安装 | 84 | * 安装 |
85 | 85 |
-
Please register or login to post a comment