mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 06:38:08 +00:00
Fix compilation error.
This commit is contained in:
parent
c149a6da7e
commit
a1c74ded6c
1 changed files with 1 additions and 1 deletions
|
|
@ -704,8 +704,8 @@ static void call_updating(SalOp *op, bool_t is_update){
|
|||
if (call->state!=LinphoneCallPaused){
|
||||
/*Refresh the local description, but in paused state, we don't change anything.*/
|
||||
if (rmd == NULL && lp_config_get_int(call->core->config,"sip","sdp_200_ack_follow_video_policy",0)) {
|
||||
ms_message("Applying default policy for offering SDP on call [%p]",call);
|
||||
LinphoneCallParams *p=linphone_core_create_default_call_parameters (lc);
|
||||
ms_message("Applying default policy for offering SDP on call [%p]",call);
|
||||
linphone_call_set_new_params(call, p);
|
||||
linphone_call_params_destroy(p);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue