dharness / react-chat-window

Intercom-style live chat window written in react
The Unlicense
677 stars 252 forks source link

Chat room feature #141

Open SuprasannaBhaumik opened 4 years ago

SuprasannaBhaumik commented 4 years ago

How about adding a chat room feature, where we can see the individual users and their chats

NaumanMoazzam commented 4 years ago

We will work on that. If you have, feel free to send a PR.

NaumanMoazzam commented 4 years ago

No updates yet. If you have, feel free to send a PR.

aniketchetu commented 4 years ago

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.

  1. We want to show user icon dynamically but in current situation when we are setting dynamic URL image URL got broken.
  2. In top header we want to set video icon but not able to set. there is no such kind of property.
  3. We want to set message sender Image instead of static icon but there is no such kind of property.
  4. We want to set message receiver Image instead of static icon but there is no such kind of property.
  5. 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 .