mirror of
https://github.com/livekit/livekit.git
synced 2026-04-28 01:55:41 +00:00
52b2e6398b
* Queue `AddTrack` if a published track is not yet closed - Adding a queue for pending track by signal cid. Ideally, there should not be more than one pending, but making a queue to be generic. - `TrackPublished` is sent if the queue has entries when a published track is closed. * Fix tests and add more checks for queueing AddTrack