@livedigital/client 3.28.0-tt-291-params.1 → 3.28.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,8 @@ const client = new Client();
19
19
 
20
20
  ## Plugins
21
21
  Now you can use the noise reduction and virtual backgrounds functionality. To do this, copy all the files from the
22
- /files directory to the root directory of your project, and add tsvb-web.js scripts to your index.html
22
+ /files directory to the root directory of your project. Or your can specify the path in Client param staticFilesPath
23
+ And add tsvb-web.js scripts to your index.html
23
24
  ```
24
25
  <script src="%PUBLIC_URL%/esdk/3.2.3/tsvb-web.js"></script>
25
26
  ```
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@livedigital/client",
3
3
  "author": "vlprojects",
4
4
  "license": "MIT",
5
- "version": "3.28.0-tt-291-params.1",
5
+ "version": "3.28.0",
6
6
  "private": false,
7
7
  "bugs": {
8
8
  "url": "https://github.com/vlprojects/livedigital-sdk/issues"