I'm working on a video call app (using react native webrtc), and I want to maintain an open socket in the background that would listen for video calls, and push notification in response, so that the user could answer.
I've seen this question, but I wanted to know if now, there's a better solution for this, and if not, I hope you could direct me to a more react-native guided solution, that would help me understand how to achieve what I want.
Thanks.