MT#63317 ignore SDP address for bundled media

Change-Id: I10d3418dce30d69f5268c6c4187bc15bdb18e82d
rfuchs/dtls-ice
Richard Fuchs 4 months ago
parent 40d45821fc
commit f0e5e27bb9

@ -3934,7 +3934,8 @@ int monologue_offer_answer(struct call_monologue *monologues[2], sdp_streams_q *
/* get that many ports for each side, and one packet stream for each port, then
* assign the ports to the streams */
em = __get_endpoint_map(receiver_media, num_ports_this, &sp->rtp_endpoint, flags, false);
em = __get_endpoint_map(receiver_media, num_ports_this, &sp->rtp_endpoint, flags,
sender_media->bundle ? true : false);
if (!em) {
goto error_ports;
}

Loading…
Cancel
Save