forked from mirrors/linphone-iphone
Hide conferences view when active call
This commit is contained in:
parent
0dfb387fb6
commit
faa378c8ea
1 changed files with 6 additions and 0 deletions
|
|
@ -97,6 +97,12 @@ import linphonesw
|
|||
}
|
||||
self.extraButtonsView.isHidden = true
|
||||
self.conferencePausedView?.isHidden = true
|
||||
if (ConferenceViewModel.shared.conferenceExists.value != true) {
|
||||
self.conferenceGridView?.isHidden = true
|
||||
self.conferenceActiveSpeakerView?.isHidden = true
|
||||
self.conferenceAudioOnlyView?.isHidden = true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
currentCallView!.matchParentDimmensions().done()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue