Clone the repository to your local environment.
git clone https://github.com/videosdk-live/webrtc.git
cd react-native-webrtc-app/server
npm install
npm run start
cd react-native-webrtc-app/client
npm install
in App.js file, update the Network Ip address.
const socket = SocketIOClient("http://192.168.2.201:3500", {});
Bingo, it's time to push the launch button.
npm run start
npm android
npm ios