mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix compilation.
This commit is contained in:
parent
6f18af09e5
commit
934089d0a2
1 changed files with 1 additions and 2 deletions
|
|
@ -4290,8 +4290,7 @@ static void handle_ice_events(LinphoneCall *call, OrtpEvent *ev){
|
|||
linphone_core_update_ice_state_in_call_stats(call);
|
||||
linphone_call_params_unref(params);
|
||||
} else if (evt == ORTP_EVENT_ICE_GATHERING_FINISHED) {
|
||||
|
||||
if (! evd->info.ice_processing_successful==TRUE) {
|
||||
if (evd->info.ice_processing_successful==FALSE) {
|
||||
ms_warning("No STUN answer from [%s], continuing without STUN",linphone_core_get_stun_server(call->core));
|
||||
}
|
||||
linphone_call_on_ice_gathering_finished(call);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue