AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
What Is WebRTC?
WebRTC is an IEEE W3C standard that makes it possible to build implementations of real time, audio and video into things like web browsers. The default in WebRTC is a peer-to-peer session, which means the video and audio is sent directly between say the two people in the session. To go from a prototype with 100 or 200 lines of code to something that you can ship in production to real world users is a lot more work. We give you kind of all of the building blocks that make video and audio work no matter what device you're on,. And then there are things like statistics and logging that make it easier to understand what's going on.