@livedigital/client 3.20.2 → 3.20.3

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 CHANGED
@@ -21,7 +21,7 @@ const client = new Client();
21
21
  Now you can use the noise reduction and virtual backgrounds functionality. To do this, copy all the files from the
22
22
  /files directory to the root directory of your project, and add tsvb-web.js scripts to your index.html
23
23
  ```
24
- <script src="%PUBLIC_URL%/esdk/3.2.3/tsvb-web.js"></script>
24
+ <script src="%PUBLIC_URL%/esdk/2.8.6/tsvb-web.js"></script>
25
25
  ```
26
26
 
27
27
  ## Debugging
@@ -20,7 +20,6 @@ export interface Effects {
20
20
  type: LowerThirdTypes;
21
21
  options?: LtOptions;
22
22
  };
23
- sharpness?: number;
24
23
  }
25
24
  interface VideoTrackProcessorParams {
26
25
  logLevel: LogLevel;