Skip to content

Commit cb90621

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 31df084)
1 parent 730fea1 commit cb90621

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
@@ -1854,10 +1854,7 @@ int sdp_streams(const GQueue *sessions, GQueue *streams, struct sdp_ng_flags *fl
18541854
}
18551855
if (attr->rtcp.port_num == sp->rtp_endpoint.port
18561856
&& !is_trickle_ice_address(&sp->rtp_endpoint))
1857-
{
18581857
SP_SET(sp, RTCP_MUX);
1859-
goto next;
1860-
}
18611858
errstr = "Invalid RTCP attribute";
18621859
if (fill_endpoint(&sp->rtcp_endpoint, media, flags, &attr->rtcp.address,
18631860
attr->rtcp.port_num))

0 commit comments

Comments
 (0)