ortc-adapter is an implementation of WebRTC's
RTCPeerConnection
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.
Download ortc-adapter from NPM using bower or npm with one of the following commands:
bower install ortc-adapter
npm install ortc-adapter
<script src="bower_components/ortc-adapter/ortc-adapter.min.js"></script>
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.