fix daily domain
This commit is contained in:
parent
2bdd6a8dba
commit
08f31a0bbd
|
|
@ -3,10 +3,6 @@ import { useEffect, useState, useRef } from "react"
|
||||||
import { WORKER_URL } from "../routes/Board"
|
import { WORKER_URL } from "../routes/Board"
|
||||||
import DailyIframe from "@daily-co/daily-js"
|
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<
|
export type IVideoChatShape = TLBaseShape<
|
||||||
"VideoChat",
|
"VideoChat",
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue