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/conference.h | 24 +----------------------- 1 files changed, 1 insertions(+), 23 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/conference.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/conference.h old mode 100755 new mode 100644 index 14ff4ed..e8b3b60 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/conference.h +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/conference.h @@ -93,22 +93,7 @@ * Check whether video will be enable at conference starting * @return if true, the video will be enable at conference starting */ -LINPHONE_PUBLIC bool_t linphone_conference_params_video_enabled(const LinphoneConferenceParams *params); - -/** - * Enable local participant to enter the conference. - * The local participant is the one driving the local #LinphoneCore. It uses the local sound devices. - * The default value is TRUE. Setting to FALSE is mostly helpful when using liblinphone on a server application. - * @param params A #LinphoneConferenceParams - * @param enable If true, local participant is automatically added to the conference. - */ -LINPHONE_PUBLIC void linphone_conference_params_enable_local_participant(LinphoneConferenceParams *params, bool_t enable); - -/** - * Returns whether local participant has to enter the conference. - * @return if true, local participant is by default part of the conference. - */ -LINPHONE_PUBLIC bool_t linphone_conference_params_local_participant_enabled(const LinphoneConferenceParams *params); +LINPHONE_PUBLIC bool_t linphone_conference_params_video_requested(const LinphoneConferenceParams *params); /** @@ -149,13 +134,6 @@ * @param params #LinphoneCallParams to use for inviting the participants. **/ LINPHONE_PUBLIC LinphoneStatus linphone_conference_invite_participants(LinphoneConference *conf, const bctbx_list_t *addresses, const LinphoneCallParams *params); - -/** - * Join an existing call to the conference. - * @param obj The conference. - * @param call a #LinphoneCall that has to be added to the conference. - */ -LINPHONE_PUBLIC int linphone_conference_add_participant(LinphoneConference *obj, LinphoneCall *call); /** * Get the conference id as string -- Gitblit v1.8.0