I want to create a voice, video call
app in react-native
, but actually I dont know where to start from?I found react-native-webrtc
package to buggy and also the maintainer is to busy and cant help us, therefor I decided to develop my own, but now I need to know where to start from and how can I bring webrtc
support to my react-native
app, to support both android and ios
.
Please help me in way of creating my own and not using react-native-webrtc
, because I already was using it, but is not responding as well and have a lot of bugs. and also it is hard to me to edit and existed code..