An android application which uses WebRTC and Firestore as signaling server to support real time media communication.
✔️ Android studio installed in your system.
✔️ Android Device or Emulator to run your app.
✔️ Setup Account on Firebase and integrate app with your Firebase Project.
- You can clone the project from the WebRTC Kotlin Sample repository.
git clone https://github.com/developerspace-samples/WebRTC-Kotlin-Sample.git
- Please make sure to create a Firebase Project and set-up with this app. You need to add
google-service.json
file of your Firebase project in yourapp
folder.
For more details please check the below link.
https://firebase.google.com/docs/android/setup
Once the setup is done you can run the project in Android Studio.