Getting SDK - infobip/infobip-rtc-js GitHub Wiki

There are few ways in which you can get our SDK. We publish it as an NPM package and as a standalone JS file hosted on a CDN.

If you want to add it as an NPM dependency, run the following:

npm install infobip-rtc --save

Alternatively, you can include our distribution file directly in your JavaScript from our CDN:

<script src="//rtc.cdn.infobip.com/2.7.0/infobip.rtc.js"></script>

The latest tag is also available:

<script src="//rtc.cdn.infobip.com/2/latest/infobip.rtc.js"></script>
⚠️ **GitHub.com Fallback** ⚠️