samvyo-js-sdk 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dest/samvyo-js-sdk.js +2 -2
- package/package.json +3 -2
package/dest/samvyo-js-sdk.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* samvyo-js-sdk v2.0.
|
|
3
|
-
* This is the client js sdk for
|
|
2
|
+
* samvyo-js-sdk v2.0.1
|
|
3
|
+
* This is the client js sdk for cutting-edge Samvyo real-time voice/video cloud.
|
|
4
4
|
* Copyright: 2017-2025 sauravkp <saurav.codes@gmail.com>
|
|
5
5
|
* License: Unlicensed
|
|
6
6
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "samvyo-js-sdk",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "This is the client js sdk for
|
|
3
|
+
"version": "2.0.1",
|
|
4
|
+
"description": "This is the client js sdk for cutting-edge Samvyo real-time voice/video cloud.",
|
|
5
5
|
"repository": "git@github.com:sauravkp/VidScale-client-js.git",
|
|
6
6
|
"author": "sauravkp <saurav.codes@gmail.com>",
|
|
7
7
|
"license": "Unlicensed",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"scripts": {
|
|
11
11
|
"build": "gulp dist"
|
|
12
12
|
},
|
|
13
|
+
"keywords":["Samvyo", "SDK", "JavaScript", "WebRTC", "video", "voice", "real-time","video calling","Telemedicine","telehealth","video conferencing","video chat","WebRTC SDK","JavaScript SDK","real-time communication","RTC SDK","WebRTC client","JavaScript client"],
|
|
13
14
|
"dependencies": {
|
|
14
15
|
"@babel/runtime": "^7.24.4",
|
|
15
16
|
"axios": "^1.6.0",
|