diff --git a/modules/rmeets/mod.ts b/modules/rmeets/mod.ts index d832ad2..eb500dd 100644 --- a/modules/rmeets/mod.ts +++ b/modules/rmeets/mod.ts @@ -539,6 +539,9 @@ routes.get("/:room", (c) => { DISABLE_JOIN_LEAVE_NOTIFICATIONS: false, }, }); + // Remove loading spinner — iframe is already injected by the constructor + var loadingEl = document.querySelector(".loading"); + if (loadingEl) loadingEl.remove(); api.addEventListener("readyToClose", function() { try { window.close(); } catch(e) {} document.getElementById("jitsi-container").innerHTML =