@stream-io/video-react-sdk 1.33.2 → 1.33.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 +7 -0
- package/dist/embedded.cjs.js +1 -1
- package/dist/embedded.es.js +1 -1
- 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.33.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.33.2...@stream-io/video-react-sdk-1.33.3) (2026-03-06)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
- `@stream-io/video-client` updated to version `1.44.3`
|
|
10
|
+
- `@stream-io/video-react-bindings` updated to version `1.13.12`
|
|
11
|
+
|
|
5
12
|
## [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
13
|
|
|
7
14
|
### Dependency Updates
|
package/dist/embedded.cjs.js
CHANGED
|
@@ -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.
|
|
1156
|
+
const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.33.3"}/assets/piano.mp3`, } = props;
|
|
1157
1157
|
// Update audio output device when selection changes
|
|
1158
1158
|
react.useEffect(() => {
|
|
1159
1159
|
const audio = audioElementRef.current;
|
package/dist/embedded.es.js
CHANGED
|
@@ -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.
|
|
1154
|
+
const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.33.3"}/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.
|
|
1350
|
+
const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.33.3"}/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.
|
|
3140
|
+
const [major, minor, patch] = ("1.33.3").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.
|
|
1350
|
+
const { audioUrl = `https://unpkg.com/${"@stream-io/video-react-sdk"}@${"1.33.3"}/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.
|
|
3140
|
+
const [major, minor, patch] = ("1.33.3").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.
|
|
3
|
+
"version": "1.33.3",
|
|
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.
|
|
48
|
+
"@stream-io/video-client": "1.44.3",
|
|
49
49
|
"@stream-io/video-filters-web": "0.7.2",
|
|
50
|
-
"@stream-io/video-react-bindings": "1.13.
|
|
50
|
+
"@stream-io/video-react-bindings": "1.13.12",
|
|
51
51
|
"chart.js": "^4.4.4",
|
|
52
52
|
"clsx": "^2.0.0",
|
|
53
53
|
"react-chartjs-2": "^5.3.0"
|