Skip to content

Commit 4e6cc14

Browse files
committed
MT#55283 fill RTCP endpoint even if same
Closes #2096 Change-Id: Icee7dca1cbe1e2392ddc2b0b57ee56dd0657153d (cherry picked from commit 99e4904)
1 parent d42de80 commit 4e6cc14

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

daemon/sdp.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2199,10 +2199,7 @@ bool sdp_streams(const sdp_sessions_q *sessions, sdp_streams_q *streams, sdp_ng_
21992199
}
22002200
if (attr->rtcp.port_num == sp->rtp_endpoint.port
22012201
&& !is_trickle_ice_address(&sp->rtp_endpoint))
2202-
{
22032202
SP_SET(sp, RTCP_MUX);
2204-
goto next;
2205-
}
22062203
errstr = "Invalid RTCP attribute";
22072204
if (fill_endpoint(&sp->rtcp_endpoint, media, flags, &attr->rtcp.address,
22082205
attr->rtcp.port_num))

0 commit comments

Comments
 (0)