mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-29 14:26:22 +00:00
Force preview deactivation before starting core. Preview was enabled on [video] show_local configuration that could be set to on after exiting the app while in settings (where the preview is on)
This commit is contained in:
parent
d35947661e
commit
89f9edbd1c
1 changed files with 1 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ void CoreManager::createLinphoneCore (const QString &configPath) {
|
||||||
mCore->addListener(mHandlers);
|
mCore->addListener(mHandlers);
|
||||||
mCore->setVideoDisplayFilter("MSOGL");
|
mCore->setVideoDisplayFilter("MSOGL");
|
||||||
mCore->usePreviewWindow(true);
|
mCore->usePreviewWindow(true);
|
||||||
|
mCore->enableVideoPreview(false);
|
||||||
mCore->setUserAgent(
|
mCore->setUserAgent(
|
||||||
Utils::appStringToCoreString(
|
Utils::appStringToCoreString(
|
||||||
QStringLiteral(APPLICATION_NAME" Desktop/%1 (%2, Qt %3) LinphoneCore")
|
QStringLiteral(APPLICATION_NAME" Desktop/%1 (%2, Qt %3) LinphoneCore")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue