Skip to content

Commit 911f334

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

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
@@ -2190,10 +2190,7 @@ bool sdp_streams(const sdp_sessions_q *sessions, sdp_streams_q *streams, sdp_ng_
21902190
}
21912191
if (attr->rtcp.port_num == sp->rtp_endpoint.port
21922192
&& !is_trickle_ice_address(&sp->rtp_endpoint))
2193-
{
21942193
SP_SET(sp, RTCP_MUX);
2195-
goto next;
2196-
}
21972194
errstr = "Invalid RTCP attribute";
21982195
if (fill_endpoint(&sp->rtcp_endpoint, media, flags, &attr->rtcp.address,
21992196
attr->rtcp.port_num))

0 commit comments

Comments
 (0)