From f3c795a6efe4d7e04e27e2845b236d263ba3c149 Mon Sep 17 00:00:00 2001 From: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> Date: Sun, 8 Dec 2024 19:35:11 -0500 Subject: [PATCH] fix daily domain --- src/shapes/VideoChatShapeUtil.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/shapes/VideoChatShapeUtil.tsx b/src/shapes/VideoChatShapeUtil.tsx index a588097..93301e1 100644 --- a/src/shapes/VideoChatShapeUtil.tsx +++ b/src/shapes/VideoChatShapeUtil.tsx @@ -3,10 +3,6 @@ import { useEffect, useState, useRef } from "react" import { WORKER_URL } from "../routes/Board" import DailyIframe from "@daily-co/daily-js" -// Add these constants at the top of the file -const DAILY_DOMAIN = import.meta.env.VITE_DAILY_DOMAIN as string -const DAILY_API_KEY = import.meta.env.VITE_DAILY_API_KEY as string - export type IVideoChatShape = TLBaseShape< "VideoChat", {