What is new in WebRTC

Details
WebRTC is an open framework for the web that enables Real Time Communications in the browser. It includes the fundamental building blocks for high quality communications on the web such as network, audio and video components used in voice and video chat applications.
These components, when implemented in a browser, can be accessed through a Javascript API, enabling developers to easily implement their own RTC web app.
WebRTC has now implemented open standards for real-time, plugin-free video, audio and data communication. The need is real:
•Many web services already use RTC, but need downloads, native apps or plugins. These includes Skype, Facebook (which uses Skype) and Google Hangouts (which use the Google Talk plugin).
•Downloading, installing and updating plugins can be complex, error prone and annoying.
•Plugins can be difficult to deploy, debug, troubleshoot, test and maintain—and may require licensing and integration with complex, expensive technology. It's often difficult to persuade people to install plugins in the first place!
The guiding principles of the WebRTC project are that its APIs should be open source, free, standardized, built into web browsers and more efficient than existing technologies.
Let's together to know more on 27th Sep 2014

What is new in WebRTC