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/core_utils.h |   23 +++--------------------
 1 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/core_utils.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/core_utils.h
old mode 100755
new mode 100644
index 552f091..f86d07e
--- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/core_utils.h
+++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/core_utils.h
@@ -92,21 +92,21 @@
 
 /**
  * Check whether the device is flagged has crappy opengl
- * @return TRUE if crappy opengl flag is set, FALSE otherwise
+ * @returns TRUE if crappy opengl flag is set, FALSE otherwise
  * @ingroup misc
 **/
 LINPHONE_PUBLIC bool_t linphone_core_has_crappy_opengl(LinphoneCore *lc);
 
 /**
  * Check whether the device has a hardware echo canceller
- * @return TRUE if it does, FALSE otherwise
+ * @returns TRUE if it does, FALSE otherwise
  * @ingroup misc
 **/
 LINPHONE_PUBLIC bool_t linphone_core_has_builtin_echo_canceller(LinphoneCore *lc);
 
 /**
  * Check whether the device is echo canceller calibration is required
- * @return TRUE if it is required, FALSE otherwise
+ * @returns TRUE if it is required, FALSE otherwise
  * @ingroup misc
 **/
 LINPHONE_PUBLIC bool_t linphone_core_is_echo_canceller_calibration_required(LinphoneCore *lc);
@@ -122,23 +122,6 @@
  */
 LINPHONE_PUBLIC void linphone_core_stop_dtmf_stream(LinphoneCore* lc);
 
-/**
- * @ingroup IOS
- * Special function to indicate if the audio session is activated. Must be called when ProviderDelegate of the callkit notifies that the audio session is activated or deactivated.
- */
-LINPHONE_PUBLIC void linphone_core_activate_audio_session(LinphoneCore* lc, bool_t actived);
-
-/**
- * @ingroup IOS
- * Special function to enable the callkit.
- */
-LINPHONE_PUBLIC void linphone_core_enable_callkit (LinphoneCore* lc, bool_t enabled);
-
-/**
- *  @ingroup IOS
- * Special function to check if the callkit is enabled, False by default.
-*/
-LINPHONE_PUBLIC bool_t linphone_core_callkit_enabled (const LinphoneCore *lc);
 
 typedef bool_t (*LinphoneCoreIterateHook)(void *data);
 

--
Gitblit v1.8.0