mirror of
https://github.com/livekit/livekit.git
synced 2026-09-15 06:35:45 +00:00
SubscriptionManager tracks data-track subscriptions but exposed no accessor for the active ones, so callers could see subscribed and published media tracks and published data tracks, but not subscribed data tracks. Add GetSubscribedDataTracks(), returning the bound data down-tracks, mirroring GetSubscribedTracks() for media, so a participant's full track set can be accounted for. Regenerated the LocalParticipant fake. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>