@stream-io/video-react-sdk 1.27.0 → 1.27.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 +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.27.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.27.0...@stream-io/video-react-sdk-1.27.1) (2025-11-20)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
- `@stream-io/video-client` updated to version `1.37.2`
|
|
10
|
+
- `@stream-io/video-react-bindings` updated to version `1.11.3`
|
|
11
|
+
|
|
5
12
|
## [1.27.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.26.1...@stream-io/video-react-sdk-1.27.0) (2025-11-17)
|
|
6
13
|
|
|
7
14
|
### Dependency Updates
|
package/dist/index.cjs.js
CHANGED
|
@@ -1656,7 +1656,7 @@ const SpeakerTest = (props) => {
|
|
|
1656
1656
|
const audioElementRef = react.useRef(null);
|
|
1657
1657
|
const [isPlaying, setIsPlaying] = react.useState(false);
|
|
1658
1658
|
const { t } = videoReactBindings.useI18n();
|
|
1659
|
-
const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.27.
|
|
1659
|
+
const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.27.1"}/assets/piano.mp3`, } = props;
|
|
1660
1660
|
// Update audio output device when selection changes
|
|
1661
1661
|
react.useEffect(() => {
|
|
1662
1662
|
const audio = audioElementRef.current;
|
|
@@ -3265,7 +3265,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
|
|
|
3265
3265
|
return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
|
|
3266
3266
|
};
|
|
3267
3267
|
|
|
3268
|
-
const [major, minor, patch] = ("1.27.
|
|
3268
|
+
const [major, minor, patch] = ("1.27.1").split('.');
|
|
3269
3269
|
videoClient.setSdkInfo({
|
|
3270
3270
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
3271
3271
|
major,
|
package/dist/index.es.js
CHANGED
|
@@ -1656,7 +1656,7 @@ const SpeakerTest = (props) => {
|
|
|
1656
1656
|
const audioElementRef = useRef(null);
|
|
1657
1657
|
const [isPlaying, setIsPlaying] = useState(false);
|
|
1658
1658
|
const { t } = useI18n();
|
|
1659
|
-
const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.27.
|
|
1659
|
+
const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.27.1"}/assets/piano.mp3`, } = props;
|
|
1660
1660
|
// Update audio output device when selection changes
|
|
1661
1661
|
useEffect(() => {
|
|
1662
1662
|
const audio = audioElementRef.current;
|
|
@@ -3265,7 +3265,7 @@ const checkCanJoinEarly = (startsAt, joinAheadTimeSeconds) => {
|
|
|
3265
3265
|
return Date.now() >= +startsAt - (joinAheadTimeSeconds ?? 0) * 1000;
|
|
3266
3266
|
};
|
|
3267
3267
|
|
|
3268
|
-
const [major, minor, patch] = ("1.27.
|
|
3268
|
+
const [major, minor, patch] = ("1.27.1").split('.');
|
|
3269
3269
|
setSdkInfo({
|
|
3270
3270
|
type: SfuModels.SdkType.REACT,
|
|
3271
3271
|
major,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-sdk",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.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.37.
|
|
34
|
+
"@stream-io/video-client": "1.37.2",
|
|
35
35
|
"@stream-io/video-filters-web": "0.5.0",
|
|
36
|
-
"@stream-io/video-react-bindings": "1.11.
|
|
36
|
+
"@stream-io/video-react-bindings": "1.11.3",
|
|
37
37
|
"chart.js": "^4.4.4",
|
|
38
38
|
"clsx": "^2.0.0",
|
|
39
39
|
"react-chartjs-2": "^5.3.0"
|