node-webrtc-adapter

shim to insulate apps from WebRTC quirks - Node.js library
  https://github.com/webrtcHacks/adapter
  0
  no reviews



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.

WebRTC (Web Real-Time Communication) is a project that provides web browsers and mobile applications with real-time communication (RTC) via simple application programming interfaces (APIs).

This package contains adapter.js usable with Node.js.