mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
ICE API change.
This commit is contained in:
parent
b11704376f
commit
20c2ba6ff2
1 changed files with 1 additions and 1 deletions
|
|
@ -1444,7 +1444,7 @@ void linphone_call_start_media_streams(LinphoneCall *call, bool_t all_inputs_mut
|
|||
* further in the call, for example during pause,resume, conferencing reINVITEs*/
|
||||
linphone_call_fix_call_parameters(call);
|
||||
if ((sal_op_get_ice_session(call->op) != NULL) && (ice_session_state(sal_op_get_ice_session(call->op)) != IS_Completed)) {
|
||||
ice_session_pair_candidates(sal_op_get_ice_session(call->op));
|
||||
ice_session_start_connectivity_checks(sal_op_get_ice_session(call->op));
|
||||
}
|
||||
|
||||
goto end;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue