From 732a72414ca5788d53f2f5e016c7cd53b611d66d Mon Sep 17 00:00:00 2001
From: 464027401@qq.com <464027401@qq.com>
Date: 星期三, 15 九月 2021 16:47:26 +0800
Subject: [PATCH] 替换使用去掉callkit的包

---
 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