fix notifications not displaying on macos
× green_bg
incoming call notifications on voxbi for macos were not displaying properly and now show as expected
what changes
The macos client was updated to correctly trigger and display incoming call notifications. The issue was caused by improper handling of notification permissions and event listeners. This fix ensures notifications appear promptly when calls arrive.
how it works
- check and request notification permissions on app startup
- register event listeners for incoming call signals
- trigger native macos notification with caller info when a call arrives
- handle user interaction with the notification to open or dismiss the call window
▸ yellow_bg
ensure notification permissions are enabled in macos system preferences for voxbi to function correctly