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
Hello, I am using react-native-voip-call package for getting the notification of incoming call. The functionality of actual calling is done using webrtc and socket.io.
The package is working fine in background state. I send a data notification using firebase and in app.js I use in the function messaging().setBackgroundMessageHandler the code for RNVoipCall.displayIncomingCall just like in the documentation. So everything is working.
The problem appears when the app is in quit or killed state. Nothing appears.
Also there is a problem when the app is in background state but with the screen locked. The notification appears but you have to unlock the screen and then search in the system tray of the app again to be able to choose Answer or Decline.
If you have any thoughts on these matters I would really appreciate it.
Thanks
The text was updated successfully, but these errors were encountered:
Hello, I am using react-native-voip-call package for getting the notification of incoming call. The functionality of actual calling is done using webrtc and socket.io.
The package is working fine in background state. I send a data notification using firebase and in app.js I use in the function messaging().setBackgroundMessageHandler the code for RNVoipCall.displayIncomingCall just like in the documentation. So everything is working.
The problem appears when the app is in quit or killed state. Nothing appears.
Also there is a problem when the app is in background state but with the screen locked. The notification appears but you have to unlock the screen and then search in the system tray of the app again to be able to choose Answer or Decline.
If you have any thoughts on these matters I would really appreciate it.
Thanks
The text was updated successfully, but these errors were encountered: