Send notification sound if a resource polling has new record

Hello, How can i send a notification sound to user when resource polling finished and it has a new record? Thanks
3 Replies
Saifallak
Saifallak12mo ago
+1
mohamedali5738
mohamedali57388mo ago
+1
awcodes
awcodes8mo ago
Ok. Basically, it can be done but it’s not necessary relevant to filament. It would have to be done in JS. But you are going to have issues because browsers require user initiated approval to play sounds. It’s an accessibility concern. So even if you get it to work the user will have to allow it up front.

Did you find this page helpful?