Skip to content

RibbonCommunications/webrtc-anonymous-js-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ribbon's WebRTC Anonymous JavaScript SDK

Install

Using npm :

$ npm install @rbbn/webrtc-anonymous-js-sdk

Install a particular build :

To install a particular build branch or beta branch with the Github URL, run:

$ npm install https://github.com/RibbonCommunications/webrtc-anonymous-js-sdk#<build number or "beta"> --save

In the browser :

<script src="https://unpkg.com/@rbbn/webrtc-anonymous-js-sdk@6.12.0/dist/webrtc.js"
  integrity="sha384-i61HaqVPS4wDpH6C6ugl+g2x9rVMsD6MFq2BmnjDJsVHcNjLLdMDAXJr0gwfI3XH"
  crossorigin="anonymous">
</script>

Documentation

The information about tutorials and documents can be found in the links below

Compatibility

Browsers Versions Operating Systems
Chrome Last 3 Major Versions Windows, MacOS, Linux, Android
Firefox Last 3 Major Versions Windows, MacOS, Linux
Edge Latest Major Version Windows, MacOS
Safari Latest Major Version MacOS, iOS
Electron Last 2 Major Versions Windows, MacOS, Linux