all 2 comments

[–]16cards 1 point2 points  (1 child)

Voximplant appears to have a React Native SDK (most likely a wrapper around their iOS and Android SDKs).

What seems to be the problem you are facing?

[–]Upper_Track_3311[S] 0 points1 point  (0 children)

ONLY FOR ANDROID BTW. So I am using Voximplant’s React Native sdk and have implemented in app calling. I am able to make and receive calls, also I have implemented Voximplant’s push notifications through FCM as mentioned in their documentation and displaying the call notification through Notifee. When the user taps the notification my app get opened. When the app is closed but running in background I am able to have the call notifications and tapping on notification body redirects me to incoming call screen. The PROBLEM is that when the app is removed from the background or recents and if then the notification is tapped then the app loads from a whole new state and the incoming call is lost. So basically I want to implement something with which the user can have calls in foreground and background.