@stream-io/video-react-sdk 1.22.0 → 1.23.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 +12 -0
- package/README.md +1 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.23.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.22.0...@stream-io/video-react-sdk-1.23.0) (2025-09-30)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
- `@stream-io/audio-filters-web` updated to version `0.5.0`
|
|
10
|
+
- `@stream-io/video-client` updated to version `1.33.0`
|
|
11
|
+
- `@stream-io/video-react-bindings` updated to version `1.9.0`
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
- Audio profiles and Hi-Fi stereo audio ([#1887](https://github.com/GetStream/stream-video-js/issues/1887)) ([3b60c89](https://github.com/GetStream/stream-video-js/commit/3b60c89b8c0dbc40544fe13be79c10e93bbddd3d))
|
|
16
|
+
|
|
5
17
|
## [1.22.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.21.3...@stream-io/video-react-sdk-1.22.0) (2025-09-29)
|
|
6
18
|
|
|
7
19
|
### Dependency Updates
|
package/README.md
CHANGED
|
@@ -92,6 +92,7 @@ Here are some of the features we support:
|
|
|
92
92
|
- [x] Hardware-accelerated video encoding on supported platforms
|
|
93
93
|
- [x] Dynascale 2.0 (codec switching)
|
|
94
94
|
- [x] Improved stat collection and device performance metrics
|
|
95
|
+
- [x] HiFi audio and stereo
|
|
95
96
|
- [ ] E2E testing platform
|
|
96
97
|
- [ ] Dynascale: turn off incoming video when the browser is in the background
|
|
97
98
|
|
package/dist/index.cjs.js
CHANGED
|
@@ -3016,7 +3016,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
|
|
|
3016
3016
|
return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
|
|
3017
3017
|
};
|
|
3018
3018
|
|
|
3019
|
-
const [major, minor, patch] = ("1.
|
|
3019
|
+
const [major, minor, patch] = ("1.23.0").split('.');
|
|
3020
3020
|
videoClient.setSdkInfo({
|
|
3021
3021
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
3022
3022
|
major,
|
package/dist/index.es.js
CHANGED
|
@@ -3016,7 +3016,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
|
|
|
3016
3016
|
return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
|
|
3017
3017
|
};
|
|
3018
3018
|
|
|
3019
|
-
const [major, minor, patch] = ("1.
|
|
3019
|
+
const [major, minor, patch] = ("1.23.0").split('.');
|
|
3020
3020
|
setSdkInfo({
|
|
3021
3021
|
type: SfuModels.SdkType.REACT,
|
|
3022
3022
|
major,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.23.0",
|
|
4
4
|
"main": "./dist/index.cjs.js",
|
|
5
5
|
"module": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@floating-ui/react": "^0.27.6",
|
|
33
|
-
"@stream-io/video-client": "1.
|
|
33
|
+
"@stream-io/video-client": "1.33.0",
|
|
34
34
|
"@stream-io/video-filters-web": "0.2.2",
|
|
35
|
-
"@stream-io/video-react-bindings": "1.
|
|
35
|
+
"@stream-io/video-react-bindings": "1.9.0",
|
|
36
36
|
"chart.js": "^4.4.4",
|
|
37
37
|
"clsx": "^2.0.0",
|
|
38
38
|
"react-chartjs-2": "^5.3.0"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@rollup/plugin-json": "^6.1.0",
|
|
46
46
|
"@rollup/plugin-replace": "^6.0.2",
|
|
47
47
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
48
|
-
"@stream-io/audio-filters-web": "^0.
|
|
48
|
+
"@stream-io/audio-filters-web": "^0.5.0",
|
|
49
49
|
"@stream-io/video-styling": "^1.5.1",
|
|
50
50
|
"@types/react": "^19.1.3",
|
|
51
51
|
"@types/react-dom": "^19.1.3",
|