From 548b4e645a638faa462b97f6ae9e2c7a38df8154 Mon Sep 17 00:00:00 2001 From: 464027401@qq.com <464027401@qq.com> Date: 星期二, 14 十二月 2021 13:45:01 +0800 Subject: [PATCH] 设置为随机端口 --- 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