element-call-Github/test/video-grid
Robin 42c8677be1 Fix jumpy speaker tiles in spotlight mode
reorderTiles was programmed to only place a tile in the speaker section if that tile's previous position was off-screen. But for speakers that started off-screen, this would cause them to oscillate in and out of the speaker section on each render, because the speaker section is, of course, on-screen. The solution I've gone with here is to avoid referencing the previous position, and instead go by the computed natural ordering, which ought to be more stable.
2023-11-20 01:02:08 -05:00
..
BigGrid-test.ts Format code 2023-10-11 10:42:04 -04:00
VideoGrid-test.ts Fix jumpy speaker tiles in spotlight mode 2023-11-20 01:02:08 -05:00