diff --git a/daemon/sdp.c b/daemon/sdp.c index 9956b0cc4..5b1a0a311 100644 --- a/daemon/sdp.c +++ b/daemon/sdp.c @@ -1854,10 +1854,7 @@ int sdp_streams(const GQueue *sessions, GQueue *streams, struct sdp_ng_flags *fl } if (attr->rtcp.port_num == sp->rtp_endpoint.port && !is_trickle_ice_address(&sp->rtp_endpoint)) - { SP_SET(sp, RTCP_MUX); - goto next; - } errstr = "Invalid RTCP attribute"; if (fill_endpoint(&sp->rtcp_endpoint, media, flags, &attr->rtcp.address, attr->rtcp.port_num))