'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 :-
- react-native
- firebase
- 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
- https://openbase.com/js/react-native-immediate-phone-call (for your case)
- https://openbase.com/js/react-native-webrtc
- https://openbase.com/js/simple-peer
- https://openbase.com/js/peerjs
- https://openbase.com/js/react-native-twilio-video-webrtc
- https://openbase.com/js/opentok-react
- 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 |
