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/api/c-call.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/api/c-call.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/api/c-call.h
old mode 100755
new mode 100644
index 421057c..2fc190c
--- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/api/c-call.h
+++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/api/c-call.h
@@ -455,7 +455,6 @@
  * The application can later accept the call using this method.
  * @param[in] call A #LinphoneCall object
  * @param[in] params The specific parameters for this call, for example whether video is accepted or not. Use NULL to use default parameters
- * @maybenil
  * @return 0 on success, -1 on failure
 **/
 LINPHONE_PUBLIC LinphoneStatus linphone_call_accept_with_params (LinphoneCall *call, const LinphoneCallParams *params);
@@ -476,7 +475,6 @@
  * The call can then later be fully accepted using linphone_call_accept() or linphone_call_accept_with_params().
  * @param[in] call A #LinphoneCall object
  * @param[in] params The call parameters to use (can be NULL)
- * @maybenil
  * @return 0 if successful, -1 otherwise
 **/
 LINPHONE_PUBLIC LinphoneStatus linphone_call_accept_early_media_with_params (LinphoneCall *call, const LinphoneCallParams *params);
@@ -491,7 +489,6 @@
  *
  * @param[in] call A #LinphoneCall object
  * @param[in] params The new call parameters to use (may be NULL)
- * @maybenil
  * @return 0 if successful, -1 otherwise.
 **/
 LINPHONE_PUBLIC LinphoneStatus linphone_call_update (LinphoneCall *call, const LinphoneCallParams *params);
@@ -532,7 +529,6 @@
  * (see linphone_call_params_enable_video()).
  * @param[in] call A #LinphoneCall object
  * @param[in] params A #LinphoneCallParams object describing the call parameters to accept
- * @maybenil
  * @return 0 if successful, -1 otherwise (actually when this function call is performed outside ot #LinphoneCallUpdatedByRemote state)
 **/
 LINPHONE_PUBLIC LinphoneStatus linphone_call_accept_update (LinphoneCall *call, const LinphoneCallParams *params);

--
Gitblit v1.8.0