diff --git a/README.md b/README.md index 5b8d9e0..df3eb61 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,7 @@ Examples that showcase the Daily CallObject using our Javascript library ## [Prebuilt UI](./dailyjs/prebuilt-ui) -Work in progress, examples coming soon - -## [React Native (Mobile)](./dailyjs/react-native) - -Work in progress, examples coming soon +Examples that showcase using and customizing the Daily Prebuilt UI --- diff --git a/dailyjs/README.md b/dailyjs/README.md index 78f5f9b..025f916 100644 --- a/dailyjs/README.md +++ b/dailyjs/README.md @@ -24,94 +24,8 @@ These examples re-use some common components, contexts, hooks and libraries. The --- -## Examples +## Where to get started? ### [πŸ€™ Basic call](./basic-call) -Simple call demo derived from our prebuilt UI codebase - ---- - -## Coming soon - -### [πŸ”Œ Device management](./device-management) - -Manage media device, handle errors and set initial device mute state - -### [πŸ§‘β€πŸ€β€πŸ§‘ 1-to-1 calls](./examples/1-to-1-calls) - -Simple p2p (single partcipant) call demo - -### [🎚️ Audio gain monitor](./examples/audio-monitor) - -Use AudioContext to create a audio gain meter - -### [πŸ‘± Hair check](./examples/hair-check) - -Check your audio and video before joining a call - -### [πŸšͺ Knock for access](./examples/knock-for-access) - -Pre-authenticate and request access before joining a call. For owners, approve / deny requests - -### [βœ‹ Raise your hand](./examples/knock-for-access) - -Use sendAppMessage to raise your hand to speak (stateless) - -### [πŸ”₯ Reactions](./examples/reactions) - -Use sendAppMessage to send emoji reactions during a call - -### [πŸ’¬ Text Chat](./examples/text-chat) - -Create a fully featured text chat (stateless) - -### [⏭️ Pagination](./examples/pagination) - -Optimise call performance by paginating (and pausing / resuming tracks) - -### [πŸ’― Large calls](./examples/large-calls) - -Optimisations for larger calls (100+ particpants) - -### [πŸŽ™οΈ Live streaminng](./examples/live-streaming) - -Example for how to broadcast and composite your calls via RTMP - -### [⏺️ Cloud recording & composition](./examples/cloud-recording) - -Record your call to Daily's cloud and composite the results via the REST API - -### [πŸ“Ό Local recording](./examples/local-recording) - -Record calls to your local computer - -### [πŸ–₯️ Screen sharing](./examples/audio-sharing) - -Share your screen with participants during a call - -### [πŸ”Š Audio sharing](./examples/audio-sharing) - -Share tab audio during a call and allow participants to manage audio mix - -### [πŸŽ›οΈ Quality controls](./examples/quality-controls) - -Optimise or enhance video and audio quality - -## Stateful examples - -### [User spotlighting](./examples/user-spotlighting-firebase) - -Set a participant to be spotlighted during a call - -### [Breakout rooms](./examples/breakout-rooms-firebase) - -Allow participants to form or join breakout rooms - ---- - -## Other - -### [shared](./examples/shared) - -Common components, context, hooks and libraries used across example projects +The basic call demo (derived from our prebuilt UI codebase) demonstrates how to create a video and audio call using Call Object mode. diff --git a/prebuilt-ui/README.md b/prebuilt-ui/README.md index f8d876c..e69de29 100644 --- a/prebuilt-ui/README.md +++ b/prebuilt-ui/README.md @@ -1 +0,0 @@ -Prebuilt UI examples coming soon