@stream-io/video-react-native-sdk 1.38.1 → 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 +1642 -0
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js +4 -3
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js +5 -4
- package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
- package/dist/module/version.js +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +1 -1
- package/dist/typescript/version.d.ts +1 -1
- package/package.json +4 -3
- package/src/components/Participant/ParticipantView/ParticipantLabel.tsx +5 -3
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,38 @@
|
|
|
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
|
+
|
|
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)
|
|
23
|
+
|
|
24
|
+
### Dependency Updates
|
|
25
|
+
|
|
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))
|
|
28
|
+
- `@stream-io/video-react-bindings` updated to version `1.16.5`
|
|
29
|
+
|
|
5
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)
|
|
6
31
|
|
|
7
32
|
### Dependency Updates
|
|
8
33
|
|
|
9
34
|
- `@stream-io/react-native-callingx` updated to version `0.5.1`
|
|
10
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))
|
|
11
37
|
- `@stream-io/video-react-bindings` updated to version `1.16.4`
|
|
12
38
|
|
|
13
39
|
### Bug Fixes
|
|
@@ -23,6 +49,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
23
49
|
- `@stream-io/react-native-callingx` updated to version `0.5.0`
|
|
24
50
|
- `@stream-io/video-filters-react-native` updated to version `0.13.0`
|
|
25
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))
|
|
26
56
|
- `@stream-io/video-react-bindings` updated to version `1.16.3`
|
|
27
57
|
|
|
28
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))
|
|
@@ -58,6 +88,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
58
88
|
- `@stream-io/react-native-callingx` updated to version `0.3.1`
|
|
59
89
|
- `@stream-io/video-filters-react-native` updated to version `0.12.4`
|
|
60
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))
|
|
61
98
|
- `@stream-io/video-react-bindings` updated to version `1.16.2`
|
|
62
99
|
|
|
63
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))
|
|
@@ -70,6 +107,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
70
107
|
- `@stream-io/react-native-callingx` updated to version `0.3.1`
|
|
71
108
|
- `@stream-io/video-filters-react-native` updated to version `0.12.3`
|
|
72
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))
|
|
73
115
|
- `@stream-io/video-react-bindings` updated to version `1.16.1`
|
|
74
116
|
|
|
75
117
|
- pinned rn version ([#2259](https://github.com/GetStream/stream-video-js/issues/2259)) ([04d192e](https://github.com/GetStream/stream-video-js/commit/04d192ed9aca73705fd5eefa8184e29ebc778eea))
|
|
@@ -96,6 +138,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
96
138
|
### Dependency Updates
|
|
97
139
|
|
|
98
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))
|
|
99
145
|
- `@stream-io/video-react-bindings` updated to version `1.16.0`
|
|
100
146
|
|
|
101
147
|
### Features
|
|
@@ -114,6 +160,14 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
114
160
|
- `@stream-io/react-native-callingx` updated to version `0.2.0`
|
|
115
161
|
- `@stream-io/video-filters-react-native` updated to version `0.12.2`
|
|
116
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))
|
|
117
171
|
- `@stream-io/video-react-bindings` updated to version `1.15.1`
|
|
118
172
|
|
|
119
173
|
- added expo plugins ([#2207](https://github.com/GetStream/stream-video-js/issues/2207)) ([2199149](https://github.com/GetStream/stream-video-js/commit/2199149fac1ce1db1b5d6e812660a22f6b817065))
|
|
@@ -151,6 +205,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
151
205
|
### Dependency Updates
|
|
152
206
|
|
|
153
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))
|
|
154
212
|
- `@stream-io/video-react-bindings` updated to version `1.14.2`
|
|
155
213
|
|
|
156
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)
|
|
@@ -165,6 +223,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
165
223
|
|
|
166
224
|
- `@stream-io/react-native-callingx` updated to version `0.1.0`
|
|
167
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))
|
|
168
230
|
- `@stream-io/video-react-bindings` updated to version `1.14.1`
|
|
169
231
|
|
|
170
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)
|
|
@@ -175,6 +237,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
175
237
|
- `@stream-io/react-native-callingx` updated to version `0.1.0`
|
|
176
238
|
- `@stream-io/video-filters-react-native` updated to version `0.12.0`
|
|
177
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))
|
|
178
245
|
- `@stream-io/video-react-bindings` updated to version `1.14.0`
|
|
179
246
|
|
|
180
247
|
### Features
|
|
@@ -186,6 +253,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
186
253
|
### Dependency Updates
|
|
187
254
|
|
|
188
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))
|
|
189
260
|
- `@stream-io/video-react-bindings` updated to version `1.13.15`
|
|
190
261
|
|
|
191
262
|
### Bug Fixes
|
|
@@ -208,13 +279,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
208
279
|
### Dependency Updates
|
|
209
280
|
|
|
210
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))
|
|
211
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))
|
|
212
285
|
|
|
213
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)
|
|
214
287
|
|
|
215
288
|
### Dependency Updates
|
|
216
289
|
|
|
217
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))
|
|
218
295
|
- `@stream-io/video-react-bindings` updated to version `1.13.13`
|
|
219
296
|
|
|
220
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)
|
|
@@ -222,6 +299,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
222
299
|
### Dependency Updates
|
|
223
300
|
|
|
224
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))
|
|
225
303
|
- `@stream-io/video-react-bindings` updated to version `1.13.12`
|
|
226
304
|
|
|
227
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)
|
|
@@ -231,6 +309,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
231
309
|
- `@stream-io/noise-cancellation-react-native` updated to version `0.5.1`
|
|
232
310
|
- `@stream-io/video-filters-react-native` updated to version `0.10.1`
|
|
233
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))
|
|
234
313
|
- `@stream-io/video-react-bindings` updated to version `1.13.11`
|
|
235
314
|
|
|
236
315
|
### Bug Fixes
|
|
@@ -242,6 +321,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
242
321
|
### Dependency Updates
|
|
243
322
|
|
|
244
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)
|
|
245
325
|
- `@stream-io/video-react-bindings` updated to version `1.13.10`
|
|
246
326
|
|
|
247
327
|
### Bug Fixes
|
|
@@ -253,6 +333,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
253
333
|
### Dependency Updates
|
|
254
334
|
|
|
255
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))
|
|
256
345
|
- `@stream-io/video-react-bindings` updated to version `1.13.9`
|
|
257
346
|
|
|
258
347
|
### Features
|
|
@@ -264,6 +353,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
264
353
|
### Dependency Updates
|
|
265
354
|
|
|
266
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))
|
|
267
363
|
- `@stream-io/video-react-bindings` updated to version `1.13.8`
|
|
268
364
|
|
|
269
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)
|
|
@@ -282,6 +378,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
282
378
|
### Dependency Updates
|
|
283
379
|
|
|
284
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))
|
|
285
382
|
- `@stream-io/video-react-bindings` updated to version `1.13.6`
|
|
286
383
|
|
|
287
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)
|
|
@@ -301,6 +398,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
301
398
|
### Dependency Updates
|
|
302
399
|
|
|
303
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))
|
|
304
406
|
- `@stream-io/video-react-bindings` updated to version `1.13.4`
|
|
305
407
|
|
|
306
408
|
### Features
|
|
@@ -312,6 +414,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
312
414
|
### Dependency Updates
|
|
313
415
|
|
|
314
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))
|
|
315
419
|
- `@stream-io/video-react-bindings` updated to version `1.13.3`
|
|
316
420
|
|
|
317
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)
|
|
@@ -319,6 +423,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
319
423
|
### Dependency Updates
|
|
320
424
|
|
|
321
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))
|
|
322
427
|
- `@stream-io/video-react-bindings` updated to version `1.13.2`
|
|
323
428
|
|
|
324
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)
|
|
@@ -326,6 +431,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
326
431
|
### Dependency Updates
|
|
327
432
|
|
|
328
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))
|
|
329
435
|
- `@stream-io/video-react-bindings` updated to version `1.13.1`
|
|
330
436
|
|
|
331
437
|
### Bug Fixes
|
|
@@ -340,6 +446,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
340
446
|
- `@stream-io/noise-cancellation-react-native` updated to version `0.5.0`
|
|
341
447
|
- `@stream-io/video-filters-react-native` updated to version `0.10.0`
|
|
342
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))
|
|
343
453
|
- `@stream-io/video-react-bindings` updated to version `1.13.0`
|
|
344
454
|
|
|
345
455
|
### Features
|
|
@@ -351,6 +461,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
351
461
|
### Dependency Updates
|
|
352
462
|
|
|
353
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)
|
|
354
466
|
- `@stream-io/video-react-bindings` updated to version `1.12.10`
|
|
355
467
|
|
|
356
468
|
### Bug Fixes
|
|
@@ -362,6 +474,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
362
474
|
### Dependency Updates
|
|
363
475
|
|
|
364
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))
|
|
365
479
|
- `@stream-io/video-react-bindings` updated to version `1.12.9`
|
|
366
480
|
|
|
367
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)
|
|
@@ -369,6 +483,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
369
483
|
### Dependency Updates
|
|
370
484
|
|
|
371
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))
|
|
372
487
|
- `@stream-io/video-react-bindings` updated to version `1.12.8`
|
|
373
488
|
|
|
374
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)
|
|
@@ -376,6 +491,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
376
491
|
### Dependency Updates
|
|
377
492
|
|
|
378
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))
|
|
379
495
|
- `@stream-io/video-react-bindings` updated to version `1.12.7`
|
|
380
496
|
|
|
381
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)
|
|
@@ -393,6 +509,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
393
509
|
### Dependency Updates
|
|
394
510
|
|
|
395
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))
|
|
396
514
|
- `@stream-io/video-react-bindings` updated to version `1.12.6`
|
|
397
515
|
|
|
398
516
|
### Bug Fixes
|
|
@@ -404,6 +522,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
404
522
|
### Dependency Updates
|
|
405
523
|
|
|
406
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))
|
|
407
530
|
- `@stream-io/video-react-bindings` updated to version `1.12.5`
|
|
408
531
|
|
|
409
532
|
### Bug Fixes
|
|
@@ -429,6 +552,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
429
552
|
|
|
430
553
|
- `@stream-io/noise-cancellation-react-native` updated to version `0.4.3`
|
|
431
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))
|
|
432
559
|
- `@stream-io/video-react-bindings` updated to version `1.12.3`
|
|
433
560
|
|
|
434
561
|
### Bug Fixes
|
|
@@ -440,6 +567,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
440
567
|
### Dependency Updates
|
|
441
568
|
|
|
442
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)
|
|
443
571
|
- `@stream-io/video-react-bindings` updated to version `1.12.2`
|
|
444
572
|
|
|
445
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)
|
|
@@ -447,6 +575,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
447
575
|
### Dependency Updates
|
|
448
576
|
|
|
449
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)
|
|
450
580
|
- `@stream-io/video-react-bindings` updated to version `1.12.1`
|
|
451
581
|
|
|
452
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)
|
|
@@ -456,6 +586,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
456
586
|
- `@stream-io/noise-cancellation-react-native` updated to version `0.4.2`
|
|
457
587
|
- `@stream-io/video-filters-react-native` updated to version `0.9.2`
|
|
458
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))
|
|
459
590
|
- `@stream-io/video-react-bindings` updated to version `1.12.0`
|
|
460
591
|
|
|
461
592
|
- remove default sound from jsdoc comment for notifications ([8f38784](https://github.com/GetStream/stream-video-js/commit/8f38784c41808fb65a31f2e5591a71c32b201eca))
|
|
@@ -477,6 +608,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
477
608
|
|
|
478
609
|
- `@stream-io/noise-cancellation-react-native` updated to version `0.4.2`
|
|
479
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))
|
|
480
612
|
- `@stream-io/video-react-bindings` updated to version `1.11.4`
|
|
481
613
|
|
|
482
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))
|
|
@@ -492,6 +624,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
492
624
|
- `@stream-io/noise-cancellation-react-native` updated to version `0.4.1`
|
|
493
625
|
- `@stream-io/video-filters-react-native` updated to version `0.9.1`
|
|
494
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)
|
|
495
628
|
- `@stream-io/video-react-bindings` updated to version `1.11.3`
|
|
496
629
|
|
|
497
630
|
- update react-native to 0.81.5 ([33554fc](https://github.com/GetStream/stream-video-js/commit/33554fc31015f4af57ba19b1f925b19fbfcbe0ea))
|
|
@@ -515,6 +648,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
515
648
|
|
|
516
649
|
- `@stream-io/video-filters-react-native` updated to version `0.9.0`
|
|
517
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))
|
|
518
652
|
- `@stream-io/video-react-bindings` updated to version `1.11.1`
|
|
519
653
|
|
|
520
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)
|
|
@@ -522,7 +656,9 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
522
656
|
### Dependency Updates
|
|
523
657
|
|
|
524
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))
|
|
525
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))
|
|
526
662
|
|
|
527
663
|
### Bug Fixes
|
|
528
664
|
|
|
@@ -567,6 +703,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
567
703
|
### Dependency Updates
|
|
568
704
|
|
|
569
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)
|
|
570
707
|
- `@stream-io/video-react-bindings` updated to version `1.10.3`
|
|
571
708
|
|
|
572
709
|
### Features
|
|
@@ -582,6 +719,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
582
719
|
### Dependency Updates
|
|
583
720
|
|
|
584
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))
|
|
585
723
|
- `@stream-io/video-react-bindings` updated to version `1.10.2`
|
|
586
724
|
|
|
587
725
|
### Bug Fixes
|
|
@@ -599,6 +737,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
599
737
|
### Dependency Updates
|
|
600
738
|
|
|
601
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))
|
|
602
741
|
- `@stream-io/video-react-bindings` updated to version `1.10.1`
|
|
603
742
|
|
|
604
743
|
### Bug Fixes
|
|
@@ -612,6 +751,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
612
751
|
- `@stream-io/noise-cancellation-react-native` updated to version `0.4.0`
|
|
613
752
|
- `@stream-io/video-filters-react-native` updated to version `0.8.0`
|
|
614
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))
|
|
615
758
|
- `@stream-io/video-react-bindings` updated to version `1.10.0`
|
|
616
759
|
|
|
617
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))
|
|
@@ -632,6 +775,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
632
775
|
### Dependency Updates
|
|
633
776
|
|
|
634
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))
|
|
635
779
|
- `@stream-io/video-react-bindings` updated to version `1.9.1`
|
|
636
780
|
|
|
637
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)
|
|
@@ -639,6 +783,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
639
783
|
### Dependency Updates
|
|
640
784
|
|
|
641
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))
|
|
642
790
|
- `@stream-io/video-react-bindings` updated to version `1.9.0`
|
|
643
791
|
|
|
644
792
|
### Bug Fixes
|
|
@@ -652,6 +800,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
652
800
|
- `@stream-io/noise-cancellation-react-native` updated to version `0.3.0`
|
|
653
801
|
- `@stream-io/video-filters-react-native` updated to version `0.7.0`
|
|
654
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))
|
|
655
805
|
- `@stream-io/video-react-bindings` updated to version `1.8.4`
|
|
656
806
|
|
|
657
807
|
### Features
|
|
@@ -679,6 +829,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
679
829
|
### Dependency Updates
|
|
680
830
|
|
|
681
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))
|
|
682
836
|
- `@stream-io/video-react-bindings` updated to version `1.8.3`
|
|
683
837
|
|
|
684
838
|
### Bug Fixes
|
|
@@ -690,6 +844,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
690
844
|
### Dependency Updates
|
|
691
845
|
|
|
692
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))
|
|
693
849
|
- `@stream-io/video-react-bindings` updated to version `1.8.2`
|
|
694
850
|
|
|
695
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)
|
|
@@ -697,6 +853,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
697
853
|
### Dependency Updates
|
|
698
854
|
|
|
699
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))
|
|
700
860
|
- `@stream-io/video-react-bindings` updated to version `1.8.1`
|
|
701
861
|
|
|
702
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)
|
|
@@ -704,6 +864,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
704
864
|
### Dependency Updates
|
|
705
865
|
|
|
706
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))
|
|
707
872
|
- `@stream-io/video-react-bindings` updated to version `1.8.0`
|
|
708
873
|
|
|
709
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))
|
|
@@ -724,6 +889,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
724
889
|
### Dependency Updates
|
|
725
890
|
|
|
726
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))
|
|
727
893
|
- `@stream-io/video-react-bindings` updated to version `1.7.16`
|
|
728
894
|
|
|
729
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)
|
|
@@ -731,6 +897,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
731
897
|
### Dependency Updates
|
|
732
898
|
|
|
733
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))
|
|
734
901
|
- `@stream-io/video-react-bindings` updated to version `1.7.15`
|
|
735
902
|
|
|
736
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)
|
|
@@ -749,6 +916,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
749
916
|
### Dependency Updates
|
|
750
917
|
|
|
751
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))
|
|
752
920
|
- `@stream-io/video-react-bindings` updated to version `1.7.14`
|
|
753
921
|
|
|
754
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)
|
|
@@ -756,6 +924,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
756
924
|
### Dependency Updates
|
|
757
925
|
|
|
758
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))
|
|
759
928
|
- `@stream-io/video-react-bindings` updated to version `1.7.13`
|
|
760
929
|
|
|
761
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)
|
|
@@ -763,6 +932,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
763
932
|
### Dependency Updates
|
|
764
933
|
|
|
765
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))
|
|
766
936
|
- `@stream-io/video-react-bindings` updated to version `1.7.12`
|
|
767
937
|
|
|
768
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)
|
|
@@ -782,6 +952,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
782
952
|
- `@stream-io/noise-cancellation-react-native` updated to version `0.2.1`
|
|
783
953
|
- `@stream-io/video-filters-react-native` updated to version `0.6.1`
|
|
784
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))
|
|
785
956
|
- `@stream-io/video-react-bindings` updated to version `1.7.11`
|
|
786
957
|
|
|
787
958
|
### Bug Fixes
|
|
@@ -802,6 +973,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
802
973
|
- `@stream-io/noise-cancellation-react-native` updated to version `0.2.0`
|
|
803
974
|
- `@stream-io/video-filters-react-native` updated to version `0.6.0`
|
|
804
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))
|
|
805
977
|
- `@stream-io/video-react-bindings` updated to version `1.7.10`
|
|
806
978
|
|
|
807
979
|
- bump webrtc version ([#1865](https://github.com/GetStream/stream-video-js/issues/1865)) ([18fd609](https://github.com/GetStream/stream-video-js/commit/18fd60945ef74eb23c089dc0b5adb2373b700602))
|
|
@@ -828,6 +1000,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
828
1000
|
### Dependency Updates
|
|
829
1001
|
|
|
830
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))
|
|
831
1004
|
- `@stream-io/video-react-bindings` updated to version `1.7.9`
|
|
832
1005
|
|
|
833
1006
|
### Features
|
|
@@ -843,6 +1016,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
843
1016
|
### Dependency Updates
|
|
844
1017
|
|
|
845
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))
|
|
846
1020
|
- `@stream-io/video-react-bindings` updated to version `1.7.8`
|
|
847
1021
|
|
|
848
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)
|
|
@@ -865,6 +1039,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
865
1039
|
### Dependency Updates
|
|
866
1040
|
|
|
867
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)
|
|
868
1043
|
- `@stream-io/video-react-bindings` updated to version `1.7.6`
|
|
869
1044
|
|
|
870
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)
|
|
@@ -872,6 +1047,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
872
1047
|
### Dependency Updates
|
|
873
1048
|
|
|
874
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))
|
|
875
1051
|
- `@stream-io/video-react-bindings` updated to version `1.7.5`
|
|
876
1052
|
|
|
877
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)
|
|
@@ -879,6 +1055,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
879
1055
|
### Dependency Updates
|
|
880
1056
|
|
|
881
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))
|
|
882
1060
|
- `@stream-io/video-react-bindings` updated to version `1.7.4`
|
|
883
1061
|
|
|
884
1062
|
### Bug Fixes
|
|
@@ -891,6 +1069,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
891
1069
|
### Dependency Updates
|
|
892
1070
|
|
|
893
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))
|
|
894
1073
|
- `@stream-io/video-react-bindings` updated to version `1.7.3`
|
|
895
1074
|
|
|
896
1075
|
### Bug Fixes
|
|
@@ -902,6 +1081,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
902
1081
|
### Dependency Updates
|
|
903
1082
|
|
|
904
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))
|
|
905
1085
|
- `@stream-io/video-react-bindings` updated to version `1.7.2`
|
|
906
1086
|
|
|
907
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)
|
|
@@ -909,6 +1089,14 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
909
1089
|
### Dependency Updates
|
|
910
1090
|
|
|
911
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)
|
|
912
1100
|
- `@stream-io/video-react-bindings` updated to version `1.7.1`
|
|
913
1101
|
|
|
914
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)
|
|
@@ -918,7 +1106,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
918
1106
|
- `@stream-io/noise-cancellation-react-native` updated to version `0.1.1`
|
|
919
1107
|
- `@stream-io/video-filters-react-native` updated to version `0.5.0`
|
|
920
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))
|
|
921
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))
|
|
922
1113
|
|
|
923
1114
|
- update webrtc version ([162a8d2](https://github.com/GetStream/stream-video-js/commit/162a8d24216a28659759ea16fe48630cadb1536f))
|
|
924
1115
|
|
|
@@ -932,6 +1123,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
932
1123
|
### Dependency Updates
|
|
933
1124
|
|
|
934
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))
|
|
935
1127
|
- `@stream-io/video-react-bindings` updated to version `1.6.8`
|
|
936
1128
|
|
|
937
1129
|
### Bug Fixes
|
|
@@ -943,6 +1135,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
943
1135
|
### Dependency Updates
|
|
944
1136
|
|
|
945
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))
|
|
946
1140
|
- `@stream-io/video-react-bindings` updated to version `1.6.7`
|
|
947
1141
|
|
|
948
1142
|
### Features
|
|
@@ -955,6 +1149,12 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
955
1149
|
|
|
956
1150
|
- `@stream-io/noise-cancellation-react-native` updated to version `0.1.1`
|
|
957
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))
|
|
958
1158
|
- `@stream-io/video-react-bindings` updated to version `1.6.6`
|
|
959
1159
|
|
|
960
1160
|
### Bug Fixes
|
|
@@ -973,6 +1173,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
973
1173
|
### Dependency Updates
|
|
974
1174
|
|
|
975
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))
|
|
976
1177
|
- `@stream-io/video-react-bindings` updated to version `1.6.5`
|
|
977
1178
|
|
|
978
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)
|
|
@@ -980,6 +1181,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
980
1181
|
### Dependency Updates
|
|
981
1182
|
|
|
982
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)
|
|
983
1185
|
- `@stream-io/video-react-bindings` updated to version `1.6.4`
|
|
984
1186
|
|
|
985
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)
|
|
@@ -989,6 +1191,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
989
1191
|
- `@stream-io/noise-cancellation-react-native` updated to version `0.1.0`
|
|
990
1192
|
- `@stream-io/video-filters-react-native` updated to version `0.4.0`
|
|
991
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))
|
|
992
1195
|
- `@stream-io/video-react-bindings` updated to version `1.6.3`
|
|
993
1196
|
|
|
994
1197
|
### Features
|
|
@@ -1003,6 +1206,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1003
1206
|
|
|
1004
1207
|
- `@stream-io/video-filters-react-native` updated to version `0.3.1`
|
|
1005
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)
|
|
1006
1210
|
- `@stream-io/video-react-bindings` updated to version `1.6.2`
|
|
1007
1211
|
|
|
1008
1212
|
### Bug Fixes
|
|
@@ -1014,6 +1218,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1014
1218
|
### Dependency Updates
|
|
1015
1219
|
|
|
1016
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))
|
|
1017
1222
|
- `@stream-io/video-react-bindings` updated to version `1.6.1`
|
|
1018
1223
|
|
|
1019
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)
|
|
@@ -1028,6 +1233,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1028
1233
|
|
|
1029
1234
|
- `@stream-io/video-filters-react-native` updated to version `0.3.0`
|
|
1030
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))
|
|
1031
1240
|
- `@stream-io/video-react-bindings` updated to version `1.6.0`
|
|
1032
1241
|
|
|
1033
1242
|
### Features
|
|
@@ -1053,6 +1262,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1053
1262
|
### Dependency Updates
|
|
1054
1263
|
|
|
1055
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))
|
|
1056
1267
|
- `@stream-io/video-react-bindings` updated to version `1.5.18`
|
|
1057
1268
|
|
|
1058
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)
|
|
@@ -1060,6 +1271,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1060
1271
|
### Dependency Updates
|
|
1061
1272
|
|
|
1062
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))
|
|
1063
1276
|
- `@stream-io/video-react-bindings` updated to version `1.5.17`
|
|
1064
1277
|
|
|
1065
1278
|
### Bug Fixes
|
|
@@ -1072,6 +1285,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1072
1285
|
### Dependency Updates
|
|
1073
1286
|
|
|
1074
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))
|
|
1075
1292
|
- `@stream-io/video-react-bindings` updated to version `1.5.16`
|
|
1076
1293
|
|
|
1077
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)
|
|
@@ -1079,13 +1296,17 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1079
1296
|
### Dependency Updates
|
|
1080
1297
|
|
|
1081
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)
|
|
1082
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))
|
|
1083
1303
|
|
|
1084
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)
|
|
1085
1305
|
|
|
1086
1306
|
### Dependency Updates
|
|
1087
1307
|
|
|
1088
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))
|
|
1089
1310
|
- `@stream-io/video-react-bindings` updated to version `1.5.14`
|
|
1090
1311
|
|
|
1091
1312
|
### Bug Fixes
|
|
@@ -1097,6 +1318,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1097
1318
|
### Dependency Updates
|
|
1098
1319
|
|
|
1099
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))
|
|
1100
1322
|
- `@stream-io/video-react-bindings` updated to version `1.5.13`
|
|
1101
1323
|
|
|
1102
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))
|
|
@@ -1121,6 +1343,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1121
1343
|
### Dependency Updates
|
|
1122
1344
|
|
|
1123
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))
|
|
1124
1348
|
- `@stream-io/video-react-bindings` updated to version `1.5.11`
|
|
1125
1349
|
|
|
1126
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))
|
|
@@ -1131,6 +1355,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1131
1355
|
### Dependency Updates
|
|
1132
1356
|
|
|
1133
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))
|
|
1134
1362
|
- `@stream-io/video-react-bindings` updated to version `1.5.10`
|
|
1135
1363
|
|
|
1136
1364
|
- align expo plugin background modes with flutter ([f6950cb](https://github.com/GetStream/stream-video-js/commit/f6950cb39d0c83413aca1c59e670efea5c5cdd6a))
|
|
@@ -1142,6 +1370,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1142
1370
|
### Dependency Updates
|
|
1143
1371
|
|
|
1144
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))
|
|
1145
1375
|
- `@stream-io/video-react-bindings` updated to version `1.5.9`
|
|
1146
1376
|
|
|
1147
1377
|
### Bug Fixes
|
|
@@ -1153,6 +1383,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1153
1383
|
### Dependency Updates
|
|
1154
1384
|
|
|
1155
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))
|
|
1156
1387
|
- `@stream-io/video-react-bindings` updated to version `1.5.8`
|
|
1157
1388
|
|
|
1158
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)
|
|
@@ -1160,6 +1391,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1160
1391
|
### Dependency Updates
|
|
1161
1392
|
|
|
1162
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))
|
|
1163
1398
|
- `@stream-io/video-react-bindings` updated to version `1.5.7`
|
|
1164
1399
|
|
|
1165
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)
|
|
@@ -1173,6 +1408,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1173
1408
|
### Dependency Updates
|
|
1174
1409
|
|
|
1175
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))
|
|
1176
1412
|
- `@stream-io/video-react-bindings` updated to version `1.5.6`
|
|
1177
1413
|
|
|
1178
1414
|
### Bug Fixes
|
|
@@ -1201,6 +1437,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1201
1437
|
### Dependency Updates
|
|
1202
1438
|
|
|
1203
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))
|
|
1204
1441
|
- `@stream-io/video-react-bindings` updated to version `1.5.5`
|
|
1205
1442
|
|
|
1206
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)
|
|
@@ -1208,6 +1445,9 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1208
1445
|
### Dependency Updates
|
|
1209
1446
|
|
|
1210
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))
|
|
1211
1451
|
- `@stream-io/video-react-bindings` updated to version `1.5.4`
|
|
1212
1452
|
|
|
1213
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)
|
|
@@ -1215,6 +1455,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1215
1455
|
### Dependency Updates
|
|
1216
1456
|
|
|
1217
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))
|
|
1218
1459
|
- `@stream-io/video-react-bindings` updated to version `1.5.3`
|
|
1219
1460
|
|
|
1220
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)
|
|
@@ -1236,6 +1477,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1236
1477
|
### Dependency Updates
|
|
1237
1478
|
|
|
1238
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))
|
|
1239
1485
|
- `@stream-io/video-react-bindings` updated to version `1.5.2`
|
|
1240
1486
|
|
|
1241
1487
|
### Bug Fixes
|
|
@@ -1262,6 +1508,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1262
1508
|
### Dependency Updates
|
|
1263
1509
|
|
|
1264
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))
|
|
1265
1512
|
- `@stream-io/video-react-bindings` updated to version `1.5.1`
|
|
1266
1513
|
|
|
1267
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)
|
|
@@ -1301,6 +1548,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1301
1548
|
### Dependency Updates
|
|
1302
1549
|
|
|
1303
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))
|
|
1304
1552
|
- `@stream-io/video-react-bindings` updated to version `1.4.15`
|
|
1305
1553
|
|
|
1306
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)
|
|
@@ -1326,6 +1574,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1326
1574
|
### Dependency Updates
|
|
1327
1575
|
|
|
1328
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)
|
|
1329
1578
|
- `@stream-io/video-react-bindings` updated to version `1.4.13`
|
|
1330
1579
|
|
|
1331
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)
|
|
@@ -1339,6 +1588,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1339
1588
|
### Dependency Updates
|
|
1340
1589
|
|
|
1341
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))
|
|
1342
1592
|
- `@stream-io/video-react-bindings` updated to version `1.4.12`
|
|
1343
1593
|
|
|
1344
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)
|
|
@@ -1354,6 +1604,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1354
1604
|
### Dependency Updates
|
|
1355
1605
|
|
|
1356
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))
|
|
1357
1608
|
- `@stream-io/video-react-bindings` updated to version `1.4.11`
|
|
1358
1609
|
|
|
1359
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)
|
|
@@ -1373,6 +1624,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1373
1624
|
### Dependency Updates
|
|
1374
1625
|
|
|
1375
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)
|
|
1376
1628
|
- `@stream-io/video-react-bindings` updated to version `1.4.10`
|
|
1377
1629
|
|
|
1378
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)
|
|
@@ -1386,6 +1638,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1386
1638
|
### Dependency Updates
|
|
1387
1639
|
|
|
1388
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))
|
|
1389
1645
|
- `@stream-io/video-react-bindings` updated to version `1.4.9`
|
|
1390
1646
|
|
|
1391
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)
|
|
@@ -1400,6 +1656,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1400
1656
|
### Dependency Updates
|
|
1401
1657
|
|
|
1402
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))
|
|
1403
1660
|
- `@stream-io/video-react-bindings` updated to version `1.4.8`
|
|
1404
1661
|
|
|
1405
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)
|
|
@@ -1426,6 +1683,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1426
1683
|
### Dependency Updates
|
|
1427
1684
|
|
|
1428
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))
|
|
1429
1687
|
- `@stream-io/video-react-bindings` updated to version `1.4.7`
|
|
1430
1688
|
|
|
1431
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)
|
|
@@ -1433,6 +1691,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1433
1691
|
### Dependency Updates
|
|
1434
1692
|
|
|
1435
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)
|
|
1436
1695
|
- `@stream-io/video-react-bindings` updated to version `1.4.6`
|
|
1437
1696
|
|
|
1438
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)
|
|
@@ -1440,6 +1699,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1440
1699
|
### Dependency Updates
|
|
1441
1700
|
|
|
1442
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))
|
|
1443
1703
|
- `@stream-io/video-react-bindings` updated to version `1.4.5`
|
|
1444
1704
|
|
|
1445
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)
|
|
@@ -1447,6 +1707,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1447
1707
|
### Dependency Updates
|
|
1448
1708
|
|
|
1449
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))
|
|
1450
1711
|
- `@stream-io/video-react-bindings` updated to version `1.4.4`
|
|
1451
1712
|
|
|
1452
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)
|
|
@@ -1472,6 +1733,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1472
1733
|
### Dependency Updates
|
|
1473
1734
|
|
|
1474
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))
|
|
1475
1737
|
- `@stream-io/video-react-bindings` updated to version `1.4.3`
|
|
1476
1738
|
|
|
1477
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)
|
|
@@ -1479,6 +1741,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1479
1741
|
### Dependency Updates
|
|
1480
1742
|
|
|
1481
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))
|
|
1482
1745
|
- `@stream-io/video-react-bindings` updated to version `1.4.2`
|
|
1483
1746
|
|
|
1484
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)
|
|
@@ -1498,6 +1761,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1498
1761
|
### Dependency Updates
|
|
1499
1762
|
|
|
1500
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)
|
|
1501
1765
|
- `@stream-io/video-react-bindings` updated to version `1.4.1`
|
|
1502
1766
|
|
|
1503
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)
|
|
@@ -1554,6 +1818,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1554
1818
|
### Dependency Updates
|
|
1555
1819
|
|
|
1556
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))
|
|
1557
1822
|
- `@stream-io/video-react-bindings` updated to version `1.2.16`
|
|
1558
1823
|
|
|
1559
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)
|
|
@@ -1578,6 +1843,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1578
1843
|
### Dependency Updates
|
|
1579
1844
|
|
|
1580
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))
|
|
1581
1851
|
- `@stream-io/video-react-bindings` updated to version `1.2.14`
|
|
1582
1852
|
|
|
1583
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)
|
|
@@ -1620,6 +1890,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1620
1890
|
### Dependency Updates
|
|
1621
1891
|
|
|
1622
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))
|
|
1623
1897
|
- `@stream-io/video-react-bindings` updated to version `1.2.12`
|
|
1624
1898
|
|
|
1625
1899
|
- drop docusaurus docs ([#1613](https://github.com/GetStream/stream-video-js/issues/1613)) ([8743c8d](https://github.com/GetStream/stream-video-js/commit/8743c8d221191759266010c6cd053480da1d71a5))
|
|
@@ -1629,6 +1903,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1629
1903
|
### Dependency Updates
|
|
1630
1904
|
|
|
1631
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))
|
|
1632
1907
|
- `@stream-io/video-react-bindings` updated to version `1.2.11`
|
|
1633
1908
|
|
|
1634
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)
|
|
@@ -1636,6 +1911,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1636
1911
|
### Dependency Updates
|
|
1637
1912
|
|
|
1638
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))
|
|
1639
1915
|
- `@stream-io/video-react-bindings` updated to version `1.2.10`
|
|
1640
1916
|
|
|
1641
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)
|
|
@@ -1643,6 +1919,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1643
1919
|
### Dependency Updates
|
|
1644
1920
|
|
|
1645
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))
|
|
1646
1923
|
- `@stream-io/video-react-bindings` updated to version `1.2.9`
|
|
1647
1924
|
|
|
1648
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)
|
|
@@ -1650,6 +1927,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1650
1927
|
### Dependency Updates
|
|
1651
1928
|
|
|
1652
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))
|
|
1653
1931
|
- `@stream-io/video-react-bindings` updated to version `1.2.8`
|
|
1654
1932
|
|
|
1655
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)
|
|
@@ -1663,6 +1941,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1663
1941
|
### Dependency Updates
|
|
1664
1942
|
|
|
1665
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))
|
|
1666
1945
|
- `@stream-io/video-react-bindings` updated to version `1.2.7`
|
|
1667
1946
|
|
|
1668
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)
|
|
@@ -1670,6 +1949,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1670
1949
|
### Dependency Updates
|
|
1671
1950
|
|
|
1672
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))
|
|
1673
1953
|
- `@stream-io/video-react-bindings` updated to version `1.2.6`
|
|
1674
1954
|
|
|
1675
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)
|
|
@@ -1677,6 +1957,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1677
1957
|
### Dependency Updates
|
|
1678
1958
|
|
|
1679
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))
|
|
1680
1961
|
- `@stream-io/video-react-bindings` updated to version `1.2.5`
|
|
1681
1962
|
|
|
1682
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)
|
|
@@ -1690,6 +1971,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1690
1971
|
### Dependency Updates
|
|
1691
1972
|
|
|
1692
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))
|
|
1693
1975
|
- `@stream-io/video-react-bindings` updated to version `1.2.4`
|
|
1694
1976
|
|
|
1695
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)
|
|
@@ -1697,6 +1979,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1697
1979
|
### Dependency Updates
|
|
1698
1980
|
|
|
1699
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))
|
|
1700
1983
|
- `@stream-io/video-react-bindings` updated to version `1.2.3`
|
|
1701
1984
|
|
|
1702
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)
|
|
@@ -1704,6 +1987,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1704
1987
|
### Dependency Updates
|
|
1705
1988
|
|
|
1706
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))
|
|
1707
1991
|
- `@stream-io/video-react-bindings` updated to version `1.2.2`
|
|
1708
1992
|
|
|
1709
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)
|
|
@@ -1717,6 +2001,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1717
2001
|
### Dependency Updates
|
|
1718
2002
|
|
|
1719
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))
|
|
1720
2005
|
- `@stream-io/video-react-bindings` updated to version `1.2.1`
|
|
1721
2006
|
|
|
1722
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)
|
|
@@ -1734,6 +2019,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1734
2019
|
### Dependency Updates
|
|
1735
2020
|
|
|
1736
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)
|
|
1737
2023
|
- `@stream-io/video-react-bindings` updated to version `1.1.23`
|
|
1738
2024
|
|
|
1739
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)
|
|
@@ -1741,6 +2027,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1741
2027
|
### Dependency Updates
|
|
1742
2028
|
|
|
1743
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)
|
|
1744
2031
|
- `@stream-io/video-react-bindings` updated to version `1.1.22`
|
|
1745
2032
|
|
|
1746
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)
|
|
@@ -1748,6 +2035,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1748
2035
|
### Dependency Updates
|
|
1749
2036
|
|
|
1750
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))
|
|
1751
2039
|
- `@stream-io/video-react-bindings` updated to version `1.1.21`
|
|
1752
2040
|
|
|
1753
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)
|
|
@@ -1761,6 +2049,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1761
2049
|
### Dependency Updates
|
|
1762
2050
|
|
|
1763
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))
|
|
1764
2053
|
- `@stream-io/video-react-bindings` updated to version `1.1.20`
|
|
1765
2054
|
|
|
1766
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)
|
|
@@ -1774,6 +2063,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1774
2063
|
### Dependency Updates
|
|
1775
2064
|
|
|
1776
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)
|
|
1777
2067
|
- `@stream-io/video-react-bindings` updated to version `1.1.19`
|
|
1778
2068
|
|
|
1779
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)
|
|
@@ -1798,6 +2088,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1798
2088
|
### Dependency Updates
|
|
1799
2089
|
|
|
1800
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))
|
|
1801
2092
|
- `@stream-io/video-react-bindings` updated to version `1.1.17`
|
|
1802
2093
|
|
|
1803
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)
|
|
@@ -1805,6 +2096,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1805
2096
|
### Dependency Updates
|
|
1806
2097
|
|
|
1807
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))
|
|
1808
2100
|
- `@stream-io/video-react-bindings` updated to version `1.1.16`
|
|
1809
2101
|
|
|
1810
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)
|
|
@@ -1812,6 +2104,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1812
2104
|
### Dependency Updates
|
|
1813
2105
|
|
|
1814
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))
|
|
1815
2108
|
- `@stream-io/video-react-bindings` updated to version `1.1.15`
|
|
1816
2109
|
|
|
1817
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)
|
|
@@ -1819,6 +2112,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1819
2112
|
### Dependency Updates
|
|
1820
2113
|
|
|
1821
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)
|
|
1822
2116
|
- `@stream-io/video-react-bindings` updated to version `1.1.14`
|
|
1823
2117
|
|
|
1824
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)
|
|
@@ -1832,6 +2126,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1832
2126
|
### Dependency Updates
|
|
1833
2127
|
|
|
1834
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))
|
|
1835
2130
|
|
|
1836
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)
|
|
1837
2132
|
|
|
@@ -1849,12 +2144,14 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1849
2144
|
### Dependency Updates
|
|
1850
2145
|
|
|
1851
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))
|
|
1852
2148
|
|
|
1853
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)
|
|
1854
2150
|
|
|
1855
2151
|
### Dependency Updates
|
|
1856
2152
|
|
|
1857
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))
|
|
1858
2155
|
- `@stream-io/video-react-bindings` updated to version `1.1.10`
|
|
1859
2156
|
|
|
1860
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)
|
|
@@ -1862,6 +2159,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1862
2159
|
### Dependency Updates
|
|
1863
2160
|
|
|
1864
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))
|
|
1865
2163
|
- `@stream-io/video-react-bindings` updated to version `1.1.9`
|
|
1866
2164
|
|
|
1867
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)
|
|
@@ -1869,6 +2167,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1869
2167
|
### Dependency Updates
|
|
1870
2168
|
|
|
1871
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))
|
|
1872
2171
|
- `@stream-io/video-react-bindings` updated to version `1.1.8`
|
|
1873
2172
|
|
|
1874
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)
|
|
@@ -1882,6 +2181,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1882
2181
|
### Dependency Updates
|
|
1883
2182
|
|
|
1884
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))
|
|
1885
2185
|
- `@stream-io/video-react-bindings` updated to version `1.1.7`
|
|
1886
2186
|
|
|
1887
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)
|
|
@@ -1889,6 +2189,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1889
2189
|
### Dependency Updates
|
|
1890
2190
|
|
|
1891
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))
|
|
1892
2193
|
- `@stream-io/video-react-bindings` updated to version `1.1.6`
|
|
1893
2194
|
|
|
1894
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)
|
|
@@ -1913,6 +2214,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1913
2214
|
### Dependency Updates
|
|
1914
2215
|
|
|
1915
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))
|
|
1916
2218
|
- `@stream-io/video-react-bindings` updated to version `1.1.4`
|
|
1917
2219
|
|
|
1918
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)
|
|
@@ -1926,6 +2228,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1926
2228
|
### Dependency Updates
|
|
1927
2229
|
|
|
1928
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))
|
|
1929
2232
|
- `@stream-io/video-react-bindings` updated to version `1.1.3`
|
|
1930
2233
|
|
|
1931
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)
|
|
@@ -1933,6 +2236,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1933
2236
|
### Dependency Updates
|
|
1934
2237
|
|
|
1935
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))
|
|
1936
2240
|
- `@stream-io/video-react-bindings` updated to version `1.1.2`
|
|
1937
2241
|
|
|
1938
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)
|
|
@@ -1940,6 +2244,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1940
2244
|
### Dependency Updates
|
|
1941
2245
|
|
|
1942
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))
|
|
1943
2248
|
- `@stream-io/video-react-bindings` updated to version `1.1.1`
|
|
1944
2249
|
|
|
1945
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)
|
|
@@ -1964,6 +2269,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1964
2269
|
### Dependency Updates
|
|
1965
2270
|
|
|
1966
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))
|
|
1967
2273
|
- `@stream-io/video-react-bindings` updated to version `1.0.10`
|
|
1968
2274
|
|
|
1969
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)
|
|
@@ -1971,6 +2277,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1971
2277
|
### Dependency Updates
|
|
1972
2278
|
|
|
1973
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))
|
|
1974
2281
|
- `@stream-io/video-react-bindings` updated to version `1.0.9`
|
|
1975
2282
|
|
|
1976
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)
|
|
@@ -1978,6 +2285,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1978
2285
|
### Dependency Updates
|
|
1979
2286
|
|
|
1980
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))
|
|
1981
2289
|
- `@stream-io/video-react-bindings` updated to version `1.0.8`
|
|
1982
2290
|
|
|
1983
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)
|
|
@@ -1985,6 +2293,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1985
2293
|
### Dependency Updates
|
|
1986
2294
|
|
|
1987
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))
|
|
1988
2297
|
- `@stream-io/video-react-bindings` updated to version `1.0.7`
|
|
1989
2298
|
|
|
1990
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))
|
|
@@ -1994,6 +2303,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1994
2303
|
### Dependency Updates
|
|
1995
2304
|
|
|
1996
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))
|
|
1997
2307
|
- `@stream-io/video-react-bindings` updated to version `1.0.6`
|
|
1998
2308
|
|
|
1999
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)
|
|
@@ -2001,6 +2311,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2001
2311
|
### Dependency Updates
|
|
2002
2312
|
|
|
2003
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))
|
|
2004
2315
|
- `@stream-io/video-react-bindings` updated to version `1.0.5`
|
|
2005
2316
|
|
|
2006
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)
|
|
@@ -2008,6 +2319,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2008
2319
|
### Dependency Updates
|
|
2009
2320
|
|
|
2010
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))
|
|
2011
2323
|
- `@stream-io/video-react-bindings` updated to version `1.0.4`
|
|
2012
2324
|
|
|
2013
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)
|
|
@@ -2021,6 +2333,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2021
2333
|
### Dependency Updates
|
|
2022
2334
|
|
|
2023
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))
|
|
2024
2337
|
- `@stream-io/video-react-bindings` updated to version `1.0.3`
|
|
2025
2338
|
|
|
2026
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)
|
|
@@ -2038,6 +2351,7 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2038
2351
|
### Dependency Updates
|
|
2039
2352
|
|
|
2040
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))
|
|
2041
2355
|
- `@stream-io/video-react-bindings` updated to version `1.0.2`
|
|
2042
2356
|
|
|
2043
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)
|
|
@@ -2055,7 +2369,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2055
2369
|
### Dependency Updates
|
|
2056
2370
|
|
|
2057
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))
|
|
2058
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))
|
|
2059
2389
|
|
|
2060
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)
|
|
2061
2391
|
|
|
@@ -2100,6 +2430,18 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2100
2430
|
### Dependency Updates
|
|
2101
2431
|
|
|
2102
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
|
|
2103
2445
|
- `@stream-io/video-react-bindings` updated to version `0.4.55`
|
|
2104
2446
|
|
|
2105
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)
|
|
@@ -2107,6 +2449,18 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2107
2449
|
### Dependency Updates
|
|
2108
2450
|
|
|
2109
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
|
|
2110
2464
|
- `@stream-io/video-react-bindings` updated to version `0.4.54`
|
|
2111
2465
|
|
|
2112
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)
|
|
@@ -2114,6 +2468,18 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2114
2468
|
### Dependency Updates
|
|
2115
2469
|
|
|
2116
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
|
|
2117
2483
|
- `@stream-io/video-react-bindings` updated to version `0.4.53`
|
|
2118
2484
|
|
|
2119
2485
|
### Features
|
|
@@ -2205,6 +2571,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2205
2571
|
### Dependency Updates
|
|
2206
2572
|
|
|
2207
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
|
|
2208
2578
|
- `@stream-io/video-react-bindings` updated to version `0.4.48`
|
|
2209
2579
|
|
|
2210
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)
|
|
@@ -2218,6 +2588,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2218
2588
|
### Dependency Updates
|
|
2219
2589
|
|
|
2220
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
|
|
2221
2595
|
- `@stream-io/video-react-bindings` updated to version `0.4.47`
|
|
2222
2596
|
|
|
2223
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)
|
|
@@ -2225,6 +2599,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2225
2599
|
### Dependency Updates
|
|
2226
2600
|
|
|
2227
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
|
|
2228
2606
|
- `@stream-io/video-react-bindings` updated to version `0.4.46`
|
|
2229
2607
|
|
|
2230
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)
|
|
@@ -2232,6 +2610,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2232
2610
|
### Dependency Updates
|
|
2233
2611
|
|
|
2234
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
|
|
2235
2617
|
- `@stream-io/video-react-bindings` updated to version `0.4.45`
|
|
2236
2618
|
|
|
2237
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)
|
|
@@ -2239,6 +2621,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2239
2621
|
### Dependency Updates
|
|
2240
2622
|
|
|
2241
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
|
|
2242
2628
|
- `@stream-io/video-react-bindings` updated to version `0.4.44`
|
|
2243
2629
|
|
|
2244
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)
|
|
@@ -2282,6 +2668,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2282
2668
|
### Dependency Updates
|
|
2283
2669
|
|
|
2284
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
|
|
2285
2688
|
- `@stream-io/video-react-bindings` updated to version `0.4.43`
|
|
2286
2689
|
|
|
2287
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)
|
|
@@ -2295,6 +2698,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2295
2698
|
### Dependency Updates
|
|
2296
2699
|
|
|
2297
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
|
|
2298
2718
|
- `@stream-io/video-react-bindings` updated to version `0.4.42`
|
|
2299
2719
|
|
|
2300
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)
|
|
@@ -2320,6 +2740,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2320
2740
|
### Dependency Updates
|
|
2321
2741
|
|
|
2322
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
|
|
2323
2760
|
- `@stream-io/video-react-bindings` updated to version `0.4.41`
|
|
2324
2761
|
|
|
2325
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)
|
|
@@ -2339,6 +2776,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2339
2776
|
### Dependency Updates
|
|
2340
2777
|
|
|
2341
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
|
|
2342
2796
|
- `@stream-io/video-react-bindings` updated to version `0.4.40`
|
|
2343
2797
|
|
|
2344
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)
|
|
@@ -2346,6 +2800,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2346
2800
|
### Dependency Updates
|
|
2347
2801
|
|
|
2348
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
|
|
2349
2820
|
- `@stream-io/video-react-bindings` updated to version `0.4.39`
|
|
2350
2821
|
|
|
2351
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)
|
|
@@ -2359,6 +2830,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2359
2830
|
### Dependency Updates
|
|
2360
2831
|
|
|
2361
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
|
|
2362
2850
|
- `@stream-io/video-react-bindings` updated to version `0.4.38`
|
|
2363
2851
|
|
|
2364
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)
|
|
@@ -2366,6 +2854,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2366
2854
|
### Dependency Updates
|
|
2367
2855
|
|
|
2368
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
|
|
2369
2874
|
- `@stream-io/video-react-bindings` updated to version `0.4.37`
|
|
2370
2875
|
- `@stream-io/video-filters-react-native` updated to version `0.0.1`
|
|
2371
2876
|
|
|
@@ -2378,6 +2883,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2378
2883
|
### Dependency Updates
|
|
2379
2884
|
|
|
2380
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
|
|
2381
2903
|
- `@stream-io/video-react-bindings` updated to version `0.4.36`
|
|
2382
2904
|
|
|
2383
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)
|
|
@@ -2385,6 +2907,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2385
2907
|
### Dependency Updates
|
|
2386
2908
|
|
|
2387
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
|
|
2388
2927
|
- `@stream-io/video-react-bindings` updated to version `0.4.35`
|
|
2389
2928
|
|
|
2390
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)
|
|
@@ -2410,6 +2949,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2410
2949
|
### Dependency Updates
|
|
2411
2950
|
|
|
2412
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
|
|
2413
2969
|
- `@stream-io/video-react-bindings` updated to version `0.4.34`
|
|
2414
2970
|
|
|
2415
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)
|
|
@@ -2423,6 +2979,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2423
2979
|
### Dependency Updates
|
|
2424
2980
|
|
|
2425
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
|
|
2426
2999
|
- `@stream-io/video-react-bindings` updated to version `0.4.33`
|
|
2427
3000
|
|
|
2428
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)
|
|
@@ -2430,6 +3003,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2430
3003
|
### Dependency Updates
|
|
2431
3004
|
|
|
2432
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
|
|
2433
3023
|
- `@stream-io/video-react-bindings` updated to version `0.4.32`
|
|
2434
3024
|
|
|
2435
3025
|
### Bug Fixes
|
|
@@ -2441,6 +3031,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2441
3031
|
### Dependency Updates
|
|
2442
3032
|
|
|
2443
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
|
|
2444
3051
|
- `@stream-io/video-react-bindings` updated to version `0.4.31`
|
|
2445
3052
|
|
|
2446
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)
|
|
@@ -2460,6 +3067,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2460
3067
|
### Dependency Updates
|
|
2461
3068
|
|
|
2462
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
|
|
2463
3087
|
- `@stream-io/video-react-bindings` updated to version `0.4.30`
|
|
2464
3088
|
|
|
2465
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)
|
|
@@ -2467,6 +3091,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2467
3091
|
### Dependency Updates
|
|
2468
3092
|
|
|
2469
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
|
|
2470
3111
|
- `@stream-io/video-react-bindings` updated to version `0.4.29`
|
|
2471
3112
|
|
|
2472
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)
|
|
@@ -2474,6 +3115,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2474
3115
|
### Dependency Updates
|
|
2475
3116
|
|
|
2476
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
|
|
2477
3135
|
- `@stream-io/video-react-bindings` updated to version `0.4.28`
|
|
2478
3136
|
|
|
2479
3137
|
### Bug Fixes
|
|
@@ -2495,6 +3153,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2495
3153
|
### Dependency Updates
|
|
2496
3154
|
|
|
2497
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
|
|
2498
3172
|
- `@stream-io/video-react-bindings` updated to version `0.4.27`
|
|
2499
3173
|
|
|
2500
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)
|
|
@@ -2508,6 +3182,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2508
3182
|
### Dependency Updates
|
|
2509
3183
|
|
|
2510
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
|
|
2511
3201
|
- `@stream-io/video-react-bindings` updated to version `0.4.26`
|
|
2512
3202
|
|
|
2513
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)
|
|
@@ -2515,6 +3205,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2515
3205
|
### Dependency Updates
|
|
2516
3206
|
|
|
2517
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
|
|
2518
3224
|
- `@stream-io/video-react-bindings` updated to version `0.4.25`
|
|
2519
3225
|
|
|
2520
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)
|
|
@@ -2522,6 +3228,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2522
3228
|
### Dependency Updates
|
|
2523
3229
|
|
|
2524
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
|
|
2525
3247
|
- `@stream-io/video-react-bindings` updated to version `0.4.24`
|
|
2526
3248
|
|
|
2527
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)
|
|
@@ -2529,6 +3251,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2529
3251
|
### Dependency Updates
|
|
2530
3252
|
|
|
2531
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
|
|
2532
3270
|
- `@stream-io/video-react-bindings` updated to version `0.4.23`
|
|
2533
3271
|
|
|
2534
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)
|
|
@@ -2536,6 +3274,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2536
3274
|
### Dependency Updates
|
|
2537
3275
|
|
|
2538
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
|
|
2539
3293
|
- `@stream-io/video-react-bindings` updated to version `0.4.22`
|
|
2540
3294
|
|
|
2541
3295
|
### Bug Fixes
|
|
@@ -2547,6 +3301,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2547
3301
|
### Dependency Updates
|
|
2548
3302
|
|
|
2549
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
|
|
2550
3320
|
- `@stream-io/video-react-bindings` updated to version `0.4.21`
|
|
2551
3321
|
|
|
2552
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)
|
|
@@ -2554,6 +3324,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2554
3324
|
### Dependency Updates
|
|
2555
3325
|
|
|
2556
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
|
|
2557
3343
|
- `@stream-io/video-react-bindings` updated to version `0.4.20`
|
|
2558
3344
|
|
|
2559
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)
|
|
@@ -2561,6 +3347,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2561
3347
|
### Dependency Updates
|
|
2562
3348
|
|
|
2563
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
|
|
2564
3366
|
- `@stream-io/video-react-bindings` updated to version `0.4.19`
|
|
2565
3367
|
|
|
2566
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)
|
|
@@ -2568,6 +3370,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2568
3370
|
### Dependency Updates
|
|
2569
3371
|
|
|
2570
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
|
|
2571
3389
|
- `@stream-io/video-react-bindings` updated to version `0.4.18`
|
|
2572
3390
|
|
|
2573
3391
|
### Features
|
|
@@ -2579,6 +3397,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2579
3397
|
### Dependency Updates
|
|
2580
3398
|
|
|
2581
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
|
|
2582
3416
|
- `@stream-io/video-react-bindings` updated to version `0.4.17`
|
|
2583
3417
|
|
|
2584
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)
|
|
@@ -2586,6 +3420,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2586
3420
|
### Dependency Updates
|
|
2587
3421
|
|
|
2588
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
|
|
2589
3439
|
- `@stream-io/video-react-bindings` updated to version `0.4.16`
|
|
2590
3440
|
|
|
2591
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)
|
|
@@ -2599,6 +3449,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2599
3449
|
### Dependency Updates
|
|
2600
3450
|
|
|
2601
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
|
|
2602
3468
|
- `@stream-io/video-react-bindings` updated to version `0.4.15`
|
|
2603
3469
|
|
|
2604
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)
|
|
@@ -2606,6 +3472,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2606
3472
|
### Dependency Updates
|
|
2607
3473
|
|
|
2608
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
|
|
2609
3491
|
- `@stream-io/video-react-bindings` updated to version `0.4.14`
|
|
2610
3492
|
|
|
2611
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)
|
|
@@ -2619,6 +3501,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2619
3501
|
### Dependency Updates
|
|
2620
3502
|
|
|
2621
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
|
|
2622
3520
|
- `@stream-io/video-react-bindings` updated to version `0.4.13`
|
|
2623
3521
|
|
|
2624
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)
|
|
@@ -2638,6 +3536,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2638
3536
|
### Dependency Updates
|
|
2639
3537
|
|
|
2640
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
|
|
2641
3555
|
- `@stream-io/video-react-bindings` updated to version `0.4.12`
|
|
2642
3556
|
|
|
2643
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)
|
|
@@ -2645,6 +3559,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2645
3559
|
### Dependency Updates
|
|
2646
3560
|
|
|
2647
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
|
|
2648
3575
|
- `@stream-io/video-react-bindings` updated to version `0.4.11`
|
|
2649
3576
|
|
|
2650
3577
|
### ⚠ BREAKING CHANGES
|
|
@@ -2660,6 +3587,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2660
3587
|
### Dependency Updates
|
|
2661
3588
|
|
|
2662
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
|
|
2663
3603
|
- `@stream-io/video-react-bindings` updated to version `0.4.10`
|
|
2664
3604
|
|
|
2665
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)
|
|
@@ -2667,6 +3607,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2667
3607
|
### Dependency Updates
|
|
2668
3608
|
|
|
2669
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
|
|
2670
3623
|
- `@stream-io/video-react-bindings` updated to version `0.4.9`
|
|
2671
3624
|
|
|
2672
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)
|
|
@@ -2674,6 +3627,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2674
3627
|
### Dependency Updates
|
|
2675
3628
|
|
|
2676
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
|
|
2677
3643
|
- `@stream-io/video-react-bindings` updated to version `0.4.8`
|
|
2678
3644
|
|
|
2679
3645
|
### Features
|
|
@@ -2685,6 +3651,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2685
3651
|
### Dependency Updates
|
|
2686
3652
|
|
|
2687
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
|
|
2688
3667
|
- `@stream-io/video-react-bindings` updated to version `0.4.7`
|
|
2689
3668
|
|
|
2690
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)
|
|
@@ -2692,6 +3671,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2692
3671
|
### Dependency Updates
|
|
2693
3672
|
|
|
2694
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
|
|
2695
3687
|
- `@stream-io/video-react-bindings` updated to version `0.4.6`
|
|
2696
3688
|
|
|
2697
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)
|
|
@@ -2699,6 +3691,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2699
3691
|
### Dependency Updates
|
|
2700
3692
|
|
|
2701
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
|
|
2702
3707
|
- `@stream-io/video-react-bindings` updated to version `0.4.5`
|
|
2703
3708
|
|
|
2704
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)
|
|
@@ -2706,6 +3711,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2706
3711
|
### Dependency Updates
|
|
2707
3712
|
|
|
2708
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
|
|
2709
3727
|
- `@stream-io/video-react-bindings` updated to version `0.4.4`
|
|
2710
3728
|
|
|
2711
3729
|
### Bug Fixes
|
|
@@ -2717,6 +3735,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2717
3735
|
### Dependency Updates
|
|
2718
3736
|
|
|
2719
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
|
|
2720
3751
|
- `@stream-io/video-react-bindings` updated to version `0.4.3`
|
|
2721
3752
|
|
|
2722
3753
|
### Features
|
|
@@ -2728,6 +3759,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2728
3759
|
### Dependency Updates
|
|
2729
3760
|
|
|
2730
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
|
|
2731
3775
|
- `@stream-io/video-react-bindings` updated to version `0.4.2`
|
|
2732
3776
|
|
|
2733
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)
|
|
@@ -2759,6 +3803,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2759
3803
|
### Dependency Updates
|
|
2760
3804
|
|
|
2761
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
|
|
2762
3819
|
- `@stream-io/video-react-bindings` updated to version `0.4.1`
|
|
2763
3820
|
|
|
2764
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)
|
|
@@ -2780,7 +3837,25 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2780
3837
|
### Dependency Updates
|
|
2781
3838
|
|
|
2782
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
|
|
2783
3856
|
- `@stream-io/video-react-bindings` updated to version `0.4.0`
|
|
3857
|
+
- **hooks:** expose permission hooks through
|
|
3858
|
+
- **device-api:** Browser Permissions
|
|
2784
3859
|
|
|
2785
3860
|
### ⚠ BREAKING CHANGES
|
|
2786
3861
|
|
|
@@ -2795,21 +3870,75 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2795
3870
|
### Dependency Updates
|
|
2796
3871
|
|
|
2797
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
|
|
2798
3889
|
- `@stream-io/video-react-bindings` updated to version `0.3.22`
|
|
3890
|
+
- **hooks:** expose permission hooks through
|
|
3891
|
+
- **device-api:** Browser Permissions
|
|
2799
3892
|
|
|
2800
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)
|
|
2801
3894
|
|
|
2802
3895
|
### Dependency Updates
|
|
2803
3896
|
|
|
2804
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
|
|
2805
3914
|
- `@stream-io/video-react-bindings` updated to version `0.3.21`
|
|
3915
|
+
- **hooks:** expose permission hooks through
|
|
3916
|
+
- **device-api:** Browser Permissions
|
|
2806
3917
|
|
|
2807
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)
|
|
2808
3919
|
|
|
2809
3920
|
### Dependency Updates
|
|
2810
3921
|
|
|
2811
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
|
|
2812
3939
|
- `@stream-io/video-react-bindings` updated to version `0.3.20`
|
|
3940
|
+
- **hooks:** expose permission hooks through
|
|
3941
|
+
- **device-api:** Browser Permissions
|
|
2813
3942
|
|
|
2814
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)
|
|
2815
3944
|
|
|
@@ -2947,6 +4076,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2947
4076
|
### Dependency Updates
|
|
2948
4077
|
|
|
2949
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
|
|
2950
4092
|
- `@stream-io/video-react-bindings` updated to version `0.3.11`
|
|
2951
4093
|
|
|
2952
4094
|
### ⚠ BREAKING CHANGES
|
|
@@ -2966,6 +4108,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2966
4108
|
### Dependency Updates
|
|
2967
4109
|
|
|
2968
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
|
|
2969
4124
|
- `@stream-io/video-react-bindings` updated to version `0.3.10`
|
|
2970
4125
|
|
|
2971
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)
|
|
@@ -2979,6 +4134,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2979
4134
|
### Dependency Updates
|
|
2980
4135
|
|
|
2981
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
|
|
2982
4150
|
- `@stream-io/video-react-bindings` updated to version `0.3.9`
|
|
2983
4151
|
|
|
2984
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)
|
|
@@ -2992,6 +4160,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2992
4160
|
### Dependency Updates
|
|
2993
4161
|
|
|
2994
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
|
|
2995
4176
|
- `@stream-io/video-react-bindings` updated to version `0.3.8`
|
|
2996
4177
|
|
|
2997
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)
|
|
@@ -2999,6 +4180,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
2999
4180
|
### Dependency Updates
|
|
3000
4181
|
|
|
3001
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
|
|
3002
4196
|
- `@stream-io/video-react-bindings` updated to version `0.3.7`
|
|
3003
4197
|
|
|
3004
4198
|
### Features
|
|
@@ -3010,6 +4204,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
3010
4204
|
### Dependency Updates
|
|
3011
4205
|
|
|
3012
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
|
|
3013
4220
|
- `@stream-io/video-react-bindings` updated to version `0.3.6`
|
|
3014
4221
|
|
|
3015
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)
|
|
@@ -3023,6 +4230,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
3023
4230
|
### Dependency Updates
|
|
3024
4231
|
|
|
3025
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
|
|
3026
4246
|
- `@stream-io/video-react-bindings` updated to version `0.3.5`
|
|
3027
4247
|
|
|
3028
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)
|
|
@@ -3030,6 +4250,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
3030
4250
|
### Dependency Updates
|
|
3031
4251
|
|
|
3032
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
|
|
3033
4266
|
- `@stream-io/video-react-bindings` updated to version `0.3.4`
|
|
3034
4267
|
|
|
3035
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)
|
|
@@ -3037,6 +4270,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
3037
4270
|
### Dependency Updates
|
|
3038
4271
|
|
|
3039
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
|
|
3040
4286
|
- `@stream-io/video-react-bindings` updated to version `0.3.3`
|
|
3041
4287
|
|
|
3042
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)
|
|
@@ -3044,6 +4290,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
3044
4290
|
### Dependency Updates
|
|
3045
4291
|
|
|
3046
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
|
|
3047
4306
|
- `@stream-io/video-react-bindings` updated to version `0.3.2`
|
|
3048
4307
|
|
|
3049
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)
|
|
@@ -3051,6 +4310,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
3051
4310
|
### Dependency Updates
|
|
3052
4311
|
|
|
3053
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
|
|
3054
4326
|
- `@stream-io/video-react-bindings` updated to version `0.3.1`
|
|
3055
4327
|
|
|
3056
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)
|
|
@@ -3064,7 +4336,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
3064
4336
|
### Dependency Updates
|
|
3065
4337
|
|
|
3066
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
|
|
3067
4379
|
- `@stream-io/video-react-bindings` updated to version `0.3.0`
|
|
4380
|
+
- correctly report `live` state of the
|
|
3068
4381
|
|
|
3069
4382
|
### ⚠ BREAKING CHANGES
|
|
3070
4383
|
|
|
@@ -3079,13 +4392,55 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
3079
4392
|
### Dependency Updates
|
|
3080
4393
|
|
|
3081
4394
|
- `@stream-io/video-react-bindings` updated to version `0.2.37`
|
|
4395
|
+
- correctly report `live` state of the
|
|
3082
4396
|
|
|
3083
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)
|
|
3084
4398
|
|
|
3085
4399
|
### Dependency Updates
|
|
3086
4400
|
|
|
3087
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
|
|
3088
4442
|
- `@stream-io/video-react-bindings` updated to version `0.2.37`
|
|
4443
|
+
- correctly report `live` state of the
|
|
3089
4444
|
|
|
3090
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)
|
|
3091
4446
|
|
|
@@ -3104,7 +4459,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
3104
4459
|
### Dependency Updates
|
|
3105
4460
|
|
|
3106
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
|
|
3107
4502
|
- `@stream-io/video-react-bindings` updated to version `0.2.36`
|
|
4503
|
+
- correctly report `live` state of the
|
|
3108
4504
|
|
|
3109
4505
|
### Features
|
|
3110
4506
|
|
|
@@ -3115,7 +4511,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
3115
4511
|
### Dependency Updates
|
|
3116
4512
|
|
|
3117
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
|
|
3118
4554
|
- `@stream-io/video-react-bindings` updated to version `0.2.35`
|
|
4555
|
+
- correctly report `live` state of the
|
|
3119
4556
|
|
|
3120
4557
|
### Features
|
|
3121
4558
|
|
|
@@ -3132,7 +4569,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
3132
4569
|
### Dependency Updates
|
|
3133
4570
|
|
|
3134
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
|
|
3135
4612
|
- `@stream-io/video-react-bindings` updated to version `0.2.34`
|
|
4613
|
+
- correctly report `live` state of the
|
|
3136
4614
|
|
|
3137
4615
|
### Bug Fixes
|
|
3138
4616
|
|
|
@@ -3143,7 +4621,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
3143
4621
|
### Dependency Updates
|
|
3144
4622
|
|
|
3145
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
|
|
3146
4664
|
- `@stream-io/video-react-bindings` updated to version `0.2.33`
|
|
4665
|
+
- correctly report `live` state of the
|
|
3147
4666
|
|
|
3148
4667
|
### Features
|
|
3149
4668
|
|
|
@@ -3164,7 +4683,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
3164
4683
|
### Dependency Updates
|
|
3165
4684
|
|
|
3166
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
|
|
3167
4726
|
- `@stream-io/video-react-bindings` updated to version `0.2.32`
|
|
4727
|
+
- correctly report `live` state of the
|
|
3168
4728
|
|
|
3169
4729
|
### Features
|
|
3170
4730
|
|
|
@@ -3175,7 +4735,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
3175
4735
|
### Dependency Updates
|
|
3176
4736
|
|
|
3177
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
|
|
3178
4778
|
- `@stream-io/video-react-bindings` updated to version `0.2.31`
|
|
4779
|
+
- correctly report `live` state of the
|
|
3179
4780
|
|
|
3180
4781
|
### Features
|
|
3181
4782
|
|
|
@@ -3186,7 +4787,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
3186
4787
|
### Dependency Updates
|
|
3187
4788
|
|
|
3188
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
|
|
3189
4830
|
- `@stream-io/video-react-bindings` updated to version `0.2.30`
|
|
4831
|
+
- correctly report `live` state of the
|
|
3190
4832
|
|
|
3191
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)
|
|
3192
4834
|
|