'react-native audio call app without webrtc

I want to add group audio chat facilities in a simple react-native game. Is there any third-party app or something that will handle this. I tried webrtc but I am new so it's become hard for me. So I want a simple solution for this. If there is any easier solution for this It will be helpful for me.

I am using :-

  1. react-native
  2. firebase
  3. node js


Solution 1:[1]

As for now, I am developing such an aplication, but I can find any alternantives to webrtc. You can use some libraries, which are still built on to of webrtc, but they ease life a bit These include

  1. https://openbase.com/js/react-native-immediate-phone-call (for your case)
  2. https://openbase.com/js/react-native-webrtc
  3. https://openbase.com/js/simple-peer
  4. https://openbase.com/js/peerjs
  5. https://openbase.com/js/react-native-twilio-video-webrtc
  6. https://openbase.com/js/opentok-react
  7. https://openbase.com/js/discord-rpc

and so on

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Alain Paulin Niyonkuru