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
I am using FCM and have background handler there. On Background msg I try to initialise and call displayIncomingCall method, but on calling this method app just crashes. Should I have additional settings for IOS or is it required to use voip?
The text was updated successfully, but these errors were encountered:
To start a voip call on ios you need to send a voip push notification to APNS. iOS will eventually crash your app if your voip notification did not start a call with the system.
Hi!
I am using FCM and have background handler there. On Background msg I try to initialise and call displayIncomingCall method, but on calling this method app just crashes. Should I have additional settings for IOS or is it required to use voip?
The text was updated successfully, but these errors were encountered: