fixed broken links in README
This commit is contained in:
parent
f5ae893610
commit
9d525c83be
|
|
@ -4,9 +4,10 @@
|
|||
|
||||
## What does this demo do?
|
||||
|
||||
- Use  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  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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue