mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Shutdown camera when closing waiting room.
This commit is contained in:
parent
4b8355901f
commit
4cb92069fd
1 changed files with 5 additions and 0 deletions
|
|
@ -37,6 +37,11 @@ Rectangle {
|
|||
|
||||
Component.onDestruction: {mainItem.previewLoaderEnabled = false;_sipAddressObserver=null}// Need to set it to null because of not calling destructor if not.
|
||||
|
||||
Connections{
|
||||
target:window
|
||||
onClosing: mainItem.close()
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
ColumnLayout{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue