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/account_creator_service.h | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/account_creator_service.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/account_creator_service.h old mode 100755 new mode 100644 index 04ce334..5cb224b --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/account_creator_service.h +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/account_creator_service.h @@ -269,22 +269,6 @@ **/ LINPHONE_PUBLIC void linphone_account_creator_service_set_update_account_cb(LinphoneAccountCreatorService *service, LinphoneAccountCreatorRequestFunc cb); -/** - * Get the login linphone account request. - * @param[in] service #LinphoneAccountCreatorService object. - * @return The current login linphone account request. - * @donotwrap -**/ -LINPHONE_PUBLIC LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_login_linphone_account_cb(const LinphoneAccountCreatorService *service); - -/** - * Assign a user pointer to a #LinphoneAccountCreatorService object. - * @param[in] service #LinphoneAccountCreatorService object. - * @param[in] cb The login linphone account request to be used. - * @donotwrap -**/ -LINPHONE_PUBLIC void linphone_account_creator_service_set_login_linphone_account_cb(LinphoneAccountCreatorService *service, LinphoneAccountCreatorRequestFunc cb); - /************************** End Account Creator Requests **************************/ #ifdef __cplusplus -- Gitblit v1.8.0