August 2017
Beginner
298 pages
7h 4m
English
Since the WebRTC implementation varies between browsers, it is recommended to use a shim, such as the adapter.js library (https://github.com/webrtc/adapter), which insulates the code from differences in browser implementations. By including adapter.js library, you can run the WebRTC code written for Chrome in your Firefox browser. Try running the following JS fiddle in Firefox, which has the WebRTC code that works on Chrome but has adapter.js included: https://jsfiddle.net/1ydwr4tt/.
Read now
Unlock full access