I am creating a video/audio calling web app and want to show users an incoming call notification just like it would show in a native calling app
So, is there a way to implement it?
I know I can implement simple push notifications but that is different from what a notification for an incoming call would look like.
when an incoming call comes in a native app, the phone's ringtone starts playing and the notification stays there until the call timeout happens or the user makes an action.
so I need something like that.
I have a nodejs server with a client app