@stream-io/video-react-native-sdk 1.38.2 → 1.39.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,11 +2,29 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.39.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.38.2...@stream-io/video-react-native-sdk-1.39.0) (2026-06-19)
6
+
7
+ ### Dependency Updates
8
+
9
+ - `@stream-io/video-client` updated to version `1.54.0`
10
+ - **Features**
11
+ - **client:** allow disabling client event reporter ([#2286](https://github.com/GetStream/stream-video-js/issues/2286)) ([d727916](https://github.com/GetStream/stream-video-js/commit/d72791614c98ca3bedafe0538e0ac68050260ead))
12
+ - **Bug Fixes**
13
+ - **client:** avoid SFU socket close when online fires without offline recovery ([#2292](https://github.com/GetStream/stream-video-js/issues/2292)) ([3034188](https://github.com/GetStream/stream-video-js/commit/30341888eddbe878e97d39bb2f11c5b4455755d6))
14
+ - **client:** send migrating_from after repeated rejoin failures ([#2287](https://github.com/GetStream/stream-video-js/issues/2287)) ([1c14617](https://github.com/GetStream/stream-video-js/commit/1c14617ce8cccbb97cc68e8ba75225f49607ccbe))
15
+ - `@stream-io/video-react-bindings` updated to version `1.17.0`
16
+ - **react-bindings:** declare @stream-io/video-client as a runtime dependency ([#2294](https://github.com/GetStream/stream-video-js/issues/2294)) ([978602c](https://github.com/GetStream/stream-video-js/commit/978602cd44e4551ff5af33d8da9f41a55036106f))
17
+
18
+ ### Features
19
+
20
+ - **client:** show connecting indicator while video track is connecting ([#2275](https://github.com/GetStream/stream-video-js/issues/2275)) ([a9c670d](https://github.com/GetStream/stream-video-js/commit/a9c670dec44cc008f1b22aab8cb61998e71d3050)), closes [GetStream/react-native-webrtc#32](https://github.com/GetStream/react-native-webrtc/issues/32)
21
+
5
22
  ## [1.38.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.38.1...@stream-io/video-react-native-sdk-1.38.2) (2026-06-12)
6
23
 
7
24
  ### Dependency Updates
8
25
 
9
26
  - `@stream-io/video-client` updated to version `1.53.2`
27
+ - **client:** keep user_id populated in call event telemetry when a disconnect races an in-flight join ([#2284](https://github.com/GetStream/stream-video-js/issues/2284)) ([4403348](https://github.com/GetStream/stream-video-js/commit/4403348115500499cd60919a417d97659546bb8b))
10
28
  - `@stream-io/video-react-bindings` updated to version `1.16.5`
11
29
 
12
30
  ## [1.38.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.38.0...@stream-io/video-react-native-sdk-1.38.1) (2026-06-12)
@@ -15,6 +33,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
15
33
 
16
34
  - `@stream-io/react-native-callingx` updated to version `0.5.1`
17
35
  - `@stream-io/video-client` updated to version `1.53.1`
36
+ - **client:** Send call data in JoinInitiated event ([#2283](https://github.com/GetStream/stream-video-js/issues/2283)) ([7e9ce3e](https://github.com/GetStream/stream-video-js/commit/7e9ce3e3e3c4ebe8080f86793855a39abe7e19ef))
18
37
  - `@stream-io/video-react-bindings` updated to version `1.16.4`
19
38
 
20
39
  ### Bug Fixes
@@ -30,6 +49,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
30
49
  - `@stream-io/react-native-callingx` updated to version `0.5.0`
31
50
  - `@stream-io/video-filters-react-native` updated to version `0.13.0`
32
51
  - `@stream-io/video-client` updated to version `1.53.0`
52
+ - **Features**
53
+ - **client:** Call event reporting ([#2261](https://github.com/GetStream/stream-video-js/issues/2261)) ([246b8c8](https://github.com/GetStream/stream-video-js/commit/246b8c826cccd22a09cd34391e9a773e91860fa8))
54
+ - **Bug Fixes**
55
+ - **client:** preserve captured stage error in call event reporting ([#2281](https://github.com/GetStream/stream-video-js/issues/2281)) ([890ce0b](https://github.com/GetStream/stream-video-js/commit/890ce0b25d0f1530ba9ebd2ef56fe366f3377312))
33
56
  - `@stream-io/video-react-bindings` updated to version `1.16.3`
34
57
 
35
58
  - upgrade Expo config-plugin (react-native-webrtc) to v15 and bump Expo SDK 56 deps ([#2276](https://github.com/GetStream/stream-video-js/issues/2276)) ([af675b8](https://github.com/GetStream/stream-video-js/commit/af675b8bd6bcf08320f748cb8be1b56bedf13937))
@@ -65,6 +88,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
65
88
  - `@stream-io/react-native-callingx` updated to version `0.3.1`
66
89
  - `@stream-io/video-filters-react-native` updated to version `0.12.4`
67
90
  - `@stream-io/video-client` updated to version `1.52.0`
91
+ - **Features**
92
+ - **client:** add hasInterruptedTrack helper ([#2266](https://github.com/GetStream/stream-video-js/issues/2266)) ([c723eb6](https://github.com/GetStream/stream-video-js/commit/c723eb67bffcb00edc03e4960a0d3a600bba8687))
93
+ - **client:** echo negotiationId in subscriber offer answer ([#2166](https://github.com/GetStream/stream-video-js/issues/2166)) ([749e0ad](https://github.com/GetStream/stream-video-js/commit/749e0ad025d579cf2a2792e6016f5eaffb9ee7a7))
94
+ - **Bug Fixes**
95
+ - **client:** clamp drifted getStats timestamps to wall time ([#2258](https://github.com/GetStream/stream-video-js/issues/2258)) ([9d96df5](https://github.com/GetStream/stream-video-js/commit/9d96df552337fea27285a4260a4d1d76b39eb7b7))
96
+ - **Other**
97
+ - **deps:** upgrade React Native 0.85, React 19.2, Vite 8/Vitest 4, and Expo 56 ([#2268](https://github.com/GetStream/stream-video-js/issues/2268)) ([2c8ab9d](https://github.com/GetStream/stream-video-js/commit/2c8ab9d9238f3700dabbd04c9ce5bf3aaa4c7a13))
68
98
  - `@stream-io/video-react-bindings` updated to version `1.16.2`
69
99
 
70
100
  - **deps:** upgrade React Native 0.85, React 19.2, Vite 8/Vitest 4, and Expo 56 ([#2268](https://github.com/GetStream/stream-video-js/issues/2268)) ([2c8ab9d](https://github.com/GetStream/stream-video-js/commit/2c8ab9d9238f3700dabbd04c9ce5bf3aaa4c7a13))
@@ -77,6 +107,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
77
107
  - `@stream-io/react-native-callingx` updated to version `0.3.1`
78
108
  - `@stream-io/video-filters-react-native` updated to version `0.12.3`
79
109
  - `@stream-io/video-client` updated to version `1.51.0`
110
+ - **Features**
111
+ - **client:** Register virtual devices ([#2220](https://github.com/GetStream/stream-video-js/issues/2220)) ([c663e2d](https://github.com/GetStream/stream-video-js/commit/c663e2df9f82cf64c38a9d3e6a1e86282107b27d))
112
+ - **Bug Fixes**
113
+ - **client:** bail reconnects during in-flight lifecycles and clean up listeners ([#2257](https://github.com/GetStream/stream-video-js/issues/2257)) ([f6fa17e](https://github.com/GetStream/stream-video-js/commit/f6fa17e041cef1aebeba38b06d6cfba5c085e5a6))
114
+ - **client:** stop sending RTP after track.stop() on Firefox ([#2237](https://github.com/GetStream/stream-video-js/issues/2237)) ([5b7e9b8](https://github.com/GetStream/stream-video-js/commit/5b7e9b8bd17c43f17d66586dd88617ae91bac609))
80
115
  - `@stream-io/video-react-bindings` updated to version `1.16.1`
81
116
 
82
117
  - pinned rn version ([#2259](https://github.com/GetStream/stream-video-js/issues/2259)) ([04d192e](https://github.com/GetStream/stream-video-js/commit/04d192ed9aca73705fd5eefa8184e29ebc778eea))
@@ -103,6 +138,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
103
138
  ### Dependency Updates
104
139
 
105
140
  - `@stream-io/video-client` updated to version `1.50.0`
141
+ - **Features**
142
+ - **client:** honor SFU degradationPreference on the publisher ([#2241](https://github.com/GetStream/stream-video-js/issues/2241)) ([85b34a3](https://github.com/GetStream/stream-video-js/commit/85b34a39ba669b59fb1842f047a5c03c4fd196f9)), closes [#1886](https://github.com/GetStream/stream-video-js/issues/1886)
143
+ - **Bug Fixes**
144
+ - **client:** prevent call.join() hang on silent WS handshake stall ([#2225](https://github.com/GetStream/stream-video-js/issues/2225)) ([68cf5f0](https://github.com/GetStream/stream-video-js/commit/68cf5f05bdd1b2ecb2b14814f4702c14d84dea13))
106
145
  - `@stream-io/video-react-bindings` updated to version `1.16.0`
107
146
 
108
147
  ### Features
@@ -121,6 +160,14 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
121
160
  - `@stream-io/react-native-callingx` updated to version `0.2.0`
122
161
  - `@stream-io/video-filters-react-native` updated to version `0.12.2`
123
162
  - `@stream-io/video-client` updated to version `1.49.0`
163
+ - **Features**
164
+ - **client:** bound SFU reconnection attempts and harden ICE recovery ([#2221](https://github.com/GetStream/stream-video-js/issues/2221)) ([bf837b1](https://github.com/GetStream/stream-video-js/commit/bf837b1bbabe5ff4a9a183b5581ef7963ed6cde0))
165
+ - **Bug Fixes**
166
+ - **client:** capture sessionId before await in updateLocalStreamState ([#2229](https://github.com/GetStream/stream-video-js/issues/2229)) ([e48ec08](https://github.com/GetStream/stream-video-js/commit/e48ec0848651ff461a18f379283edce2359ce65a))
167
+ - **client:** prevent screen share audio loopback by default ([#2226](https://github.com/GetStream/stream-video-js/issues/2226)) ([6877fb5](https://github.com/GetStream/stream-video-js/commit/6877fb51c168cfcc1b908dfde3c088f1af4b5c27))
168
+ - **client:** stale local publishedTracks after mute and SFU reconnect ([#2230](https://github.com/GetStream/stream-video-js/issues/2230)) ([728147a](https://github.com/GetStream/stream-video-js/commit/728147aab154247e178d4414dd8095285844f5e1))
169
+ - **react:** Improve background filter degradation detection ([#2210](https://github.com/GetStream/stream-video-js/issues/2210)) ([391915e](https://github.com/GetStream/stream-video-js/commit/391915e1e025ce3eaf5ebe7b135f57463ead8e42))
170
+ - **screenshare:** disable echoCancellation by default for screen share audio ([dfc95b1](https://github.com/GetStream/stream-video-js/commit/dfc95b19ca6b723573e1c5970a3ccd6048653480))
124
171
  - `@stream-io/video-react-bindings` updated to version `1.15.1`
125
172
 
126
173
  - added expo plugins ([#2207](https://github.com/GetStream/stream-video-js/issues/2207)) ([2199149](https://github.com/GetStream/stream-video-js/commit/2199149fac1ce1db1b5d6e812660a22f6b817065))
@@ -158,6 +205,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
158
205
  ### Dependency Updates
159
206
 
160
207
  - `@stream-io/video-client` updated to version `1.47.0`
208
+ - **Features**
209
+ - **client:** JoinCall with hints for high scale livestream ([#2199](https://github.com/GetStream/stream-video-js/issues/2199)) ([704681a](https://github.com/GetStream/stream-video-js/commit/704681ad9ce7a0013325b6db91644e1907d0db0b))
210
+ - **Bug Fixes**
211
+ - **client:** align device preference persistence with permission and track end events ([#2196](https://github.com/GetStream/stream-video-js/issues/2196)) ([b4ed7c2](https://github.com/GetStream/stream-video-js/commit/b4ed7c2c6bc6fb6777a411b69747ccc36aa82f44))
161
212
  - `@stream-io/video-react-bindings` updated to version `1.14.2`
162
213
 
163
214
  ## [1.32.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.32.1...@stream-io/video-react-native-sdk-1.32.2) (2026-04-09)
@@ -172,6 +223,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
172
223
 
173
224
  - `@stream-io/react-native-callingx` updated to version `0.1.0`
174
225
  - `@stream-io/video-client` updated to version `1.46.1`
226
+ - **Bug Fixes**
227
+ - ignore late ICE candidates after cleanup for RN speech detector ([#2193](https://github.com/GetStream/stream-video-js/issues/2193)) ([f8735d6](https://github.com/GetStream/stream-video-js/commit/f8735d604d86fc476b9b7e01eed0af03176625be))
228
+ - **Other**
229
+ - remove listeners and stop even on permission error - rn speech detector ([f4fdd9e](https://github.com/GetStream/stream-video-js/commit/f4fdd9e1a008b52011ef18562152aad60a1f7936))
175
230
  - `@stream-io/video-react-bindings` updated to version `1.14.1`
176
231
 
177
232
  ## [1.32.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.31.1...@stream-io/video-react-native-sdk-1.32.0) (2026-04-09)
@@ -182,6 +237,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
182
237
  - `@stream-io/react-native-callingx` updated to version `0.1.0`
183
238
  - `@stream-io/video-filters-react-native` updated to version `0.12.0`
184
239
  - `@stream-io/video-client` updated to version `1.46.0`
240
+ - **Features**
241
+ - **client:** expose blocked autoplay audio state and explicit resume API ([#2187](https://github.com/GetStream/stream-video-js/issues/2187)) ([adbec63](https://github.com/GetStream/stream-video-js/commit/adbec63a23d47cf7c1002897e242c3f2a6a7007c))
242
+ - **Bug Fixes**
243
+ - **client:** deduplicate mic.capture_report trace emissions ([#2189](https://github.com/GetStream/stream-video-js/issues/2189)) ([152ae90](https://github.com/GetStream/stream-video-js/commit/152ae907910616e79bc20321bc56df4cfe0dcc4a))
244
+ - **client:** support server-side pinning on participant join ([#2190](https://github.com/GetStream/stream-video-js/issues/2190)) ([2c354a4](https://github.com/GetStream/stream-video-js/commit/2c354a4b05f688766663bd13e0da7da601c8971d))
185
245
  - `@stream-io/video-react-bindings` updated to version `1.14.0`
186
246
 
187
247
  ### Features
@@ -193,6 +253,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
193
253
  ### Dependency Updates
194
254
 
195
255
  - `@stream-io/video-client` updated to version `1.45.0`
256
+ - **Features**
257
+ - **client:** Disconnected device event ([#2178](https://github.com/GetStream/stream-video-js/issues/2178)) ([5017ca0](https://github.com/GetStream/stream-video-js/commit/5017ca0fd53f5d203167d55227cb7fddc055705a))
258
+ - **Bug Fixes**
259
+ - **client:** warn about dangling audio bindings only for published audio tracks ([#2183](https://github.com/GetStream/stream-video-js/issues/2183)) ([ff47662](https://github.com/GetStream/stream-video-js/commit/ff47662484cd666cf321b61d9b49dd4eb161192f))
196
260
  - `@stream-io/video-react-bindings` updated to version `1.13.15`
197
261
 
198
262
  ### Bug Fixes
@@ -215,13 +279,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
215
279
  ### Dependency Updates
216
280
 
217
281
  - `@stream-io/video-client` updated to version `1.44.5`
282
+ - make WebAudio opt-in, add AudioBindingsWatchdog ([#2171](https://github.com/GetStream/stream-video-js/issues/2171)) ([8d00f48](https://github.com/GetStream/stream-video-js/commit/8d00f485a37fec23dca340d32738a3cb1f7f325a))
218
283
  - `@stream-io/video-react-bindings` updated to version `1.13.14`
284
+ - **react:** reset recording toggle state and expose record button errors ([#2174](https://github.com/GetStream/stream-video-js/issues/2174)) ([2af6347](https://github.com/GetStream/stream-video-js/commit/2af63478ad9050bf339212537a6cb424f97387b8))
219
285
 
220
286
  ## [1.30.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.30.3...@stream-io/video-react-native-sdk-1.30.4) (2026-03-20)
221
287
 
222
288
  ### Dependency Updates
223
289
 
224
290
  - `@stream-io/video-client` updated to version `1.44.4`
291
+ - **Bug Fixes**
292
+ - **react:** remove default broken microphone notification from call controls ([#2158](https://github.com/GetStream/stream-video-js/issues/2158)) ([4a95b9c](https://github.com/GetStream/stream-video-js/commit/4a95b9c29e9d2728ae7eea764f07ec8507aa0f5a))
293
+ - **Other**
294
+ - trace device permission state transitions ([#2168](https://github.com/GetStream/stream-video-js/issues/2168)) ([e4203a3](https://github.com/GetStream/stream-video-js/commit/e4203a34cad1c90d1bc5612fc379dd1f0f0ebe5d))
225
295
  - `@stream-io/video-react-bindings` updated to version `1.13.13`
226
296
 
227
297
  ## [1.30.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.30.2...@stream-io/video-react-native-sdk-1.30.3) (2026-03-06)
@@ -229,6 +299,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
229
299
  ### Dependency Updates
230
300
 
231
301
  - `@stream-io/video-client` updated to version `1.44.3`
302
+ - **client:** prevent concurrent SFU updateSubscriptions during reconnects ([#2155](https://github.com/GetStream/stream-video-js/issues/2155)) ([1ac32d2](https://github.com/GetStream/stream-video-js/commit/1ac32d261c9a54aa8e3636a60e3c8f3e1407ae16))
232
303
  - `@stream-io/video-react-bindings` updated to version `1.13.12`
233
304
 
234
305
  ## [1.30.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.30.1...@stream-io/video-react-native-sdk-1.30.2) (2026-03-06)
@@ -238,6 +309,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
238
309
  - `@stream-io/noise-cancellation-react-native` updated to version `0.5.1`
239
310
  - `@stream-io/video-filters-react-native` updated to version `0.10.1`
240
311
  - `@stream-io/video-client` updated to version `1.44.2`
312
+ - do not setup speaker early for ringing type calls ([#2154](https://github.com/GetStream/stream-video-js/issues/2154)) ([57adb90](https://github.com/GetStream/stream-video-js/commit/57adb90f03cfaceb4e6d3c050feaea239b80b1d9))
241
313
  - `@stream-io/video-react-bindings` updated to version `1.13.11`
242
314
 
243
315
  ### Bug Fixes
@@ -249,6 +321,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
249
321
  ### Dependency Updates
250
322
 
251
323
  - `@stream-io/video-client` updated to version `1.44.1`
324
+ - **client:** handle SFU tag changes during reconnect ([#2149](https://github.com/GetStream/stream-video-js/issues/2149)) ([5aa89d3](https://github.com/GetStream/stream-video-js/commit/5aa89d378a73d33d8e46a6eb40e688bd0f50cca9)), closes [#2121](https://github.com/GetStream/stream-video-js/issues/2121)
252
325
  - `@stream-io/video-react-bindings` updated to version `1.13.10`
253
326
 
254
327
  ### Bug Fixes
@@ -260,6 +333,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
260
333
  ### Dependency Updates
261
334
 
262
335
  - `@stream-io/video-client` updated to version `1.44.0`
336
+ - **Features**
337
+ - **react:** Deprecate usePersistedDevicePreferences and move the logic to the SDK core ([#2108](https://github.com/GetStream/stream-video-js/issues/2108)) ([7bbbd93](https://github.com/GetStream/stream-video-js/commit/7bbbd93bdd93dd4ebed02c089b6a4ab8423135fd))
338
+ - **react:** Embeddable/pre-built video components ([#2117](https://github.com/GetStream/stream-video-js/issues/2117)) ([11b4b9f](https://github.com/GetStream/stream-video-js/commit/11b4b9f0438877a5917c95117474cedc1f693907))
339
+ - **Bug Fixes**
340
+ - allow anonymous StreamVideoClientOptions to accept token fields ([#2142](https://github.com/GetStream/stream-video-js/issues/2142)) ([165a9c3](https://github.com/GetStream/stream-video-js/commit/165a9c305dda6cae0fde78c446825a7da11f302c)), closes [#2138](https://github.com/GetStream/stream-video-js/issues/2138)
341
+ - Allow guest and anonymous users without auth options ([#2140](https://github.com/GetStream/stream-video-js/issues/2140)) ([12749ae](https://github.com/GetStream/stream-video-js/commit/12749ae2552a2b8c0442cb8beaa34e13f66cc7e6)), closes [#2138](https://github.com/GetStream/stream-video-js/issues/2138)
342
+ - Strengthen StreamVideoClientOptions types and align React sample apps ([#2138](https://github.com/GetStream/stream-video-js/issues/2138)) ([915f990](https://github.com/GetStream/stream-video-js/commit/915f9904e045f61593c7328f790cd54516c80213))
343
+ - **Other**
344
+ - update agent instructions [skip ci] ([9cec4c6](https://github.com/GetStream/stream-video-js/commit/9cec4c6431ff51549fcfc870a0df935b0b8aa850))
263
345
  - `@stream-io/video-react-bindings` updated to version `1.13.9`
264
346
 
265
347
  ### Features
@@ -271,6 +353,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
271
353
  ### Dependency Updates
272
354
 
273
355
  - `@stream-io/video-client` updated to version `1.43.0`
356
+ - **Features**
357
+ - **client:** add list recording APIs and deprecate query methods ([#2135](https://github.com/GetStream/stream-video-js/issues/2135)) ([5331cb5](https://github.com/GetStream/stream-video-js/commit/5331cb5205466dc052c729fb07d84209208af362))
358
+ - **Bug Fixes**
359
+ - **client:** harden flat-line no-audio detection ([#2131](https://github.com/GetStream/stream-video-js/issues/2131)) ([9c2aa22](https://github.com/GetStream/stream-video-js/commit/9c2aa222b189c5e24510430dfddbf164555abf1c))
360
+ - **client:** prevent stale speaking-while-muted detector ([#2130](https://github.com/GetStream/stream-video-js/issues/2130)) ([e5c408d](https://github.com/GetStream/stream-video-js/commit/e5c408d73de1b8f20e775642b0b19eb0ffd979a8))
361
+ - **Other**
362
+ - **client:** trace updatePublishOptions overrides ([#2136](https://github.com/GetStream/stream-video-js/issues/2136)) ([bcc1e92](https://github.com/GetStream/stream-video-js/commit/bcc1e92ac89374324a57d1df85be38a2661a4c53))
274
363
  - `@stream-io/video-react-bindings` updated to version `1.13.8`
275
364
 
276
365
  ## [1.29.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.29.2...@stream-io/video-react-native-sdk-1.29.3) (2026-02-16)
@@ -289,6 +378,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
289
378
  ### Dependency Updates
290
379
 
291
380
  - `@stream-io/video-client` updated to version `1.42.2`
381
+ - improve the handling of join errors and prevent cross-socket event leaking ([#2121](https://github.com/GetStream/stream-video-js/issues/2121)) ([72d0834](https://github.com/GetStream/stream-video-js/commit/72d08343243990f14f29103734eea6f7cb6092c9))
292
382
  - `@stream-io/video-react-bindings` updated to version `1.13.6`
293
383
 
294
384
  ## [1.29.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.29.0...@stream-io/video-react-native-sdk-1.29.1) (2026-02-10)
@@ -308,6 +398,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
308
398
  ### Dependency Updates
309
399
 
310
400
  - `@stream-io/video-client` updated to version `1.42.0`
401
+ - **Features**
402
+ - Detectors for broken microphone setup ([#2090](https://github.com/GetStream/stream-video-js/issues/2090)) ([552b3f4](https://github.com/GetStream/stream-video-js/commit/552b3f4e3c54e0b6fa67221cd510f4ea1f6f8a61))
403
+ - **Bug Fixes**
404
+ - **react:** apply defaultConstraints to speaking-while-muted detection stream ([#2103](https://github.com/GetStream/stream-video-js/issues/2103)) ([28b5538](https://github.com/GetStream/stream-video-js/commit/28b55380778723fc308d37396c8095a5a3ef7aa2))
405
+ - start speaking while muted detection in pristine state too ([#2110](https://github.com/GetStream/stream-video-js/issues/2110)) ([bc093bc](https://github.com/GetStream/stream-video-js/commit/bc093bc3ac2451541524b134a9044131a69964af))
311
406
  - `@stream-io/video-react-bindings` updated to version `1.13.4`
312
407
 
313
408
  ### Features
@@ -319,6 +414,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
319
414
  ### Dependency Updates
320
415
 
321
416
  - `@stream-io/video-client` updated to version `1.41.3`
417
+ - **react:** improve logic for calculating the lower / upper threshold for video filter degradation ([#2094](https://github.com/GetStream/stream-video-js/issues/2094)) ([5cd2d5c](https://github.com/GetStream/stream-video-js/commit/5cd2d5cb34fc7bbdfaf9529eb9f8d33a40346cab))
418
+ - **stats:** adjust send stats frequency and include "leave reason" ([#2104](https://github.com/GetStream/stream-video-js/issues/2104)) ([0182832](https://github.com/GetStream/stream-video-js/commit/018283299bebe5d5078d4006ec86b6cd56884e77))
322
419
  - `@stream-io/video-react-bindings` updated to version `1.13.3`
323
420
 
324
421
  ## [1.28.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.28.1...@stream-io/video-react-native-sdk-1.28.2) (2026-01-28)
@@ -326,6 +423,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
326
423
  ### Dependency Updates
327
424
 
328
425
  - `@stream-io/video-client` updated to version `1.41.2`
426
+ - deduplicate RN compatibility assertions ([#2101](https://github.com/GetStream/stream-video-js/issues/2101)) ([5b9e6bc](https://github.com/GetStream/stream-video-js/commit/5b9e6bc227c55b067eea6345315bca015c8a7ee4))
329
427
  - `@stream-io/video-react-bindings` updated to version `1.13.2`
330
428
 
331
429
  ## [1.28.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.28.0...@stream-io/video-react-native-sdk-1.28.1) (2026-01-26)
@@ -333,6 +431,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
333
431
  ### Dependency Updates
334
432
 
335
433
  - `@stream-io/video-client` updated to version `1.41.1`
434
+ - **safari:** Handle interrupted AudioContext and AudioSession states ([#2098](https://github.com/GetStream/stream-video-js/issues/2098)) ([975901f](https://github.com/GetStream/stream-video-js/commit/975901f399b46479928ec1e9f32da7e47bba9ad3))
336
435
  - `@stream-io/video-react-bindings` updated to version `1.13.1`
337
436
 
338
437
  ### Bug Fixes
@@ -347,6 +446,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
347
446
  - `@stream-io/noise-cancellation-react-native` updated to version `0.5.0`
348
447
  - `@stream-io/video-filters-react-native` updated to version `0.10.0`
349
448
  - `@stream-io/video-client` updated to version `1.41.0`
449
+ - **Features**
450
+ - **recording:** Support for Individual, Raw and Composite recording ([#2071](https://github.com/GetStream/stream-video-js/issues/2071)) ([e53269c](https://github.com/GetStream/stream-video-js/commit/e53269ce697121b70dbebaf4a6d2cf875440a2af))
451
+ - **Bug Fixes**
452
+ - add start bitrate even if there is no existing fmtp line ([#2088](https://github.com/GetStream/stream-video-js/issues/2088)) ([ae1f496](https://github.com/GetStream/stream-video-js/commit/ae1f4965a7ab0b00dbdea45090c6aed49eafabb7))
350
453
  - `@stream-io/video-react-bindings` updated to version `1.13.0`
351
454
 
352
455
  ### Features
@@ -358,6 +461,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
358
461
  ### Dependency Updates
359
462
 
360
463
  - `@stream-io/video-client` updated to version `1.40.3`
464
+ - **react:** resolve call state race condition when using join with ring ([#2086](https://github.com/GetStream/stream-video-js/issues/2086)) ([6c2d3b3](https://github.com/GetStream/stream-video-js/commit/6c2d3b35ac96dbf7a85cadba47068a0e417d65be)), closes [#1755](https://github.com/GetStream/stream-video-js/issues/1755) [#2035](https://github.com/GetStream/stream-video-js/issues/2035)
465
+ - **react:** resolve call state race condition when using join with ring ([#2084](https://github.com/GetStream/stream-video-js/issues/2084)) ([f9b5946](https://github.com/GetStream/stream-video-js/commit/f9b59465f22b35304dbd01601e3f6166e1d02ea0)), closes [#1755](https://github.com/GetStream/stream-video-js/issues/1755) [#2035](https://github.com/GetStream/stream-video-js/issues/2035)
361
466
  - `@stream-io/video-react-bindings` updated to version `1.12.10`
362
467
 
363
468
  ### Bug Fixes
@@ -369,6 +474,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
369
474
  ### Dependency Updates
370
475
 
371
476
  - `@stream-io/video-client` updated to version `1.40.2`
477
+ - handle unrecoverable SFU join errors ([9b8198d](https://github.com/GetStream/stream-video-js/commit/9b8198d00e901a8eade169495a14d25c8d3bdf1e))
478
+ - handle unrecoverable SFU join errors ([#2083](https://github.com/GetStream/stream-video-js/issues/2083)) ([6ffb576](https://github.com/GetStream/stream-video-js/commit/6ffb5761b3dfb8e649cfa4f16dd30d294475eeae))
372
479
  - `@stream-io/video-react-bindings` updated to version `1.12.9`
373
480
 
374
481
  ## [1.27.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.27.1...@stream-io/video-react-native-sdk-1.27.2) (2026-01-14)
@@ -376,6 +483,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
376
483
  ### Dependency Updates
377
484
 
378
485
  - `@stream-io/video-client` updated to version `1.40.1`
486
+ - ensure proper set up of server-side preferences for mic and camera ([#2080](https://github.com/GetStream/stream-video-js/issues/2080)) ([3529c8f](https://github.com/GetStream/stream-video-js/commit/3529c8fc0233d3f9f8f21c80cffc4ec27334954f))
379
487
  - `@stream-io/video-react-bindings` updated to version `1.12.8`
380
488
 
381
489
  ## [1.27.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.27.0...@stream-io/video-react-native-sdk-1.27.1) (2026-01-09)
@@ -383,6 +491,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
383
491
  ### Dependency Updates
384
492
 
385
493
  - `@stream-io/video-client` updated to version `1.40.0`
494
+ - Call Stats Map ([#2025](https://github.com/GetStream/stream-video-js/issues/2025)) ([6c784f0](https://github.com/GetStream/stream-video-js/commit/6c784f0acacce3d23d0f589ff423d6a0d04c1e95))
386
495
  - `@stream-io/video-react-bindings` updated to version `1.12.7`
387
496
 
388
497
  ## [1.27.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.26.6...@stream-io/video-react-native-sdk-1.27.0) (2025-12-30)
@@ -400,6 +509,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
400
509
  ### Dependency Updates
401
510
 
402
511
  - `@stream-io/video-client` updated to version `1.39.3`
512
+ - adjusted shouldRejectCall implementation ([#2072](https://github.com/GetStream/stream-video-js/issues/2072)) ([2107e3d](https://github.com/GetStream/stream-video-js/commit/2107e3db65309664a7797cacae054aeb7a371f4a))
513
+ - **rpc:** Reliable SFU request timeouts ([#2066](https://github.com/GetStream/stream-video-js/issues/2066)) ([f842b74](https://github.com/GetStream/stream-video-js/commit/f842b74109af02c8454f5ff4f6618baac650ed4e))
403
514
  - `@stream-io/video-react-bindings` updated to version `1.12.6`
404
515
 
405
516
  ### Bug Fixes
@@ -411,6 +522,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
411
522
  ### Dependency Updates
412
523
 
413
524
  - `@stream-io/video-client` updated to version `1.39.2`
525
+ - **Bug Fixes**
526
+ - **safari:** verify that AudioContext supports `setSinkId` ([#2069](https://github.com/GetStream/stream-video-js/issues/2069)) ([e7fbe10](https://github.com/GetStream/stream-video-js/commit/e7fbe10d06acce52a2e3f4f7d008882fa23e9c89))
527
+ - slow rampup on vp9/h264 codec ([#2056](https://github.com/GetStream/stream-video-js/issues/2056)) ([b5ad360](https://github.com/GetStream/stream-video-js/commit/b5ad360eab83a139198d05b4f42b777315135ab6))
528
+ - **Other**
529
+ - upgrade stream dependencies ([#2065](https://github.com/GetStream/stream-video-js/issues/2065)) ([04ca858](https://github.com/GetStream/stream-video-js/commit/04ca858517072f861c1ddae0876f0b425ca658e2))
414
530
  - `@stream-io/video-react-bindings` updated to version `1.12.5`
415
531
 
416
532
  ### Bug Fixes
@@ -436,6 +552,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
436
552
 
437
553
  - `@stream-io/noise-cancellation-react-native` updated to version `0.4.3`
438
554
  - `@stream-io/video-client` updated to version `1.39.0`
555
+ - **Features**
556
+ - **react:** Retryable call watching ([#2046](https://github.com/GetStream/stream-video-js/issues/2046)) ([7205011](https://github.com/GetStream/stream-video-js/commit/7205011a451995585848b89388c91ae9a1b0bc64))
557
+ - **Bug Fixes**
558
+ - add response tracing for the SetPublisher RPC ([#2055](https://github.com/GetStream/stream-video-js/issues/2055)) ([a25d9a8](https://github.com/GetStream/stream-video-js/commit/a25d9a89870db47be046f31c85888995e43d44cd))
439
559
  - `@stream-io/video-react-bindings` updated to version `1.12.3`
440
560
 
441
561
  ### Bug Fixes
@@ -447,6 +567,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
447
567
  ### Dependency Updates
448
568
 
449
569
  - `@stream-io/video-client` updated to version `1.38.2`
570
+ - revert usage of useSyncExternalStore ([#2043](https://github.com/GetStream/stream-video-js/issues/2043)) ([849e896](https://github.com/GetStream/stream-video-js/commit/849e8964ac90d5785a6d608443f80156d1081744)), closes [#1953](https://github.com/GetStream/stream-video-js/issues/1953) [#2034](https://github.com/GetStream/stream-video-js/issues/2034) [#2006](https://github.com/GetStream/stream-video-js/issues/2006) [#2008](https://github.com/GetStream/stream-video-js/issues/2008)
450
571
  - `@stream-io/video-react-bindings` updated to version `1.12.2`
451
572
 
452
573
  ## [1.26.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.26.0...@stream-io/video-react-native-sdk-1.26.1) (2025-12-08)
@@ -454,6 +575,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
454
575
  ### Dependency Updates
455
576
 
456
577
  - `@stream-io/video-client` updated to version `1.38.1`
578
+ - added call state update for handling case when call.ring event as not triggered ([#2035](https://github.com/GetStream/stream-video-js/issues/2035)) ([3c79665](https://github.com/GetStream/stream-video-js/commit/3c79665323ad5172d3af35e9ee2f86655ac11670))
579
+ - **state:** ensure stable empty array for participant predicates ([#2036](https://github.com/GetStream/stream-video-js/issues/2036)) ([1aa72c8](https://github.com/GetStream/stream-video-js/commit/1aa72c8daf482bd157866960b4b9a92e272ac90b)), closes [#2034](https://github.com/GetStream/stream-video-js/issues/2034) [#2008](https://github.com/GetStream/stream-video-js/issues/2008)
457
580
  - `@stream-io/video-react-bindings` updated to version `1.12.1`
458
581
 
459
582
  ## [1.26.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.25.0...@stream-io/video-react-native-sdk-1.26.0) (2025-12-08)
@@ -463,6 +586,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
463
586
  - `@stream-io/noise-cancellation-react-native` updated to version `0.4.2`
464
587
  - `@stream-io/video-filters-react-native` updated to version `0.9.2`
465
588
  - `@stream-io/video-client` updated to version `1.38.0`
589
+ - **react:** Extend the statistics report with audio stats ([#2020](https://github.com/GetStream/stream-video-js/issues/2020)) ([0f4df3c](https://github.com/GetStream/stream-video-js/commit/0f4df3ce5f3b865c8ef09766dd72bc33f65539f3))
466
590
  - `@stream-io/video-react-bindings` updated to version `1.12.0`
467
591
 
468
592
  - remove default sound from jsdoc comment for notifications ([8f38784](https://github.com/GetStream/stream-video-js/commit/8f38784c41808fb65a31f2e5591a71c32b201eca))
@@ -484,6 +608,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
484
608
 
485
609
  - `@stream-io/noise-cancellation-react-native` updated to version `0.4.2`
486
610
  - `@stream-io/video-client` updated to version `1.37.3`
611
+ - instructions for Claude and other coding agents ([#2012](https://github.com/GetStream/stream-video-js/issues/2012)) ([08a3459](https://github.com/GetStream/stream-video-js/commit/08a345954f7cb5b1fae5a4b39b5b585bf1f631ec))
487
612
  - `@stream-io/video-react-bindings` updated to version `1.11.4`
488
613
 
489
614
  - instructions for Claude and other coding agents ([#2012](https://github.com/GetStream/stream-video-js/issues/2012)) ([08a3459](https://github.com/GetStream/stream-video-js/commit/08a345954f7cb5b1fae5a4b39b5b585bf1f631ec))
@@ -499,6 +624,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
499
624
  - `@stream-io/noise-cancellation-react-native` updated to version `0.4.1`
500
625
  - `@stream-io/video-filters-react-native` updated to version `0.9.1`
501
626
  - `@stream-io/video-client` updated to version `1.37.2`
627
+ - **react-bindings:** getSnapshot caching ([#2008](https://github.com/GetStream/stream-video-js/issues/2008)) ([ed0983c](https://github.com/GetStream/stream-video-js/commit/ed0983cf2d1525a2faaa0b9e9387ac448b35c8e1)), closes [#2006](https://github.com/GetStream/stream-video-js/issues/2006) [#1953](https://github.com/GetStream/stream-video-js/issues/1953)
502
628
  - `@stream-io/video-react-bindings` updated to version `1.11.3`
503
629
 
504
630
  - update react-native to 0.81.5 ([33554fc](https://github.com/GetStream/stream-video-js/commit/33554fc31015f4af57ba19b1f925b19fbfcbe0ea))
@@ -522,6 +648,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
522
648
 
523
649
  - `@stream-io/video-filters-react-native` updated to version `0.9.0`
524
650
  - `@stream-io/video-client` updated to version `1.37.0`
651
+ - ring individual members ([#1755](https://github.com/GetStream/stream-video-js/issues/1755)) ([57564d6](https://github.com/GetStream/stream-video-js/commit/57564d63f21da7b95b582f74c88b24af7e77659c))
525
652
  - `@stream-io/video-react-bindings` updated to version `1.11.1`
526
653
 
527
654
  ## [1.24.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.24.2...@stream-io/video-react-native-sdk-1.24.3) (2025-11-12)
@@ -529,7 +656,9 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
529
656
  ### Dependency Updates
530
657
 
531
658
  - `@stream-io/video-client` updated to version `1.36.1`
659
+ - enforce the client to publish options on SDP level ([#1976](https://github.com/GetStream/stream-video-js/issues/1976)) ([1d93f72](https://github.com/GetStream/stream-video-js/commit/1d93f72cb4395aaf9b487eb66e0c3b6a8111aca4))
532
660
  - `@stream-io/video-react-bindings` updated to version `1.11.0`
661
+ - **react-bindings:** integrate useSyncExternalStore in useObservableValue ([#1953](https://github.com/GetStream/stream-video-js/issues/1953)) ([ad4b147](https://github.com/GetStream/stream-video-js/commit/ad4b147713f40c96658ddaf70a01d7ca8e369a14))
533
662
 
534
663
  ### Bug Fixes
535
664
 
@@ -574,6 +703,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
574
703
  ### Dependency Updates
575
704
 
576
705
  - `@stream-io/video-client` updated to version `1.35.1`
706
+ - **deps-dev:** bump happy-dom from 20.0.0 to 20.0.2 ([#1970](https://github.com/GetStream/stream-video-js/issues/1970)) ([702f409](https://github.com/GetStream/stream-video-js/commit/702f409b2e5529e7b8f1cfc757e2e776c75deacf)), closes [#1934](https://github.com/GetStream/stream-video-js/issues/1934) [#1932](https://github.com/GetStream/stream-video-js/issues/1932) [#0](https://github.com/GetStream/stream-video-js/issues/0) [#1934](https://github.com/GetStream/stream-video-js/issues/1934) [#0](https://github.com/GetStream/stream-video-js/issues/0) [#1932](https://github.com/GetStream/stream-video-js/issues/1932)
577
707
  - `@stream-io/video-react-bindings` updated to version `1.10.3`
578
708
 
579
709
  ### Features
@@ -589,6 +719,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
589
719
  ### Dependency Updates
590
720
 
591
721
  - `@stream-io/video-client` updated to version `1.35.0`
722
+ - Participant Stats ([#1922](https://github.com/GetStream/stream-video-js/issues/1922)) ([b96de03](https://github.com/GetStream/stream-video-js/commit/b96de03a2b96db2288a6d2d52a25d3deea9148d8))
592
723
  - `@stream-io/video-react-bindings` updated to version `1.10.2`
593
724
 
594
725
  ### Bug Fixes
@@ -606,6 +737,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
606
737
  ### Dependency Updates
607
738
 
608
739
  - `@stream-io/video-client` updated to version `1.34.1`
740
+ - camera toggle along with flip ([#1961](https://github.com/GetStream/stream-video-js/issues/1961)) ([2703121](https://github.com/GetStream/stream-video-js/commit/2703121d27aee7a54bdc07b99a30feea9a4e4512))
609
741
  - `@stream-io/video-react-bindings` updated to version `1.10.1`
610
742
 
611
743
  ### Bug Fixes
@@ -619,6 +751,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
619
751
  - `@stream-io/noise-cancellation-react-native` updated to version `0.4.0`
620
752
  - `@stream-io/video-filters-react-native` updated to version `0.8.0`
621
753
  - `@stream-io/video-client` updated to version `1.34.0`
754
+ - **Bug Fixes**
755
+ - flush rtc stats when reconnecting ([#1946](https://github.com/GetStream/stream-video-js/issues/1946)) ([fb1f6fc](https://github.com/GetStream/stream-video-js/commit/fb1f6fcb2837154a4fe746a6efe4f9a4830bca20))
756
+ - **Other**
757
+ - use fromPartial instead of suppressing ts-errors ([#1949](https://github.com/GetStream/stream-video-js/issues/1949)) ([95e5654](https://github.com/GetStream/stream-video-js/commit/95e5654e2bac5dc7c5126079795fca9951652290))
622
758
  - `@stream-io/video-react-bindings` updated to version `1.10.0`
623
759
 
624
760
  - add useEffectEvent shim to bindings with react 19.2 dev dep ([#1944](https://github.com/GetStream/stream-video-js/issues/1944)) ([26ca6bd](https://github.com/GetStream/stream-video-js/commit/26ca6bd7702d4960c098104e12db18f7d8afc7ce))
@@ -639,6 +775,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
639
775
  ### Dependency Updates
640
776
 
641
777
  - `@stream-io/video-client` updated to version `1.33.1`
778
+ - ensure ingress participants are prioritized ([#1943](https://github.com/GetStream/stream-video-js/issues/1943)) ([a51a119](https://github.com/GetStream/stream-video-js/commit/a51a119cfb9f13736395b4afb3d3947ef994a6d9))
642
779
  - `@stream-io/video-react-bindings` updated to version `1.9.1`
643
780
 
644
781
  ## [1.21.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.21.0...@stream-io/video-react-native-sdk-1.21.1) (2025-09-30)
@@ -646,6 +783,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
646
783
  ### Dependency Updates
647
784
 
648
785
  - `@stream-io/video-client` updated to version `1.33.0`
786
+ - **Features**
787
+ - Audio profiles and Hi-Fi stereo audio ([#1887](https://github.com/GetStream/stream-video-js/issues/1887)) ([3b60c89](https://github.com/GetStream/stream-video-js/commit/3b60c89b8c0dbc40544fe13be79c10e93bbddd3d))
788
+ - **Bug Fixes**
789
+ - **client:** server side pinning ([#1936](https://github.com/GetStream/stream-video-js/issues/1936)) ([cd33b9e](https://github.com/GetStream/stream-video-js/commit/cd33b9e4417e8fdc452b6d4a192e10183ddfa31b))
649
790
  - `@stream-io/video-react-bindings` updated to version `1.9.0`
650
791
 
651
792
  ### Bug Fixes
@@ -659,6 +800,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
659
800
  - `@stream-io/noise-cancellation-react-native` updated to version `0.3.0`
660
801
  - `@stream-io/video-filters-react-native` updated to version `0.7.0`
661
802
  - `@stream-io/video-client` updated to version `1.32.0`
803
+ - restore calling state after unrecoverable join fail ([#1935](https://github.com/GetStream/stream-video-js/issues/1935)) ([8ab0168](https://github.com/GetStream/stream-video-js/commit/8ab01680d01cc47f9cf48078634358507f0c109d))
804
+ - send unifiedSessionId in the initial join request ([#1934](https://github.com/GetStream/stream-video-js/issues/1934)) ([e6a533d](https://github.com/GetStream/stream-video-js/commit/e6a533d7e926086ac5930ebfb4648dade449d15a))
662
805
  - `@stream-io/video-react-bindings` updated to version `1.8.4`
663
806
 
664
807
  ### Features
@@ -686,6 +829,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
686
829
  ### Dependency Updates
687
830
 
688
831
  - `@stream-io/video-client` updated to version `1.31.0`
832
+ - **Features**
833
+ - introduce @stream-io/worker-timers ([94c962b](https://github.com/GetStream/stream-video-js/commit/94c962b2c5f731c152771b7803a59664fa925477))
834
+ - **Bug Fixes**
835
+ - **video-filters:** prevent background tab throttling ([#1920](https://github.com/GetStream/stream-video-js/issues/1920)) ([f93d5cc](https://github.com/GetStream/stream-video-js/commit/f93d5cc5785957c7f181fcaf689ec366df9e646b))
689
836
  - `@stream-io/video-react-bindings` updated to version `1.8.3`
690
837
 
691
838
  ### Bug Fixes
@@ -697,6 +844,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
697
844
  ### Dependency Updates
698
845
 
699
846
  - `@stream-io/video-client` updated to version `1.30.1`
847
+ - don't apply default camera state if video is off ([#1917](https://github.com/GetStream/stream-video-js/issues/1917)) ([9cf1d75](https://github.com/GetStream/stream-video-js/commit/9cf1d752d824a0527fbb187df21d8a020590d4bb))
848
+ - **rn:** set direction state for flip after constraints are applied ([1f03c59](https://github.com/GetStream/stream-video-js/commit/1f03c59b9b3fecc0ff1f7cb6b0eccb083b4a3475))
700
849
  - `@stream-io/video-react-bindings` updated to version `1.8.2`
701
850
 
702
851
  ## [1.20.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.12...@stream-io/video-react-native-sdk-1.20.13) (2025-09-11)
@@ -704,6 +853,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
704
853
  ### Dependency Updates
705
854
 
706
855
  - `@stream-io/video-client` updated to version `1.30.0`
856
+ - **Features**
857
+ - Participant Source ([#1896](https://github.com/GetStream/stream-video-js/issues/1896)) ([b1cf710](https://github.com/GetStream/stream-video-js/commit/b1cf710ac3bfda573c0379dac1e6a107d2dbabf6))
858
+ - **Other**
859
+ - Skip tests for StreamVideoClient coordinator API ([aabe1d0](https://github.com/GetStream/stream-video-js/commit/aabe1d0ad3e3a95698b422991729e46289ab0277))
707
860
  - `@stream-io/video-react-bindings` updated to version `1.8.1`
708
861
 
709
862
  ## [1.20.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.11...@stream-io/video-react-native-sdk-1.20.12) (2025-09-09)
@@ -711,6 +864,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
711
864
  ### Dependency Updates
712
865
 
713
866
  - `@stream-io/video-client` updated to version `1.29.0`
867
+ - **Features**
868
+ - opt-out from optimistic updates ([#1904](https://github.com/GetStream/stream-video-js/issues/1904)) ([45dba34](https://github.com/GetStream/stream-video-js/commit/45dba34d38dc64f456e37b593e38e420426529f5))
869
+ - **Bug Fixes**
870
+ - capabilities and call grants ([#1899](https://github.com/GetStream/stream-video-js/issues/1899)) ([5725dfa](https://github.com/GetStream/stream-video-js/commit/5725dfa29b1e5fdb6fe4e26825ce7b268664d2fa))
871
+ - graceful Axios request config overrides ([#1913](https://github.com/GetStream/stream-video-js/issues/1913)) ([a124099](https://github.com/GetStream/stream-video-js/commit/a124099f984a592750d66ac440ef6c27ae7a02d9))
714
872
  - `@stream-io/video-react-bindings` updated to version `1.8.0`
715
873
 
716
874
  - trace charging and battery level ([#1909](https://github.com/GetStream/stream-video-js/issues/1909)) ([31d7c01](https://github.com/GetStream/stream-video-js/commit/31d7c015a1b243b759b3ef8934e44c5dc521b9a2))
@@ -731,6 +889,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
731
889
  ### Dependency Updates
732
890
 
733
891
  - `@stream-io/video-client` updated to version `1.28.1`
892
+ - handle pre ended calls on ringing push arrival ([#1897](https://github.com/GetStream/stream-video-js/issues/1897)) ([935e375](https://github.com/GetStream/stream-video-js/commit/935e3756035639c651b3ac4469321a64b8576a0e))
734
893
  - `@stream-io/video-react-bindings` updated to version `1.7.16`
735
894
 
736
895
  ## [1.20.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.8...@stream-io/video-react-native-sdk-1.20.9) (2025-08-21)
@@ -738,6 +897,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
738
897
  ### Dependency Updates
739
898
 
740
899
  - `@stream-io/video-client` updated to version `1.28.0`
900
+ - Kick user from a call ([#1894](https://github.com/GetStream/stream-video-js/issues/1894)) ([32e2afc](https://github.com/GetStream/stream-video-js/commit/32e2afca0ea59e3f57e1ff9d05828c1e07fbff78))
741
901
  - `@stream-io/video-react-bindings` updated to version `1.7.15`
742
902
 
743
903
  ## [1.20.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.7...@stream-io/video-react-native-sdk-1.20.8) (2025-08-21)
@@ -756,6 +916,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
756
916
  ### Dependency Updates
757
917
 
758
918
  - `@stream-io/video-client` updated to version `1.27.5`
919
+ - synchronize ring events ([#1888](https://github.com/GetStream/stream-video-js/issues/1888)) ([0951e6d](https://github.com/GetStream/stream-video-js/commit/0951e6d4c825806937d6bdc548df9f186c531466))
759
920
  - `@stream-io/video-react-bindings` updated to version `1.7.14`
760
921
 
761
922
  ## [1.20.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.5...@stream-io/video-react-native-sdk-1.20.6) (2025-08-13)
@@ -763,6 +924,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
763
924
  ### Dependency Updates
764
925
 
765
926
  - `@stream-io/video-client` updated to version `1.27.4`
927
+ - expose isSupportedBrowser() utility ([#1859](https://github.com/GetStream/stream-video-js/issues/1859)) ([f51a434](https://github.com/GetStream/stream-video-js/commit/f51a4341f57407210ab2e9ba57f41818ddbd7ed9))
766
928
  - `@stream-io/video-react-bindings` updated to version `1.7.13`
767
929
 
768
930
  ## [1.20.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.4...@stream-io/video-react-native-sdk-1.20.5) (2025-08-07)
@@ -770,6 +932,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
770
932
  ### Dependency Updates
771
933
 
772
934
  - `@stream-io/video-client` updated to version `1.27.3`
935
+ - extended telemetry data for the signal websocket ([#1881](https://github.com/GetStream/stream-video-js/issues/1881)) ([984703d](https://github.com/GetStream/stream-video-js/commit/984703dabb8c6189eaf4d6925421568f6d0fd7fc))
773
936
  - `@stream-io/video-react-bindings` updated to version `1.7.12`
774
937
 
775
938
  ## [1.20.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.3...@stream-io/video-react-native-sdk-1.20.4) (2025-08-06)
@@ -789,6 +952,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
789
952
  - `@stream-io/noise-cancellation-react-native` updated to version `0.2.1`
790
953
  - `@stream-io/video-filters-react-native` updated to version `0.6.1`
791
954
  - `@stream-io/video-client` updated to version `1.27.2`
955
+ - improved logging and tracing ([#1874](https://github.com/GetStream/stream-video-js/issues/1874)) ([e450ce2](https://github.com/GetStream/stream-video-js/commit/e450ce2a294d6f80480fcc709591c13d9ede79e4))
792
956
  - `@stream-io/video-react-bindings` updated to version `1.7.11`
793
957
 
794
958
  ### Bug Fixes
@@ -809,6 +973,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
809
973
  - `@stream-io/noise-cancellation-react-native` updated to version `0.2.0`
810
974
  - `@stream-io/video-filters-react-native` updated to version `0.6.0`
811
975
  - `@stream-io/video-client` updated to version `1.27.1`
976
+ - synchronize updateMuteState; use correct fallback dimensions ([#1867](https://github.com/GetStream/stream-video-js/issues/1867)) ([154cdda](https://github.com/GetStream/stream-video-js/commit/154cddaa4462ee03af5fdf4929ad9f4e3d4b5070))
812
977
  - `@stream-io/video-react-bindings` updated to version `1.7.10`
813
978
 
814
979
  - bump webrtc version ([#1865](https://github.com/GetStream/stream-video-js/issues/1865)) ([18fd609](https://github.com/GetStream/stream-video-js/commit/18fd60945ef74eb23c089dc0b5adb2373b700602))
@@ -835,6 +1000,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
835
1000
  ### Dependency Updates
836
1001
 
837
1002
  - `@stream-io/video-client` updated to version `1.27.0`
1003
+ - more graceful handling of SFU join failures ([#1853](https://github.com/GetStream/stream-video-js/issues/1853)) ([f38a4b5](https://github.com/GetStream/stream-video-js/commit/f38a4b5eef62210b08424640040a88065b680707))
838
1004
  - `@stream-io/video-react-bindings` updated to version `1.7.9`
839
1005
 
840
1006
  ### Features
@@ -850,6 +1016,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
850
1016
  ### Dependency Updates
851
1017
 
852
1018
  - `@stream-io/video-client` updated to version `1.26.1`
1019
+ - force `play-and-record` audioSession on Safari ([#1855](https://github.com/GetStream/stream-video-js/issues/1855)) ([a3552a3](https://github.com/GetStream/stream-video-js/commit/a3552a3be606ac99120b6c4ce6187eaa920a02ef))
853
1020
  - `@stream-io/video-react-bindings` updated to version `1.7.8`
854
1021
 
855
1022
  ## [1.18.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.17.6...@stream-io/video-react-native-sdk-1.18.0) (2025-07-11)
@@ -872,6 +1039,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
872
1039
  ### Dependency Updates
873
1040
 
874
1041
  - `@stream-io/video-client` updated to version `1.25.5`
1042
+ - relax SFU leaveAndClose constraints ([#1848](https://github.com/GetStream/stream-video-js/issues/1848)) ([dbf8bb0](https://github.com/GetStream/stream-video-js/commit/dbf8bb0c6f9f5358f21db3e78bd40ce01ad9bf6d)), closes [#1846](https://github.com/GetStream/stream-video-js/issues/1846)
875
1043
  - `@stream-io/video-react-bindings` updated to version `1.7.6`
876
1044
 
877
1045
  ## [1.17.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.17.4...@stream-io/video-react-native-sdk-1.17.5) (2025-07-07)
@@ -879,6 +1047,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
879
1047
  ### Dependency Updates
880
1048
 
881
1049
  - `@stream-io/video-client` updated to version `1.25.4`
1050
+ - sync call state after a failed reconnect ([#1846](https://github.com/GetStream/stream-video-js/issues/1846)) ([905e5c2](https://github.com/GetStream/stream-video-js/commit/905e5c2011d3267e83b3f2a861a4175de4111cfa))
882
1051
  - `@stream-io/video-react-bindings` updated to version `1.7.5`
883
1052
 
884
1053
  ## [1.17.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.17.3...@stream-io/video-react-native-sdk-1.17.4) (2025-07-03)
@@ -886,6 +1055,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
886
1055
  ### Dependency Updates
887
1056
 
888
1057
  - `@stream-io/video-client` updated to version `1.25.3`
1058
+ - bump the default test timeout ([bea27db](https://github.com/GetStream/stream-video-js/commit/bea27db1922a6f2a0899375d1a4cade1eb1291b5))
1059
+ - increase axios timeout ([d9cc4ac](https://github.com/GetStream/stream-video-js/commit/d9cc4ac69f58d12d97af0c714df564349c17c9b5))
889
1060
  - `@stream-io/video-react-bindings` updated to version `1.7.4`
890
1061
 
891
1062
  ### Bug Fixes
@@ -898,6 +1069,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
898
1069
  ### Dependency Updates
899
1070
 
900
1071
  - `@stream-io/video-client` updated to version `1.25.2`
1072
+ - resolve `default` device id into real id ([#1839](https://github.com/GetStream/stream-video-js/issues/1839)) ([1a1037f](https://github.com/GetStream/stream-video-js/commit/1a1037f21ef2926c7da78b6461499f37742935e9))
901
1073
  - `@stream-io/video-react-bindings` updated to version `1.7.3`
902
1074
 
903
1075
  ### Bug Fixes
@@ -909,6 +1081,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
909
1081
  ### Dependency Updates
910
1082
 
911
1083
  - `@stream-io/video-client` updated to version `1.25.1`
1084
+ - correctly setup and dispose device managers ([#1836](https://github.com/GetStream/stream-video-js/issues/1836)) ([92fbe6c](https://github.com/GetStream/stream-video-js/commit/92fbe6c1da3bf06847244f430652bdc9433533bf))
912
1085
  - `@stream-io/video-react-bindings` updated to version `1.7.2`
913
1086
 
914
1087
  ## [1.17.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.17.0...@stream-io/video-react-native-sdk-1.17.1) (2025-06-20)
@@ -916,6 +1089,14 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
916
1089
  ### Dependency Updates
917
1090
 
918
1091
  - `@stream-io/video-client` updated to version `1.25.0`
1092
+ - **Features**
1093
+ - stereo support ([#1833](https://github.com/GetStream/stream-video-js/issues/1833)) ([389b2f2](https://github.com/GetStream/stream-video-js/commit/389b2f2f0d7e4098b916a18b7c079d7029e35949))
1094
+ - Support for Screen Share content hinting ([#1834](https://github.com/GetStream/stream-video-js/issues/1834)) ([a09ff78](https://github.com/GetStream/stream-video-js/commit/a09ff78e8c5a78ea435bec17dfd5b2b63ef5c78d))
1095
+ - **Bug Fixes**
1096
+ - multiple FAST reconnect attempts and improved ICE restarts ([#1811](https://github.com/GetStream/stream-video-js/issues/1811)) ([f64c922](https://github.com/GetStream/stream-video-js/commit/f64c92292dcc6d216acb130ad51347449968f420))
1097
+ - ringing call fixes and support for pronto ([#1823](https://github.com/GetStream/stream-video-js/issues/1823)) ([c0414f8](https://github.com/GetStream/stream-video-js/commit/c0414f88ec7dd42ad35991565f9d337ea7e0fc6d))
1098
+ - **Other**
1099
+ - upgrade stream deps and improve API error code logging ([#1827](https://github.com/GetStream/stream-video-js/issues/1827)) ([8c30fef](https://github.com/GetStream/stream-video-js/commit/8c30fef80d78055f5adeae02f7347c1c3fe49b72)), closes [#1826](https://github.com/GetStream/stream-video-js/issues/1826)
919
1100
  - `@stream-io/video-react-bindings` updated to version `1.7.1`
920
1101
 
921
1102
  ## [1.17.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.16.1...@stream-io/video-react-native-sdk-1.17.0) (2025-06-12)
@@ -925,7 +1106,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
925
1106
  - `@stream-io/noise-cancellation-react-native` updated to version `0.1.1`
926
1107
  - `@stream-io/video-filters-react-native` updated to version `0.5.0`
927
1108
  - `@stream-io/video-client` updated to version `1.24.0`
1109
+ - configurable call stats reporting interval ([#1824](https://github.com/GetStream/stream-video-js/issues/1824)) ([74f72c0](https://github.com/GetStream/stream-video-js/commit/74f72c024d0cb34ae3e0fee4bd8f061fb51e4479))
1110
+ - don't compute call stats report if no one subscribed to it ([#1825](https://github.com/GetStream/stream-video-js/issues/1825)) ([fb6a8c9](https://github.com/GetStream/stream-video-js/commit/fb6a8c9e19c80be313d73fadb68810e7f7c1f071))
928
1111
  - `@stream-io/video-react-bindings` updated to version `1.7.0`
1112
+ - update i18next to its latest version ([#1807](https://github.com/GetStream/stream-video-js/issues/1807)) ([c524877](https://github.com/GetStream/stream-video-js/commit/c5248777c83b2a032423b59f6505cf4b2a09a9b9))
929
1113
 
930
1114
  - update webrtc version ([162a8d2](https://github.com/GetStream/stream-video-js/commit/162a8d24216a28659759ea16fe48630cadb1536f))
931
1115
 
@@ -939,6 +1123,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
939
1123
  ### Dependency Updates
940
1124
 
941
1125
  - `@stream-io/video-client` updated to version `1.23.5`
1126
+ - **react-native:** skip browser permission for react native ([#1818](https://github.com/GetStream/stream-video-js/issues/1818)) ([b18f418](https://github.com/GetStream/stream-video-js/commit/b18f418698e12b9804efb43e712ba813b0dbb056))
942
1127
  - `@stream-io/video-react-bindings` updated to version `1.6.8`
943
1128
 
944
1129
  ### Bug Fixes
@@ -950,6 +1135,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
950
1135
  ### Dependency Updates
951
1136
 
952
1137
  - `@stream-io/video-client` updated to version `1.23.4`
1138
+ - attach original token provider error as cause to loadToken rejection ([#1812](https://github.com/GetStream/stream-video-js/issues/1812)) ([15f817c](https://github.com/GetStream/stream-video-js/commit/15f817c2548a8edba8ca1004e133277d67cbeb4f))
1139
+ - improved video quality on low capture resolution ([#1814](https://github.com/GetStream/stream-video-js/issues/1814)) ([ebcfdf7](https://github.com/GetStream/stream-video-js/commit/ebcfdf7f7e8146fcaf18a8bee81086f5a23f5df3))
953
1140
  - `@stream-io/video-react-bindings` updated to version `1.6.7`
954
1141
 
955
1142
  ### Features
@@ -962,6 +1149,12 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
962
1149
 
963
1150
  - `@stream-io/noise-cancellation-react-native` updated to version `0.1.1`
964
1151
  - `@stream-io/video-client` updated to version `1.23.3`
1152
+ - **Bug Fixes**
1153
+ - inconsistent device state if applySettingsToStream fails ([#1808](https://github.com/GetStream/stream-video-js/issues/1808)) ([73d66c2](https://github.com/GetStream/stream-video-js/commit/73d66c2eaa7eca52b9d41b39f8f9fd0a0ce240ef))
1154
+ - test ([e0b93aa](https://github.com/GetStream/stream-video-js/commit/e0b93aaa13f22f0db30b61e6230aff40ba8fd92a))
1155
+ - use AudioContext for Safari ([#1810](https://github.com/GetStream/stream-video-js/issues/1810)) ([63542f4](https://github.com/GetStream/stream-video-js/commit/63542f419efa475c7acf50f053621ace74a1eff4))
1156
+ - **Other**
1157
+ - remove TODO ([9cfea4b](https://github.com/GetStream/stream-video-js/commit/9cfea4b54284cdd680a6d666436dedc5fd8956c3))
965
1158
  - `@stream-io/video-react-bindings` updated to version `1.6.6`
966
1159
 
967
1160
  ### Bug Fixes
@@ -980,6 +1173,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
980
1173
  ### Dependency Updates
981
1174
 
982
1175
  - `@stream-io/video-client` updated to version `1.23.2`
1176
+ - rpc error tracing ([#1801](https://github.com/GetStream/stream-video-js/issues/1801)) ([a9e86d5](https://github.com/GetStream/stream-video-js/commit/a9e86d5e51e72b15d044e012f5fcc5a44907c325))
983
1177
  - `@stream-io/video-react-bindings` updated to version `1.6.5`
984
1178
 
985
1179
  ## [1.14.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.14.0...@stream-io/video-react-native-sdk-1.14.1) (2025-05-21)
@@ -987,6 +1181,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
987
1181
  ### Dependency Updates
988
1182
 
989
1183
  - `@stream-io/video-client` updated to version `1.23.1`
1184
+ - restore echoCancellation settings ([#1799](https://github.com/GetStream/stream-video-js/issues/1799)) ([e839036](https://github.com/GetStream/stream-video-js/commit/e839036f279ee9b27ce3d62d4f07e3517c3e5fef)), closes [#1794](https://github.com/GetStream/stream-video-js/issues/1794)
990
1185
  - `@stream-io/video-react-bindings` updated to version `1.6.4`
991
1186
 
992
1187
  ## [1.14.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.13.3...@stream-io/video-react-native-sdk-1.14.0) (2025-05-20)
@@ -996,6 +1191,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
996
1191
  - `@stream-io/noise-cancellation-react-native` updated to version `0.1.0`
997
1192
  - `@stream-io/video-filters-react-native` updated to version `0.4.0`
998
1193
  - `@stream-io/video-client` updated to version `1.23.0`
1194
+ - do not mutate filters array during pipeline setup ([#1798](https://github.com/GetStream/stream-video-js/issues/1798)) ([e9832e5](https://github.com/GetStream/stream-video-js/commit/e9832e5ef41b3f6cddfe2d0cb2cf840e9b28bb86))
999
1195
  - `@stream-io/video-react-bindings` updated to version `1.6.3`
1000
1196
 
1001
1197
  ### Features
@@ -1010,6 +1206,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1010
1206
 
1011
1207
  - `@stream-io/video-filters-react-native` updated to version `0.3.1`
1012
1208
  - `@stream-io/video-client` updated to version `1.22.2`
1209
+ - adjust ErrorFromResponse class ([#1791](https://github.com/GetStream/stream-video-js/issues/1791)) ([c0abcba](https://github.com/GetStream/stream-video-js/commit/c0abcbacfddeb87d8378c4418f80e6770981cdc8)), closes [GetStream/chat#1540](https://github.com/GetStream/chat/issues/1540)
1013
1210
  - `@stream-io/video-react-bindings` updated to version `1.6.2`
1014
1211
 
1015
1212
  ### Bug Fixes
@@ -1021,6 +1218,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1021
1218
  ### Dependency Updates
1022
1219
 
1023
1220
  - `@stream-io/video-client` updated to version `1.22.1`
1221
+ - fixes an edge case where tracks weren't restored after a reconnect ([#1789](https://github.com/GetStream/stream-video-js/issues/1789)) ([d825e8e](https://github.com/GetStream/stream-video-js/commit/d825e8e39ac8cbd072ec9d5124e1ea0226216e08))
1024
1222
  - `@stream-io/video-react-bindings` updated to version `1.6.1`
1025
1223
 
1026
1224
  ## [1.13.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.13.0...@stream-io/video-react-native-sdk-1.13.1) (2025-05-09)
@@ -1035,6 +1233,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1035
1233
 
1036
1234
  - `@stream-io/video-filters-react-native` updated to version `0.3.0`
1037
1235
  - `@stream-io/video-client` updated to version `1.22.0`
1236
+ - graceful handling of LIVE_ENDED CallEnded reason ([#1783](https://github.com/GetStream/stream-video-js/issues/1783)) ([ff54390](https://github.com/GetStream/stream-video-js/commit/ff54390099e10c550b8bbac42658080a65007a30))
1237
+ - isolate mediaDevices traces ([#1779](https://github.com/GetStream/stream-video-js/issues/1779)) ([d8623f0](https://github.com/GetStream/stream-video-js/commit/d8623f0b06a6229bff96ea01dd1f2b851b7d3558)), closes [#1765](https://github.com/GetStream/stream-video-js/issues/1765)
1238
+ - make camera.flip() work more reliably with older devices ([#1781](https://github.com/GetStream/stream-video-js/issues/1781)) ([9dfbc55](https://github.com/GetStream/stream-video-js/commit/9dfbc556155c1ae9b528b50b140313c4decb024f)), closes [#1679](https://github.com/GetStream/stream-video-js/issues/1679)
1239
+ - use scoped locking for PeerConnection events ([#1785](https://github.com/GetStream/stream-video-js/issues/1785)) ([b0f93e8](https://github.com/GetStream/stream-video-js/commit/b0f93e83e70520b527efd94e9192ac7dca031864))
1038
1240
  - `@stream-io/video-react-bindings` updated to version `1.6.0`
1039
1241
 
1040
1242
  ### Features
@@ -1060,6 +1262,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1060
1262
  ### Dependency Updates
1061
1263
 
1062
1264
  - `@stream-io/video-client` updated to version `1.20.2`
1265
+ - add options for 4K RTMP and Recording ([#1775](https://github.com/GetStream/stream-video-js/issues/1775)) ([c09213d](https://github.com/GetStream/stream-video-js/commit/c09213df5fc8a46f5a8c5c1ef18f07fd05e1d547))
1266
+ - use timeout reason when auto-dropping calls (instead of decline) ([#1776](https://github.com/GetStream/stream-video-js/issues/1776)) ([a043148](https://github.com/GetStream/stream-video-js/commit/a04314814e728c3d05d53c8940e9c223fec18fcc))
1063
1267
  - `@stream-io/video-react-bindings` updated to version `1.5.18`
1064
1268
 
1065
1269
  ## [1.11.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.11.4...@stream-io/video-react-native-sdk-1.11.5) (2025-04-29)
@@ -1067,6 +1271,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1067
1271
  ### Dependency Updates
1068
1272
 
1069
1273
  - `@stream-io/video-client` updated to version `1.20.1`
1274
+ - dispose media stream if it cannot be published ([#1771](https://github.com/GetStream/stream-video-js/issues/1771)) ([83fbfd7](https://github.com/GetStream/stream-video-js/commit/83fbfd7bb77bd9a06d6955e6b48bb8238e573f57))
1275
+ - use more granular permission state for stats reporter ([#1774](https://github.com/GetStream/stream-video-js/issues/1774)) ([55afdfc](https://github.com/GetStream/stream-video-js/commit/55afdfcdac55fad25ba32978caf55a2f25f7580b))
1070
1276
  - `@stream-io/video-react-bindings` updated to version `1.5.17`
1071
1277
 
1072
1278
  ### Bug Fixes
@@ -1079,6 +1285,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1079
1285
  ### Dependency Updates
1080
1286
 
1081
1287
  - `@stream-io/video-client` updated to version `1.20.0`
1288
+ - **Features**
1289
+ - add getCallReport method ([#1767](https://github.com/GetStream/stream-video-js/issues/1767)) ([12e064f](https://github.com/GetStream/stream-video-js/commit/12e064f34a08731ded289651125bbe20e2bbf4f4))
1290
+ - **Other**
1291
+ - bump test timeout ([7d922ed](https://github.com/GetStream/stream-video-js/commit/7d922ed34c46851a257fb36ee644f1ff5e4cb917))
1082
1292
  - `@stream-io/video-react-bindings` updated to version `1.5.16`
1083
1293
 
1084
1294
  ## [1.11.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.11.2...@stream-io/video-react-native-sdk-1.11.3) (2025-04-15)
@@ -1086,13 +1296,17 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1086
1296
  ### Dependency Updates
1087
1297
 
1088
1298
  - `@stream-io/video-client` updated to version `1.19.3`
1299
+ - fast reconnect shouldn't be followed up with full rejoining on network switch ([#1760](https://github.com/GetStream/stream-video-js/issues/1760)) ([71363bd](https://github.com/GetStream/stream-video-js/commit/71363bdf0fb6cd6273ff6c2a0faf9ea1eb53f121))
1300
+ - watched calls should auto-subscribe for state updates ([#1762](https://github.com/GetStream/stream-video-js/issues/1762)) ([abcb45b](https://github.com/GetStream/stream-video-js/commit/abcb45b7fed4ca10e4ac6ea8ee18630ca5a9cb46)), closes [#1433](https://github.com/GetStream/stream-video-js/issues/1433)
1089
1301
  - `@stream-io/video-react-bindings` updated to version `1.5.15`
1302
+ - access device list lazily from call state hook ([#1761](https://github.com/GetStream/stream-video-js/issues/1761)) ([319353c](https://github.com/GetStream/stream-video-js/commit/319353caf709f6a9fa2197b2ac923b9ceecadb7c))
1090
1303
 
1091
1304
  ## [1.11.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.11.1...@stream-io/video-react-native-sdk-1.11.2) (2025-04-11)
1092
1305
 
1093
1306
  ### Dependency Updates
1094
1307
 
1095
1308
  - `@stream-io/video-client` updated to version `1.19.2`
1309
+ - enhance tracing data ([#1758](https://github.com/GetStream/stream-video-js/issues/1758)) ([a6f2e3a](https://github.com/GetStream/stream-video-js/commit/a6f2e3a5256519e4884ec07e2dd2d4417f2482fe))
1096
1310
  - `@stream-io/video-react-bindings` updated to version `1.5.14`
1097
1311
 
1098
1312
  ### Bug Fixes
@@ -1104,6 +1318,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1104
1318
  ### Dependency Updates
1105
1319
 
1106
1320
  - `@stream-io/video-client` updated to version `1.19.1`
1321
+ - add an opt-out for persisted device preferences ([#1753](https://github.com/GetStream/stream-video-js/issues/1753)) ([4d55c3e](https://github.com/GetStream/stream-video-js/commit/4d55c3ee982bcb72beec347489e7c945bb2c63e3))
1107
1322
  - `@stream-io/video-react-bindings` updated to version `1.5.13`
1108
1323
 
1109
1324
  - use RN 0.76.9 as a baseline ([#1750](https://github.com/GetStream/stream-video-js/issues/1750)) ([3846aa1](https://github.com/GetStream/stream-video-js/commit/3846aa1d748a2bb2dbf9262ec0036f2cf55874ea))
@@ -1128,6 +1343,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1128
1343
  ### Dependency Updates
1129
1344
 
1130
1345
  - `@stream-io/video-client` updated to version `1.18.9`
1346
+ - pick correct device for speaking while muted detection ([#1744](https://github.com/GetStream/stream-video-js/issues/1744)) ([33044f5](https://github.com/GetStream/stream-video-js/commit/33044f56ec7debba2e14d5a87dde9eaa87a02089)), closes [#1538](https://github.com/GetStream/stream-video-js/issues/1538)
1347
+ - reset the call state value when "live" ends ([#1740](https://github.com/GetStream/stream-video-js/issues/1740)) ([2123a10](https://github.com/GetStream/stream-video-js/commit/2123a104bb790a7384506fd475b779c02b116edd))
1131
1348
  - `@stream-io/video-react-bindings` updated to version `1.5.11`
1132
1349
 
1133
1350
  - remove react-native/eslint-config from the RN SDK ([#1743](https://github.com/GetStream/stream-video-js/issues/1743)) ([312d734](https://github.com/GetStream/stream-video-js/commit/312d73411642bdcc811885fb16d7d26a916c2d05))
@@ -1138,6 +1355,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1138
1355
  ### Dependency Updates
1139
1356
 
1140
1357
  - `@stream-io/video-client` updated to version `1.18.8`
1358
+ - **Bug Fixes**
1359
+ - implement retry logic for call joining process ([#1738](https://github.com/GetStream/stream-video-js/issues/1738)) ([71599c3](https://github.com/GetStream/stream-video-js/commit/71599c3ddda51a247d7933cd6b12ca8fd03d7033))
1360
+ - **Other**
1361
+ - dependency upgrades and cleanup ([#1727](https://github.com/GetStream/stream-video-js/issues/1727)) ([c3b0ede](https://github.com/GetStream/stream-video-js/commit/c3b0ede3ce444c28c51457155e8ccff584c2c1e5))
1141
1362
  - `@stream-io/video-react-bindings` updated to version `1.5.10`
1142
1363
 
1143
1364
  - align expo plugin background modes with flutter ([f6950cb](https://github.com/GetStream/stream-video-js/commit/f6950cb39d0c83413aca1c59e670efea5c5cdd6a))
@@ -1149,6 +1370,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1149
1370
  ### Dependency Updates
1150
1371
 
1151
1372
  - `@stream-io/video-client` updated to version `1.18.7`
1373
+ - rename `toJSON` to `asJSON` ([#1729](https://github.com/GetStream/stream-video-js/issues/1729)) ([0d7d074](https://github.com/GetStream/stream-video-js/commit/0d7d074dac1032690b5f4af4d6ba5fcdd56dfaa2))
1374
+ - update call reject reasons ([#1730](https://github.com/GetStream/stream-video-js/issues/1730)) ([100ed6b](https://github.com/GetStream/stream-video-js/commit/100ed6b9323b66e86123917abf4fc2973a677fca))
1152
1375
  - `@stream-io/video-react-bindings` updated to version `1.5.9`
1153
1376
 
1154
1377
  ### Bug Fixes
@@ -1160,6 +1383,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1160
1383
  ### Dependency Updates
1161
1384
 
1162
1385
  - `@stream-io/video-client` updated to version `1.18.6`
1386
+ - ensure negotiation runs sequentially ([#1722](https://github.com/GetStream/stream-video-js/issues/1722)) ([7e166aa](https://github.com/GetStream/stream-video-js/commit/7e166aaf606c3f751068cf60bd554e6374f701d7))
1163
1387
  - `@stream-io/video-react-bindings` updated to version `1.5.8`
1164
1388
 
1165
1389
  ## [1.10.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.14...@stream-io/video-react-native-sdk-1.10.15) (2025-03-12)
@@ -1167,6 +1391,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1167
1391
  ### Dependency Updates
1168
1392
 
1169
1393
  - `@stream-io/video-client` updated to version `1.18.5`
1394
+ - **Bug Fixes**
1395
+ - 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))
1396
+ - **Other**
1397
+ - Upgrade to Next 15.2 ([#1717](https://github.com/GetStream/stream-video-js/issues/1717)) ([9b1aec3](https://github.com/GetStream/stream-video-js/commit/9b1aec3447dee611c0d900db44add6b6c89e2b8d))
1170
1398
  - `@stream-io/video-react-bindings` updated to version `1.5.7`
1171
1399
 
1172
1400
  ## [1.10.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.13...@stream-io/video-react-native-sdk-1.10.14) (2025-03-11)
@@ -1180,6 +1408,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1180
1408
  ### Dependency Updates
1181
1409
 
1182
1410
  - `@stream-io/video-client` updated to version `1.18.4`
1411
+ - retryable client.connectUser() ([#1710](https://github.com/GetStream/stream-video-js/issues/1710)) ([10b6860](https://github.com/GetStream/stream-video-js/commit/10b6860e1d65c38d8eb0ba7d7ea18f0ca30f5abc))
1183
1412
  - `@stream-io/video-react-bindings` updated to version `1.5.6`
1184
1413
 
1185
1414
  ### Bug Fixes
@@ -1208,6 +1437,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1208
1437
  ### Dependency Updates
1209
1438
 
1210
1439
  - `@stream-io/video-client` updated to version `1.18.3`
1440
+ - revert the release of cloned track on publisher dispose ([556fb61](https://github.com/GetStream/stream-video-js/commit/556fb610ae1c9a1965f38fc07e995683b5052544))
1211
1441
  - `@stream-io/video-react-bindings` updated to version `1.5.5`
1212
1442
 
1213
1443
  ## [1.10.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.9...@stream-io/video-react-native-sdk-1.10.10) (2025-03-04)
@@ -1215,6 +1445,9 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1215
1445
  ### Dependency Updates
1216
1446
 
1217
1447
  - `@stream-io/video-client` updated to version `1.18.2`
1448
+ - do not accept again on reconnections ([#1705](https://github.com/GetStream/stream-video-js/issues/1705)) ([bedd2d8](https://github.com/GetStream/stream-video-js/commit/bedd2d8aafd7ff8260f63b500e25807518ccd365))
1449
+ - do not stop original track in RN ([#1708](https://github.com/GetStream/stream-video-js/issues/1708)) ([ab0ada2](https://github.com/GetStream/stream-video-js/commit/ab0ada283c753d4cdfd59b6eaf75af26cf54fd7e))
1450
+ - prevent extra unnecessary reconnect after offline to online ([#1706](https://github.com/GetStream/stream-video-js/issues/1706)) ([bc3920a](https://github.com/GetStream/stream-video-js/commit/bc3920a81f398fd9e166ee4517b32d58f50d56fe))
1218
1451
  - `@stream-io/video-react-bindings` updated to version `1.5.4`
1219
1452
 
1220
1453
  ## [1.10.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.8...@stream-io/video-react-native-sdk-1.10.9) (2025-02-28)
@@ -1222,6 +1455,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1222
1455
  ### Dependency Updates
1223
1456
 
1224
1457
  - `@stream-io/video-client` updated to version `1.18.1`
1458
+ - prevent reconnecting state when offline ([#1703](https://github.com/GetStream/stream-video-js/issues/1703)) ([aeac90d](https://github.com/GetStream/stream-video-js/commit/aeac90d8b7b14820e3e0e30282e51fc7824f8bf8))
1225
1459
  - `@stream-io/video-react-bindings` updated to version `1.5.3`
1226
1460
 
1227
1461
  ## [1.10.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.7...@stream-io/video-react-native-sdk-1.10.8) (2025-02-27)
@@ -1243,6 +1477,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1243
1477
  ### Dependency Updates
1244
1478
 
1245
1479
  - `@stream-io/video-client` updated to version `1.18.0`
1480
+ - **Features**
1481
+ - align SDK version reporting, use higher-entropy user agent data for stats ([#1696](https://github.com/GetStream/stream-video-js/issues/1696)) ([e02e8d9](https://github.com/GetStream/stream-video-js/commit/e02e8d9b3843086a3fa859a8bd31ba65ace5a7fd))
1482
+ - **Bug Fixes**
1483
+ - don't implicitly mark calls as `ringing` ([#1697](https://github.com/GetStream/stream-video-js/issues/1697)) ([3429a7b](https://github.com/GetStream/stream-video-js/commit/3429a7ba52e13a43b96d2c3c28f270da111f84b2)), closes [/github.com/GetStream/stream-video-js/issues/1561#issuecomment-2662584543](https://github.com/GetStream//github.com/GetStream/stream-video-js/issues/1561/issues/issuecomment-2662584543)
1484
+ - use axios version that doesnt import node specific module ([#1699](https://github.com/GetStream/stream-video-js/issues/1699)) ([414e01b](https://github.com/GetStream/stream-video-js/commit/414e01b9c7e4c4862b429e48c506673bcc228fa4))
1246
1485
  - `@stream-io/video-react-bindings` updated to version `1.5.2`
1247
1486
 
1248
1487
  ### Bug Fixes
@@ -1269,6 +1508,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1269
1508
  ### Dependency Updates
1270
1509
 
1271
1510
  - `@stream-io/video-client` updated to version `1.17.1`
1511
+ - do not reconnect when device is offline ([#1688](https://github.com/GetStream/stream-video-js/issues/1688)) ([c6b6f58](https://github.com/GetStream/stream-video-js/commit/c6b6f58310a3365eb6f40d76a15c26791f413241))
1272
1512
  - `@stream-io/video-react-bindings` updated to version `1.5.1`
1273
1513
 
1274
1514
  ## [1.10.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.1...@stream-io/video-react-native-sdk-1.10.2) (2025-02-19)
@@ -1308,6 +1548,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1308
1548
  ### Dependency Updates
1309
1549
 
1310
1550
  - `@stream-io/video-client` updated to version `1.16.7`
1551
+ - relax device constraints on NotFoundError DOMException ([#1680](https://github.com/GetStream/stream-video-js/issues/1680)) ([c682908](https://github.com/GetStream/stream-video-js/commit/c682908408395f6863fd1549958cf4203bcc7f32))
1311
1552
  - `@stream-io/video-react-bindings` updated to version `1.4.15`
1312
1553
 
1313
1554
  ## [1.9.29](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.28...@stream-io/video-react-native-sdk-1.9.29) (2025-02-12)
@@ -1333,6 +1574,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1333
1574
  ### Dependency Updates
1334
1575
 
1335
1576
  - `@stream-io/video-client` updated to version `1.16.5`
1577
+ - ensure all tracks are stopped when disposing a Publisher ([#1677](https://github.com/GetStream/stream-video-js/issues/1677)) ([172d345](https://github.com/GetStream/stream-video-js/commit/172d345ceada2bf82df1aec604a2325947896c5c)), closes [#1676](https://github.com/GetStream/stream-video-js/issues/1676)
1336
1578
  - `@stream-io/video-react-bindings` updated to version `1.4.13`
1337
1579
 
1338
1580
  ## [1.9.26](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.25...@stream-io/video-react-native-sdk-1.9.26) (2025-02-10)
@@ -1346,6 +1588,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1346
1588
  ### Dependency Updates
1347
1589
 
1348
1590
  - `@stream-io/video-client` updated to version `1.16.4`
1591
+ - ensure tracks are stopped when disposing a Publisher ([#1676](https://github.com/GetStream/stream-video-js/issues/1676)) ([948f672](https://github.com/GetStream/stream-video-js/commit/948f672243e1f2a0e9499184ee31db4bc88f9952))
1349
1592
  - `@stream-io/video-react-bindings` updated to version `1.4.12`
1350
1593
 
1351
1594
  ## [1.9.24](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.23...@stream-io/video-react-native-sdk-1.9.24) (2025-02-07)
@@ -1361,6 +1604,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1361
1604
  ### Dependency Updates
1362
1605
 
1363
1606
  - `@stream-io/video-client` updated to version `1.16.3`
1607
+ - relaxed validation for submitting feedback ([#1673](https://github.com/GetStream/stream-video-js/issues/1673)) ([98685b9](https://github.com/GetStream/stream-video-js/commit/98685b9fcf3c3b0309a7072d51cde4657e028528))
1364
1608
  - `@stream-io/video-react-bindings` updated to version `1.4.11`
1365
1609
 
1366
1610
  ## [1.9.22](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.21...@stream-io/video-react-native-sdk-1.9.22) (2025-02-06)
@@ -1380,6 +1624,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1380
1624
  ### Dependency Updates
1381
1625
 
1382
1626
  - `@stream-io/video-client` updated to version `1.16.2`
1627
+ - race condition with unrecoverable error handling ([#1672](https://github.com/GetStream/stream-video-js/issues/1672)) ([be8095c](https://github.com/GetStream/stream-video-js/commit/be8095ce946cf98a0dfc1f3ea3391376cc7d2896)), closes [#1649](https://github.com/GetStream/stream-video-js/issues/1649) [#1618](https://github.com/GetStream/stream-video-js/issues/1618)
1383
1628
  - `@stream-io/video-react-bindings` updated to version `1.4.10`
1384
1629
 
1385
1630
  ## [1.9.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.18...@stream-io/video-react-native-sdk-1.9.19) (2025-02-05)
@@ -1393,6 +1638,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1393
1638
  ### Dependency Updates
1394
1639
 
1395
1640
  - `@stream-io/video-client` updated to version `1.16.1`
1641
+ - **Bug Fixes**
1642
+ - do not mute track on camera flip ([#1671](https://github.com/GetStream/stream-video-js/issues/1671)) ([963eb4d](https://github.com/GetStream/stream-video-js/commit/963eb4d4e5d6b96afb61b4da23a05ad92bcb3973))
1643
+ - **Other**
1644
+ - add trace log for call unregister ([e20d9dc](https://github.com/GetStream/stream-video-js/commit/e20d9dc28b35c5dd0c921ccc3e18923a344ae5ab))
1396
1645
  - `@stream-io/video-react-bindings` updated to version `1.4.9`
1397
1646
 
1398
1647
  ## [1.9.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.16...@stream-io/video-react-native-sdk-1.9.17) (2025-02-03)
@@ -1407,6 +1656,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1407
1656
  ### Dependency Updates
1408
1657
 
1409
1658
  - `@stream-io/video-client` updated to version `1.16.0`
1659
+ - OpenAPI upgrades and HLS status reporting ([#1668](https://github.com/GetStream/stream-video-js/issues/1668)) ([2f377b8](https://github.com/GetStream/stream-video-js/commit/2f377b8772f7b9fc8fcb8b8e9b3eecb1920bc7d0))
1410
1660
  - `@stream-io/video-react-bindings` updated to version `1.4.8`
1411
1661
 
1412
1662
  ## [1.9.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.14...@stream-io/video-react-native-sdk-1.9.15) (2025-01-31)
@@ -1433,6 +1683,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1433
1683
  ### Dependency Updates
1434
1684
 
1435
1685
  - `@stream-io/video-client` updated to version `1.15.7`
1686
+ - speech detection and align mic disable with web ([#1658](https://github.com/GetStream/stream-video-js/issues/1658)) ([fd908fb](https://github.com/GetStream/stream-video-js/commit/fd908fb2b70e6bade595f44107ca2f85aa4d5631))
1436
1687
  - `@stream-io/video-react-bindings` updated to version `1.4.7`
1437
1688
 
1438
1689
  ## [1.9.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.10...@stream-io/video-react-native-sdk-1.9.11) (2025-01-29)
@@ -1440,6 +1691,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1440
1691
  ### Dependency Updates
1441
1692
 
1442
1693
  - `@stream-io/video-client` updated to version `1.15.6`
1694
+ - ensures that maxBitrate is an integer ([#1657](https://github.com/GetStream/stream-video-js/issues/1657)) ([69eee96](https://github.com/GetStream/stream-video-js/commit/69eee969ac4d52e3410d8e5e12e012b02a5eb1b7)), closes [#1527](https://github.com/GetStream/stream-video-js/issues/1527)
1443
1695
  - `@stream-io/video-react-bindings` updated to version `1.4.6`
1444
1696
 
1445
1697
  ## [1.9.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.9...@stream-io/video-react-native-sdk-1.9.10) (2025-01-24)
@@ -1447,6 +1699,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1447
1699
  ### Dependency Updates
1448
1700
 
1449
1701
  - `@stream-io/video-client` updated to version `1.15.5`
1702
+ - remove the participants from state when leaving call ([003ac26](https://github.com/GetStream/stream-video-js/commit/003ac26eff3c14779d5f25e6e64973c88a5b811d))
1450
1703
  - `@stream-io/video-react-bindings` updated to version `1.4.5`
1451
1704
 
1452
1705
  ## [1.9.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.8...@stream-io/video-react-native-sdk-1.9.9) (2025-01-23)
@@ -1454,6 +1707,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1454
1707
  ### Dependency Updates
1455
1708
 
1456
1709
  - `@stream-io/video-client` updated to version `1.15.4`
1710
+ - leave ringing call if accepted or rejected elsewhere ([#1654](https://github.com/GetStream/stream-video-js/issues/1654)) ([9f25adf](https://github.com/GetStream/stream-video-js/commit/9f25adf8796db369f7e3e236e6a178f525ae8f55))
1457
1711
  - `@stream-io/video-react-bindings` updated to version `1.4.4`
1458
1712
 
1459
1713
  ## [1.9.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.7...@stream-io/video-react-native-sdk-1.9.8) (2025-01-23)
@@ -1479,6 +1733,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1479
1733
  ### Dependency Updates
1480
1734
 
1481
1735
  - `@stream-io/video-client` updated to version `1.15.3`
1736
+ - restore calling state if SFU connection fails during join ([#1652](https://github.com/GetStream/stream-video-js/issues/1652)) ([ff7f221](https://github.com/GetStream/stream-video-js/commit/ff7f221ad285ca1994fc3a780aa8183df2de3e99))
1482
1737
  - `@stream-io/video-react-bindings` updated to version `1.4.3`
1483
1738
 
1484
1739
  ## [1.9.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.3...@stream-io/video-react-native-sdk-1.9.4) (2025-01-20)
@@ -1486,6 +1741,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1486
1741
  ### Dependency Updates
1487
1742
 
1488
1743
  - `@stream-io/video-client` updated to version `1.15.2`
1744
+ - improved error handling when connecting to an SFU ([#1648](https://github.com/GetStream/stream-video-js/issues/1648)) ([27332b4](https://github.com/GetStream/stream-video-js/commit/27332b484094e26a123a1dfe8bb614c35ce1022a))
1489
1745
  - `@stream-io/video-react-bindings` updated to version `1.4.2`
1490
1746
 
1491
1747
  ## [1.9.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.2...@stream-io/video-react-native-sdk-1.9.3) (2025-01-20)
@@ -1505,6 +1761,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1505
1761
  ### Dependency Updates
1506
1762
 
1507
1763
  - `@stream-io/video-client` updated to version `1.15.1`
1764
+ - update mute state only for video track on mobile ([#1645](https://github.com/GetStream/stream-video-js/issues/1645)) ([c0507cb](https://github.com/GetStream/stream-video-js/commit/c0507cb02e0058b8b968237220234771c9a30e6f)), closes [#1527](https://github.com/GetStream/stream-video-js/issues/1527)
1508
1765
  - `@stream-io/video-react-bindings` updated to version `1.4.1`
1509
1766
 
1510
1767
  ## [1.9.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.8.0...@stream-io/video-react-native-sdk-1.9.0) (2025-01-16)
@@ -1561,6 +1818,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1561
1818
  ### Dependency Updates
1562
1819
 
1563
1820
  - `@stream-io/video-client` updated to version `1.13.1`
1821
+ - **client:** fix the initial value of deviceState in clientDetails ([#1629](https://github.com/GetStream/stream-video-js/issues/1629)) ([afefb67](https://github.com/GetStream/stream-video-js/commit/afefb67a568899e2ce500e6dad36e64b6b0e5a3d))
1564
1822
  - `@stream-io/video-react-bindings` updated to version `1.2.16`
1565
1823
 
1566
1824
  ## [1.5.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.22...@stream-io/video-react-native-sdk-1.5.0) (2024-12-20)
@@ -1585,6 +1843,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1585
1843
  ### Dependency Updates
1586
1844
 
1587
1845
  - `@stream-io/video-client` updated to version `1.12.4`
1846
+ - **Bug Fixes**
1847
+ - adjust dynascale debouncing for upscaling and downscaling ([#1621](https://github.com/GetStream/stream-video-js/issues/1621)) [skip ci] ([7b3a721](https://github.com/GetStream/stream-video-js/commit/7b3a72192fab79d8af8d1c392a9f0135e2d25b16))
1848
+ - prevent auto-dropping already accepted or rejected calls ([#1619](https://github.com/GetStream/stream-video-js/issues/1619)) ([113406a](https://github.com/GetStream/stream-video-js/commit/113406a9ba7fdf2e193a1933b73963e0011f28f0))
1849
+ - **Other**
1850
+ - improve test coverage reporting ([#1624](https://github.com/GetStream/stream-video-js/issues/1624)) ([32bb870](https://github.com/GetStream/stream-video-js/commit/32bb870187f0627c32d2b5692ce3de633d743582))
1588
1851
  - `@stream-io/video-react-bindings` updated to version `1.2.14`
1589
1852
 
1590
1853
  ## [1.4.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.19...@stream-io/video-react-native-sdk-1.4.20) (2024-12-16)
@@ -1627,6 +1890,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1627
1890
  ### Dependency Updates
1628
1891
 
1629
1892
  - `@stream-io/video-client` updated to version `1.12.2`
1893
+ - **Bug Fixes**
1894
+ - pre-built timer worker ([#1617](https://github.com/GetStream/stream-video-js/issues/1617)) ([94dacef](https://github.com/GetStream/stream-video-js/commit/94dacef1c2b1e8794a42657ddab29a3b584eb0b4)), closes [#1557](https://github.com/GetStream/stream-video-js/issues/1557)
1895
+ - **Other**
1896
+ - drop docusaurus docs ([#1613](https://github.com/GetStream/stream-video-js/issues/1613)) ([8743c8d](https://github.com/GetStream/stream-video-js/commit/8743c8d221191759266010c6cd053480da1d71a5))
1630
1897
  - `@stream-io/video-react-bindings` updated to version `1.2.12`
1631
1898
 
1632
1899
  - drop docusaurus docs ([#1613](https://github.com/GetStream/stream-video-js/issues/1613)) ([8743c8d](https://github.com/GetStream/stream-video-js/commit/8743c8d221191759266010c6cd053480da1d71a5))
@@ -1636,6 +1903,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1636
1903
  ### Dependency Updates
1637
1904
 
1638
1905
  - `@stream-io/video-client` updated to version `1.12.1`
1906
+ - reenable usage of ringing filters with useCalls ([1dffaed](https://github.com/GetStream/stream-video-js/commit/1dffaed609ac147a6030a4fb103c4dd586db775e))
1639
1907
  - `@stream-io/video-react-bindings` updated to version `1.2.11`
1640
1908
 
1641
1909
  ## [1.4.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.12...@stream-io/video-react-native-sdk-1.4.13) (2024-12-10)
@@ -1643,6 +1911,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1643
1911
  ### Dependency Updates
1644
1912
 
1645
1913
  - `@stream-io/video-client` updated to version `1.12.0`
1914
+ - Aggregate stats reports - request and response objects ([#1614](https://github.com/GetStream/stream-video-js/issues/1614)) ([8a47fea](https://github.com/GetStream/stream-video-js/commit/8a47fea491232e524b1de780c12c0d00e0f02bcd))
1646
1915
  - `@stream-io/video-react-bindings` updated to version `1.2.10`
1647
1916
 
1648
1917
  ## [1.4.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.11...@stream-io/video-react-native-sdk-1.4.12) (2024-12-09)
@@ -1650,6 +1919,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1650
1919
  ### Dependency Updates
1651
1920
 
1652
1921
  - `@stream-io/video-client` updated to version `1.11.15`
1922
+ - avoid call.get in all call.ring events ([#1615](https://github.com/GetStream/stream-video-js/issues/1615)) ([c757370](https://github.com/GetStream/stream-video-js/commit/c7573701a20b4a29cd2b6fd08a55d4eff503f77f))
1653
1923
  - `@stream-io/video-react-bindings` updated to version `1.2.9`
1654
1924
 
1655
1925
  ## [1.4.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.10...@stream-io/video-react-native-sdk-1.4.11) (2024-12-04)
@@ -1657,6 +1927,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1657
1927
  ### Dependency Updates
1658
1928
 
1659
1929
  - `@stream-io/video-client` updated to version `1.11.14`
1930
+ - prevent device list observable from erroring ([#1608](https://github.com/GetStream/stream-video-js/issues/1608)) ([06af3e7](https://github.com/GetStream/stream-video-js/commit/06af3e7e03b63551c781512c797ac10c0486d0c7))
1660
1931
  - `@stream-io/video-react-bindings` updated to version `1.2.8`
1661
1932
 
1662
1933
  ## [1.4.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.9...@stream-io/video-react-native-sdk-1.4.10) (2024-12-03)
@@ -1670,6 +1941,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1670
1941
  ### Dependency Updates
1671
1942
 
1672
1943
  - `@stream-io/video-client` updated to version `1.11.13`
1944
+ - use worker to prevent timer throttling ([#1557](https://github.com/GetStream/stream-video-js/issues/1557)) ([c11c3ca](https://github.com/GetStream/stream-video-js/commit/c11c3caf455787fe531c83601bad71e7a0a0e9b9))
1673
1945
  - `@stream-io/video-react-bindings` updated to version `1.2.7`
1674
1946
 
1675
1947
  ## [1.4.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.7...@stream-io/video-react-native-sdk-1.4.8) (2024-12-03)
@@ -1677,6 +1949,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1677
1949
  ### Dependency Updates
1678
1950
 
1679
1951
  - `@stream-io/video-client` updated to version `1.11.12`
1952
+ - handle timeout on SFU WS connections ([#1600](https://github.com/GetStream/stream-video-js/issues/1600)) ([5f2db7b](https://github.com/GetStream/stream-video-js/commit/5f2db7bd5cfdf57cdc04d6a6ed752f43e5b06657))
1680
1953
  - `@stream-io/video-react-bindings` updated to version `1.2.6`
1681
1954
 
1682
1955
  ## [1.4.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.6...@stream-io/video-react-native-sdk-1.4.7) (2024-11-29)
@@ -1684,6 +1957,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1684
1957
  ### Dependency Updates
1685
1958
 
1686
1959
  - `@stream-io/video-client` updated to version `1.11.11`
1960
+ - 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))
1687
1961
  - `@stream-io/video-react-bindings` updated to version `1.2.5`
1688
1962
 
1689
1963
  ## [1.4.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.5...@stream-io/video-react-native-sdk-1.4.6) (2024-11-29)
@@ -1697,6 +1971,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1697
1971
  ### Dependency Updates
1698
1972
 
1699
1973
  - `@stream-io/video-client` updated to version `1.11.10`
1974
+ - ringing calls not being left when ended ([#1601](https://github.com/GetStream/stream-video-js/issues/1601)) ([1c2b9d1](https://github.com/GetStream/stream-video-js/commit/1c2b9d1a54767652acc52cae9bb3d348c9df566f))
1700
1975
  - `@stream-io/video-react-bindings` updated to version `1.2.4`
1701
1976
 
1702
1977
  ## [1.4.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.3...@stream-io/video-react-native-sdk-1.4.4) (2024-11-27)
@@ -1704,6 +1979,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1704
1979
  ### Dependency Updates
1705
1980
 
1706
1981
  - `@stream-io/video-client` updated to version `1.11.9`
1982
+ - 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))
1707
1983
  - `@stream-io/video-react-bindings` updated to version `1.2.3`
1708
1984
 
1709
1985
  ## [1.4.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.2...@stream-io/video-react-native-sdk-1.4.3) (2024-11-27)
@@ -1711,6 +1987,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1711
1987
  ### Dependency Updates
1712
1988
 
1713
1989
  - `@stream-io/video-client` updated to version `1.11.8`
1990
+ - **ios:** use vp8 when h264 constrainted baseline isn't available ([#1597](https://github.com/GetStream/stream-video-js/issues/1597)) ([6281216](https://github.com/GetStream/stream-video-js/commit/62812161cef5e9917c504dbc4cd9257709ea5fa1))
1714
1991
  - `@stream-io/video-react-bindings` updated to version `1.2.2`
1715
1992
 
1716
1993
  ## [1.4.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.1...@stream-io/video-react-native-sdk-1.4.2) (2024-11-27)
@@ -1724,6 +2001,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1724
2001
  ### Dependency Updates
1725
2002
 
1726
2003
  - `@stream-io/video-client` updated to version `1.11.7`
2004
+ - remove unused code from the coordinator websocket impl ([#1563](https://github.com/GetStream/stream-video-js/issues/1563)) ([921b820](https://github.com/GetStream/stream-video-js/commit/921b820133885dac299dab343cee3fc4b08705ce))
1727
2005
  - `@stream-io/video-react-bindings` updated to version `1.2.1`
1728
2006
 
1729
2007
  ## [1.4.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.8...@stream-io/video-react-native-sdk-1.4.0) (2024-11-25)
@@ -1741,6 +2019,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1741
2019
  ### Dependency Updates
1742
2020
 
1743
2021
  - `@stream-io/video-client` updated to version `1.11.6`
2022
+ - force single codec preference in the SDP ([#1588](https://github.com/GetStream/stream-video-js/issues/1588)) ([4afff09](https://github.com/GetStream/stream-video-js/commit/4afff09a778f8567176d22bcc22d36001dca7cd3)), closes [#1581](https://github.com/GetStream/stream-video-js/issues/1581)
1744
2023
  - `@stream-io/video-react-bindings` updated to version `1.1.23`
1745
2024
 
1746
2025
  ## [1.3.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.6...@stream-io/video-react-native-sdk-1.3.7) (2024-11-22)
@@ -1748,6 +2027,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1748
2027
  ### Dependency Updates
1749
2028
 
1750
2029
  - `@stream-io/video-client` updated to version `1.11.5`
2030
+ - unhandled promise rejections during reconnect ([#1585](https://github.com/GetStream/stream-video-js/issues/1585)) ([920c4ea](https://github.com/GetStream/stream-video-js/commit/920c4ea3b3f622430b35ac1bade74a6206ee17e5)), closes [/github.com/GetStream/stream-video-js/pull/1585/files#diff-420f6ddab47c1be72fd9ce8c99e1fa2b9f5f0495b7c367546ee0ff634beaed81](https://github.com/GetStream//github.com/GetStream/stream-video-js/pull/1585/files/issues/diff-420f6ddab47c1be72fd9ce8c99e1fa2b9f5f0495b7c367546ee0ff634beaed81)
1751
2031
  - `@stream-io/video-react-bindings` updated to version `1.1.22`
1752
2032
 
1753
2033
  ## [1.3.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.5...@stream-io/video-react-native-sdk-1.3.6) (2024-11-21)
@@ -1755,6 +2035,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1755
2035
  ### Dependency Updates
1756
2036
 
1757
2037
  - `@stream-io/video-client` updated to version `1.11.4`
2038
+ - experimental option to force single codec preference in the SDP ([#1581](https://github.com/GetStream/stream-video-js/issues/1581)) ([894a86e](https://github.com/GetStream/stream-video-js/commit/894a86e407dc0dd36b7463bb964c86da0c3055d1))
1758
2039
  - `@stream-io/video-react-bindings` updated to version `1.1.21`
1759
2040
 
1760
2041
  ## [1.3.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.4...@stream-io/video-react-native-sdk-1.3.5) (2024-11-21)
@@ -1768,6 +2049,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1768
2049
  ### Dependency Updates
1769
2050
 
1770
2051
  - `@stream-io/video-client` updated to version `1.11.3`
2052
+ - respect codec overrides when computing the video layers ([#1582](https://github.com/GetStream/stream-video-js/issues/1582)) ([c22b83e](https://github.com/GetStream/stream-video-js/commit/c22b83ef710f2188e680b73790154de046a824e9))
1771
2053
  - `@stream-io/video-react-bindings` updated to version `1.1.20`
1772
2054
 
1773
2055
  ## [1.3.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.2...@stream-io/video-react-native-sdk-1.3.3) (2024-11-20)
@@ -1781,6 +2063,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1781
2063
  ### Dependency Updates
1782
2064
 
1783
2065
  - `@stream-io/video-client` updated to version `1.11.2`
2066
+ - fully reset token manager on user disconnect ([#1578](https://github.com/GetStream/stream-video-js/issues/1578)) ([6751abc](https://github.com/GetStream/stream-video-js/commit/6751abc0507085bd7c9f3f803f4c5929e0598bea)), closes [#1573](https://github.com/GetStream/stream-video-js/issues/1573)
1784
2067
  - `@stream-io/video-react-bindings` updated to version `1.1.19`
1785
2068
 
1786
2069
  ## [1.3.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.0...@stream-io/video-react-native-sdk-1.3.1) (2024-11-14)
@@ -1805,6 +2088,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1805
2088
  ### Dependency Updates
1806
2089
 
1807
2090
  - `@stream-io/video-client` updated to version `1.11.0`
2091
+ - Connection timing ([#1574](https://github.com/GetStream/stream-video-js/issues/1574)) ([ce1dc9a](https://github.com/GetStream/stream-video-js/commit/ce1dc9a01fc5b0e60e3dac6653c27e99fd4b3ecb))
1808
2092
  - `@stream-io/video-react-bindings` updated to version `1.1.17`
1809
2093
 
1810
2094
  ## [1.2.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.13...@stream-io/video-react-native-sdk-1.2.14) (2024-11-07)
@@ -1812,6 +2096,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1812
2096
  ### Dependency Updates
1813
2097
 
1814
2098
  - `@stream-io/video-client` updated to version `1.10.5`
2099
+ - ignore maxSimulcastLayers override for SVC codecs ([#1564](https://github.com/GetStream/stream-video-js/issues/1564)) ([48f8abe](https://github.com/GetStream/stream-video-js/commit/48f8abe5fd5b48c367a04696febd582573def828))
1815
2100
  - `@stream-io/video-react-bindings` updated to version `1.1.16`
1816
2101
 
1817
2102
  ## [1.2.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.12...@stream-io/video-react-native-sdk-1.2.13) (2024-11-07)
@@ -1819,6 +2104,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1819
2104
  ### Dependency Updates
1820
2105
 
1821
2106
  - `@stream-io/video-client` updated to version `1.10.4`
2107
+ - max simulcast layers preference ([#1560](https://github.com/GetStream/stream-video-js/issues/1560)) ([2b0bf28](https://github.com/GetStream/stream-video-js/commit/2b0bf2824dce41c2709e361e0521cf85e1b2fd16))
1822
2108
  - `@stream-io/video-react-bindings` updated to version `1.1.15`
1823
2109
 
1824
2110
  ## [1.2.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.11...@stream-io/video-react-native-sdk-1.2.12) (2024-11-05)
@@ -1826,6 +2112,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1826
2112
  ### Dependency Updates
1827
2113
 
1828
2114
  - `@stream-io/video-client` updated to version `1.10.3`
2115
+ - camera flip did not work in react-native ([#1554](https://github.com/GetStream/stream-video-js/issues/1554)) ([423890c](https://github.com/GetStream/stream-video-js/commit/423890cb2d1925366d8a63c29f93c4c92c8104ad)), closes [#1521](https://github.com/GetStream/stream-video-js/issues/1521)
1829
2116
  - `@stream-io/video-react-bindings` updated to version `1.1.14`
1830
2117
 
1831
2118
  ## [1.2.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.10...@stream-io/video-react-native-sdk-1.2.11) (2024-11-04)
@@ -1839,6 +2126,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1839
2126
  ### Dependency Updates
1840
2127
 
1841
2128
  - `@stream-io/video-react-bindings` updated to version `1.1.13`
2129
+ - imports for useToggleCallRecording ([#1548](https://github.com/GetStream/stream-video-js/issues/1548)) ([f6b2180](https://github.com/GetStream/stream-video-js/commit/f6b21809e95691298d5c8fec6754a886eb9a28fe))
1842
2130
 
1843
2131
  ## [1.2.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.8...@stream-io/video-react-native-sdk-1.2.9) (2024-11-01)
1844
2132
 
@@ -1856,12 +2144,14 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1856
2144
  ### Dependency Updates
1857
2145
 
1858
2146
  - `@stream-io/video-react-bindings` updated to version `1.1.11`
2147
+ - 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))
1859
2148
 
1860
2149
  ## [1.2.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.6...@stream-io/video-react-native-sdk-1.2.7) (2024-10-30)
1861
2150
 
1862
2151
  ### Dependency Updates
1863
2152
 
1864
2153
  - `@stream-io/video-client` updated to version `1.10.1`
2154
+ - various device selector issues ([#1541](https://github.com/GetStream/stream-video-js/issues/1541)) ([f23618b](https://github.com/GetStream/stream-video-js/commit/f23618bda447eeb2d66f908bdb38b24db051f87c))
1865
2155
  - `@stream-io/video-react-bindings` updated to version `1.1.10`
1866
2156
 
1867
2157
  ## [1.2.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.5...@stream-io/video-react-native-sdk-1.2.6) (2024-10-30)
@@ -1869,6 +2159,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1869
2159
  ### Dependency Updates
1870
2160
 
1871
2161
  - `@stream-io/video-client` updated to version `1.10.0`
2162
+ - report input devices in call stats ([#1533](https://github.com/GetStream/stream-video-js/issues/1533)) ([f34fe0a](https://github.com/GetStream/stream-video-js/commit/f34fe0a0444903099565ae55a9639e39fc19b76c))
1872
2163
  - `@stream-io/video-react-bindings` updated to version `1.1.9`
1873
2164
 
1874
2165
  ## [1.2.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.4...@stream-io/video-react-native-sdk-1.2.5) (2024-10-28)
@@ -1876,6 +2167,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1876
2167
  ### Dependency Updates
1877
2168
 
1878
2169
  - `@stream-io/video-client` updated to version `1.9.3`
2170
+ - make device selection by device id exact ([#1538](https://github.com/GetStream/stream-video-js/issues/1538)) ([6274cac](https://github.com/GetStream/stream-video-js/commit/6274cac2ecf155aa6ce0c6d764229e0e9cd39a6a))
1879
2171
  - `@stream-io/video-react-bindings` updated to version `1.1.8`
1880
2172
 
1881
2173
  ## [1.2.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.3...@stream-io/video-react-native-sdk-1.2.4) (2024-10-22)
@@ -1889,6 +2181,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1889
2181
  ### Dependency Updates
1890
2182
 
1891
2183
  - `@stream-io/video-client` updated to version `1.9.2`
2184
+ - **client:** invoke call.reject only when reject param specified ([#1530](https://github.com/GetStream/stream-video-js/issues/1530)) ([eac4e4e](https://github.com/GetStream/stream-video-js/commit/eac4e4ebd2575f5269f65db7173107d5cafab9bf))
1892
2185
  - `@stream-io/video-react-bindings` updated to version `1.1.7`
1893
2186
 
1894
2187
  ## [1.2.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.1...@stream-io/video-react-native-sdk-1.2.2) (2024-10-18)
@@ -1896,6 +2189,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1896
2189
  ### Dependency Updates
1897
2190
 
1898
2191
  - `@stream-io/video-client` updated to version `1.9.1`
2192
+ - **svc:** announce downscaled layers in setPublisher ([#1526](https://github.com/GetStream/stream-video-js/issues/1526)) ([96cadd0](https://github.com/GetStream/stream-video-js/commit/96cadd05e995392eac4ec300828d07b287d691a0))
1899
2193
  - `@stream-io/video-react-bindings` updated to version `1.1.6`
1900
2194
 
1901
2195
  ## [1.2.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.0...@stream-io/video-react-native-sdk-1.2.1) (2024-10-17)
@@ -1920,6 +2214,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1920
2214
  ### Dependency Updates
1921
2215
 
1922
2216
  - `@stream-io/video-client` updated to version `1.8.4`
2217
+ - ignore camera direction for desktop devices ([#1521](https://github.com/GetStream/stream-video-js/issues/1521)) ([562b5cc](https://github.com/GetStream/stream-video-js/commit/562b5cca77264330d08dff5305eccc489970076a))
1923
2218
  - `@stream-io/video-react-bindings` updated to version `1.1.4`
1924
2219
 
1925
2220
  ## [1.1.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.4...@stream-io/video-react-native-sdk-1.1.5) (2024-10-16)
@@ -1933,6 +2228,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1933
2228
  ### Dependency Updates
1934
2229
 
1935
2230
  - `@stream-io/video-client` updated to version `1.8.3`
2231
+ - do not release track if track was not removed from stream ([#1517](https://github.com/GetStream/stream-video-js/issues/1517)) ([5bfc528](https://github.com/GetStream/stream-video-js/commit/5bfc52850c36ffe0de37e47066538a8a14dc9e01))
1936
2232
  - `@stream-io/video-react-bindings` updated to version `1.1.3`
1937
2233
 
1938
2234
  ## [1.1.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.2...@stream-io/video-react-native-sdk-1.1.3) (2024-10-10)
@@ -1940,6 +2236,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1940
2236
  ### Dependency Updates
1941
2237
 
1942
2238
  - `@stream-io/video-client` updated to version `1.8.2`
2239
+ - add track release for react-native whenever track stop is called ([#1516](https://github.com/GetStream/stream-video-js/issues/1516)) ([5074510](https://github.com/GetStream/stream-video-js/commit/50745101d28d0339592c22ca02b076040ad3bdeb))
1943
2240
  - `@stream-io/video-react-bindings` updated to version `1.1.2`
1944
2241
 
1945
2242
  ## [1.1.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.1...@stream-io/video-react-native-sdk-1.1.2) (2024-10-10)
@@ -1947,6 +2244,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1947
2244
  ### Dependency Updates
1948
2245
 
1949
2246
  - `@stream-io/video-client` updated to version `1.8.1`
2247
+ - mic not fully released in some cases ([#1515](https://github.com/GetStream/stream-video-js/issues/1515)) ([b7bf90b](https://github.com/GetStream/stream-video-js/commit/b7bf90b9b1a83fb80d01a82ebee8754343963ae5))
1950
2248
  - `@stream-io/video-react-bindings` updated to version `1.1.1`
1951
2249
 
1952
2250
  ## [1.1.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.0...@stream-io/video-react-native-sdk-1.1.1) (2024-10-04)
@@ -1971,6 +2269,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1971
2269
  ### Dependency Updates
1972
2270
 
1973
2271
  - `@stream-io/video-client` updated to version `1.7.4`
2272
+ - retryable location hint ([#1505](https://github.com/GetStream/stream-video-js/issues/1505)) ([087417f](https://github.com/GetStream/stream-video-js/commit/087417f926b3d43a5bcb814ac9bb5951c1e63479))
1974
2273
  - `@stream-io/video-react-bindings` updated to version `1.0.10`
1975
2274
 
1976
2275
  ## [1.0.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.12...@stream-io/video-react-native-sdk-1.0.13) (2024-09-24)
@@ -1978,6 +2277,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1978
2277
  ### Dependency Updates
1979
2278
 
1980
2279
  - `@stream-io/video-client` updated to version `1.7.3`
2280
+ - do not always error out api calls when web socket initially failed ([#1495](https://github.com/GetStream/stream-video-js/issues/1495)) ([7cdb62e](https://github.com/GetStream/stream-video-js/commit/7cdb62e75cad56098ee81eabbcc63382f93fd218))
1981
2281
  - `@stream-io/video-react-bindings` updated to version `1.0.9`
1982
2282
 
1983
2283
  ## [1.0.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.11...@stream-io/video-react-native-sdk-1.0.12) (2024-09-20)
@@ -1985,6 +2285,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1985
2285
  ### Dependency Updates
1986
2286
 
1987
2287
  - `@stream-io/video-client` updated to version `1.7.2`
2288
+ - overridable bitrate and bitrate downscale factor ([#1493](https://github.com/GetStream/stream-video-js/issues/1493)) ([cce5d8e](https://github.com/GetStream/stream-video-js/commit/cce5d8e641a9182a1779952e4e62aa16ec21ab92))
1988
2289
  - `@stream-io/video-react-bindings` updated to version `1.0.8`
1989
2290
 
1990
2291
  ## [1.0.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.10...@stream-io/video-react-native-sdk-1.0.11) (2024-09-20)
@@ -1992,6 +2293,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
1992
2293
  ### Dependency Updates
1993
2294
 
1994
2295
  - `@stream-io/video-client` updated to version `1.7.1`
2296
+ - don't attempt to recover broken WebSockets when there isn't a network connection ([#1490](https://github.com/GetStream/stream-video-js/issues/1490)) ([d576f48](https://github.com/GetStream/stream-video-js/commit/d576f48c7f819d48008359a3c30fe5d1a3372145))
1995
2297
  - `@stream-io/video-react-bindings` updated to version `1.0.7`
1996
2298
 
1997
2299
  - `preMajor: false` for stable packages ([#1491](https://github.com/GetStream/stream-video-js/issues/1491)) ([6ed27b9](https://github.com/GetStream/stream-video-js/commit/6ed27b9d1dfebeb9a241f6aa0b55912cce87eef5))
@@ -2001,6 +2303,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2001
2303
  ### Dependency Updates
2002
2304
 
2003
2305
  - `@stream-io/video-client` updated to version `1.7.0`
2306
+ - 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))
2004
2307
  - `@stream-io/video-react-bindings` updated to version `1.0.6`
2005
2308
 
2006
2309
  ## [1.0.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.8...@stream-io/video-react-native-sdk-1.0.9) (2024-09-19)
@@ -2008,6 +2311,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2008
2311
  ### Dependency Updates
2009
2312
 
2010
2313
  - `@stream-io/video-client` updated to version `1.6.5`
2314
+ - race condition in `applySettingsToStream` ([#1489](https://github.com/GetStream/stream-video-js/issues/1489)) ([bf2ad90](https://github.com/GetStream/stream-video-js/commit/bf2ad90224d88592d4ea27ea8d0683efe98771f7))
2011
2315
  - `@stream-io/video-react-bindings` updated to version `1.0.5`
2012
2316
 
2013
2317
  ## [1.0.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.7...@stream-io/video-react-native-sdk-1.0.8) (2024-09-13)
@@ -2015,6 +2319,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2015
2319
  ### Dependency Updates
2016
2320
 
2017
2321
  - `@stream-io/video-client` updated to version `1.6.4`
2322
+ - allow video target bitrate override ([#1487](https://github.com/GetStream/stream-video-js/issues/1487)) ([bfe34a3](https://github.com/GetStream/stream-video-js/commit/bfe34a3609182da5bbb03331978d86569cada098))
2018
2323
  - `@stream-io/video-react-bindings` updated to version `1.0.4`
2019
2324
 
2020
2325
  ## [1.0.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.6...@stream-io/video-react-native-sdk-1.0.7) (2024-09-11)
@@ -2028,6 +2333,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2028
2333
  ### Dependency Updates
2029
2334
 
2030
2335
  - `@stream-io/video-client` updated to version `1.6.3`
2336
+ - client instance removal used a wrong key ([#1484](https://github.com/GetStream/stream-video-js/issues/1484)) ([edff5d7](https://github.com/GetStream/stream-video-js/commit/edff5d7ca0cc241a3929da3b752073883f29da32))
2031
2337
  - `@stream-io/video-react-bindings` updated to version `1.0.3`
2032
2338
 
2033
2339
  ## [1.0.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.4...@stream-io/video-react-native-sdk-1.0.5) (2024-09-10)
@@ -2045,6 +2351,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2045
2351
  ### Dependency Updates
2046
2352
 
2047
2353
  - `@stream-io/video-client` updated to version `1.6.2`
2354
+ - prioritize h264 baseline profile ([#1482](https://github.com/GetStream/stream-video-js/issues/1482)) ([3ea3c5e](https://github.com/GetStream/stream-video-js/commit/3ea3c5ecf57b50d3f909d59a96811f636b07d8aa))
2048
2355
  - `@stream-io/video-react-bindings` updated to version `1.0.2`
2049
2356
 
2050
2357
  ## [1.0.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.2...@stream-io/video-react-native-sdk-1.0.3) (2024-09-06)
@@ -2062,7 +2369,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2062
2369
  ### Dependency Updates
2063
2370
 
2064
2371
  - `@stream-io/video-client` updated to version `1.6.1`
2372
+ - **Features**
2373
+ - Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
2374
+ - **Bug Fixes**
2375
+ - update state.endedAt after the SFU terminates the call ([#1477](https://github.com/GetStream/stream-video-js/issues/1477)) ([135b11f](https://github.com/GetStream/stream-video-js/commit/135b11f2e29f486f2f43b9ac2a84848d0fd0b5b4))
2376
+ - handle session_participant_count_updated
2377
+ - do not use ended_at from call state to check ringing
2378
+ - **Other**
2379
+ - update node-sdk, add this to pronto for token generation ([#1472](https://github.com/GetStream/stream-video-js/issues/1472)) ([c6cbc1f](https://github.com/GetStream/stream-video-js/commit/c6cbc1f8d003ea1c39796ccbc87d7553604f819b))
2065
2380
  - `@stream-io/video-react-bindings` updated to version `1.0.1`
2381
+ - **Features**
2382
+ - **react:** Support for Background Filters and Background
2383
+ - **Bug Fixes**
2384
+ - improve error handling across the
2385
+ - optimistically toggle device
2386
+ - **react-native:** improve error logging for speaker manager hook and improve usage of incall manager in
2387
+ - **Other**
2388
+ - release bindings as a major version ([4fe1d2a](https://github.com/GetStream/stream-video-js/commit/4fe1d2a30d0c5019f26173ccd6c7fe49a9b53d73))
2066
2389
 
2067
2390
  ## [1.0.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.0...@stream-io/video-react-native-sdk-1.0.1) (2024-09-05)
2068
2391
 
@@ -2107,6 +2430,18 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2107
2430
  ### Dependency Updates
2108
2431
 
2109
2432
  - `@stream-io/video-client` updated to version `1.5.2`
2433
+ - **Features**
2434
+ - **client:** add a instance
2435
+ - **Bug Fixes**
2436
+ - `call.recording_failed` should update the call
2437
+ - ringing state issues when call was already
2438
+ - allow joining left call
2439
+ - allow reusing call instances after
2440
+ - report the Plain-JS sdk version to the
2441
+ - refactor background
2442
+ - improve browser permission
2443
+ - support for portrait mode
2444
+ - perform full reconnect if ice restart
2110
2445
  - `@stream-io/video-react-bindings` updated to version `0.4.55`
2111
2446
 
2112
2447
  ### [0.10.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.2...@stream-io/video-react-native-sdk-0.10.3) (2024-08-23)
@@ -2114,6 +2449,18 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2114
2449
  ### Dependency Updates
2115
2450
 
2116
2451
  - `@stream-io/video-client` updated to version `1.5.1`
2452
+ - **Features**
2453
+ - **client:** add a instance
2454
+ - **Bug Fixes**
2455
+ - `call.recording_failed` should update the call
2456
+ - ringing state issues when call was already
2457
+ - allow joining left call
2458
+ - allow reusing call instances after
2459
+ - report the Plain-JS sdk version to the
2460
+ - refactor background
2461
+ - improve browser permission
2462
+ - support for portrait mode
2463
+ - perform full reconnect if ice restart
2117
2464
  - `@stream-io/video-react-bindings` updated to version `0.4.54`
2118
2465
 
2119
2466
  ### [0.10.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.1...@stream-io/video-react-native-sdk-0.10.2) (2024-08-21)
@@ -2121,6 +2468,18 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2121
2468
  ### Dependency Updates
2122
2469
 
2123
2470
  - `@stream-io/video-client` updated to version `1.5.0`
2471
+ - **Features**
2472
+ - **client:** add a instance
2473
+ - **Bug Fixes**
2474
+ - `call.recording_failed` should update the call
2475
+ - ringing state issues when call was already
2476
+ - allow joining left call
2477
+ - allow reusing call instances after
2478
+ - report the Plain-JS sdk version to the
2479
+ - refactor background
2480
+ - improve browser permission
2481
+ - support for portrait mode
2482
+ - perform full reconnect if ice restart
2124
2483
  - `@stream-io/video-react-bindings` updated to version `0.4.53`
2125
2484
 
2126
2485
  ### Features
@@ -2212,6 +2571,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2212
2571
  ### Dependency Updates
2213
2572
 
2214
2573
  - `@stream-io/video-client` updated to version `1.4.4`
2574
+ - **Features**
2575
+ - **client:** support join_ahead_time_seconds field in the BackstageSettingsRequest
2576
+ - **Bug Fixes**
2577
+ - add concurrency
2215
2578
  - `@stream-io/video-react-bindings` updated to version `0.4.48`
2216
2579
 
2217
2580
  ### [0.8.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.7...@stream-io/video-react-native-sdk-0.8.8) (2024-06-28)
@@ -2225,6 +2588,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2225
2588
  ### Dependency Updates
2226
2589
 
2227
2590
  - `@stream-io/video-client` updated to version `1.4.3`
2591
+ - **Features**
2592
+ - **client:** support join_ahead_time_seconds field in the BackstageSettingsRequest
2593
+ - **Bug Fixes**
2594
+ - add concurrency
2228
2595
  - `@stream-io/video-react-bindings` updated to version `0.4.47`
2229
2596
 
2230
2597
  ### [0.8.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.5...@stream-io/video-react-native-sdk-0.8.6) (2024-06-24)
@@ -2232,6 +2599,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2232
2599
  ### Dependency Updates
2233
2600
 
2234
2601
  - `@stream-io/video-client` updated to version `1.4.2`
2602
+ - **Features**
2603
+ - **client:** support join_ahead_time_seconds field in the BackstageSettingsRequest
2604
+ - **Bug Fixes**
2605
+ - add concurrency
2235
2606
  - `@stream-io/video-react-bindings` updated to version `0.4.46`
2236
2607
 
2237
2608
  ### [0.8.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.4...@stream-io/video-react-native-sdk-0.8.5) (2024-06-19)
@@ -2239,6 +2610,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2239
2610
  ### Dependency Updates
2240
2611
 
2241
2612
  - `@stream-io/video-client` updated to version `1.4.1`
2613
+ - **Features**
2614
+ - **client:** support join_ahead_time_seconds field in the BackstageSettingsRequest
2615
+ - **Bug Fixes**
2616
+ - add concurrency
2242
2617
  - `@stream-io/video-react-bindings` updated to version `0.4.45`
2243
2618
 
2244
2619
  ### [0.8.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.3...@stream-io/video-react-native-sdk-0.8.4) (2024-06-19)
@@ -2246,6 +2621,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2246
2621
  ### Dependency Updates
2247
2622
 
2248
2623
  - `@stream-io/video-client` updated to version `1.4.0`
2624
+ - **Features**
2625
+ - **client:** support join_ahead_time_seconds field in the BackstageSettingsRequest
2626
+ - **Bug Fixes**
2627
+ - add concurrency
2249
2628
  - `@stream-io/video-react-bindings` updated to version `0.4.44`
2250
2629
 
2251
2630
  ### [0.8.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.2...@stream-io/video-react-native-sdk-0.8.3) (2024-06-17)
@@ -2289,6 +2668,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2289
2668
  ### Dependency Updates
2290
2669
 
2291
2670
  - `@stream-io/video-client` updated to version `1.3.1`
2671
+ - **Features**
2672
+ - improve `isSupported` method for noise
2673
+ - **client:** support reject
2674
+ - video filters on
2675
+ - **Bug Fixes**
2676
+ - catch error for user connect in
2677
+ - align with the latest
2678
+ - join doesn't work on chrome
2679
+ - improved input device error
2680
+ - prevent double sound detectors set
2681
+ - call.reject when there is no participant and call is in joined
2682
+ - **state:** aligns the participant state with other
2683
+ - correctly handle pending state
2684
+ - don't create publisher PC for anonymous
2685
+ - improve error handling across the
2686
+ - optimistically toggle device
2687
+ - **state:** handle participantUpdated
2292
2688
  - `@stream-io/video-react-bindings` updated to version `0.4.43`
2293
2689
 
2294
2690
  ### [0.7.28](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.27...@stream-io/video-react-native-sdk-0.7.28) (2024-06-10)
@@ -2302,6 +2698,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2302
2698
  ### Dependency Updates
2303
2699
 
2304
2700
  - `@stream-io/video-client` updated to version `1.3.0`
2701
+ - **Features**
2702
+ - improve `isSupported` method for noise
2703
+ - **client:** support reject
2704
+ - video filters on
2705
+ - **Bug Fixes**
2706
+ - catch error for user connect in
2707
+ - align with the latest
2708
+ - join doesn't work on chrome
2709
+ - improved input device error
2710
+ - prevent double sound detectors set
2711
+ - call.reject when there is no participant and call is in joined
2712
+ - **state:** aligns the participant state with other
2713
+ - correctly handle pending state
2714
+ - don't create publisher PC for anonymous
2715
+ - improve error handling across the
2716
+ - optimistically toggle device
2717
+ - **state:** handle participantUpdated
2305
2718
  - `@stream-io/video-react-bindings` updated to version `0.4.42`
2306
2719
 
2307
2720
  ### [0.7.26](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.25...@stream-io/video-react-native-sdk-0.7.26) (2024-06-06)
@@ -2327,6 +2740,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2327
2740
  ### Dependency Updates
2328
2741
 
2329
2742
  - `@stream-io/video-client` updated to version `1.2.3`
2743
+ - **Features**
2744
+ - improve `isSupported` method for noise
2745
+ - **client:** support reject
2746
+ - video filters on
2747
+ - **Bug Fixes**
2748
+ - catch error for user connect in
2749
+ - align with the latest
2750
+ - join doesn't work on chrome
2751
+ - improved input device error
2752
+ - prevent double sound detectors set
2753
+ - call.reject when there is no participant and call is in joined
2754
+ - **state:** aligns the participant state with other
2755
+ - correctly handle pending state
2756
+ - don't create publisher PC for anonymous
2757
+ - improve error handling across the
2758
+ - optimistically toggle device
2759
+ - **state:** handle participantUpdated
2330
2760
  - `@stream-io/video-react-bindings` updated to version `0.4.41`
2331
2761
 
2332
2762
  ### [0.7.22](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.21...@stream-io/video-react-native-sdk-0.7.22) (2024-06-05)
@@ -2346,6 +2776,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2346
2776
  ### Dependency Updates
2347
2777
 
2348
2778
  - `@stream-io/video-client` updated to version `1.2.2`
2779
+ - **Features**
2780
+ - improve `isSupported` method for noise
2781
+ - **client:** support reject
2782
+ - video filters on
2783
+ - **Bug Fixes**
2784
+ - catch error for user connect in
2785
+ - align with the latest
2786
+ - join doesn't work on chrome
2787
+ - improved input device error
2788
+ - prevent double sound detectors set
2789
+ - call.reject when there is no participant and call is in joined
2790
+ - **state:** aligns the participant state with other
2791
+ - correctly handle pending state
2792
+ - don't create publisher PC for anonymous
2793
+ - improve error handling across the
2794
+ - optimistically toggle device
2795
+ - **state:** handle participantUpdated
2349
2796
  - `@stream-io/video-react-bindings` updated to version `0.4.40`
2350
2797
 
2351
2798
  ### [0.7.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.18...@stream-io/video-react-native-sdk-0.7.19) (2024-06-04)
@@ -2353,6 +2800,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2353
2800
  ### Dependency Updates
2354
2801
 
2355
2802
  - `@stream-io/video-client` updated to version `1.2.1`
2803
+ - **Features**
2804
+ - improve `isSupported` method for noise
2805
+ - **client:** support reject
2806
+ - video filters on
2807
+ - **Bug Fixes**
2808
+ - catch error for user connect in
2809
+ - align with the latest
2810
+ - join doesn't work on chrome
2811
+ - improved input device error
2812
+ - prevent double sound detectors set
2813
+ - call.reject when there is no participant and call is in joined
2814
+ - **state:** aligns the participant state with other
2815
+ - correctly handle pending state
2816
+ - don't create publisher PC for anonymous
2817
+ - improve error handling across the
2818
+ - optimistically toggle device
2819
+ - **state:** handle participantUpdated
2356
2820
  - `@stream-io/video-react-bindings` updated to version `0.4.39`
2357
2821
 
2358
2822
  ### [0.7.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.17...@stream-io/video-react-native-sdk-0.7.18) (2024-06-03)
@@ -2366,6 +2830,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2366
2830
  ### Dependency Updates
2367
2831
 
2368
2832
  - `@stream-io/video-client` updated to version `1.2.0`
2833
+ - **Features**
2834
+ - improve `isSupported` method for noise
2835
+ - **client:** support reject
2836
+ - video filters on
2837
+ - **Bug Fixes**
2838
+ - catch error for user connect in
2839
+ - align with the latest
2840
+ - join doesn't work on chrome
2841
+ - improved input device error
2842
+ - prevent double sound detectors set
2843
+ - call.reject when there is no participant and call is in joined
2844
+ - **state:** aligns the participant state with other
2845
+ - correctly handle pending state
2846
+ - don't create publisher PC for anonymous
2847
+ - improve error handling across the
2848
+ - optimistically toggle device
2849
+ - **state:** handle participantUpdated
2369
2850
  - `@stream-io/video-react-bindings` updated to version `0.4.38`
2370
2851
 
2371
2852
  ### [0.7.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.15...@stream-io/video-react-native-sdk-0.7.16) (2024-06-03)
@@ -2373,6 +2854,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2373
2854
  ### Dependency Updates
2374
2855
 
2375
2856
  - `@stream-io/video-client` updated to version `1.1.0`
2857
+ - **Features**
2858
+ - improve `isSupported` method for noise
2859
+ - **client:** support reject
2860
+ - video filters on
2861
+ - **Bug Fixes**
2862
+ - catch error for user connect in
2863
+ - align with the latest
2864
+ - join doesn't work on chrome
2865
+ - improved input device error
2866
+ - prevent double sound detectors set
2867
+ - call.reject when there is no participant and call is in joined
2868
+ - **state:** aligns the participant state with other
2869
+ - correctly handle pending state
2870
+ - don't create publisher PC for anonymous
2871
+ - improve error handling across the
2872
+ - optimistically toggle device
2873
+ - **state:** handle participantUpdated
2376
2874
  - `@stream-io/video-react-bindings` updated to version `0.4.37`
2377
2875
  - `@stream-io/video-filters-react-native` updated to version `0.0.1`
2378
2876
 
@@ -2385,6 +2883,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2385
2883
  ### Dependency Updates
2386
2884
 
2387
2885
  - `@stream-io/video-client` updated to version `1.0.10`
2886
+ - **Features**
2887
+ - improve `isSupported` method for noise
2888
+ - **client:** support reject
2889
+ - video filters on
2890
+ - **Bug Fixes**
2891
+ - catch error for user connect in
2892
+ - align with the latest
2893
+ - join doesn't work on chrome
2894
+ - improved input device error
2895
+ - prevent double sound detectors set
2896
+ - call.reject when there is no participant and call is in joined
2897
+ - **state:** aligns the participant state with other
2898
+ - correctly handle pending state
2899
+ - don't create publisher PC for anonymous
2900
+ - improve error handling across the
2901
+ - optimistically toggle device
2902
+ - **state:** handle participantUpdated
2388
2903
  - `@stream-io/video-react-bindings` updated to version `0.4.36`
2389
2904
 
2390
2905
  ### [0.7.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.13...@stream-io/video-react-native-sdk-0.7.14) (2024-05-29)
@@ -2392,6 +2907,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2392
2907
  ### Dependency Updates
2393
2908
 
2394
2909
  - `@stream-io/video-client` updated to version `1.0.9`
2910
+ - **Features**
2911
+ - improve `isSupported` method for noise
2912
+ - **client:** support reject
2913
+ - video filters on
2914
+ - **Bug Fixes**
2915
+ - catch error for user connect in
2916
+ - align with the latest
2917
+ - join doesn't work on chrome
2918
+ - improved input device error
2919
+ - prevent double sound detectors set
2920
+ - call.reject when there is no participant and call is in joined
2921
+ - **state:** aligns the participant state with other
2922
+ - correctly handle pending state
2923
+ - don't create publisher PC for anonymous
2924
+ - improve error handling across the
2925
+ - optimistically toggle device
2926
+ - **state:** handle participantUpdated
2395
2927
  - `@stream-io/video-react-bindings` updated to version `0.4.35`
2396
2928
 
2397
2929
  ### [0.7.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.12...@stream-io/video-react-native-sdk-0.7.13) (2024-05-27)
@@ -2417,6 +2949,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2417
2949
  ### Dependency Updates
2418
2950
 
2419
2951
  - `@stream-io/video-client` updated to version `1.0.8`
2952
+ - **Features**
2953
+ - improve `isSupported` method for noise
2954
+ - **client:** support reject
2955
+ - video filters on
2956
+ - **Bug Fixes**
2957
+ - catch error for user connect in
2958
+ - align with the latest
2959
+ - join doesn't work on chrome
2960
+ - improved input device error
2961
+ - prevent double sound detectors set
2962
+ - call.reject when there is no participant and call is in joined
2963
+ - **state:** aligns the participant state with other
2964
+ - correctly handle pending state
2965
+ - don't create publisher PC for anonymous
2966
+ - improve error handling across the
2967
+ - optimistically toggle device
2968
+ - **state:** handle participantUpdated
2420
2969
  - `@stream-io/video-react-bindings` updated to version `0.4.34`
2421
2970
 
2422
2971
  ### [0.7.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.8...@stream-io/video-react-native-sdk-0.7.9) (2024-05-22)
@@ -2430,6 +2979,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2430
2979
  ### Dependency Updates
2431
2980
 
2432
2981
  - `@stream-io/video-client` updated to version `1.0.7`
2982
+ - **Features**
2983
+ - improve `isSupported` method for noise
2984
+ - **client:** support reject
2985
+ - video filters on
2986
+ - **Bug Fixes**
2987
+ - catch error for user connect in
2988
+ - align with the latest
2989
+ - join doesn't work on chrome
2990
+ - improved input device error
2991
+ - prevent double sound detectors set
2992
+ - call.reject when there is no participant and call is in joined
2993
+ - **state:** aligns the participant state with other
2994
+ - correctly handle pending state
2995
+ - don't create publisher PC for anonymous
2996
+ - improve error handling across the
2997
+ - optimistically toggle device
2998
+ - **state:** handle participantUpdated
2433
2999
  - `@stream-io/video-react-bindings` updated to version `0.4.33`
2434
3000
 
2435
3001
  ### [0.7.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.6...@stream-io/video-react-native-sdk-0.7.7) (2024-05-16)
@@ -2437,6 +3003,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2437
3003
  ### Dependency Updates
2438
3004
 
2439
3005
  - `@stream-io/video-client` updated to version `1.0.6`
3006
+ - **Features**
3007
+ - improve `isSupported` method for noise
3008
+ - **client:** support reject
3009
+ - video filters on
3010
+ - **Bug Fixes**
3011
+ - catch error for user connect in
3012
+ - align with the latest
3013
+ - join doesn't work on chrome
3014
+ - improved input device error
3015
+ - prevent double sound detectors set
3016
+ - call.reject when there is no participant and call is in joined
3017
+ - **state:** aligns the participant state with other
3018
+ - correctly handle pending state
3019
+ - don't create publisher PC for anonymous
3020
+ - improve error handling across the
3021
+ - optimistically toggle device
3022
+ - **state:** handle participantUpdated
2440
3023
  - `@stream-io/video-react-bindings` updated to version `0.4.32`
2441
3024
 
2442
3025
  ### Bug Fixes
@@ -2448,6 +3031,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2448
3031
  ### Dependency Updates
2449
3032
 
2450
3033
  - `@stream-io/video-client` updated to version `1.0.5`
3034
+ - **Features**
3035
+ - improve `isSupported` method for noise
3036
+ - **client:** support reject
3037
+ - video filters on
3038
+ - **Bug Fixes**
3039
+ - catch error for user connect in
3040
+ - align with the latest
3041
+ - join doesn't work on chrome
3042
+ - improved input device error
3043
+ - prevent double sound detectors set
3044
+ - call.reject when there is no participant and call is in joined
3045
+ - **state:** aligns the participant state with other
3046
+ - correctly handle pending state
3047
+ - don't create publisher PC for anonymous
3048
+ - improve error handling across the
3049
+ - optimistically toggle device
3050
+ - **state:** handle participantUpdated
2451
3051
  - `@stream-io/video-react-bindings` updated to version `0.4.31`
2452
3052
 
2453
3053
  ### [0.7.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.4...@stream-io/video-react-native-sdk-0.7.5) (2024-05-16)
@@ -2467,6 +3067,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2467
3067
  ### Dependency Updates
2468
3068
 
2469
3069
  - `@stream-io/video-client` updated to version `1.0.4`
3070
+ - **Features**
3071
+ - improve `isSupported` method for noise
3072
+ - **client:** support reject
3073
+ - video filters on
3074
+ - **Bug Fixes**
3075
+ - catch error for user connect in
3076
+ - align with the latest
3077
+ - join doesn't work on chrome
3078
+ - improved input device error
3079
+ - prevent double sound detectors set
3080
+ - call.reject when there is no participant and call is in joined
3081
+ - **state:** aligns the participant state with other
3082
+ - correctly handle pending state
3083
+ - don't create publisher PC for anonymous
3084
+ - improve error handling across the
3085
+ - optimistically toggle device
3086
+ - **state:** handle participantUpdated
2470
3087
  - `@stream-io/video-react-bindings` updated to version `0.4.30`
2471
3088
 
2472
3089
  ### [0.7.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.1...@stream-io/video-react-native-sdk-0.7.2) (2024-05-13)
@@ -2474,6 +3091,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2474
3091
  ### Dependency Updates
2475
3092
 
2476
3093
  - `@stream-io/video-client` updated to version `1.0.3`
3094
+ - **Features**
3095
+ - improve `isSupported` method for noise
3096
+ - **client:** support reject
3097
+ - video filters on
3098
+ - **Bug Fixes**
3099
+ - catch error for user connect in
3100
+ - align with the latest
3101
+ - join doesn't work on chrome
3102
+ - improved input device error
3103
+ - prevent double sound detectors set
3104
+ - call.reject when there is no participant and call is in joined
3105
+ - **state:** aligns the participant state with other
3106
+ - correctly handle pending state
3107
+ - don't create publisher PC for anonymous
3108
+ - improve error handling across the
3109
+ - optimistically toggle device
3110
+ - **state:** handle participantUpdated
2477
3111
  - `@stream-io/video-react-bindings` updated to version `0.4.29`
2478
3112
 
2479
3113
  ### [0.7.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.0...@stream-io/video-react-native-sdk-0.7.1) (2024-05-13)
@@ -2481,6 +3115,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2481
3115
  ### Dependency Updates
2482
3116
 
2483
3117
  - `@stream-io/video-client` updated to version `1.0.2`
3118
+ - **Features**
3119
+ - improve `isSupported` method for noise
3120
+ - **client:** support reject
3121
+ - video filters on
3122
+ - **Bug Fixes**
3123
+ - catch error for user connect in
3124
+ - align with the latest
3125
+ - join doesn't work on chrome
3126
+ - improved input device error
3127
+ - prevent double sound detectors set
3128
+ - call.reject when there is no participant and call is in joined
3129
+ - **state:** aligns the participant state with other
3130
+ - correctly handle pending state
3131
+ - don't create publisher PC for anonymous
3132
+ - improve error handling across the
3133
+ - optimistically toggle device
3134
+ - **state:** handle participantUpdated
2484
3135
  - `@stream-io/video-react-bindings` updated to version `0.4.28`
2485
3136
 
2486
3137
  ### Bug Fixes
@@ -2502,6 +3153,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2502
3153
  ### Dependency Updates
2503
3154
 
2504
3155
  - `@stream-io/video-client` updated to version `1.0.1`
3156
+ - **Features**
3157
+ - **v1:** release
3158
+ - support target_resolution backend setting for
3159
+ - Noise
3160
+ - **feedback:** Collect user
3161
+ - update from
3162
+ - update coordinator
3163
+ - user
3164
+ - **Bug Fixes**
3165
+ - change log level of send stats SFU API to type
3166
+ - **devices:** API to disable speaking while muted
3167
+ - **state:** optimized Call State
3168
+ - update call state with transcription
3169
+ - **client:** ignore SFU WS status code when the user initiates leaving a
3170
+ - **publisher:** ensure initial bitrate is
3171
+ - **codecs:** Set codec preferences based on receiving
2505
3172
  - `@stream-io/video-react-bindings` updated to version `0.4.27`
2506
3173
 
2507
3174
  ### [0.6.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.19...@stream-io/video-react-native-sdk-0.6.20) (2024-05-07)
@@ -2515,6 +3182,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2515
3182
  ### Dependency Updates
2516
3183
 
2517
3184
  - `@stream-io/video-client` updated to version `1.0.0`
3185
+ - **Features**
3186
+ - **v1:** release
3187
+ - support target_resolution backend setting for
3188
+ - Noise
3189
+ - **feedback:** Collect user
3190
+ - update from
3191
+ - update coordinator
3192
+ - user
3193
+ - **Bug Fixes**
3194
+ - change log level of send stats SFU API to type
3195
+ - **devices:** API to disable speaking while muted
3196
+ - **state:** optimized Call State
3197
+ - update call state with transcription
3198
+ - **client:** ignore SFU WS status code when the user initiates leaving a
3199
+ - **publisher:** ensure initial bitrate is
3200
+ - **codecs:** Set codec preferences based on receiving
2518
3201
  - `@stream-io/video-react-bindings` updated to version `0.4.26`
2519
3202
 
2520
3203
  ### [0.6.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.17...@stream-io/video-react-native-sdk-0.6.18) (2024-05-07)
@@ -2522,6 +3205,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2522
3205
  ### Dependency Updates
2523
3206
 
2524
3207
  - `@stream-io/video-client` updated to version `0.8.0`
3208
+ - **Features**
3209
+ - **v1:** release
3210
+ - support target_resolution backend setting for
3211
+ - Noise
3212
+ - **feedback:** Collect user
3213
+ - update from
3214
+ - update coordinator
3215
+ - user
3216
+ - **Bug Fixes**
3217
+ - change log level of send stats SFU API to type
3218
+ - **devices:** API to disable speaking while muted
3219
+ - **state:** optimized Call State
3220
+ - update call state with transcription
3221
+ - **client:** ignore SFU WS status code when the user initiates leaving a
3222
+ - **publisher:** ensure initial bitrate is
3223
+ - **codecs:** Set codec preferences based on receiving
2525
3224
  - `@stream-io/video-react-bindings` updated to version `0.4.25`
2526
3225
 
2527
3226
  ### [0.6.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.16...@stream-io/video-react-native-sdk-0.6.17) (2024-05-07)
@@ -2529,6 +3228,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2529
3228
  ### Dependency Updates
2530
3229
 
2531
3230
  - `@stream-io/video-client` updated to version `0.7.13`
3231
+ - **Features**
3232
+ - **v1:** release
3233
+ - support target_resolution backend setting for
3234
+ - Noise
3235
+ - **feedback:** Collect user
3236
+ - update from
3237
+ - update coordinator
3238
+ - user
3239
+ - **Bug Fixes**
3240
+ - change log level of send stats SFU API to type
3241
+ - **devices:** API to disable speaking while muted
3242
+ - **state:** optimized Call State
3243
+ - update call state with transcription
3244
+ - **client:** ignore SFU WS status code when the user initiates leaving a
3245
+ - **publisher:** ensure initial bitrate is
3246
+ - **codecs:** Set codec preferences based on receiving
2532
3247
  - `@stream-io/video-react-bindings` updated to version `0.4.24`
2533
3248
 
2534
3249
  ### [0.6.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.15...@stream-io/video-react-native-sdk-0.6.16) (2024-05-03)
@@ -2536,6 +3251,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2536
3251
  ### Dependency Updates
2537
3252
 
2538
3253
  - `@stream-io/video-client` updated to version `0.7.12`
3254
+ - **Features**
3255
+ - **v1:** release
3256
+ - support target_resolution backend setting for
3257
+ - Noise
3258
+ - **feedback:** Collect user
3259
+ - update from
3260
+ - update coordinator
3261
+ - user
3262
+ - **Bug Fixes**
3263
+ - change log level of send stats SFU API to type
3264
+ - **devices:** API to disable speaking while muted
3265
+ - **state:** optimized Call State
3266
+ - update call state with transcription
3267
+ - **client:** ignore SFU WS status code when the user initiates leaving a
3268
+ - **publisher:** ensure initial bitrate is
3269
+ - **codecs:** Set codec preferences based on receiving
2539
3270
  - `@stream-io/video-react-bindings` updated to version `0.4.23`
2540
3271
 
2541
3272
  ### [0.6.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.14...@stream-io/video-react-native-sdk-0.6.15) (2024-05-03)
@@ -2543,6 +3274,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2543
3274
  ### Dependency Updates
2544
3275
 
2545
3276
  - `@stream-io/video-client` updated to version `0.7.11`
3277
+ - **Features**
3278
+ - **v1:** release
3279
+ - support target_resolution backend setting for
3280
+ - Noise
3281
+ - **feedback:** Collect user
3282
+ - update from
3283
+ - update coordinator
3284
+ - user
3285
+ - **Bug Fixes**
3286
+ - change log level of send stats SFU API to type
3287
+ - **devices:** API to disable speaking while muted
3288
+ - **state:** optimized Call State
3289
+ - update call state with transcription
3290
+ - **client:** ignore SFU WS status code when the user initiates leaving a
3291
+ - **publisher:** ensure initial bitrate is
3292
+ - **codecs:** Set codec preferences based on receiving
2546
3293
  - `@stream-io/video-react-bindings` updated to version `0.4.22`
2547
3294
 
2548
3295
  ### Bug Fixes
@@ -2554,6 +3301,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2554
3301
  ### Dependency Updates
2555
3302
 
2556
3303
  - `@stream-io/video-client` updated to version `0.7.10`
3304
+ - **Features**
3305
+ - **v1:** release
3306
+ - support target_resolution backend setting for
3307
+ - Noise
3308
+ - **feedback:** Collect user
3309
+ - update from
3310
+ - update coordinator
3311
+ - user
3312
+ - **Bug Fixes**
3313
+ - change log level of send stats SFU API to type
3314
+ - **devices:** API to disable speaking while muted
3315
+ - **state:** optimized Call State
3316
+ - update call state with transcription
3317
+ - **client:** ignore SFU WS status code when the user initiates leaving a
3318
+ - **publisher:** ensure initial bitrate is
3319
+ - **codecs:** Set codec preferences based on receiving
2557
3320
  - `@stream-io/video-react-bindings` updated to version `0.4.21`
2558
3321
 
2559
3322
  ### [0.6.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.12...@stream-io/video-react-native-sdk-0.6.13) (2024-04-26)
@@ -2561,6 +3324,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2561
3324
  ### Dependency Updates
2562
3325
 
2563
3326
  - `@stream-io/video-client` updated to version `0.7.9`
3327
+ - **Features**
3328
+ - **v1:** release
3329
+ - support target_resolution backend setting for
3330
+ - Noise
3331
+ - **feedback:** Collect user
3332
+ - update from
3333
+ - update coordinator
3334
+ - user
3335
+ - **Bug Fixes**
3336
+ - change log level of send stats SFU API to type
3337
+ - **devices:** API to disable speaking while muted
3338
+ - **state:** optimized Call State
3339
+ - update call state with transcription
3340
+ - **client:** ignore SFU WS status code when the user initiates leaving a
3341
+ - **publisher:** ensure initial bitrate is
3342
+ - **codecs:** Set codec preferences based on receiving
2564
3343
  - `@stream-io/video-react-bindings` updated to version `0.4.20`
2565
3344
 
2566
3345
  ### [0.6.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.11...@stream-io/video-react-native-sdk-0.6.12) (2024-04-25)
@@ -2568,6 +3347,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2568
3347
  ### Dependency Updates
2569
3348
 
2570
3349
  - `@stream-io/video-client` updated to version `0.7.8`
3350
+ - **Features**
3351
+ - **v1:** release
3352
+ - support target_resolution backend setting for
3353
+ - Noise
3354
+ - **feedback:** Collect user
3355
+ - update from
3356
+ - update coordinator
3357
+ - user
3358
+ - **Bug Fixes**
3359
+ - change log level of send stats SFU API to type
3360
+ - **devices:** API to disable speaking while muted
3361
+ - **state:** optimized Call State
3362
+ - update call state with transcription
3363
+ - **client:** ignore SFU WS status code when the user initiates leaving a
3364
+ - **publisher:** ensure initial bitrate is
3365
+ - **codecs:** Set codec preferences based on receiving
2571
3366
  - `@stream-io/video-react-bindings` updated to version `0.4.19`
2572
3367
 
2573
3368
  ### [0.6.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.10...@stream-io/video-react-native-sdk-0.6.11) (2024-04-23)
@@ -2575,6 +3370,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2575
3370
  ### Dependency Updates
2576
3371
 
2577
3372
  - `@stream-io/video-client` updated to version `0.7.7`
3373
+ - **Features**
3374
+ - **v1:** release
3375
+ - support target_resolution backend setting for
3376
+ - Noise
3377
+ - **feedback:** Collect user
3378
+ - update from
3379
+ - update coordinator
3380
+ - user
3381
+ - **Bug Fixes**
3382
+ - change log level of send stats SFU API to type
3383
+ - **devices:** API to disable speaking while muted
3384
+ - **state:** optimized Call State
3385
+ - update call state with transcription
3386
+ - **client:** ignore SFU WS status code when the user initiates leaving a
3387
+ - **publisher:** ensure initial bitrate is
3388
+ - **codecs:** Set codec preferences based on receiving
2578
3389
  - `@stream-io/video-react-bindings` updated to version `0.4.18`
2579
3390
 
2580
3391
  ### Features
@@ -2586,6 +3397,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2586
3397
  ### Dependency Updates
2587
3398
 
2588
3399
  - `@stream-io/video-client` updated to version `0.7.6`
3400
+ - **Features**
3401
+ - **v1:** release
3402
+ - support target_resolution backend setting for
3403
+ - Noise
3404
+ - **feedback:** Collect user
3405
+ - update from
3406
+ - update coordinator
3407
+ - user
3408
+ - **Bug Fixes**
3409
+ - change log level of send stats SFU API to type
3410
+ - **devices:** API to disable speaking while muted
3411
+ - **state:** optimized Call State
3412
+ - update call state with transcription
3413
+ - **client:** ignore SFU WS status code when the user initiates leaving a
3414
+ - **publisher:** ensure initial bitrate is
3415
+ - **codecs:** Set codec preferences based on receiving
2589
3416
  - `@stream-io/video-react-bindings` updated to version `0.4.17`
2590
3417
 
2591
3418
  ### [0.6.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.8...@stream-io/video-react-native-sdk-0.6.9) (2024-04-23)
@@ -2593,6 +3420,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2593
3420
  ### Dependency Updates
2594
3421
 
2595
3422
  - `@stream-io/video-client` updated to version `0.7.5`
3423
+ - **Features**
3424
+ - **v1:** release
3425
+ - support target_resolution backend setting for
3426
+ - Noise
3427
+ - **feedback:** Collect user
3428
+ - update from
3429
+ - update coordinator
3430
+ - user
3431
+ - **Bug Fixes**
3432
+ - change log level of send stats SFU API to type
3433
+ - **devices:** API to disable speaking while muted
3434
+ - **state:** optimized Call State
3435
+ - update call state with transcription
3436
+ - **client:** ignore SFU WS status code when the user initiates leaving a
3437
+ - **publisher:** ensure initial bitrate is
3438
+ - **codecs:** Set codec preferences based on receiving
2596
3439
  - `@stream-io/video-react-bindings` updated to version `0.4.16`
2597
3440
 
2598
3441
  ### [0.6.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.7...@stream-io/video-react-native-sdk-0.6.8) (2024-04-19)
@@ -2606,6 +3449,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2606
3449
  ### Dependency Updates
2607
3450
 
2608
3451
  - `@stream-io/video-client` updated to version `0.7.4`
3452
+ - **Features**
3453
+ - **v1:** release
3454
+ - support target_resolution backend setting for
3455
+ - Noise
3456
+ - **feedback:** Collect user
3457
+ - update from
3458
+ - update coordinator
3459
+ - user
3460
+ - **Bug Fixes**
3461
+ - change log level of send stats SFU API to type
3462
+ - **devices:** API to disable speaking while muted
3463
+ - **state:** optimized Call State
3464
+ - update call state with transcription
3465
+ - **client:** ignore SFU WS status code when the user initiates leaving a
3466
+ - **publisher:** ensure initial bitrate is
3467
+ - **codecs:** Set codec preferences based on receiving
2609
3468
  - `@stream-io/video-react-bindings` updated to version `0.4.15`
2610
3469
 
2611
3470
  ### [0.6.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.5...@stream-io/video-react-native-sdk-0.6.6) (2024-04-17)
@@ -2613,6 +3472,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2613
3472
  ### Dependency Updates
2614
3473
 
2615
3474
  - `@stream-io/video-client` updated to version `0.7.3`
3475
+ - **Features**
3476
+ - **v1:** release
3477
+ - support target_resolution backend setting for
3478
+ - Noise
3479
+ - **feedback:** Collect user
3480
+ - update from
3481
+ - update coordinator
3482
+ - user
3483
+ - **Bug Fixes**
3484
+ - change log level of send stats SFU API to type
3485
+ - **devices:** API to disable speaking while muted
3486
+ - **state:** optimized Call State
3487
+ - update call state with transcription
3488
+ - **client:** ignore SFU WS status code when the user initiates leaving a
3489
+ - **publisher:** ensure initial bitrate is
3490
+ - **codecs:** Set codec preferences based on receiving
2616
3491
  - `@stream-io/video-react-bindings` updated to version `0.4.14`
2617
3492
 
2618
3493
  ### [0.6.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.4...@stream-io/video-react-native-sdk-0.6.5) (2024-04-16)
@@ -2626,6 +3501,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2626
3501
  ### Dependency Updates
2627
3502
 
2628
3503
  - `@stream-io/video-client` updated to version `0.7.2`
3504
+ - **Features**
3505
+ - **v1:** release
3506
+ - support target_resolution backend setting for
3507
+ - Noise
3508
+ - **feedback:** Collect user
3509
+ - update from
3510
+ - update coordinator
3511
+ - user
3512
+ - **Bug Fixes**
3513
+ - change log level of send stats SFU API to type
3514
+ - **devices:** API to disable speaking while muted
3515
+ - **state:** optimized Call State
3516
+ - update call state with transcription
3517
+ - **client:** ignore SFU WS status code when the user initiates leaving a
3518
+ - **publisher:** ensure initial bitrate is
3519
+ - **codecs:** Set codec preferences based on receiving
2629
3520
  - `@stream-io/video-react-bindings` updated to version `0.4.13`
2630
3521
 
2631
3522
  ### [0.6.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.2...@stream-io/video-react-native-sdk-0.6.3) (2024-04-16)
@@ -2645,6 +3536,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2645
3536
  ### Dependency Updates
2646
3537
 
2647
3538
  - `@stream-io/video-client` updated to version `0.7.1`
3539
+ - **Features**
3540
+ - **v1:** release
3541
+ - support target_resolution backend setting for
3542
+ - Noise
3543
+ - **feedback:** Collect user
3544
+ - update from
3545
+ - update coordinator
3546
+ - user
3547
+ - **Bug Fixes**
3548
+ - change log level of send stats SFU API to type
3549
+ - **devices:** API to disable speaking while muted
3550
+ - **state:** optimized Call State
3551
+ - update call state with transcription
3552
+ - **client:** ignore SFU WS status code when the user initiates leaving a
3553
+ - **publisher:** ensure initial bitrate is
3554
+ - **codecs:** Set codec preferences based on receiving
2648
3555
  - `@stream-io/video-react-bindings` updated to version `0.4.12`
2649
3556
 
2650
3557
  ## [0.6.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.17...@stream-io/video-react-native-sdk-0.6.0) (2024-04-09)
@@ -2652,6 +3559,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2652
3559
  ### Dependency Updates
2653
3560
 
2654
3561
  - `@stream-io/video-client` updated to version `0.7.0`
3562
+ - **Features**
3563
+ - remove server-side capabilities from JS
3564
+ - revert add submit feedback method to
3565
+ - add submit feedback method to
3566
+ - **react:** Support for Background Filters and Background
3567
+ - [PBE-1611] Query call reports
3568
+ - **client:** update to the latest
3569
+ - SFU stats
3570
+ - **call:** Add getCallStats
3571
+ - **speakers:** Participant audio output
3572
+ - **Bug Fixes**
3573
+ - various bug fixes and
3574
+ - **react-native:** improve error logging for speaker manager hook and improve usage of incall manager in
2655
3575
  - `@stream-io/video-react-bindings` updated to version `0.4.11`
2656
3576
 
2657
3577
  ### ⚠ BREAKING CHANGES
@@ -2667,6 +3587,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2667
3587
  ### Dependency Updates
2668
3588
 
2669
3589
  - `@stream-io/video-client` updated to version `0.6.10`
3590
+ - **Features**
3591
+ - remove server-side capabilities from JS
3592
+ - revert add submit feedback method to
3593
+ - add submit feedback method to
3594
+ - **react:** Support for Background Filters and Background
3595
+ - [PBE-1611] Query call reports
3596
+ - **client:** update to the latest
3597
+ - SFU stats
3598
+ - **call:** Add getCallStats
3599
+ - **speakers:** Participant audio output
3600
+ - **Bug Fixes**
3601
+ - various bug fixes and
3602
+ - **react-native:** improve error logging for speaker manager hook and improve usage of incall manager in
2670
3603
  - `@stream-io/video-react-bindings` updated to version `0.4.10`
2671
3604
 
2672
3605
  ### [0.5.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.15...@stream-io/video-react-native-sdk-0.5.16) (2024-04-05)
@@ -2674,6 +3607,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2674
3607
  ### Dependency Updates
2675
3608
 
2676
3609
  - `@stream-io/video-client` updated to version `0.6.9`
3610
+ - **Features**
3611
+ - remove server-side capabilities from JS
3612
+ - revert add submit feedback method to
3613
+ - add submit feedback method to
3614
+ - **react:** Support for Background Filters and Background
3615
+ - [PBE-1611] Query call reports
3616
+ - **client:** update to the latest
3617
+ - SFU stats
3618
+ - **call:** Add getCallStats
3619
+ - **speakers:** Participant audio output
3620
+ - **Bug Fixes**
3621
+ - various bug fixes and
3622
+ - **react-native:** improve error logging for speaker manager hook and improve usage of incall manager in
2677
3623
  - `@stream-io/video-react-bindings` updated to version `0.4.9`
2678
3624
 
2679
3625
  ### [0.5.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.14...@stream-io/video-react-native-sdk-0.5.15) (2024-04-05)
@@ -2681,6 +3627,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2681
3627
  ### Dependency Updates
2682
3628
 
2683
3629
  - `@stream-io/video-client` updated to version `0.6.8`
3630
+ - **Features**
3631
+ - remove server-side capabilities from JS
3632
+ - revert add submit feedback method to
3633
+ - add submit feedback method to
3634
+ - **react:** Support for Background Filters and Background
3635
+ - [PBE-1611] Query call reports
3636
+ - **client:** update to the latest
3637
+ - SFU stats
3638
+ - **call:** Add getCallStats
3639
+ - **speakers:** Participant audio output
3640
+ - **Bug Fixes**
3641
+ - various bug fixes and
3642
+ - **react-native:** improve error logging for speaker manager hook and improve usage of incall manager in
2684
3643
  - `@stream-io/video-react-bindings` updated to version `0.4.8`
2685
3644
 
2686
3645
  ### Features
@@ -2692,6 +3651,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2692
3651
  ### Dependency Updates
2693
3652
 
2694
3653
  - `@stream-io/video-client` updated to version `0.6.7`
3654
+ - **Features**
3655
+ - remove server-side capabilities from JS
3656
+ - revert add submit feedback method to
3657
+ - add submit feedback method to
3658
+ - **react:** Support for Background Filters and Background
3659
+ - [PBE-1611] Query call reports
3660
+ - **client:** update to the latest
3661
+ - SFU stats
3662
+ - **call:** Add getCallStats
3663
+ - **speakers:** Participant audio output
3664
+ - **Bug Fixes**
3665
+ - various bug fixes and
3666
+ - **react-native:** improve error logging for speaker manager hook and improve usage of incall manager in
2695
3667
  - `@stream-io/video-react-bindings` updated to version `0.4.7`
2696
3668
 
2697
3669
  ### [0.5.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.12...@stream-io/video-react-native-sdk-0.5.13) (2024-03-29)
@@ -2699,6 +3671,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2699
3671
  ### Dependency Updates
2700
3672
 
2701
3673
  - `@stream-io/video-client` updated to version `0.6.6`
3674
+ - **Features**
3675
+ - remove server-side capabilities from JS
3676
+ - revert add submit feedback method to
3677
+ - add submit feedback method to
3678
+ - **react:** Support for Background Filters and Background
3679
+ - [PBE-1611] Query call reports
3680
+ - **client:** update to the latest
3681
+ - SFU stats
3682
+ - **call:** Add getCallStats
3683
+ - **speakers:** Participant audio output
3684
+ - **Bug Fixes**
3685
+ - various bug fixes and
3686
+ - **react-native:** improve error logging for speaker manager hook and improve usage of incall manager in
2702
3687
  - `@stream-io/video-react-bindings` updated to version `0.4.6`
2703
3688
 
2704
3689
  ### [0.5.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.11...@stream-io/video-react-native-sdk-0.5.12) (2024-03-29)
@@ -2706,6 +3691,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2706
3691
  ### Dependency Updates
2707
3692
 
2708
3693
  - `@stream-io/video-client` updated to version `0.6.5`
3694
+ - **Features**
3695
+ - remove server-side capabilities from JS
3696
+ - revert add submit feedback method to
3697
+ - add submit feedback method to
3698
+ - **react:** Support for Background Filters and Background
3699
+ - [PBE-1611] Query call reports
3700
+ - **client:** update to the latest
3701
+ - SFU stats
3702
+ - **call:** Add getCallStats
3703
+ - **speakers:** Participant audio output
3704
+ - **Bug Fixes**
3705
+ - various bug fixes and
3706
+ - **react-native:** improve error logging for speaker manager hook and improve usage of incall manager in
2709
3707
  - `@stream-io/video-react-bindings` updated to version `0.4.5`
2710
3708
 
2711
3709
  ### [0.5.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.10...@stream-io/video-react-native-sdk-0.5.11) (2024-03-28)
@@ -2713,6 +3711,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2713
3711
  ### Dependency Updates
2714
3712
 
2715
3713
  - `@stream-io/video-client` updated to version `0.6.4`
3714
+ - **Features**
3715
+ - remove server-side capabilities from JS
3716
+ - revert add submit feedback method to
3717
+ - add submit feedback method to
3718
+ - **react:** Support for Background Filters and Background
3719
+ - [PBE-1611] Query call reports
3720
+ - **client:** update to the latest
3721
+ - SFU stats
3722
+ - **call:** Add getCallStats
3723
+ - **speakers:** Participant audio output
3724
+ - **Bug Fixes**
3725
+ - various bug fixes and
3726
+ - **react-native:** improve error logging for speaker manager hook and improve usage of incall manager in
2716
3727
  - `@stream-io/video-react-bindings` updated to version `0.4.4`
2717
3728
 
2718
3729
  ### Bug Fixes
@@ -2724,6 +3735,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2724
3735
  ### Dependency Updates
2725
3736
 
2726
3737
  - `@stream-io/video-client` updated to version `0.6.3`
3738
+ - **Features**
3739
+ - remove server-side capabilities from JS
3740
+ - revert add submit feedback method to
3741
+ - add submit feedback method to
3742
+ - **react:** Support for Background Filters and Background
3743
+ - [PBE-1611] Query call reports
3744
+ - **client:** update to the latest
3745
+ - SFU stats
3746
+ - **call:** Add getCallStats
3747
+ - **speakers:** Participant audio output
3748
+ - **Bug Fixes**
3749
+ - various bug fixes and
3750
+ - **react-native:** improve error logging for speaker manager hook and improve usage of incall manager in
2727
3751
  - `@stream-io/video-react-bindings` updated to version `0.4.3`
2728
3752
 
2729
3753
  ### Features
@@ -2735,6 +3759,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2735
3759
  ### Dependency Updates
2736
3760
 
2737
3761
  - `@stream-io/video-client` updated to version `0.6.2`
3762
+ - **Features**
3763
+ - remove server-side capabilities from JS
3764
+ - revert add submit feedback method to
3765
+ - add submit feedback method to
3766
+ - **react:** Support for Background Filters and Background
3767
+ - [PBE-1611] Query call reports
3768
+ - **client:** update to the latest
3769
+ - SFU stats
3770
+ - **call:** Add getCallStats
3771
+ - **speakers:** Participant audio output
3772
+ - **Bug Fixes**
3773
+ - various bug fixes and
3774
+ - **react-native:** improve error logging for speaker manager hook and improve usage of incall manager in
2738
3775
  - `@stream-io/video-react-bindings` updated to version `0.4.2`
2739
3776
 
2740
3777
  ### [0.5.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.7...@stream-io/video-react-native-sdk-0.5.8) (2024-03-20)
@@ -2766,6 +3803,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2766
3803
  ### Dependency Updates
2767
3804
 
2768
3805
  - `@stream-io/video-client` updated to version `0.6.1`
3806
+ - **Features**
3807
+ - remove server-side capabilities from JS
3808
+ - revert add submit feedback method to
3809
+ - add submit feedback method to
3810
+ - **react:** Support for Background Filters and Background
3811
+ - [PBE-1611] Query call reports
3812
+ - **client:** update to the latest
3813
+ - SFU stats
3814
+ - **call:** Add getCallStats
3815
+ - **speakers:** Participant audio output
3816
+ - **Bug Fixes**
3817
+ - various bug fixes and
3818
+ - **react-native:** improve error logging for speaker manager hook and improve usage of incall manager in
2769
3819
  - `@stream-io/video-react-bindings` updated to version `0.4.1`
2770
3820
 
2771
3821
  ### [0.5.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.2...@stream-io/video-react-native-sdk-0.5.3) (2024-03-13)
@@ -2787,7 +3837,25 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2787
3837
  ### Dependency Updates
2788
3838
 
2789
3839
  - `@stream-io/video-client` updated to version `0.6.0`
3840
+ - **Features**
3841
+ - **events:** improved type narrowing on call
3842
+ - **react-sdk:** Visual redesign of the SDK and Demo
3843
+ - **client:** add stopOnLeave param to device
3844
+ - external storage for
3845
+ - Fast
3846
+ - **client:** speaking while muted in React Native using temporary peer
3847
+ - **Bug Fixes**
3848
+ - **permissions:** relax device permission handling for
3849
+ - **client:** add workaround for missing getConfiguration support in react native
3850
+ - **client:** do not set h264 as preference for
3851
+ - **react-native:** no video stream from
3852
+ - **client:** automatic call join for other participants when someone
3853
+ - **sfu:** ensure SFU WebSocket is
3854
+ - **ring calls:** cancel auto-drop after rejecting a
3855
+ - **ringing:** Auto-Cancel outgoing
2790
3856
  - `@stream-io/video-react-bindings` updated to version `0.4.0`
3857
+ - **hooks:** expose permission hooks through
3858
+ - **device-api:** Browser Permissions
2791
3859
 
2792
3860
  ### ⚠ BREAKING CHANGES
2793
3861
 
@@ -2802,21 +3870,75 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2802
3870
  ### Dependency Updates
2803
3871
 
2804
3872
  - `@stream-io/video-client` updated to version `0.5.11`
3873
+ - **Features**
3874
+ - **events:** improved type narrowing on call
3875
+ - **react-sdk:** Visual redesign of the SDK and Demo
3876
+ - **client:** add stopOnLeave param to device
3877
+ - external storage for
3878
+ - Fast
3879
+ - **client:** speaking while muted in React Native using temporary peer
3880
+ - **Bug Fixes**
3881
+ - **permissions:** relax device permission handling for
3882
+ - **client:** add workaround for missing getConfiguration support in react native
3883
+ - **client:** do not set h264 as preference for
3884
+ - **react-native:** no video stream from
3885
+ - **client:** automatic call join for other participants when someone
3886
+ - **sfu:** ensure SFU WebSocket is
3887
+ - **ring calls:** cancel auto-drop after rejecting a
3888
+ - **ringing:** Auto-Cancel outgoing
2805
3889
  - `@stream-io/video-react-bindings` updated to version `0.3.22`
3890
+ - **hooks:** expose permission hooks through
3891
+ - **device-api:** Browser Permissions
2806
3892
 
2807
3893
  ### [0.4.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.4.1...@stream-io/video-react-native-sdk-0.4.2) (2024-02-16)
2808
3894
 
2809
3895
  ### Dependency Updates
2810
3896
 
2811
3897
  - `@stream-io/video-client` updated to version `0.5.10`
3898
+ - **Features**
3899
+ - **events:** improved type narrowing on call
3900
+ - **react-sdk:** Visual redesign of the SDK and Demo
3901
+ - **client:** add stopOnLeave param to device
3902
+ - external storage for
3903
+ - Fast
3904
+ - **client:** speaking while muted in React Native using temporary peer
3905
+ - **Bug Fixes**
3906
+ - **permissions:** relax device permission handling for
3907
+ - **client:** add workaround for missing getConfiguration support in react native
3908
+ - **client:** do not set h264 as preference for
3909
+ - **react-native:** no video stream from
3910
+ - **client:** automatic call join for other participants when someone
3911
+ - **sfu:** ensure SFU WebSocket is
3912
+ - **ring calls:** cancel auto-drop after rejecting a
3913
+ - **ringing:** Auto-Cancel outgoing
2812
3914
  - `@stream-io/video-react-bindings` updated to version `0.3.21`
3915
+ - **hooks:** expose permission hooks through
3916
+ - **device-api:** Browser Permissions
2813
3917
 
2814
3918
  ### [0.4.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.4.0...@stream-io/video-react-native-sdk-0.4.1) (2024-02-12)
2815
3919
 
2816
3920
  ### Dependency Updates
2817
3921
 
2818
3922
  - `@stream-io/video-client` updated to version `0.5.9`
3923
+ - **Features**
3924
+ - **events:** improved type narrowing on call
3925
+ - **react-sdk:** Visual redesign of the SDK and Demo
3926
+ - **client:** add stopOnLeave param to device
3927
+ - external storage for
3928
+ - Fast
3929
+ - **client:** speaking while muted in React Native using temporary peer
3930
+ - **Bug Fixes**
3931
+ - **permissions:** relax device permission handling for
3932
+ - **client:** add workaround for missing getConfiguration support in react native
3933
+ - **client:** do not set h264 as preference for
3934
+ - **react-native:** no video stream from
3935
+ - **client:** automatic call join for other participants when someone
3936
+ - **sfu:** ensure SFU WebSocket is
3937
+ - **ring calls:** cancel auto-drop after rejecting a
3938
+ - **ringing:** Auto-Cancel outgoing
2819
3939
  - `@stream-io/video-react-bindings` updated to version `0.3.20`
3940
+ - **hooks:** expose permission hooks through
3941
+ - **device-api:** Browser Permissions
2820
3942
 
2821
3943
  ## [0.4.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.18...@stream-io/video-react-native-sdk-0.4.0) (2024-02-12)
2822
3944
 
@@ -2954,6 +4076,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2954
4076
  ### Dependency Updates
2955
4077
 
2956
4078
  - `@stream-io/video-client` updated to version `0.5.0`
4079
+ - **Features**
4080
+ - **react-native:** move to webrtc
4081
+ - **participant-view:** allow opting-out from rendering
4082
+ - **device-api:** Browser Permissions
4083
+ - handle device
4084
+ - Apply device config settings when call state becomes
4085
+ - **Bug Fixes**
4086
+ - **session:** prevent duplication of session
4087
+ - **device-api:** check for Permissions API
4088
+ - lift the debug helpers from the SDK to
4089
+ - allow audio and screen share audio tracks, delay
4090
+ - **client:** optimized device
4091
+ - respect server-side settings in the
2957
4092
  - `@stream-io/video-react-bindings` updated to version `0.3.11`
2958
4093
 
2959
4094
  ### ⚠ BREAKING CHANGES
@@ -2973,6 +4108,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2973
4108
  ### Dependency Updates
2974
4109
 
2975
4110
  - `@stream-io/video-client` updated to version `0.4.10`
4111
+ - **Features**
4112
+ - **react-native:** move to webrtc
4113
+ - **participant-view:** allow opting-out from rendering
4114
+ - **device-api:** Browser Permissions
4115
+ - handle device
4116
+ - Apply device config settings when call state becomes
4117
+ - **Bug Fixes**
4118
+ - **session:** prevent duplication of session
4119
+ - **device-api:** check for Permissions API
4120
+ - lift the debug helpers from the SDK to
4121
+ - allow audio and screen share audio tracks, delay
4122
+ - **client:** optimized device
4123
+ - respect server-side settings in the
2976
4124
  - `@stream-io/video-react-bindings` updated to version `0.3.10`
2977
4125
 
2978
4126
  ### [0.2.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.12...@stream-io/video-react-native-sdk-0.2.13) (2023-11-27)
@@ -2986,6 +4134,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2986
4134
  ### Dependency Updates
2987
4135
 
2988
4136
  - `@stream-io/video-client` updated to version `0.4.9`
4137
+ - **Features**
4138
+ - **react-native:** move to webrtc
4139
+ - **participant-view:** allow opting-out from rendering
4140
+ - **device-api:** Browser Permissions
4141
+ - handle device
4142
+ - Apply device config settings when call state becomes
4143
+ - **Bug Fixes**
4144
+ - **session:** prevent duplication of session
4145
+ - **device-api:** check for Permissions API
4146
+ - lift the debug helpers from the SDK to
4147
+ - allow audio and screen share audio tracks, delay
4148
+ - **client:** optimized device
4149
+ - respect server-side settings in the
2989
4150
  - `@stream-io/video-react-bindings` updated to version `0.3.9`
2990
4151
 
2991
4152
  ### [0.2.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.10...@stream-io/video-react-native-sdk-0.2.11) (2023-11-17)
@@ -2999,6 +4160,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
2999
4160
  ### Dependency Updates
3000
4161
 
3001
4162
  - `@stream-io/video-client` updated to version `0.4.8`
4163
+ - **Features**
4164
+ - **react-native:** move to webrtc
4165
+ - **participant-view:** allow opting-out from rendering
4166
+ - **device-api:** Browser Permissions
4167
+ - handle device
4168
+ - Apply device config settings when call state becomes
4169
+ - **Bug Fixes**
4170
+ - **session:** prevent duplication of session
4171
+ - **device-api:** check for Permissions API
4172
+ - lift the debug helpers from the SDK to
4173
+ - allow audio and screen share audio tracks, delay
4174
+ - **client:** optimized device
4175
+ - respect server-side settings in the
3002
4176
  - `@stream-io/video-react-bindings` updated to version `0.3.8`
3003
4177
 
3004
4178
  ### [0.2.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.8...@stream-io/video-react-native-sdk-0.2.9) (2023-11-13)
@@ -3006,6 +4180,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
3006
4180
  ### Dependency Updates
3007
4181
 
3008
4182
  - `@stream-io/video-client` updated to version `0.4.7`
4183
+ - **Features**
4184
+ - **react-native:** move to webrtc
4185
+ - **participant-view:** allow opting-out from rendering
4186
+ - **device-api:** Browser Permissions
4187
+ - handle device
4188
+ - Apply device config settings when call state becomes
4189
+ - **Bug Fixes**
4190
+ - **session:** prevent duplication of session
4191
+ - **device-api:** check for Permissions API
4192
+ - lift the debug helpers from the SDK to
4193
+ - allow audio and screen share audio tracks, delay
4194
+ - **client:** optimized device
4195
+ - respect server-side settings in the
3009
4196
  - `@stream-io/video-react-bindings` updated to version `0.3.7`
3010
4197
 
3011
4198
  ### Features
@@ -3017,6 +4204,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
3017
4204
  ### Dependency Updates
3018
4205
 
3019
4206
  - `@stream-io/video-client` updated to version `0.4.6`
4207
+ - **Features**
4208
+ - **react-native:** move to webrtc
4209
+ - **participant-view:** allow opting-out from rendering
4210
+ - **device-api:** Browser Permissions
4211
+ - handle device
4212
+ - Apply device config settings when call state becomes
4213
+ - **Bug Fixes**
4214
+ - **session:** prevent duplication of session
4215
+ - **device-api:** check for Permissions API
4216
+ - lift the debug helpers from the SDK to
4217
+ - allow audio and screen share audio tracks, delay
4218
+ - **client:** optimized device
4219
+ - respect server-side settings in the
3020
4220
  - `@stream-io/video-react-bindings` updated to version `0.3.6`
3021
4221
 
3022
4222
  ### [0.2.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.6...@stream-io/video-react-native-sdk-0.2.7) (2023-11-10)
@@ -3030,6 +4230,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
3030
4230
  ### Dependency Updates
3031
4231
 
3032
4232
  - `@stream-io/video-client` updated to version `0.4.5`
4233
+ - **Features**
4234
+ - **react-native:** move to webrtc
4235
+ - **participant-view:** allow opting-out from rendering
4236
+ - **device-api:** Browser Permissions
4237
+ - handle device
4238
+ - Apply device config settings when call state becomes
4239
+ - **Bug Fixes**
4240
+ - **session:** prevent duplication of session
4241
+ - **device-api:** check for Permissions API
4242
+ - lift the debug helpers from the SDK to
4243
+ - allow audio and screen share audio tracks, delay
4244
+ - **client:** optimized device
4245
+ - respect server-side settings in the
3033
4246
  - `@stream-io/video-react-bindings` updated to version `0.3.5`
3034
4247
 
3035
4248
  ### [0.2.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.4...@stream-io/video-react-native-sdk-0.2.5) (2023-11-02)
@@ -3037,6 +4250,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
3037
4250
  ### Dependency Updates
3038
4251
 
3039
4252
  - `@stream-io/video-client` updated to version `0.4.4`
4253
+ - **Features**
4254
+ - **react-native:** move to webrtc
4255
+ - **participant-view:** allow opting-out from rendering
4256
+ - **device-api:** Browser Permissions
4257
+ - handle device
4258
+ - Apply device config settings when call state becomes
4259
+ - **Bug Fixes**
4260
+ - **session:** prevent duplication of session
4261
+ - **device-api:** check for Permissions API
4262
+ - lift the debug helpers from the SDK to
4263
+ - allow audio and screen share audio tracks, delay
4264
+ - **client:** optimized device
4265
+ - respect server-side settings in the
3040
4266
  - `@stream-io/video-react-bindings` updated to version `0.3.4`
3041
4267
 
3042
4268
  ### [0.2.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.3...@stream-io/video-react-native-sdk-0.2.4) (2023-11-01)
@@ -3044,6 +4270,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
3044
4270
  ### Dependency Updates
3045
4271
 
3046
4272
  - `@stream-io/video-client` updated to version `0.4.3`
4273
+ - **Features**
4274
+ - **react-native:** move to webrtc
4275
+ - **participant-view:** allow opting-out from rendering
4276
+ - **device-api:** Browser Permissions
4277
+ - handle device
4278
+ - Apply device config settings when call state becomes
4279
+ - **Bug Fixes**
4280
+ - **session:** prevent duplication of session
4281
+ - **device-api:** check for Permissions API
4282
+ - lift the debug helpers from the SDK to
4283
+ - allow audio and screen share audio tracks, delay
4284
+ - **client:** optimized device
4285
+ - respect server-side settings in the
3047
4286
  - `@stream-io/video-react-bindings` updated to version `0.3.3`
3048
4287
 
3049
4288
  ### [0.2.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.2...@stream-io/video-react-native-sdk-0.2.3) (2023-11-01)
@@ -3051,6 +4290,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
3051
4290
  ### Dependency Updates
3052
4291
 
3053
4292
  - `@stream-io/video-client` updated to version `0.4.2`
4293
+ - **Features**
4294
+ - **react-native:** move to webrtc
4295
+ - **participant-view:** allow opting-out from rendering
4296
+ - **device-api:** Browser Permissions
4297
+ - handle device
4298
+ - Apply device config settings when call state becomes
4299
+ - **Bug Fixes**
4300
+ - **session:** prevent duplication of session
4301
+ - **device-api:** check for Permissions API
4302
+ - lift the debug helpers from the SDK to
4303
+ - allow audio and screen share audio tracks, delay
4304
+ - **client:** optimized device
4305
+ - respect server-side settings in the
3054
4306
  - `@stream-io/video-react-bindings` updated to version `0.3.2`
3055
4307
 
3056
4308
  ### [0.2.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.1...@stream-io/video-react-native-sdk-0.2.2) (2023-10-30)
@@ -3058,6 +4310,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
3058
4310
  ### Dependency Updates
3059
4311
 
3060
4312
  - `@stream-io/video-client` updated to version `0.4.1`
4313
+ - **Features**
4314
+ - **react-native:** move to webrtc
4315
+ - **participant-view:** allow opting-out from rendering
4316
+ - **device-api:** Browser Permissions
4317
+ - handle device
4318
+ - Apply device config settings when call state becomes
4319
+ - **Bug Fixes**
4320
+ - **session:** prevent duplication of session
4321
+ - **device-api:** check for Permissions API
4322
+ - lift the debug helpers from the SDK to
4323
+ - allow audio and screen share audio tracks, delay
4324
+ - **client:** optimized device
4325
+ - respect server-side settings in the
3061
4326
  - `@stream-io/video-react-bindings` updated to version `0.3.1`
3062
4327
 
3063
4328
  ### [0.2.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.0...@stream-io/video-react-native-sdk-0.2.1) (2023-10-27)
@@ -3071,7 +4336,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
3071
4336
  ### Dependency Updates
3072
4337
 
3073
4338
  - `@stream-io/video-client` updated to version `0.4.0`
4339
+ - **Features**
4340
+ - **react-sdk:** Universal Device Management
4341
+ - **dynascale:** pick scaleResolutionDownBy parameter from the changePublishQuality
4342
+ - mute screenshare_audio, update to the newest OpenAPI
4343
+ - **build:** ESM and CJS
4344
+ - ScreenShare Audio
4345
+ - **Call Preview:** Support for call
4346
+ - **react-sdk:**
4347
+ - **client:** share replay of computed
4348
+ - Update with new API
4349
+ - speaking while muted
4350
+ - restore remote muting
4351
+ - new device api remote
4352
+ - speaker
4353
+ - **Call:** Dynascale support for Plain-JS
4354
+ - apply target resolution to video feed, sync camera/mic
4355
+ - Disable doesn't stop audio
4356
+ - use new device API in RN SDK and move to
4357
+ - New device API
4358
+ - **Bug Fixes**
4359
+ - **client:** disable server side
4360
+ - **client:** skip broken update call types
4361
+ - sorting in paginated
4362
+ - ensure stable
4363
+ - use `@stream-io/video-client` as a tag
4364
+ - use `@types/ws` as a regular
4365
+ - add type check of deviceId before setting
4366
+ - Add extra delay before attempting to play video in Safari and
4367
+ - unmount video element when there is no video track or participant is
4368
+ - initial device state
4369
+ - **DynascaleManager:** update subscription upon
4370
+ - consider prior track publishing state before applying soft
4371
+ - do not do any codec preferences when sending dummy
4372
+ - **react-native:** blank stream on
4373
+ - round non-int video dimension
4374
+ - type definition of user object for ws
4375
+ - device api small
4376
+ - Change the backtage default value to
4377
+ - guest auth didn't wait for some API
4378
+ - **client:** export missing
3074
4379
  - `@stream-io/video-react-bindings` updated to version `0.3.0`
4380
+ - correctly report `live` state of the
3075
4381
 
3076
4382
  ### ⚠ BREAKING CHANGES
3077
4383
 
@@ -3086,13 +4392,55 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
3086
4392
  ### Dependency Updates
3087
4393
 
3088
4394
  - `@stream-io/video-react-bindings` updated to version `0.2.37`
4395
+ - correctly report `live` state of the
3089
4396
 
3090
4397
  ### [0.1.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.12...@stream-io/video-react-native-sdk-0.1.13) (2023-10-25)
3091
4398
 
3092
4399
  ### Dependency Updates
3093
4400
 
3094
4401
  - `@stream-io/video-client` updated to version `0.3.36`
4402
+ - **Features**
4403
+ - **react-sdk:** Universal Device Management
4404
+ - **dynascale:** pick scaleResolutionDownBy parameter from the changePublishQuality
4405
+ - mute screenshare_audio, update to the newest OpenAPI
4406
+ - **build:** ESM and CJS
4407
+ - ScreenShare Audio
4408
+ - **Call Preview:** Support for call
4409
+ - **react-sdk:**
4410
+ - **client:** share replay of computed
4411
+ - Update with new API
4412
+ - speaking while muted
4413
+ - restore remote muting
4414
+ - new device api remote
4415
+ - speaker
4416
+ - **Call:** Dynascale support for Plain-JS
4417
+ - apply target resolution to video feed, sync camera/mic
4418
+ - Disable doesn't stop audio
4419
+ - use new device API in RN SDK and move to
4420
+ - New device API
4421
+ - **Bug Fixes**
4422
+ - **client:** disable server side
4423
+ - **client:** skip broken update call types
4424
+ - sorting in paginated
4425
+ - ensure stable
4426
+ - use `@stream-io/video-client` as a tag
4427
+ - use `@types/ws` as a regular
4428
+ - add type check of deviceId before setting
4429
+ - Add extra delay before attempting to play video in Safari and
4430
+ - unmount video element when there is no video track or participant is
4431
+ - initial device state
4432
+ - **DynascaleManager:** update subscription upon
4433
+ - consider prior track publishing state before applying soft
4434
+ - do not do any codec preferences when sending dummy
4435
+ - **react-native:** blank stream on
4436
+ - round non-int video dimension
4437
+ - type definition of user object for ws
4438
+ - device api small
4439
+ - Change the backtage default value to
4440
+ - guest auth didn't wait for some API
4441
+ - **client:** export missing
3095
4442
  - `@stream-io/video-react-bindings` updated to version `0.2.37`
4443
+ - correctly report `live` state of the
3096
4444
 
3097
4445
  ### [0.1.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.11...@stream-io/video-react-native-sdk-0.1.12) (2023-10-20)
3098
4446
 
@@ -3111,7 +4459,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
3111
4459
  ### Dependency Updates
3112
4460
 
3113
4461
  - `@stream-io/video-client` updated to version `0.3.35`
4462
+ - **Features**
4463
+ - **react-sdk:** Universal Device Management
4464
+ - **dynascale:** pick scaleResolutionDownBy parameter from the changePublishQuality
4465
+ - mute screenshare_audio, update to the newest OpenAPI
4466
+ - **build:** ESM and CJS
4467
+ - ScreenShare Audio
4468
+ - **Call Preview:** Support for call
4469
+ - **react-sdk:**
4470
+ - **client:** share replay of computed
4471
+ - Update with new API
4472
+ - speaking while muted
4473
+ - restore remote muting
4474
+ - new device api remote
4475
+ - speaker
4476
+ - **Call:** Dynascale support for Plain-JS
4477
+ - apply target resolution to video feed, sync camera/mic
4478
+ - Disable doesn't stop audio
4479
+ - use new device API in RN SDK and move to
4480
+ - New device API
4481
+ - **Bug Fixes**
4482
+ - **client:** disable server side
4483
+ - **client:** skip broken update call types
4484
+ - sorting in paginated
4485
+ - ensure stable
4486
+ - use `@stream-io/video-client` as a tag
4487
+ - use `@types/ws` as a regular
4488
+ - add type check of deviceId before setting
4489
+ - Add extra delay before attempting to play video in Safari and
4490
+ - unmount video element when there is no video track or participant is
4491
+ - initial device state
4492
+ - **DynascaleManager:** update subscription upon
4493
+ - consider prior track publishing state before applying soft
4494
+ - do not do any codec preferences when sending dummy
4495
+ - **react-native:** blank stream on
4496
+ - round non-int video dimension
4497
+ - type definition of user object for ws
4498
+ - device api small
4499
+ - Change the backtage default value to
4500
+ - guest auth didn't wait for some API
4501
+ - **client:** export missing
3114
4502
  - `@stream-io/video-react-bindings` updated to version `0.2.36`
4503
+ - correctly report `live` state of the
3115
4504
 
3116
4505
  ### Features
3117
4506
 
@@ -3122,7 +4511,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
3122
4511
  ### Dependency Updates
3123
4512
 
3124
4513
  - `@stream-io/video-client` updated to version `0.3.34`
4514
+ - **Features**
4515
+ - **react-sdk:** Universal Device Management
4516
+ - **dynascale:** pick scaleResolutionDownBy parameter from the changePublishQuality
4517
+ - mute screenshare_audio, update to the newest OpenAPI
4518
+ - **build:** ESM and CJS
4519
+ - ScreenShare Audio
4520
+ - **Call Preview:** Support for call
4521
+ - **react-sdk:**
4522
+ - **client:** share replay of computed
4523
+ - Update with new API
4524
+ - speaking while muted
4525
+ - restore remote muting
4526
+ - new device api remote
4527
+ - speaker
4528
+ - **Call:** Dynascale support for Plain-JS
4529
+ - apply target resolution to video feed, sync camera/mic
4530
+ - Disable doesn't stop audio
4531
+ - use new device API in RN SDK and move to
4532
+ - New device API
4533
+ - **Bug Fixes**
4534
+ - **client:** disable server side
4535
+ - **client:** skip broken update call types
4536
+ - sorting in paginated
4537
+ - ensure stable
4538
+ - use `@stream-io/video-client` as a tag
4539
+ - use `@types/ws` as a regular
4540
+ - add type check of deviceId before setting
4541
+ - Add extra delay before attempting to play video in Safari and
4542
+ - unmount video element when there is no video track or participant is
4543
+ - initial device state
4544
+ - **DynascaleManager:** update subscription upon
4545
+ - consider prior track publishing state before applying soft
4546
+ - do not do any codec preferences when sending dummy
4547
+ - **react-native:** blank stream on
4548
+ - round non-int video dimension
4549
+ - type definition of user object for ws
4550
+ - device api small
4551
+ - Change the backtage default value to
4552
+ - guest auth didn't wait for some API
4553
+ - **client:** export missing
3125
4554
  - `@stream-io/video-react-bindings` updated to version `0.2.35`
4555
+ - correctly report `live` state of the
3126
4556
 
3127
4557
  ### Features
3128
4558
 
@@ -3139,7 +4569,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
3139
4569
  ### Dependency Updates
3140
4570
 
3141
4571
  - `@stream-io/video-client` updated to version `0.3.33`
4572
+ - **Features**
4573
+ - **react-sdk:** Universal Device Management
4574
+ - **dynascale:** pick scaleResolutionDownBy parameter from the changePublishQuality
4575
+ - mute screenshare_audio, update to the newest OpenAPI
4576
+ - **build:** ESM and CJS
4577
+ - ScreenShare Audio
4578
+ - **Call Preview:** Support for call
4579
+ - **react-sdk:**
4580
+ - **client:** share replay of computed
4581
+ - Update with new API
4582
+ - speaking while muted
4583
+ - restore remote muting
4584
+ - new device api remote
4585
+ - speaker
4586
+ - **Call:** Dynascale support for Plain-JS
4587
+ - apply target resolution to video feed, sync camera/mic
4588
+ - Disable doesn't stop audio
4589
+ - use new device API in RN SDK and move to
4590
+ - New device API
4591
+ - **Bug Fixes**
4592
+ - **client:** disable server side
4593
+ - **client:** skip broken update call types
4594
+ - sorting in paginated
4595
+ - ensure stable
4596
+ - use `@stream-io/video-client` as a tag
4597
+ - use `@types/ws` as a regular
4598
+ - add type check of deviceId before setting
4599
+ - Add extra delay before attempting to play video in Safari and
4600
+ - unmount video element when there is no video track or participant is
4601
+ - initial device state
4602
+ - **DynascaleManager:** update subscription upon
4603
+ - consider prior track publishing state before applying soft
4604
+ - do not do any codec preferences when sending dummy
4605
+ - **react-native:** blank stream on
4606
+ - round non-int video dimension
4607
+ - type definition of user object for ws
4608
+ - device api small
4609
+ - Change the backtage default value to
4610
+ - guest auth didn't wait for some API
4611
+ - **client:** export missing
3142
4612
  - `@stream-io/video-react-bindings` updated to version `0.2.34`
4613
+ - correctly report `live` state of the
3143
4614
 
3144
4615
  ### Bug Fixes
3145
4616
 
@@ -3150,7 +4621,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
3150
4621
  ### Dependency Updates
3151
4622
 
3152
4623
  - `@stream-io/video-client` updated to version `0.3.32`
4624
+ - **Features**
4625
+ - **react-sdk:** Universal Device Management
4626
+ - **dynascale:** pick scaleResolutionDownBy parameter from the changePublishQuality
4627
+ - mute screenshare_audio, update to the newest OpenAPI
4628
+ - **build:** ESM and CJS
4629
+ - ScreenShare Audio
4630
+ - **Call Preview:** Support for call
4631
+ - **react-sdk:**
4632
+ - **client:** share replay of computed
4633
+ - Update with new API
4634
+ - speaking while muted
4635
+ - restore remote muting
4636
+ - new device api remote
4637
+ - speaker
4638
+ - **Call:** Dynascale support for Plain-JS
4639
+ - apply target resolution to video feed, sync camera/mic
4640
+ - Disable doesn't stop audio
4641
+ - use new device API in RN SDK and move to
4642
+ - New device API
4643
+ - **Bug Fixes**
4644
+ - **client:** disable server side
4645
+ - **client:** skip broken update call types
4646
+ - sorting in paginated
4647
+ - ensure stable
4648
+ - use `@stream-io/video-client` as a tag
4649
+ - use `@types/ws` as a regular
4650
+ - add type check of deviceId before setting
4651
+ - Add extra delay before attempting to play video in Safari and
4652
+ - unmount video element when there is no video track or participant is
4653
+ - initial device state
4654
+ - **DynascaleManager:** update subscription upon
4655
+ - consider prior track publishing state before applying soft
4656
+ - do not do any codec preferences when sending dummy
4657
+ - **react-native:** blank stream on
4658
+ - round non-int video dimension
4659
+ - type definition of user object for ws
4660
+ - device api small
4661
+ - Change the backtage default value to
4662
+ - guest auth didn't wait for some API
4663
+ - **client:** export missing
3153
4664
  - `@stream-io/video-react-bindings` updated to version `0.2.33`
4665
+ - correctly report `live` state of the
3154
4666
 
3155
4667
  ### Features
3156
4668
 
@@ -3171,7 +4683,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
3171
4683
  ### Dependency Updates
3172
4684
 
3173
4685
  - `@stream-io/video-client` updated to version `0.3.31`
4686
+ - **Features**
4687
+ - **react-sdk:** Universal Device Management
4688
+ - **dynascale:** pick scaleResolutionDownBy parameter from the changePublishQuality
4689
+ - mute screenshare_audio, update to the newest OpenAPI
4690
+ - **build:** ESM and CJS
4691
+ - ScreenShare Audio
4692
+ - **Call Preview:** Support for call
4693
+ - **react-sdk:**
4694
+ - **client:** share replay of computed
4695
+ - Update with new API
4696
+ - speaking while muted
4697
+ - restore remote muting
4698
+ - new device api remote
4699
+ - speaker
4700
+ - **Call:** Dynascale support for Plain-JS
4701
+ - apply target resolution to video feed, sync camera/mic
4702
+ - Disable doesn't stop audio
4703
+ - use new device API in RN SDK and move to
4704
+ - New device API
4705
+ - **Bug Fixes**
4706
+ - **client:** disable server side
4707
+ - **client:** skip broken update call types
4708
+ - sorting in paginated
4709
+ - ensure stable
4710
+ - use `@stream-io/video-client` as a tag
4711
+ - use `@types/ws` as a regular
4712
+ - add type check of deviceId before setting
4713
+ - Add extra delay before attempting to play video in Safari and
4714
+ - unmount video element when there is no video track or participant is
4715
+ - initial device state
4716
+ - **DynascaleManager:** update subscription upon
4717
+ - consider prior track publishing state before applying soft
4718
+ - do not do any codec preferences when sending dummy
4719
+ - **react-native:** blank stream on
4720
+ - round non-int video dimension
4721
+ - type definition of user object for ws
4722
+ - device api small
4723
+ - Change the backtage default value to
4724
+ - guest auth didn't wait for some API
4725
+ - **client:** export missing
3174
4726
  - `@stream-io/video-react-bindings` updated to version `0.2.32`
4727
+ - correctly report `live` state of the
3175
4728
 
3176
4729
  ### Features
3177
4730
 
@@ -3182,7 +4735,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
3182
4735
  ### Dependency Updates
3183
4736
 
3184
4737
  - `@stream-io/video-client` updated to version `0.3.30`
4738
+ - **Features**
4739
+ - **react-sdk:** Universal Device Management
4740
+ - **dynascale:** pick scaleResolutionDownBy parameter from the changePublishQuality
4741
+ - mute screenshare_audio, update to the newest OpenAPI
4742
+ - **build:** ESM and CJS
4743
+ - ScreenShare Audio
4744
+ - **Call Preview:** Support for call
4745
+ - **react-sdk:**
4746
+ - **client:** share replay of computed
4747
+ - Update with new API
4748
+ - speaking while muted
4749
+ - restore remote muting
4750
+ - new device api remote
4751
+ - speaker
4752
+ - **Call:** Dynascale support for Plain-JS
4753
+ - apply target resolution to video feed, sync camera/mic
4754
+ - Disable doesn't stop audio
4755
+ - use new device API in RN SDK and move to
4756
+ - New device API
4757
+ - **Bug Fixes**
4758
+ - **client:** disable server side
4759
+ - **client:** skip broken update call types
4760
+ - sorting in paginated
4761
+ - ensure stable
4762
+ - use `@stream-io/video-client` as a tag
4763
+ - use `@types/ws` as a regular
4764
+ - add type check of deviceId before setting
4765
+ - Add extra delay before attempting to play video in Safari and
4766
+ - unmount video element when there is no video track or participant is
4767
+ - initial device state
4768
+ - **DynascaleManager:** update subscription upon
4769
+ - consider prior track publishing state before applying soft
4770
+ - do not do any codec preferences when sending dummy
4771
+ - **react-native:** blank stream on
4772
+ - round non-int video dimension
4773
+ - type definition of user object for ws
4774
+ - device api small
4775
+ - Change the backtage default value to
4776
+ - guest auth didn't wait for some API
4777
+ - **client:** export missing
3185
4778
  - `@stream-io/video-react-bindings` updated to version `0.2.31`
4779
+ - correctly report `live` state of the
3186
4780
 
3187
4781
  ### Features
3188
4782
 
@@ -3193,7 +4787,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
3193
4787
  ### Dependency Updates
3194
4788
 
3195
4789
  - `@stream-io/video-client` updated to version `0.3.29`
4790
+ - **Features**
4791
+ - **react-sdk:** Universal Device Management
4792
+ - **dynascale:** pick scaleResolutionDownBy parameter from the changePublishQuality
4793
+ - mute screenshare_audio, update to the newest OpenAPI
4794
+ - **build:** ESM and CJS
4795
+ - ScreenShare Audio
4796
+ - **Call Preview:** Support for call
4797
+ - **react-sdk:**
4798
+ - **client:** share replay of computed
4799
+ - Update with new API
4800
+ - speaking while muted
4801
+ - restore remote muting
4802
+ - new device api remote
4803
+ - speaker
4804
+ - **Call:** Dynascale support for Plain-JS
4805
+ - apply target resolution to video feed, sync camera/mic
4806
+ - Disable doesn't stop audio
4807
+ - use new device API in RN SDK and move to
4808
+ - New device API
4809
+ - **Bug Fixes**
4810
+ - **client:** disable server side
4811
+ - **client:** skip broken update call types
4812
+ - sorting in paginated
4813
+ - ensure stable
4814
+ - use `@stream-io/video-client` as a tag
4815
+ - use `@types/ws` as a regular
4816
+ - add type check of deviceId before setting
4817
+ - Add extra delay before attempting to play video in Safari and
4818
+ - unmount video element when there is no video track or participant is
4819
+ - initial device state
4820
+ - **DynascaleManager:** update subscription upon
4821
+ - consider prior track publishing state before applying soft
4822
+ - do not do any codec preferences when sending dummy
4823
+ - **react-native:** blank stream on
4824
+ - round non-int video dimension
4825
+ - type definition of user object for ws
4826
+ - device api small
4827
+ - Change the backtage default value to
4828
+ - guest auth didn't wait for some API
4829
+ - **client:** export missing
3196
4830
  - `@stream-io/video-react-bindings` updated to version `0.2.30`
4831
+ - correctly report `live` state of the
3197
4832
 
3198
4833
  ### [0.1.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.0...@stream-io/video-react-native-sdk-0.1.1) (2023-10-04)
3199
4834