mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
Prevent video stop on ICE reinvite when video connectivity checks are finished.
This commit is contained in:
parent
65c46c6cb8
commit
fa824200e3
1 changed files with 1 additions and 1 deletions
|
|
@ -2538,7 +2538,7 @@ int linphone_core_accept_call_update(LinphoneCore *lc, LinphoneCall *call, const
|
|||
return -1;
|
||||
}
|
||||
if (params==NULL){
|
||||
call->params.has_video=lc->video_policy.automatically_accept;
|
||||
call->params.has_video=lc->video_policy.automatically_accept || call->current_params.has_video;
|
||||
}else
|
||||
call->params=*params;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue