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

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

View File

@@ -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;
}