mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
- Do not do pause when removing a participant from the conference and let the SDK doing it.
This commit is contained in:
parent
0ac9f08b9f
commit
c2c60f5f1b
1 changed files with 2 additions and 2 deletions
|
|
@ -160,10 +160,10 @@ void ConferenceHelperModel::ConferenceAddModel::update () {
|
|||
while(address != allLinphoneAddresses.end() && (*address)->asStringUriOnly() != callAddress)
|
||||
++address;
|
||||
if(address == allLinphoneAddresses.end()){// Not in conference list : put in pause and remove it from conference if it's the case
|
||||
call->pause();
|
||||
if( call->getParams()->getLocalConferenceMode() ){// Remove conference if it is not yet requested
|
||||
CoreManager::getInstance()->getCore()->removeFromConference(call);
|
||||
}
|
||||
}else
|
||||
call->pause();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue