-
Notifications
You must be signed in to change notification settings - Fork 2
Getting SDK
Ajša Terko edited this page Jul 31, 2025
·
7 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 --saveAlternatively, 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>