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?