mirror of
https://github.com/livekit/livekit.git
synced 2026-06-06 08:22:13 +00:00
0484a68342
* Plug a couple of holes in stream transitions. 1. Missed negative sign meant stealing bits from other tracks was not working. 2. When a track change (mute, unmute, subscription change) cannot be allocated, explicitly pause so that stream state update happens. Refactor stream state update a bit to make it a bit cleaner. * correct comment