@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 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
- * `@stream-io/video-client` updated to version `1.18.7`
10
- * `@stream-io/video-react-bindings` updated to version `1.5.9`
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
- * `@stream-io/video-styling` updated to version `1.1.2`
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
- * `@stream-io/video-client` updated to version `1.18.6`
21
- * `@stream-io/video-react-bindings` updated to version `1.5.8`
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
- * 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)
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
- * `@stream-io/video-client` updated to version `1.18.5`
32
- * `@stream-io/video-react-bindings` updated to version `1.5.7`
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
- * 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))
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
- * `@stream-io/video-client` updated to version `1.18.4`
43
- * `@stream-io/video-react-bindings` updated to version `1.5.6`
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
- * 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))
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
- * `@stream-io/video-client` updated to version `1.18.3`
54
- * `@stream-io/video-react-bindings` updated to version `1.5.5`
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
- * `@stream-io/video-client` updated to version `1.18.2`
60
- * `@stream-io/video-react-bindings` updated to version `1.5.4`
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
- * `@stream-io/video-client` updated to version `1.18.1`
66
- * `@stream-io/video-react-bindings` updated to version `1.5.3`
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
- * 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))
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
- * `@stream-io/video-client` updated to version `1.18.0`
79
- * `@stream-io/video-react-bindings` updated to version `1.5.2`
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
- * `@stream-io/video-client` updated to version `1.17.1`
85
- * `@stream-io/video-react-bindings` updated to version `1.5.1`
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
- * `@stream-io/video-client` updated to version `1.17.0`
91
- * `@stream-io/video-filters-web` updated to version `0.1.7`
92
- * `@stream-io/video-react-bindings` updated to version `1.5.0`
93
- * `@stream-io/audio-filters-web` updated to version `0.2.3`
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
- * 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))
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
- * `@stream-io/video-client` updated to version `1.16.7`
104
- * `@stream-io/video-react-bindings` updated to version `1.4.15`
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
- * `@stream-io/video-client` updated to version `1.16.6`
110
- * `@stream-io/video-react-bindings` updated to version `1.4.14`
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
- * `@stream-io/video-client` updated to version `1.16.5`
116
- * `@stream-io/video-react-bindings` updated to version `1.4.13`
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
- * `@stream-io/video-client` updated to version `1.16.4`
122
- * `@stream-io/video-react-bindings` updated to version `1.4.12`
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
- * handle LivestreamLayout muted prop ([#1674](https://github.com/GetStream/stream-video-js/issues/1674)) ([f739b56](https://github.com/GetStream/stream-video-js/commit/f739b56980a18f1fb8b9c36fbcf284996a535706))
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
- * `@stream-io/video-client` updated to version `1.16.3`
135
- * `@stream-io/video-react-bindings` updated to version `1.4.11`
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
- * `@stream-io/video-client` updated to version `1.16.2`
141
- * `@stream-io/video-react-bindings` updated to version `1.4.10`
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
- * `@stream-io/video-client` updated to version `1.16.1`
147
- * `@stream-io/video-react-bindings` updated to version `1.4.9`
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
- * `@stream-io/video-client` updated to version `1.16.0`
153
- * `@stream-io/video-react-bindings` updated to version `1.4.8`
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
- * `@stream-io/video-client` updated to version `1.15.7`
159
- * `@stream-io/video-react-bindings` updated to version `1.4.7`
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
- * `@stream-io/video-client` updated to version `1.15.6`
165
- * `@stream-io/video-react-bindings` updated to version `1.4.6`
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
- * [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))
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
- * `@stream-io/video-client` updated to version `1.15.5`
176
- * `@stream-io/video-react-bindings` updated to version `1.4.5`
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
- * `@stream-io/video-client` updated to version `1.15.4`
182
- * `@stream-io/video-react-bindings` updated to version `1.4.4`
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
- * **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))
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
- * `@stream-io/video-client` updated to version `1.15.3`
195
- * `@stream-io/video-react-bindings` updated to version `1.4.3`
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
- * `@stream-io/video-client` updated to version `1.15.2`
201
- * `@stream-io/video-react-bindings` updated to version `1.4.2`
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
- * `@stream-io/video-client` updated to version `1.15.1`
207
- * `@stream-io/video-react-bindings` updated to version `1.4.1`
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
- * `@stream-io/video-client` updated to version `1.15.0`
213
- * `@stream-io/video-react-bindings` updated to version `1.4.0`
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
- * Codec Negotiation ([#1527](https://github.com/GetStream/stream-video-js/issues/1527)) ([2e9e344](https://github.com/GetStream/stream-video-js/commit/2e9e344d5259e3069dddb17846013becef24829e))
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
- * `@stream-io/video-client` updated to version `1.14.0`
224
- * `@stream-io/video-react-bindings` updated to version `1.3.0`
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
- * **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))
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
- * `@stream-io/video-client` updated to version `1.13.1`
235
- * `@stream-io/video-react-bindings` updated to version `1.2.16`
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
- * `@stream-io/video-client` updated to version `1.13.0`
241
- * `@stream-io/video-react-bindings` updated to version `1.2.15`
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
- * `@stream-io/video-client` updated to version `1.12.4`
247
- * `@stream-io/video-react-bindings` updated to version `1.2.14`
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
- * `@stream-io/video-client` updated to version `1.12.3`
253
- * `@stream-io/video-react-bindings` updated to version `1.2.13`
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
- * `@stream-io/video-client` updated to version `1.12.2`
259
- * `@stream-io/video-react-bindings` updated to version `1.2.12`
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
- * drop docusaurus docs ([#1613](https://github.com/GetStream/stream-video-js/issues/1613)) ([8743c8d](https://github.com/GetStream/stream-video-js/commit/8743c8d221191759266010c6cd053480da1d71a5))
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
- * `@stream-io/video-client` updated to version `1.12.1`
268
- * `@stream-io/video-react-bindings` updated to version `1.2.11`
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
- * `@stream-io/video-client` updated to version `1.12.0`
274
- * `@stream-io/video-react-bindings` updated to version `1.2.10`
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
- * `@stream-io/video-client` updated to version `1.11.15`
280
- * `@stream-io/video-react-bindings` updated to version `1.2.9`
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
- * 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))
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
- * `@stream-io/video-client` updated to version `1.11.14`
291
- * `@stream-io/video-react-bindings` updated to version `1.2.8`
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
- * `@stream-io/video-client` updated to version `1.11.13`
297
- * `@stream-io/video-react-bindings` updated to version `1.2.7`
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
- * `@stream-io/video-client` updated to version `1.11.12`
303
- * `@stream-io/video-react-bindings` updated to version `1.2.6`
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
- * `@stream-io/video-client` updated to version `1.11.11`
309
- * `@stream-io/video-react-bindings` updated to version `1.2.5`
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
- * 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))
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
- * `@stream-io/video-client` updated to version `1.11.10`
320
- * `@stream-io/video-react-bindings` updated to version `1.2.4`
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
- * `@stream-io/video-client` updated to version `1.11.9`
326
- * `@stream-io/video-react-bindings` updated to version `1.2.3`
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
- * 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))
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
- * `@stream-io/video-client` updated to version `1.11.8`
337
- * `@stream-io/video-react-bindings` updated to version `1.2.2`
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
- * `@stream-io/video-client` updated to version `1.11.7`
343
- * `@stream-io/video-react-bindings` updated to version `1.2.1`
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
- * `@stream-io/video-react-bindings` updated to version `1.2.0`
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
- * `@stream-io/video-client` updated to version `1.11.6`
354
- * `@stream-io/video-react-bindings` updated to version `1.1.23`
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
- * `@stream-io/video-client` updated to version `1.11.5`
360
- * `@stream-io/video-react-bindings` updated to version `1.1.22`
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
- * `@stream-io/video-client` updated to version `1.11.4`
366
- * `@stream-io/video-react-bindings` updated to version `1.1.21`
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
- * `@stream-io/video-client` updated to version `1.11.3`
372
- * `@stream-io/video-react-bindings` updated to version `1.1.20`
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
- * `@stream-io/video-client` updated to version `1.11.2`
378
- * `@stream-io/video-react-bindings` updated to version `1.1.19`
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
- * 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))
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
- * `@stream-io/video-client` updated to version `1.11.1`
387
- * `@stream-io/video-react-bindings` updated to version `1.1.18`
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
- * race conditions in usePersistedDevicePreferences ([#1575](https://github.com/GetStream/stream-video-js/issues/1575)) ([08aacc4](https://github.com/GetStream/stream-video-js/commit/08aacc4e35920e30d9f091ba9207ecf757d86796))
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
- * `@stream-io/video-client` updated to version `1.11.0`
400
- * `@stream-io/video-react-bindings` updated to version `1.1.17`
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
- * `@stream-io/video-filters-web` updated to version `0.1.6`
455
+ - `@stream-io/video-filters-web` updated to version `0.1.6`
406
456
 
407
457
  ### Bug Fixes
408
458
 
409
- * 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))
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
- * `@stream-io/video-filters-web` updated to version `0.1.5`
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
- * `@stream-io/video-client` updated to version `1.10.5`
421
- * `@stream-io/video-react-bindings` updated to version `1.1.16`
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
- * `@stream-io/video-client` updated to version `1.10.4`
427
- * `@stream-io/video-react-bindings` updated to version `1.1.15`
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
- * `@stream-io/video-client` updated to version `1.10.3`
433
- * `@stream-io/video-react-bindings` updated to version `1.1.14`
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
- * `@stream-io/video-react-bindings` updated to version `1.1.13`
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
- * `@stream-io/video-client` updated to version `1.10.2`
444
- * `@stream-io/video-react-bindings` updated to version `1.1.12`
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
- * `@stream-io/video-react-bindings` updated to version `1.1.11`
505
+ - `@stream-io/video-react-bindings` updated to version `1.1.11`
450
506
 
