Files
livekit/pkg/rtc
Raja Subramanian d7f928783f Avoid matching on empty track id. (#3937)
Due to SDP ordering, Pion did not provide track ID on a receiver.

Pion needs a=msid line to be before a=ssrc line -> need to check if this
is a spec requirement

Because of the above, it had empty id for the receiver in onTrack.
That matched a published track because we do not duplicate SdpCid in
TrackInfo if the SDP cid matches the signal cid. But, the search checks
both and it matched on empty SDP cid.

Do not accept empty ids in searches to prevent this from happening.
2025-09-19 15:14:17 +05:30
..
2025-08-28 12:16:18 +05:30
2025-09-14 09:41:40 +05:30
2025-08-28 12:16:18 +05:30
2024-03-21 02:48:26 -07:00
2025-08-28 05:20:25 -07:00
2025-09-14 09:41:40 +05:30