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/Library/linphone.framework/Headers/xmlrpc.h | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/xmlrpc.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/xmlrpc.h old mode 100755 new mode 100644 index 91c82d2..188af93 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/xmlrpc.h +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/xmlrpc.h @@ -22,7 +22,6 @@ #include "linphone/types.h" -#include <bctoolbox/map.h> #ifdef __cplusplus @@ -140,21 +139,6 @@ * @return The string response to the XML-RPC request. **/ LINPHONE_PUBLIC const char * linphone_xml_rpc_request_get_string_response(const LinphoneXmlRpcRequest *request); - -/** - * Get the raw response to an XML-RPC request sent with linphone_xml_rpc_session_send_request() and returning http body as string. - * @param[in] request LinphoneXmlRpcRequest object. - * @return The string response to the XML-RPC request. - **/ -LINPHONE_PUBLIC const char * linphone_xml_rpc_request_get_raw_response(const LinphoneXmlRpcRequest *request); - -/** -* Get the response to an XML-RPC request sent with linphone_xml_rpc_session_send_request() and returning a struct response. -* @param[in] request LinphoneXmlRpcRequest object. -* @return The struct response to the XML-RPC request. -* @donotwrap -**/ -const bctbx_map_t* linphone_xml_rpc_request_get_string_struct_response(const LinphoneXmlRpcRequest *request); /** * Create a new #LinphoneXmlRpcSession object. -- Gitblit v1.8.0