@stream-io/video-react-sdk 0.5.10 → 0.5.11
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 +6 -0
- package/README.md +5 -4
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
### [0.5.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.10...@stream-io/video-react-sdk-0.5.11) (2024-04-05)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/video-client` updated to version `0.6.9`
|
|
10
|
+
* `@stream-io/video-react-bindings` updated to version `0.4.9`
|
|
5
11
|
### [0.5.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.9...@stream-io/video-react-sdk-0.5.10) (2024-04-05)
|
|
6
12
|
|
|
7
13
|
### Dependency Updates
|
package/README.md
CHANGED
|
@@ -67,15 +67,13 @@ Here are some of the features we support:
|
|
|
67
67
|
### 0.5 milestone
|
|
68
68
|
|
|
69
69
|
- [x] Fast-reconnects
|
|
70
|
-
- [ ] Query call session endpoint
|
|
71
70
|
- [x] Enhanced UI components and theming
|
|
72
71
|
- [x] Enhanced SDK build system
|
|
73
72
|
- [x] Typescript generics enhancements
|
|
74
|
-
- [ ] Hardware-accelerated video encoding on supported platforms
|
|
75
73
|
- [x] Performance and bundle-size optimizations
|
|
76
74
|
- [x] Dynascale 2.0 (f resolution switches, resolution WebRTC handling)
|
|
77
|
-
- [ ] Dynascale 2.0 (codec switching)
|
|
78
75
|
- [x] Call analytics / stats
|
|
76
|
+
- [x] Video Filters
|
|
79
77
|
|
|
80
78
|
### 0.6 milestone
|
|
81
79
|
|
|
@@ -83,8 +81,11 @@ Here are some of the features we support:
|
|
|
83
81
|
- [ ] Waiting rooms
|
|
84
82
|
- [ ] Transcriptions
|
|
85
83
|
- [ ] Closed captions
|
|
86
|
-
- [ ]
|
|
84
|
+
- [ ] Audio filters
|
|
85
|
+
- [ ] Query call session endpoint
|
|
87
86
|
- [ ] Logging 2.0
|
|
87
|
+
- [ ] Hardware-accelerated video encoding on supported platforms
|
|
88
|
+
- [ ] Dynascale 2.0 (codec switching)
|
|
88
89
|
- [ ] E2E testing platform
|
|
89
90
|
- [ ] Dynascale: turn off incoming video when the browser is in the background
|
|
90
91
|
|
package/dist/index.cjs.js
CHANGED
|
@@ -2433,7 +2433,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
|
|
|
2433
2433
|
};
|
|
2434
2434
|
const hasScreenShare = (p) => !!p?.publishedTracks.includes(videoClient.SfuModels.TrackType.SCREEN_SHARE);
|
|
2435
2435
|
|
|
2436
|
-
const [major, minor, patch] = ("0.5.
|
|
2436
|
+
const [major, minor, patch] = ("0.5.11" ).split('.');
|
|
2437
2437
|
videoClient.setSdkInfo({
|
|
2438
2438
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
2439
2439
|
major,
|
package/dist/index.es.js
CHANGED
|
@@ -2433,7 +2433,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
|
|
|
2433
2433
|
};
|
|
2434
2434
|
const hasScreenShare = (p) => !!p?.publishedTracks.includes(SfuModels.TrackType.SCREEN_SHARE);
|
|
2435
2435
|
|
|
2436
|
-
const [major, minor, patch] = ("0.5.
|
|
2436
|
+
const [major, minor, patch] = ("0.5.11" ).split('.');
|
|
2437
2437
|
setSdkInfo({
|
|
2438
2438
|
type: SfuModels.SdkType.REACT,
|
|
2439
2439
|
major,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-sdk",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.11",
|
|
4
4
|
"packageManager": "yarn@3.2.4",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@floating-ui/react": "^0.26.5",
|
|
32
|
-
"@stream-io/video-client": "0.6.
|
|
32
|
+
"@stream-io/video-client": "0.6.9",
|
|
33
33
|
"@stream-io/video-filters-web": "0.0.1",
|
|
34
|
-
"@stream-io/video-react-bindings": "0.4.
|
|
34
|
+
"@stream-io/video-react-bindings": "0.4.9",
|
|
35
35
|
"chart.js": "^4.4.1",
|
|
36
36
|
"clsx": "^2.0.0",
|
|
37
37
|
"react-chartjs-2": "^5.2.0"
|