@stream-io/video-react-sdk 1.33.1 → 1.33.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 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.33.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.33.1...@stream-io/video-react-sdk-1.33.2) (2026-03-06)
6
+
7
+ ### Dependency Updates
8
+
9
+ - `@stream-io/video-client` updated to version `1.44.2`
10
+ - `@stream-io/video-react-bindings` updated to version `1.13.11`
11
+
5
12
  ## [1.33.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.33.0...@stream-io/video-react-sdk-1.33.1) (2026-03-04)
6
13
 
7
14
  ### Dependency Updates
@@ -1153,7 +1153,7 @@ const SpeakerTest = (props) => {
1153
1153
  const audioElementRef = react.useRef(null);
1154
1154
  const [isPlaying, setIsPlaying] = react.useState(false);
1155
1155
  const { t } = videoReactBindings.useI18n();
1156
- const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.33.1"}/assets/piano.mp3`, } = props;
1156
+ const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.33.2"}/assets/piano.mp3`, } = props;
1157
1157
  // Update audio output device when selection changes
1158
1158
  react.useEffect(() => {
1159
1159
  const audio = audioElementRef.current;
@@ -1151,7 +1151,7 @@ const SpeakerTest = (props) => {
1151
1151
  const audioElementRef = useRef(null);
1152
1152
  const [isPlaying, setIsPlaying] = useState(false);
1153
1153
  const { t } = useI18n();
1154
- const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.33.1"}/assets/piano.mp3`, } = props;
1154
+ const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.33.2"}/assets/piano.mp3`, } = props;
1155
1155
  // Update audio output device when selection changes
1156
1156
  useEffect(() => {
1157
1157
  const audio = audioElementRef.current;
package/dist/index.cjs.js CHANGED
@@ -1347,7 +1347,7 @@ const SpeakerTest = (props) => {
1347
1347
  const audioElementRef = react.useRef(null);
1348
1348
  const [isPlaying, setIsPlaying] = react.useState(false);
1349
1349
  const { t } = videoReactBindings.useI18n();
1350
- const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.33.1"}/assets/piano.mp3`, } = props;
1350
+ const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.33.2"}/assets/piano.mp3`, } = props;
1351
1351
  // Update audio output device when selection changes
1352
1352
  react.useEffect(() => {
1353
1353
  const audio = audioElementRef.current;
@@ -3137,7 +3137,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
3137
3137
  return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
3138
3138
  };
3139
3139
 
3140
- const [major, minor, patch] = ("1.33.1").split('.');
3140
+ const [major, minor, patch] = ("1.33.2").split('.');
3141
3141
  videoClient.setSdkInfo({
3142
3142
  type: videoClient.SfuModels.SdkType.REACT,
3143
3143
  major,
package/dist/index.es.js CHANGED
@@ -1347,7 +1347,7 @@ const SpeakerTest = (props) => {
1347
1347
  const audioElementRef = useRef(null);
1348
1348
  const [isPlaying, setIsPlaying] = useState(false);
1349
1349
  const { t } = useI18n();
1350
- const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.33.1"}/assets/piano.mp3`, } = props;
1350
+ const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.33.2"}/assets/piano.mp3`, } = props;
1351
1351
  // Update audio output device when selection changes
1352
1352
  useEffect(() => {
1353
1353
  const audio = audioElementRef.current;
@@ -3137,7 +3137,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
3137
3137
  return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
3138
3138
  };
3139
3139
 
3140
- const [major, minor, patch] = ("1.33.1").split('.');
3140
+ const [major, minor, patch] = ("1.33.2").split('.');
3141
3141
  setSdkInfo({
3142
3142
  type: SfuModels.SdkType.REACT,
3143
3143
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "1.33.1",
3
+ "version": "1.33.2",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./dist/index.d.ts",
@@ -45,9 +45,9 @@
45
45
  ],
46
46
  "dependencies": {
47
47
  "@floating-ui/react": "^0.27.6",
48
- "@stream-io/video-client": "1.44.1",
48
+ "@stream-io/video-client": "1.44.2",
49
49
  "@stream-io/video-filters-web": "0.7.2",
50
- "@stream-io/video-react-bindings": "1.13.10",
50
+ "@stream-io/video-react-bindings": "1.13.11",
51
51
  "chart.js": "^4.4.4",
52
52
  "clsx": "^2.0.0",
53
53
  "react-chartjs-2": "^5.3.0"