Skip to content

Commit 20cace4

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 5dd1334)
1 parent e0d61ab commit 20cace4

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
@@ -1998,10 +1998,7 @@ int sdp_streams(const sdp_sessions_q *sessions, sdp_streams_q *streams, sdp_ng_f
19981998
}
19991999
if (attr->rtcp.port_num == sp->rtp_endpoint.port
20002000
&& !is_trickle_ice_address(&sp->rtp_endpoint))
2001-
{
20022001
SP_SET(sp, RTCP_MUX);
2003-
goto next;
2004-
}
20052002
errstr = "Invalid RTCP attribute";
20062003
if (fill_endpoint(&sp->rtcp_endpoint, media, flags, &attr->rtcp.address,
20072004
attr->rtcp.port_num))

0 commit comments

Comments
 (0)