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/lime.framework/Headers/lime.hpp | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/lime.framework/Headers/lime.hpp b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/lime.framework/Headers/lime.hpp index 3eb5c16..53836cb 100755 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/lime.framework/Headers/lime.hpp +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/lime.framework/Headers/lime.hpp @@ -332,15 +332,6 @@ lime::PeerDeviceStatus get_peerDeviceStatus(const std::string &peerDeviceId); /** - * @brief checks if a device iD exists in the local users - * - * @param[in] deviceId The device Id to check - * - * @return true if the device Id exists in the local users table, false otherwise - */ - bool is_localUser(const std::string &deviceId); - - /** * @brief delete a peerDevice from local storage * * @param[in] peerDeviceId The device Id to be removed from local storage, shall be its GRUU -- Gitblit v1.8.0