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

This commit is contained in:
George Joseph
2020-03-10 13:37:28 -05:00
committed by Gerrit Code Review

View File

@@ -650,6 +650,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;
}