@stream-io/video-react-sdk 1.14.1 → 1.14.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 +11 -0
- package/dist/index.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/src/core/components/CallLayout/index.d.ts +1 -0
- package/package.json +3 -3
- package/src/core/components/CallLayout/index.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.14.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.14.1...@stream-io/video-react-sdk-1.14.2) (2025-04-11)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
- `@stream-io/video-client` updated to version `1.19.2`
|
|
10
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.14`
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- participant filter for `single-participant` layout in egress app ([#1756](https://github.com/GetStream/stream-video-js/issues/1756)) ([8c0b05d](https://github.com/GetStream/stream-video-js/commit/8c0b05d89238db084c7b09415030ec072e9e974b))
|
|
15
|
+
|
|
5
16
|
## [1.14.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.14.0...@stream-io/video-react-sdk-1.14.1) (2025-04-09)
|
|
6
17
|
|
|
7
18
|
### Dependency Updates
|
package/dist/index.cjs.js
CHANGED
|
@@ -2707,7 +2707,7 @@ const LivestreamPlayer = (props) => {
|
|
|
2707
2707
|
return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
|
|
2708
2708
|
};
|
|
2709
2709
|
|
|
2710
|
-
const [major, minor, patch] = ("1.14.
|
|
2710
|
+
const [major, minor, patch] = ("1.14.2").split('.');
|
|
2711
2711
|
videoClient.setSdkInfo({
|
|
2712
2712
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
2713
2713
|
major,
|
|
@@ -2797,6 +2797,7 @@ exports.defaultReactions = defaultReactions;
|
|
|
2797
2797
|
exports.translations = translations;
|
|
2798
2798
|
exports.useBackgroundFilters = useBackgroundFilters;
|
|
2799
2799
|
exports.useDeviceList = useDeviceList;
|
|
2800
|
+
exports.useFilteredParticipants = useFilteredParticipants;
|
|
2800
2801
|
exports.useHorizontalScrollPosition = useHorizontalScrollPosition;
|
|
2801
2802
|
exports.useMenuContext = useMenuContext;
|
|
2802
2803
|
exports.useNoiseCancellation = useNoiseCancellation;
|