mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
Little bugfix for last commit
This commit is contained in:
parent
88f278bb4e
commit
7f873403bf
1 changed files with 1 additions and 1 deletions
|
|
@ -2381,7 +2381,7 @@ int linphone_core_accept_call_update(LinphoneCore *lc, LinphoneCall *call, const
|
|||
}else
|
||||
call->params=*params;
|
||||
|
||||
if (call->current_params->in_conference) {
|
||||
if (call->current_params.in_conference) {
|
||||
ms_warning("Video isn't supported in conference");
|
||||
call->params.has_video = FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue