@stream-io/video-react-sdk 1.29.0 → 1.29.1

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,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.29.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.29.0...@stream-io/video-react-sdk-1.29.1) (2025-12-18)
6
+
7
+ ### Dependency Updates
8
+
9
+ - `@stream-io/video-styling` updated to version `1.9.1`
10
+ - `@stream-io/video-client` updated to version `1.39.1`
11
+ - `@stream-io/video-react-bindings` updated to version `1.12.4`
12
+
5
13
  ## [1.29.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.28.2...@stream-io/video-react-sdk-1.29.0) (2025-12-18)
6
14
 
7
15
  ### Dependency Updates
package/dist/index.cjs.js CHANGED
@@ -1564,7 +1564,7 @@ const SpeakerTest = (props) => {
1564
1564
  const audioElementRef = react.useRef(null);
1565
1565
  const [isPlaying, setIsPlaying] = react.useState(false);
1566
1566
  const { t } = videoReactBindings.useI18n();
1567
- const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.29.0"}/assets/piano.mp3`, } = props;
1567
+ const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.29.1"}/assets/piano.mp3`, } = props;
1568
1568
  // Update audio output device when selection changes
1569
1569
  react.useEffect(() => {
1570
1570
  const audio = audioElementRef.current;
@@ -3233,7 +3233,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
3233
3233
  return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
3234
3234
  };
3235
3235
 
3236
- const [major, minor, patch] = ("1.29.0").split('.');
3236
+ const [major, minor, patch] = ("1.29.1").split('.');
3237
3237
  videoClient.setSdkInfo({
3238
3238
  type: videoClient.SfuModels.SdkType.REACT,
3239
3239
  major,
package/dist/index.es.js CHANGED
@@ -1564,7 +1564,7 @@ const SpeakerTest = (props) => {
1564
1564
  const audioElementRef = useRef(null);
1565
1565
  const [isPlaying, setIsPlaying] = useState(false);
1566
1566
  const { t } = useI18n();
1567
- const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.29.0"}/assets/piano.mp3`, } = props;
1567
+ const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.29.1"}/assets/piano.mp3`, } = props;
1568
1568
  // Update audio output device when selection changes
1569
1569
  useEffect(() => {
1570
1570
  const audio = audioElementRef.current;
@@ -3233,7 +3233,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
3233
3233
  return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
3234
3234
  };
3235
3235
 
3236
- const [major, minor, patch] = ("1.29.0").split('.');
3236
+ const [major, minor, patch] = ("1.29.1").split('.');
3237
3237
  setSdkInfo({
3238
3238
  type: SfuModels.SdkType.REACT,
3239
3239
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "1.29.0",
3
+ "version": "1.29.1",
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.39.0",
34
+ "@stream-io/video-client": "1.39.1",
35
35
  "@stream-io/video-filters-web": "0.6.0",
36
- "@stream-io/video-react-bindings": "1.12.3",
36
+ "@stream-io/video-react-bindings": "1.12.4",
37
37
  "chart.js": "^4.4.4",
38
38
  "clsx": "^2.0.0",
39
39
  "react-chartjs-2": "^5.3.0"
@@ -47,7 +47,7 @@
47
47
  "@rollup/plugin-replace": "^6.0.2",
48
48
  "@rollup/plugin-typescript": "^12.1.4",
49
49
  "@stream-io/audio-filters-web": "^0.7.0",
50
- "@stream-io/video-styling": "^1.9.0",
50
+ "@stream-io/video-styling": "^1.9.1",
51
51
  "@types/react": "~19.1.17",
52
52
  "@types/react-dom": "~19.1.11",
53
53
  "react": "19.1.0",