Skip to content

CodeEpendent/ortc-adapter

 
 

Repository files navigation

ORTC to WebRTC adapter

NPM

Build Status

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.

About

ORTC to WebRTC Adapter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.9%
  • Shell 8.8%
  • HTML 0.3%