@stream-io/video-react-sdk 1.31.1 → 1.31.3

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 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.31.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.31.2...@stream-io/video-react-sdk-1.31.3) (2026-01-16)
6
+
7
+ ### Dependency Updates
8
+
9
+ - `@stream-io/video-client` updated to version `1.40.3`
10
+ - `@stream-io/video-react-bindings` updated to version `1.12.10`
11
+
12
+ ## [1.31.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.31.1...@stream-io/video-react-sdk-1.31.2) (2026-01-15)
13
+
14
+ ### Dependency Updates
15
+
16
+ - `@stream-io/video-client` updated to version `1.40.2`
17
+ - `@stream-io/video-react-bindings` updated to version `1.12.9`
18
+
5
19
  ## [1.31.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.31.0...@stream-io/video-react-sdk-1.31.1) (2026-01-14)
6
20
 
7
21
  ### Dependency Updates
package/dist/index.cjs.js CHANGED
@@ -1501,7 +1501,7 @@ const SpeakerTest = (props) => {
1501
1501
  const audioElementRef = react.useRef(null);
1502
1502
  const [isPlaying, setIsPlaying] = react.useState(false);
1503
1503
  const { t } = videoReactBindings.useI18n();
1504
- const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.31.1"}/assets/piano.mp3`, } = props;
1504
+ const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.31.3"}/assets/piano.mp3`, } = props;
1505
1505
  // Update audio output device when selection changes
1506
1506
  react.useEffect(() => {
1507
1507
  const audio = audioElementRef.current;
@@ -3218,7 +3218,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
3218
3218
  return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
3219
3219
  };
3220
3220
 
3221
- const [major, minor, patch] = ("1.31.1").split('.');
3221
+ const [major, minor, patch] = ("1.31.3").split('.');
3222
3222
  videoClient.setSdkInfo({
3223
3223
  type: videoClient.SfuModels.SdkType.REACT,
3224
3224
  major,
package/dist/index.es.js CHANGED
@@ -1501,7 +1501,7 @@ const SpeakerTest = (props) => {
1501
1501
  const audioElementRef = useRef(null);
1502
1502
  const [isPlaying, setIsPlaying] = useState(false);
1503
1503
  const { t } = useI18n();
1504
- const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.31.1"}/assets/piano.mp3`, } = props;
1504
+ const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.31.3"}/assets/piano.mp3`, } = props;
1505
1505
  // Update audio output device when selection changes
1506
1506
  useEffect(() => {
1507
1507
  const audio = audioElementRef.current;
@@ -3218,7 +3218,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
3218
3218
  return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
3219
3219
  };
3220
3220
 
3221
- const [major, minor, patch] = ("1.31.1").split('.');
3221
+ const [major, minor, patch] = ("1.31.3").split('.');
3222
3222
  setSdkInfo({
3223
3223
  type: SfuModels.SdkType.REACT,
3224
3224
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "1.31.1",
3
+ "version": "1.31.3",
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.40.1",
34
+ "@stream-io/video-client": "1.40.3",
35
35
  "@stream-io/video-filters-web": "0.7.0",
36
- "@stream-io/video-react-bindings": "1.12.8",
36
+ "@stream-io/video-react-bindings": "1.12.10",
37
37
  "chart.js": "^4.4.4",
38
38
  "clsx": "^2.0.0",
39
39
  "react-chartjs-2": "^5.3.0"