WebRTC: Real-time communication
“WebRTC is new front in the long war for an open and unencumbered web.“
Brendan Eich, Mozilla CTO
Today we will talk about WebRTC: how it works and how we can use it. WebRTC is an API project created by the World Wide Web Consortium (W3C). The project supports browser-to-browser applications for voice calling,video chat, and P2P file sharing without the need for both internal and external plugins. We are using WebRTC in one of our current projects. The application that we’ve developed creates rooms with many clients with video/audio chat.
And what is under the hood?
No comments yet.
Add your comment