I have problem with handle incoming calls on iOS. setListener and function onRinging not handle incoming calls when app is open. It can show incoming call only if I roll up the app and unroll it back or if I block the screen and unblock back, than it handle incoming call and show it. In all other ways it not working.
Also I tried create a call in your app Sendbird Calls on AppStore, and it works the same like in my case.
Do you have idea how to solve this issue?
I use @sendbird/calls-react-native 1.0.2
iOS 14.6/15.7
Verify that the necessary permissions and configurations are in place for handling incoming calls. This may include permissions related to push notifications, background execution, or VoIP services: Add push notifications | Calls React Native SDK | Sendbird Docs
Ensure that you have implemented the necessary background handling for incoming calls. When the app is in the background or terminated, you may need to use background tasks or background modes to handle incoming calls and display appropriate notifications or UI
You can test the same using our sample application.
If the issue persists then I would kindly request you to share more information of your implementation and a video recording of the issue so that we can check and assist you accordingly.