fixed broken links in README

This commit is contained in:
J Taylor 2021-06-23 16:05:59 +01:00
parent f5ae893610
commit 9d525c83be
1 changed files with 3 additions and 2 deletions

View File

@ -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.