-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TODO][FEAT] Add a chat widget #111
Comments
This might use one of the react-chat-xxxx modules? LiveChat CDN or API? https://cdn.livechatinc.com/ Chat might appear somewhere useful in the view. This could be abstracted to a group chat in a group, individual users (messenger), or? Leaning towards socket.io and wiring it up that way: Here are some resources for that: |
This is the Live-chat CDN. https://cdn.livechatinc.com/ There is a React adapter here: https://developers.livechat.com/docs/extending-chat-widget/chat-widget-adapters/react-adapter/ https://www.npmjs.com/package/@livechat/widget-react Unless we build a LiveChat inside a panel but @livechat has plenty of utils and libraries we can use to our advantage. Sandbox to play around with: https://codesandbox.io/s/react-chat-widget-w7eom?file=/src/app.js |
Is your feature request related to a problem? Please describe.
No.
Add a chat widget.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: