@stream-io/video-react-sdk 1.12.11 → 1.13.0
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 +274 -209
- package/dist/index.cjs.js +113 -125
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +114 -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 +180 -124
- package/src/utilities/filter.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,677 +2,742 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [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)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/video-client` updated to version `1.18.8`
|
|
10
|
+
* `@stream-io/video-react-bindings` updated to version `1.5.10`
|
|
11
|
+
|
|
12
|
+
* dependency upgrades and cleanup ([#1727](https://github.com/GetStream/stream-video-js/issues/1727)) ([c3b0ede](https://github.com/GetStream/stream-video-js/commit/c3b0ede3ce444c28c51457155e8ccff584c2c1e5))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* 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))
|
|
18
|
+
|
|
5
19
|
## [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
20
|
|
|
7
21
|
### Dependency Updates
|
|
8
22
|
|
|
9
|
-
|
|
10
|
-
|
|
23
|
+
- `@stream-io/video-client` updated to version `1.18.7`
|
|
24
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.9`
|
|
25
|
+
|
|
11
26
|
## [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
27
|
|
|
13
28
|
### Dependency Updates
|
|
14
29
|
|
|
15
|
-
|
|
30
|
+
- `@stream-io/video-styling` updated to version `1.1.2`
|
|
31
|
+
|
|
16
32
|
## [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
33
|
|
|
18
34
|
### Dependency Updates
|
|
19
35
|
|
|
20
|
-
|
|
21
|
-
|
|
36
|
+
- `@stream-io/video-client` updated to version `1.18.6`
|
|
37
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.8`
|
|
22
38
|
|
|
23
39
|
### Bug Fixes
|
|
24
40
|
|
|
25
|
-
|
|
41
|
+
- 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
42
|
|
|
27
43
|
## [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
44
|
|
|
29
45
|
### Dependency Updates
|
|
30
46
|
|
|
31
|
-
|
|
32
|
-
|
|
47
|
+
- `@stream-io/video-client` updated to version `1.18.5`
|
|
48
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.7`
|
|
33
49
|
|
|
34
50
|
### Bug Fixes
|
|
35
51
|
|
|
36
|
-
|
|
52
|
+
- 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
53
|
|
|
38
54
|
## [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
55
|
|
|
40
56
|
### Dependency Updates
|
|
41
57
|
|
|
42
|
-
|
|
43
|
-
|
|
58
|
+
- `@stream-io/video-client` updated to version `1.18.4`
|
|
59
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.6`
|
|
44
60
|
|
|
45
61
|
### Bug Fixes
|
|
46
62
|
|
|
47
|
-
|
|
63
|
+
- 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
64
|
|
|
49
65
|
## [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
66
|
|
|
51
67
|
### Dependency Updates
|
|
52
68
|
|
|
53
|
-
|
|
54
|
-
|
|
69
|
+
- `@stream-io/video-client` updated to version `1.18.3`
|
|
70
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.5`
|
|
71
|
+
|
|
55
72
|
## [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
73
|
|
|
57
74
|
### Dependency Updates
|
|
58
75
|
|
|
59
|
-
|
|
60
|
-
|
|
76
|
+
- `@stream-io/video-client` updated to version `1.18.2`
|
|
77
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.4`
|
|
78
|
+
|
|
61
79
|
## [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
80
|
|
|
63
81
|
### Dependency Updates
|
|
64
82
|
|
|
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)
|
|
83
|
+
- `@stream-io/video-client` updated to version `1.18.1`
|
|
84
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.3`
|
|
68
85
|
|
|
86
|
+
## [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
87
|
|
|
70
88
|
### Bug Fixes
|
|
71
89
|
|
|
72
|
-
|
|
90
|
+
- 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
91
|
|
|
74
92
|
## [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
93
|
|
|
76
94
|
### Dependency Updates
|
|
77
95
|
|
|
78
|
-
|
|
79
|
-
|
|
96
|
+
- `@stream-io/video-client` updated to version `1.18.0`
|
|
97
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.2`
|
|
98
|
+
|
|
80
99
|
## [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
100
|
|
|
82
101
|
### Dependency Updates
|
|
83
102
|
|
|
84
|
-
|
|
85
|
-
|
|
103
|
+
- `@stream-io/video-client` updated to version `1.17.1`
|
|
104
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.1`
|
|
105
|
+
|
|
86
106
|
## [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
107
|
|
|
88
108
|
### Dependency Updates
|
|
89
109
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
110
|
+
- `@stream-io/video-client` updated to version `1.17.0`
|
|
111
|
+
- `@stream-io/video-filters-web` updated to version `0.1.7`
|
|
112
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.0`
|
|
113
|
+
- `@stream-io/audio-filters-web` updated to version `0.2.3`
|
|
94
114
|
|
|
95
115
|
### Features
|
|
96
116
|
|
|
97
|
-
|
|
117
|
+
- 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
118
|
|
|
99
119
|
## [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
120
|
|
|
101
121
|
### Dependency Updates
|
|
102
122
|
|
|
103
|
-
|
|
104
|
-
|
|
123
|
+
- `@stream-io/video-client` updated to version `1.16.7`
|
|
124
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.15`
|
|
125
|
+
|
|
105
126
|
## [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
127
|
|
|
107
128
|
### Dependency Updates
|
|
108
129
|
|
|
109
|
-
|
|
110
|
-
|
|
130
|
+
- `@stream-io/video-client` updated to version `1.16.6`
|
|
131
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.14`
|
|
132
|
+
|
|
111
133
|
## [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
134
|
|
|
113
135
|
### Dependency Updates
|
|
114
136
|
|
|
115
|
-
|
|
116
|
-
|
|
137
|
+
- `@stream-io/video-client` updated to version `1.16.5`
|
|
138
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.13`
|
|
139
|
+
|
|
117
140
|
## [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
141
|
|
|
119
142
|
### Dependency Updates
|
|
120
143
|
|
|
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)
|
|
144
|
+
- `@stream-io/video-client` updated to version `1.16.4`
|
|
145
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.12`
|
|
124
146
|
|
|
147
|
+
## [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
148
|
|
|
126
149
|
### Bug Fixes
|
|
127
150
|
|
|
128
|
-
|
|
151
|
+
- 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
152
|
|
|
130
153
|
## [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
154
|
|
|
132
155
|
### Dependency Updates
|
|
133
156
|
|
|
134
|
-
|
|
135
|
-
|
|
157
|
+
- `@stream-io/video-client` updated to version `1.16.3`
|
|
158
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.11`
|
|
159
|
+
|
|
136
160
|
## [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
161
|
|
|
138
162
|
### Dependency Updates
|
|
139
163
|
|
|
140
|
-
|
|
141
|
-
|
|
164
|
+
- `@stream-io/video-client` updated to version `1.16.2`
|
|
165
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.10`
|
|
166
|
+
|
|
142
167
|
## [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
168
|
|
|
144
169
|
### Dependency Updates
|
|
145
170
|
|
|
146
|
-
|
|
147
|
-
|
|
171
|
+
- `@stream-io/video-client` updated to version `1.16.1`
|
|
172
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.9`
|
|
173
|
+
|
|
148
174
|
## [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
175
|
|
|
150
176
|
### Dependency Updates
|
|
151
177
|
|
|
152
|
-
|
|
153
|
-
|
|
178
|
+
- `@stream-io/video-client` updated to version `1.16.0`
|
|
179
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.8`
|
|
180
|
+
|
|
154
181
|
## [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
182
|
|
|
156
183
|
### Dependency Updates
|
|
157
184
|
|
|
158
|
-
|
|
159
|
-
|
|
185
|
+
- `@stream-io/video-client` updated to version `1.15.7`
|
|
186
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.7`
|
|
187
|
+
|
|
160
188
|
## [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
189
|
|
|
162
190
|
### Dependency Updates
|
|
163
191
|
|
|
164
|
-
|
|
165
|
-
|
|
192
|
+
- `@stream-io/video-client` updated to version `1.15.6`
|
|
193
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.6`
|
|
166
194
|
|
|
167
195
|
### Features
|
|
168
196
|
|
|
169
|
-
|
|
197
|
+
- [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
198
|
|
|
171
199
|
## [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
200
|
|
|
173
201
|
### Dependency Updates
|
|
174
202
|
|
|
175
|
-
|
|
176
|
-
|
|
203
|
+
- `@stream-io/video-client` updated to version `1.15.5`
|
|
204
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.5`
|
|
205
|
+
|
|
177
206
|
## [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
207
|
|
|
179
208
|
### Dependency Updates
|
|
180
209
|
|
|
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)
|
|
210
|
+
- `@stream-io/video-client` updated to version `1.15.4`
|
|
211
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.4`
|
|
184
212
|
|
|
213
|
+
## [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
214
|
|
|
186
215
|
### Bug Fixes
|
|
187
216
|
|
|
188
|
-
|
|
217
|
+
- **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
218
|
|
|
190
219
|
## [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
220
|
|
|
192
221
|
### Dependency Updates
|
|
193
222
|
|
|
194
|
-
|
|
195
|
-
|
|
223
|
+
- `@stream-io/video-client` updated to version `1.15.3`
|
|
224
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.3`
|
|
225
|
+
|
|
196
226
|
## [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
227
|
|
|
198
228
|
### Dependency Updates
|
|
199
229
|
|
|
200
|
-
|
|
201
|
-
|
|
230
|
+
- `@stream-io/video-client` updated to version `1.15.2`
|
|
231
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.2`
|
|
232
|
+
|
|
202
233
|
## [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
234
|
|
|
204
235
|
### Dependency Updates
|
|
205
236
|
|
|
206
|
-
|
|
207
|
-
|
|
237
|
+
- `@stream-io/video-client` updated to version `1.15.1`
|
|
238
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.1`
|
|
239
|
+
|
|
208
240
|
## [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
241
|
|
|
210
242
|
### Dependency Updates
|
|
211
243
|
|
|
212
|
-
|
|
213
|
-
|
|
244
|
+
- `@stream-io/video-client` updated to version `1.15.0`
|
|
245
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.0`
|
|
214
246
|
|
|
215
247
|
### Features
|
|
216
248
|
|
|
217
|
-
|
|
249
|
+
- Codec Negotiation ([#1527](https://github.com/GetStream/stream-video-js/issues/1527)) ([2e9e344](https://github.com/GetStream/stream-video-js/commit/2e9e344d5259e3069dddb17846013becef24829e))
|
|
218
250
|
|
|
219
251
|
## [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
252
|
|
|
221
253
|
### Dependency Updates
|
|
222
254
|
|
|
223
|
-
|
|
224
|
-
|
|
255
|
+
- `@stream-io/video-client` updated to version `1.14.0`
|
|
256
|
+
- `@stream-io/video-react-bindings` updated to version `1.3.0`
|
|
225
257
|
|
|
226
258
|
### Features
|
|
227
259
|
|
|
228
|
-
|
|
260
|
+
- **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
261
|
|
|
230
262
|
## [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
263
|
|
|
232
264
|
### Dependency Updates
|
|
233
265
|
|
|
234
|
-
|
|
235
|
-
|
|
266
|
+
- `@stream-io/video-client` updated to version `1.13.1`
|
|
267
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.16`
|
|
268
|
+
|
|
236
269
|
## [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
270
|
|
|
238
271
|
### Dependency Updates
|
|
239
272
|
|
|
240
|
-
|
|
241
|
-
|
|
273
|
+
- `@stream-io/video-client` updated to version `1.13.0`
|
|
274
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.15`
|
|
275
|
+
|
|
242
276
|
## [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
277
|
|
|
244
278
|
### Dependency Updates
|
|
245
279
|
|
|
246
|
-
|
|
247
|
-
|
|
280
|
+
- `@stream-io/video-client` updated to version `1.12.4`
|
|
281
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.14`
|
|
282
|
+
|
|
248
283
|
## [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
284
|
|
|
250
285
|
### Dependency Updates
|
|
251
286
|
|
|
252
|
-
|
|
253
|
-
|
|
287
|
+
- `@stream-io/video-client` updated to version `1.12.3`
|
|
288
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.13`
|
|
289
|
+
|
|
254
290
|
## [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
291
|
|
|
256
292
|
### Dependency Updates
|
|
257
293
|
|
|
258
|
-
|
|
259
|
-
|
|
294
|
+
- `@stream-io/video-client` updated to version `1.12.2`
|
|
295
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.12`
|
|
260
296
|
|
|
261
|
-
|
|
297
|
+
- drop docusaurus docs ([#1613](https://github.com/GetStream/stream-video-js/issues/1613)) ([8743c8d](https://github.com/GetStream/stream-video-js/commit/8743c8d221191759266010c6cd053480da1d71a5))
|
|
262
298
|
|
|
263
299
|
## [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
300
|
|
|
265
301
|
### Dependency Updates
|
|
266
302
|
|
|
267
|
-
|
|
268
|
-
|
|
303
|
+
- `@stream-io/video-client` updated to version `1.12.1`
|
|
304
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.11`
|
|
305
|
+
|
|
269
306
|
## [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
307
|
|
|
271
308
|
### Dependency Updates
|
|
272
309
|
|
|
273
|
-
|
|
274
|
-
|
|
310
|
+
- `@stream-io/video-client` updated to version `1.12.0`
|
|
311
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.10`
|
|
312
|
+
|
|
275
313
|
## [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
314
|
|
|
277
315
|
### Dependency Updates
|
|
278
316
|
|
|
279
|
-
|
|
280
|
-
|
|
317
|
+
- `@stream-io/video-client` updated to version `1.11.15`
|
|
318
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.9`
|
|
281
319
|
|
|
282
320
|
### Features
|
|
283
321
|
|
|
284
|
-
|
|
322
|
+
- 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
323
|
|
|
286
324
|
## [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
325
|
|
|
288
326
|
### Dependency Updates
|
|
289
327
|
|
|
290
|
-
|
|
291
|
-
|
|
328
|
+
- `@stream-io/video-client` updated to version `1.11.14`
|
|
329
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.8`
|
|
330
|
+
|
|
292
331
|
## [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
332
|
|
|
294
333
|
### Dependency Updates
|
|
295
334
|
|
|
296
|
-
|
|
297
|
-
|
|
335
|
+
- `@stream-io/video-client` updated to version `1.11.13`
|
|
336
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.7`
|
|
337
|
+
|
|
298
338
|
## [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
339
|
|
|
300
340
|
### Dependency Updates
|
|
301
341
|
|
|
302
|
-
|
|
303
|
-
|
|
342
|
+
- `@stream-io/video-client` updated to version `1.11.12`
|
|
343
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.6`
|
|
344
|
+
|
|
304
345
|
## [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
346
|
|
|
306
347
|
### Dependency Updates
|
|
307
348
|
|
|
308
|
-
|
|
309
|
-
|
|
349
|
+
- `@stream-io/video-client` updated to version `1.11.11`
|
|
350
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.5`
|
|
310
351
|
|
|
311
352
|
### Bug Fixes
|
|
312
353
|
|
|
313
|
-
|
|
354
|
+
- 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
355
|
|
|
315
356
|
## [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
357
|
|
|
317
358
|
### Dependency Updates
|
|
318
359
|
|
|
319
|
-
|
|
320
|
-
|
|
360
|
+
- `@stream-io/video-client` updated to version `1.11.10`
|
|
361
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.4`
|
|
362
|
+
|
|
321
363
|
## [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
364
|
|
|
323
365
|
### Dependency Updates
|
|
324
366
|
|
|
325
|
-
|
|
326
|
-
|
|
367
|
+
- `@stream-io/video-client` updated to version `1.11.9`
|
|
368
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.3`
|
|
327
369
|
|
|
328
370
|
### Bug Fixes
|
|
329
371
|
|
|
330
|
-
|
|
372
|
+
- 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
373
|
|
|
332
374
|
## [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
375
|
|
|
334
376
|
### Dependency Updates
|
|
335
377
|
|
|
336
|
-
|
|
337
|
-
|
|
378
|
+
- `@stream-io/video-client` updated to version `1.11.8`
|
|
379
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.2`
|
|
380
|
+
|
|
338
381
|
## [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
382
|
|
|
340
383
|
### Dependency Updates
|
|
341
384
|
|
|
342
|
-
|
|
343
|
-
|
|
385
|
+
- `@stream-io/video-client` updated to version `1.11.7`
|
|
386
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.1`
|
|
387
|
+
|
|
344
388
|
## [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
389
|
|
|
346
390
|
### Dependency Updates
|
|
347
391
|
|
|
348
|
-
|
|
392
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.0`
|
|
393
|
+
|
|
349
394
|
## [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
395
|
|
|
351
396
|
### Dependency Updates
|
|
352
397
|
|
|
353
|
-
|
|
354
|
-
|
|
398
|
+
- `@stream-io/video-client` updated to version `1.11.6`
|
|
399
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.23`
|
|
400
|
+
|
|
355
401
|
## [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
402
|
|
|
357
403
|
### Dependency Updates
|
|
358
404
|
|
|
359
|
-
|
|
360
|
-
|
|
405
|
+
- `@stream-io/video-client` updated to version `1.11.5`
|
|
406
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.22`
|
|
407
|
+
|
|
361
408
|
## [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
409
|
|
|
363
410
|
### Dependency Updates
|
|
364
411
|
|
|
365
|
-
|
|
366
|
-
|
|
412
|
+
- `@stream-io/video-client` updated to version `1.11.4`
|
|
413
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.21`
|
|
414
|
+
|
|
367
415
|
## [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
416
|
|
|
369
417
|
### Dependency Updates
|
|
370
418
|
|
|
371
|
-
|
|
372
|
-
|
|
419
|
+
- `@stream-io/video-client` updated to version `1.11.3`
|
|
420
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.20`
|
|
421
|
+
|
|
373
422
|
## [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
423
|
|
|
375
424
|
### Dependency Updates
|
|
376
425
|
|
|
377
|
-
|
|
378
|
-
|
|
426
|
+
- `@stream-io/video-client` updated to version `1.11.2`
|
|
427
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.19`
|
|
379
428
|
|
|
380
|
-
|
|
429
|
+
- 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
430
|
|
|
382
431
|
## [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
432
|
|
|
384
433
|
### Dependency Updates
|
|
385
434
|
|
|
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)
|
|
435
|
+
- `@stream-io/video-client` updated to version `1.11.1`
|
|
436
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.18`
|
|
389
437
|
|
|
438
|
+
## [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
439
|
|
|
391
440
|
### Bug Fixes
|
|
392
441
|
|
|
393
|
-
|
|
442
|
+
- 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
443
|
|
|
395
444
|
## [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
445
|
|
|
397
446
|
### Dependency Updates
|
|
398
447
|
|
|
399
|
-
|
|
400
|
-
|
|
448
|
+
- `@stream-io/video-client` updated to version `1.11.0`
|
|
449
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.17`
|
|
450
|
+
|
|
401
451
|
## [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
452
|
|
|
403
453
|
### Dependency Updates
|
|
404
454
|
|
|
405
|
-
|
|
455
|
+
- `@stream-io/video-filters-web` updated to version `0.1.6`
|
|
406
456
|
|
|
407
457
|
### Bug Fixes
|
|
408
458
|
|
|
409
|
-
|
|
459
|
+
- 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
460
|
|
|
411
461
|
## [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
462
|
|
|
413
463
|
### Dependency Updates
|
|
414
464
|
|
|
415
|
-
|
|
465
|
+
- `@stream-io/video-filters-web` updated to version `0.1.5`
|
|
466
|
+
|
|
416
467
|
## [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
468
|
|
|
418
469
|
### Dependency Updates
|
|
419
470
|
|
|
420
|
-
|
|
421
|
-
|
|
471
|
+
- `@stream-io/video-client` updated to version `1.10.5`
|
|
472
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.16`
|
|
473
|
+
|
|
422
474
|
## [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
475
|
|
|
424
476
|
### Dependency Updates
|
|
425
477
|
|
|
426
|
-
|
|
427
|
-
|
|
478
|
+
- `@stream-io/video-client` updated to version `1.10.4`
|
|
479
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.15`
|
|
480
|
+
|
|
428
481
|
## [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
482
|
|
|
430
483
|
### Dependency Updates
|
|
431
484
|
|
|
432
|
-
|
|
433
|
-
|
|
485
|
+
- `@stream-io/video-client` updated to version `1.10.3`
|
|
486
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.14`
|
|
487
|
+
|
|
434
488
|
## [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
489
|
|
|
436
490
|
### Dependency Updates
|
|
437
491
|
|
|
438
|
-
|
|
492
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.13`
|
|
493
|
+
|
|
439
494
|
## [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
495
|
|
|
441
496
|
### Dependency Updates
|
|
442
497
|
|
|
443
|
-
|
|
444
|
-
|
|
498
|
+
- `@stream-io/video-client` updated to version `1.10.2`
|
|
499
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.12`
|
|
500
|
+
|
|
445
501
|
## [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
502
|
|
|
447
503
|
### Dependency Updates
|
|
448
504
|
|
|
449
|
-
|
|
505
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.11`
|
|
450
506
|
|
|
451
507
|
### Bug Fixes
|
|
452
508
|
|
|
453
|
-
|
|
509
|
+
- 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
510
|
|
|
455
511
|
## [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
512
|
|
|
457
513
|
### Dependency Updates
|
|
458
514
|
|
|
459
|
-
|
|
460
|
-
|
|
515
|
+
- `@stream-io/video-client` updated to version `1.10.1`
|
|
516
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.10`
|
|
461
517
|
|
|
462
518
|
### Bug Fixes
|
|
463
519
|
|
|
464
|
-
|
|
520
|
+
- 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
521
|
|
|
466
522
|
## [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
523
|
|
|
468
524
|
### Dependency Updates
|
|
469
525
|
|
|
470
|
-
|
|
471
|
-
|
|
526
|
+
- `@stream-io/video-client` updated to version `1.10.0`
|
|
527
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.9`
|
|
528
|
+
|
|
472
529
|
## [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
530
|
|
|
474
531
|
### Dependency Updates
|
|
475
532
|
|
|
476
|
-
|
|
477
|
-
|
|
533
|
+
- `@stream-io/video-client` updated to version `1.9.3`
|
|
534
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.8`
|
|
535
|
+
|
|
478
536
|
## [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
537
|
|
|
480
538
|
### Dependency Updates
|
|
481
539
|
|
|
482
|
-
|
|
483
|
-
|
|
540
|
+
- `@stream-io/video-client` updated to version `1.9.2`
|
|
541
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.7`
|
|
542
|
+
|
|
484
543
|
## [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
544
|
|
|
486
545
|
### Dependency Updates
|
|
487
546
|
|
|
488
|
-
|
|
489
|
-
|
|
547
|
+
- `@stream-io/video-client` updated to version `1.9.1`
|
|
548
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.6`
|
|
549
|
+
|
|
490
550
|
## [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
551
|
|
|
492
552
|
### Dependency Updates
|
|
493
553
|
|
|
494
|
-
|
|
495
|
-
|
|
554
|
+
- `@stream-io/video-client` updated to version `1.9.0`
|
|
555
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.5`
|
|
496
556
|
|
|
497
557
|
### Features
|
|
498
558
|
|
|
499
|
-
|
|
559
|
+
- **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
560
|
|
|
501
561
|
## [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
562
|
|
|
503
563
|
### Dependency Updates
|
|
504
564
|
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
565
|
+
- `@stream-io/video-client` updated to version `1.8.4`
|
|
566
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.4`
|
|
567
|
+
- `@stream-io/video-styling` updated to version `1.1.1`
|
|
508
568
|
|
|
509
569
|
### Bug Fixes
|
|
510
570
|
|
|
511
|
-
|
|
571
|
+
- PiP video placeholder ([#1509](https://github.com/GetStream/stream-video-js/issues/1509)) ([9eb2936](https://github.com/GetStream/stream-video-js/commit/9eb2936379726923ee43491ce965003e0e7f2c37))
|
|
512
572
|
|
|
513
573
|
## [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
574
|
|
|
515
|
-
|
|
516
575
|
### Bug Fixes
|
|
517
576
|
|
|
518
|
-
|
|
577
|
+
- 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
578
|
|
|
520
579
|
## [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
580
|
|
|
522
581
|
### Dependency Updates
|
|
523
582
|
|
|
524
|
-
|
|
525
|
-
|
|
583
|
+
- `@stream-io/video-client` updated to version `1.8.3`
|
|
584
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.3`
|
|
585
|
+
|
|
526
586
|
## [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
587
|
|
|
528
588
|
### Dependency Updates
|
|
529
589
|
|
|
530
|
-
|
|
531
|
-
|
|
590
|
+
- `@stream-io/video-client` updated to version `1.8.2`
|
|
591
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.2`
|
|
592
|
+
|
|
532
593
|
## [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
594
|
|
|
534
595
|
### Dependency Updates
|
|
535
596
|
|
|
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)
|
|
597
|
+
- `@stream-io/video-client` updated to version `1.8.1`
|
|
598
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.1`
|
|
539
599
|
|
|
600
|
+
## [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
601
|
|
|
541
602
|
### Bug Fixes
|
|
542
603
|
|
|
543
|
-
|
|
604
|
+
- 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
605
|
|
|
545
606
|
## [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
607
|
|
|
547
|
-
|
|
548
608
|
### Bug Fixes
|
|
549
609
|
|
|
550
|
-
|
|
610
|
+
- video should be enabled by default ([7340041](https://github.com/GetStream/stream-video-js/commit/73400414d472d39701fd31b54ac927a8a8865151))
|
|
551
611
|
|
|
552
612
|
## [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
613
|
|
|
554
|
-
|
|
555
614
|
### Features
|
|
556
615
|
|
|
557
|
-
|
|
616
|
+
- 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
617
|
|
|
559
618
|
## [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
619
|
|
|
561
620
|
### Dependency Updates
|
|
562
621
|
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
622
|
+
- `@stream-io/video-client` updated to version `1.8.0`
|
|
623
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.0`
|
|
624
|
+
- `@stream-io/video-styling` updated to version `1.1.0`
|
|
566
625
|
|
|
567
626
|
### Features
|
|
568
627
|
|
|
569
|
-
|
|
628
|
+
- 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
629
|
|
|
571
630
|
## [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
631
|
|
|
573
632
|
### Dependency Updates
|
|
574
633
|
|
|
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)
|
|
634
|
+
- `@stream-io/video-client` updated to version `1.7.4`
|
|
635
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.10`
|
|
578
636
|
|
|
637
|
+
## [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
638
|
|
|
580
639
|
### Bug Fixes
|
|
581
640
|
|
|
582
|
-
|
|
641
|
+
- React v17 compatibility ([#1503](https://github.com/GetStream/stream-video-js/issues/1503)) ([a1797cf](https://github.com/GetStream/stream-video-js/commit/a1797cf1d62b1a74f0101bbd185b2cc0e1176575))
|
|
583
642
|
|
|
584
643
|
## [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
644
|
|
|
586
645
|
### Dependency Updates
|
|
587
646
|
|
|
588
|
-
|
|
589
|
-
|
|
647
|
+
- `@stream-io/video-client` updated to version `1.7.3`
|
|
648
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.9`
|
|
649
|
+
|
|
590
650
|
## [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
651
|
|
|
592
652
|
### Dependency Updates
|
|
593
653
|
|
|
594
|
-
|
|
595
|
-
|
|
654
|
+
- `@stream-io/video-client` updated to version `1.7.2`
|
|
655
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.8`
|
|
656
|
+
|
|
596
657
|
## [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
658
|
|
|
598
659
|
### Dependency Updates
|
|
599
660
|
|
|
600
|
-
|
|
601
|
-
|
|
661
|
+
- `@stream-io/video-client` updated to version `1.7.1`
|
|
662
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.7`
|
|
663
|
+
|
|
602
664
|
## [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
665
|
|
|
604
666
|
### Dependency Updates
|
|
605
667
|
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
668
|
+
- `@stream-io/video-client` updated to version `1.7.0`
|
|
669
|
+
- `@stream-io/video-filters-web` updated to version `0.1.4`
|
|
670
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.6`
|
|
671
|
+
- `@stream-io/audio-filters-web` updated to version `0.2.2`
|
|
610
672
|
|
|
611
673
|
### Features
|
|
612
674
|
|
|
613
|
-
|
|
675
|
+
- 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
676
|
|
|
615
677
|
## [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
678
|
|
|
617
679
|
### Dependency Updates
|
|
618
680
|
|
|
619
|
-
|
|
620
|
-
|
|
681
|
+
- `@stream-io/video-client` updated to version `1.6.5`
|
|
682
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.5`
|
|
683
|
+
|
|
621
684
|
## [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
685
|
|
|
623
686
|
### Dependency Updates
|
|
624
687
|
|
|
625
|
-
|
|
626
|
-
|
|
688
|
+
- `@stream-io/video-client` updated to version `1.6.4`
|
|
689
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.4`
|
|
690
|
+
|
|
627
691
|
## [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
692
|
|
|
629
693
|
### Dependency Updates
|
|
630
694
|
|
|
631
|
-
|
|
632
|
-
|
|
695
|
+
- `@stream-io/video-client` updated to version `1.6.3`
|
|
696
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.3`
|
|
697
|
+
|
|
633
698
|
## [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
699
|
|
|
635
700
|
### Dependency Updates
|
|
636
701
|
|
|
637
|
-
|
|
638
|
-
|
|
702
|
+
- `@stream-io/video-client` updated to version `1.6.2`
|
|
703
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.2`
|
|
704
|
+
|
|
639
705
|
## [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
706
|
|
|
641
707
|
### Dependency Updates
|
|
642
708
|
|
|
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)
|
|
709
|
+
- `@stream-io/video-client` updated to version `1.6.1`
|
|
710
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.1`
|
|
646
711
|
|
|
712
|
+
## [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
713
|
|
|
648
714
|
### Bug Fixes
|
|
649
715
|
|
|
650
|
-
|
|
716
|
+
- **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
717
|
|
|
652
718
|
## [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
719
|
|
|
654
720
|
### Dependency Updates
|
|
655
721
|
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
* **@stream-io/video-react-sdk:** release version 1.3.0 ([f70e443](https://github.com/GetStream/stream-video-js/commit/f70e443ce151fa3a885706d214c99c0a31587a11))
|
|
722
|
+
- `@stream-io/video-client` updated to version `1.6.0`
|
|
723
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.0`
|
|
660
724
|
|
|
725
|
+
- **@stream-io/video-react-sdk:** release version 1.3.0 ([f70e443](https://github.com/GetStream/stream-video-js/commit/f70e443ce151fa3a885706d214c99c0a31587a11))
|
|
661
726
|
|
|
662
727
|
### Features
|
|
663
728
|
|
|
664
|
-
|
|
729
|
+
- Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
|
|
665
730
|
|
|
666
731
|
## [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
732
|
|
|
668
733
|
### Dependency Updates
|
|
669
734
|
|
|
670
|
-
|
|
671
|
-
|
|
735
|
+
- `@stream-io/video-client` updated to version `1.6.0`
|
|
736
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.56`
|
|
672
737
|
|
|
673
738
|
### Features
|
|
674
739
|
|
|
675
|
-
|
|
740
|
+
- Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
|
|
676
741
|
|
|
677
742
|
### [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
743
|
|