As we knew, WebRTC is all based on the JavaScript development and coding and for more information and examples please refer here and here.
And now, let me show you a very simple example to use getUserMedia();
getUserMedia()
is used?getUserMedia() is used to get the user/visitor's camera and microphone detection.
getUserMedia()
Mozilla Firefox 22 (PC) or higher.
Microsoft Edge 21 (PC) or higher.
Google Chrome 23 (PC) or higher.
Opera 18 (PC) or higher.
Google Chrome 28 (Android) or higher.
Mozilla Firefox 24 (Android) or higher.
Opera Mobile 12 (Android) or higher.
iOS (Bowser).
Chrome OS
Firefox OS
Default BlackBerry 10 browser.
getUserMedia
<body></body>
tags, include the required WebRTC API files:I'm not able to use the Stackoverflow Editor's Code, so here is the code: http://pastebin.com/2fQzJhuG
Good job! you're just a great starter now and it should work normally.
Last code:
<html>
<body>
<script src="js/adapter.js"></script>
<script src="js/common.js"></script>
<script src="js/main.js"></script>
<script src="js/lib/ga.js"></script>
<body>
</html>
It was very easy, right?