janus-simple-videoroom-client 1.0.0 → 1.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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# janus-videoroom-
|
|
2
|
-
|
|
1
|
+
# janus-simple-videoroom-client
|
|
2
|
+
Built on top of janus.js, this thin client library provides a simple high-level API that makes it easy to work with the Janus VideoRoom plugin.
|
|
3
3
|
|
|
4
4
|
## Usage
|
|
5
5
|
```javascript
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "janus-simple-videoroom-client",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Provides a simple API that makes it easy to work with the Janus VideoRoom plugin",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Provides a simple high-level API that makes it easy to work with the Janus VideoRoom plugin",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "tsc"
|