Update to SDK 5.4.30

Revert conference security that is still unsupported.
This commit is contained in:
Julien Wadel 2025-07-28 16:29:50 +02:00
parent 1be98e7067
commit cb38fb021e
3 changed files with 3 additions and 1 deletions

View file

@ -374,6 +374,7 @@ void ConferenceInfoModel::createConference() {
CoreManager::getInstance()->getTimelineListModel()->mAutoSelectAfterCreation = false;
shared_ptr<linphone::Core> core = CoreManager::getInstance()->getCore();
static std::shared_ptr<linphone::Conference> conference;
mConferenceInfo->setSecurityLevel(linphone::Conference::SecurityLevel::None); // TODO: remove when conferences can be encrypted
qInfo() << "Conference creation of " << getSubject() << " at " << (int)mConferenceInfo->getSecurityLevel() << " security, organized by " << getOrganizer() << " for " << getDateTimeSystem().toString();
qInfo() << "Participants:";
for(auto p : mConferenceInfo->getParticipants())

View file

@ -51,6 +51,7 @@ DialogPlus {
Layout.alignment: Qt.AlignLeft
Layout.leftMargin: 15
spacing:4
visible: false // TODO: remove when conferences can be encrypted
Text {
Layout.fillWidth: true
//: 'Would you like to encrypt your meeting ?' : Ask about setting the meeting as secured.

@ -1 +1 @@
Subproject commit 94eb2e8dd4c03168cb180095412a6f7120730f42
Subproject commit 2f9c2d231386233c1d93a6120a109e5fdd5eb50a