# Ribbon's WebRTC JavaScript SDK

## Install

### Using npm :

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

#### Install a particular build :

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

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

### In the browser :
```html
<script src="https://unpkg.com/@rbbn/webrtc-js-sdk@7.16.0/dist/webrtc.js"
  integrity="sha384-jaR0zt9UoAJ7DmuPhnF+lrWYGQWOEveWkBS/BaDfoNxG+8CYzB1LdbnrSDDXMOBO"
  crossorigin="anonymous">
</script>
```
## Documentation

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

* [Documentation](https://RibbonCommunications.github.io/webrtc-js-sdk/docs)

* [Tutorials](https://RibbonCommunications.github.io/webrtc-js-sdk/tutorials/#/Configurations)

## 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          |
