Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 606 Bytes

File metadata and controls

14 lines (12 loc) · 606 Bytes

Build Status

WebRTC adapter

[adapter.js] is a shim to insulate apps from spec changes and prefix differences. In fact, the standards and protocols used for WebRTC implementations are highly stable, and there are only a few prefixed names. For full interop information, see webrtc.org/web-apis/interop.

Install

Bower

bower install webrtc-adapter

Inclusion on Browser

<script src="bower_components/webrtc-adapter/adapter.js"></script>