This repository is a basic embed of Daily Prebuilt, intended to be optimized as needed for TestRTC perf tests.
It takes a roomURL
query parameter to detect which room to join. If no roomURL
is specified, it will create a new room (if the deployment has been set up with a Daily API key).
Currently, local runs are supported on OS X and Linux (including WSL).
mv env.sample .env
- Set your Daily API key in
.env
npm i
npm run dev
netlify.toml
file being modified with your Daily API key. This should be set back to "DAILY_API_KEY_PLACEHOLDER"
automatically when you exit the development environment, but always double check to make sure you do not commit the file with your API key!
Please run npm run fix
to run eslint and prettier.
This will format and auto-fix what it can, outputting any remaining issues you need to handle manually to the console.