samvyo-js-sdk 2.0.0
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/PREV_REPOSITORY_TAG.txt +1 -0
- package/README.md +25 -0
- package/REPOSITORY_TAG.txt +1 -0
- package/dest/samvyo-js-sdk.js +35 -0
- package/index.js +3 -0
- package/package.json +60 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.1.18
|
package/README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Samvyo-js sdk
|
|
2
|
+
|
|
3
|
+
The offcial JS sdk to build Enterprise grade real-time voice/video/AI applications that can be integarted to any application meant to run on a web browser.
|
|
4
|
+
|
|
5
|
+
## Getting started
|
|
6
|
+
|
|
7
|
+
To make it easy for you to get started with Samvyo js sdk, here's a list of recommended next steps.
|
|
8
|
+
|
|
9
|
+
Install the offical js sdk using the command mentioned below.
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
npm i samvyo-js-sdk
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
Check the below link if you are looking for a simple js based implementation which works without a npm install.
|
|
16
|
+
|
|
17
|
+
## Integrate with your apps
|
|
18
|
+
|
|
19
|
+
- [ ] [Set up and integration documents](https://www.samvyo.com/docs/javascript-sdk-implementation/installation)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## Demo application built using this sdk
|
|
23
|
+
|
|
24
|
+
- [ ] [Link to demo application documentation](https://www.samvyo.com/docs/javascript-sdk-implementation/demoapp)
|
|
25
|
+
- [ ] [Link to the actual demo application](https://github.com/Samvyo/samvyo-minimal-demo-app.git)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.1.19
|