forked from mirrors/linphone-iphone
Fix locally paused state in view model
This commit is contained in:
parent
ec70c161f3
commit
3268fc4b55
1 changed files with 0 additions and 2 deletions
|
|
@ -379,10 +379,8 @@ class ConferenceViewModel {
|
|||
func togglePlayPause () {
|
||||
if (isConferenceLocallyPaused.value == true) {
|
||||
resumeConference()
|
||||
isConferenceLocallyPaused.value = false
|
||||
} else {
|
||||
pauseConference()
|
||||
isConferenceLocallyPaused.value = true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue