fix bad subject and update ms2 for ICE bugfix

This commit is contained in:
Simon Morlat 2016-11-04 15:27:57 +01:00
parent df5339911d
commit 48d88e2ab8
2 changed files with 2 additions and 2 deletions

View file

@ -3568,7 +3568,7 @@ int linphone_core_start_update_call(LinphoneCore *lc, LinphoneCall *call){
subject="Conference";
}else if (call->params->internal_call_update){
subject="ICE processing concluded";
}else if (!no_user_consent){
}else if (no_user_consent){
subject="Refreshing";
}else{
subject="Media change";

@ -1 +1 @@
Subproject commit 3f00520a6159dfe53f85f8e6e26ff79dc54f6277
Subproject commit 8497e612c327d203ce0a64bd6d938738df1878f8