@stream-io/video-react-sdk 1.32.3 → 1.32.4
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/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,13 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.32.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.32.3...@stream-io/video-react-sdk-1.32.4) (2026-02-20)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
- `@stream-io/video-client` updated to version `1.43.0`
|
|
10
|
+
- `@stream-io/video-react-bindings` updated to version `1.13.8`
|
|
11
|
+
|
|
5
12
|
## [1.32.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.32.2...@stream-io/video-react-sdk-1.32.3) (2026-02-16)
|
|
6
13
|
|
|
7
14
|
### Dependency Updates
|
package/dist/index.cjs.js
CHANGED
|
@@ -1532,7 +1532,7 @@ const SpeakerTest = (props) => {
|
|
|
1532
1532
|
const audioElementRef = react.useRef(null);
|
|
1533
1533
|
const [isPlaying, setIsPlaying] = react.useState(false);
|
|
1534
1534
|
const { t } = videoReactBindings.useI18n();
|
|
1535
|
-
const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.32.
|
|
1535
|
+
const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.32.4"}/assets/piano.mp3`, } = props;
|
|
1536
1536
|
// Update audio output device when selection changes
|
|
1537
1537
|
react.useEffect(() => {
|
|
1538
1538
|
const audio = audioElementRef.current;
|
|
@@ -3272,7 +3272,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
|
|
|
3272
3272
|
return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
|
|
3273
3273
|
};
|
|
3274
3274
|
|
|
3275
|
-
const [major, minor, patch] = ("1.32.
|
|
3275
|
+
const [major, minor, patch] = ("1.32.4").split('.');
|
|
3276
3276
|
videoClient.setSdkInfo({
|
|
3277
3277
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
3278
3278
|
major,
|
package/dist/index.es.js
CHANGED
|
@@ -1532,7 +1532,7 @@ const SpeakerTest = (props) => {
|
|
|
1532
1532
|
const audioElementRef = useRef(null);
|
|
1533
1533
|
const [isPlaying, setIsPlaying] = useState(false);
|
|
1534
1534
|
const { t } = useI18n();
|
|
1535
|
-
const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.32.
|
|
1535
|
+
const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.32.4"}/assets/piano.mp3`, } = props;
|
|
1536
1536
|
// Update audio output device when selection changes
|
|
1537
1537
|
useEffect(() => {
|
|
1538
1538
|
const audio = audioElementRef.current;
|
|
@@ -3272,7 +3272,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
|
|
|
3272
3272
|
return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
|
|
3273
3273
|
};
|
|
3274
3274
|
|
|
3275
|
-
const [major, minor, patch] = ("1.32.
|
|
3275
|
+
const [major, minor, patch] = ("1.32.4").split('.');
|
|
3276
3276
|
setSdkInfo({
|
|
3277
3277
|
type: SfuModels.SdkType.REACT,
|
|
3278
3278
|
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.4",
|
|
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.
|
|
34
|
+
"@stream-io/video-client": "1.43.0",
|
|
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.8",
|
|
37
37
|
"chart.js": "^4.4.4",
|
|
38
38
|
"clsx": "^2.0.0",
|
|
39
39
|
"react-chartjs-2": "^5.3.0"
|