@stream-io/video-react-sdk 1.32.0 → 1.32.2
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 +14 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.es.js +2 -2
- package/package.json +3 -3
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.32.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.32.1...@stream-io/video-react-sdk-1.32.2) (2026-02-13)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
- `@stream-io/video-client` updated to version `1.42.2`
|
|
10
|
+
- `@stream-io/video-react-bindings` updated to version `1.13.6`
|
|
11
|
+
|
|
12
|
+
## [1.32.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.32.0...@stream-io/video-react-sdk-1.32.1) (2026-02-10)
|
|
13
|
+
|
|
14
|
+
### Dependency Updates
|
|
15
|
+
|
|
16
|
+
- `@stream-io/video-client` updated to version `1.42.1`
|
|
17
|
+
- `@stream-io/video-react-bindings` updated to version `1.13.5`
|
|
18
|
+
|
|
5
19
|
## [1.32.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.31.8...@stream-io/video-react-sdk-1.32.0) (2026-02-06)
|
|
6
20
|
|
|
7
21
|
### Dependency Updates
|
package/dist/index.cjs.js
CHANGED
|
@@ -1526,7 +1526,7 @@ const SpeakerTest = (props) => {
|
|
|
1526
1526
|
const audioElementRef = react.useRef(null);
|
|
1527
1527
|
const [isPlaying, setIsPlaying] = react.useState(false);
|
|
1528
1528
|
const { t } = videoReactBindings.useI18n();
|
|
1529
|
-
const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.32.
|
|
1529
|
+
const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.32.2"}/assets/piano.mp3`, } = props;
|
|
1530
1530
|
// Update audio output device when selection changes
|
|
1531
1531
|
react.useEffect(() => {
|
|
1532
1532
|
const audio = audioElementRef.current;
|
|
@@ -3246,7 +3246,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
|
|
|
3246
3246
|
return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
|
|
3247
3247
|
};
|
|
3248
3248
|
|
|
3249
|
-
const [major, minor, patch] = ("1.32.
|
|
3249
|
+
const [major, minor, patch] = ("1.32.2").split('.');
|
|
3250
3250
|
videoClient.setSdkInfo({
|
|
3251
3251
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
3252
3252
|
major,
|
package/dist/index.es.js
CHANGED
|
@@ -1526,7 +1526,7 @@ const SpeakerTest = (props) => {
|
|
|
1526
1526
|
const audioElementRef = useRef(null);
|
|
1527
1527
|
const [isPlaying, setIsPlaying] = useState(false);
|
|
1528
1528
|
const { t } = useI18n();
|
|
1529
|
-
const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.32.
|
|
1529
|
+
const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.32.2"}/assets/piano.mp3`, } = props;
|
|
1530
1530
|
// Update audio output device when selection changes
|
|
1531
1531
|
useEffect(() => {
|
|
1532
1532
|
const audio = audioElementRef.current;
|
|
@@ -3246,7 +3246,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
|
|
|
3246
3246
|
return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
|
|
3247
3247
|
};
|
|
3248
3248
|
|
|
3249
|
-
const [major, minor, patch] = ("1.32.
|
|
3249
|
+
const [major, minor, patch] = ("1.32.2").split('.');
|
|
3250
3250
|
setSdkInfo({
|
|
3251
3251
|
type: SfuModels.SdkType.REACT,
|
|
3252
3252
|
major,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-sdk",
|
|
3
|
-
"version": "1.32.
|
|
3
|
+
"version": "1.32.2",
|
|
4
4
|
"main": "./dist/index.cjs.js",
|
|
5
5
|
"module": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@floating-ui/react": "^0.27.6",
|
|
34
|
-
"@stream-io/video-client": "1.42.
|
|
34
|
+
"@stream-io/video-client": "1.42.2",
|
|
35
35
|
"@stream-io/video-filters-web": "0.7.2",
|
|
36
|
-
"@stream-io/video-react-bindings": "1.13.
|
|
36
|
+
"@stream-io/video-react-bindings": "1.13.6",
|
|
37
37
|
"chart.js": "^4.4.4",
|
|
38
38
|
"clsx": "^2.0.0",
|
|
39
39
|
"react-chartjs-2": "^5.3.0"
|