Prevent video stop on ICE reinvite when video connectivity checks are finished.

This commit is contained in:
Ghislain MARY 2012-08-02 15:39:48 +02:00
parent 65c46c6cb8
commit fa824200e3

View file

@ -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;