Socket
Socket
Sign inDemoInstall

ortc-adapter

Package Overview
Dependencies
1
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ortc-adapter

ORTC to WebRTC Adapter


Version published
Weekly downloads
7
increased by600%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 06 Sep 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc