DEV Community

Cover image for What is WebRTC and how does it work?
Mohit Dubey
Mohit Dubey

Posted on

What is WebRTC and how does it work?

WebRTC stands for Web Real-Time Communications. It is a very exciting, powerful, and highly disruptive cutting-edge technology and streaming protocol.

WebRTC is HTML5 compatible, and you can use it to add real-time media communications directly between browsers and devices. One of the main advantages of using WebRTC is that it does not require any browser plugins as a prerequisite.

Webrtc is progressively becoming supported by all major modern browser vendors, including Safari, Google Chrome, Firefox, Opera, and others.

Tutorial Source

What it includes:

  • What is WebRTC?

  • History of WebRTC

  • WebRTC Components

  • WebRTC Video Streaming

  • Types of WebRTC Servers

This is great for anyone who is looking to get started with WebRTC & learn about it.
Feel free to check it out, give it a ⭐️ if it helps, and let me know what you think!

Top comments (0)