@stream-io/video-react-native-sdk 1.22.1-alpha.1 → 1.22.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/CHANGELOG.md +2816 -0
  2. package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer/TrackSubscriber.js +79 -0
  3. package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer/TrackSubscriber.js.map +1 -0
  4. package/dist/commonjs/components/Participant/ParticipantView/{VideoRenderer.js → VideoRenderer/index.js} +16 -88
  5. package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer/index.js.map +1 -0
  6. package/dist/commonjs/version.js +1 -1
  7. package/dist/commonjs/version.js.map +1 -1
  8. package/dist/module/components/Participant/ParticipantView/VideoRenderer/TrackSubscriber.js +73 -0
  9. package/dist/module/components/Participant/ParticipantView/VideoRenderer/TrackSubscriber.js.map +1 -0
  10. package/dist/module/components/Participant/ParticipantView/{VideoRenderer.js → VideoRenderer/index.js} +16 -89
  11. package/dist/module/components/Participant/ParticipantView/VideoRenderer/index.js.map +1 -0
  12. package/dist/module/version.js +1 -1
  13. package/dist/module/version.js.map +1 -1
  14. package/dist/typescript/components/Participant/ParticipantView/VideoRenderer/TrackSubscriber.d.ts +25 -0
  15. package/dist/typescript/components/Participant/ParticipantView/VideoRenderer/TrackSubscriber.d.ts.map +1 -0
  16. package/dist/typescript/components/Participant/ParticipantView/{VideoRenderer.d.ts → VideoRenderer/index.d.ts} +2 -2
  17. package/dist/typescript/components/Participant/ParticipantView/VideoRenderer/index.d.ts.map +1 -0
  18. package/dist/typescript/version.d.ts +1 -1
  19. package/dist/typescript/version.d.ts.map +1 -1
  20. package/ios/StreamInCallManager.swift +2 -2
  21. package/package.json +6 -6
  22. package/src/components/Participant/ParticipantView/VideoRenderer/TrackSubscriber.tsx +125 -0
  23. package/src/components/Participant/ParticipantView/{VideoRenderer.tsx → VideoRenderer/index.tsx} +18 -107
  24. package/src/version.ts +1 -1
  25. package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer.js.map +0 -1
  26. package/dist/module/components/Participant/ParticipantView/VideoRenderer.js.map +0 -1
  27. package/dist/typescript/components/Participant/ParticipantView/VideoRenderer.d.ts.map +0 -1
  28. package/ios/StreamVideoReactNative.xcodeproj/project.xcworkspace/xcuserdata/santhoshvaiyapuri.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  29. package/ios/StreamVideoReactNative.xcodeproj/xcuserdata/santhoshvaiyapuri.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
