Update SDK

This commit is contained in:
Julien Wadel 2021-12-22 11:10:33 +01:00
parent 9f52ed6a88
commit 4e847ac90e
3 changed files with 3 additions and 3 deletions

View file

@ -182,7 +182,7 @@ static void cliInitiateConference (QHash<QString, QString> &args) {
qInfo() << QStringLiteral("Create conference with id: `%1`.").arg(id);
auto confParameters = core->createConferenceParams();
confParameters->setVideoEnabled(false);// Video is not yet fully supported by the application in conference
confParameters->enableVideo(false);// Video is not yet fully supported by the application in conference
conference = core->createConferenceWithParams(confParameters);
conference->setId(Utils::appStringToCoreString(id));

View file

@ -149,7 +149,7 @@ void ConferenceHelperModel::ConferenceAddModel::update () {
shared_ptr<linphone::Conference> conference = mConferenceHelperModel->mCore->getConference();
if(!conference){
auto parameters = mConferenceHelperModel->mCore->createConferenceParams();
parameters->setVideoEnabled(false);// Video is not yet fully supported by the application in conference
parameters->enableVideo(false);// Video is not yet fully supported by the application in conference
conference = mConferenceHelperModel->mCore->createConferenceWithParams(parameters);
}
auto currentCalls = CoreManager::getInstance()->getCore()->getCalls();

@ -1 +1 @@
Subproject commit 46614e1080d86acf881a14a5ae05cc1096954c80
Subproject commit 29966e6f7573e84983981f37c816b62ddea296cd