components-js
components-js copied to clipboard
`useChat` hook returns messages that only sent by me.
Select which package(s) are affected
@livekit/components-react
Describe the bug
chatMessages
should give all the messages has been sent from all users
It was working before and after recent update it's not working properly. In the logs i can see that i receive the message but chatMessages
is not updates itself.
Reproduction
I tried to create the simplest example here. Note that i entered livekit room credentials as dummy text.
https://stackblitz.com/edit/react-amx31c?file=src%2FApp.js
Logs
No response
System Info
no response
Severity
blocking an upgrade
Additional Information
No response