package/CHANGELOG.md ADDED
@@ -0,0 +1,2816 @@
1
+ # Changelog
2
+
3
+ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
+
5
+ ## [1.22.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.22.0...@stream-io/video-react-native-sdk-1.22.1) (2025-10-17)
6
+
7
+ ### Dependency Updates
8
+
9
+ - `@stream-io/video-client` updated to version `1.34.1`
10
+ - `@stream-io/video-react-bindings` updated to version `1.10.1`
11
+
12
+ ### Bug Fixes
13
+
14
+ - videorenderer didnt call update subscriptions on remote reconnect ([#1964](https://github.com/GetStream/stream-video-js/issues/1964)) ([cb85bb4](https://github.com/GetStream/stream-video-js/commit/cb85bb495fe0fbe6ab803de2765e4c38bc74cd2f))
15
+
16
+ ## [1.22.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.21.2...@stream-io/video-react-native-sdk-1.22.0) (2025-10-14)
17
+
18
+ ### Dependency Updates
19
+
20
+ - `@stream-io/noise-cancellation-react-native` updated to version `0.4.0`
21
+ - `@stream-io/video-filters-react-native` updated to version `0.8.0`
22
+ - `@stream-io/video-client` updated to version `1.34.0`
23
+ - `@stream-io/video-react-bindings` updated to version `1.10.0`
24
+
25
+ - 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))
26
+ - update react-native peer dep to 0.73.0 ([#1958](https://github.com/GetStream/stream-video-js/issues/1958)) ([0dfcbf3](https://github.com/GetStream/stream-video-js/commit/0dfcbf36dcf5136881109bef39470e4d5d7a10e7))
27
+
28
+ ### Features
29
+
30
+ - **deps:** React 19.1, React Native 0.81, NextJS 15.5, Expo 54 ([#1940](https://github.com/GetStream/stream-video-js/issues/1940)) ([30f8ce2](https://github.com/GetStream/stream-video-js/commit/30f8ce2b335189e1f77160236839bc6c6a02f634))
31
+ - move audio route manager inside SDK ([#1840](https://github.com/GetStream/stream-video-js/issues/1840)) ([847dd30](https://github.com/GetStream/stream-video-js/commit/847dd30d6240a0780fe3d58d681554bc392f6f51)), closes [#1829](https://github.com/GetStream/stream-video-js/issues/1829)
32
+
33
+ ### Bug Fixes
34
+
35
+ - add useIsInPiPMode for ios ([#1947](https://github.com/GetStream/stream-video-js/issues/1947)) ([2fe1f9f](https://github.com/GetStream/stream-video-js/commit/2fe1f9fde5f0d25bdc43394b65f8eb002dea7b5f))
36
+ - compatibility with RN 0.80+ ([#1950](https://github.com/GetStream/stream-video-js/issues/1950)) ([58e0bc4](https://github.com/GetStream/stream-video-js/commit/58e0bc499117381e6f0dad977cc9a5279164179d))
37
+
38
+ ## [1.21.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.21.1...@stream-io/video-react-native-sdk-1.21.2) (2025-10-02)
39
+
40
+ ### Dependency Updates
41
+
42
+ - `@stream-io/video-client` updated to version `1.33.1`
43
+ - `@stream-io/video-react-bindings` updated to version `1.9.1`
44
+
45
+ ## [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)
46
+
47
+ ### Dependency Updates
48
+
49
+ - `@stream-io/video-client` updated to version `1.33.0`
50
+ - `@stream-io/video-react-bindings` updated to version `1.9.0`
51
+
52
+ ### Bug Fixes
53
+
54
+ - support scenario of accept second call when there is ongoing first call ([#1939](https://github.com/GetStream/stream-video-js/issues/1939)) ([1e73517](https://github.com/GetStream/stream-video-js/commit/1e7351704cebe36af8ea0833ab1725472bbedbe8))
55
+
56
+ ## [1.21.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.16...@stream-io/video-react-native-sdk-1.21.0) (2025-09-29)
57
+
58
+ ### Dependency Updates
59
+
60
+ - `@stream-io/noise-cancellation-react-native` updated to version `0.3.0`
61
+ - `@stream-io/video-filters-react-native` updated to version `0.7.0`
62
+ - `@stream-io/video-client` updated to version `1.32.0`
63
+ - `@stream-io/video-react-bindings` updated to version `1.8.4`
64
+
65
+ ### Features
66
+
67
+ - 16KB page size support for noise cancellation & screenshot ([#1933](https://github.com/GetStream/stream-video-js/issues/1933)) ([7e3b046](https://github.com/GetStream/stream-video-js/commit/7e3b046820bde9d331871718a6f841bff88a73ce)), closes [#1937](https://github.com/GetStream/stream-video-js/issues/1937)
68
+ - **react-native:** reject call when busy ([#1856](https://github.com/GetStream/stream-video-js/issues/1856)) ([b60bc7c](https://github.com/GetStream/stream-video-js/commit/b60bc7cd2dc2e09d52496d7b5cb593cac4b89485))
69
+
70
+ ### Bug Fixes
71
+
72
+ - dont check android.incomingCallChannel for ios voip setup ([01bd3fd](https://github.com/GetStream/stream-video-js/commit/01bd3fdb249fbdf2896c4851acd7ae5486dae88f))
73
+ - unncessary to check if viewRef is defined to register screenshot view ([f35315f](https://github.com/GetStream/stream-video-js/commit/f35315fa4e565c002a0dde54e21433ca068fbd21))
74
+
75
+ ## [1.20.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.15...@stream-io/video-react-native-sdk-1.20.16) (2025-09-18)
76
+
77
+ ### Dependency Updates
78
+
79
+ - `@stream-io/noise-cancellation-react-native` updated to version `0.2.4`
80
+
81
+ ### Bug Fixes
82
+
83
+ - android RN module compilation error on RN 0.81 ([#1924](https://github.com/GetStream/stream-video-js/issues/1924)) ([b02294c](https://github.com/GetStream/stream-video-js/commit/b02294c8bb85795ff5ac5fed2195e26d7e1f11a4)), closes [#1921](https://github.com/GetStream/stream-video-js/issues/1921)
84
+
85
+ ## [1.20.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.14...@stream-io/video-react-native-sdk-1.20.15) (2025-09-17)
86
+
87
+ ### Dependency Updates
88
+
89
+ - `@stream-io/video-client` updated to version `1.31.0`
90
+ - `@stream-io/video-react-bindings` updated to version `1.8.3`
91
+
92
+ ### Bug Fixes
93
+
94
+ - screenshot for iOS was broken on old arch on interop layer ([#1923](https://github.com/GetStream/stream-video-js/issues/1923)) ([9b3134b](https://github.com/GetStream/stream-video-js/commit/9b3134bb6f6380551af4c3a0a69274eada2f8d94))
95
+
96
+ ## [1.20.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.13...@stream-io/video-react-native-sdk-1.20.14) (2025-09-16)
97
+
98
+ ### Dependency Updates
99
+
100
+ - `@stream-io/video-client` updated to version `1.30.1`
101
+ - `@stream-io/video-react-bindings` updated to version `1.8.2`
102
+
103
+ ## [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)
104
+
105
+ ### Dependency Updates
106
+
107
+ - `@stream-io/video-client` updated to version `1.30.0`
108
+ - `@stream-io/video-react-bindings` updated to version `1.8.1`
109
+
110
+ ## [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)
111
+
112
+ ### Dependency Updates
113
+
114
+ - `@stream-io/video-client` updated to version `1.29.0`
115
+ - `@stream-io/video-react-bindings` updated to version `1.8.0`
116
+
117
+ - 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))
118
+
119
+ ## [1.20.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.10...@stream-io/video-react-native-sdk-1.20.11) (2025-09-05)
120
+
121
+ ### Dependency Updates
122
+
123
+ - `@stream-io/noise-cancellation-react-native` updated to version `0.2.3`
124
+ - `@stream-io/video-filters-react-native` updated to version `0.6.3`
125
+
126
+ ### Bug Fixes
127
+
128
+ - update webrtc peer dep to 125.4.3 ([#1908](https://github.com/GetStream/stream-video-js/issues/1908)) ([24b2f95](https://github.com/GetStream/stream-video-js/commit/24b2f958f4430212116ddd78800a1ea71adbea4d))
129
+
130
+ ## [1.20.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.9...@stream-io/video-react-native-sdk-1.20.10) (2025-08-22)
131
+
132
+ ### Dependency Updates
133
+
134
+ - `@stream-io/video-client` updated to version `1.28.1`
135
+ - `@stream-io/video-react-bindings` updated to version `1.7.16`
136
+
137
+ ## [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)
138
+
139
+ ### Dependency Updates
140
+
141
+ - `@stream-io/video-client` updated to version `1.28.0`
142
+ - `@stream-io/video-react-bindings` updated to version `1.7.15`
143
+
144
+ ## [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)
145
+
146
+ ### Dependency Updates
147
+
148
+ - `@stream-io/noise-cancellation-react-native` updated to version `0.2.2`
149
+ - `@stream-io/video-filters-react-native` updated to version `0.6.2`
150
+
151
+ ### Bug Fixes
152
+
153
+ - update webrtc peer dep to 125.4.2 ([#1895](https://github.com/GetStream/stream-video-js/issues/1895)) ([9a102a9](https://github.com/GetStream/stream-video-js/commit/9a102a964d4b350eb9223272cfe294e4805c6533))
154
+
155
+ ## [1.20.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.6...@stream-io/video-react-native-sdk-1.20.7) (2025-08-15)
156
+
157
+ ### Dependency Updates
158
+
159
+ - `@stream-io/video-client` updated to version `1.27.5`
160
+ - `@stream-io/video-react-bindings` updated to version `1.7.14`
161
+
162
+ ## [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)
163
+
164
+ ### Dependency Updates
165
+
166
+ - `@stream-io/video-client` updated to version `1.27.4`
167
+ - `@stream-io/video-react-bindings` updated to version `1.7.13`
168
+
169
+ ## [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)
170
+
171
+ ### Dependency Updates
172
+
173
+ - `@stream-io/video-client` updated to version `1.27.3`
174
+ - `@stream-io/video-react-bindings` updated to version `1.7.12`
175
+
176
+ ## [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)
177
+
178
+ - best to not create listener before js bridge being ready ([dcb4f0a](https://github.com/GetStream/stream-video-js/commit/dcb4f0aa7d01f7822ed10ae39a52b1b83cbdd077))
179
+
180
+ ## [1.20.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.2...@stream-io/video-react-native-sdk-1.20.3) (2025-08-05)
181
+
182
+ ### Bug Fixes
183
+
184
+ - handle undefined participant in iOS pip ([#1878](https://github.com/GetStream/stream-video-js/issues/1878)) ([69c4694](https://github.com/GetStream/stream-video-js/commit/69c4694196e13afc628150b033a48b227640bda4)), closes [#1876](https://github.com/GetStream/stream-video-js/issues/1876)
185
+
186
+ ## [1.20.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.1...@stream-io/video-react-native-sdk-1.20.2) (2025-08-05)
187
+
188
+ ### Dependency Updates
189
+
190
+ - `@stream-io/noise-cancellation-react-native` updated to version `0.2.1`
191
+ - `@stream-io/video-filters-react-native` updated to version `0.6.1`
192
+ - `@stream-io/video-client` updated to version `1.27.2`
193
+ - `@stream-io/video-react-bindings` updated to version `1.7.11`
194
+
195
+ ### Bug Fixes
196
+
197
+ - iOS PiP cleanup ([#1870](https://github.com/GetStream/stream-video-js/issues/1870)) ([88c87f4](https://github.com/GetStream/stream-video-js/commit/88c87f4c9d9b66bb5beef0464863efde720761dd)), closes [#1854](https://github.com/GetStream/stream-video-js/issues/1854)
198
+ - support setting iOS pip window sizes ([#1876](https://github.com/GetStream/stream-video-js/issues/1876)) ([2c553c9](https://github.com/GetStream/stream-video-js/commit/2c553c967b4ceedaf7209c1e98ab4c8025c84ca5))
199
+
200
+ ## [1.20.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.20.0...@stream-io/video-react-native-sdk-1.20.1) (2025-08-01)
201
+
202
+ ### Bug Fixes
203
+
204
+ - android OEM specific pip crash ([#1868](https://github.com/GetStream/stream-video-js/issues/1868)) ([2d4ebc5](https://github.com/GetStream/stream-video-js/commit/2d4ebc58cfd21eaa59947e56499ceb3b1258368d))
205
+
206
+ ## [1.20.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.19.1...@stream-io/video-react-native-sdk-1.20.0) (2025-07-25)
207
+
208
+ ### Dependency Updates
209
+
210
+ - `@stream-io/noise-cancellation-react-native` updated to version `0.2.0`
211
+ - `@stream-io/video-filters-react-native` updated to version `0.6.0`
212
+ - `@stream-io/video-client` updated to version `1.27.1`
213
+ - `@stream-io/video-react-bindings` updated to version `1.7.10`
214
+
215
+ - bump webrtc version ([#1865](https://github.com/GetStream/stream-video-js/issues/1865)) ([18fd609](https://github.com/GetStream/stream-video-js/commit/18fd60945ef74eb23c089dc0b5adb2373b700602))
216
+
217
+ ### Features
218
+
219
+ - add ability to run a custom promise option for android keep call alive service ([#1864](https://github.com/GetStream/stream-video-js/issues/1864)) ([81fdd0b](https://github.com/GetStream/stream-video-js/commit/81fdd0b381a0e6aae4b5e5063c9b6c10b3c4d3bf))
220
+ - do not detect video dimensions through rtc stats ([#1852](https://github.com/GetStream/stream-video-js/issues/1852)) ([280e008](https://github.com/GetStream/stream-video-js/commit/280e0087d646188e71dec6e4d4e5e8b93878904d))
221
+
222
+ ### Bug Fixes
223
+
224
+ - improved audio and video filter tracing ([#1862](https://github.com/GetStream/stream-video-js/issues/1862)) ([701ea4b](https://github.com/GetStream/stream-video-js/commit/701ea4b3266f68072c1325b70221fdefd77137ec))
225
+ - trace available devices and thermal state changes ([#1866](https://github.com/GetStream/stream-video-js/issues/1866)) ([d8312b5](https://github.com/GetStream/stream-video-js/commit/d8312b5c109b14baa28ee764202d387499d0fd52))
226
+
227
+ ## [1.19.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.19.0...@stream-io/video-react-native-sdk-1.19.1) (2025-07-23)
228
+
229
+ ### Bug Fixes
230
+
231
+ - automatically exit android pip mode if call is left ([#1863](https://github.com/GetStream/stream-video-js/issues/1863)) ([51850f4](https://github.com/GetStream/stream-video-js/commit/51850f49bc67595a4cacb766863894483712fc75))
232
+ - ios pip blank local track issue ([47d8119](https://github.com/GetStream/stream-video-js/commit/47d811928f9f155b4d9f9cb23042a7556fd8414a))
233
+
234
+ ## [1.19.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.18.1...@stream-io/video-react-native-sdk-1.19.0) (2025-07-18)
235
+
236
+ ### Dependency Updates
237
+
238
+ - `@stream-io/video-client` updated to version `1.27.0`
239
+ - `@stream-io/video-react-bindings` updated to version `1.7.9`
240
+
241
+ ### Features
242
+
243
+ - Inbound Video Pause ([#1841](https://github.com/GetStream/stream-video-js/issues/1841)) ([5c7eb3a](https://github.com/GetStream/stream-video-js/commit/5c7eb3ac8b0fcfd663226d537279c8a941dedc21))
244
+
245
+ ### Bug Fixes
246
+
247
+ - stop picture-in-picture after call ends or goes to backstage ([#1854](https://github.com/GetStream/stream-video-js/issues/1854)) ([91390d8](https://github.com/GetStream/stream-video-js/commit/91390d83e056af3f1855f36ccd5f3eed9fed6d4d))
248
+
249
+ ## [1.18.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.18.0...@stream-io/video-react-native-sdk-1.18.1) (2025-07-17)
250
+
251
+ ### Dependency Updates
252
+
253
+ - `@stream-io/video-client` updated to version `1.26.1`
254
+ - `@stream-io/video-react-bindings` updated to version `1.7.8`
255
+
256
+ ## [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)
257
+
258
+ ### Dependency Updates
259
+
260
+ - `@stream-io/video-client` updated to version `1.26.0`
261
+ - `@stream-io/video-react-bindings` updated to version `1.7.7`
262
+
263
+ ### Features
264
+
265
+ - **react-native:** speech detection ([#1850](https://github.com/GetStream/stream-video-js/issues/1850)) ([3f53e95](https://github.com/GetStream/stream-video-js/commit/3f53e95fdf0e739c809648211c52542d86df183f))
266
+
267
+ ### Bug Fixes
268
+
269
+ - keep objectfit as cover for floating video view ([#1849](https://github.com/GetStream/stream-video-js/issues/1849)) ([a99de4c](https://github.com/GetStream/stream-video-js/commit/a99de4c3b2231fa840e003515735620f6c009f7e))
270
+
271
+ ## [1.17.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.17.5...@stream-io/video-react-native-sdk-1.17.6) (2025-07-08)
272
+
273
+ ### Dependency Updates
274
+
275
+ - `@stream-io/video-client` updated to version `1.25.5`
276
+ - `@stream-io/video-react-bindings` updated to version `1.7.6`
277
+
278
+ ## [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)
279
+
280
+ ### Dependency Updates
281
+
282
+ - `@stream-io/video-client` updated to version `1.25.4`
283
+ - `@stream-io/video-react-bindings` updated to version `1.7.5`
284
+
285
+ ## [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)
286
+
287
+ ### Dependency Updates
288
+
289
+ - `@stream-io/video-client` updated to version `1.25.3`
290
+ - `@stream-io/video-react-bindings` updated to version `1.7.4`
291
+
292
+ ### Bug Fixes
293
+
294
+ - add loopSound for incoming call notifications ([9e02a3d](https://github.com/GetStream/stream-video-js/commit/9e02a3dd4de5af8a446b8b34450a3fa13b878aa2))
295
+ - do not have a default for objectfit ([#1843](https://github.com/GetStream/stream-video-js/issues/1843)) ([1586e07](https://github.com/GetStream/stream-video-js/commit/1586e070691fddb7eb04ae713228e3fe6ac093e4))
296
+
297
+ ## [1.17.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.17.2...@stream-io/video-react-native-sdk-1.17.3) (2025-07-02)
298
+
299
+ ### Dependency Updates
300
+
301
+ - `@stream-io/video-client` updated to version `1.25.2`
302
+ - `@stream-io/video-react-bindings` updated to version `1.7.3`
303
+
304
+ ### Bug Fixes
305
+
306
+ - **react-native:** customise android notification buttons ([#1842](https://github.com/GetStream/stream-video-js/issues/1842)) ([40e098d](https://github.com/GetStream/stream-video-js/commit/40e098d8a82a5ccf2076da69299bf18877dcbeec))
307
+
308
+ ## [1.17.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.17.1...@stream-io/video-react-native-sdk-1.17.2) (2025-06-30)
309
+
310
+ ### Dependency Updates
311
+
312
+ - `@stream-io/video-client` updated to version `1.25.1`
313
+ - `@stream-io/video-react-bindings` updated to version `1.7.2`
314
+
315
+ ## [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)
316
+
317
+ ### Dependency Updates
318
+
319
+ - `@stream-io/video-client` updated to version `1.25.0`
320
+ - `@stream-io/video-react-bindings` updated to version `1.7.1`
321
+
322
+ ## [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)
323
+
324
+ ### Dependency Updates
325
+
326
+ - `@stream-io/noise-cancellation-react-native` updated to version `0.1.1`
327
+ - `@stream-io/video-filters-react-native` updated to version `0.5.0`
328
+ - `@stream-io/video-client` updated to version `1.24.0`
329
+ - `@stream-io/video-react-bindings` updated to version `1.7.0`
330
+
331
+ - update webrtc version ([162a8d2](https://github.com/GetStream/stream-video-js/commit/162a8d24216a28659759ea16fe48630cadb1536f))
332
+
333
+ ### Features
334
+
335
+ - add audio only ringing notification support for iOS ([#1821](https://github.com/GetStream/stream-video-js/issues/1821)) ([067081d](https://github.com/GetStream/stream-video-js/commit/067081da0032fb965b0401905b2413d3a0290f0e))
336
+ - moderation support ([#1822](https://github.com/GetStream/stream-video-js/issues/1822)) ([3948fae](https://github.com/GetStream/stream-video-js/commit/3948faeb2fa7ace8dd9c1df990f6e41e73fc0a26))
337
+
338
+ ## [1.16.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.16.0...@stream-io/video-react-native-sdk-1.16.1) (2025-06-04)
339
+
340
+ ### Dependency Updates
341
+
342
+ - `@stream-io/video-client` updated to version `1.23.5`
343
+ - `@stream-io/video-react-bindings` updated to version `1.6.8`
344
+
345
+ ### Bug Fixes
346
+
347
+ - expo noise cancellation swift import + sample video filters ([#1816](https://github.com/GetStream/stream-video-js/issues/1816)) ([7524fc0](https://github.com/GetStream/stream-video-js/commit/7524fc05b8de85b943d5f3ca460b984725b550b9))
348
+
349
+ ## [1.16.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.15.1...@stream-io/video-react-native-sdk-1.16.0) (2025-06-03)
350
+
351
+ ### Dependency Updates
352
+
353
+ - `@stream-io/video-client` updated to version `1.23.4`
354
+ - `@stream-io/video-react-bindings` updated to version `1.6.7`
355
+
356
+ ### Features
357
+
358
+ - remove camera management hooks on react native ([#1711](https://github.com/GetStream/stream-video-js/issues/1711)) ([644e238](https://github.com/GetStream/stream-video-js/commit/644e238d479397ca37bcb6c1bd1284988475f9f6))
359
+
360
+ ## [1.15.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.15.0...@stream-io/video-react-native-sdk-1.15.1) (2025-06-02)
361
+
362
+ ### Dependency Updates
363
+
364
+ - `@stream-io/noise-cancellation-react-native` updated to version `0.1.1`
365
+ - `@stream-io/video-client` updated to version `1.23.3`
366
+ - `@stream-io/video-react-bindings` updated to version `1.6.6`
367
+
368
+ ### Bug Fixes
369
+
370
+ - expo plugin should add foreground permissions on ringing config ([cba9746](https://github.com/GetStream/stream-video-js/commit/cba97469966aa35b67f380d82272a9bf3a8e2ef2))
371
+ - report to callkit that we do not support holding ([#1809](https://github.com/GetStream/stream-video-js/issues/1809)) ([e779d3f](https://github.com/GetStream/stream-video-js/commit/e779d3fbdda30be5db5c42ee4655d8311dd53d60))
372
+
373
+ ## [1.15.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.14.2...@stream-io/video-react-native-sdk-1.15.0) (2025-05-27)
374
+
375
+ ### Features
376
+
377
+ - **android:** Accept incoming call without device unlock ([#1806](https://github.com/GetStream/stream-video-js/issues/1806)) ([6b8ee36](https://github.com/GetStream/stream-video-js/commit/6b8ee36323c0c352742e23bf845eed47c581e6ab))
378
+
379
+ ## [1.14.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.14.1...@stream-io/video-react-native-sdk-1.14.2) (2025-05-22)
380
+
381
+ ### Dependency Updates
382
+
383
+ - `@stream-io/video-client` updated to version `1.23.2`
384
+ - `@stream-io/video-react-bindings` updated to version `1.6.5`
385
+
386
+ ## [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)
387
+
388
+ ### Dependency Updates
389
+
390
+ - `@stream-io/video-client` updated to version `1.23.1`
391
+ - `@stream-io/video-react-bindings` updated to version `1.6.4`
392
+
393
+ ## [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)
394
+
395
+ ### Dependency Updates
396
+
397
+ - `@stream-io/noise-cancellation-react-native` updated to version `0.1.0`
398
+ - `@stream-io/video-filters-react-native` updated to version `0.4.0`
399
+ - `@stream-io/video-client` updated to version `1.23.0`
400
+ - `@stream-io/video-react-bindings` updated to version `1.6.3`
401
+
402
+ ### Features
403
+
404
+ - **react-native:** Noise Cancellation ([#1793](https://github.com/GetStream/stream-video-js/issues/1793)) ([d7843e1](https://github.com/GetStream/stream-video-js/commit/d7843e1a23e6f6a35d1c159438d09bdfd17450a5))
405
+ - rn livestream improvements ([#1780](https://github.com/GetStream/stream-video-js/issues/1780)) ([8a3bb59](https://github.com/GetStream/stream-video-js/commit/8a3bb594b257c48a7045bfb6978fc233649945f5))
406
+ - **web:** improved noise cancellation ([#1794](https://github.com/GetStream/stream-video-js/issues/1794)) ([d59f19b](https://github.com/GetStream/stream-video-js/commit/d59f19b1ba1ff83fe5f024d783b868f4e98d3380))
407
+
408
+ ## [1.13.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.13.2...@stream-io/video-react-native-sdk-1.13.3) (2025-05-15)
409
+
410
+ ### Dependency Updates
411
+
412
+ - `@stream-io/video-filters-react-native` updated to version `0.3.1`
413
+ - `@stream-io/video-client` updated to version `1.22.2`
414
+ - `@stream-io/video-react-bindings` updated to version `1.6.2`
415
+
416
+ ### Bug Fixes
417
+
418
+ - enable chore releases ([#1792](https://github.com/GetStream/stream-video-js/issues/1792)) ([6046654](https://github.com/GetStream/stream-video-js/commit/6046654fe19505a1c115a4fb838759d010540614))
419
+
420
+ ## [1.13.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.13.1...@stream-io/video-react-native-sdk-1.13.2) (2025-05-14)
421
+
422
+ ### Dependency Updates
423
+
424
+ - `@stream-io/video-client` updated to version `1.22.1`
425
+ - `@stream-io/video-react-bindings` updated to version `1.6.1`
426
+
427
+ ## [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)
428
+
429
+ ### Bug Fixes
430
+
431
+ - ios compilation error on old arch ([#1787](https://github.com/GetStream/stream-video-js/issues/1787)) ([9b03335](https://github.com/GetStream/stream-video-js/commit/9b03335eb4eb020021e9a3d40c2b1f81d33ad0fe))
432
+
433
+ ## [1.13.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.12.0...@stream-io/video-react-native-sdk-1.13.0) (2025-05-08)
434
+
435
+ ### Dependency Updates
436
+
437
+ - `@stream-io/video-filters-react-native` updated to version `0.3.0`
438
+ - `@stream-io/video-client` updated to version `1.22.0`
439
+ - `@stream-io/video-react-bindings` updated to version `1.6.0`
440
+
441
+ ### Features
442
+
443
+ - Expo 53 Swift Config Plugin and React Native 0.79 compatibility ([#1714](https://github.com/GetStream/stream-video-js/issues/1714)) ([380331e](https://github.com/GetStream/stream-video-js/commit/380331e11fd6182c3111413aa25689a669dd3c9c))
444
+ - **react-native:** take screenshot of a participant's video stream ([#1772](https://github.com/GetStream/stream-video-js/issues/1772)) ([fb28427](https://github.com/GetStream/stream-video-js/commit/fb284270f5a0589dbc40669456d2cf45c911a245))
445
+
446
+ ## [1.12.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.11.6...@stream-io/video-react-native-sdk-1.12.0) (2025-05-02)
447
+
448
+ ### Dependency Updates
449
+
450
+ - `@stream-io/video-client` updated to version `1.21.0`
451
+ - `@stream-io/video-react-bindings` updated to version `1.5.19`
452
+
453
+ - update sample apps to webrtc-125.2.0 ([#1777](https://github.com/GetStream/stream-video-js/issues/1777)) ([f1b6070](https://github.com/GetStream/stream-video-js/commit/f1b6070d207099bf8f8538cdaa556fd14daddb9d))
454
+
455
+ ### Features
456
+
457
+ - encode and decode PerformanceStats tracing ([#1765](https://github.com/GetStream/stream-video-js/issues/1765)) ([138ea84](https://github.com/GetStream/stream-video-js/commit/138ea84fee834da03cf3c8042fbb2f071526f135))
458
+
459
+ ## [1.11.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.11.5...@stream-io/video-react-native-sdk-1.11.6) (2025-05-01)
460
+
461
+ ### Dependency Updates
462
+
463
+ - `@stream-io/video-client` updated to version `1.20.2`
464
+ - `@stream-io/video-react-bindings` updated to version `1.5.18`
465
+
466
+ ## [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)
467
+
468
+ ### Dependency Updates
469
+
470
+ - `@stream-io/video-client` updated to version `1.20.1`
471
+ - `@stream-io/video-react-bindings` updated to version `1.5.17`
472
+
473
+ ### Bug Fixes
474
+
475
+ - add missing bg task scheduler key for expo ([2f901cb](https://github.com/GetStream/stream-video-js/commit/2f901cbd07f2d808f67bf812b21ab1e17990fdac))
476
+ - call cancellation not reliably seen on killed state RN-198 ([#1773](https://github.com/GetStream/stream-video-js/issues/1773)) ([735480e](https://github.com/GetStream/stream-video-js/commit/735480ec13e29784c97f81bf1c4d9c5f9123b85d))
477
+
478
+ ## [1.11.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.11.3...@stream-io/video-react-native-sdk-1.11.4) (2025-04-24)
479
+
480
+ ### Dependency Updates
481
+
482
+ - `@stream-io/video-client` updated to version `1.20.0`
483
+ - `@stream-io/video-react-bindings` updated to version `1.5.16`
484
+
485
+ ## [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)
486
+
487
+ ### Dependency Updates
488
+
489
+ - `@stream-io/video-client` updated to version `1.19.3`
490
+ - `@stream-io/video-react-bindings` updated to version `1.5.15`
491
+
492
+ ## [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)
493
+
494
+ ### Dependency Updates
495
+
496
+ - `@stream-io/video-client` updated to version `1.19.2`
497
+ - `@stream-io/video-react-bindings` updated to version `1.5.14`
498
+
499
+ ### Bug Fixes
500
+
501
+ - race condition on Expo iOS when processing incoming voip push notification ([#1757](https://github.com/GetStream/stream-video-js/issues/1757)) ([cd5542b](https://github.com/GetStream/stream-video-js/commit/cd5542b6624e3aa731e7f9f63c7b291f95f7ab10))
502
+
503
+ ## [1.11.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.11.0...@stream-io/video-react-native-sdk-1.11.1) (2025-04-09)
504
+
505
+ ### Dependency Updates
506
+
507
+ - `@stream-io/video-client` updated to version `1.19.1`
508
+ - `@stream-io/video-react-bindings` updated to version `1.5.13`
509
+
510
+ - 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))
511
+
512
+ ### Bug Fixes
513
+
514
+ - send device token when switching user ([#1752](https://github.com/GetStream/stream-video-js/issues/1752)) ([4a5d72e](https://github.com/GetStream/stream-video-js/commit/4a5d72eb90d838a462dccf77996270963c8ce0d1))
515
+
516
+ ## [1.11.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.19...@stream-io/video-react-native-sdk-1.11.0) (2025-04-04)
517
+
518
+ ### Dependency Updates
519
+
520
+ - `@stream-io/video-client` updated to version `1.19.0`
521
+ - `@stream-io/video-react-bindings` updated to version `1.5.12`
522
+
523
+ ### Features
524
+
525
+ - collect more granular RTC stats and RPC tracing ([#1735](https://github.com/GetStream/stream-video-js/issues/1735)) ([e356d6b](https://github.com/GetStream/stream-video-js/commit/e356d6b9fe361c186a5b92de55fabf0598ea4885))
526
+
527
+ ## [1.10.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.18...@stream-io/video-react-native-sdk-1.10.19) (2025-04-02)
528
+
529
+ ### Dependency Updates
530
+
531
+ - `@stream-io/video-client` updated to version `1.18.9`
532
+ - `@stream-io/video-react-bindings` updated to version `1.5.11`
533
+
534
+ - 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))
535
+ - rn-178 refactor theme provider ([#1739](https://github.com/GetStream/stream-video-js/issues/1739)) ([3252a90](https://github.com/GetStream/stream-video-js/commit/3252a90d51db1e47abbd7a37a9fdf8e14504f24d))
536
+
537
+ ## [1.10.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.17...@stream-io/video-react-native-sdk-1.10.18) (2025-04-01)
538
+
539
+ ### Dependency Updates
540
+
541
+ - `@stream-io/video-client` updated to version `1.18.8`
542
+ - `@stream-io/video-react-bindings` updated to version `1.5.10`
543
+
544
+ - align expo plugin background modes with flutter ([f6950cb](https://github.com/GetStream/stream-video-js/commit/f6950cb39d0c83413aca1c59e670efea5c5cdd6a))
545
+ - dependency upgrades and cleanup ([#1727](https://github.com/GetStream/stream-video-js/issues/1727)) ([c3b0ede](https://github.com/GetStream/stream-video-js/commit/c3b0ede3ce444c28c51457155e8ccff584c2c1e5))
546
+ - RN Ringing App ([#1719](https://github.com/GetStream/stream-video-js/issues/1719)) ([6fcb33f](https://github.com/GetStream/stream-video-js/commit/6fcb33f3574adbf8f22cf016625fe53a11ed1169))
547
+
548
+ ## [1.10.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.16...@stream-io/video-react-native-sdk-1.10.17) (2025-03-20)
549
+
550
+ ### Dependency Updates
551
+
552
+ - `@stream-io/video-client` updated to version `1.18.7`
553
+ - `@stream-io/video-react-bindings` updated to version `1.5.9`
554
+
555
+ ### Bug Fixes
556
+
557
+ - proper non ringing only push support without ringing libs ([#1731](https://github.com/GetStream/stream-video-js/issues/1731)) ([8135708](https://github.com/GetStream/stream-video-js/commit/8135708a5970de90d64aeed936a1225c9545fdf6))
558
+
559
+ ## [1.10.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.15...@stream-io/video-react-native-sdk-1.10.16) (2025-03-13)
560
+
561
+ ### Dependency Updates
562
+
563
+ - `@stream-io/video-client` updated to version `1.18.6`
564
+ - `@stream-io/video-react-bindings` updated to version `1.5.8`
565
+
566
+ ## [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)
567
+
568
+ ### Dependency Updates
569
+
570
+ - `@stream-io/video-client` updated to version `1.18.5`
571
+ - `@stream-io/video-react-bindings` updated to version `1.5.7`
572
+
573
+ ## [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)
574
+
575
+ ### Bug Fixes
576
+
577
+ - setup ios accept/decline events before user is connected RN-153 ([#1716](https://github.com/GetStream/stream-video-js/issues/1716)) ([b5fb06a](https://github.com/GetStream/stream-video-js/commit/b5fb06af636c9e38b0ef7b90d51548bdf89961f8))
578
+
579
+ ## [1.10.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.12...@stream-io/video-react-native-sdk-1.10.13) (2025-03-10)
580
+
581
+ ### Dependency Updates
582
+
583
+ - `@stream-io/video-client` updated to version `1.18.4`
584
+ - `@stream-io/video-react-bindings` updated to version `1.5.6`
585
+
586
+ ### Bug Fixes
587
+
588
+ - ios PiP track not fetched sometimes ([#1709](https://github.com/GetStream/stream-video-js/issues/1709)) ([ec20f97](https://github.com/GetStream/stream-video-js/commit/ec20f97dbb305c50f315bcd1293b9f160cfa1408))
589
+
590
+ ## [1.10.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.11...@stream-io/video-react-native-sdk-1.10.12) (2025-03-06)
591
+
592
+ - **@stream-io/video-react-native-sdk:** release version 1.10.12 ([8730ef6](https://github.com/GetStream/stream-video-js/commit/8730ef61b38c7c48d90a959a1573a5612b9102bd))
593
+ - add background modes in our plugin as fallback if other plugins are not installed ([dd23ab8](https://github.com/GetStream/stream-video-js/commit/dd23ab87706d86b8181830ff1f44c421aabfb432))
594
+
595
+ ### Bug Fixes
596
+
597
+ - do not remove notification type voip listener on unmount ([#1712](https://github.com/GetStream/stream-video-js/issues/1712)) ([51b7059](https://github.com/GetStream/stream-video-js/commit/51b7059ed8345c474edc4e30fed91b0339d3d36d))
598
+
599
+ ## [1.10.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.11...@stream-io/video-react-native-sdk-1.10.12) (2025-03-05)
600
+
601
+ - add background modes in our plugin as fallback if other plugins are not installed ([dd23ab8](https://github.com/GetStream/stream-video-js/commit/dd23ab87706d86b8181830ff1f44c421aabfb432))
602
+
603
+ ### Bug Fixes
604
+
605
+ - do not remove notification type voip listener on unmount ([#1712](https://github.com/GetStream/stream-video-js/issues/1712)) ([51b7059](https://github.com/GetStream/stream-video-js/commit/51b7059ed8345c474edc4e30fed91b0339d3d36d))
606
+
607
+ ## [1.10.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.10...@stream-io/video-react-native-sdk-1.10.11) (2025-03-05)
608
+
609
+ ### Dependency Updates
610
+
611
+ - `@stream-io/video-client` updated to version `1.18.3`
612
+ - `@stream-io/video-react-bindings` updated to version `1.5.5`
613
+
614
+ ## [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)
615
+
616
+ ### Dependency Updates
617
+
618
+ - `@stream-io/video-client` updated to version `1.18.2`
619
+ - `@stream-io/video-react-bindings` updated to version `1.5.4`
620
+
621
+ ## [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)
622
+
623
+ ### Dependency Updates
624
+
625
+ - `@stream-io/video-client` updated to version `1.18.1`
626
+ - `@stream-io/video-react-bindings` updated to version `1.5.3`
627
+
628
+ ## [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)
629
+
630
+ ### Bug Fixes
631
+
632
+ - do not stop incall manager on change of audio settings ([#1702](https://github.com/GetStream/stream-video-js/issues/1702)) ([e35194d](https://github.com/GetStream/stream-video-js/commit/e35194dc4a789cc281b9f2d4488ffe11840986f7))
633
+
634
+ ## [1.10.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.6...@stream-io/video-react-native-sdk-1.10.7) (2025-02-26)
635
+
636
+ - pinning rn dev dep for sdk ([0e78ddc](https://github.com/GetStream/stream-video-js/commit/0e78ddcfabdd7f42849cad47efa0da623c2021cb))
637
+
638
+ ### Bug Fixes
639
+
640
+ - pip race condition ([#1700](https://github.com/GetStream/stream-video-js/issues/1700)) ([60c8aa6](https://github.com/GetStream/stream-video-js/commit/60c8aa6c5651072f15da1770e9840d3f2b8c11c0))
641
+
642
+ ## [1.10.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.5...@stream-io/video-react-native-sdk-1.10.6) (2025-02-26)
643
+
644
+ ### Dependency Updates
645
+
646
+ - `@stream-io/video-client` updated to version `1.18.0`
647
+ - `@stream-io/video-react-bindings` updated to version `1.5.2`
648
+
649
+ ### Bug Fixes
650
+
651
+ - config plugin not being resolved in expo 50 ([#1698](https://github.com/GetStream/stream-video-js/issues/1698)) ([5060ba3](https://github.com/GetStream/stream-video-js/commit/5060ba32421b31108df0c4a0b4e52997df833b3c)), closes [#1694](https://github.com/GetStream/stream-video-js/issues/1694)
652
+
653
+ ## [1.10.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.4...@stream-io/video-react-native-sdk-1.10.5) (2025-02-25)
654
+
655
+ ### Bug Fixes
656
+
657
+ - callControls styling issue ([#1689](https://github.com/GetStream/stream-video-js/issues/1689)) ([3d68faa](https://github.com/GetStream/stream-video-js/commit/3d68faa3369a05ab59cd6ccd887881a016dfee93))
658
+ - expo build issues ([#1695](https://github.com/GetStream/stream-video-js/issues/1695)) ([7fe7424](https://github.com/GetStream/stream-video-js/commit/7fe742496ba484b9d5149a39f8c05a504f2aff00))
659
+ - ios distinct values ([#1692](https://github.com/GetStream/stream-video-js/issues/1692)) ([d83291d](https://github.com/GetStream/stream-video-js/commit/d83291d439abd41aa0f2654f42c130b4f9375719))
660
+ - ios ipad crash in incoming call component ([#1691](https://github.com/GetStream/stream-video-js/issues/1691)) ([df79fbe](https://github.com/GetStream/stream-video-js/commit/df79fbef24369d9a0d49f31b8b0d6e7bbf986cc7))
661
+
662
+ ## [1.10.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.3...@stream-io/video-react-native-sdk-1.10.4) (2025-02-19)
663
+
664
+ ### Bug Fixes
665
+
666
+ - add smallIcon to android push config for expo naming support ([ef94317](https://github.com/GetStream/stream-video-js/commit/ef943174d6e40c94c5c6b02fd0e6be06081ab429))
667
+
668
+ ## [1.10.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.2...@stream-io/video-react-native-sdk-1.10.3) (2025-02-19)
669
+
670
+ ### Dependency Updates
671
+
672
+ - `@stream-io/video-client` updated to version `1.17.1`
673
+ - `@stream-io/video-react-bindings` updated to version `1.5.1`
674
+
675
+ ## [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)
676
+
677
+ ### Bug Fixes
678
+
679
+ - early completion call on iOS remote notifications ([#1687](https://github.com/GetStream/stream-video-js/issues/1687)) ([39c4ba7](https://github.com/GetStream/stream-video-js/commit/39c4ba73199efa8b2e2335473b153dc50ec31653))
680
+
681
+ ## [1.10.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.0...@stream-io/video-react-native-sdk-1.10.1) (2025-02-18)
682
+
683
+ ### Bug Fixes
684
+
685
+ - do not remove voip listeners for wrong user ([#1686](https://github.com/GetStream/stream-video-js/issues/1686)) ([c6dd17d](https://github.com/GetStream/stream-video-js/commit/c6dd17d040bb84a388d773020a833cbe4b67b41c))
686
+
687
+ ## [1.10.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.31...@stream-io/video-react-native-sdk-1.10.0) (2025-02-17)
688
+
689
+ ### Dependency Updates
690
+
691
+ - `@stream-io/video-client` updated to version `1.17.0`
692
+ - `@stream-io/video-react-bindings` updated to version `1.5.0`
693
+ - `@stream-io/video-filters-react-native` updated to version `0.2.8`
694
+
695
+ - update webrtc deps ([6ea4861](https://github.com/GetStream/stream-video-js/commit/6ea4861eb1b390c82f6ea6d01d6c5e80bdab8b84))
696
+
697
+ ### Features
698
+
699
+ - support static token and token provider at the same time ([#1685](https://github.com/GetStream/stream-video-js/issues/1685)) ([4365a3d](https://github.com/GetStream/stream-video-js/commit/4365a3dd0a14c98041982bde8be21258b8cfd571))
700
+
701
+ ## [1.9.31](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.30...@stream-io/video-react-native-sdk-1.9.31) (2025-02-13)
702
+
703
+ ### Bug Fixes
704
+
705
+ - voip token not able to be got if user switched ([#1683](https://github.com/GetStream/stream-video-js/issues/1683)) ([8f2a376](https://github.com/GetStream/stream-video-js/commit/8f2a37663fbc88701a1ce526acaf5a4e4c3afbc3))
706
+
707
+ ## [1.9.30](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.29...@stream-io/video-react-native-sdk-1.9.30) (2025-02-12)
708
+
709
+ ### Dependency Updates
710
+
711
+ - `@stream-io/video-client` updated to version `1.16.7`
712
+ - `@stream-io/video-react-bindings` updated to version `1.4.15`
713
+
714
+ ## [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)
715
+
716
+ ### Bug Fixes
717
+
718
+ - warn natively if notifee is not configured for keep call alive ([#1678](https://github.com/GetStream/stream-video-js/issues/1678)) ([f6f11ad](https://github.com/GetStream/stream-video-js/commit/f6f11ad5f691ce56f65d824e1ab12c6ebc7540c4)), closes [#1587](https://github.com/GetStream/stream-video-js/issues/1587)
719
+
720
+ ## [1.9.28](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.27...@stream-io/video-react-native-sdk-1.9.28) (2025-02-11)
721
+
722
+ ### Dependency Updates
723
+
724
+ - `@stream-io/video-client` updated to version `1.16.6`
725
+ - `@stream-io/video-react-bindings` updated to version `1.4.14`
726
+ - `@stream-io/video-filters-react-native` updated to version `0.2.7`
727
+
728
+ ### Bug Fixes
729
+
730
+ - prefer the async apply constraints for flip ([#1679](https://github.com/GetStream/stream-video-js/issues/1679)) ([8c246cc](https://github.com/GetStream/stream-video-js/commit/8c246cc4e9f1ac766366cf24b82dd99aa868017d))
731
+
732
+ ## [1.9.27](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.26...@stream-io/video-react-native-sdk-1.9.27) (2025-02-10)
733
+
734
+ ### Dependency Updates
735
+
736
+ - `@stream-io/video-client` updated to version `1.16.5`
737
+ - `@stream-io/video-react-bindings` updated to version `1.4.13`
738
+
739
+ ## [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)
740
+
741
+ ### Bug Fixes
742
+
743
+ - attempt workaround for bad notification for start foreground ([402ff06](https://github.com/GetStream/stream-video-js/commit/402ff067f05364724f30dbd21af996336d1dfa2f))
744
+
745
+ ## [1.9.25](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.24...@stream-io/video-react-native-sdk-1.9.25) (2025-02-07)
746
+
747
+ ### Dependency Updates
748
+
749
+ - `@stream-io/video-client` updated to version `1.16.4`
750
+ - `@stream-io/video-react-bindings` updated to version `1.4.12`
751
+
752
+ ## [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)
753
+
754
+ - bump to webrtc-125.0.4 ([#1675](https://github.com/GetStream/stream-video-js/issues/1675)) ([c4b9ad8](https://github.com/GetStream/stream-video-js/commit/c4b9ad8a30403c9f2ebd8ba681fcc97c048d00e8))
755
+
756
+ ### Bug Fixes
757
+
758
+ - send voip token also when connectUser is called later ([#1665](https://github.com/GetStream/stream-video-js/issues/1665)) ([aab92c0](https://github.com/GetStream/stream-video-js/commit/aab92c0b1029aec7fedb2afac43585752bcd0b07))
759
+
760
+ ## [1.9.23](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.22...@stream-io/video-react-native-sdk-1.9.23) (2025-02-06)
761
+
762
+ ### Dependency Updates
763
+
764
+ - `@stream-io/video-client` updated to version `1.16.3`
765
+ - `@stream-io/video-react-bindings` updated to version `1.4.11`
766
+
767
+ ## [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)
768
+
769
+ ### Bug Fixes
770
+
771
+ - closed captions and speaker border bugfixes ([#1670](https://github.com/GetStream/stream-video-js/issues/1670)) ([275ddb5](https://github.com/GetStream/stream-video-js/commit/275ddb5193110dc88b45a4155858e91b194db0b3))
772
+
773
+ ## [1.9.21](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.20...@stream-io/video-react-native-sdk-1.9.21) (2025-02-06)
774
+
775
+ ### Bug Fixes
776
+
777
+ - NoClassDefFoundError on PiP on android 7 and below ([70ac465](https://github.com/GetStream/stream-video-js/commit/70ac4656b5f0b42c649f38ff288adb47eff02907))
778
+
779
+ ## [1.9.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.19...@stream-io/video-react-native-sdk-1.9.20) (2025-02-05)
780
+
781
+ ### Dependency Updates
782
+
783
+ - `@stream-io/video-client` updated to version `1.16.2`
784
+ - `@stream-io/video-react-bindings` updated to version `1.4.10`
785
+
786
+ ## [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)
787
+
788
+ ### Bug Fixes
789
+
790
+ - start foreground service only when app is in active state ([f8bfef8](https://github.com/GetStream/stream-video-js/commit/f8bfef89f8151695bbc405244a9f77097fe6892e))
791
+
792
+ ## [1.9.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.17...@stream-io/video-react-native-sdk-1.9.18) (2025-02-05)
793
+
794
+ ### Dependency Updates
795
+
796
+ - `@stream-io/video-client` updated to version `1.16.1`
797
+ - `@stream-io/video-react-bindings` updated to version `1.4.9`
798
+
799
+ ## [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)
800
+
801
+ ### Bug Fixes
802
+
803
+ - handle null activities for pip on android ([dd9b59d](https://github.com/GetStream/stream-video-js/commit/dd9b59d526fd3fdc780b8a45792563bf12837618))
804
+ - prefer remote participants for PiP ([1c0f9a1](https://github.com/GetStream/stream-video-js/commit/1c0f9a1c278cf87b5584e13011d311af814a537b))
805
+
806
+ ## [1.9.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.15...@stream-io/video-react-native-sdk-1.9.16) (2025-01-31)
807
+
808
+ ### Dependency Updates
809
+
810
+ - `@stream-io/video-client` updated to version `1.16.0`
811
+ - `@stream-io/video-react-bindings` updated to version `1.4.8`
812
+
813
+ ## [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)
814
+
815
+ ### Bug Fixes
816
+
817
+ - added missed call events to push config types ([#1667](https://github.com/GetStream/stream-video-js/issues/1667)) ([36a9683](https://github.com/GetStream/stream-video-js/commit/36a96839b095a9d3cd736a1bd60b9a01f6160421))
818
+ - open fg service only on a successful join ([#1666](https://github.com/GetStream/stream-video-js/issues/1666)) ([dd5d8f8](https://github.com/GetStream/stream-video-js/commit/dd5d8f8d5c390a16ad35d7b5b4f0e8b254f0f5f6))
819
+
820
+ ## [1.9.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.13...@stream-io/video-react-native-sdk-1.9.14) (2025-01-29)
821
+
822
+ ### Bug Fixes
823
+
824
+ - add callkit audio methods for expo ([#1659](https://github.com/GetStream/stream-video-js/issues/1659)) ([89a53ec](https://github.com/GetStream/stream-video-js/commit/89a53ece63f7f6f4f4275d4697052a86fdad8a79))
825
+
826
+ ## [1.9.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.12...@stream-io/video-react-native-sdk-1.9.13) (2025-01-29)
827
+
828
+ ### Bug Fixes
829
+
830
+ - rare crash - startForegroundService() did not then call Service.startForeground ([71d11de](https://github.com/GetStream/stream-video-js/commit/71d11de31612f04d4852fccd655e0e39ad2defdf))
831
+
832
+ ## [1.9.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.11...@stream-io/video-react-native-sdk-1.9.12) (2025-01-29)
833
+
834
+ ### Dependency Updates
835
+
836
+ - `@stream-io/video-client` updated to version `1.15.7`
837
+ - `@stream-io/video-react-bindings` updated to version `1.4.7`
838
+
839
+ ## [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)
840
+
841
+ ### Dependency Updates
842
+
843
+ - `@stream-io/video-client` updated to version `1.15.6`
844
+ - `@stream-io/video-react-bindings` updated to version `1.4.6`
845
+
846
+ ## [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)
847
+
848
+ ### Dependency Updates
849
+
850
+ - `@stream-io/video-client` updated to version `1.15.5`
851
+ - `@stream-io/video-react-bindings` updated to version `1.4.5`
852
+
853
+ ## [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)
854
+
855
+ ### Dependency Updates
856
+
857
+ - `@stream-io/video-client` updated to version `1.15.4`
858
+ - `@stream-io/video-react-bindings` updated to version `1.4.4`
859
+
860
+ ## [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)
861
+
862
+ ### Bug Fixes
863
+
864
+ - unnecessary reject from callkeep ([15aaa0d](https://github.com/GetStream/stream-video-js/commit/15aaa0d79a9d608eff801a2eb1dd913fff19dfd3))
865
+
866
+ ## [1.9.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.6...@stream-io/video-react-native-sdk-1.9.7) (2025-01-22)
867
+
868
+ ### Bug Fixes
869
+
870
+ - do not reject from callkit if call is accepted already ([#1651](https://github.com/GetStream/stream-video-js/issues/1651)) ([87b76ba](https://github.com/GetStream/stream-video-js/commit/87b76ba54defc287a259c6d83bfde252b503f199))
871
+
872
+ ## [1.9.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.5...@stream-io/video-react-native-sdk-1.9.6) (2025-01-22)
873
+
874
+ ### Bug Fixes
875
+
876
+ - pip android crash on activity not enabled ([#1650](https://github.com/GetStream/stream-video-js/issues/1650)) ([013853b](https://github.com/GetStream/stream-video-js/commit/013853b11d83c9959dfc6805e1be492d0b1d36f5))
877
+
878
+ ## [1.9.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.4...@stream-io/video-react-native-sdk-1.9.5) (2025-01-21)
879
+
880
+ ### Dependency Updates
881
+
882
+ - `@stream-io/video-client` updated to version `1.15.3`
883
+ - `@stream-io/video-react-bindings` updated to version `1.4.3`
884
+
885
+ ## [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)
886
+
887
+ ### Dependency Updates
888
+
889
+ - `@stream-io/video-client` updated to version `1.15.2`
890
+ - `@stream-io/video-react-bindings` updated to version `1.4.2`
891
+
892
+ ## [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)
893
+
894
+ ### Bug Fixes
895
+
896
+ - ios 18 pip support ([#1646](https://github.com/GetStream/stream-video-js/issues/1646)) ([242bd1f](https://github.com/GetStream/stream-video-js/commit/242bd1fe08381805a24cc8d17671dd009b79cb09)), closes [#1647](https://github.com/GetStream/stream-video-js/issues/1647)
897
+
898
+ ## [1.9.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.1...@stream-io/video-react-native-sdk-1.9.2) (2025-01-17)
899
+
900
+ ### Bug Fixes
901
+
902
+ - **rn-sdk:** fixes the camera status on app restore from background ([#1641](https://github.com/GetStream/stream-video-js/issues/1641)) ([0ff2506](https://github.com/GetStream/stream-video-js/commit/0ff2506de4d3db30a86ab27ee8dcfaa2fe8f0ddc))
903
+
904
+ ## [1.9.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.0...@stream-io/video-react-native-sdk-1.9.1) (2025-01-16)
905
+
906
+ ### Dependency Updates
907
+
908
+ - `@stream-io/video-client` updated to version `1.15.1`
909
+ - `@stream-io/video-react-bindings` updated to version `1.4.1`
910
+
911
+ ## [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)
912
+
913
+ ### Features
914
+
915
+ - android 12+ pip uses setAutoEnterEnabled api ([#1643](https://github.com/GetStream/stream-video-js/issues/1643)) ([b07a9a6](https://github.com/GetStream/stream-video-js/commit/b07a9a6a2d97fded37161cfbabc4d9a73baae26a))
916
+
917
+ ## [1.8.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.7.0...@stream-io/video-react-native-sdk-1.8.0) (2025-01-15)
918
+
919
+ ### Dependency Updates
920
+
921
+ - `@stream-io/video-client` updated to version `1.15.0`
922
+ - `@stream-io/video-react-bindings` updated to version `1.4.0`
923
+ - `@stream-io/video-filters-react-native` updated to version `0.2.6`
924
+
925
+ ### Features
926
+
927
+ - Codec Negotiation ([#1527](https://github.com/GetStream/stream-video-js/issues/1527)) ([2e9e344](https://github.com/GetStream/stream-video-js/commit/2e9e344d5259e3069dddb17846013becef24829e))
928
+
929
+ ## [1.7.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.6.1...@stream-io/video-react-native-sdk-1.7.0) (2025-01-08)
930
+
931
+ ### Features
932
+
933
+ - update peer deps and sample app to webrtc v125 ([#1638](https://github.com/GetStream/stream-video-js/issues/1638)) ([2b9074f](https://github.com/GetStream/stream-video-js/commit/2b9074f8fdb857699fa5fa429be424dc0496363e))
934
+
935
+ ## [1.6.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.6.0...@stream-io/video-react-native-sdk-1.6.1) (2025-01-06)
936
+
937
+ - **rn-video:** upgrade to expo ver 52 ([#1630](https://github.com/GetStream/stream-video-js/issues/1630)) ([7eec9b0](https://github.com/GetStream/stream-video-js/commit/7eec9b0616a6c8f397a00d0c48da8932fd2b7dfc))
938
+
939
+ ### Bug Fixes
940
+
941
+ - foreground service cannot be started in background exception ([#1635](https://github.com/GetStream/stream-video-js/issues/1635)) ([bb82021](https://github.com/GetStream/stream-video-js/commit/bb820214b85e08c7be726e0da27b6739681e07e2))
942
+
943
+ ## [1.6.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.5.2...@stream-io/video-react-native-sdk-1.6.0) (2025-01-02)
944
+
945
+ ### Dependency Updates
946
+
947
+ - `@stream-io/video-client` updated to version `1.14.0`
948
+ - `@stream-io/video-react-bindings` updated to version `1.3.0`
949
+
950
+ ### Features
951
+
952
+ - **closed captions:** Integration in the SDKs ([#1508](https://github.com/GetStream/stream-video-js/issues/1508)) ([bcb8589](https://github.com/GetStream/stream-video-js/commit/bcb85892c0dafcb03f9debf8d2fd361622224166))
953
+
954
+ ## [1.5.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.5.1...@stream-io/video-react-native-sdk-1.5.2) (2024-12-31)
955
+
956
+ ### Bug Fixes
957
+
958
+ - iOS thermal state issue ([#1633](https://github.com/GetStream/stream-video-js/issues/1633)) ([3d2a4c4](https://github.com/GetStream/stream-video-js/commit/3d2a4c42a4de2eb0e8f43586c6d4b0aaed1d34e4))
959
+
960
+ ## [1.5.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.5.0...@stream-io/video-react-native-sdk-1.5.1) (2024-12-20)
961
+
962
+ ### Dependency Updates
963
+
964
+ - `@stream-io/video-client` updated to version `1.13.1`
965
+ - `@stream-io/video-react-bindings` updated to version `1.2.16`
966
+
967
+ ## [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)
968
+
969
+ ### Dependency Updates
970
+
971
+ - `@stream-io/video-client` updated to version `1.13.0`
972
+ - `@stream-io/video-react-bindings` updated to version `1.2.15`
973
+
974
+ ### Features
975
+
976
+ - report low power mode and thermal info to stats ([#1583](https://github.com/GetStream/stream-video-js/issues/1583)) ([ef49cee](https://github.com/GetStream/stream-video-js/commit/ef49ceef032fc3e4bb055fbc32c2b5b18c3a24d2))
977
+
978
+ ## [1.4.22](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.21...@stream-io/video-react-native-sdk-1.4.22) (2024-12-19)
979
+
980
+ ### Bug Fixes
981
+
982
+ - **rn-video:** highlightedContainer prop typo ([#1627](https://github.com/GetStream/stream-video-js/issues/1627)) ([56d9137](https://github.com/GetStream/stream-video-js/commit/56d9137514701b9313a6ea9ee8ba2f6ff2f61209))
983
+
984
+ ## [1.4.21](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.20...@stream-io/video-react-native-sdk-1.4.21) (2024-12-17)
985
+
986
+ ### Dependency Updates
987
+
988
+ - `@stream-io/video-client` updated to version `1.12.4`
989
+ - `@stream-io/video-react-bindings` updated to version `1.2.14`
990
+
991
+ ## [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)
992
+
993
+ ### Bug Fixes
994
+
995
+ - **expo:** tools not present when notifee service is added ([edccf62](https://github.com/GetStream/stream-video-js/commit/edccf62261183198871f3962ef19650ed4fc1729))
996
+
997
+ ## [1.4.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.18...@stream-io/video-react-native-sdk-1.4.19) (2024-12-16)
998
+
999
+ ### Bug Fixes
1000
+
1001
+ - **rn:** break cyclic dependencies issue ([#1626](https://github.com/GetStream/stream-video-js/issues/1626)) ([ef30579](https://github.com/GetStream/stream-video-js/commit/ef3057949648581a5e17775661c859f693191f92))
1002
+
1003
+ ## [1.4.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.17...@stream-io/video-react-native-sdk-1.4.18) (2024-12-16)
1004
+
1005
+ ### Bug Fixes
1006
+
1007
+ - metro commonjs issues with optional libs ([#1625](https://github.com/GetStream/stream-video-js/issues/1625)) ([78b5f05](https://github.com/GetStream/stream-video-js/commit/78b5f050c20c67f77c154a8fd5d1c4e59b72989f)), closes [#1620](https://github.com/GetStream/stream-video-js/issues/1620)
1008
+
1009
+ ## [1.4.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.16...@stream-io/video-react-native-sdk-1.4.17) (2024-12-13)
1010
+
1011
+ ### Bug Fixes
1012
+
1013
+ - **rn-sdk:** allow prop component ParticipantVideoFallback in FloatingParticipantView ([#1623](https://github.com/GetStream/stream-video-js/issues/1623)) ([d69ee13](https://github.com/GetStream/stream-video-js/commit/d69ee13f6fc882c006e3948c359ea8946c2a92f0))
1014
+
1015
+ ## [1.4.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.15...@stream-io/video-react-native-sdk-1.4.16) (2024-12-13)
1016
+
1017
+ ### Dependency Updates
1018
+
1019
+ - `@stream-io/video-client` updated to version `1.12.3`
1020
+ - `@stream-io/video-react-bindings` updated to version `1.2.13`
1021
+
1022
+ ### Bug Fixes
1023
+
1024
+ - multiple rare ringing issues in react-native ([#1611](https://github.com/GetStream/stream-video-js/issues/1611)) ([4e25264](https://github.com/GetStream/stream-video-js/commit/4e25264808eab469b7b7ab184fb19961d47bdff3))
1025
+
1026
+ ## [1.4.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.14...@stream-io/video-react-native-sdk-1.4.15) (2024-12-11)
1027
+
1028
+ ### Dependency Updates
1029
+
1030
+ - `@stream-io/video-client` updated to version `1.12.2`
1031
+ - `@stream-io/video-react-bindings` updated to version `1.2.12`
1032
+
1033
+ - drop docusaurus docs ([#1613](https://github.com/GetStream/stream-video-js/issues/1613)) ([8743c8d](https://github.com/GetStream/stream-video-js/commit/8743c8d221191759266010c6cd053480da1d71a5))
1034
+
1035
+ ## [1.4.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.13...@stream-io/video-react-native-sdk-1.4.14) (2024-12-11)
1036
+
1037
+ ### Dependency Updates
1038
+
1039
+ - `@stream-io/video-client` updated to version `1.12.1`
1040
+ - `@stream-io/video-react-bindings` updated to version `1.2.11`
1041
+
1042
+ ## [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)
1043
+
1044
+ ### Dependency Updates
1045
+
1046
+ - `@stream-io/video-client` updated to version `1.12.0`
1047
+ - `@stream-io/video-react-bindings` updated to version `1.2.10`
1048
+
1049
+ ## [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)
1050
+
1051
+ ### Dependency Updates
1052
+
1053
+ - `@stream-io/video-client` updated to version `1.11.15`
1054
+ - `@stream-io/video-react-bindings` updated to version `1.2.9`
1055
+
1056
+ ## [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)
1057
+
1058
+ ### Dependency Updates
1059
+
1060
+ - `@stream-io/video-client` updated to version `1.11.14`
1061
+ - `@stream-io/video-react-bindings` updated to version `1.2.8`
1062
+
1063
+ ## [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)
1064
+
1065
+ ### Bug Fixes
1066
+
1067
+ - remove cameraroll permissions ([#1610](https://github.com/GetStream/stream-video-js/issues/1610)) ([973d00e](https://github.com/GetStream/stream-video-js/commit/973d00ec73381211cd42711e2d76625f69b93a7c))
1068
+
1069
+ ## [1.4.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.8...@stream-io/video-react-native-sdk-1.4.9) (2024-12-03)
1070
+
1071
+ ### Dependency Updates
1072
+
1073
+ - `@stream-io/video-client` updated to version `1.11.13`
1074
+ - `@stream-io/video-react-bindings` updated to version `1.2.7`
1075
+
1076
+ ## [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)
1077
+
1078
+ ### Dependency Updates
1079
+
1080
+ - `@stream-io/video-client` updated to version `1.11.12`
1081
+ - `@stream-io/video-react-bindings` updated to version `1.2.6`
1082
+
1083
+ ## [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)
1084
+
1085
+ ### Dependency Updates
1086
+
1087
+ - `@stream-io/video-client` updated to version `1.11.11`
1088
+ - `@stream-io/video-react-bindings` updated to version `1.2.5`
1089
+
1090
+ ## [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)
1091
+
1092
+ ### Bug Fixes
1093
+
1094
+ - call joining, dominant speaker for pip android, spotlight layout for tablets ([#1603](https://github.com/GetStream/stream-video-js/issues/1603)) ([68ba86b](https://github.com/GetStream/stream-video-js/commit/68ba86b8c940b9559cdfba2db926afe707864a81))
1095
+
1096
+ ## [1.4.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.4...@stream-io/video-react-native-sdk-1.4.5) (2024-11-28)
1097
+
1098
+ ### Dependency Updates
1099
+
1100
+ - `@stream-io/video-client` updated to version `1.11.10`
1101
+ - `@stream-io/video-react-bindings` updated to version `1.2.4`
1102
+
1103
+ ## [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)
1104
+
1105
+ ### Dependency Updates
1106
+
1107
+ - `@stream-io/video-client` updated to version `1.11.9`
1108
+ - `@stream-io/video-react-bindings` updated to version `1.2.3`
1109
+
1110
+ ## [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)
1111
+
1112
+ ### Dependency Updates
1113
+
1114
+ - `@stream-io/video-client` updated to version `1.11.8`
1115
+ - `@stream-io/video-react-bindings` updated to version `1.2.2`
1116
+
1117
+ ## [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)
1118
+
1119
+ ### Bug Fixes
1120
+
1121
+ - disable join call button to prevent multiple call joins ([#1602](https://github.com/GetStream/stream-video-js/issues/1602)) ([9079217](https://github.com/GetStream/stream-video-js/commit/9079217ab7cc5a87a948059d206c334433c7da8f))
1122
+
1123
+ ## [1.4.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.0...@stream-io/video-react-native-sdk-1.4.1) (2024-11-26)
1124
+
1125
+ ### Dependency Updates
1126
+
1127
+ - `@stream-io/video-client` updated to version `1.11.7`
1128
+ - `@stream-io/video-react-bindings` updated to version `1.2.1`
1129
+
1130
+ ## [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)
1131
+
1132
+ ### Dependency Updates
1133
+
1134
+ - `@stream-io/video-react-bindings` updated to version `1.2.0`
1135
+
1136
+ ### Features
1137
+
1138
+ - **design-v2:** sdk and dogfood app design-v2 changes ([#1549](https://github.com/GetStream/stream-video-js/issues/1549)) ([480a359](https://github.com/GetStream/stream-video-js/commit/480a3593516e6662b35a44f97c72259548d08445))
1139
+
1140
+ ## [1.3.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.7...@stream-io/video-react-native-sdk-1.3.8) (2024-11-22)
1141
+
1142
+ ### Dependency Updates
1143
+
1144
+ - `@stream-io/video-client` updated to version `1.11.6`
1145
+ - `@stream-io/video-react-bindings` updated to version `1.1.23`
1146
+
1147
+ ## [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)
1148
+
1149
+ ### Dependency Updates
1150
+
1151
+ - `@stream-io/video-client` updated to version `1.11.5`
1152
+ - `@stream-io/video-react-bindings` updated to version `1.1.22`
1153
+
1154
+ ## [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)
1155
+
1156
+ ### Dependency Updates
1157
+
1158
+ - `@stream-io/video-client` updated to version `1.11.4`
1159
+ - `@stream-io/video-react-bindings` updated to version `1.1.21`
1160
+
1161
+ ## [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)
1162
+
1163
+ ### Dependency Updates
1164
+
1165
+ - `@stream-io/video-filters-react-native` updated to version `0.2.5`
1166
+
1167
+ ## [1.3.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.3...@stream-io/video-react-native-sdk-1.3.4) (2024-11-20)
1168
+
1169
+ ### Dependency Updates
1170
+
1171
+ - `@stream-io/video-client` updated to version `1.11.3`
1172
+ - `@stream-io/video-react-bindings` updated to version `1.1.20`
1173
+
1174
+ ## [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)
1175
+
1176
+ ### Bug Fixes
1177
+
1178
+ - use foreground service to keep call alive ([#1580](https://github.com/GetStream/stream-video-js/issues/1580)) ([22bc042](https://github.com/GetStream/stream-video-js/commit/22bc042a629508c8b2536d4b448308b1d8ec1d47))
1179
+
1180
+ ## [1.3.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.1...@stream-io/video-react-native-sdk-1.3.2) (2024-11-14)
1181
+
1182
+ ### Dependency Updates
1183
+
1184
+ - `@stream-io/video-client` updated to version `1.11.2`
1185
+ - `@stream-io/video-react-bindings` updated to version `1.1.19`
1186
+
1187
+ ## [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)
1188
+
1189
+ ### Dependency Updates
1190
+
1191
+ - `@stream-io/video-client` updated to version `1.11.1`
1192
+ - `@stream-io/video-react-bindings` updated to version `1.1.18`
1193
+
1194
+ ### Bug Fixes
1195
+
1196
+ - reject was not called on timeout, decline and cancel scenarios ([#1576](https://github.com/GetStream/stream-video-js/issues/1576)) ([8be76a4](https://github.com/GetStream/stream-video-js/commit/8be76a447729aeba7f5c68f8a9bb85b4738cb76d))
1197
+
1198
+ ## [1.3.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.15...@stream-io/video-react-native-sdk-1.3.0) (2024-11-13)
1199
+
1200
+ ### Features
1201
+
1202
+ - make push notification listeners more flexible for easier debugging ([#1542](https://github.com/GetStream/stream-video-js/issues/1542)) ([75a90e6](https://github.com/GetStream/stream-video-js/commit/75a90e6239365309c83bfebfcff491b4d0046d8b)), closes [#1447](https://github.com/GetStream/stream-video-js/issues/1447)
1203
+
1204
+ ## [1.2.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.14...@stream-io/video-react-native-sdk-1.2.15) (2024-11-13)
1205
+
1206
+ ### Dependency Updates
1207
+
1208
+ - `@stream-io/video-client` updated to version `1.11.0`
1209
+ - `@stream-io/video-react-bindings` updated to version `1.1.17`
1210
+
1211
+ ## [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)
1212
+
1213
+ ### Dependency Updates
1214
+
1215
+ - `@stream-io/video-client` updated to version `1.10.5`
1216
+ - `@stream-io/video-react-bindings` updated to version `1.1.16`
1217
+
1218
+ ## [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)
1219
+
1220
+ ### Dependency Updates
1221
+
1222
+ - `@stream-io/video-client` updated to version `1.10.4`
1223
+ - `@stream-io/video-react-bindings` updated to version `1.1.15`
1224
+
1225
+ ## [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)
1226
+
1227
+ ### Dependency Updates
1228
+
1229
+ - `@stream-io/video-client` updated to version `1.10.3`
1230
+ - `@stream-io/video-react-bindings` updated to version `1.1.14`
1231
+
1232
+ ## [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)
1233
+
1234
+ ### Bug Fixes
1235
+
1236
+ - share screen for alone participant on spotlight layout ([#1553](https://github.com/GetStream/stream-video-js/issues/1553)) ([660056a](https://github.com/GetStream/stream-video-js/commit/660056af56d7f2b9d09b5a834a8eb4b9cba48fba))
1237
+
1238
+ ## [1.2.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.9...@stream-io/video-react-native-sdk-1.2.10) (2024-11-01)
1239
+
1240
+ ### Dependency Updates
1241
+
1242
+ - `@stream-io/video-react-bindings` updated to version `1.1.13`
1243
+
1244
+ ## [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)
1245
+
1246
+ ### Dependency Updates
1247
+
1248
+ - `@stream-io/video-client` updated to version `1.10.2`
1249
+ - `@stream-io/video-react-bindings` updated to version `1.1.12`
1250
+
1251
+ ### Bug Fixes
1252
+
1253
+ - camera not enabled on foreground notifications ([#1546](https://github.com/GetStream/stream-video-js/issues/1546)) ([67c920a](https://github.com/GetStream/stream-video-js/commit/67c920ac4bca35a414b88f6c9829b08396a6260b))
1254
+
1255
+ ## [1.2.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.7...@stream-io/video-react-native-sdk-1.2.8) (2024-11-01)
1256
+
1257
+ ### Dependency Updates
1258
+
1259
+ - `@stream-io/video-react-bindings` updated to version `1.1.11`
1260
+
1261
+ ## [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)
1262
+
1263
+ ### Dependency Updates
1264
+
1265
+ - `@stream-io/video-client` updated to version `1.10.1`
1266
+ - `@stream-io/video-react-bindings` updated to version `1.1.10`
1267
+
1268
+ ## [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)
1269
+
1270
+ ### Dependency Updates
1271
+
1272
+ - `@stream-io/video-client` updated to version `1.10.0`
1273
+ - `@stream-io/video-react-bindings` updated to version `1.1.9`
1274
+
1275
+ ## [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)
1276
+
1277
+ ### Dependency Updates
1278
+
1279
+ - `@stream-io/video-client` updated to version `1.9.3`
1280
+ - `@stream-io/video-react-bindings` updated to version `1.1.8`
1281
+
1282
+ ## [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)
1283
+
1284
+ ### Bug Fixes
1285
+
1286
+ - added workaround for possible multiple createDevice calls on remounting ([#1532](https://github.com/GetStream/stream-video-js/issues/1532)) ([eb3afb4](https://github.com/GetStream/stream-video-js/commit/eb3afb4dc33289cde0639cc109194971d31f51e0))
1287
+
1288
+ ## [1.2.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.2...@stream-io/video-react-native-sdk-1.2.3) (2024-10-21)
1289
+
1290
+ ### Dependency Updates
1291
+
1292
+ - `@stream-io/video-client` updated to version `1.9.2`
1293
+ - `@stream-io/video-react-bindings` updated to version `1.1.7`
1294
+
1295
+ ## [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)
1296
+
1297
+ ### Dependency Updates
1298
+
1299
+ - `@stream-io/video-client` updated to version `1.9.1`
1300
+ - `@stream-io/video-react-bindings` updated to version `1.1.6`
1301
+
1302
+ ## [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)
1303
+
1304
+ ### Bug Fixes
1305
+
1306
+ - allow specifying publish options in PN config ([#1524](https://github.com/GetStream/stream-video-js/issues/1524)) ([a2ae74e](https://github.com/GetStream/stream-video-js/commit/a2ae74e8097bf1e58d040e4a7696ecadfc435843)), closes [#1434](https://github.com/GetStream/stream-video-js/issues/1434)
1307
+
1308
+ ## [1.2.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.6...@stream-io/video-react-native-sdk-1.2.0) (2024-10-16)
1309
+
1310
+ ### Dependency Updates
1311
+
1312
+ - `@stream-io/video-client` updated to version `1.9.0`
1313
+ - `@stream-io/video-react-bindings` updated to version `1.1.5`
1314
+
1315
+ ### Features
1316
+
1317
+ - **svc-codec:** VP9 and AV1 support ([#1434](https://github.com/GetStream/stream-video-js/issues/1434)) ([c9c8530](https://github.com/GetStream/stream-video-js/commit/c9c8530d48c9206dc3803e6aa6cc1859fd433920))
1318
+
1319
+ ## [1.1.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.5...@stream-io/video-react-native-sdk-1.1.6) (2024-10-16)
1320
+
1321
+ ### Dependency Updates
1322
+
1323
+ - `@stream-io/video-client` updated to version `1.8.4`
1324
+ - `@stream-io/video-react-bindings` updated to version `1.1.4`
1325
+
1326
+ ## [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)
1327
+
1328
+ ### Bug Fixes
1329
+
1330
+ - **react-native:** set objectFit based on actual video track dimensions ([#1520](https://github.com/GetStream/stream-video-js/issues/1520)) ([44ef7d2](https://github.com/GetStream/stream-video-js/commit/44ef7d2e69a910be45b2d3a7643c3f58e0f29803))
1331
+
1332
+ ## [1.1.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.3...@stream-io/video-react-native-sdk-1.1.4) (2024-10-10)
1333
+
1334
+ ### Dependency Updates
1335
+
1336
+ - `@stream-io/video-client` updated to version `1.8.3`
1337
+ - `@stream-io/video-react-bindings` updated to version `1.1.3`
1338
+
1339
+ ## [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)
1340
+
1341
+ ### Dependency Updates
1342
+
1343
+ - `@stream-io/video-client` updated to version `1.8.2`
1344
+ - `@stream-io/video-react-bindings` updated to version `1.1.2`
1345
+
1346
+ ## [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)
1347
+
1348
+ ### Dependency Updates
1349
+
1350
+ - `@stream-io/video-client` updated to version `1.8.1`
1351
+ - `@stream-io/video-react-bindings` updated to version `1.1.1`
1352
+
1353
+ ## [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)
1354
+
1355
+ ### Bug Fixes
1356
+
1357
+ - clarify about USE_FULL_SCREEN_INTENT android permission ([#1510](https://github.com/GetStream/stream-video-js/issues/1510)) ([ec61b32](https://github.com/GetStream/stream-video-js/commit/ec61b32449c89885b87fe972a38d25503bab0c0f))
1358
+
1359
+ ## [1.1.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.14...@stream-io/video-react-native-sdk-1.1.0) (2024-10-02)
1360
+
1361
+ ### Dependency Updates
1362
+
1363
+ - `@stream-io/video-client` updated to version `1.8.0`
1364
+ - `@stream-io/video-react-bindings` updated to version `1.1.0`
1365
+
1366
+ ### Features
1367
+
1368
+ - manual video quality selection ([#1486](https://github.com/GetStream/stream-video-js/issues/1486)) ([3a754af](https://github.com/GetStream/stream-video-js/commit/3a754afa1bd13d038b1023520ec8a5296ad2669e))
1369
+
1370
+ ## [1.0.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.13...@stream-io/video-react-native-sdk-1.0.14) (2024-10-02)
1371
+
1372
+ ### Dependency Updates
1373
+
1374
+ - `@stream-io/video-client` updated to version `1.7.4`
1375
+ - `@stream-io/video-react-bindings` updated to version `1.0.10`
1376
+
1377
+ ## [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)
1378
+
1379
+ ### Dependency Updates
1380
+
1381
+ - `@stream-io/video-client` updated to version `1.7.3`
1382
+ - `@stream-io/video-react-bindings` updated to version `1.0.9`
1383
+
1384
+ ## [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)
1385
+
1386
+ ### Dependency Updates
1387
+
1388
+ - `@stream-io/video-client` updated to version `1.7.2`
1389
+ - `@stream-io/video-react-bindings` updated to version `1.0.8`
1390
+
1391
+ ## [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)
1392
+
1393
+ ### Dependency Updates
1394
+
1395
+ - `@stream-io/video-client` updated to version `1.7.1`
1396
+ - `@stream-io/video-react-bindings` updated to version `1.0.7`
1397
+
1398
+ - `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))
1399
+
1400
+ ## [1.0.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.9...@stream-io/video-react-native-sdk-1.0.10) (2024-09-19)
1401
+
1402
+ ### Dependency Updates
1403
+
1404
+ - `@stream-io/video-client` updated to version `1.7.0`
1405
+ - `@stream-io/video-react-bindings` updated to version `1.0.6`
1406
+
1407
+ ## [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)
1408
+
1409
+ ### Dependency Updates
1410
+
1411
+ - `@stream-io/video-client` updated to version `1.6.5`
1412
+ - `@stream-io/video-react-bindings` updated to version `1.0.5`
1413
+
1414
+ ## [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)
1415
+
1416
+ ### Dependency Updates
1417
+
1418
+ - `@stream-io/video-client` updated to version `1.6.4`
1419
+ - `@stream-io/video-react-bindings` updated to version `1.0.4`
1420
+
1421
+ ## [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)
1422
+
1423
+ ### Bug Fixes
1424
+
1425
+ - replace dataSync with shortService for android foreground service type ([#1485](https://github.com/GetStream/stream-video-js/issues/1485)) ([2681535](https://github.com/GetStream/stream-video-js/commit/26815357f66b43f94e1d939fb30a6cdb85c77a5f))
1426
+
1427
+ ## [1.0.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.5...@stream-io/video-react-native-sdk-1.0.6) (2024-09-11)
1428
+
1429
+ ### Dependency Updates
1430
+
1431
+ - `@stream-io/video-client` updated to version `1.6.3`
1432
+ - `@stream-io/video-react-bindings` updated to version `1.0.3`
1433
+
1434
+ ## [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)
1435
+
1436
+ ### Dependency Updates
1437
+
1438
+ - `@stream-io/video-filters-react-native` updated to version `0.2.4`
1439
+
1440
+ ### Bug Fixes
1441
+
1442
+ - broken ios autolinking on react native 0.68 ([#1483](https://github.com/GetStream/stream-video-js/issues/1483)) ([734a361](https://github.com/GetStream/stream-video-js/commit/734a3615bc185fc17c7d7afc812c662a9bec92e7))
1443
+
1444
+ ## [1.0.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.3...@stream-io/video-react-native-sdk-1.0.4) (2024-09-09)
1445
+
1446
+ ### Dependency Updates
1447
+
1448
+ - `@stream-io/video-client` updated to version `1.6.2`
1449
+ - `@stream-io/video-react-bindings` updated to version `1.0.2`
1450
+
1451
+ ## [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)
1452
+
1453
+ ### Dependency Updates
1454
+
1455
+ - `@stream-io/video-filters-react-native` updated to version `0.2.3`
1456
+
1457
+ ### Bug Fixes
1458
+
1459
+ - set min ios version to 13.0 for the podspecs ([b6d8c16](https://github.com/GetStream/stream-video-js/commit/b6d8c163b66f75e12d0316abe46eebc6b017c29a))
1460
+
1461
+ ## [1.0.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.1...@stream-io/video-react-native-sdk-1.0.2) (2024-09-05)
1462
+
1463
+ ### Dependency Updates
1464
+
1465
+ - `@stream-io/video-client` updated to version `1.6.1`
1466
+ - `@stream-io/video-react-bindings` updated to version `1.0.1`
1467
+
1468
+ ## [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)
1469
+
1470
+ ### Dependency Updates
1471
+
1472
+ - `@stream-io/video-filters-react-native` updated to version `0.2.2`
1473
+
1474
+ - reset releaseAs tags [skip ci] ([6161687](https://github.com/GetStream/stream-video-js/commit/61616870178d6bbc29b22ca3b1a354e5e172c9c3))
1475
+
1476
+ ### Bug Fixes
1477
+
1478
+ - **ios:** if min ios version is not present default to 12 ([9279d59](https://github.com/GetStream/stream-video-js/commit/9279d59e861a51c723a0f17229c39dae946ee664))
1479
+
1480
+ ## [1.0.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.6...@stream-io/video-react-native-sdk-1.0.0) (2024-09-03)
1481
+
1482
+ - **@stream-io/video-react-native-sdk:** release version 1.0.0 ([c990e7a](https://github.com/GetStream/stream-video-js/commit/c990e7a3132c5ee2ddcc707d8a4759c5a08fd3ef))
1483
+
1484
+ ### Features
1485
+
1486
+ - Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
1487
+
1488
+ ## [1.0.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.6...@stream-io/video-react-native-sdk-1.0.0) (2024-09-03)
1489
+
1490
+ ### Features
1491
+
1492
+ - Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
1493
+
1494
+ ### [0.10.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.5...@stream-io/video-react-native-sdk-0.10.6) (2024-09-03)
1495
+
1496
+ ### Bug Fixes
1497
+
1498
+ - ios build after pip addition was only as a static framework ([#1473](https://github.com/GetStream/stream-video-js/issues/1473)) ([582fbc9](https://github.com/GetStream/stream-video-js/commit/582fbc921070368fde446ae666ef366eb3d46177)), closes [#1470](https://github.com/GetStream/stream-video-js/issues/1470)
1499
+
1500
+ ### [0.10.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.4...@stream-io/video-react-native-sdk-0.10.5) (2024-08-28)
1501
+
1502
+ ### Features
1503
+
1504
+ - PiP mode support on iOS ([#1469](https://github.com/GetStream/stream-video-js/issues/1469)) ([3a76378](https://github.com/GetStream/stream-video-js/commit/3a76378a3e663aa8bc23d801c6ac695d65ee77c6))
1505
+
1506
+ ### [0.10.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.3...@stream-io/video-react-native-sdk-0.10.4) (2024-08-23)
1507
+
1508
+ ### Dependency Updates
1509
+
1510
+ - `@stream-io/video-client` updated to version `1.5.2`
1511
+ - `@stream-io/video-react-bindings` updated to version `0.4.55`
1512
+
1513
+ ### [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)
1514
+
1515
+ ### Dependency Updates
1516
+
1517
+ - `@stream-io/video-client` updated to version `1.5.1`
1518
+ - `@stream-io/video-react-bindings` updated to version `0.4.54`
1519
+
1520
+ ### [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)
1521
+
1522
+ ### Dependency Updates
1523
+
1524
+ - `@stream-io/video-client` updated to version `1.5.0`
1525
+ - `@stream-io/video-react-bindings` updated to version `0.4.53`
1526
+
1527
+ ### Features
1528
+
1529
+ - **client:** add a instance getter ([#1461](https://github.com/GetStream/stream-video-js/issues/1461)) ([7f4d836](https://github.com/GetStream/stream-video-js/commit/7f4d836511d9afdcd61bf5c6317611d3725953a6))
1530
+
1531
+ ### [0.10.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.0...@stream-io/video-react-native-sdk-0.10.1) (2024-08-14)
1532
+
1533
+ ### Bug Fixes
1534
+
1535
+ - push notifications not dismissed automatically on android 8 and above ([18718e6](https://github.com/GetStream/stream-video-js/commit/18718e637265e02510a3d01a35be37e9a18d5117))
1536
+
1537
+ ## [0.10.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.7...@stream-io/video-react-native-sdk-0.10.0) (2024-08-08)
1538
+
1539
+ ### ⚠ BREAKING CHANGES
1540
+
1541
+ - **react-native:** make notifee to be optional (#1456)
1542
+
1543
+ ### Bug Fixes
1544
+
1545
+ - **react-native:** make notifee to be optional ([#1456](https://github.com/GetStream/stream-video-js/issues/1456)) ([0b3f787](https://github.com/GetStream/stream-video-js/commit/0b3f7876c82a8873901bc1bc77a17f6f98825166))
1546
+
1547
+ ### [0.9.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.6...@stream-io/video-react-native-sdk-0.9.7) (2024-08-06)
1548
+
1549
+ ### Bug Fixes
1550
+
1551
+ - added workaround for android where video doesn't resume when resuming app from lock screen ([#1454](https://github.com/GetStream/stream-video-js/issues/1454)) ([b112506](https://github.com/GetStream/stream-video-js/commit/b1125069b24c3bbbf0191582ba27ff841a0cd9f8))
1552
+
1553
+ ### [0.9.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.5...@stream-io/video-react-native-sdk-0.9.6) (2024-07-31)
1554
+
1555
+ ### Dependency Updates
1556
+
1557
+ - `@stream-io/video-client` updated to version `1.4.8`
1558
+ - `@stream-io/video-react-bindings` updated to version `0.4.52`
1559
+
1560
+ ### [0.9.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.4...@stream-io/video-react-native-sdk-0.9.5) (2024-07-30)
1561
+
1562
+ ### Dependency Updates
1563
+
1564
+ - `@stream-io/video-client` updated to version `1.4.7`
1565
+ - `@stream-io/video-react-bindings` updated to version `0.4.51`
1566
+
1567
+ ### Bug Fixes
1568
+
1569
+ - ringing state issues when call was already ended ([#1451](https://github.com/GetStream/stream-video-js/issues/1451)) ([4a3556e](https://github.com/GetStream/stream-video-js/commit/4a3556e0f7b0bd58d0022cc635aa4391014063d7))
1570
+
1571
+ ### [0.9.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.3...@stream-io/video-react-native-sdk-0.9.4) (2024-07-25)
1572
+
1573
+ ### Dependency Updates
1574
+
1575
+ - `@stream-io/video-client` updated to version `1.4.6`
1576
+ - `@stream-io/video-react-bindings` updated to version `0.4.50`
1577
+
1578
+ ### Bug Fixes
1579
+
1580
+ - allow reusing call instances after leaving ([#1433](https://github.com/GetStream/stream-video-js/issues/1433)) ([61e05af](https://github.com/GetStream/stream-video-js/commit/61e05af25c441b7db9db16166a6b4eca20ec7748))
1581
+
1582
+ ### [0.9.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.2...@stream-io/video-react-native-sdk-0.9.3) (2024-07-24)
1583
+
1584
+ ### Bug Fixes
1585
+
1586
+ - incoming call notifications not removed on call.leave on android 8 and above ([4000f8a](https://github.com/GetStream/stream-video-js/commit/4000f8a06299fc056b135992eba5d745c9202289))
1587
+
1588
+ ### [0.9.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.1...@stream-io/video-react-native-sdk-0.9.2) (2024-07-12)
1589
+
1590
+ ### Dependency Updates
1591
+
1592
+ - `@stream-io/video-client` updated to version `1.4.5`
1593
+ - `@stream-io/video-react-bindings` updated to version `0.4.49`
1594
+
1595
+ ### [0.9.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.0...@stream-io/video-react-native-sdk-0.9.1) (2024-07-05)
1596
+
1597
+ ### Bug Fixes
1598
+
1599
+ - **react-native:** ringing call content component did not handle reconnection state ([#1435](https://github.com/GetStream/stream-video-js/issues/1435)) ([a4a50b7](https://github.com/GetStream/stream-video-js/commit/a4a50b74e525324618681b273df998c4478068c6))
1600
+
1601
+ ## [0.9.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.9...@stream-io/video-react-native-sdk-0.9.0) (2024-07-05)
1602
+
1603
+ ### ⚠ BREAKING CHANGES
1604
+
1605
+ - **react-native:** support targetSdk android 14 (#1432)
1606
+
1607
+ ### Features
1608
+
1609
+ - **react-native:** support targetSdk android 14 ([#1432](https://github.com/GetStream/stream-video-js/issues/1432)) ([2e98fbe](https://github.com/GetStream/stream-video-js/commit/2e98fbe5000161088030d553fc38cd5243327dd1))
1610
+
1611
+ ### [0.8.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.8...@stream-io/video-react-native-sdk-0.8.9) (2024-07-02)
1612
+
1613
+ ### Dependency Updates
1614
+
1615
+ - `@stream-io/video-client` updated to version `1.4.4`
1616
+ - `@stream-io/video-react-bindings` updated to version `0.4.48`
1617
+
1618
+ ### [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)
1619
+
1620
+ ### Features
1621
+
1622
+ - **react-native:** enable android 14 compatibility for screensharing foreground service ([#1425](https://github.com/GetStream/stream-video-js/issues/1425)) ([f41aa10](https://github.com/GetStream/stream-video-js/commit/f41aa100b4a5f3ea72a3628407a5d101e9aea342))
1623
+
1624
+ ### [0.8.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.6...@stream-io/video-react-native-sdk-0.8.7) (2024-06-25)
1625
+
1626
+ ### Dependency Updates
1627
+
1628
+ - `@stream-io/video-client` updated to version `1.4.3`
1629
+ - `@stream-io/video-react-bindings` updated to version `0.4.47`
1630
+
1631
+ ### [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)
1632
+
1633
+ ### Dependency Updates
1634
+
1635
+ - `@stream-io/video-client` updated to version `1.4.2`
1636
+ - `@stream-io/video-react-bindings` updated to version `0.4.46`
1637
+
1638
+ ### [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)
1639
+
1640
+ ### Dependency Updates
1641
+
1642
+ - `@stream-io/video-client` updated to version `1.4.1`
1643
+ - `@stream-io/video-react-bindings` updated to version `0.4.45`
1644
+
1645
+ ### [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)
1646
+
1647
+ ### Dependency Updates
1648
+
1649
+ - `@stream-io/video-client` updated to version `1.4.0`
1650
+ - `@stream-io/video-react-bindings` updated to version `0.4.44`
1651
+
1652
+ ### [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)
1653
+
1654
+ ### Bug Fixes
1655
+
1656
+ - **rn:** screenshare overlay should not be seen for remote streams ([c9e9721](https://github.com/GetStream/stream-video-js/commit/c9e9721789de23985d6914011f5ddffd42fac5ab))
1657
+
1658
+ ### [0.8.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.1...@stream-io/video-react-native-sdk-0.8.2) (2024-06-13)
1659
+
1660
+ ### Bug Fixes
1661
+
1662
+ - **android:** no ringtone when incoming call was through foreground service ([#1402](https://github.com/GetStream/stream-video-js/issues/1402)) ([7796d81](https://github.com/GetStream/stream-video-js/commit/7796d817d03902c418fa7c672af05f4fc7df7c5d))
1663
+
1664
+ ### [0.8.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.0...@stream-io/video-react-native-sdk-0.8.1) (2024-06-12)
1665
+
1666
+ ### Dependency Updates
1667
+
1668
+ - `@stream-io/video-filters-react-native` updated to version `0.2.1`
1669
+
1670
+ ### Features
1671
+
1672
+ - docs to make video filters usable without the RN SDK ([6061f4d](https://github.com/GetStream/stream-video-js/commit/6061f4d5b83d1ed46051dde12c7d3e269ec26aeb))
1673
+
1674
+ ## [0.8.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.29...@stream-io/video-react-native-sdk-0.8.0) (2024-06-12)
1675
+
1676
+ ### Dependency Updates
1677
+
1678
+ - `@stream-io/video-filters-react-native` updated to version `0.2.0`
1679
+
1680
+ ### ⚠ BREAKING CHANGES
1681
+
1682
+ - **react-native:** add ios video filters (#1400)
1683
+
1684
+ ### Features
1685
+
1686
+ - **react-native:** add ios video filters ([#1400](https://github.com/GetStream/stream-video-js/issues/1400)) ([dbad806](https://github.com/GetStream/stream-video-js/commit/dbad806e136de7d60a10d292431c8cfe74bd28f9))
1687
+
1688
+ ### [0.7.29](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.28...@stream-io/video-react-native-sdk-0.7.29) (2024-06-12)
1689
+
1690
+ ### Dependency Updates
1691
+
1692
+ - `@stream-io/video-client` updated to version `1.3.1`
1693
+ - `@stream-io/video-react-bindings` updated to version `0.4.43`
1694
+
1695
+ ### [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)
1696
+
1697
+ ### Bug Fixes
1698
+
1699
+ - **ios:** do not disable camera on inactive state ([#1396](https://github.com/GetStream/stream-video-js/issues/1396)) ([741f0bc](https://github.com/GetStream/stream-video-js/commit/741f0bc2dc54db0f95211eea3b558b16a45d40f3))
1700
+
1701
+ ### [0.7.27](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.26...@stream-io/video-react-native-sdk-0.7.27) (2024-06-07)
1702
+
1703
+ ### Dependency Updates
1704
+
1705
+ - `@stream-io/video-client` updated to version `1.3.0`
1706
+ - `@stream-io/video-react-bindings` updated to version `0.4.42`
1707
+
1708
+ ### [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)
1709
+
1710
+ ### Dependency Updates
1711
+
1712
+ - `@stream-io/video-filters-react-native` updated to version `0.1.1`
1713
+
1714
+ ### [0.7.25](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.24...@stream-io/video-react-native-sdk-0.7.25) (2024-06-06)
1715
+
1716
+ ### Dependency Updates
1717
+
1718
+ - `@stream-io/video-filters-react-native` updated to version `0.1.0`
1719
+
1720
+ ### [0.7.24](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.23...@stream-io/video-react-native-sdk-0.7.24) (2024-06-06)
1721
+
1722
+ ### Features
1723
+
1724
+ - use logger from client for react native sdk ([#1391](https://github.com/GetStream/stream-video-js/issues/1391)) ([8779da9](https://github.com/GetStream/stream-video-js/commit/8779da965c169ac651b63d600beef3112db889fa))
1725
+
1726
+ ### [0.7.23](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.22...@stream-io/video-react-native-sdk-0.7.23) (2024-06-05)
1727
+
1728
+ ### Dependency Updates
1729
+
1730
+ - `@stream-io/video-client` updated to version `1.2.3`
1731
+ - `@stream-io/video-react-bindings` updated to version `0.4.41`
1732
+
1733
+ ### [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)
1734
+
1735
+ ### Bug Fixes
1736
+
1737
+ - use same channel id for all foreground services ([#1389](https://github.com/GetStream/stream-video-js/issues/1389)) ([d321b90](https://github.com/GetStream/stream-video-js/commit/d321b90330c73c694ea90e1f494f6e5f38d6c720))
1738
+
1739
+ ### [0.7.21](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.20...@stream-io/video-react-native-sdk-0.7.21) (2024-06-05)
1740
+
1741
+ ### Bug Fixes
1742
+
1743
+ - change unnecessary warning log to info ([e8dda7d](https://github.com/GetStream/stream-video-js/commit/e8dda7ded3bedc63e20e8230ecfab702da154f98))
1744
+
1745
+ ### [0.7.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.19...@stream-io/video-react-native-sdk-0.7.20) (2024-06-04)
1746
+
1747
+ ### Dependency Updates
1748
+
1749
+ - `@stream-io/video-client` updated to version `1.2.2`
1750
+ - `@stream-io/video-react-bindings` updated to version `0.4.40`
1751
+
1752
+ ### [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)
1753
+
1754
+ ### Dependency Updates
1755
+
1756
+ - `@stream-io/video-client` updated to version `1.2.1`
1757
+ - `@stream-io/video-react-bindings` updated to version `0.4.39`
1758
+
1759
+ ### [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)
1760
+
1761
+ ### Bug Fixes
1762
+
1763
+ - **react-native:** getting if pip was enabled from native was randomly broken ([#1385](https://github.com/GetStream/stream-video-js/issues/1385)) ([a055011](https://github.com/GetStream/stream-video-js/commit/a055011117fc4cee4ff00c855315aa72ffd7d881))
1764
+
1765
+ ### [0.7.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.16...@stream-io/video-react-native-sdk-0.7.17) (2024-06-03)
1766
+
1767
+ ### Dependency Updates
1768
+
1769
+ - `@stream-io/video-client` updated to version `1.2.0`
1770
+ - `@stream-io/video-react-bindings` updated to version `0.4.38`
1771
+
1772
+ ### [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)
1773
+
1774
+ ### Dependency Updates
1775
+
1776
+ - `@stream-io/video-client` updated to version `1.1.0`
1777
+ - `@stream-io/video-react-bindings` updated to version `0.4.37`
1778
+ - `@stream-io/video-filters-react-native` updated to version `0.0.1`
1779
+
1780
+ ### Features
1781
+
1782
+ - video filters on android ([#1382](https://github.com/GetStream/stream-video-js/issues/1382)) ([7ba8b0e](https://github.com/GetStream/stream-video-js/commit/7ba8b0e3b444869d38aae1a045dffb05444643f5))
1783
+
1784
+ ### [0.7.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.14...@stream-io/video-react-native-sdk-0.7.15) (2024-05-31)
1785
+
1786
+ ### Dependency Updates
1787
+
1788
+ - `@stream-io/video-client` updated to version `1.0.10`
1789
+ - `@stream-io/video-react-bindings` updated to version `0.4.36`
1790
+
1791
+ ### [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)
1792
+
1793
+ ### Dependency Updates
1794
+
1795
+ - `@stream-io/video-client` updated to version `1.0.9`
1796
+ - `@stream-io/video-react-bindings` updated to version `0.4.35`
1797
+
1798
+ ### [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)
1799
+
1800
+ ### Bug Fixes
1801
+
1802
+ - export the LivestreamPlayer component ([#1376](https://github.com/GetStream/stream-video-js/issues/1376)) ([89688a0](https://github.com/GetStream/stream-video-js/commit/89688a03a88ecebb04455b76237350ca0c91afe9)), closes [#1373](https://github.com/GetStream/stream-video-js/issues/1373)
1803
+
1804
+ ### [0.7.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.11...@stream-io/video-react-native-sdk-0.7.12) (2024-05-27)
1805
+
1806
+ ### Bug Fixes
1807
+
1808
+ - **reac-native:** properly cleanup call instance in LivestreamPlayer ([4e60c50](https://github.com/GetStream/stream-video-js/commit/4e60c5067503a7e3e1fdc77a4f6775c5873ed508))
1809
+
1810
+ ### [0.7.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.10...@stream-io/video-react-native-sdk-0.7.11) (2024-05-27)
1811
+
1812
+ ### Features
1813
+
1814
+ - **react-native:** add livestream player component ([#1373](https://github.com/GetStream/stream-video-js/issues/1373)) ([a821e23](https://github.com/GetStream/stream-video-js/commit/a821e2359ad6c3ff1535f971c1d644a0b35fff78))
1815
+
1816
+ ### [0.7.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.9...@stream-io/video-react-native-sdk-0.7.10) (2024-05-23)
1817
+
1818
+ ### Dependency Updates
1819
+
1820
+ - `@stream-io/video-client` updated to version `1.0.8`
1821
+ - `@stream-io/video-react-bindings` updated to version `0.4.34`
1822
+
1823
+ ### [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)
1824
+
1825
+ ### Bug Fixes
1826
+
1827
+ - workaround for samsung device ringtone quirks ([#1362](https://github.com/GetStream/stream-video-js/issues/1362)) ([d15380a](https://github.com/GetStream/stream-video-js/commit/d15380a4aac2bd9b7b6dc6b9de337739710c97b8))
1828
+
1829
+ ### [0.7.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.7...@stream-io/video-react-native-sdk-0.7.8) (2024-05-21)
1830
+
1831
+ ### Dependency Updates
1832
+
1833
+ - `@stream-io/video-client` updated to version `1.0.7`
1834
+ - `@stream-io/video-react-bindings` updated to version `0.4.33`
1835
+
1836
+ ### [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)
1837
+
1838
+ ### Dependency Updates
1839
+
1840
+ - `@stream-io/video-client` updated to version `1.0.6`
1841
+ - `@stream-io/video-react-bindings` updated to version `0.4.32`
1842
+
1843
+ ### Bug Fixes
1844
+
1845
+ - **state:** aligns the participant state with other SDKs ([#1357](https://github.com/GetStream/stream-video-js/issues/1357)) ([146e6ac](https://github.com/GetStream/stream-video-js/commit/146e6acd7296488bc18f4bf5c76e9f2c9bfd97af))
1846
+
1847
+ ### [0.7.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.5...@stream-io/video-react-native-sdk-0.7.6) (2024-05-16)
1848
+
1849
+ ### Dependency Updates
1850
+
1851
+ - `@stream-io/video-client` updated to version `1.0.5`
1852
+ - `@stream-io/video-react-bindings` updated to version `0.4.31`
1853
+
1854
+ ### [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)
1855
+
1856
+ ### Features
1857
+
1858
+ - add full screen incoming call view when phone is locked for android ([#1351](https://github.com/GetStream/stream-video-js/issues/1351)) ([54c9e0f](https://github.com/GetStream/stream-video-js/commit/54c9e0fb178a7ad37bb2db0c01f5bd507ef46ddf))
1859
+
1860
+ ### [0.7.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.3...@stream-io/video-react-native-sdk-0.7.4) (2024-05-14)
1861
+
1862
+ ### Bug Fixes
1863
+
1864
+ - **react-native:** mute and unmute device media stream optimistically ([#1354](https://github.com/GetStream/stream-video-js/issues/1354)) ([72f5df4](https://github.com/GetStream/stream-video-js/commit/72f5df4abc63b8824b4c0a9f00b7ee5848ab83da))
1865
+
1866
+ ### [0.7.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.2...@stream-io/video-react-native-sdk-0.7.3) (2024-05-14)
1867
+
1868
+ ### Dependency Updates
1869
+
1870
+ - `@stream-io/video-client` updated to version `1.0.4`
1871
+ - `@stream-io/video-react-bindings` updated to version `0.4.30`
1872
+
1873
+ ### [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)
1874
+
1875
+ ### Dependency Updates
1876
+
1877
+ - `@stream-io/video-client` updated to version `1.0.3`
1878
+ - `@stream-io/video-react-bindings` updated to version `0.4.29`
1879
+
1880
+ ### [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)
1881
+
1882
+ ### Dependency Updates
1883
+
1884
+ - `@stream-io/video-client` updated to version `1.0.2`
1885
+ - `@stream-io/video-react-bindings` updated to version `0.4.28`
1886
+
1887
+ ### Bug Fixes
1888
+
1889
+ - optimistically toggle device status ([#1342](https://github.com/GetStream/stream-video-js/issues/1342)) ([2e4e470](https://github.com/GetStream/stream-video-js/commit/2e4e470347fce7c7499dd21a931e5dec74bf9618))
1890
+
1891
+ ## [0.7.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.21...@stream-io/video-react-native-sdk-0.7.0) (2024-05-13)
1892
+
1893
+ ### ⚠ BREAKING CHANGES
1894
+
1895
+ - **react-native:** apply media stream management initial state asyncronously (#1345)
1896
+
1897
+ ### Bug Fixes
1898
+
1899
+ - **react-native:** apply media stream management initial state asyncronously ([#1345](https://github.com/GetStream/stream-video-js/issues/1345)) ([40b5a4e](https://github.com/GetStream/stream-video-js/commit/40b5a4e955f1bcf39755aa3848bc11c3436c14c9)), closes [#1236](https://github.com/GetStream/stream-video-js/issues/1236)
1900
+
1901
+ ### [0.6.21](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.20...@stream-io/video-react-native-sdk-0.6.21) (2024-05-07)
1902
+
1903
+ ### Dependency Updates
1904
+
1905
+ - `@stream-io/video-client` updated to version `1.0.1`
1906
+ - `@stream-io/video-react-bindings` updated to version `0.4.27`
1907
+
1908
+ ### [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)
1909
+
1910
+ ### Bug Fixes
1911
+
1912
+ - do not check for expo notifications lib dependency unnecessarily ([#1339](https://github.com/GetStream/stream-video-js/issues/1339)) ([0c5566f](https://github.com/GetStream/stream-video-js/commit/0c5566f311cb8377b4c1031387ba6be95165f234))
1913
+
1914
+ ### [0.6.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.18...@stream-io/video-react-native-sdk-0.6.19) (2024-05-07)
1915
+
1916
+ ### Dependency Updates
1917
+
1918
+ - `@stream-io/video-client` updated to version `1.0.0`
1919
+ - `@stream-io/video-react-bindings` updated to version `0.4.26`
1920
+
1921
+ ### [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)
1922
+
1923
+ ### Dependency Updates
1924
+
1925
+ - `@stream-io/video-client` updated to version `0.8.0`
1926
+ - `@stream-io/video-react-bindings` updated to version `0.4.25`
1927
+
1928
+ ### [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)
1929
+
1930
+ ### Dependency Updates
1931
+
1932
+ - `@stream-io/video-client` updated to version `0.7.13`
1933
+ - `@stream-io/video-react-bindings` updated to version `0.4.24`
1934
+
1935
+ ### [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)
1936
+
1937
+ ### Dependency Updates
1938
+
1939
+ - `@stream-io/video-client` updated to version `0.7.12`
1940
+ - `@stream-io/video-react-bindings` updated to version `0.4.23`
1941
+
1942
+ ### [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)
1943
+
1944
+ ### Dependency Updates
1945
+
1946
+ - `@stream-io/video-client` updated to version `0.7.11`
1947
+ - `@stream-io/video-react-bindings` updated to version `0.4.22`
1948
+
1949
+ ### Bug Fixes
1950
+
1951
+ - **devices:** API to disable speaking while muted notifications ([#1335](https://github.com/GetStream/stream-video-js/issues/1335)) ([cdff0e0](https://github.com/GetStream/stream-video-js/commit/cdff0e036bf4afca763e4f7a1563c23e806be190)), closes [#1329](https://github.com/GetStream/stream-video-js/issues/1329)
1952
+
1953
+ ### [0.6.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.13...@stream-io/video-react-native-sdk-0.6.14) (2024-04-30)
1954
+
1955
+ ### Dependency Updates
1956
+
1957
+ - `@stream-io/video-client` updated to version `0.7.10`
1958
+ - `@stream-io/video-react-bindings` updated to version `0.4.21`
1959
+
1960
+ ### [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)
1961
+
1962
+ ### Dependency Updates
1963
+
1964
+ - `@stream-io/video-client` updated to version `0.7.9`
1965
+ - `@stream-io/video-react-bindings` updated to version `0.4.20`
1966
+
1967
+ ### [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)
1968
+
1969
+ ### Dependency Updates
1970
+
1971
+ - `@stream-io/video-client` updated to version `0.7.8`
1972
+ - `@stream-io/video-react-bindings` updated to version `0.4.19`
1973
+
1974
+ ### [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)
1975
+
1976
+ ### Dependency Updates
1977
+
1978
+ - `@stream-io/video-client` updated to version `0.7.7`
1979
+ - `@stream-io/video-react-bindings` updated to version `0.4.18`
1980
+
1981
+ ### Features
1982
+
1983
+ - **feedback:** Collect user feedback ([#1324](https://github.com/GetStream/stream-video-js/issues/1324)) ([b415de0](https://github.com/GetStream/stream-video-js/commit/b415de0828e402f8d3b854553351843aad2e8473))
1984
+
1985
+ ### [0.6.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.9...@stream-io/video-react-native-sdk-0.6.10) (2024-04-23)
1986
+
1987
+ ### Dependency Updates
1988
+
1989
+ - `@stream-io/video-client` updated to version `0.7.6`
1990
+ - `@stream-io/video-react-bindings` updated to version `0.4.17`
1991
+
1992
+ ### [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)
1993
+
1994
+ ### Dependency Updates
1995
+
1996
+ - `@stream-io/video-client` updated to version `0.7.5`
1997
+ - `@stream-io/video-react-bindings` updated to version `0.4.16`
1998
+
1999
+ ### [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)
2000
+
2001
+ ### Bug Fixes
2002
+
2003
+ - move expo ringing setup to react-native firebase ([#1319](https://github.com/GetStream/stream-video-js/issues/1319)) ([bb57300](https://github.com/GetStream/stream-video-js/commit/bb57300028d67917269f8eee9ca33e129b2c7e9d))
2004
+
2005
+ ### [0.6.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.6...@stream-io/video-react-native-sdk-0.6.7) (2024-04-17)
2006
+
2007
+ ### Dependency Updates
2008
+
2009
+ - `@stream-io/video-client` updated to version `0.7.4`
2010
+ - `@stream-io/video-react-bindings` updated to version `0.4.15`
2011
+
2012
+ ### [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)
2013
+
2014
+ ### Dependency Updates
2015
+
2016
+ - `@stream-io/video-client` updated to version `0.7.3`
2017
+ - `@stream-io/video-react-bindings` updated to version `0.4.14`
2018
+
2019
+ ### [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)
2020
+
2021
+ ### Bug Fixes
2022
+
2023
+ - **react-native:** remove wrong required types in livestream buttons ([a357d6a](https://github.com/GetStream/stream-video-js/commit/a357d6ac24e3d15b068d152cc69403c471dff87c))
2024
+
2025
+ ### [0.6.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.3...@stream-io/video-react-native-sdk-0.6.4) (2024-04-16)
2026
+
2027
+ ### Dependency Updates
2028
+
2029
+ - `@stream-io/video-client` updated to version `0.7.2`
2030
+ - `@stream-io/video-react-bindings` updated to version `0.4.13`
2031
+
2032
+ ### [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)
2033
+
2034
+ ### Features
2035
+
2036
+ - **react-native:** add screen share and chat to livestream sample ([#1302](https://github.com/GetStream/stream-video-js/issues/1302)) ([4e7dbe0](https://github.com/GetStream/stream-video-js/commit/4e7dbe0bcbf8ea0e36a05241f1caf3eb9747a760))
2037
+
2038
+ ### [0.6.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.1...@stream-io/video-react-native-sdk-0.6.2) (2024-04-12)
2039
+
2040
+ ### Bug Fixes
2041
+
2042
+ - **react-native:** change objectFit to contain for screensharing ParticipantView ([#1314](https://github.com/GetStream/stream-video-js/issues/1314)) ([c50245d](https://github.com/GetStream/stream-video-js/commit/c50245df92d994d66ae1640b8acd41e8b2ec71e1))
2043
+
2044
+ ### [0.6.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.0...@stream-io/video-react-native-sdk-0.6.1) (2024-04-09)
2045
+
2046
+ ### Dependency Updates
2047
+
2048
+ - `@stream-io/video-client` updated to version `0.7.1`
2049
+ - `@stream-io/video-react-bindings` updated to version `0.4.12`
2050
+
2051
+ ## [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)
2052
+
2053
+ ### Dependency Updates
2054
+
2055
+ - `@stream-io/video-client` updated to version `0.7.0`
2056
+ - `@stream-io/video-react-bindings` updated to version `0.4.11`
2057
+
2058
+ ### ⚠ BREAKING CHANGES
2059
+
2060
+ - remove server-side capabilities from JS client (#1282)
2061
+
2062
+ ### Features
2063
+
2064
+ - remove server-side capabilities from JS client ([#1282](https://github.com/GetStream/stream-video-js/issues/1282)) ([362b6b5](https://github.com/GetStream/stream-video-js/commit/362b6b501e6aa1864eb8486e3129a1705a4d41fb))
2065
+
2066
+ ### [0.5.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.16...@stream-io/video-react-native-sdk-0.5.17) (2024-04-05)
2067
+
2068
+ ### Dependency Updates
2069
+
2070
+ - `@stream-io/video-client` updated to version `0.6.10`
2071
+ - `@stream-io/video-react-bindings` updated to version `0.4.10`
2072
+
2073
+ ### [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)
2074
+
2075
+ ### Dependency Updates
2076
+
2077
+ - `@stream-io/video-client` updated to version `0.6.9`
2078
+ - `@stream-io/video-react-bindings` updated to version `0.4.9`
2079
+
2080
+ ### [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)
2081
+
2082
+ ### Dependency Updates
2083
+
2084
+ - `@stream-io/video-client` updated to version `0.6.8`
2085
+ - `@stream-io/video-react-bindings` updated to version `0.4.8`
2086
+
2087
+ ### Features
2088
+
2089
+ - **react:** Support for Background Filters and Background Blurring ([#1283](https://github.com/GetStream/stream-video-js/issues/1283)) ([f790ee7](https://github.com/GetStream/stream-video-js/commit/f790ee78c20fb0f5266e429a777d8bb7ef158c83)), closes [#1271](https://github.com/GetStream/stream-video-js/issues/1271) [#1276](https://github.com/GetStream/stream-video-js/issues/1276)
2090
+
2091
+ ### [0.5.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.13...@stream-io/video-react-native-sdk-0.5.14) (2024-04-02)
2092
+
2093
+ ### Dependency Updates
2094
+
2095
+ - `@stream-io/video-client` updated to version `0.6.7`
2096
+ - `@stream-io/video-react-bindings` updated to version `0.4.7`
2097
+
2098
+ ### [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)
2099
+
2100
+ ### Dependency Updates
2101
+
2102
+ - `@stream-io/video-client` updated to version `0.6.6`
2103
+ - `@stream-io/video-react-bindings` updated to version `0.4.6`
2104
+
2105
+ ### [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)
2106
+
2107
+ ### Dependency Updates
2108
+
2109
+ - `@stream-io/video-client` updated to version `0.6.5`
2110
+ - `@stream-io/video-react-bindings` updated to version `0.4.5`
2111
+
2112
+ ### [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)
2113
+
2114
+ ### Dependency Updates
2115
+
2116
+ - `@stream-io/video-client` updated to version `0.6.4`
2117
+ - `@stream-io/video-react-bindings` updated to version `0.4.4`
2118
+
2119
+ ### Bug Fixes
2120
+
2121
+ - **react-native:** improve error logging for speaker manager hook and improve usage of incall manager in SDK ([#1299](https://github.com/GetStream/stream-video-js/issues/1299)) ([9527c41](https://github.com/GetStream/stream-video-js/commit/9527c4176d4e46224ddec18e3fddfb404e0aaae5))
2122
+
2123
+ ### [0.5.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.9...@stream-io/video-react-native-sdk-0.5.10) (2024-03-25)
2124
+
2125
+ ### Dependency Updates
2126
+
2127
+ - `@stream-io/video-client` updated to version `0.6.3`
2128
+ - `@stream-io/video-react-bindings` updated to version `0.4.3`
2129
+
2130
+ ### Features
2131
+
2132
+ - SFU stats reporting ([#1297](https://github.com/GetStream/stream-video-js/issues/1297)) ([f46e927](https://github.com/GetStream/stream-video-js/commit/f46e927cbd650bc9af64a01cd5ebcec6cf2cfda8)), closes [#1276](https://github.com/GetStream/stream-video-js/issues/1276)
2133
+
2134
+ ### [0.5.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.8...@stream-io/video-react-native-sdk-0.5.9) (2024-03-25)
2135
+
2136
+ ### Dependency Updates
2137
+
2138
+ - `@stream-io/video-client` updated to version `0.6.2`
2139
+ - `@stream-io/video-react-bindings` updated to version `0.4.2`
2140
+
2141
+ ### [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)
2142
+
2143
+ ### Bug Fixes
2144
+
2145
+ - **react-native:** react-native-callkeep optional dependency import issue in SDK ([#1294](https://github.com/GetStream/stream-video-js/issues/1294)) ([6c664a7](https://github.com/GetStream/stream-video-js/commit/6c664a701e6dc838c2a4fcd73ce3f2a24f7f915a))
2146
+
2147
+ ### [0.5.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.6...@stream-io/video-react-native-sdk-0.5.7) (2024-03-15)
2148
+
2149
+ ### Bug Fixes
2150
+
2151
+ - commonjs optional libs bug workaround ([#1292](https://github.com/GetStream/stream-video-js/issues/1292)) ([6d47386](https://github.com/GetStream/stream-video-js/commit/6d47386de79dac2e4a6cf98b31cb1127f48b881c))
2152
+
2153
+ ### [0.5.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.5...@stream-io/video-react-native-sdk-0.5.6) (2024-03-14)
2154
+
2155
+ ### Bug Fixes
2156
+
2157
+ - **react-native:** floating participant speaking border jump issue ([#1291](https://github.com/GetStream/stream-video-js/issues/1291)) ([8e6fb5a](https://github.com/GetStream/stream-video-js/commit/8e6fb5aa047b4353c16673b03fb215508d79951b))
2158
+
2159
+ ### [0.5.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.4...@stream-io/video-react-native-sdk-0.5.5) (2024-03-14)
2160
+
2161
+ ### Bug Fixes
2162
+
2163
+ - remove automatic call leave in call content ([#1289](https://github.com/GetStream/stream-video-js/issues/1289)) ([b9714da](https://github.com/GetStream/stream-video-js/commit/b9714daea6146bf1ecd1c9b91aec0dcf85c5274f))
2164
+
2165
+ ### [0.5.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.3...@stream-io/video-react-native-sdk-0.5.4) (2024-03-13)
2166
+
2167
+ ### Dependency Updates
2168
+
2169
+ - `@stream-io/video-client` updated to version `0.6.1`
2170
+ - `@stream-io/video-react-bindings` updated to version `0.4.1`
2171
+
2172
+ ### [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)
2173
+
2174
+ ### Bug Fixes
2175
+
2176
+ - **react-native:** demo app login screen ([#1285](https://github.com/GetStream/stream-video-js/issues/1285)) ([eb7a4f4](https://github.com/GetStream/stream-video-js/commit/eb7a4f482edb8af13edf57cc404f96adc56abd09))
2177
+
2178
+ ### [0.5.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.1...@stream-io/video-react-native-sdk-0.5.2) (2024-03-05)
2179
+
2180
+ ### [0.5.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.0...@stream-io/video-react-native-sdk-0.5.1) (2024-03-01)
2181
+
2182
+ ### Bug Fixes
2183
+
2184
+ - **react-native:** do not add screenshare permissions by default ([6bb3113](https://github.com/GetStream/stream-video-js/commit/6bb3113574f22fe6d5c6c9da41528da7502974ec))
2185
+
2186
+ ## [0.5.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.4.3...@stream-io/video-react-native-sdk-0.5.0) (2024-02-26)
2187
+
2188
+ ### Dependency Updates
2189
+
2190
+ - `@stream-io/video-client` updated to version `0.6.0`
2191
+ - `@stream-io/video-react-bindings` updated to version `0.4.0`
2192
+
2193
+ ### ⚠ BREAKING CHANGES
2194
+
2195
+ - **hooks:** expose permission hooks through useCallStateHooks() (#1254)
2196
+
2197
+ ### Features
2198
+
2199
+ - **hooks:** expose permission hooks through useCallStateHooks() ([#1254](https://github.com/GetStream/stream-video-js/issues/1254)) ([3eaa8bd](https://github.com/GetStream/stream-video-js/commit/3eaa8bd7592920eedb434b6ec747b6d22077ed87))
2200
+
2201
+ ### [0.4.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.4.2...@stream-io/video-react-native-sdk-0.4.3) (2024-02-19)
2202
+
2203
+ ### Dependency Updates
2204
+
2205
+ - `@stream-io/video-client` updated to version `0.5.11`
2206
+ - `@stream-io/video-react-bindings` updated to version `0.3.22`
2207
+
2208
+ ### [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)
2209
+
2210
+ ### Dependency Updates
2211
+
2212
+ - `@stream-io/video-client` updated to version `0.5.10`
2213
+ - `@stream-io/video-react-bindings` updated to version `0.3.21`
2214
+
2215
+ ### [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)
2216
+
2217
+ ### Dependency Updates
2218
+
2219
+ - `@stream-io/video-client` updated to version `0.5.9`
2220
+ - `@stream-io/video-react-bindings` updated to version `0.3.20`
2221
+
2222
+ ## [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)
2223
+
2224
+ ### ⚠ BREAKING CHANGES
2225
+
2226
+ - **react-native:** add missing push call.cancellation support in app terminated state (#1264)
2227
+
2228
+ ### Bug Fixes
2229
+
2230
+ - **react-native:** add missing push call.cancellation support in app terminated state ([#1264](https://github.com/GetStream/stream-video-js/issues/1264)) ([e5dae2e](https://github.com/GetStream/stream-video-js/commit/e5dae2e7f2a99185b5329d5dd5634fbfad318b63))
2231
+
2232
+ ### [0.3.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.17...@stream-io/video-react-native-sdk-0.3.18) (2024-02-06)
2233
+
2234
+ ### Dependency Updates
2235
+
2236
+ - `@stream-io/video-client` updated to version `0.5.8`
2237
+ - `@stream-io/video-react-bindings` updated to version `0.3.19`
2238
+
2239
+ ### [0.3.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.16...@stream-io/video-react-native-sdk-0.3.17) (2024-01-31)
2240
+
2241
+ ### Bug Fixes
2242
+
2243
+ - **react-native:** align outgoing call controls button sizes ([800e330](https://github.com/GetStream/stream-video-js/commit/800e3308893212a305c53710939d9f47aad0d48d))
2244
+ - **react-native:** check for ios provider name presence ([c6c5d2b](https://github.com/GetStream/stream-video-js/commit/c6c5d2bcc3f97ba3d7c28eac112db4cac9714078))
2245
+
2246
+ ### [0.3.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.15...@stream-io/video-react-native-sdk-0.3.16) (2024-01-30)
2247
+
2248
+ ### Bug Fixes
2249
+
2250
+ - **react-native-sdk:** use call settings permissions in CallControls ([#1255](https://github.com/GetStream/stream-video-js/issues/1255)) ([3eefa0d](https://github.com/GetStream/stream-video-js/commit/3eefa0db85693f79e32e6970cc42b2e8a5765f1a))
2251
+
2252
+ ### [0.3.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.14...@stream-io/video-react-native-sdk-0.3.15) (2024-01-30)
2253
+
2254
+ ### Features
2255
+
2256
+ - migrate expo example app to v50 ([#1249](https://github.com/GetStream/stream-video-js/issues/1249)) ([f4c99ac](https://github.com/GetStream/stream-video-js/commit/f4c99ac8bcd750c9bfc1628f5c05cfe42e50bb9f))
2257
+
2258
+ ### [0.3.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.13...@stream-io/video-react-native-sdk-0.3.14) (2024-01-29)
2259
+
2260
+ ### Dependency Updates
2261
+
2262
+ - `@stream-io/video-client` updated to version `0.5.7`
2263
+ - `@stream-io/video-react-bindings` updated to version `0.3.18`
2264
+
2265
+ ### [0.3.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.12...@stream-io/video-react-native-sdk-0.3.13) (2024-01-26)
2266
+
2267
+ ### Features
2268
+
2269
+ - add android default ringtone as the default ringing sound ([#1251](https://github.com/GetStream/stream-video-js/issues/1251)) ([bd47748](https://github.com/GetStream/stream-video-js/commit/bd47748177d82b9b0f5b1d01cfa1c8c5c28cc1ce))
2270
+
2271
+ ### [0.3.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.11...@stream-io/video-react-native-sdk-0.3.12) (2024-01-25)
2272
+
2273
+ ### Bug Fixes
2274
+
2275
+ - pass sound and vibration to android notifications display ([f4e34ec](https://github.com/GetStream/stream-video-js/commit/f4e34ec77ae8ab2885d6b98c428085431b52bc00))
2276
+
2277
+ ### [0.3.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.10...@stream-io/video-react-native-sdk-0.3.11) (2024-01-19)
2278
+
2279
+ ### Dependency Updates
2280
+
2281
+ - `@stream-io/video-client` updated to version `0.5.6`
2282
+ - `@stream-io/video-react-bindings` updated to version `0.3.17`
2283
+
2284
+ ### [0.3.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.9...@stream-io/video-react-native-sdk-0.3.10) (2024-01-16)
2285
+
2286
+ ### Features
2287
+
2288
+ - **react-native:** add support for kotlin in expo config plugin ([#1239](https://github.com/GetStream/stream-video-js/issues/1239)) ([d285e32](https://github.com/GetStream/stream-video-js/commit/d285e32940cf3864932cc6053f8e66bc164bceb0)), closes [#1231](https://github.com/GetStream/stream-video-js/issues/1231)
2289
+
2290
+ ### [0.3.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.8...@stream-io/video-react-native-sdk-0.3.9) (2024-01-16)
2291
+
2292
+ ### Dependency Updates
2293
+
2294
+ - `@stream-io/video-client` updated to version `0.5.5`
2295
+ - `@stream-io/video-react-bindings` updated to version `0.3.16`
2296
+
2297
+ ### [0.3.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.7...@stream-io/video-react-native-sdk-0.3.8) (2024-01-16)
2298
+
2299
+ ### Dependency Updates
2300
+
2301
+ - `@stream-io/video-client` updated to version `0.5.4`
2302
+ - `@stream-io/video-react-bindings` updated to version `0.3.15`
2303
+
2304
+ ### [0.3.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.6...@stream-io/video-react-native-sdk-0.3.7) (2024-01-05)
2305
+
2306
+ ### Features
2307
+
2308
+ - **react-native:** add ability to customize the objectFit for participant view ([#1225](https://github.com/GetStream/stream-video-js/issues/1225)) ([06c7010](https://github.com/GetStream/stream-video-js/commit/06c7010cd0fc128e4cfb582c8e8771e43a007629))
2309
+
2310
+ ### [0.3.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.5...@stream-io/video-react-native-sdk-0.3.6) (2023-12-22)
2311
+
2312
+ ### Dependency Updates
2313
+
2314
+ - `@stream-io/video-client` updated to version `0.5.3`
2315
+ - `@stream-io/video-react-bindings` updated to version `0.3.14`
2316
+
2317
+ ### [0.3.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.4...@stream-io/video-react-native-sdk-0.3.5) (2023-12-11)
2318
+
2319
+ ### Dependency Updates
2320
+
2321
+ - `@stream-io/video-client` updated to version `0.5.2`
2322
+ - `@stream-io/video-react-bindings` updated to version `0.3.13`
2323
+
2324
+ ### [0.3.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.3...@stream-io/video-react-native-sdk-0.3.4) (2023-12-06)
2325
+
2326
+ ### Bug Fixes
2327
+
2328
+ - **react-native:** unnecessary setState in initial device management ([#1211](https://github.com/GetStream/stream-video-js/issues/1211)) ([c9a10c3](https://github.com/GetStream/stream-video-js/commit/c9a10c3938aeddcae0008d4de84a604c873dcbde))
2329
+
2330
+ ### [0.3.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.2...@stream-io/video-react-native-sdk-0.3.3) (2023-12-05)
2331
+
2332
+ ### Dependency Updates
2333
+
2334
+ - `@stream-io/video-client` updated to version `0.5.1`
2335
+ - `@stream-io/video-react-bindings` updated to version `0.3.12`
2336
+
2337
+ ### Features
2338
+
2339
+ - **client:** speaking while muted in React Native using temporary peer connection ([#1207](https://github.com/GetStream/stream-video-js/issues/1207)) ([9093006](https://github.com/GetStream/stream-video-js/commit/90930063503b6dfb83572dad8a31e45b16bf1685))
2340
+
2341
+ ### [0.3.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.1...@stream-io/video-react-native-sdk-0.3.2) (2023-12-04)
2342
+
2343
+ ### Bug Fixes
2344
+
2345
+ - **react-native:** remove postinstall command as it breaks on windows ([90f0b9c](https://github.com/GetStream/stream-video-js/commit/90f0b9ced6aa0c89593cb860a5a5c87d782766ca))
2346
+
2347
+ ### [0.3.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.0...@stream-io/video-react-native-sdk-0.3.1) (2023-11-30)
2348
+
2349
+ ### Bug Fixes
2350
+
2351
+ - **react-native:** do not trigger initial device setting after join ([204c303](https://github.com/GetStream/stream-video-js/commit/204c303353c536c44b77350bb49c117f21e093c5))
2352
+
2353
+ ## [0.3.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.14...@stream-io/video-react-native-sdk-0.3.0) (2023-11-29)
2354
+
2355
+ ### Dependency Updates
2356
+
2357
+ - `@stream-io/video-client` updated to version `0.5.0`
2358
+ - `@stream-io/video-react-bindings` updated to version `0.3.11`
2359
+
2360
+ ### ⚠ BREAKING CHANGES
2361
+
2362
+ - **react-native:** move to webrtc 118 (#1197)
2363
+
2364
+ ### Features
2365
+
2366
+ - **react-native:** move to webrtc 118 ([#1197](https://github.com/GetStream/stream-video-js/issues/1197)) ([8cdbe11](https://github.com/GetStream/stream-video-js/commit/8cdbe11de069fcb6eae5643f5cef5c9612f6c805))
2367
+
2368
+ ### Bug Fixes
2369
+
2370
+ - **react-native:** remove unused import ([388d5fc](https://github.com/GetStream/stream-video-js/commit/388d5fc41479190c34b1f5042303157b96149381))
2371
+
2372
+ ### [0.2.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.13...@stream-io/video-react-native-sdk-0.2.14) (2023-11-27)
2373
+
2374
+ ### Dependency Updates
2375
+
2376
+ - `@stream-io/video-client` updated to version `0.4.10`
2377
+ - `@stream-io/video-react-bindings` updated to version `0.3.10`
2378
+
2379
+ ### [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)
2380
+
2381
+ ### Bug Fixes
2382
+
2383
+ - **react-native:** add default sound for android notifications ([6ecb6d3](https://github.com/GetStream/stream-video-js/commit/6ecb6d35016a4c8d8fc61d43c78a5b245c4f8ac5))
2384
+
2385
+ ### [0.2.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.11...@stream-io/video-react-native-sdk-0.2.12) (2023-11-22)
2386
+
2387
+ ### Dependency Updates
2388
+
2389
+ - `@stream-io/video-client` updated to version `0.4.9`
2390
+ - `@stream-io/video-react-bindings` updated to version `0.3.9`
2391
+
2392
+ ### [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)
2393
+
2394
+ ### Features
2395
+
2396
+ - **react-native:** update rn-webrtc version ([159b1cc](https://github.com/GetStream/stream-video-js/commit/159b1cc6b581f9dff257aad481170a36d5d065e9))
2397
+
2398
+ ### [0.2.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.9...@stream-io/video-react-native-sdk-0.2.10) (2023-11-16)
2399
+
2400
+ ### Dependency Updates
2401
+
2402
+ - `@stream-io/video-client` updated to version `0.4.8`
2403
+ - `@stream-io/video-react-bindings` updated to version `0.3.8`
2404
+
2405
+ ### [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)
2406
+
2407
+ ### Dependency Updates
2408
+
2409
+ - `@stream-io/video-client` updated to version `0.4.7`
2410
+ - `@stream-io/video-react-bindings` updated to version `0.3.7`
2411
+
2412
+ ### Features
2413
+
2414
+ - **device-api:** Browser Permissions API ([#1184](https://github.com/GetStream/stream-video-js/issues/1184)) ([a0b3573](https://github.com/GetStream/stream-video-js/commit/a0b3573b630ff8450953cdf1102fe722aea83f6f))
2415
+
2416
+ ### [0.2.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.7...@stream-io/video-react-native-sdk-0.2.8) (2023-11-13)
2417
+
2418
+ ### Dependency Updates
2419
+
2420
+ - `@stream-io/video-client` updated to version `0.4.6`
2421
+ - `@stream-io/video-react-bindings` updated to version `0.3.6`
2422
+
2423
+ ### [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)
2424
+
2425
+ ### Bug Fixes
2426
+
2427
+ - **react-native:** Cannot find interface declaration for 'RCTEventEmitter' ([#1185](https://github.com/GetStream/stream-video-js/issues/1185)) ([ab0f314](https://github.com/GetStream/stream-video-js/commit/ab0f314bb035529b9b0da27e2c6c6ed17cd4c626))
2428
+
2429
+ ### [0.2.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.5...@stream-io/video-react-native-sdk-0.2.6) (2023-11-07)
2430
+
2431
+ ### Dependency Updates
2432
+
2433
+ - `@stream-io/video-client` updated to version `0.4.5`
2434
+ - `@stream-io/video-react-bindings` updated to version `0.3.5`
2435
+
2436
+ ### [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)
2437
+
2438
+ ### Dependency Updates
2439
+
2440
+ - `@stream-io/video-client` updated to version `0.4.4`
2441
+ - `@stream-io/video-react-bindings` updated to version `0.3.4`
2442
+
2443
+ ### [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)
2444
+
2445
+ ### Dependency Updates
2446
+
2447
+ - `@stream-io/video-client` updated to version `0.4.3`
2448
+ - `@stream-io/video-react-bindings` updated to version `0.3.3`
2449
+
2450
+ ### [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)
2451
+
2452
+ ### Dependency Updates
2453
+
2454
+ - `@stream-io/video-client` updated to version `0.4.2`
2455
+ - `@stream-io/video-react-bindings` updated to version `0.3.2`
2456
+
2457
+ ### [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)
2458
+
2459
+ ### Dependency Updates
2460
+
2461
+ - `@stream-io/video-client` updated to version `0.4.1`
2462
+ - `@stream-io/video-react-bindings` updated to version `0.3.1`
2463
+
2464
+ ### [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)
2465
+
2466
+ ### Features
2467
+
2468
+ - **react-native:** add screensharing ([#1149](https://github.com/GetStream/stream-video-js/issues/1149)) ([e021365](https://github.com/GetStream/stream-video-js/commit/e021365158d9bbe3c6192294a02fa694ce9f24fe))
2469
+
2470
+ ## [0.2.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.14...@stream-io/video-react-native-sdk-0.2.0) (2023-10-27)
2471
+
2472
+ ### Dependency Updates
2473
+
2474
+ - `@stream-io/video-client` updated to version `0.4.0`
2475
+ - `@stream-io/video-react-bindings` updated to version `0.3.0`
2476
+
2477
+ ### ⚠ BREAKING CHANGES
2478
+
2479
+ - **react-sdk:** Universal Device Management API (#1127)
2480
+
2481
+ ### Features
2482
+
2483
+ - **react-sdk:** Universal Device Management API ([#1127](https://github.com/GetStream/stream-video-js/issues/1127)) ([aeb3561](https://github.com/GetStream/stream-video-js/commit/aeb35612745f45254b536281c5f81d1bcac2bab5))
2484
+
2485
+ ### [0.1.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.13...@stream-io/video-react-native-sdk-0.1.14) (2023-10-26)
2486
+
2487
+ ### Dependency Updates
2488
+
2489
+ - `@stream-io/video-react-bindings` updated to version `0.2.37`
2490
+
2491
+ ### [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)
2492
+
2493
+ ### Dependency Updates
2494
+
2495
+ - `@stream-io/video-client` updated to version `0.3.36`
2496
+ - `@stream-io/video-react-bindings` updated to version `0.2.37`
2497
+
2498
+ ### [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)
2499
+
2500
+ ### Features
2501
+
2502
+ - **react-native:** add picture-in-picture support for Android ([#1133](https://github.com/GetStream/stream-video-js/issues/1133)) ([ad313cc](https://github.com/GetStream/stream-video-js/commit/ad313cc1abf59020936b342621669448bd03c0a8))
2503
+
2504
+ ### [0.1.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.10...@stream-io/video-react-native-sdk-0.1.11) (2023-10-19)
2505
+
2506
+ ### Features
2507
+
2508
+ - **react-native:** live stream components for host and viewer ([#1135](https://github.com/GetStream/stream-video-js/issues/1135)) ([5a5f0e1](https://github.com/GetStream/stream-video-js/commit/5a5f0e10ba7c32d77c547bd3e42396a385fb9f50))
2509
+
2510
+ ### [0.1.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.9...@stream-io/video-react-native-sdk-0.1.10) (2023-10-19)
2511
+
2512
+ ### Dependency Updates
2513
+
2514
+ - `@stream-io/video-client` updated to version `0.3.35`
2515
+ - `@stream-io/video-react-bindings` updated to version `0.2.36`
2516
+
2517
+ ### Features
2518
+
2519
+ - mute screenshare_audio, update to the newest OpenAPI schema ([#1148](https://github.com/GetStream/stream-video-js/issues/1148)) ([81c45a7](https://github.com/GetStream/stream-video-js/commit/81c45a77e6a526de05ce5457357d212fb3e613d9))
2520
+
2521
+ ### [0.1.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.8...@stream-io/video-react-native-sdk-0.1.9) (2023-10-18)
2522
+
2523
+ ### Dependency Updates
2524
+
2525
+ - `@stream-io/video-client` updated to version `0.3.34`
2526
+ - `@stream-io/video-react-bindings` updated to version `0.2.35`
2527
+
2528
+ ### Features
2529
+
2530
+ - **build:** ESM and CJS bundles ([#1144](https://github.com/GetStream/stream-video-js/issues/1144)) ([58b60ee](https://github.com/GetStream/stream-video-js/commit/58b60eee4b1cd667d2eef8f17ed4e6da74876a51)), closes [#1025](https://github.com/GetStream/stream-video-js/issues/1025)
2531
+
2532
+ ### [0.1.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.7...@stream-io/video-react-native-sdk-0.1.8) (2023-10-13)
2533
+
2534
+ ### Bug Fixes
2535
+
2536
+ - **react-native:** misc expo config plugin bugs ([bba3f84](https://github.com/GetStream/stream-video-js/commit/bba3f8437cb0f7a662adef4e89fbc487225a5ed5))
2537
+
2538
+ ### [0.1.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.6...@stream-io/video-react-native-sdk-0.1.7) (2023-10-13)
2539
+
2540
+ ### Dependency Updates
2541
+
2542
+ - `@stream-io/video-client` updated to version `0.3.33`
2543
+ - `@stream-io/video-react-bindings` updated to version `0.2.34`
2544
+
2545
+ ### Bug Fixes
2546
+
2547
+ - **react-native:** added missing webrtc android expo config steps ([fb2c5a1](https://github.com/GetStream/stream-video-js/commit/fb2c5a1da24bc6c7d9d235ad1d8a562c8a075360))
2548
+
2549
+ ### [0.1.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.5...@stream-io/video-react-native-sdk-0.1.6) (2023-10-13)
2550
+
2551
+ ### Dependency Updates
2552
+
2553
+ - `@stream-io/video-client` updated to version `0.3.32`
2554
+ - `@stream-io/video-react-bindings` updated to version `0.2.33`
2555
+
2556
+ ### Features
2557
+
2558
+ - **react-native:** add landscape mode support to Lobby, RingingCallContent and DF app ([#1123](https://github.com/GetStream/stream-video-js/issues/1123)) ([cc247f0](https://github.com/GetStream/stream-video-js/commit/cc247f07d50acc775034535e37fd5b319f26673d))
2559
+
2560
+ ### Bug Fixes
2561
+
2562
+ - **react-native:** incorrect starting position on reanimated floating animation ([#1139](https://github.com/GetStream/stream-video-js/issues/1139)) ([8d09012](https://github.com/GetStream/stream-video-js/commit/8d09012bc42adbd4474ddbc24ebb0b0362e7332e))
2563
+
2564
+ ### [0.1.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.4...@stream-io/video-react-native-sdk-0.1.5) (2023-10-11)
2565
+
2566
+ ### Bug Fixes
2567
+
2568
+ - **react-native:** faulty default value for landscape mode for CallContent ([#1137](https://github.com/GetStream/stream-video-js/issues/1137)) ([ecb72b3](https://github.com/GetStream/stream-video-js/commit/ecb72b34c9acce690bfa157501c5dce845519670))
2569
+
2570
+ ### [0.1.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.3...@stream-io/video-react-native-sdk-0.1.4) (2023-10-09)
2571
+
2572
+ ### Dependency Updates
2573
+
2574
+ - `@stream-io/video-client` updated to version `0.3.31`
2575
+ - `@stream-io/video-react-bindings` updated to version `0.2.32`
2576
+
2577
+ ### Features
2578
+
2579
+ - **react-native:** add all push support to Expo and non ringing push for vanilla ([#1097](https://github.com/GetStream/stream-video-js/issues/1097)) ([9dcbe23](https://github.com/GetStream/stream-video-js/commit/9dcbe23dc949e452132b5450419a9558dc836309))
2580
+
2581
+ ### [0.1.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.2...@stream-io/video-react-native-sdk-0.1.3) (2023-10-06)
2582
+
2583
+ ### Dependency Updates
2584
+
2585
+ - `@stream-io/video-client` updated to version `0.3.30`
2586
+ - `@stream-io/video-react-bindings` updated to version `0.2.31`
2587
+
2588
+ ### Features
2589
+
2590
+ - ScreenShare Audio support ([#1118](https://github.com/GetStream/stream-video-js/issues/1118)) ([5b63e1c](https://github.com/GetStream/stream-video-js/commit/5b63e1c5f52c76e3761e6907bd3786c19f0e5c6d))
2591
+
2592
+ ### [0.1.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.1...@stream-io/video-react-native-sdk-0.1.2) (2023-10-05)
2593
+
2594
+ ### Dependency Updates
2595
+
2596
+ - `@stream-io/video-client` updated to version `0.3.29`
2597
+ - `@stream-io/video-react-bindings` updated to version `0.2.30`
2598
+
2599
+ ### [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)
2600
+
2601
+ ### Features
2602
+
2603
+ - **react-native:** add lobby footer component ([#1091](https://github.com/GetStream/stream-video-js/issues/1091)) ([4945eb3](https://github.com/GetStream/stream-video-js/commit/4945eb358c4217f502a9735865664cef6c133a93))
2604
+
2605
+ ## [0.1.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.28...@stream-io/video-react-native-sdk-0.1.0) (2023-10-04)
2606
+
2607
+ ### ⚠ BREAKING CHANGES
2608
+
2609
+ - **react-native:** set reactions through props and not config (#1069)
2610
+
2611
+ ### Features
2612
+
2613
+ - **react-native:** set reactions through props and not config ([#1069](https://github.com/GetStream/stream-video-js/issues/1069)) ([9569648](https://github.com/GetStream/stream-video-js/commit/95696482c5622c3c93f071356b980deebee6bfbf))
2614
+
2615
+ ### [0.0.28](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.27...@stream-io/video-react-native-sdk-0.0.28) (2023-10-02)
2616
+
2617
+ ### Features
2618
+
2619
+ - **react-native:** support landscape more for CallContent ([#1119](https://github.com/GetStream/stream-video-js/issues/1119)) ([2e218b4](https://github.com/GetStream/stream-video-js/commit/2e218b4ad8f00c5eb1632d64df6c5d3456b5af41))
2620
+
2621
+ ### [0.0.27](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.26...@stream-io/video-react-native-sdk-0.0.27) (2023-09-28)
2622
+
2623
+ ### Dependency Updates
2624
+
2625
+ - `@stream-io/video-client` updated to version `0.3.28`
2626
+ - `@stream-io/video-react-bindings` updated to version `0.2.29`
2627
+
2628
+ ### [0.0.26](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.25...@stream-io/video-react-native-sdk-0.0.26) (2023-09-28)
2629
+
2630
+ ### Bug Fixes
2631
+
2632
+ - **react-native:** initial media stream management according to BE and SDK settings ([#1110](https://github.com/GetStream/stream-video-js/issues/1110)) ([cca7cf6](https://github.com/GetStream/stream-video-js/commit/cca7cf6d977a3a46e17deb73fa4f1b585d2039e8))
2633
+
2634
+ ### [0.0.25](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.24...@stream-io/video-react-native-sdk-0.0.25) (2023-09-28)
2635
+
2636
+ ### Dependency Updates
2637
+
2638
+ - `@stream-io/video-client` updated to version `0.1.0`
2639
+ - `@stream-io/video-react-bindings` updated to version `0.2.28`
2640
+
2641
+ ### [0.0.24](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.23...@stream-io/video-react-native-sdk-0.0.24) (2023-09-27)
2642
+
2643
+ ### Dependency Updates
2644
+
2645
+ - `@stream-io/video-client` updated to version `0.1.0`
2646
+ - `@stream-io/video-react-bindings` updated to version `0.2.27`
2647
+
2648
+ ### Features
2649
+
2650
+ - **Call Preview:** Support for call thumbnails ([#1099](https://github.com/GetStream/stream-video-js/issues/1099)) ([9274f76](https://github.com/GetStream/stream-video-js/commit/9274f760ed264ee0ee6ac97c6fe679288e067fd8))
2651
+
2652
+ ### [0.0.23](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.22...@stream-io/video-react-native-sdk-0.0.23) (2023-09-27)
2653
+
2654
+ ### Dependency Updates
2655
+
2656
+ - `@stream-io/video-client` updated to version `0.1.0`
2657
+ - `@stream-io/video-react-bindings` updated to version `0.2.26`
2658
+
2659
+ ### [0.0.22](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.21...@stream-io/video-react-native-sdk-0.0.22) (2023-09-26)
2660
+
2661
+ ### Dependency Updates
2662
+
2663
+ - `@stream-io/video-client` updated to version `0.1.0`
2664
+ - `@stream-io/video-react-bindings` updated to version `0.2.25`
2665
+
2666
+ ### [0.0.21](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.20...@stream-io/video-react-native-sdk-0.0.21) (2023-09-26)
2667
+
2668
+ ### Dependency Updates
2669
+
2670
+ - `@stream-io/video-client` updated to version `0.1.0`
2671
+ - `@stream-io/video-react-bindings` updated to version `0.2.24`
2672
+
2673
+ ### [0.0.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.19...@stream-io/video-react-native-sdk-0.0.20) (2023-09-25)
2674
+
2675
+ ### Dependency Updates
2676
+
2677
+ - `@stream-io/i18n` updated to version `0.1.2`
2678
+ - `@stream-io/video-client` updated to version `0.1.0`
2679
+ - `@stream-io/video-react-bindings` updated to version `0.2.23`
2680
+
2681
+ ### Bug Fixes
2682
+
2683
+ - Add extra delay before attempting to play video in Safari and Firefox ([#1106](https://github.com/GetStream/stream-video-js/issues/1106)) ([5b4a589](https://github.com/GetStream/stream-video-js/commit/5b4a58918240a7b63807726609d6d54b92cfe1d2))
2684
+
2685
+ ### [0.0.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.18...@stream-io/video-react-native-sdk-0.0.19) (2023-09-20)
2686
+
2687
+ ### Dependency Updates
2688
+
2689
+ - `@stream-io/video-client` updated to version `0.1.0`
2690
+ - `@stream-io/video-react-bindings` updated to version `0.2.22`
2691
+
2692
+ ### [0.0.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.17...@stream-io/video-react-native-sdk-0.0.18) (2023-09-19)
2693
+
2694
+ ### Dependency Updates
2695
+
2696
+ - `@stream-io/video-client` updated to version `0.1.0`
2697
+ - `@stream-io/video-react-bindings` updated to version `0.2.21`
2698
+
2699
+ ### [0.0.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.16...@stream-io/video-react-native-sdk-0.0.17) (2023-09-18)
2700
+
2701
+ ### Dependency Updates
2702
+
2703
+ - `@stream-io/video-client` updated to version `0.1.0`
2704
+
2705
+ ### [0.0.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.15...@stream-io/video-react-native-sdk-0.0.16) (2023-09-15)
2706
+
2707
+ ### Dependency Updates
2708
+
2709
+ - `@stream-io/video-client` updated to version `0.1.0`
2710
+ - `@stream-io/video-react-bindings` updated to version `0.2.20`
2711
+
2712
+ ### Bug Fixes
2713
+
2714
+ - initial device state handling ([#1092](https://github.com/GetStream/stream-video-js/issues/1092)) ([a98d07f](https://github.com/GetStream/stream-video-js/commit/a98d07f9e3eaf6bb059911538ba2a64a1550e53d))
2715
+
2716
+ ### [0.0.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.14...@stream-io/video-react-native-sdk-0.0.15) (2023-09-15)
2717
+
2718
+ ### Dependency Updates
2719
+
2720
+ - `@stream-io/video-client` updated to version `0.1.0`
2721
+ - `@stream-io/video-react-bindings` updated to version `0.2.19`
2722
+
2723
+ ### [0.0.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.13...@stream-io/video-react-native-sdk-0.0.14) (2023-09-14)
2724
+
2725
+ ### Dependency Updates
2726
+
2727
+ - `@stream-io/video-client` updated to version `0.1.0`
2728
+ - `@stream-io/video-react-bindings` updated to version `0.2.18`
2729
+
2730
+ ### [0.0.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.12...@stream-io/video-react-native-sdk-0.0.13) (2023-09-13)
2731
+
2732
+ ### Dependency Updates
2733
+
2734
+ - `@stream-io/video-client` updated to version `0.1.0`
2735
+ - `@stream-io/video-react-bindings` updated to version `0.2.17`
2736
+
2737
+ ### [0.0.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.11...@stream-io/video-react-native-sdk-0.0.12) (2023-09-12)
2738
+
2739
+ ### Bug Fixes
2740
+
2741
+ - **react-native:** remove method to inform SDK about native permissions ([#1072](https://github.com/GetStream/stream-video-js/issues/1072)) ([53b4abd](https://github.com/GetStream/stream-video-js/commit/53b4abd80c17fc21d7f3a93dd103946ef0b3f080))
2742
+
2743
+ ### [0.0.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.10...@stream-io/video-react-native-sdk-0.0.11) (2023-09-12)
2744
+
2745
+ ### Bug Fixes
2746
+
2747
+ - **react-native:** add missing commonjs support ([#1075](https://github.com/GetStream/stream-video-js/issues/1075)) ([c9e4e7d](https://github.com/GetStream/stream-video-js/commit/c9e4e7df73c8568286afe18ec7816aa69836b1c7))
2748
+
2749
+ ### [0.0.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.9...@stream-io/video-react-native-sdk-0.0.10) (2023-09-11)
2750
+
2751
+ ### Bug Fixes
2752
+
2753
+ - **react-native:** add missing expo plugin in npm pack ([bfeb79d](https://github.com/GetStream/stream-video-js/commit/bfeb79d2a540f627e8fcefbe1524cf634307ce84))
2754
+
2755
+ ### [0.0.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.8...@stream-io/video-react-native-sdk-0.0.9) (2023-09-11)
2756
+
2757
+ ### Dependency Updates
2758
+
2759
+ - `@stream-io/video-client` updated to version `0.1.0`
2760
+ - `@stream-io/video-react-bindings` updated to version `0.2.16`
2761
+
2762
+ ### [0.0.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.7...@stream-io/video-react-native-sdk-0.0.8) (2023-09-07)
2763
+
2764
+ ### Features
2765
+
2766
+ - **react-native:** add expo video sample app ([#974](https://github.com/GetStream/stream-video-js/issues/974)) ([3c61756](https://github.com/GetStream/stream-video-js/commit/3c617566bea8160c765682c256d84d72e4243082))
2767
+
2768
+ ### [0.0.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.6...@stream-io/video-react-native-sdk-0.0.7) (2023-09-06)
2769
+
2770
+ ### Bug Fixes
2771
+
2772
+ - downgraded rn url polyfill dep to be compatible with jest ([#1059](https://github.com/GetStream/stream-video-js/issues/1059)) ([6f17239](https://github.com/GetStream/stream-video-js/commit/6f1723943e106a8584e46976350f1898b1b3bf50))
2773
+
2774
+ ### [0.0.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.5...@stream-io/video-react-native-sdk-0.0.6) (2023-09-05)
2775
+
2776
+ ### Bug Fixes
2777
+
2778
+ - added missing props for RingingCallContent ([#1057](https://github.com/GetStream/stream-video-js/issues/1057)) ([60bb247](https://github.com/GetStream/stream-video-js/commit/60bb2474f837346a87e06610fe26758caf12c890))
2779
+
2780
+ ### [0.0.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.4...@stream-io/video-react-native-sdk-0.0.5) (2023-09-05)
2781
+
2782
+ ### Bug Fixes
2783
+
2784
+ - override default handler with onPressHandler prop for ToggleCameraButton ([#1053](https://github.com/GetStream/stream-video-js/issues/1053)) ([2eecce6](https://github.com/GetStream/stream-video-js/commit/2eecce6d8e66ba58bede69776815efa929680716))
2785
+
2786
+ ### [0.0.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.3...@stream-io/video-react-native-sdk-0.0.4) (2023-09-05)
2787
+
2788
+ ### Bug Fixes
2789
+
2790
+ - **react-native:** missing translations in lobby component ([3dbed69](https://github.com/GetStream/stream-video-js/commit/3dbed692dcbb4b6a948cc1eb41540ab1e7825912))
2791
+
2792
+ ### [0.0.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.2...@stream-io/video-react-native-sdk-0.0.3) (2023-09-05)
2793
+
2794
+ ### Dependency Updates
2795
+
2796
+ - `@stream-io/video-client` updated to version `0.1.0`
2797
+ - `@stream-io/video-react-bindings` updated to version `0.2.15`
2798
+
2799
+ ### [0.0.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1...@stream-io/video-react-native-sdk-0.0.2) (2023-09-05)
2800
+
2801
+ ### Bug Fixes
2802
+
2803
+ - handle media device initial state when media status is undefined ([#1051](https://github.com/GetStream/stream-video-js/issues/1051)) ([4c9ff8d](https://github.com/GetStream/stream-video-js/commit/4c9ff8dda64eb5939ab1bae42734003da9aa768b))
2804
+
2805
+ ### [0.0.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.415...@stream-io/video-react-native-sdk-0.0.1) (2023-08-31)
2806
+
2807
+ ### Dependency Updates
2808
+
2809
+ - `@stream-io/i18n` updated to version `0.1.1`
2810
+ - `@stream-io/video-client` updated to version `0.1.0`
2811
+ - `@stream-io/video-react-bindings` updated to version `0.2.14`
2812
+
2813
+ ### Features
2814
+
2815
+ - first stable release 0.0.1 ([#1027](https://github.com/GetStream/stream-video-js/issues/1027)) ([3a2efe7](https://github.com/GetStream/stream-video-js/commit/3a2efe7a86c6ef5c79630207e85d4f4370ac5848))
2816
+ - **react-native:** first stable release ([#1036](https://github.com/GetStream/stream-video-js/issues/1036)) ([49750c1](https://github.com/GetStream/stream-video-js/commit/49750c1506fe94f680f0b2361c3506b57031ad81))