Handling incoming calls when app is exited/killed or device is rebooted

In the docs it’s mentioned:
If a SendBirdCallListener event handler isn’t registered, a user can’t receive an onRinging callback event, thus recommended to add this handler at the initialization of the app. Also, SendBirdCallListener event handler is automatically removed when the app closes by default.

So how does the app receive incoming call when app is exited by the user or is removed from recents & similar scenarios?

Hey @Sooraj_R,

If you look here, or reference our sample app you can see more about push notifications. Once a push token is registered, then if the app is exited and you receive a call you will get a notification via push similar to how they work on Chat!