mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
update sdk
This commit is contained in:
parent
023b07743a
commit
8ac30ed393
2 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
2
external/linphone-sdk
vendored
2
external/linphone-sdk
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 7de88db26dcc9e9b165811e5efc5ca9d2108112b
|
||||
Subproject commit 94eb2e8dd4c03168cb180095412a6f7120730f42
|
||||
Loading…
Add table
Reference in a new issue