Skip to content

Commit 9a8d368

Browse files
committed
MT#55283 fill RTCP endpoint even if same
Closes #2096 Change-Id: Icee7dca1cbe1e2392ddc2b0b57ee56dd0657153d (cherry picked from commit 99e4904) (cherry picked from commit 7098dfe)
1 parent 6aba37f commit 9a8d368

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
@@ -2029,10 +2029,7 @@ int sdp_streams(const sdp_sessions_q *sessions, sdp_streams_q *streams, sdp_ng_f
20292029
}
20302030
if (attr->rtcp.port_num == sp->rtp_endpoint.port
20312031
&& !is_trickle_ice_address(&sp->rtp_endpoint))
2032-
{
20332032
SP_SET(sp, RTCP_MUX);
2034-
goto next;
2035-
}
20362033
errstr = "Invalid RTCP attribute";
20372034
if (fill_endpoint(&sp->rtcp_endpoint, media, flags, &attr->rtcp.address,
20382035
attr->rtcp.port_num))

0 commit comments

Comments
 (0)