mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
Compute ICE foundations and choose default candidates when ICE candidate gathering is finished.
This commit is contained in:
parent
1d3aab598e
commit
e594edfe34
1 changed files with 3 additions and 0 deletions
|
|
@ -668,6 +668,9 @@ void linphone_core_gather_ice_candidates(LinphoneCore *lc, LinphoneCall *call)
|
|||
} while (!((audio_responses[0] == TRUE) && (audio_responses[1] == TRUE)
|
||||
&& (!params->has_video || ((video_responses[0] == TRUE) && (video_responses[1] == TRUE)))));
|
||||
|
||||
ice_session_compute_candidates_foundations(call->ice_session);
|
||||
ice_session_choose_default_candidates(call->ice_session);
|
||||
|
||||
close_socket(audio_socks[0]);
|
||||
close_socket(audio_socks[1]);
|
||||
ice_dump_candidates(call->localdesc->streams[0].ice_check_list);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue