You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example code is used to reportNewIncomingCalls but in my case I am sending VOIP notifications when a call is not answered by the user for X seconds. When i receive this VOIP notification I do not want to reportIncomingCall using CallKit. What options do I have? I also read in iOS Documentation that it is necessary to registerNewIncoming call when i receive VOIP notification because if i don't then it will stop sending VOIP notifications of my app.
The text was updated successfully, but these errors were encountered:
The example code is used to reportNewIncomingCalls but in my case I am sending VOIP notifications when a call is not answered by the user for X seconds. When i receive this VOIP notification I do not want to reportIncomingCall using CallKit. What options do I have? I also read in iOS Documentation that it is necessary to registerNewIncoming call when i receive VOIP notification because if i don't then it will stop sending VOIP notifications of my app.
The text was updated successfully, but these errors were encountered: