Files
meet/src
lebaudantoine ed3784e1ca 🩹(frontend) unblock virtual background loading under bearer auth
Moving off cookie-based authentication surfaced several hard
issues, especially around loading virtual backgrounds: requests
used to be sent with cookies automatically, which trivially
authenticated those loads. With bearer tokens, those requests need
to be authenticated explicitly.

The situation is made harder by the fact that, when the custom
virtual background was introduced, some of the loading was done as
module-level, blocking imports that are not handled by React and
therefore live outside the normal auth flow.

Ship a functional patch to unblock third parties currently waiting
on this integration. The virtual background loading path should
definitely be refactored and simplified in a follow-up.
2026-08-17 17:31:31 +02:00
..
2026-08-14 15:22:06 +02:00
2026-08-14 15:22:06 +02:00
2026-08-14 15:22:06 +02:00
2026-08-14 15:22:06 +02:00