mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
995e6fa41d
livekit-client is a 400ko package that was wrongly bundled in the main index.js chunk. Every page was loading this enormeous vendor package only necessary to join and participate to a room. It made sense to set the LiveKit log level at app init, however the performance tradeoff forces us to move it as close as possible to where it is actually needed.