@stream-io/video-client 0.7.13 → 0.8.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 +7 -0
- package/README.md +1 -0
- package/dist/index.browser.es.js +1 -1
- package/dist/index.browser.es.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [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)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **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))
|
|
11
|
+
|
|
5
12
|
### [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
13
|
|
|
7
14
|
|
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
|
package/dist/index.browser.es.js
CHANGED
|
@@ -14893,7 +14893,7 @@ class StreamClient {
|
|
|
14893
14893
|
});
|
|
14894
14894
|
};
|
|
14895
14895
|
this.getUserAgent = () => {
|
|
14896
|
-
const version = "0.
|
|
14896
|
+
const version = "0.8.0" ;
|
|
14897
14897
|
return (this.userAgent ||
|
|
14898
14898
|
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
|
|
14899
14899
|
};
|