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));
|
mustBeInLinphoneThread(log().arg(Q_FUNC_INFO));
|
||||||
setDisableMeetingsFeature(!account->getParams()->getAudioVideoConferenceFactoryAddress());
|
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
|
// Media cards must not be used twice (capture card + call) else we will get latencies issues and bad echo
|
||||||
// calibrations in call.
|
// calibrations in call.
|
||||||
QObject::connect(CoreModel::getInstance().get(), &CoreModel::firstCallStarted, this,
|
QObject::connect(CoreModel::getInstance().get(), &CoreModel::firstCallStarted, this,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue