diff --git a/dailyjs/text-chat/README.md b/dailyjs/text-chat/README.md index e3d56cb..e609864 100644 --- a/dailyjs/text-chat/README.md +++ b/dailyjs/text-chat/README.md @@ -4,9 +4,10 @@ ## What does this demo do? -- Use ![sendAppMessage](https://docs.daily.co/reference#%EF%B8%8F-sendappmessage) to send messages +- Use [sendAppMessage](https://docs.daily.co/reference#%EF%B8%8F-sendappmessage) to send messages - Listen for incoming messages using the call object `app-message` event - Extend the basic call demo with a chat provider and aside +- Demonstrate how to play a sound whenever a message is received Please note: this demo is not currently mobile optimised @@ -22,7 +23,7 @@ yarn workspace @dailyjs/text-chat dev ## How does this example work? -In this example we extend the ![basic call demo](../basic-call) with the ability to send chat messages. +In this example we extend the [basic call demo](../basic-call) with the ability to send chat messages. 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.