update sdk

This commit is contained in:
Gaelle Braud 2025-07-23 12:28:20 +02:00
parent 023b07743a
commit 8ac30ed393
2 changed files with 3 additions and 3 deletions

View file

@ -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 {

@ -1 +1 @@
Subproject commit 7de88db26dcc9e9b165811e5efc5ca9d2108112b
Subproject commit 94eb2e8dd4c03168cb180095412a6f7120730f42