mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
fix set meeting feature enabled on linphone start
This commit is contained in:
parent
d9fcdf6af6
commit
5cc303df7f
1 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ SettingsModel::SettingsModel() {
|
|||
mustBeInLinphoneThread(log().arg(Q_FUNC_INFO));
|
||||
setDisableMeetingsFeature(!account->getParams()->getAudioVideoConferenceFactoryAddress());
|
||||
});
|
||||
auto defaultAccount = core->getDefaultAccount();
|
||||
setDisableMeetingsFeature(defaultAccount && !defaultAccount->getParams()->getAudioVideoConferenceFactoryAddress());
|
||||
// Media cards must not be used twice (capture card + call) else we will get latencies issues and bad echo
|
||||
// calibrations in call.
|
||||
QObject::connect(CoreModel::getInstance().get(), &CoreModel::firstCallStarted, this,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue