ortc-adapter
v0.1.7
Published
ORTC to WebRTC Adapter
Downloads
12
Readme
ORTC to WebRTC adapter
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.
Install
Download ortc-adapter from NPM using bower or npm with one of the following commands:
Bower
bower install ortc-adapter
NPM
npm install ortc-adapter
Inclusion in the Browser
Bower
<script src="bower_components/ortc-adapter/ortc-adapter.min.js"></script>
NPM
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.