Twitter LogoFacebook Logo
Video Chat App with WebRTC, Angular, and Firebase
Learn how WebRTC Peer to Peer connection work with example
By: King

Hello in this tutorial, I will be showing you how to use WebRTC and Firebase to create a peer-to-peer  video chat app from scratch with Angular.

How it works:

There will be 2 users

User 1 will create an offer for user 2 

User 2 will then receive and accept that offer, and then it will generate ICE Candidates, and respond with the answer and ICE candidates

When user 1 receives the answer and the ICE Candidates, they will be connected and will be able to share information.


Sign In