Skip to content

Commit 4f96947

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 906531c)
1 parent 65e7baa commit 4f96947

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
@@ -2205,10 +2205,7 @@ bool sdp_streams(const sdp_sessions_q *sessions, sdp_streams_q *streams, sdp_ng_
22052205
}
22062206
if (attr->rtcp.port_num == sp->rtp_endpoint.port
22072207
&& !is_trickle_ice_address(&sp->rtp_endpoint))
2208-
{
22092208
SP_SET(sp, RTCP_MUX);
2210-
goto next;
2211-
}
22122209
errstr = "Invalid RTCP attribute";
22132210
if (fill_endpoint(&sp->rtcp_endpoint, media, flags, &attr->rtcp.address,
22142211
attr->rtcp.port_num))

0 commit comments

Comments
 (0)