fixed positioning of HR
This commit is contained in:
parent
da445d4bb7
commit
b2faef3334
|
|
@ -8,24 +8,22 @@ The basic call demo (derived from our prebuilt UI codebase) demonstrates how to
|
|||
|
||||
Send messages to other participants using sendAppMessage
|
||||
|
||||
Run an examples with `yarn workspace @dailyjs/[demo-name] dev` (replacing `[demo-name]` with the name of the demo you'd like to run e.g. `basic-call`.
|
||||
|
||||
- Please ensure your Daily rooms are setup to use [web sockets](https://docs.daily.co/reference#domain-configuration)
|
||||
- Follow the instructions within each demo first, making sure to set all the necassary local environment variables etc
|
||||
- Examples are served using [nextjs](https://nextjs.org/)
|
||||
|
||||
---
|
||||
|
||||
## Getting started
|
||||
|
||||
We recommend starting with the [basic call](./basic-call) example, showcasing the common flow of a call Daily call, device management and error handling.
|
||||
|
||||
Run an examples with `yarn workspace @dailyjs/[demo-name] dev` (replacing `[demo-name]` with the name of the demo you'd like to run e.g. `basic-call`.
|
||||
|
||||
- Please ensure your Daily rooms are setup to use [web sockets](https://docs.daily.co/reference#domain-configuration)
|
||||
- Follow the instructions within each demo first, making sure to set all the necassary local environment variables etc
|
||||
- Examples are served using [nextjs](https://nextjs.org/)
|
||||
|
||||
## Shared code
|
||||
|
||||
These examples re-use some common components, contexts, hooks and libraries. These can be found in the [shared](./shared) folder.
|
||||
|
||||
---
|
||||
|
||||
## Deploy your own on Vercel
|
||||
|
||||
[](https://vercel.com/new/daily-co/clone-flow?repository-url=https%3A%2F%2Fgithub.com%2Fdaily-demos%2Fexamples.git&env=DAILY_DOMAIN%2CDAILY_API_KEY&envDescription=Your%20Daily%20domain%20and%20API%20key%20can%20be%20found%20on%20your%20account%20dashboard&envLink=https%3A%2F%2Fdashboard.daily.co&project-name=daily-examples&repo-name=daily-examples)
|
||||
|
|
|
|||
Loading…
Reference in New Issue