mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
debug video addon feature
This commit is contained in:
parent
823cc830a7
commit
2a7ecd9ca4
2 changed files with 2 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue