From fe877009c7d5b5f8e4a49e8bfdf8033aa444d86e Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期三, 01 九月 2021 17:42:22 +0800 Subject: [PATCH] 纯oc linphone sdk工程 --- 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