daily-examples/dailyjs
Jon 60b09b51f2 commentary on haircheck 2021-06-17 15:37:29 +01:00
..
basic-call added join sound 2021-06-17 15:09:49 +01:00
shared commentary on haircheck 2021-06-17 15:37:29 +01:00
README.md updated READMEs 2021-06-14 17:20:23 +01:00

README.md

Daily JS Examples

Run an examples via yarn workspace @dailyjs/basic-call dev (replacing basic-call with the name of the demo) from the project root

Note: please ensure your rooms are setup to use web sockets

Note: examples are served using nextjs


Getting started

// run locally, from project root
yarn
yarn workspace @dailyjs/[example-to-run] dev

We recommend starting with the basic call example, showcasing the common flow of a call Daily call, device management and error handling.

Shared code

These examples re-use some common components, contexts, hooks and libraries. These can be found in the shared folder.


Where to get started?

🤙 Basic call

The basic call demo (derived from our prebuilt UI codebase) demonstrates how to create a video and audio call using Call Object mode.