Simplest example possible

So, revisited my repo and added examples for muting and switching from front to rear camera this weekend. Also upgraded it to use hermes and removed the manual linking of the react-native-webrtc package. You’ll need to cd android && ./gradlew clean if you’ve already built.

Still the simplest example.

Hey all,

I want to use react-native-webrtc-minimal project with a Janus Server what big steps do you think i need to follow? i’m kind of lost in how to use react-native-webrtc and Janus Getway with videoCall plugin to make a call from a user in mobile phone to another one.
I know my question is a big one and not very specific but i hope you can help.

Thanks ! :slight_smile:

Hey @naoufalelh , did you ever figure it out? Looking to do the same thing using an existing Janus WebRTC server I have hosted.

Hi. Thanks for the example.
I already had a web app using webrtc but with signalr as signaling server.
Sorry, but I don’t find how you use a signaling server in the code, at least in app.js
I just used the example with one mobile so I just see one video on the app

@Adrian This example is just to show the fundamentals of how react-native-webrtc works. Signaling involves lots of non-webrtc components, so I decided not to include them here. Luckily, the signaling part is a lot easier to debug and understand.