WebRTC SIP / IMS solution

We started in winters on 2012 with Webrtc . At time time it just looked like a new tech jargon that might fade away when new ones comes . In many many WebRTC's buzz has died down since its massive adoption. But i nevertheless still see a lot of potential and development around it. What … Continue reading WebRTC SIP / IMS solution

WebRTC

WebRTC (Web Real-Time Communication) is an API definition drafted by the World Wide Web Consortium (W3C) that supports browser-to-browser applications for voice calling, video chat, and P2P file sharing without the need for either internal or external plugins. Enables browser to browser media streaming over secure RTP profile Standardization, on an API level at the W3C and at the protocol level at the IETF. Enables web browsers with Real-Time Communications (RTC) capabilities written in c++ and javascript BSD style license free, open project available in all major browsers

WebRTC Stack Architecture and Layers

WebRTC offers web application developers the ability to write rich, realtime multimedia applications (think video chat) on the web, without requiring plugins, downloads or installs. It's purpose is to help build a strong RTC platform that works across multiple web browsers, across multiple platforms.