# Ribbon's WebRTC Anonymous JavaScript SDK

## Install

### Using npm :

`$ npm install @kandy-io/callme-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 :
```html
<script src="https://unpkg.com/@kandy-io/callme-sdk@5.5.0/dist/kandy.js"
  integrity="sha384-tm/BOOKCl8BxPyvV/yXIwqm/f3mBrB/H/U8snTssGh0LR/REm13XmXxlS+rhXSy4"
  crossorigin="anonymous">
</script>
```
## Documentation

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

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

* `Tutorials`:  [Get Started](https://RibbonCommunications.github.io/webrtc-anonymous-js-sdk/tutorials/?config=us#/Get%20Started)

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