mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +00:00
Merge branch 'fix/camera_screen_sharing' into 'master'
Fix camera being toggled on when opening multimedia settings See merge request BC/public/linphone-desktop!1799
This commit is contained in:
commit
a9f3cf7521
2 changed files with 1 additions and 8 deletions
|
|
@ -177,7 +177,7 @@ add_option(OPTION_LIST ENABLE_UNIT_TESTS "Enable unit test of SDK." OFF)
|
|||
add_option(OPTION_LIST ENABLE_UPDATE_CHECK "Enable update check." ON)
|
||||
add_option(OPTION_LIST ENABLE_VIDEO "Enable Video support." YES)
|
||||
add_option(OPTION_LIST ENABLE_WINDOWS_TOOLS_CHECK "Enable tools checks on Windows for auto install." OFF)
|
||||
add_option(OPTION_LIST ENABLE_CRASH_HANDLER "Enable Crash Handler" YES)
|
||||
add_option(OPTION_LIST ENABLE_CRASH_HANDLER "Enable Crash Handler" NO)
|
||||
|
||||
add_cache(OPTION_LIST LINPHONE_SDK_MAKE_RELEASE_FILE_URL "Make a RELEASE file that work along check_version and use this URL" "")
|
||||
|
||||
|
|
|
|||
|
|
@ -214,10 +214,6 @@ void SettingsModel::accessCallSettings() {
|
|||
emit captureDeviceChanged(getCaptureDevice());
|
||||
emit playbackGainChanged(getPlaybackGain());
|
||||
emit captureGainChanged(getCaptureGain());
|
||||
|
||||
// Video
|
||||
CoreModel::getInstance()->getCore()->reloadVideoDevices();
|
||||
emit videoDevicesChanged(getVideoDevices());
|
||||
}
|
||||
|
||||
void SettingsModel::updateCallSettings() {
|
||||
|
|
@ -232,9 +228,6 @@ void SettingsModel::updateCallSettings() {
|
|||
emit captureDeviceChanged(getCaptureDevice());
|
||||
emit playbackGainChanged(getPlaybackGain());
|
||||
emit captureGainChanged(getCaptureGain());
|
||||
|
||||
// Video
|
||||
emit videoDevicesChanged(getVideoDevices());
|
||||
}
|
||||
|
||||
void SettingsModel::closeCallSettings() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue