Is there any guideline on building a notification system for browsers via Sendbird webhook?

UIKit for React V3

According to this link
Is there any guideline on building a notification system for browsers via Sendbird webhook?

Hi @gamify,

We don’t currently have a guide that describes what you’re looking to achieve. You can set up notifications when the client is active by using the event handlers and using the browser notification api to provide real time notifications. Notifications when the websocket connection is closed are a bit trickier in the browser.

I found this guide, though I’m not sure how up to date the details are. Web push support - #2 by eric.kim