From fcc2811dc79d41e1e2a40d530e3f82307a8cf096 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 12 Dec 2025 16:03:30 -0500 Subject: [PATCH] Saving a mostly working Jitsi update --- src/app.d.ts | 10 +-- .../(idaa)/video_conferences/+page.svelte | 84 +++++++++++-------- static/idaa_novi_iframe_jitsi_meeting.html | 12 +-- 3 files changed, 56 insertions(+), 50 deletions(-) diff --git a/src/app.d.ts b/src/app.d.ts index 41a0ca38..982c6b29 100644 --- a/src/app.d.ts +++ b/src/app.d.ts @@ -14,12 +14,4 @@ declare global { namespace App { interface Platform {} } - interface ImportMetaEnv { - VITE_NOVI_API_KEY: string; - VITE_NOVI_MOD_GROUP_GUID: string; - VITE_JITSI_TOKEN_ENDPOINT: string; - } - interface ImportMeta { - readonly env: ImportMetaEnv; - } -} \ No newline at end of file +} diff --git a/src/routes/idaa/(idaa)/video_conferences/+page.svelte b/src/routes/idaa/(idaa)/video_conferences/+page.svelte index 82f75fc1..e07b37c0 100644 --- a/src/routes/idaa/(idaa)/video_conferences/+page.svelte +++ b/src/routes/idaa/(idaa)/video_conferences/+page.svelte @@ -1,5 +1,6 @@