File tree 1 file changed +2
-22
lines changed
1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 1
- ### WebRTC SDK 1.x deprecation
2
- Following the major release of our new RTC SDK 2.0, we are deprecating the SDK 1.x releases. The SDK 1.x will be out of
3
- service on 31/10/2023. All new WebRTC customers must use the SDK 2.x, and customers still using SDK 1.x must migrate
4
- to the newer release before the end of service date. To migrate from RTC SDK 1.x to 2.x, consult our
5
- [ migration guides] ( https://github.com/infobip/infobip-rtc-js/wiki/Migration-overview ) .
6
- The deprecated [ SDK 1.x Github repository] ( https://github.com/infobip/infobip-rtc-js-1.x-deprecated ) can still be
7
- consulted until the end of service date.
8
-
9
1
### Introduction
10
2
11
3
Infobip RTC is a JavaScript SDK which enables you to take advantage of Infobip platform,
@@ -39,22 +31,10 @@ If you want to add it as an NPM dependency, run the following:
39
31
npm install infobip-rtc --save
40
32
```
41
33
42
- After which you would use it in your project like this:
43
-
44
- ``` javascript
45
- let InfobipRTC = require (' infobip-rtc' );
46
- ```
47
-
48
- or as ES6 import:
49
-
50
- ``` javascript
51
- import {InfobipRTC } from " infobip-rtc" ;
52
- ```
53
-
54
- You can include our distribution file in your JavaScript from our CDN:
34
+ Alternatively, you can include our distribution file directly in your JavaScript from our CDN:
55
35
56
36
``` html
57
- <script src =" //rtc.cdn.infobip.com/2.0.0 /infobip.rtc.js" ></script >
37
+ <script src =" //rtc.cdn.infobip.com/2.2.7 /infobip.rtc.js" ></script >
58
38
```
59
39
60
40
The latest tag is also available:
You can’t perform that action at this time.
0 commit comments