mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 16:49:20 +00:00
Really fix has_video in call params.
This commit is contained in:
parent
d39ba6f347
commit
6cc4570ecd
1 changed files with 1 additions and 1 deletions
|
|
@ -1440,7 +1440,7 @@ void linphone_call_fix_call_parameters(LinphoneCall *call, SalMediaDescription *
|
|||
|
||||
if (rcp->has_video && call->core->video_policy.automatically_accept && linphone_core_video_enabled(call->core) && !call->params->has_video){
|
||||
ms_message("Call [%p]: re-enabling video in our call params because the remote wants it and the policy allows to automatically accept.", call);
|
||||
call->params->has_video = TRUE;
|
||||
linphone_call_params_enable_video(call->params, TRUE);
|
||||
}
|
||||
|
||||
if (rcp->realtimetext_enabled && !call->params->realtimetext_enabled) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue