Implement Notification System for Real-Time Alerts in EmbeddedChat
As an EmbeddedChat developer
I need to: Add a notification system to alert users of new messages, mentions, or other real-time events.
So That: Users stay informed of updates even when not actively focused on the chat, improving engagement.
Acceptance Criteria
- [ ] The <EmbeddedChat /> component accepts a new boolean prop notification.
- [ ] Integrate with real-time events (new messages, mentions, reactions) to trigger notifications.
- [ ] Ensure notifications work when the EmbeddedChat window/tab is inactive or in the background.
- [ ] Update documentation to explain notification features and configuration options.
Hey @Spiral-Memory . If this can be implemented, I will start working on this. Please let me know.
Hey @sushen123 , I’m currently working on implementing this feature. I’ve started by integrating real-time event listeners for new messages and will be working on triggering notifications when the chat is inactive. I'll update here with progress or any blockers I face. Let me know if you have any specific requirements in mind!