I have similar scenarios where I need to ignore a voip notification silently:1. A voip call comes to the wrong user (maybe due to some issue on my server).2. A voip call comes when the phone is in a locked state (no access to user defaults makes me unable to retrieve stored user data to connect the call).How should we handle these scenarios?
Post
Replies
Boosts
Views
Activity
Having same issue on iOS14.
I'm on the same situation, sometimes my app gets a spurious CXEndCallAction in the middle of a call, even when the call has been going on for minutes. What could trigger that?