In order to begin using WebRTC you need to get camera and microphone permission.For that you need following things:
adapter.js, you can get it from here
A html webpage with a video tag and little bit of js code
The adapter.js is a JavaScript shim for WebRTC, maintained by Google with help fro...