ortc-adapter

WebJar for ortc-adapter

License

License

BSD
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

ortc-adapter
Last Version

Last Version

0.1.6
Release Date

Release Date

Type

Type

jar
Description

Description

ortc-adapter
WebJar for ortc-adapter
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/twilio/ortc-adapter

Download ortc-adapter

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/ortc-adapter/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>ortc-adapter</artifactId>
    <version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/ortc-adapter/
implementation 'org.webjars.bower:ortc-adapter:0.1.6'
// https://jarcasting.com/artifacts/org.webjars.bower/ortc-adapter/
implementation ("org.webjars.bower:ortc-adapter:0.1.6")
'org.webjars.bower:ortc-adapter:jar:0.1.6'
<dependency org="org.webjars.bower" name="ortc-adapter" rev="0.1.6">
  <artifact name="ortc-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='ortc-adapter', version='0.1.6')
)
libraryDependencies += "org.webjars.bower" % "ortc-adapter" % "0.1.6"
[org.webjars.bower/ortc-adapter "0.1.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

org.webjars.bower

Twilio

Versions

Version
0.1.6