Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
daily-co
/
RealtimeSDWebRTC
like
5
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1e8ff3b
RealtimeSDWebRTC
/
frontend
/
app
/
utils.js
Jon Taylor
added UI
1e8ff3b
over 1 year ago
raw
Copy download link
history
blame
Safe
158 Bytes
export
const
apiUrl =
process.
env
.
NEXT_PUBLIC_API_URL
||
`
${
window
.location.protocol ===
"https:"
?
"https"
:
"http"
}
://
${
window
.location.host
}
`
;