mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
update ms2 for conference fixes
This commit is contained in:
parent
1082e79cc4
commit
ea2d566633
2 changed files with 2 additions and 1 deletions
|
|
@ -164,6 +164,7 @@ int linphone_core_add_to_conference(LinphoneCore *lc, LinphoneCall *call){
|
|||
|
||||
int linphone_core_remove_from_conference(LinphoneCore *lc, LinphoneCall *call){
|
||||
int err=0;
|
||||
|
||||
if (!call->current_params.in_conference){
|
||||
if (call->params.in_conference){
|
||||
ms_warning("Not (yet) in conference, be patient");
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit b5944d8d25bec0acd992288fee03a5016a6b02ca
|
||||
Subproject commit ff1da8a73459c0239c89e40e4655cbf234fb36d8
|
||||
Loading…
Add table
Reference in a new issue