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/account_creator.h | 34 +++------------------------------- 1 files changed, 3 insertions(+), 31 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/account_creator.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/account_creator.h old mode 100755 new mode 100644 index 95cc257..4e092ff --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/account_creator.h +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/account_creator.h @@ -126,13 +126,6 @@ LINPHONE_PUBLIC LinphoneAccountCreatorStatus linphone_account_creator_update_account(LinphoneAccountCreator *creator); /** - * Send a request to get the password & algorithm of an account using the confirmation key - * @param[in] creator #LinphoneAccountCreator object - * @return #LinphoneAccountCreatorStatusRequestOk if everything is OK, or a specific error otherwise. -**/ -LINPHONE_PUBLIC LinphoneAccountCreatorStatus linphone_account_creator_login_linphone_account(LinphoneAccountCreator *creator); - -/** * Acquire a reference to the LinphoneAccountCreator. * @param[in] creator #LinphoneAccountCreator object. * @return The same #LinphoneAccountCreator object. @@ -251,13 +244,6 @@ LINPHONE_PUBLIC LinphoneAccountCreatorLanguageStatus linphone_account_creator_set_language(LinphoneAccountCreator *creator, const char *lang); /** - * Get the language use in email of SMS. - * @param[in] creator #LinphoneAccountCreator object - * @return The language of the #LinphoneAccountCreator -**/ -LINPHONE_PUBLIC const char * linphone_account_creator_get_language(const LinphoneAccountCreator *creator); - -/** * Set the supported algorithm. * @param[in] creator LinphoneAccountCreator object * @param[in] algorithm The algorithm to use @@ -266,11 +252,11 @@ LINPHONE_PUBLIC LinphoneAccountCreatorAlgoStatus linphone_account_creator_set_algorithm(LinphoneAccountCreator *creator, const char *algorithm); /** - * Get the algorithm configured in the account creator. + * Get the language use in email of SMS. * @param[in] creator #LinphoneAccountCreator object - * @return The algorithm of the #LinphoneAccountCreator + * @return The language of the #LinphoneAccountCreator **/ -LINPHONE_PUBLIC const char * linphone_account_creator_get_algorithm(const LinphoneAccountCreator *creator); +LINPHONE_PUBLIC const char * linphone_account_creator_get_language(const LinphoneAccountCreator *creator); /** * Set the display name. @@ -569,20 +555,6 @@ * @param[in] cb The update account request to be used. **/ LINPHONE_PUBLIC void linphone_account_creator_cbs_set_update_account(LinphoneAccountCreatorCbs *cbs, LinphoneAccountCreatorCbsStatusCb cb); - -/** - * Get the login linphone account request. - * @param[in] cbs #LinphoneAccountCreatorCbs object. - * @return The current login linphone account request. -**/ -LINPHONE_PUBLIC LinphoneAccountCreatorCbsStatusCb linphone_account_creator_cbs_get_login_linphone_account(const LinphoneAccountCreatorCbs *cbs); - -/** - * Assign a user pointer to a #LinphoneAccountCreatorCbs object. - * @param[in] cbs #LinphoneAccountCreatorCbs object. - * @param[in] cb The login linphone account request to be used. -**/ -LINPHONE_PUBLIC void linphone_account_creator_cbs_set_login_linphone_account(LinphoneAccountCreatorCbs *cbs, LinphoneAccountCreatorCbsStatusCb cb); /************************** End Account Creator Cbs **************************/ -- Gitblit v1.8.0