@stream-io/video-react-sdk 1.28.0 → 1.28.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,13 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.28.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.28.0...@stream-io/video-react-sdk-1.28.1) (2025-12-08)
6
+
7
+ ### Dependency Updates
8
+
9
+ - `@stream-io/video-client` updated to version `1.38.1`
10
+ - `@stream-io/video-react-bindings` updated to version `1.12.1`
11
+
5
12
  ## [1.28.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.27.2...@stream-io/video-react-sdk-1.28.0) (2025-12-08)
6
13
 
7
14
  ### Dependency Updates
package/dist/index.cjs.js CHANGED
@@ -1786,7 +1786,7 @@ const SpeakerTest = (props) => {
1786
1786
  const audioElementRef = react.useRef(null);
1787
1787
  const [isPlaying, setIsPlaying] = react.useState(false);
1788
1788
  const { t } = videoReactBindings.useI18n();
1789
- const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.28.0"}/assets/piano.mp3`, } = props;
1789
+ const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.28.1"}/assets/piano.mp3`, } = props;
1790
1790
  // Update audio output device when selection changes
1791
1791
  react.useEffect(() => {
1792
1792
  const audio = audioElementRef.current;
@@ -3452,7 +3452,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
3452
3452
  return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
3453
3453
  };
3454
3454
 
3455
- const [major, minor, patch] = ("1.28.0").split('.');
3455
+ const [major, minor, patch] = ("1.28.1").split('.');
3456
3456
  videoClient.setSdkInfo({
3457
3457
  type: videoClient.SfuModels.SdkType.REACT,
3458
3458
  major,
package/dist/index.es.js CHANGED
@@ -1786,7 +1786,7 @@ const SpeakerTest = (props) => {
1786
1786
  const audioElementRef = useRef(null);
1787
1787
  const [isPlaying, setIsPlaying] = useState(false);
1788
1788
  const { t } = useI18n();
1789
- const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.28.0"}/assets/piano.mp3`, } = props;
1789
+ const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.28.1"}/assets/piano.mp3`, } = props;
1790
1790
  // Update audio output device when selection changes
1791
1791
  useEffect(() => {
1792
1792
  const audio = audioElementRef.current;
@@ -3452,7 +3452,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
3452
3452
  return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
3453
3453
  };
3454
3454
 
3455
- const [major, minor, patch] = ("1.28.0").split('.');
3455
+ const [major, minor, patch] = ("1.28.1").split('.');
3456
3456
  setSdkInfo({
3457
3457
  type: SfuModels.SdkType.REACT,
3458
3458
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "1.28.0",
3
+ "version": "1.28.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.38.0",
34
+ "@stream-io/video-client": "1.38.1",
35
35
  "@stream-io/video-filters-web": "0.6.0",
36
- "@stream-io/video-react-bindings": "1.12.0",
36
+ "@stream-io/video-react-bindings": "1.12.1",
37
37
  "chart.js": "^4.4.4",
38
38
  "clsx": "^2.0.0",
39
39
  "react-chartjs-2": "^5.3.0"