From b469805b2d0c9b23ca020cf9356ff137205f856c Mon Sep 17 00:00:00 2001 From: 464027401@qq.com <464027401@qq.com> Date: 星期一, 27 九月 2021 10:22:10 +0800 Subject: [PATCH] 修复来点页面重复呼叫时alert位置不对问题 --- 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