Skip to content

Getting SDK

Ajša Terko edited this page Apr 12, 2024 · 4 revisions

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.0.0/infobip.rtc.js"></script>

The latest tag is also available:

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

Tutorials

Migration guides

Reference documentation

Clone this wiki locally