@stream-io/video-react-sdk 1.12.11 → 1.13.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 +281 -209
- package/dist/index.cjs.js +114 -125
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +115 -126
- package/dist/index.es.js.map +1 -1
- package/dist/src/components/DeviceSettings/DeviceSelector.d.ts +0 -1
- package/dist/src/components/Search/SearchResults.d.ts +1 -1
- package/dist/src/core/hooks/useCalculateHardLimit.d.ts +9 -1
- package/dist/src/hooks/usePersistedDevicePreferences.d.ts +5 -2
- package/package.json +6 -7
- package/src/components/BackgroundFilters/BackgroundFilters.tsx +2 -2
- package/src/components/CallControls/RecordCallButton.tsx +1 -1
- package/src/components/CallControls/ToggleAudioButton.tsx +3 -3
- package/src/components/CallControls/ToggleVideoButton.tsx +2 -2
- package/src/components/DeviceSettings/DeviceSelector.tsx +2 -3
- package/src/components/Search/SearchResults.tsx +3 -3
- package/src/core/components/Video/Video.tsx +2 -2
- package/src/hooks/usePersistedDevicePreferences.ts +183 -124
- package/src/utilities/filter.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,677 +2,749 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [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)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* 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)
|
|
11
|
+
|
|
12
|
+
## [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)
|
|
13
|
+
|
|
14
|
+
### Dependency Updates
|
|
15
|
+
|
|
16
|
+
* `@stream-io/video-client` updated to version `1.18.8`
|
|
17
|
+
* `@stream-io/video-react-bindings` updated to version `1.5.10`
|
|
18
|
+
|
|
19
|
+
* dependency upgrades and cleanup ([#1727](https://github.com/GetStream/stream-video-js/issues/1727)) ([c3b0ede](https://github.com/GetStream/stream-video-js/commit/c3b0ede3ce444c28c51457155e8ccff584c2c1e5))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* 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))
|
|
25
|
+
|
|
5
26
|
## [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)
|
|
6
27
|
|
|
7
28
|
### Dependency Updates
|
|
8
29
|
|
|
9
|
-
|
|
10
|
-
|
|
30
|
+
- `@stream-io/video-client` updated to version `1.18.7`
|
|
31
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.9`
|
|
32
|
+
|
|
11
33
|
## [1.12.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.9...@stream-io/video-react-sdk-1.12.10) (2025-03-19)
|
|
12
34
|
|
|
13
35
|
### Dependency Updates
|
|
14
36
|
|
|
15
|
-
|
|
37
|
+
- `@stream-io/video-styling` updated to version `1.1.2`
|
|
38
|
+
|
|
16
39
|
## [1.12.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.8...@stream-io/video-react-sdk-1.12.9) (2025-03-13)
|
|
17
40
|
|
|
18
41
|
### Dependency Updates
|
|
19
42
|
|
|
20
|
-
|
|
21
|
-
|
|
43
|
+
- `@stream-io/video-client` updated to version `1.18.6`
|
|
44
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.8`
|
|
22
45
|
|
|
23
46
|
### Bug Fixes
|
|
24
47
|
|
|
25
|
-
|
|
48
|
+
- expose useDeviceList ([#1723](https://github.com/GetStream/stream-video-js/issues/1723)) ([547703b](https://github.com/GetStream/stream-video-js/commit/547703b75daefbd0e34db6bd17cfc2f45d861005)), closes [#1701](https://github.com/GetStream/stream-video-js/issues/1701)
|
|
26
49
|
|
|
27
50
|
## [1.12.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.7...@stream-io/video-react-sdk-1.12.8) (2025-03-12)
|
|
28
51
|
|
|
29
52
|
### Dependency Updates
|
|
30
53
|
|
|
31
|
-
|
|
32
|
-
|
|
54
|
+
- `@stream-io/video-client` updated to version `1.18.5`
|
|
55
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.7`
|
|
33
56
|
|
|
34
57
|
### Bug Fixes
|
|
35
58
|
|
|
36
|
-
|
|
59
|
+
- add pending browser permission state ([#1718](https://github.com/GetStream/stream-video-js/issues/1718)) ([7f24be6](https://github.com/GetStream/stream-video-js/commit/7f24be63d33105d0688be7b5b625bc9b6aa0d3a9))
|
|
37
60
|
|
|
38
61
|
## [1.12.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.6...@stream-io/video-react-sdk-1.12.7) (2025-03-10)
|
|
39
62
|
|
|
40
63
|
### Dependency Updates
|
|
41
64
|
|
|
42
|
-
|
|
43
|
-
|
|
65
|
+
- `@stream-io/video-client` updated to version `1.18.4`
|
|
66
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.6`
|
|
44
67
|
|
|
45
68
|
### Bug Fixes
|
|
46
69
|
|
|
47
|
-
|
|
70
|
+
- disable the "Enter full screen" option on unsupported platforms ([#1715](https://github.com/GetStream/stream-video-js/issues/1715)) ([97da8d8](https://github.com/GetStream/stream-video-js/commit/97da8d8decf9d3a04d31d07a9f4259e4b712736d))
|
|
48
71
|
|
|
49
72
|
## [1.12.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.5...@stream-io/video-react-sdk-1.12.6) (2025-03-05)
|
|
50
73
|
|
|
51
74
|
### Dependency Updates
|
|
52
75
|
|
|
53
|
-
|
|
54
|
-
|
|
76
|
+
- `@stream-io/video-client` updated to version `1.18.3`
|
|
77
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.5`
|
|
78
|
+
|
|
55
79
|
## [1.12.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.4...@stream-io/video-react-sdk-1.12.5) (2025-03-04)
|
|
56
80
|
|
|
57
81
|
### Dependency Updates
|
|
58
82
|
|
|
59
|
-
|
|
60
|
-
|
|
83
|
+
- `@stream-io/video-client` updated to version `1.18.2`
|
|
84
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.4`
|
|
85
|
+
|
|
61
86
|
## [1.12.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.3...@stream-io/video-react-sdk-1.12.4) (2025-02-28)
|
|
62
87
|
|
|
63
88
|
### Dependency Updates
|
|
64
89
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
## [1.12.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.2...@stream-io/video-react-sdk-1.12.3) (2025-02-27)
|
|
90
|
+
- `@stream-io/video-client` updated to version `1.18.1`
|
|
91
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.3`
|
|
68
92
|
|
|
93
|
+
## [1.12.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.2...@stream-io/video-react-sdk-1.12.3) (2025-02-27)
|
|
69
94
|
|
|
70
95
|
### Bug Fixes
|
|
71
96
|
|
|
72
|
-
|
|
97
|
+
- add explicit default device option to device selectors ([#1701](https://github.com/GetStream/stream-video-js/issues/1701)) ([1b8e11b](https://github.com/GetStream/stream-video-js/commit/1b8e11b65b5323d440fcb9b03a464a580bca767e))
|
|
73
98
|
|
|
74
99
|
## [1.12.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.1...@stream-io/video-react-sdk-1.12.2) (2025-02-26)
|
|
75
100
|
|
|
76
101
|
### Dependency Updates
|
|
77
102
|
|
|
78
|
-
|
|
79
|
-
|
|
103
|
+
- `@stream-io/video-client` updated to version `1.18.0`
|
|
104
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.2`
|
|
105
|
+
|
|
80
106
|
## [1.12.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.0...@stream-io/video-react-sdk-1.12.1) (2025-02-19)
|
|
81
107
|
|
|
82
108
|
### Dependency Updates
|
|
83
109
|
|
|
84
|
-
|
|
85
|
-
|
|
110
|
+
- `@stream-io/video-client` updated to version `1.17.1`
|
|
111
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.1`
|
|
112
|
+
|
|
86
113
|
## [1.12.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.11.10...@stream-io/video-react-sdk-1.12.0) (2025-02-17)
|
|
87
114
|
|
|
88
115
|
### Dependency Updates
|
|
89
116
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
117
|
+
- `@stream-io/video-client` updated to version `1.17.0`
|
|
118
|
+
- `@stream-io/video-filters-web` updated to version `0.1.7`
|
|
119
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.0`
|
|
120
|
+
- `@stream-io/audio-filters-web` updated to version `0.2.3`
|
|
94
121
|
|
|
95
122
|
### Features
|
|
96
123
|
|
|
97
|
-
|
|
124
|
+
- support static token and token provider at the same time ([#1685](https://github.com/GetStream/stream-video-js/issues/1685)) ([4365a3d](https://github.com/GetStream/stream-video-js/commit/4365a3dd0a14c98041982bde8be21258b8cfd571))
|
|
98
125
|
|
|
99
126
|
## [1.11.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.11.9...@stream-io/video-react-sdk-1.11.10) (2025-02-12)
|
|
100
127
|
|
|
101
128
|
### Dependency Updates
|
|
102
129
|
|
|
103
|
-
|
|
104
|
-
|
|
130
|
+
- `@stream-io/video-client` updated to version `1.16.7`
|
|
131
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.15`
|
|
132
|
+
|
|
105
133
|
## [1.11.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.11.8...@stream-io/video-react-sdk-1.11.9) (2025-02-11)
|
|
106
134
|
|
|
107
135
|
### Dependency Updates
|
|
108
136
|
|
|
109
|
-
|
|
110
|
-
|
|
137
|
+
- `@stream-io/video-client` updated to version `1.16.6`
|
|
138
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.14`
|
|
139
|
+
|
|
111
140
|
## [1.11.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.11.7...@stream-io/video-react-sdk-1.11.8) (2025-02-10)
|
|
112
141
|
|
|
113
142
|
### Dependency Updates
|
|
114
143
|
|
|
115
|
-
|
|
116
|
-
|
|
144
|
+
- `@stream-io/video-client` updated to version `1.16.5`
|
|
145
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.13`
|
|
146
|
+
|
|
117
147
|
## [1.11.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.11.6...@stream-io/video-react-sdk-1.11.7) (2025-02-07)
|
|
118
148
|
|
|
119
149
|
### Dependency Updates
|
|
120
150
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
## [1.11.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.11.5...@stream-io/video-react-sdk-1.11.6) (2025-02-07)
|
|
151
|
+
- `@stream-io/video-client` updated to version `1.16.4`
|
|
152
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.12`
|
|
124
153
|
|
|
154
|
+
## [1.11.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.11.5...@stream-io/video-react-sdk-1.11.6) (2025-02-07)
|
|
125
155
|
|
|
126
156
|
### Bug Fixes
|
|
127
157
|
|
|
128
|
-
|
|
158
|
+
- handle LivestreamLayout muted prop ([#1674](https://github.com/GetStream/stream-video-js/issues/1674)) ([f739b56](https://github.com/GetStream/stream-video-js/commit/f739b56980a18f1fb8b9c36fbcf284996a535706))
|
|
129
159
|
|
|
130
160
|
## [1.11.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.11.4...@stream-io/video-react-sdk-1.11.5) (2025-02-06)
|
|
131
161
|
|
|
132
162
|
### Dependency Updates
|
|
133
163
|
|
|
134
|
-
|
|
135
|
-
|
|
164
|
+
- `@stream-io/video-client` updated to version `1.16.3`
|
|
165
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.11`
|
|
166
|
+
|
|
136
167
|
## [1.11.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.11.3...@stream-io/video-react-sdk-1.11.4) (2025-02-05)
|
|
137
168
|
|
|
138
169
|
### Dependency Updates
|
|
139
170
|
|
|
140
|
-
|
|
141
|
-
|
|
171
|
+
- `@stream-io/video-client` updated to version `1.16.2`
|
|
172
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.10`
|
|
173
|
+
|
|
142
174
|
## [1.11.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.11.2...@stream-io/video-react-sdk-1.11.3) (2025-02-05)
|
|
143
175
|
|
|
144
176
|
### Dependency Updates
|
|
145
177
|
|
|
146
|
-
|
|
147
|
-
|
|
178
|
+
- `@stream-io/video-client` updated to version `1.16.1`
|
|
179
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.9`
|
|
180
|
+
|
|
148
181
|
## [1.11.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.11.1...@stream-io/video-react-sdk-1.11.2) (2025-01-31)
|
|
149
182
|
|
|
150
183
|
### Dependency Updates
|
|
151
184
|
|
|
152
|
-
|
|
153
|
-
|
|
185
|
+
- `@stream-io/video-client` updated to version `1.16.0`
|
|
186
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.8`
|
|
187
|
+
|
|
154
188
|
## [1.11.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.11.0...@stream-io/video-react-sdk-1.11.1) (2025-01-29)
|
|
155
189
|
|
|
156
190
|
### Dependency Updates
|
|
157
191
|
|
|
158
|
-
|
|
159
|
-
|
|
192
|
+
- `@stream-io/video-client` updated to version `1.15.7`
|
|
193
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.7`
|
|
194
|
+
|
|
160
195
|
## [1.11.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.10.6...@stream-io/video-react-sdk-1.11.0) (2025-01-29)
|
|
161
196
|
|
|
162
197
|
### Dependency Updates
|
|
163
198
|
|
|
164
|
-
|
|
165
|
-
|
|
199
|
+
- `@stream-io/video-client` updated to version `1.15.6`
|
|
200
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.6`
|
|
166
201
|
|
|
167
202
|
### Features
|
|
168
203
|
|
|
169
|
-
|
|
204
|
+
- [VID-315] allow filtering participants using filter object ([#1655](https://github.com/GetStream/stream-video-js/issues/1655)) ([8674390](https://github.com/GetStream/stream-video-js/commit/86743902725a8c23165068c3f5abf2370bc42a8d))
|
|
170
205
|
|
|
171
206
|
## [1.10.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.10.5...@stream-io/video-react-sdk-1.10.6) (2025-01-24)
|
|
172
207
|
|
|
173
208
|
### Dependency Updates
|
|
174
209
|
|
|
175
|
-
|
|
176
|
-
|
|
210
|
+
- `@stream-io/video-client` updated to version `1.15.5`
|
|
211
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.5`
|
|
212
|
+
|
|
177
213
|
## [1.10.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.10.4...@stream-io/video-react-sdk-1.10.5) (2025-01-23)
|
|
178
214
|
|
|
179
215
|
### Dependency Updates
|
|
180
216
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
## [1.10.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.10.3...@stream-io/video-react-sdk-1.10.4) (2025-01-22)
|
|
217
|
+
- `@stream-io/video-client` updated to version `1.15.4`
|
|
218
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.4`
|
|
184
219
|
|
|
220
|
+
## [1.10.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.10.3...@stream-io/video-react-sdk-1.10.4) (2025-01-22)
|
|
185
221
|
|
|
186
222
|
### Bug Fixes
|
|
187
223
|
|
|
188
|
-
|
|
224
|
+
- **LivestreamPlayer:** don't render any component until `call` is ready ([#1653](https://github.com/GetStream/stream-video-js/issues/1653)) ([63afc30](https://github.com/GetStream/stream-video-js/commit/63afc3090a5ceb3d656f0111bc348d79b895ab5f))
|
|
189
225
|
|
|
190
226
|
## [1.10.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.10.2...@stream-io/video-react-sdk-1.10.3) (2025-01-21)
|
|
191
227
|
|
|
192
228
|
### Dependency Updates
|
|
193
229
|
|
|
194
|
-
|
|
195
|
-
|
|
230
|
+
- `@stream-io/video-client` updated to version `1.15.3`
|
|
231
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.3`
|
|
232
|
+
|
|
196
233
|
## [1.10.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.10.1...@stream-io/video-react-sdk-1.10.2) (2025-01-20)
|
|
197
234
|
|
|
198
235
|
### Dependency Updates
|
|
199
236
|
|
|
200
|
-
|
|
201
|
-
|
|
237
|
+
- `@stream-io/video-client` updated to version `1.15.2`
|
|
238
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.2`
|
|
239
|
+
|
|
202
240
|
## [1.10.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.10.0...@stream-io/video-react-sdk-1.10.1) (2025-01-16)
|
|
203
241
|
|
|
204
242
|
### Dependency Updates
|
|
205
243
|
|
|
206
|
-
|
|
207
|
-
|
|
244
|
+
- `@stream-io/video-client` updated to version `1.15.1`
|
|
245
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.1`
|
|
246
|
+
|
|
208
247
|
## [1.10.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.9.0...@stream-io/video-react-sdk-1.10.0) (2025-01-15)
|
|
209
248
|
|
|
210
249
|
### Dependency Updates
|
|
211
250
|
|
|
212
|
-
|
|
213
|
-
|
|
251
|
+
- `@stream-io/video-client` updated to version `1.15.0`
|
|
252
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.0`
|
|
214
253
|
|
|
215
254
|
### Features
|
|
216
255
|
|
|
217
|
-
|
|
256
|
+
- Codec Negotiation ([#1527](https://github.com/GetStream/stream-video-js/issues/1527)) ([2e9e344](https://github.com/GetStream/stream-video-js/commit/2e9e344d5259e3069dddb17846013becef24829e))
|
|
218
257
|
|
|
219
258
|
## [1.9.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.8.7...@stream-io/video-react-sdk-1.9.0) (2025-01-02)
|
|
220
259
|
|
|
221
260
|
### Dependency Updates
|
|
222
261
|
|
|
223
|
-
|
|
224
|
-
|
|
262
|
+
- `@stream-io/video-client` updated to version `1.14.0`
|
|
263
|
+
- `@stream-io/video-react-bindings` updated to version `1.3.0`
|
|
225
264
|
|
|
226
265
|
### Features
|
|
227
266
|
|
|
228
|
-
|
|
267
|
+
- **closed captions:** Integration in the SDKs ([#1508](https://github.com/GetStream/stream-video-js/issues/1508)) ([bcb8589](https://github.com/GetStream/stream-video-js/commit/bcb85892c0dafcb03f9debf8d2fd361622224166))
|
|
229
268
|
|
|
230
269
|
## [1.8.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.8.6...@stream-io/video-react-sdk-1.8.7) (2024-12-20)
|
|
231
270
|
|
|
232
271
|
### Dependency Updates
|
|
233
272
|
|
|
234
|
-
|
|
235
|
-
|
|
273
|
+
- `@stream-io/video-client` updated to version `1.13.1`
|
|
274
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.16`
|
|
275
|
+
|
|
236
276
|
## [1.8.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.8.5...@stream-io/video-react-sdk-1.8.6) (2024-12-20)
|
|
237
277
|
|
|
238
278
|
### Dependency Updates
|
|
239
279
|
|
|
240
|
-
|
|
241
|
-
|
|
280
|
+
- `@stream-io/video-client` updated to version `1.13.0`
|
|
281
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.15`
|
|
282
|
+
|
|
242
283
|
## [1.8.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.8.4...@stream-io/video-react-sdk-1.8.5) (2024-12-17)
|
|
243
284
|
|
|
244
285
|
### Dependency Updates
|
|
245
286
|
|
|
246
|
-
|
|
247
|
-
|
|
287
|
+
- `@stream-io/video-client` updated to version `1.12.4`
|
|
288
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.14`
|
|
289
|
+
|
|
248
290
|
## [1.8.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.8.3...@stream-io/video-react-sdk-1.8.4) (2024-12-13)
|
|
249
291
|
|
|
250
292
|
### Dependency Updates
|
|
251
293
|
|
|
252
|
-
|
|
253
|
-
|
|
294
|
+
- `@stream-io/video-client` updated to version `1.12.3`
|
|
295
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.13`
|
|
296
|
+
|
|
254
297
|
## [1.8.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.8.2...@stream-io/video-react-sdk-1.8.3) (2024-12-11)
|
|
255
298
|
|
|
256
299
|
### Dependency Updates
|
|
257
300
|
|
|
258
|
-
|
|
259
|
-
|
|
301
|
+
- `@stream-io/video-client` updated to version `1.12.2`
|
|
302
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.12`
|
|
260
303
|
|
|
261
|
-
|
|
304
|
+
- drop docusaurus docs ([#1613](https://github.com/GetStream/stream-video-js/issues/1613)) ([8743c8d](https://github.com/GetStream/stream-video-js/commit/8743c8d221191759266010c6cd053480da1d71a5))
|
|
262
305
|
|
|
263
306
|
## [1.8.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.8.1...@stream-io/video-react-sdk-1.8.2) (2024-12-11)
|
|
264
307
|
|
|
265
308
|
### Dependency Updates
|
|
266
309
|
|
|
267
|
-
|
|
268
|
-
|
|
310
|
+
- `@stream-io/video-client` updated to version `1.12.1`
|
|
311
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.11`
|
|
312
|
+
|
|
269
313
|
## [1.8.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.8.0...@stream-io/video-react-sdk-1.8.1) (2024-12-10)
|
|
270
314
|
|
|
271
315
|
### Dependency Updates
|
|
272
316
|
|
|
273
|
-
|
|
274
|
-
|
|
317
|
+
- `@stream-io/video-client` updated to version `1.12.0`
|
|
318
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.10`
|
|
319
|
+
|
|
275
320
|
## [1.8.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.30...@stream-io/video-react-sdk-1.8.0) (2024-12-09)
|
|
276
321
|
|
|
277
322
|
### Dependency Updates
|
|
278
323
|
|
|
279
|
-
|
|
280
|
-
|
|
324
|
+
- `@stream-io/video-client` updated to version `1.11.15`
|
|
325
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.9`
|
|
281
326
|
|
|
282
327
|
### Features
|
|
283
328
|
|
|
284
|
-
|
|
329
|
+
- add an option to filter participants in layouts ([#1612](https://github.com/GetStream/stream-video-js/issues/1612)) ([e1eac3f](https://github.com/GetStream/stream-video-js/commit/e1eac3fa4aa9239b9f0e75b6f33d51cd39c788e5))
|
|
285
330
|
|
|
286
331
|
## [1.7.30](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.29...@stream-io/video-react-sdk-1.7.30) (2024-12-04)
|
|
287
332
|
|
|
288
333
|
### Dependency Updates
|
|
289
334
|
|
|
290
|
-
|
|
291
|
-
|
|
335
|
+
- `@stream-io/video-client` updated to version `1.11.14`
|
|
336
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.8`
|
|
337
|
+
|
|
292
338
|
## [1.7.29](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.28...@stream-io/video-react-sdk-1.7.29) (2024-12-03)
|
|
293
339
|
|
|
294
340
|
### Dependency Updates
|
|
295
341
|
|
|
296
|
-
|
|
297
|
-
|
|
342
|
+
- `@stream-io/video-client` updated to version `1.11.13`
|
|
343
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.7`
|
|
344
|
+
|
|
298
345
|
## [1.7.28](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.27...@stream-io/video-react-sdk-1.7.28) (2024-12-03)
|
|
299
346
|
|
|
300
347
|
### Dependency Updates
|
|
301
348
|
|
|
302
|
-
|
|
303
|
-
|
|
349
|
+
- `@stream-io/video-client` updated to version `1.11.12`
|
|
350
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.6`
|
|
351
|
+
|
|
304
352
|
## [1.7.27](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.26...@stream-io/video-react-sdk-1.7.27) (2024-11-29)
|
|
305
353
|
|
|
306
354
|
### Dependency Updates
|
|
307
355
|
|
|
308
|
-
|
|
309
|
-
|
|
356
|
+
- `@stream-io/video-client` updated to version `1.11.11`
|
|
357
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.5`
|
|
310
358
|
|
|
311
359
|
### Bug Fixes
|
|
312
360
|
|
|
313
|
-
|
|
361
|
+
- revert [#1604](https://github.com/GetStream/stream-video-js/issues/1604) ([#1607](https://github.com/GetStream/stream-video-js/issues/1607)) ([567e4fb](https://github.com/GetStream/stream-video-js/commit/567e4fb309509b6b0d814826856d0a15efe16271))
|
|
314
362
|
|
|
315
363
|
## [1.7.26](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.25...@stream-io/video-react-sdk-1.7.26) (2024-11-28)
|
|
316
364
|
|
|
317
365
|
### Dependency Updates
|
|
318
366
|
|
|
319
|
-
|
|
320
|
-
|
|
367
|
+
- `@stream-io/video-client` updated to version `1.11.10`
|
|
368
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.4`
|
|
369
|
+
|
|
321
370
|
## [1.7.25](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.24...@stream-io/video-react-sdk-1.7.25) (2024-11-27)
|
|
322
371
|
|
|
323
372
|
### Dependency Updates
|
|
324
373
|
|
|
325
|
-
|
|
326
|
-
|
|
374
|
+
- `@stream-io/video-client` updated to version `1.11.9`
|
|
375
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.3`
|
|
327
376
|
|
|
328
377
|
### Bug Fixes
|
|
329
378
|
|
|
330
|
-
|
|
379
|
+
- cover some device selection edge cases ([#1604](https://github.com/GetStream/stream-video-js/issues/1604)) ([a8fc0ea](https://github.com/GetStream/stream-video-js/commit/a8fc0eaf1ed6c79ce24f77f52351a1e90701bd02))
|
|
331
380
|
|
|
332
381
|
## [1.7.24](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.23...@stream-io/video-react-sdk-1.7.24) (2024-11-27)
|
|
333
382
|
|
|
334
383
|
### Dependency Updates
|
|
335
384
|
|
|
336
|
-
|
|
337
|
-
|
|
385
|
+
- `@stream-io/video-client` updated to version `1.11.8`
|
|
386
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.2`
|
|
387
|
+
|
|
338
388
|
## [1.7.23](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.22...@stream-io/video-react-sdk-1.7.23) (2024-11-26)
|
|
339
389
|
|
|
340
390
|
### Dependency Updates
|
|
341
391
|
|
|
342
|
-
|
|
343
|
-
|
|
392
|
+
- `@stream-io/video-client` updated to version `1.11.7`
|
|
393
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.1`
|
|
394
|
+
|
|
344
395
|
## [1.7.22](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.21...@stream-io/video-react-sdk-1.7.22) (2024-11-25)
|
|
345
396
|
|
|
346
397
|
### Dependency Updates
|
|
347
398
|
|
|
348
|
-
|
|
399
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.0`
|
|
400
|
+
|
|
349
401
|
## [1.7.21](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.20...@stream-io/video-react-sdk-1.7.21) (2024-11-22)
|
|
350
402
|
|
|
351
403
|
### Dependency Updates
|
|
352
404
|
|
|
353
|
-
|
|
354
|
-
|
|
405
|
+
- `@stream-io/video-client` updated to version `1.11.6`
|
|
406
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.23`
|
|
407
|
+
|
|
355
408
|
## [1.7.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.19...@stream-io/video-react-sdk-1.7.20) (2024-11-22)
|
|
356
409
|
|
|
357
410
|
### Dependency Updates
|
|
358
411
|
|
|
359
|
-
|
|
360
|
-
|
|
412
|
+
- `@stream-io/video-client` updated to version `1.11.5`
|
|
413
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.22`
|
|
414
|
+
|
|
361
415
|
## [1.7.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.18...@stream-io/video-react-sdk-1.7.19) (2024-11-21)
|
|
362
416
|
|
|
363
417
|
### Dependency Updates
|
|
364
418
|
|
|
365
|
-
|
|
366
|
-
|
|
419
|
+
- `@stream-io/video-client` updated to version `1.11.4`
|
|
420
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.21`
|
|
421
|
+
|
|
367
422
|
## [1.7.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.17...@stream-io/video-react-sdk-1.7.18) (2024-11-20)
|
|
368
423
|
|
|
369
424
|
### Dependency Updates
|
|
370
425
|
|
|
371
|
-
|
|
372
|
-
|
|
426
|
+
- `@stream-io/video-client` updated to version `1.11.3`
|
|
427
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.20`
|
|
428
|
+
|
|
373
429
|
## [1.7.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.16...@stream-io/video-react-sdk-1.7.17) (2024-11-14)
|
|
374
430
|
|
|
375
431
|
### Dependency Updates
|
|
376
432
|
|
|
377
|
-
|
|
378
|
-
|
|
433
|
+
- `@stream-io/video-client` updated to version `1.11.2`
|
|
434
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.19`
|
|
379
435
|
|
|
380
|
-
|
|
436
|
+
- add reason for cancel call click button ([#1577](https://github.com/GetStream/stream-video-js/issues/1577)) ([bcac386](https://github.com/GetStream/stream-video-js/commit/bcac386b6baa039b23f2281a1f7df0c633af035f))
|
|
381
437
|
|
|
382
438
|
## [1.7.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.15...@stream-io/video-react-sdk-1.7.16) (2024-11-14)
|
|
383
439
|
|
|
384
440
|
### Dependency Updates
|
|
385
441
|
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
## [1.7.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.14...@stream-io/video-react-sdk-1.7.15) (2024-11-13)
|
|
442
|
+
- `@stream-io/video-client` updated to version `1.11.1`
|
|
443
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.18`
|
|
389
444
|
|
|
445
|
+
## [1.7.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.14...@stream-io/video-react-sdk-1.7.15) (2024-11-13)
|
|
390
446
|
|
|
391
447
|
### Bug Fixes
|
|
392
448
|
|
|
393
|
-
|
|
449
|
+
- race conditions in usePersistedDevicePreferences ([#1575](https://github.com/GetStream/stream-video-js/issues/1575)) ([08aacc4](https://github.com/GetStream/stream-video-js/commit/08aacc4e35920e30d9f091ba9207ecf757d86796))
|
|
394
450
|
|
|
395
451
|
## [1.7.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.13...@stream-io/video-react-sdk-1.7.14) (2024-11-13)
|
|
396
452
|
|
|
397
453
|
### Dependency Updates
|
|
398
454
|
|
|
399
|
-
|
|
400
|
-
|
|
455
|
+
- `@stream-io/video-client` updated to version `1.11.0`
|
|
456
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.17`
|
|
457
|
+
|
|
401
458
|
## [1.7.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.12...@stream-io/video-react-sdk-1.7.13) (2024-11-12)
|
|
402
459
|
|
|
403
460
|
### Dependency Updates
|
|
404
461
|
|
|
405
|
-
|
|
462
|
+
- `@stream-io/video-filters-web` updated to version `0.1.6`
|
|
406
463
|
|
|
407
464
|
### Bug Fixes
|
|
408
465
|
|
|
409
|
-
|
|
466
|
+
- reset background blur level when filter is disabled ([#1570](https://github.com/GetStream/stream-video-js/issues/1570)) ([d0a0b24](https://github.com/GetStream/stream-video-js/commit/d0a0b242f482eecad9f41741a42747d1d5b6d0fe))
|
|
410
467
|
|
|
411
468
|
## [1.7.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.11...@stream-io/video-react-sdk-1.7.12) (2024-11-08)
|
|
412
469
|
|
|
413
470
|
### Dependency Updates
|
|
414
471
|
|
|
415
|
-
|
|
472
|
+
- `@stream-io/video-filters-web` updated to version `0.1.5`
|
|
473
|
+
|
|
416
474
|
## [1.7.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.10...@stream-io/video-react-sdk-1.7.11) (2024-11-07)
|
|
417
475
|
|
|
418
476
|
### Dependency Updates
|
|
419
477
|
|
|
420
|
-
|
|
421
|
-
|
|
478
|
+
- `@stream-io/video-client` updated to version `1.10.5`
|
|
479
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.16`
|
|
480
|
+
|
|
422
481
|
## [1.7.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.9...@stream-io/video-react-sdk-1.7.10) (2024-11-07)
|
|
423
482
|
|
|
424
483
|
### Dependency Updates
|
|
425
484
|
|
|
426
|
-
|
|
427
|
-
|
|
485
|
+
- `@stream-io/video-client` updated to version `1.10.4`
|
|
486
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.15`
|
|
487
|
+
|
|
428
488
|
## [1.7.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.8...@stream-io/video-react-sdk-1.7.9) (2024-11-05)
|
|
429
489
|
|
|
430
490
|
### Dependency Updates
|
|
431
491
|
|
|
432
|
-
|
|
433
|
-
|
|
492
|
+
- `@stream-io/video-client` updated to version `1.10.3`
|
|
493
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.14`
|
|
494
|
+
|
|
434
495
|
## [1.7.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.7...@stream-io/video-react-sdk-1.7.8) (2024-11-01)
|
|
435
496
|
|
|
436
497
|
### Dependency Updates
|
|
437
498
|
|
|
438
|
-
|
|
499
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.13`
|
|
500
|
+
|
|
439
501
|
## [1.7.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.6...@stream-io/video-react-sdk-1.7.7) (2024-11-01)
|
|
440
502
|
|
|
441
503
|
### Dependency Updates
|
|
442
504
|
|
|
443
|
-
|
|
444
|
-
|
|
505
|
+
- `@stream-io/video-client` updated to version `1.10.2`
|
|
506
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.12`
|
|
507
|
+
|
|
445
508
|
## [1.7.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.5...@stream-io/video-react-sdk-1.7.6) (2024-11-01)
|
|
446
509
|
|
|
447
510
|
### Dependency Updates
|
|
448
511
|
|
|
449
|
-
|
|
512
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.11`
|
|
450
513
|
|
|
451
514
|
### Bug Fixes
|
|
452
515
|
|
|
453
|
-
|
|
516
|
+
- move useToggleCallRecording to react-bindings ([#1545](https://github.com/GetStream/stream-video-js/issues/1545)) ([73014ca](https://github.com/GetStream/stream-video-js/commit/73014ca6a4585680f581c4e9481c2d286f2fcd37))
|
|
454
517
|
|
|
455
518
|
## [1.7.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.4...@stream-io/video-react-sdk-1.7.5) (2024-10-30)
|
|
456
519
|
|
|
457
520
|
### Dependency Updates
|
|
458
521
|
|
|
459
|
-
|
|
460
|
-
|
|
522
|
+
- `@stream-io/video-client` updated to version `1.10.1`
|
|
523
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.10`
|
|
461
524
|
|
|
462
525
|
### Bug Fixes
|
|
463
526
|
|
|
464
|
-
|
|
527
|
+
- various device selector issues ([#1541](https://github.com/GetStream/stream-video-js/issues/1541)) ([f23618b](https://github.com/GetStream/stream-video-js/commit/f23618bda447eeb2d66f908bdb38b24db051f87c))
|
|
465
528
|
|
|
466
529
|
## [1.7.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.3...@stream-io/video-react-sdk-1.7.4) (2024-10-30)
|
|
467
530
|
|
|
468
531
|
### Dependency Updates
|
|
469
532
|
|
|
470
|
-
|
|
471
|
-
|
|
533
|
+
- `@stream-io/video-client` updated to version `1.10.0`
|
|
534
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.9`
|
|
535
|
+
|
|
472
536
|
## [1.7.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.2...@stream-io/video-react-sdk-1.7.3) (2024-10-28)
|
|
473
537
|
|
|
474
538
|
### Dependency Updates
|
|
475
539
|
|
|
476
|
-
|
|
477
|
-
|
|
540
|
+
- `@stream-io/video-client` updated to version `1.9.3`
|
|
541
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.8`
|
|
542
|
+
|
|
478
543
|
## [1.7.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.1...@stream-io/video-react-sdk-1.7.2) (2024-10-21)
|
|
479
544
|
|
|
480
545
|
### Dependency Updates
|
|
481
546
|
|
|
482
|
-
|
|
483
|
-
|
|
547
|
+
- `@stream-io/video-client` updated to version `1.9.2`
|
|
548
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.7`
|
|
549
|
+
|
|
484
550
|
## [1.7.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.7.0...@stream-io/video-react-sdk-1.7.1) (2024-10-18)
|
|
485
551
|
|
|
486
552
|
### Dependency Updates
|
|
487
553
|
|
|
488
|
-
|
|
489
|
-
|
|
554
|
+
- `@stream-io/video-client` updated to version `1.9.1`
|
|
555
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.6`
|
|
556
|
+
|
|
490
557
|
## [1.7.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.6.7...@stream-io/video-react-sdk-1.7.0) (2024-10-16)
|
|
491
558
|
|
|
492
559
|
### Dependency Updates
|
|
493
560
|
|
|
494
|
-
|
|
495
|
-
|
|
561
|
+
- `@stream-io/video-client` updated to version `1.9.0`
|
|
562
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.5`
|
|
496
563
|
|
|
497
564
|
### Features
|
|
498
565
|
|
|
499
|
-
|
|
566
|
+
- **svc-codec:** VP9 and AV1 support ([#1434](https://github.com/GetStream/stream-video-js/issues/1434)) ([c9c8530](https://github.com/GetStream/stream-video-js/commit/c9c8530d48c9206dc3803e6aa6cc1859fd433920))
|
|
500
567
|
|
|
501
568
|
## [1.6.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.6.6...@stream-io/video-react-sdk-1.6.7) (2024-10-16)
|
|
502
569
|
|
|
503
570
|
### Dependency Updates
|
|
504
571
|
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
572
|
+
- `@stream-io/video-client` updated to version `1.8.4`
|
|
573
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.4`
|
|
574
|
+
- `@stream-io/video-styling` updated to version `1.1.1`
|
|
508
575
|
|
|
509
576
|
### Bug Fixes
|
|
510
577
|
|
|
511
|
-
|
|
578
|
+
- PiP video placeholder ([#1509](https://github.com/GetStream/stream-video-js/issues/1509)) ([9eb2936](https://github.com/GetStream/stream-video-js/commit/9eb2936379726923ee43491ce965003e0e7f2c37))
|
|
512
579
|
|
|
513
580
|
## [1.6.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.6.5...@stream-io/video-react-sdk-1.6.6) (2024-10-14)
|
|
514
581
|
|
|
515
|
-
|
|
516
582
|
### Bug Fixes
|
|
517
583
|
|
|
518
|
-
|
|
584
|
+
- check for user capabilities before rendering call control buttons ([#1513](https://github.com/GetStream/stream-video-js/issues/1513)) ([9b11219](https://github.com/GetStream/stream-video-js/commit/9b1121966d3e3f7610fbbca386b8837563203e86))
|
|
519
585
|
|
|
520
586
|
## [1.6.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.6.4...@stream-io/video-react-sdk-1.6.5) (2024-10-10)
|
|
521
587
|
|
|
522
588
|
### Dependency Updates
|
|
523
589
|
|
|
524
|
-
|
|
525
|
-
|
|
590
|
+
- `@stream-io/video-client` updated to version `1.8.3`
|
|
591
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.3`
|
|
592
|
+
|
|
526
593
|
## [1.6.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.6.3...@stream-io/video-react-sdk-1.6.4) (2024-10-10)
|
|
527
594
|
|
|
528
595
|
### Dependency Updates
|
|
529
596
|
|
|
530
|
-
|
|
531
|
-
|
|
597
|
+
- `@stream-io/video-client` updated to version `1.8.2`
|
|
598
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.2`
|
|
599
|
+
|
|
532
600
|
## [1.6.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.6.2...@stream-io/video-react-sdk-1.6.3) (2024-10-10)
|
|
533
601
|
|
|
534
602
|
### Dependency Updates
|
|
535
603
|
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
## [1.6.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.6.1...@stream-io/video-react-sdk-1.6.2) (2024-10-07)
|
|
604
|
+
- `@stream-io/video-client` updated to version `1.8.1`
|
|
605
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.1`
|
|
539
606
|
|
|
607
|
+
## [1.6.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.6.1...@stream-io/video-react-sdk-1.6.2) (2024-10-07)
|
|
540
608
|
|
|
541
609
|
### Bug Fixes
|
|
542
610
|
|
|
543
|
-
|
|
611
|
+
- edge case with participant bar rendering ([#1512](https://github.com/GetStream/stream-video-js/issues/1512)) ([2c1c345](https://github.com/GetStream/stream-video-js/commit/2c1c3459c531c8b083f095c9ecc37235a89127c1))
|
|
544
612
|
|
|
545
613
|
## [1.6.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.6.0...@stream-io/video-react-sdk-1.6.1) (2024-10-04)
|
|
546
614
|
|
|
547
|
-
|
|
548
615
|
### Bug Fixes
|
|
549
616
|
|
|
550
|
-
|
|
617
|
+
- video should be enabled by default ([7340041](https://github.com/GetStream/stream-video-js/commit/73400414d472d39701fd31b54ac927a8a8865151))
|
|
551
618
|
|
|
552
619
|
## [1.6.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.5.0...@stream-io/video-react-sdk-1.6.0) (2024-10-03)
|
|
553
620
|
|
|
554
|
-
|
|
555
621
|
### Features
|
|
556
622
|
|
|
557
|
-
|
|
623
|
+
- add a prop to control mirroring of local participant video ([#1506](https://github.com/GetStream/stream-video-js/issues/1506)) ([ca12dc3](https://github.com/GetStream/stream-video-js/commit/ca12dc3ba34f6dec117ae6fe75d7dbe00f297fe4))
|
|
558
624
|
|
|
559
625
|
## [1.5.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.4.5...@stream-io/video-react-sdk-1.5.0) (2024-10-02)
|
|
560
626
|
|
|
561
627
|
### Dependency Updates
|
|
562
628
|
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
629
|
+
- `@stream-io/video-client` updated to version `1.8.0`
|
|
630
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.0`
|
|
631
|
+
- `@stream-io/video-styling` updated to version `1.1.0`
|
|
566
632
|
|
|
567
633
|
### Features
|
|
568
634
|
|
|
569
|
-
|
|
635
|
+
- manual video quality selection ([#1486](https://github.com/GetStream/stream-video-js/issues/1486)) ([3a754af](https://github.com/GetStream/stream-video-js/commit/3a754afa1bd13d038b1023520ec8a5296ad2669e))
|
|
570
636
|
|
|
571
637
|
## [1.4.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.4.4...@stream-io/video-react-sdk-1.4.5) (2024-10-02)
|
|
572
638
|
|
|
573
639
|
### Dependency Updates
|
|
574
640
|
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
## [1.4.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.4.3...@stream-io/video-react-sdk-1.4.4) (2024-10-01)
|
|
641
|
+
- `@stream-io/video-client` updated to version `1.7.4`
|
|
642
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.10`
|
|
578
643
|
|
|
644
|
+
## [1.4.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.4.3...@stream-io/video-react-sdk-1.4.4) (2024-10-01)
|
|
579
645
|
|
|
580
646
|
### Bug Fixes
|
|
581
647
|
|
|
582
|
-
|
|
648
|
+
- React v17 compatibility ([#1503](https://github.com/GetStream/stream-video-js/issues/1503)) ([a1797cf](https://github.com/GetStream/stream-video-js/commit/a1797cf1d62b1a74f0101bbd185b2cc0e1176575))
|
|
583
649
|
|
|
584
650
|
## [1.4.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.4.2...@stream-io/video-react-sdk-1.4.3) (2024-09-24)
|
|
585
651
|
|
|
586
652
|
### Dependency Updates
|
|
587
653
|
|
|
588
|
-
|
|
589
|
-
|
|
654
|
+
- `@stream-io/video-client` updated to version `1.7.3`
|
|
655
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.9`
|
|
656
|
+
|
|
590
657
|
## [1.4.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.4.1...@stream-io/video-react-sdk-1.4.2) (2024-09-20)
|
|
591
658
|
|
|
592
659
|
### Dependency Updates
|
|
593
660
|
|
|
594
|
-
|
|
595
|
-
|
|
661
|
+
- `@stream-io/video-client` updated to version `1.7.2`
|
|
662
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.8`
|
|
663
|
+
|
|
596
664
|
## [1.4.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.4.0...@stream-io/video-react-sdk-1.4.1) (2024-09-20)
|
|
597
665
|
|
|
598
666
|
### Dependency Updates
|
|
599
667
|
|
|
600
|
-
|
|
601
|
-
|
|
668
|
+
- `@stream-io/video-client` updated to version `1.7.1`
|
|
669
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.7`
|
|
670
|
+
|
|
602
671
|
## [1.4.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.3.6...@stream-io/video-react-sdk-1.4.0) (2024-09-19)
|
|
603
672
|
|
|
604
673
|
### Dependency Updates
|
|
605
674
|
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
675
|
+
- `@stream-io/video-client` updated to version `1.7.0`
|
|
676
|
+
- `@stream-io/video-filters-web` updated to version `0.1.4`
|
|
677
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.6`
|
|
678
|
+
- `@stream-io/audio-filters-web` updated to version `0.2.2`
|
|
610
679
|
|
|
611
680
|
### Features
|
|
612
681
|
|
|
613
|
-
|
|
682
|
+
- React SDK cold-start optimizations ([#1488](https://github.com/GetStream/stream-video-js/issues/1488)) ([972e579](https://github.com/GetStream/stream-video-js/commit/972e5792b5a131a212b1031ade76dcb383897a46))
|
|
614
683
|
|
|
615
684
|
## [1.3.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.3.5...@stream-io/video-react-sdk-1.3.6) (2024-09-19)
|
|
616
685
|
|
|
617
686
|
### Dependency Updates
|
|
618
687
|
|
|
619
|
-
|
|
620
|
-
|
|
688
|
+
- `@stream-io/video-client` updated to version `1.6.5`
|
|
689
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.5`
|
|
690
|
+
|
|
621
691
|
## [1.3.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.3.4...@stream-io/video-react-sdk-1.3.5) (2024-09-13)
|
|
622
692
|
|
|
623
693
|
### Dependency Updates
|
|
624
694
|
|
|
625
|
-
|
|
626
|
-
|
|
695
|
+
- `@stream-io/video-client` updated to version `1.6.4`
|
|
696
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.4`
|
|
697
|
+
|
|
627
698
|
## [1.3.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.3.3...@stream-io/video-react-sdk-1.3.4) (2024-09-11)
|
|
628
699
|
|
|
629
700
|
### Dependency Updates
|
|
630
701
|
|
|
631
|
-
|
|
632
|
-
|
|
702
|
+
- `@stream-io/video-client` updated to version `1.6.3`
|
|
703
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.3`
|
|
704
|
+
|
|
633
705
|
## [1.3.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.3.2...@stream-io/video-react-sdk-1.3.3) (2024-09-09)
|
|
634
706
|
|
|
635
707
|
### Dependency Updates
|
|
636
708
|
|
|
637
|
-
|
|
638
|
-
|
|
709
|
+
- `@stream-io/video-client` updated to version `1.6.2`
|
|
710
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.2`
|
|
711
|
+
|
|
639
712
|
## [1.3.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.3.1...@stream-io/video-react-sdk-1.3.2) (2024-09-05)
|
|
640
713
|
|
|
641
714
|
### Dependency Updates
|
|
642
715
|
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
## [1.3.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.3.0...@stream-io/video-react-sdk-1.3.1) (2024-09-05)
|
|
716
|
+
- `@stream-io/video-client` updated to version `1.6.1`
|
|
717
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.1`
|
|
646
718
|
|
|
719
|
+
## [1.3.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.3.0...@stream-io/video-react-sdk-1.3.1) (2024-09-05)
|
|
647
720
|
|
|
648
721
|
### Bug Fixes
|
|
649
722
|
|
|
650
|
-
|
|
723
|
+
- **composite:** hide the local participant for call recordings ([#1475](https://github.com/GetStream/stream-video-js/issues/1475)) ([f20ab9b](https://github.com/GetStream/stream-video-js/commit/f20ab9b6dc9a85d6d4d832d94ca1b369ba909658))
|
|
651
724
|
|
|
652
725
|
## [1.3.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.23...@stream-io/video-react-sdk-1.3.0) (2024-09-03)
|
|
653
726
|
|
|
654
727
|
### Dependency Updates
|
|
655
728
|
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
* **@stream-io/video-react-sdk:** release version 1.3.0 ([f70e443](https://github.com/GetStream/stream-video-js/commit/f70e443ce151fa3a885706d214c99c0a31587a11))
|
|
729
|
+
- `@stream-io/video-client` updated to version `1.6.0`
|
|
730
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.0`
|
|
660
731
|
|
|
732
|
+
- **@stream-io/video-react-sdk:** release version 1.3.0 ([f70e443](https://github.com/GetStream/stream-video-js/commit/f70e443ce151fa3a885706d214c99c0a31587a11))
|
|
661
733
|
|
|
662
734
|
### Features
|
|
663
735
|
|
|
664
|
-
|
|
736
|
+
- Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
|
|
665
737
|
|
|
666
738
|
## [1.3.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.23...@stream-io/video-react-sdk-1.3.0) (2024-09-03)
|
|
667
739
|
|
|
668
740
|
### Dependency Updates
|
|
669
741
|
|
|
670
|
-
|
|
671
|
-
|
|
742
|
+
- `@stream-io/video-client` updated to version `1.6.0`
|
|
743
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.56`
|
|
672
744
|
|
|
673
745
|
### Features
|
|
674
746
|
|
|
675
|
-
|
|
747
|
+
- Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
|
|
676
748
|
|
|
677
749
|
### [1.2.23](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.22...@stream-io/video-react-sdk-1.2.23) (2024-08-23)
|
|
678
750
|
|