Merge "res_pjsip_sdp_rtp: Don't wait for ICE if not negotiated" into 16

16.10
George Joseph 6 years ago committed by Gerrit Code Review
commit 90e5dc2959

@ -592,6 +592,7 @@ static void add_ice_to_stream(struct ast_sip_session *session, struct ast_sip_se
}
if (!session_media->remote_ice) {
ice->stop(session_media->rtp);
return;
}

Loading…
Cancel
Save