From 8ac30ed393b2b987c9b81d6ef156991aaed69c8a Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Wed, 23 Jul 2025 12:28:20 +0200 Subject: [PATCH] update sdk --- Linphone/tool/Utils.cpp | 4 ++-- external/linphone-sdk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Linphone/tool/Utils.cpp b/Linphone/tool/Utils.cpp index 7c21595b3..290ca6e94 100644 --- a/Linphone/tool/Utils.cpp +++ b/Linphone/tool/Utils.cpp @@ -1555,7 +1555,7 @@ VariantObject *Utils::getCurrentCallChat(CallGui *call) { if (linphoneChatRoom != nullptr) { qDebug() << "Chatroom created with" << callModel->getRemoteAddress()->asStringUriOnly(); auto id = linphoneChatRoom->getIdentifier(); - auto params = linphoneChatRoom->getCurrentParams(); + auto params = linphoneChatRoom->getParams(); auto chatCore = ChatCore::create(linphoneChatRoom); return QVariant::fromValue(new ChatGui(chatCore)); } else { @@ -1592,7 +1592,7 @@ VariantObject *Utils::getChatForAddress(QString address) { linphoneChatRoom = ToolModel::createChatForAddress(linAddr); if (linphoneChatRoom != nullptr) { qDebug() << "Chatroom created with" << linAddr->asStringUriOnly(); - auto params = linphoneChatRoom->getCurrentParams(); + auto params = linphoneChatRoom->getParams(); auto chatCore = ChatCore::create(linphoneChatRoom); return QVariant::fromValue(new ChatGui(chatCore)); } else { diff --git a/external/linphone-sdk b/external/linphone-sdk index 7de88db26..94eb2e8dd 160000 --- a/external/linphone-sdk +++ b/external/linphone-sdk @@ -1 +1 @@ -Subproject commit 7de88db26dcc9e9b165811e5efc5ca9d2108112b +Subproject commit 94eb2e8dd4c03168cb180095412a6f7120730f42