451
507
  ### Bug Fixes
452
508
 
453
- * 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))
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
- * `@stream-io/video-client` updated to version `1.10.1`
460
- * `@stream-io/video-react-bindings` updated to version `1.1.10`
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
- * various device selector issues ([#1541](https://github.com/GetStream/stream-video-js/issues/1541)) ([f23618b](https://github.com/GetStream/stream-video-js/commit/f23618bda447eeb2d66f908bdb38b24db051f87c))
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
- * `@stream-io/video-client` updated to version `1.10.0`
471
- * `@stream-io/video-react-bindings` updated to version `1.1.9`
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
- * `@stream-io/video-client` updated to version `1.9.3`
477
- * `@stream-io/video-react-bindings` updated to version `1.1.8`
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
- * `@stream-io/video-client` updated to version `1.9.2`
483
- * `@stream-io/video-react-bindings` updated to version `1.1.7`
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
- * `@stream-io/video-client` updated to version `1.9.1`
489
- * `@stream-io/video-react-bindings` updated to version `1.1.6`
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
- * `@stream-io/video-client` updated to version `1.9.0`
495
- * `@stream-io/video-react-bindings` updated to version `1.1.5`
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
- * **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))
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
- * `@stream-io/video-client` updated to version `1.8.4`
506
- * `@stream-io/video-react-bindings` updated to version `1.1.4`
507
- * `@stream-io/video-styling` updated to version `1.1.1`
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
- * PiP video placeholder ([#1509](https://github.com/GetStream/stream-video-js/issues/1509)) ([9eb2936](https://github.com/GetStream/stream-video-js/commit/9eb2936379726923ee43491ce965003e0e7f2c37))
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
- * 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))
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
- * `@stream-io/video-client` updated to version `1.8.3`
525
- * `@stream-io/video-react-bindings` updated to version `1.1.3`
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
- * `@stream-io/video-client` updated to version `1.8.2`
531
- * `@stream-io/video-react-bindings` updated to version `1.1.2`
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
- * `@stream-io/video-client` updated to version `1.8.1`
537
- * `@stream-io/video-react-bindings` updated to version `1.1.1`
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
- * 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))
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
- * video should be enabled by default ([7340041](https://github.com/GetStream/stream-video-js/commit/73400414d472d39701fd31b54ac927a8a8865151))
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
- * 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))
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
- * `@stream-io/video-client` updated to version `1.8.0`
564
- * `@stream-io/video-react-bindings` updated to version `1.1.0`
565
- * `@stream-io/video-styling` updated to version `1.1.0`
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
- * manual video quality selection ([#1486](https://github.com/GetStream/stream-video-js/issues/1486)) ([3a754af](https://github.com/GetStream/stream-video-js/commit/3a754afa1bd13d038b1023520ec8a5296ad2669e))
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
- * `@stream-io/video-client` updated to version `1.7.4`
576
- * `@stream-io/video-react-bindings` updated to version `1.0.10`
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
- * React v17 compatibility ([#1503](https://github.com/GetStream/stream-video-js/issues/1503)) ([a1797cf](https://github.com/GetStream/stream-video-js/commit/a1797cf1d62b1a74f0101bbd185b2cc0e1176575))
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
- * `@stream-io/video-client` updated to version `1.7.3`
589
- * `@stream-io/video-react-bindings` updated to version `1.0.9`
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
- * `@stream-io/video-client` updated to version `1.7.2`
595
- * `@stream-io/video-react-bindings` updated to version `1.0.8`
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
- * `@stream-io/video-client` updated to version `1.7.1`
601
- * `@stream-io/video-react-bindings` updated to version `1.0.7`
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
- * `@stream-io/video-client` updated to version `1.7.0`
607
- * `@stream-io/video-filters-web` updated to version `0.1.4`
608
- * `@stream-io/video-react-bindings` updated to version `1.0.6`
609
- * `@stream-io/audio-filters-web` updated to version `0.2.2`
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
- * 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))
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
- * `@stream-io/video-client` updated to version `1.6.5`
620
- * `@stream-io/video-react-bindings` updated to version `1.0.5`
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
- * `@stream-io/video-client` updated to version `1.6.4`
626
- * `@stream-io/video-react-bindings` updated to version `1.0.4`
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
- * `@stream-io/video-client` updated to version `1.6.3`
632
- * `@stream-io/video-react-bindings` updated to version `1.0.3`
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
- * `@stream-io/video-client` updated to version `1.6.2`
638
- * `@stream-io/video-react-bindings` updated to version `1.0.2`
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
- * `@stream-io/video-client` updated to version `1.6.1`
644
- * `@stream-io/video-react-bindings` updated to version `1.0.1`
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
- * **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))
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
- * `@stream-io/video-client` updated to version `1.6.0`
657
- * `@stream-io/video-react-bindings` updated to version `1.0.0`
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
- * Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
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
- * `@stream-io/video-client` updated to version `1.6.0`
671
- * `@stream-io/video-react-bindings` updated to version `0.4.56`
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
- * Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
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