forked from mirrors/linphone-iphone
When adding calls to a conference - enter the conference again if it was paused
This commit is contained in:
parent
9ba95b024c
commit
ff5bafb7c0
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ class ConferenceViewModel {
|
|||
try? conf.addParticipant(call: call)
|
||||
}
|
||||
}
|
||||
if (conf.isIn) {
|
||||
if (!conf.isIn) {
|
||||
Log.i("[Conference] Conference was paused, resuming it")
|
||||
let _ = conf.enter()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue