Webrtc Video Calling


SUBMITTED BY: bhaatt

DATE: May 10, 2022, 4:18 p.m.

FORMAT: Text only

SIZE: 1.2 kB

HITS: 316

  1. Hi,
  2. This is webrtc firebase tutorial to create one to one video calling. You need to sign in to firebase and move to firebase console account.
  3. Create new firebase project -> Select analytics to yes. -> after project create just move to the dashboard. After this step move to Firestore and database and click on create button.
  4. After firebase setup just open terminal or command prompt. copy below command to install firebase webrtc sample project.
  5. git clone -b solution --single-branch https://github.com/webrtc/FirebaseRTC
  6. after installation just move to FirebaseRTC folder in terminal or command prompt by using below command
  7. cd FirebaseRTC
  8. After moving to firebasertc folder. you need to install firebase tools
  9. npm install firebase-tools
  10. You can now check if firebase is installed or not by using below command
  11. firebase --version
  12. Now you need to login to firebase from terminal or command prompt
  13. firebase login
  14. after login you need to to add all files to firebase by using below command
  15. firebase use --add
  16. Now finally use the below command
  17. firebase deploy
  18. after the last command is successful it provide the link to your deployed website you can now share that link to your friends to call them.

comments powered by Disqus