🚨Our docs have moved! 🚨
Check them out here or jump to docs for our front-end javascript library and REST API, below.
- Javascript docs: To add video calls to web pages and mobile apps
- REST API docs: To create video call rooms, configure features for the rooms, and manage users and permissions
A note on the default branch name
For anyone currently depending on bleeding-edge, not-yet-published changes in daily-js
: the name of the default branch where these changes land is main
. Please make sure your package.json
reflects this.
{
"dependencies": {
"@daily-co/daily-js": "daily-co/daily-js#main"
}
}