ortc-adapter

0.1.7 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.7
    1
    • latest

Version History

Package Sidebar

Install

npm i ortc-adapter

Weekly Downloads

2

Version

0.1.7

License

BSD-3-Clause

Last publish

Collaborators

  • twilio-labs-ci