dharness / react-chat-window

Intercom-style live chat window written in react
The Unlicense
671 stars 250 forks source link

Needed Help to add new properties #150

Open aniketchetu opened 3 years ago

aniketchetu commented 3 years ago

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 image 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 message 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 .

aniketchetu commented 3 years ago

![Uploading Groupchat.PNG…]()

aniketchetu commented 3 years ago

@heatherbooker Please have a look on this and help us to find a way on this.