From 8fb1bc18bad99b2de79783848b41d07da01315a7 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期三, 01 九月 2021 17:04:05 +0800 Subject: [PATCH] 采用纯oc sdk解决版本适配问题;解决呼叫不能截屏问题 --- Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs index c01318a..964bd28 100644 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs @@ -5,8 +5,8 @@ namespace Shared.IOS.HDLLinphoneSDK { [Static] - //[Verify(ConstantsInterfaceAssociation)] - partial interface Constants + //[Verify(ConstantsInterfaceAssociation)] + partial interface Constants { // extern NSString *const _Nonnull HDLLPCallDelegateOpenDoorSuccess; [Field("HDLLPCallDelegateOpenDoorSuccess", "__Internal")] -- Gitblit v1.8.0