From 4f96947ff82c91b3b3e847aba947dc88feec0b2a Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Tue, 21 Apr 2026 17:20:12 -0400 Subject: [PATCH] MT#55283 fill RTCP endpoint even if same Closes #2096 Change-Id: Icee7dca1cbe1e2392ddc2b0b57ee56dd0657153d (cherry picked from commit 99e490460048a5a0a20c41c481e25c3633030a1d) (cherry picked from commit 906531c85f00733d82bfe1ba8ac1a510bdf63912) --- daemon/sdp.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/daemon/sdp.c b/daemon/sdp.c index 625f2501a..2a70ed377 100644 --- a/daemon/sdp.c +++ b/daemon/sdp.c @@ -2205,10 +2205,7 @@ bool sdp_streams(const sdp_sessions_q *sessions, sdp_streams_q *streams, sdp_ng_ } if (attr->rtcp.port_num == sp->rtp_endpoint.port && !is_trickle_ice_address(&sp->rtp_endpoint)) - { SP_SET(sp, RTCP_MUX); - goto next; - } errstr = "Invalid RTCP attribute"; if (fill_endpoint(&sp->rtcp_endpoint, media, flags, &attr->rtcp.address, attr->rtcp.port_num))