This Video Calling App is an open source project.
Open the project on Android Studio.
Don't forget the change the Firebase API key and use your own key.
In the peer.js file, change the signaling server address.
Run this command on terminal to install package globally
npm i peer -g
Run this command to start the signaling server on your local device. Ensure that both the signaling server and all other devices are on the identical network connection.
peerjs --port 9000 --key peerjs --path /videocallapp
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.