🐛(frontend) rework the calendar integration approach

Use a totally different strategy, which hopefully works in prod env.
Actually broadcast channel cannot be shared between two different
browsing context, even on a same domain, an iFrame and a pop up
cannot communicate.

Moreover, in an iFrame session cookie are unavailable.
Rely on a newly created backend endpoint to pass room data.
This commit is contained in:
lebaudantoine
2025-03-28 12:03:10 +01:00
committed by aleb_the_flash
parent 506b3978e1
commit 66f307b7e8
26 changed files with 595 additions and 254 deletions

View File

@@ -0,0 +1 @@
VITE_VISIO_SDK_URL=https://meet.127.0.0.1.nip.io/sdk