Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-desktop
Commits
5cc303df
Commit
5cc303df
authored
1 month ago
by
Gaëlle Braud
Browse files
Options
Download
Patches
Plain Diff
fix set meeting feature enabled on linphone start
parent
d9fcdf6a
master
feature/translation
fix/fec-missing-packets
fix/slow_ldap_loading
release/6.0
1 merge request
!1353
fix meeting feature enabled on start
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Linphone/model/setting/SettingsModel.cpp
+2
-0
Linphone/model/setting/SettingsModel.cpp
with
2 additions
and
0 deletions
Linphone/model/setting/SettingsModel.cpp
+
2
−
0
View file @
5cc303df
...
@@ -67,6 +67,8 @@ SettingsModel::SettingsModel() {
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets