mirror of
https://github.com/livekit/livekit.git
synced 2026-05-21 19:25:21 +00:00
5cfcbc0ca6
* Move caching of publisher sender report to subscriber side. Please see inline for descriptive comments on why. Basically, pause/unpause using replaceTrack(null)/replaceTrack(actualTrack) can cause time stamp in sender report sent to subscribers jump ahead. This prevents that. With the caching on subscriber side, cleaning up the caching on publisher side. * fix compile, test still failing, need to debug * skip reference TS for testing