@stream-io/video-react-sdk 1.13.2 → 1.14.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 +47 -10
- package/README.md +2 -1
- package/dist/css/styles.css +12 -0
- package/dist/css/styles.css.map +1 -1
- package/dist/index.cjs.js +43 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +43 -10
- package/dist/index.es.js.map +1 -1
- package/dist/src/core/components/CallLayout/PaginatedGridLayout.d.ts +5 -1
- package/dist/src/core/components/CallLayout/PipLayout.d.ts +43 -0
- package/dist/src/core/components/CallLayout/SpeakerLayout.d.ts +5 -1
- package/dist/src/core/components/CallLayout/hooks.d.ts +2 -0
- package/dist/src/core/components/CallLayout/index.d.ts +1 -0
- package/dist/src/hooks/useFloatingUIPreset.d.ts +4 -4
- package/package.json +5 -5
- package/src/components/Menu/MenuToggle.tsx +8 -4
- package/src/core/components/CallLayout/PaginatedGridLayout.tsx +13 -2
- package/src/core/components/CallLayout/PipLayout.tsx +110 -0
- package/src/core/components/CallLayout/SpeakerLayout.tsx +14 -1
- package/src/core/components/CallLayout/hooks.ts +9 -1
- package/src/core/components/CallLayout/index.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,37 +2,74 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [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
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
- `@stream-io/video-styling` updated to version `1.1.3`
|
|
10
|
+
- `@stream-io/video-client` updated to version `1.19.1`
|
|
11
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.13`
|
|
12
|
+
|
|
13
|
+
- **@stream-io/video-react-sdk:** release version 1.14.1 ([5692570](https://github.com/GetStream/stream-video-js/commit/5692570bc3ab1d2ced4517b4fac4688749aceff8))
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- allow filtering participants on hasAudio/hasVideo ([#1748](https://github.com/GetStream/stream-video-js/issues/1748)) ([0dde004](https://github.com/GetStream/stream-video-js/commit/0dde004750e5820fd34a8cc6ee48ed98d1e6926d))
|
|
18
|
+
- Document PiP support on Pronto ([#1746](https://github.com/GetStream/stream-video-js/issues/1746)) ([3034ab0](https://github.com/GetStream/stream-video-js/commit/3034ab0023a62258fc5fa05b7e437f02f01ae96d))
|
|
19
|
+
|
|
20
|
+
## [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)
|
|
21
|
+
|
|
22
|
+
### Dependency Updates
|
|
23
|
+
|
|
24
|
+
- `@stream-io/video-styling` updated to version `1.1.3`
|
|
25
|
+
- `@stream-io/video-client` updated to version `1.19.1`
|
|
26
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.13`
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
- allow filtering participants on hasAudio/hasVideo ([#1748](https://github.com/GetStream/stream-video-js/issues/1748)) ([0dde004](https://github.com/GetStream/stream-video-js/commit/0dde004750e5820fd34a8cc6ee48ed98d1e6926d))
|
|
31
|
+
- Document PiP support on Pronto ([#1746](https://github.com/GetStream/stream-video-js/issues/1746)) ([3034ab0](https://github.com/GetStream/stream-video-js/commit/3034ab0023a62258fc5fa05b7e437f02f01ae96d))
|
|
32
|
+
|
|
33
|
+
## [1.14.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.13.2...@stream-io/video-react-sdk-1.14.0) (2025-04-04)
|
|
34
|
+
|
|
35
|
+
### Dependency Updates
|
|
36
|
+
|
|
37
|
+
- `@stream-io/video-client` updated to version `1.19.0`
|
|
38
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.12`
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
- collect more granular RTC stats and RPC tracing ([#1735](https://github.com/GetStream/stream-video-js/issues/1735)) ([e356d6b](https://github.com/GetStream/stream-video-js/commit/e356d6b9fe361c186a5b92de55fabf0598ea4885))
|
|
43
|
+
|
|
5
44
|
## [1.13.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.13.1...@stream-io/video-react-sdk-1.13.2) (2025-04-02)
|
|
6
45
|
|
|
7
46
|
### Dependency Updates
|
|
8
47
|
|
|
9
|
-
|
|
10
|
-
|
|
48
|
+
- `@stream-io/video-client` updated to version `1.18.9`
|
|
49
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.11`
|
|
11
50
|
|
|
12
51
|
### Bug Fixes
|
|
13
52
|
|
|
14
|
-
|
|
53
|
+
- correctly apply muted state from persisted settings ([#1745](https://github.com/GetStream/stream-video-js/issues/1745)) ([a718de6](https://github.com/GetStream/stream-video-js/commit/a718de618acbc505c975da9c8d4ecaac722245af)), closes [#1736](https://github.com/GetStream/stream-video-js/issues/1736) [#1741](https://github.com/GetStream/stream-video-js/issues/1741)
|
|
15
54
|
|
|
16
55
|
## [1.13.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.13.0...@stream-io/video-react-sdk-1.13.1) (2025-04-01)
|
|
17
56
|
|
|
18
|
-
|
|
19
57
|
### Bug Fixes
|
|
20
58
|
|
|
21
|
-
|
|
59
|
+
- apply muted state from persisted device preferences ([#1741](https://github.com/GetStream/stream-video-js/issues/1741)) ([75e7b66](https://github.com/GetStream/stream-video-js/commit/75e7b66d9a2ae01a157b8969cab5c8ff8a43d84d)), closes [#1736](https://github.com/GetStream/stream-video-js/issues/1736)
|
|
22
60
|
|
|
23
61
|
## [1.13.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.11...@stream-io/video-react-sdk-1.13.0) (2025-04-01)
|
|
24
62
|
|
|
25
63
|
### Dependency Updates
|
|
26
64
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
* dependency upgrades and cleanup ([#1727](https://github.com/GetStream/stream-video-js/issues/1727)) ([c3b0ede](https://github.com/GetStream/stream-video-js/commit/c3b0ede3ce444c28c51457155e8ccff584c2c1e5))
|
|
65
|
+
- `@stream-io/video-client` updated to version `1.18.8`
|
|
66
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.10`
|
|
31
67
|
|
|
68
|
+
- dependency upgrades and cleanup ([#1727](https://github.com/GetStream/stream-video-js/issues/1727)) ([c3b0ede](https://github.com/GetStream/stream-video-js/commit/c3b0ede3ce444c28c51457155e8ccff584c2c1e5))
|
|
32
69
|
|
|
33
70
|
### Features
|
|
34
71
|
|
|
35
|
-
|
|
72
|
+
- persist device label and fallback to it when device id is not found ([#1736](https://github.com/GetStream/stream-video-js/issues/1736)) ([27536f7](https://github.com/GetStream/stream-video-js/commit/27536f7a98ff7ec23bf35e9b292411ba3a9ca392))
|
|
36
73
|
|
|
37
74
|
## [1.12.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.10...@stream-io/video-react-sdk-1.12.11) (2025-03-20)
|
|
38
75
|
|
package/README.md
CHANGED
|
@@ -82,7 +82,7 @@ Here are some of the features we support:
|
|
|
82
82
|
- [x] Audio filters
|
|
83
83
|
- [x] Noise Cancellation
|
|
84
84
|
|
|
85
|
-
###
|
|
85
|
+
### Milestones
|
|
86
86
|
|
|
87
87
|
- [ ] Break-out rooms
|
|
88
88
|
- [ ] Waiting rooms
|
|
@@ -91,6 +91,7 @@ Here are some of the features we support:
|
|
|
91
91
|
- [ ] Logging 2.0
|
|
92
92
|
- [x] Hardware-accelerated video encoding on supported platforms
|
|
93
93
|
- [x] Dynascale 2.0 (codec switching)
|
|
94
|
+
- [x] Improved stat collection
|
|
94
95
|
- [ ] E2E testing platform
|
|
95
96
|
- [ ] Dynascale: turn off incoming video when the browser is in the background
|
|
96
97
|
|
package/dist/css/styles.css
CHANGED
|
@@ -867,6 +867,17 @@
|
|
|
867
867
|
object-fit: contain;
|
|
868
868
|
}
|
|
869
869
|
}
|
|
870
|
+
.str-video__pip-layout {
|
|
871
|
+
display: flex;
|
|
872
|
+
flex-direction: column;
|
|
873
|
+
flex-wrap: wrap;
|
|
874
|
+
overflow: hidden;
|
|
875
|
+
justify-content: center;
|
|
876
|
+
gap: 1rem;
|
|
877
|
+
padding-inline: 1rem;
|
|
878
|
+
height: 100%;
|
|
879
|
+
}
|
|
880
|
+
|
|
870
881
|
.str-video__participant-list {
|
|
871
882
|
display: flex;
|
|
872
883
|
flex-direction: column;
|
|
@@ -1789,6 +1800,7 @@
|
|
|
1789
1800
|
}
|
|
1790
1801
|
.str-video__menu-container {
|
|
1791
1802
|
z-index: 2;
|
|
1803
|
+
width: max-content;
|
|
1792
1804
|
-ms-overflow-style: none;
|
|
1793
1805
|
scrollbar-width: none;
|
|
1794
1806
|
}
|