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
commit 0cde95ec89
1 changed files with 1 additions and 0 deletions

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