**🚨Our docs have moved! 🚨**

[Check them out here](https://docs.daily.co/docs) or jump to docs for our front-end javascript library and REST API, below.

- [Javascript docs](https://docs.daily.co/reference#using-the-dailyco-front-end-library): To add video calls to web pages and mobile apps
- [REST API docs](https://docs.daily.co/reference): 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.

```json
{
  "dependencies": {
    "@daily-co/daily-js": "daily-co/daily-js#main"
  }
}
```
