Commit 36a124d2 authored by jehan's avatar jehan
Browse files

add comments about resetting ZRTP context in case of RE-INVITE

parent c73d5d5f
Branches
Tags
No related merge requests found
Showing with 2 additions and 0 deletions
......@@ -116,6 +116,7 @@ void linphone_core_update_streams(LinphoneCore *lc, LinphoneCall *call, SalMedia
video_stream_change_camera(call->videostream,lc->video_conf.device );
#endif
}
/*FIXME ZRTP might be restarted in any cases ? */
ms_message("No need to restart streams, SDP is unchanged.");
goto end;
}else {
......
......@@ -206,6 +206,7 @@ int linphone_core_add_to_conference(LinphoneCore *lc, LinphoneCall *call){
lc->current_call=NULL;
}
/*this will trigger a reINVITE that will later redraw the streams */
/*FIXME probably a bit too much to just redraw streams !*/
linphone_core_update_call(lc,call,params);
linphone_call_params_destroy(params);
add_local_endpoint(conf,lc);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment