From 3f0b551c549394933291e1092110dc315b531686 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 23 Jun 2021 17:56:36 +0100 Subject: [PATCH] added live example header --- dailyjs/basic-call/README.md | 4 +++- dailyjs/text-chat/README.md | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/dailyjs/basic-call/README.md b/dailyjs/basic-call/README.md index c3b2cb9..da1c861 100644 --- a/dailyjs/basic-call/README.md +++ b/dailyjs/basic-call/README.md @@ -2,6 +2,8 @@ ![Basic Call](./image.png) +## Live example + **[See it in action here ➡️](https://dailyjs-basic-call.vercel.app)** ## What does this demo do? @@ -48,4 +50,4 @@ Manages participant state and abstracts common selectors / derived data ## Deploy your own on Vercel -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fnext.js%2Ftree%2Fcanary%2Fexamples%2Fhello-world&env=DAILY_DOMAIN,DAILY_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) +[![Deploy with Vercel](https://vercel.com/button)](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) diff --git a/dailyjs/text-chat/README.md b/dailyjs/text-chat/README.md index 42f4161..57f4a5d 100644 --- a/dailyjs/text-chat/README.md +++ b/dailyjs/text-chat/README.md @@ -2,6 +2,8 @@ ![Text Chat](./image.png) +**[See it in action here ➡️](https://dailyjs-text-chat.vercel.app)** + ## What does this demo do? - Use [sendAppMessage](https://docs.daily.co/reference#%EF%B8%8F-sendappmessage) to send messages @@ -29,3 +31,7 @@ In this example we extend the [basic call demo](../basic-call) with the ability We pass a custom tray object, a custom app object (wrapping the original in a new `ChatProvider`) as well as add our `ChatAside` panel. We also symlink both the `public` and `pages/api` folders from the basic call. In a real world use case you would likely want to implement serverside logic so that participants joining a call can retrieve previously sent messages. This round trip could be done inside of the Chat context. + +## Deploy your own on Vercel + +[![Deploy with Vercel](https://vercel.com/button)](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)