]> sjero.net Git - linphone/commitdiff
ICE API change.
authorGhislain MARY <ghislain.mary@belledonne-communications.com>
Wed, 25 Jul 2012 09:18:05 +0000 (11:18 +0200)
committerGhislain MARY <ghislain.mary@belledonne-communications.com>
Wed, 25 Jul 2012 09:18:05 +0000 (11:18 +0200)
coreapi/linphonecall.c

index f42a9ba06de783247313c7b90d78019c3bf35779..2a25b3cc1dfc6db050f460aecb32f1bed5c77b6b 100644 (file)
@@ -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;