@stream-io/video-react-sdk 0.6.18 → 0.7.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 +17 -0
- package/README.md +8 -3
- 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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.7.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.19...@stream-io/video-react-sdk-0.7.0) (2024-05-07)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/video-client` updated to version `0.8.0`
|
|
10
|
+
* `@stream-io/video-react-bindings` updated to version `0.4.25`
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **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))
|
|
15
|
+
|
|
16
|
+
### [0.6.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.18...@stream-io/video-react-sdk-0.6.19) (2024-05-07)
|
|
17
|
+
|
|
18
|
+
### Dependency Updates
|
|
19
|
+
|
|
20
|
+
* `@stream-io/video-client` updated to version `0.7.13`
|
|
21
|
+
* `@stream-io/video-react-bindings` updated to version `0.4.24`
|
|
5
22
|
### [0.6.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.17...@stream-io/video-react-sdk-0.6.18) (2024-05-03)
|
|
6
23
|
|
|
7
24
|
### Dependency Updates
|
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
|
|
@@ -75,13 +76,17 @@ Here are some of the features we support:
|
|
|
75
76
|
- [x] Call analytics / stats
|
|
76
77
|
- [x] Video Filters
|
|
77
78
|
|
|
78
|
-
### 0
|
|
79
|
+
### 1.0 milestone
|
|
80
|
+
|
|
81
|
+
- [x] Transcriptions
|
|
82
|
+
- [x] Audio filters
|
|
83
|
+
- [x] Noise Cancellation
|
|
84
|
+
|
|
85
|
+
### 1.1 milestone
|
|
79
86
|
|
|
80
87
|
- [ ] Break-out rooms
|
|
81
88
|
- [ ] Waiting rooms
|
|
82
|
-
- [x] Transcriptions
|
|
83
89
|
- [ ] Closed captions
|
|
84
|
-
- [ ] Audio filters
|
|
85
90
|
- [ ] Query call session endpoint
|
|
86
91
|
- [ ] Logging 2.0
|
|
87
92
|
- [ ] Hardware-accelerated video encoding on supported platforms
|
package/dist/index.cjs.js
CHANGED
|
@@ -2510,7 +2510,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
|
|
|
2510
2510
|
};
|
|
2511
2511
|
const hasScreenShare = (p) => !!p?.publishedTracks.includes(videoClient.SfuModels.TrackType.SCREEN_SHARE);
|
|
2512
2512
|
|
|
2513
|
-
const [major, minor, patch] = ("0.
|
|
2513
|
+
const [major, minor, patch] = ("0.7.0" ).split('.');
|
|
2514
2514
|
videoClient.setSdkInfo({
|
|
2515
2515
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
2516
2516
|
major,
|