mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 14:18:09 +00:00
Update for master
This commit is contained in:
parent
e4b91a6a66
commit
7b9e9136dd
1 changed files with 3 additions and 2 deletions
|
|
@ -290,9 +290,10 @@ void CoreManager::createLinphoneCore (const QString &configPath) {
|
|||
setOtherPaths();
|
||||
mCore->enableFriendListSubscription(true);
|
||||
mCore->enableRecordAware(true);
|
||||
mCore->setAccountCreatorBackend(linphone::AccountCreatorBackend::FlexiAPI);
|
||||
if(mCore->getAccountCreatorUrl() == "")
|
||||
if(mCore->getAccountCreatorUrl() == ""){
|
||||
mCore->setAccountCreatorBackend(linphone::AccountCreator::Backend::FlexiAPI);
|
||||
mCore->setAccountCreatorUrl(Constants::DefaultFlexiAPIURL);
|
||||
}
|
||||
if( mCore->getAccountList().size() == 0)
|
||||
mCore->setLogCollectionUploadServerUrl(Constants::DefaultUploadLogsServer);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue