ORTC to WebRTC Adapter
npm install ortc-adapterORTC to WebRTC adapter
======================


ortc-adapter is an implementation of WebRTC'sRTCPeerConnection
and related APIs in terms of Object RTC (ORTC). WebRTC
applications can use this adapter to target browsers, such as
Microsoft Edge, that
only support ORTC.
Install
-------
Download ortc-adapter from NPM
using bower or npm with one of the following commands:
```
bower install ortc-adapter
``
npm install ortc-adapter
Inclusion in the Browser
------------------------
`html``
Copy ortc-adapter.js to the desired location in your source tree, or use a tool
like browserify or
webpack to include the source as part of your
build process.