From 7b25c890ccbab430e68a48507e7f7f7a7a7cc6f4 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期一, 16 八月 2021 17:06:52 +0800 Subject: [PATCH] Merge branch 'master' of http://172.16.1.23:6688/r/~cjl/HDLLinphoneSDK_IOS --- Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs index f78ffac..b362199 100644 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs @@ -39,9 +39,9 @@ void OnHangUpAction(int callDuration); // @required -(void)onScreenshotSuccessfulAction:(UIImage * _Nonnull)image; - [Abstract] - [Export("onScreenshotSuccessfulAction:")] - void OnScreenshotSuccessfulAction(UIImage image); + //[Abstract] + //[Export("onScreenshotSuccessfulAction:")] + //void OnScreenshotSuccessfulAction(UIImage image); } //// @interface HDLLinphoneCallDelegate : NSObject -- Gitblit v1.8.0