/// interface ImportMetaEnv { /** URL of the TURN credential Worker (see worker/). Optional: without it the * relay-token field is hidden and calls use STUN plus the public fallback. */ readonly VITE_TURN_ENDPOINT?: string } interface ImportMeta { readonly env: ImportMetaEnv }