@stream-io/video-client 0.7.13 → 1.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/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.0.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.8.0...@stream-io/video-client-1.0.0) (2024-05-07)
6
+
7
+
8
+ ### Features
9
+
10
+ * **v1:** release v1.0.0 ([06174cd](https://github.com/GetStream/stream-video-js/commit/06174cdfb4168a7401f56b03d0302f82c97b93ff))
11
+
12
+ ## [0.8.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.13...@stream-io/video-client-0.8.0) (2024-05-07)
13
+
14
+
15
+ ### Features
16
+
17
+ * **v1:** release v1.0.0 ([#1340](https://github.com/GetStream/stream-video-js/issues/1340)) ([f76fd02](https://github.com/GetStream/stream-video-js/commit/f76fd02ec2159bb0943c8432591b462ab0d356ff))
18
+
5
19
  ### [0.7.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.12...@stream-io/video-client-0.7.13) (2024-05-07)
6
20
 
7
21
 
package/README.md CHANGED
@@ -33,6 +33,7 @@ Here are some of the features we support:
33
33
  - Chat: Stored chat, reactions, threads, typing indicators, URL previews etc
34
34
  - Security & Privacy: Based in USA and EU, Soc2 certified, GDPR compliant
35
35
  - Dynascale: Automatically switch resolutions, fps, bitrate, codecs and paginate video on large calls
36
+ - Video Filters and Noise Cancellation
36
37
  - Screen sharing
37
38
  - Picture in picture support
38
39
  - Active speaker
@@ -14893,7 +14893,7 @@ class StreamClient {
14893
14893
  });
14894
14894
  };
14895
14895
  this.getUserAgent = () => {
14896
- const version = "0.7.13" ;
14896
+ const version = "1.0.0" ;
14897
14897
  return (this.userAgent ||
14898
14898
  `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
14899
14899
  };