react-chat-window
react-chat-window copied to clipboard
Chat room feature
How about adding a chat room feature, where we can see the individual users and their chats
We will work on that. If you have, feel free to send a PR.
No updates yet. If you have, feel free to send a PR.
Hi, We are using react-chat-window library and facing some issues while trying to show icons in chat window and there is not any property to do such kind of functionality.
- We want to show user icon dynamically but in current situation when we are setting dynamic URL image URL got broken.
- In top header we want to set video icon but not able to set. there is no such kind of property.
- We want to set message sender Image instead of static icon but there is no such kind of property.
- We want to set message receiver Image instead of static icon but there is no such kind of property.
- We want to set time and user name along with message but there is no such kind of property . currently we are setting time by sending time and message in same string.
Please guide us on this .