Showing
61 changed files
with
5 additions
and
5 deletions
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
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
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
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
@@ -528,7 +528,7 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo16HHMVideoDelegate_") | @@ -528,7 +528,7 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo16HHMVideoDelegate_") | ||
528 | /// 呼叫失败(音视频服务报错) | 528 | /// 呼叫失败(音视频服务报错) |
529 | /// \param error 错误信息 | 529 | /// \param error 错误信息 |
530 | /// | 530 | /// |
531 | -- (void)onFailWithError:(NSError * _Nonnull)error; | 531 | +- (void)onFail:(NSInteger)errorCode errrorStr:(NSString * _Nullable)errrorStr; |
532 | - (void)onCancel; | 532 | - (void)onCancel; |
533 | /// 呼叫时获取到订单信息 | 533 | /// 呼叫时获取到订单信息 |
534 | - (void)receivedOrder:(NSString * _Nonnull)orderId; | 534 | - (void)receivedOrder:(NSString * _Nonnull)orderId; |
No preview for this file type
@@ -526,7 +526,7 @@ public struct EKProperty { | @@ -526,7 +526,7 @@ public struct EKProperty { | ||
526 | @objc optional func callDidEstablish() | 526 | @objc optional func callDidEstablish() |
527 | @objc optional func getChatParentView(_ view: UIKit.UIView) | 527 | @objc optional func getChatParentView(_ view: UIKit.UIView) |
528 | @objc optional func callFail(code: Swift.Int, error: Swift.String) | 528 | @objc optional func callFail(code: Swift.Int, error: Swift.String) |
529 | - @objc optional func onFail(error: Swift.Error) | 529 | + @objc optional func onFail(_ errorCode: Swift.Int, errrorStr: Swift.String?) |
530 | @objc optional func onCancel() | 530 | @objc optional func onCancel() |
531 | @objc optional func receivedOrder(_ orderId: Swift.String) | 531 | @objc optional func receivedOrder(_ orderId: Swift.String) |
532 | @objc optional func callDidFinish() | 532 | @objc optional func callDidFinish() |
No preview for this file type
No preview for this file type
@@ -526,7 +526,7 @@ public struct EKProperty { | @@ -526,7 +526,7 @@ public struct EKProperty { | ||
526 | @objc optional func callDidEstablish() | 526 | @objc optional func callDidEstablish() |
527 | @objc optional func getChatParentView(_ view: UIKit.UIView) | 527 | @objc optional func getChatParentView(_ view: UIKit.UIView) |
528 | @objc optional func callFail(code: Swift.Int, error: Swift.String) | 528 | @objc optional func callFail(code: Swift.Int, error: Swift.String) |
529 | - @objc optional func onFail(error: Swift.Error) | 529 | + @objc optional func onFail(_ errorCode: Swift.Int, errrorStr: Swift.String?) |
530 | @objc optional func onCancel() | 530 | @objc optional func onCancel() |
531 | @objc optional func receivedOrder(_ orderId: Swift.String) | 531 | @objc optional func receivedOrder(_ orderId: Swift.String) |
532 | @objc optional func callDidFinish() | 532 | @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
-
Please register or login to post a comment