Skip to content
Snippets Groups Projects
Commit 0cde95ec authored by George Joseph's avatar George Joseph Committed by Gerrit Code Review
Browse files

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

parents e828a596 14ba1806
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment