forked from mirrors/linphone-iphone
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