mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 13:25:42 +00:00
* Refactor receiver and buffer into Base and higher layer. To be able to share code/functionality with relay. * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * clean up * deps * fix test * fix test * Store buffer after creating it. Also changing signature of creator function as it could call TrackInfo() and get into a deadlock. * fix double unlock * add some more debug logging