debug video addon feature

This commit is contained in:
Simon Morlat 2010-09-27 14:13:21 +02:00
parent 823cc830a7
commit 2a7ecd9ca4
2 changed files with 2 additions and 1 deletions

View file

@ -2320,7 +2320,7 @@ static int lpc_cmd_camera(LinphoneCore *lc, char *args){
linphone_call_params_enable_video(ncp,TRUE);
linphone_core_update_call(lc,call,ncp);
linphone_call_params_destroy (ncp);
linphonec_out("Trying to bring up video stream...");
linphonec_out("Trying to bring up video stream...\n");
}
}
if (linphone_call_camera_enabled (call))

View file

@ -2163,6 +2163,7 @@ int linphone_core_update_call(LinphoneCore *lc, LinphoneCall *call, LinphoneCall
params->has_video,FALSE);
if (lc->vtable.display_status)
lc->vtable.display_status(lc,_("Modifying call parameters..."));
sal_call_set_local_media_description (call->op,call->localdesc);
err=sal_call_update(call->op);
return err;
}