@stream-io/video-react-native-sdk 1.20.1-alpha.2 → 1.20.2

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 (35) hide show
  1. package/CHANGELOG.md +2635 -0
  2. package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js +37 -10
  3. package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
  4. package/dist/commonjs/components/Call/CallContent/RTCViewPipNative.js +8 -0
  5. package/dist/commonjs/components/Call/CallContent/RTCViewPipNative.js.map +1 -1
  6. package/dist/commonjs/hooks/useTrackDimensions.js +20 -7
  7. package/dist/commonjs/hooks/useTrackDimensions.js.map +1 -1
  8. package/dist/commonjs/version.js +1 -1
  9. package/dist/commonjs/version.js.map +1 -1
  10. package/dist/module/components/Call/CallContent/RTCViewPipIOS.js +39 -12
  11. package/dist/module/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
  12. package/dist/module/components/Call/CallContent/RTCViewPipNative.js +7 -0
  13. package/dist/module/components/Call/CallContent/RTCViewPipNative.js.map +1 -1
  14. package/dist/module/hooks/useTrackDimensions.js +20 -7
  15. package/dist/module/hooks/useTrackDimensions.js.map +1 -1
  16. package/dist/module/version.js +1 -1
  17. package/dist/module/version.js.map +1 -1
  18. package/dist/typescript/components/Call/CallContent/RTCViewPipIOS.d.ts.map +1 -1
  19. package/dist/typescript/components/Call/CallContent/RTCViewPipNative.d.ts +1 -0
  20. package/dist/typescript/components/Call/CallContent/RTCViewPipNative.d.ts.map +1 -1
  21. package/dist/typescript/hooks/useTrackDimensions.d.ts.map +1 -1
  22. package/dist/typescript/version.d.ts +1 -1
  23. package/dist/typescript/version.d.ts.map +1 -1
  24. package/ios/PictureInPicture/StreamPictureInPictureController.swift +4 -0
  25. package/ios/RTCViewPip.swift +17 -3
  26. package/ios/RTCViewPipManager.mm +1 -0
  27. package/ios/RTCViewPipManager.swift +39 -6
  28. package/ios/StreamVideoReactNative-Bridging-Header.h +1 -0
  29. package/package.json +8 -8
  30. package/src/components/Call/CallContent/RTCViewPipIOS.tsx +56 -12
  31. package/src/components/Call/CallContent/RTCViewPipNative.tsx +17 -0
  32. package/src/hooks/useTrackDimensions.ts +16 -5
  33. package/src/version.ts +1 -1
  34. package/ios/StreamVideoReactNative.xcodeproj/project.xcworkspace/xcuserdata/santhoshvaiyapuri.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  35. package/ios/StreamVideoReactNative.xcodeproj/xcuserdata/santhoshvaiyapuri.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
package/CHANGELOG.md ADDED
@@ -0,0 +1,2635 @@
1
+ # Changelog
2
+
3
+ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
+
5
+ ## [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)
6
+
7
+ ### Dependency Updates
8
+
9
+ - `@stream-io/noise-cancellation-react-native` updated to version `0.2.1`
10
+ - `@stream-io/video-filters-react-native` updated to version `0.6.1`
11
+ - `@stream-io/video-client` updated to version `1.27.2`
12
+ - `@stream-io/video-react-bindings` updated to version `1.7.11`
13
+
14
+ ### Bug Fixes
15
+
16
+ - 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)
17
+ - 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))
18
+
19
+ ## [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)
20
+
21
+ ### Bug Fixes
22
+
23
+ - 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))
24
+
25
+ ## [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)
26
+
27
+ ### Dependency Updates
28
+
29
+ - `@stream-io/noise-cancellation-react-native` updated to version `0.2.0`
30
+ - `@stream-io/video-filters-react-native` updated to version `0.6.0`
31
+ - `@stream-io/video-client` updated to version `1.27.1`
32
+ - `@stream-io/video-react-bindings` updated to version `1.7.10`
33
+
34
+ - bump webrtc version ([#1865](https://github.com/GetStream/stream-video-js/issues/1865)) ([18fd609](https://github.com/GetStream/stream-video-js/commit/18fd60945ef74eb23c089dc0b5adb2373b700602))
35
+
36
+ ### Features
37
+
38
+ - 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))
39
+ - 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))
40
+
41
+ ### Bug Fixes
42
+
43
+ - 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))
44
+ - 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))
45
+
46
+ ## [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)
47
+
48
+ ### Bug Fixes
49
+
50
+ - 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))
51
+ - ios pip blank local track issue ([47d8119](https://github.com/GetStream/stream-video-js/commit/47d811928f9f155b4d9f9cb23042a7556fd8414a))
52
+
53
+ ## [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)
54
+
55
+ ### Dependency Updates
56
+
57
+ - `@stream-io/video-client` updated to version `1.27.0`
58
+ - `@stream-io/video-react-bindings` updated to version `1.7.9`
59
+
60
+ ### Features
61
+
62
+ - Inbound Video Pause ([#1841](https://github.com/GetStream/stream-video-js/issues/1841)) ([5c7eb3a](https://github.com/GetStream/stream-video-js/commit/5c7eb3ac8b0fcfd663226d537279c8a941dedc21))
63
+
64
+ ### Bug Fixes
65
+
66
+ - 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))
67
+
68
+ ## [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)
69
+
70
+ ### Dependency Updates
71
+
72
+ - `@stream-io/video-client` updated to version `1.26.1`
73
+ - `@stream-io/video-react-bindings` updated to version `1.7.8`
74
+
75
+ ## [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)
76
+
77
+ ### Dependency Updates
78
+
79
+ - `@stream-io/video-client` updated to version `1.26.0`
80
+ - `@stream-io/video-react-bindings` updated to version `1.7.7`
81
+
82
+ ### Features
83
+
84
+ - **react-native:** speech detection ([#1850](https://github.com/GetStream/stream-video-js/issues/1850)) ([3f53e95](https://github.com/GetStream/stream-video-js/commit/3f53e95fdf0e739c809648211c52542d86df183f))
85
+
86
+ ### Bug Fixes
87
+
88
+ - 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))
89
+
90
+ ## [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)
91
+
92
+ ### Dependency Updates
93
+
94
+ - `@stream-io/video-client` updated to version `1.25.5`
95
+ - `@stream-io/video-react-bindings` updated to version `1.7.6`
96
+
97
+ ## [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)
98
+
99
+ ### Dependency Updates
100
+
101
+ - `@stream-io/video-client` updated to version `1.25.4`
102
+ - `@stream-io/video-react-bindings` updated to version `1.7.5`
103
+
104
+ ## [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)
105
+
106
+ ### Dependency Updates
107
+
108
+ - `@stream-io/video-client` updated to version `1.25.3`
109
+ - `@stream-io/video-react-bindings` updated to version `1.7.4`
110
+
111
+ ### Bug Fixes
112
+
113
+ - add loopSound for incoming call notifications ([9e02a3d](https://github.com/GetStream/stream-video-js/commit/9e02a3dd4de5af8a446b8b34450a3fa13b878aa2))
114
+ - 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))
115
+
116
+ ## [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)
117
+
118
+ ### Dependency Updates
119
+
120
+ - `@stream-io/video-client` updated to version `1.25.2`
121
+ - `@stream-io/video-react-bindings` updated to version `1.7.3`
122
+
123
+ ### Bug Fixes
124
+
125
+ - **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))
126
+
127
+ ## [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)
128
+
129
+ ### Dependency Updates
130
+
131
+ - `@stream-io/video-client` updated to version `1.25.1`
132
+ - `@stream-io/video-react-bindings` updated to version `1.7.2`
133
+
134
+ ## [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)
135
+
136
+ ### Dependency Updates
137
+
138
+ - `@stream-io/video-client` updated to version `1.25.0`
139
+ - `@stream-io/video-react-bindings` updated to version `1.7.1`
140
+
141
+ ## [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)
142
+
143
+ ### Dependency Updates
144
+
145
+ - `@stream-io/noise-cancellation-react-native` updated to version `0.1.1`
146
+ - `@stream-io/video-filters-react-native` updated to version `0.5.0`
147
+ - `@stream-io/video-client` updated to version `1.24.0`
148
+ - `@stream-io/video-react-bindings` updated to version `1.7.0`
149
+
150
+ - update webrtc version ([162a8d2](https://github.com/GetStream/stream-video-js/commit/162a8d24216a28659759ea16fe48630cadb1536f))
151
+
152
+ ### Features
153
+
154
+ - 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))
155
+ - moderation support ([#1822](https://github.com/GetStream/stream-video-js/issues/1822)) ([3948fae](https://github.com/GetStream/stream-video-js/commit/3948faeb2fa7ace8dd9c1df990f6e41e73fc0a26))
156
+
157
+ ## [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)
158
+
159
+ ### Dependency Updates
160
+
161
+ - `@stream-io/video-client` updated to version `1.23.5`
162
+ - `@stream-io/video-react-bindings` updated to version `1.6.8`
163
+
164
+ ### Bug Fixes
165
+
166
+ - 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))
167
+
168
+ ## [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)
169
+
170
+ ### Dependency Updates
171
+
172
+ - `@stream-io/video-client` updated to version `1.23.4`
173
+ - `@stream-io/video-react-bindings` updated to version `1.6.7`
174
+
175
+ ### Features
176
+
177
+ - 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))
178
+
179
+ ## [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)
180
+
181
+ ### Dependency Updates
182
+
183
+ - `@stream-io/noise-cancellation-react-native` updated to version `0.1.1`
184
+ - `@stream-io/video-client` updated to version `1.23.3`
185
+ - `@stream-io/video-react-bindings` updated to version `1.6.6`
186
+
187
+ ### Bug Fixes
188
+
189
+ - expo plugin should add foreground permissions on ringing config ([cba9746](https://github.com/GetStream/stream-video-js/commit/cba97469966aa35b67f380d82272a9bf3a8e2ef2))
190
+ - 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))
191
+
192
+ ## [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)
193
+
194
+ ### Features
195
+
196
+ - **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))
197
+
198
+ ## [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)
199
+
200
+ ### Dependency Updates
201
+
202
+ - `@stream-io/video-client` updated to version `1.23.2`
203
+ - `@stream-io/video-react-bindings` updated to version `1.6.5`
204
+
205
+ ## [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)
206
+
207
+ ### Dependency Updates
208
+
209
+ - `@stream-io/video-client` updated to version `1.23.1`
210
+ - `@stream-io/video-react-bindings` updated to version `1.6.4`
211
+
212
+ ## [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)
213
+
214
+ ### Dependency Updates
215
+
216
+ - `@stream-io/noise-cancellation-react-native` updated to version `0.1.0`
217
+ - `@stream-io/video-filters-react-native` updated to version `0.4.0`
218
+ - `@stream-io/video-client` updated to version `1.23.0`
219
+ - `@stream-io/video-react-bindings` updated to version `1.6.3`
220
+
221
+ ### Features
222
+
223
+ - **react-native:** Noise Cancellation ([#1793](https://github.com/GetStream/stream-video-js/issues/1793)) ([d7843e1](https://github.com/GetStream/stream-video-js/commit/d7843e1a23e6f6a35d1c159438d09bdfd17450a5))
224
+ - rn livestream improvements ([#1780](https://github.com/GetStream/stream-video-js/issues/1780)) ([8a3bb59](https://github.com/GetStream/stream-video-js/commit/8a3bb594b257c48a7045bfb6978fc233649945f5))
225
+ - **web:** improved noise cancellation ([#1794](https://github.com/GetStream/stream-video-js/issues/1794)) ([d59f19b](https://github.com/GetStream/stream-video-js/commit/d59f19b1ba1ff83fe5f024d783b868f4e98d3380))
226
+
227
+ ## [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)
228
+
229
+ ### Dependency Updates
230
+
231
+ - `@stream-io/video-filters-react-native` updated to version `0.3.1`
232
+ - `@stream-io/video-client` updated to version `1.22.2`
233
+ - `@stream-io/video-react-bindings` updated to version `1.6.2`
234
+
235
+ ### Bug Fixes
236
+
237
+ - enable chore releases ([#1792](https://github.com/GetStream/stream-video-js/issues/1792)) ([6046654](https://github.com/GetStream/stream-video-js/commit/6046654fe19505a1c115a4fb838759d010540614))
238
+
239
+ ## [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)
240
+
241
+ ### Dependency Updates
242
+
243
+ - `@stream-io/video-client` updated to version `1.22.1`
244
+ - `@stream-io/video-react-bindings` updated to version `1.6.1`
245
+
246
+ ## [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)
247
+
248
+ ### Bug Fixes
249
+
250
+ - 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))
251
+
252
+ ## [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)
253
+
254
+ ### Dependency Updates
255
+
256
+ - `@stream-io/video-filters-react-native` updated to version `0.3.0`
257
+ - `@stream-io/video-client` updated to version `1.22.0`
258
+ - `@stream-io/video-react-bindings` updated to version `1.6.0`
259
+
260
+ ### Features
261
+
262
+ - 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))
263
+ - **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))
264
+
265
+ ## [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)
266
+
267
+ ### Dependency Updates
268
+
269
+ - `@stream-io/video-client` updated to version `1.21.0`
270
+ - `@stream-io/video-react-bindings` updated to version `1.5.19`
271
+
272
+ - 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))
273
+
274
+ ### Features
275
+
276
+ - 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))
277
+
278
+ ## [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)
279
+
280
+ ### Dependency Updates
281
+
282
+ - `@stream-io/video-client` updated to version `1.20.2`
283
+ - `@stream-io/video-react-bindings` updated to version `1.5.18`
284
+
285
+ ## [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)
286
+
287
+ ### Dependency Updates
288
+
289
+ - `@stream-io/video-client` updated to version `1.20.1`
290
+ - `@stream-io/video-react-bindings` updated to version `1.5.17`
291
+
292
+ ### Bug Fixes
293
+
294
+ - add missing bg task scheduler key for expo ([2f901cb](https://github.com/GetStream/stream-video-js/commit/2f901cbd07f2d808f67bf812b21ab1e17990fdac))
295
+ - 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))
296
+
297
+ ## [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)
298
+
299
+ ### Dependency Updates
300
+
301
+ - `@stream-io/video-client` updated to version `1.20.0`
302
+ - `@stream-io/video-react-bindings` updated to version `1.5.16`
303
+
304
+ ## [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)
305
+
306
+ ### Dependency Updates
307
+
308
+ - `@stream-io/video-client` updated to version `1.19.3`
309
+ - `@stream-io/video-react-bindings` updated to version `1.5.15`
310
+
311
+ ## [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)
312
+
313
+ ### Dependency Updates
314
+
315
+ - `@stream-io/video-client` updated to version `1.19.2`
316
+ - `@stream-io/video-react-bindings` updated to version `1.5.14`
317
+
318
+ ### Bug Fixes
319
+
320
+ - 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))
321
+
322
+ ## [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)
323
+
324
+ ### Dependency Updates
325
+
326
+ - `@stream-io/video-client` updated to version `1.19.1`
327
+ - `@stream-io/video-react-bindings` updated to version `1.5.13`
328
+
329
+ - 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))
330
+
331
+ ### Bug Fixes
332
+
333
+ - 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))
334
+
335
+ ## [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)
336
+
337
+ ### Dependency Updates
338
+
339
+ - `@stream-io/video-client` updated to version `1.19.0`
340
+ - `@stream-io/video-react-bindings` updated to version `1.5.12`
341
+
342
+ ### Features
343
+
344
+ - 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))
345
+
346
+ ## [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)
347
+
348
+ ### Dependency Updates
349
+
350
+ - `@stream-io/video-client` updated to version `1.18.9`
351
+ - `@stream-io/video-react-bindings` updated to version `1.5.11`
352
+
353
+ - 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))
354
+ - 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))
355
+
356
+ ## [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)
357
+
358
+ ### Dependency Updates
359
+
360
+ - `@stream-io/video-client` updated to version `1.18.8`
361
+ - `@stream-io/video-react-bindings` updated to version `1.5.10`
362
+
363
+ - align expo plugin background modes with flutter ([f6950cb](https://github.com/GetStream/stream-video-js/commit/f6950cb39d0c83413aca1c59e670efea5c5cdd6a))
364
+ - dependency upgrades and cleanup ([#1727](https://github.com/GetStream/stream-video-js/issues/1727)) ([c3b0ede](https://github.com/GetStream/stream-video-js/commit/c3b0ede3ce444c28c51457155e8ccff584c2c1e5))
365
+ - RN Ringing App ([#1719](https://github.com/GetStream/stream-video-js/issues/1719)) ([6fcb33f](https://github.com/GetStream/stream-video-js/commit/6fcb33f3574adbf8f22cf016625fe53a11ed1169))
366
+
367
+ ## [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)
368
+
369
+ ### Dependency Updates
370
+
371
+ - `@stream-io/video-client` updated to version `1.18.7`
372
+ - `@stream-io/video-react-bindings` updated to version `1.5.9`
373
+
374
+ ### Bug Fixes
375
+
376
+ - 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))
377
+
378
+ ## [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)
379
+
380
+ ### Dependency Updates
381
+
382
+ - `@stream-io/video-client` updated to version `1.18.6`
383
+ - `@stream-io/video-react-bindings` updated to version `1.5.8`
384
+
385
+ ## [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)
386
+
387
+ ### Dependency Updates
388
+
389
+ - `@stream-io/video-client` updated to version `1.18.5`
390
+ - `@stream-io/video-react-bindings` updated to version `1.5.7`
391
+
392
+ ## [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)
393
+
394
+ ### Bug Fixes
395
+
396
+ - 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))
397
+
398
+ ## [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)
399
+
400
+ ### Dependency Updates
401
+
402
+ - `@stream-io/video-client` updated to version `1.18.4`
403
+ - `@stream-io/video-react-bindings` updated to version `1.5.6`
404
+
405
+ ### Bug Fixes
406
+
407
+ - 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))
408
+
409
+ ## [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)
410
+
411
+ - **@stream-io/video-react-native-sdk:** release version 1.10.12 ([8730ef6](https://github.com/GetStream/stream-video-js/commit/8730ef61b38c7c48d90a959a1573a5612b9102bd))
412
+ - add background modes in our plugin as fallback if other plugins are not installed ([dd23ab8](https://github.com/GetStream/stream-video-js/commit/dd23ab87706d86b8181830ff1f44c421aabfb432))
413
+
414
+ ### Bug Fixes
415
+
416
+ - 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))
417
+
418
+ ## [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)
419
+
420
+ - add background modes in our plugin as fallback if other plugins are not installed ([dd23ab8](https://github.com/GetStream/stream-video-js/commit/dd23ab87706d86b8181830ff1f44c421aabfb432))
421
+
422
+ ### Bug Fixes
423
+
424
+ - 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))
425
+
426
+ ## [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)
427
+
428
+ ### Dependency Updates
429
+
430
+ - `@stream-io/video-client` updated to version `1.18.3`
431
+ - `@stream-io/video-react-bindings` updated to version `1.5.5`
432
+
433
+ ## [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)
434
+
435
+ ### Dependency Updates
436
+
437
+ - `@stream-io/video-client` updated to version `1.18.2`
438
+ - `@stream-io/video-react-bindings` updated to version `1.5.4`
439
+
440
+ ## [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)
441
+
442
+ ### Dependency Updates
443
+
444
+ - `@stream-io/video-client` updated to version `1.18.1`
445
+ - `@stream-io/video-react-bindings` updated to version `1.5.3`
446
+
447
+ ## [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)
448
+
449
+ ### Bug Fixes
450
+
451
+ - 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))
452
+
453
+ ## [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)
454
+
455
+ - pinning rn dev dep for sdk ([0e78ddc](https://github.com/GetStream/stream-video-js/commit/0e78ddcfabdd7f42849cad47efa0da623c2021cb))
456
+
457
+ ### Bug Fixes
458
+
459
+ - pip race condition ([#1700](https://github.com/GetStream/stream-video-js/issues/1700)) ([60c8aa6](https://github.com/GetStream/stream-video-js/commit/60c8aa6c5651072f15da1770e9840d3f2b8c11c0))
460
+
461
+ ## [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)
462
+
463
+ ### Dependency Updates
464
+
465
+ - `@stream-io/video-client` updated to version `1.18.0`
466
+ - `@stream-io/video-react-bindings` updated to version `1.5.2`
467
+
468
+ ### Bug Fixes
469
+
470
+ - 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)
471
+
472
+ ## [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)
473
+
474
+ ### Bug Fixes
475
+
476
+ - callControls styling issue ([#1689](https://github.com/GetStream/stream-video-js/issues/1689)) ([3d68faa](https://github.com/GetStream/stream-video-js/commit/3d68faa3369a05ab59cd6ccd887881a016dfee93))
477
+ - expo build issues ([#1695](https://github.com/GetStream/stream-video-js/issues/1695)) ([7fe7424](https://github.com/GetStream/stream-video-js/commit/7fe742496ba484b9d5149a39f8c05a504f2aff00))
478
+ - ios distinct values ([#1692](https://github.com/GetStream/stream-video-js/issues/1692)) ([d83291d](https://github.com/GetStream/stream-video-js/commit/d83291d439abd41aa0f2654f42c130b4f9375719))
479
+ - 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))
480
+
481
+ ## [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)
482
+
483
+ ### Bug Fixes
484
+
485
+ - add smallIcon to android push config for expo naming support ([ef94317](https://github.com/GetStream/stream-video-js/commit/ef943174d6e40c94c5c6b02fd0e6be06081ab429))
486
+
487
+ ## [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)
488
+
489
+ ### Dependency Updates
490
+
491
+ - `@stream-io/video-client` updated to version `1.17.1`
492
+ - `@stream-io/video-react-bindings` updated to version `1.5.1`
493
+
494
+ ## [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)
495
+
496
+ ### Bug Fixes
497
+
498
+ - 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))
499
+
500
+ ## [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)
501
+
502
+ ### Bug Fixes
503
+
504
+ - 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))
505
+
506
+ ## [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)
507
+
508
+ ### Dependency Updates
509
+
510
+ - `@stream-io/video-client` updated to version `1.17.0`
511
+ - `@stream-io/video-react-bindings` updated to version `1.5.0`
512
+ - `@stream-io/video-filters-react-native` updated to version `0.2.8`
513
+
514
+ - update webrtc deps ([6ea4861](https://github.com/GetStream/stream-video-js/commit/6ea4861eb1b390c82f6ea6d01d6c5e80bdab8b84))
515
+
516
+ ### Features
517
+
518
+ - 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))
519
+
520
+ ## [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)
521
+
522
+ ### Bug Fixes
523
+
524
+ - 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))
525
+
526
+ ## [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)
527
+
528
+ ### Dependency Updates
529
+
530
+ - `@stream-io/video-client` updated to version `1.16.7`
531
+ - `@stream-io/video-react-bindings` updated to version `1.4.15`
532
+
533
+ ## [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)
534
+
535
+ ### Bug Fixes
536
+
537
+ - 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)
538
+
539
+ ## [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)
540
+
541
+ ### Dependency Updates
542
+
543
+ - `@stream-io/video-client` updated to version `1.16.6`
544
+ - `@stream-io/video-react-bindings` updated to version `1.4.14`
545
+ - `@stream-io/video-filters-react-native` updated to version `0.2.7`
546
+
547
+ ### Bug Fixes
548
+
549
+ - 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))
550
+
551
+ ## [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)
552
+
553
+ ### Dependency Updates
554
+
555
+ - `@stream-io/video-client` updated to version `1.16.5`
556
+ - `@stream-io/video-react-bindings` updated to version `1.4.13`
557
+
558
+ ## [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)
559
+
560
+ ### Bug Fixes
561
+
562
+ - attempt workaround for bad notification for start foreground ([402ff06](https://github.com/GetStream/stream-video-js/commit/402ff067f05364724f30dbd21af996336d1dfa2f))
563
+
564
+ ## [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)
565
+
566
+ ### Dependency Updates
567
+
568
+ - `@stream-io/video-client` updated to version `1.16.4`
569
+ - `@stream-io/video-react-bindings` updated to version `1.4.12`
570
+
571
+ ## [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)
572
+
573
+ - 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))
574
+
575
+ ### Bug Fixes
576
+
577
+ - 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))
578
+
579
+ ## [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)
580
+
581
+ ### Dependency Updates
582
+
583
+ - `@stream-io/video-client` updated to version `1.16.3`
584
+ - `@stream-io/video-react-bindings` updated to version `1.4.11`
585
+
586
+ ## [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)
587
+
588
+ ### Bug Fixes
589
+
590
+ - 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))
591
+
592
+ ## [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)
593
+
594
+ ### Bug Fixes
595
+
596
+ - NoClassDefFoundError on PiP on android 7 and below ([70ac465](https://github.com/GetStream/stream-video-js/commit/70ac4656b5f0b42c649f38ff288adb47eff02907))
597
+
598
+ ## [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)
599
+
600
+ ### Dependency Updates
601
+
602
+ - `@stream-io/video-client` updated to version `1.16.2`
603
+ - `@stream-io/video-react-bindings` updated to version `1.4.10`
604
+
605
+ ## [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)
606
+
607
+ ### Bug Fixes
608
+
609
+ - start foreground service only when app is in active state ([f8bfef8](https://github.com/GetStream/stream-video-js/commit/f8bfef89f8151695bbc405244a9f77097fe6892e))
610
+
611
+ ## [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)
612
+
613
+ ### Dependency Updates
614
+
615
+ - `@stream-io/video-client` updated to version `1.16.1`
616
+ - `@stream-io/video-react-bindings` updated to version `1.4.9`
617
+
618
+ ## [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)
619
+
620
+ ### Bug Fixes
621
+
622
+ - handle null activities for pip on android ([dd9b59d](https://github.com/GetStream/stream-video-js/commit/dd9b59d526fd3fdc780b8a45792563bf12837618))
623
+ - prefer remote participants for PiP ([1c0f9a1](https://github.com/GetStream/stream-video-js/commit/1c0f9a1c278cf87b5584e13011d311af814a537b))
624
+
625
+ ## [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)
626
+
627
+ ### Dependency Updates
628
+
629
+ - `@stream-io/video-client` updated to version `1.16.0`
630
+ - `@stream-io/video-react-bindings` updated to version `1.4.8`
631
+
632
+ ## [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)
633
+
634
+ ### Bug Fixes
635
+
636
+ - 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))
637
+ - 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))
638
+
639
+ ## [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)
640
+
641
+ ### Bug Fixes
642
+
643
+ - 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))
644
+
645
+ ## [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)
646
+
647
+ ### Bug Fixes
648
+
649
+ - rare crash - startForegroundService() did not then call Service.startForeground ([71d11de](https://github.com/GetStream/stream-video-js/commit/71d11de31612f04d4852fccd655e0e39ad2defdf))
650
+
651
+ ## [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)
652
+
653
+ ### Dependency Updates
654
+
655
+ - `@stream-io/video-client` updated to version `1.15.7`
656
+ - `@stream-io/video-react-bindings` updated to version `1.4.7`
657
+
658
+ ## [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)
659
+
660
+ ### Dependency Updates
661
+
662
+ - `@stream-io/video-client` updated to version `1.15.6`
663
+ - `@stream-io/video-react-bindings` updated to version `1.4.6`
664
+
665
+ ## [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)
666
+
667
+ ### Dependency Updates
668
+
669
+ - `@stream-io/video-client` updated to version `1.15.5`
670
+ - `@stream-io/video-react-bindings` updated to version `1.4.5`
671
+
672
+ ## [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)
673
+
674
+ ### Dependency Updates
675
+
676
+ - `@stream-io/video-client` updated to version `1.15.4`
677
+ - `@stream-io/video-react-bindings` updated to version `1.4.4`
678
+
679
+ ## [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)
680
+
681
+ ### Bug Fixes
682
+
683
+ - unnecessary reject from callkeep ([15aaa0d](https://github.com/GetStream/stream-video-js/commit/15aaa0d79a9d608eff801a2eb1dd913fff19dfd3))
684
+
685
+ ## [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)
686
+
687
+ ### Bug Fixes
688
+
689
+ - 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))
690
+
691
+ ## [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)
692
+
693
+ ### Bug Fixes
694
+
695
+ - 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))
696
+
697
+ ## [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)
698
+
699
+ ### Dependency Updates
700
+
701
+ - `@stream-io/video-client` updated to version `1.15.3`
702
+ - `@stream-io/video-react-bindings` updated to version `1.4.3`
703
+
704
+ ## [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)
705
+
706
+ ### Dependency Updates
707
+
708
+ - `@stream-io/video-client` updated to version `1.15.2`
709
+ - `@stream-io/video-react-bindings` updated to version `1.4.2`
710
+
711
+ ## [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)
712
+
713
+ ### Bug Fixes
714
+
715
+ - 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)
716
+
717
+ ## [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)
718
+
719
+ ### Bug Fixes
720
+
721
+ - **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))
722
+
723
+ ## [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)
724
+
725
+ ### Dependency Updates
726
+
727
+ - `@stream-io/video-client` updated to version `1.15.1`
728
+ - `@stream-io/video-react-bindings` updated to version `1.4.1`
729
+
730
+ ## [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)
731
+
732
+ ### Features
733
+
734
+ - 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))
735
+
736
+ ## [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)
737
+
738
+ ### Dependency Updates
739
+
740
+ - `@stream-io/video-client` updated to version `1.15.0`
741
+ - `@stream-io/video-react-bindings` updated to version `1.4.0`
742
+ - `@stream-io/video-filters-react-native` updated to version `0.2.6`
743
+
744
+ ### Features
745
+
746
+ - Codec Negotiation ([#1527](https://github.com/GetStream/stream-video-js/issues/1527)) ([2e9e344](https://github.com/GetStream/stream-video-js/commit/2e9e344d5259e3069dddb17846013becef24829e))
747
+
748
+ ## [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)
749
+
750
+ ### Features
751
+
752
+ - 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))
753
+
754
+ ## [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)
755
+
756
+ - **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))
757
+
758
+ ### Bug Fixes
759
+
760
+ - 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))
761
+
762
+ ## [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)
763
+
764
+ ### Dependency Updates
765
+
766
+ - `@stream-io/video-client` updated to version `1.14.0`
767
+ - `@stream-io/video-react-bindings` updated to version `1.3.0`
768
+
769
+ ### Features
770
+
771
+ - **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))
772
+
773
+ ## [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)
774
+
775
+ ### Bug Fixes
776
+
777
+ - iOS thermal state issue ([#1633](https://github.com/GetStream/stream-video-js/issues/1633)) ([3d2a4c4](https://github.com/GetStream/stream-video-js/commit/3d2a4c42a4de2eb0e8f43586c6d4b0aaed1d34e4))
778
+
779
+ ## [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)
780
+
781
+ ### Dependency Updates
782
+
783
+ - `@stream-io/video-client` updated to version `1.13.1`
784
+ - `@stream-io/video-react-bindings` updated to version `1.2.16`
785
+
786
+ ## [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)
787
+
788
+ ### Dependency Updates
789
+
790
+ - `@stream-io/video-client` updated to version `1.13.0`
791
+ - `@stream-io/video-react-bindings` updated to version `1.2.15`
792
+
793
+ ### Features
794
+
795
+ - 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))
796
+
797
+ ## [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)
798
+
799
+ ### Bug Fixes
800
+
801
+ - **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))
802
+
803
+ ## [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)
804
+
805
+ ### Dependency Updates
806
+
807
+ - `@stream-io/video-client` updated to version `1.12.4`
808
+ - `@stream-io/video-react-bindings` updated to version `1.2.14`
809
+
810
+ ## [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)
811
+
812
+ ### Bug Fixes
813
+
814
+ - **expo:** tools not present when notifee service is added ([edccf62](https://github.com/GetStream/stream-video-js/commit/edccf62261183198871f3962ef19650ed4fc1729))
815
+
816
+ ## [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)
817
+
818
+ ### Bug Fixes
819
+
820
+ - **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))
821
+
822
+ ## [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)
823
+
824
+ ### Bug Fixes
825
+
826
+ - 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)
827
+
828
+ ## [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)
829
+
830
+ ### Bug Fixes
831
+
832
+ - **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))
833
+
834
+ ## [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)
835
+
836
+ ### Dependency Updates
837
+
838
+ - `@stream-io/video-client` updated to version `1.12.3`
839
+ - `@stream-io/video-react-bindings` updated to version `1.2.13`
840
+
841
+ ### Bug Fixes
842
+
843
+ - 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))
844
+
845
+ ## [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)
846
+
847
+ ### Dependency Updates
848
+
849
+ - `@stream-io/video-client` updated to version `1.12.2`
850
+ - `@stream-io/video-react-bindings` updated to version `1.2.12`
851
+
852
+ - drop docusaurus docs ([#1613](https://github.com/GetStream/stream-video-js/issues/1613)) ([8743c8d](https://github.com/GetStream/stream-video-js/commit/8743c8d221191759266010c6cd053480da1d71a5))
853
+
854
+ ## [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)
855
+
856
+ ### Dependency Updates
857
+
858
+ - `@stream-io/video-client` updated to version `1.12.1`
859
+ - `@stream-io/video-react-bindings` updated to version `1.2.11`
860
+
861
+ ## [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)
862
+
863
+ ### Dependency Updates
864
+
865
+ - `@stream-io/video-client` updated to version `1.12.0`
866
+ - `@stream-io/video-react-bindings` updated to version `1.2.10`
867
+
868
+ ## [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)
869
+
870
+ ### Dependency Updates
871
+
872
+ - `@stream-io/video-client` updated to version `1.11.15`
873
+ - `@stream-io/video-react-bindings` updated to version `1.2.9`
874
+
875
+ ## [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)
876
+
877
+ ### Dependency Updates
878
+
879
+ - `@stream-io/video-client` updated to version `1.11.14`
880
+ - `@stream-io/video-react-bindings` updated to version `1.2.8`
881
+
882
+ ## [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)
883
+
884
+ ### Bug Fixes
885
+
886
+ - remove cameraroll permissions ([#1610](https://github.com/GetStream/stream-video-js/issues/1610)) ([973d00e](https://github.com/GetStream/stream-video-js/commit/973d00ec73381211cd42711e2d76625f69b93a7c))
887
+
888
+ ## [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)
889
+
890
+ ### Dependency Updates
891
+
892
+ - `@stream-io/video-client` updated to version `1.11.13`
893
+ - `@stream-io/video-react-bindings` updated to version `1.2.7`
894
+
895
+ ## [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)
896
+
897
+ ### Dependency Updates
898
+
899
+ - `@stream-io/video-client` updated to version `1.11.12`
900
+ - `@stream-io/video-react-bindings` updated to version `1.2.6`
901
+
902
+ ## [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)
903
+
904
+ ### Dependency Updates
905
+
906
+ - `@stream-io/video-client` updated to version `1.11.11`
907
+ - `@stream-io/video-react-bindings` updated to version `1.2.5`
908
+
909
+ ## [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)
910
+
911
+ ### Bug Fixes
912
+
913
+ - 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))
914
+
915
+ ## [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)
916
+
917
+ ### Dependency Updates
918
+
919
+ - `@stream-io/video-client` updated to version `1.11.10`
920
+ - `@stream-io/video-react-bindings` updated to version `1.2.4`
921
+
922
+ ## [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)
923
+
924
+ ### Dependency Updates
925
+
926
+ - `@stream-io/video-client` updated to version `1.11.9`
927
+ - `@stream-io/video-react-bindings` updated to version `1.2.3`
928
+
929
+ ## [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)
930
+
931
+ ### Dependency Updates
932
+
933
+ - `@stream-io/video-client` updated to version `1.11.8`
934
+ - `@stream-io/video-react-bindings` updated to version `1.2.2`
935
+
936
+ ## [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)
937
+
938
+ ### Bug Fixes
939
+
940
+ - 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))
941
+
942
+ ## [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)
943
+
944
+ ### Dependency Updates
945
+
946
+ - `@stream-io/video-client` updated to version `1.11.7`
947
+ - `@stream-io/video-react-bindings` updated to version `1.2.1`
948
+
949
+ ## [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)
950
+
951
+ ### Dependency Updates
952
+
953
+ - `@stream-io/video-react-bindings` updated to version `1.2.0`
954
+
955
+ ### Features
956
+
957
+ - **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))
958
+
959
+ ## [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)
960
+
961
+ ### Dependency Updates
962
+
963
+ - `@stream-io/video-client` updated to version `1.11.6`
964
+ - `@stream-io/video-react-bindings` updated to version `1.1.23`
965
+
966
+ ## [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)
967
+
968
+ ### Dependency Updates
969
+
970
+ - `@stream-io/video-client` updated to version `1.11.5`
971
+ - `@stream-io/video-react-bindings` updated to version `1.1.22`
972
+
973
+ ## [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)
974
+
975
+ ### Dependency Updates
976
+
977
+ - `@stream-io/video-client` updated to version `1.11.4`
978
+ - `@stream-io/video-react-bindings` updated to version `1.1.21`
979
+
980
+ ## [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)
981
+
982
+ ### Dependency Updates
983
+
984
+ - `@stream-io/video-filters-react-native` updated to version `0.2.5`
985
+
986
+ ## [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)
987
+
988
+ ### Dependency Updates
989
+
990
+ - `@stream-io/video-client` updated to version `1.11.3`
991
+ - `@stream-io/video-react-bindings` updated to version `1.1.20`
992
+
993
+ ## [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)
994
+
995
+ ### Bug Fixes
996
+
997
+ - 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))
998
+
999
+ ## [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)
1000
+
1001
+ ### Dependency Updates
1002
+
1003
+ - `@stream-io/video-client` updated to version `1.11.2`
1004
+ - `@stream-io/video-react-bindings` updated to version `1.1.19`
1005
+
1006
+ ## [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)
1007
+
1008
+ ### Dependency Updates
1009
+
1010
+ - `@stream-io/video-client` updated to version `1.11.1`
1011
+ - `@stream-io/video-react-bindings` updated to version `1.1.18`
1012
+
1013
+ ### Bug Fixes
1014
+
1015
+ - 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))
1016
+
1017
+ ## [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)
1018
+
1019
+ ### Features
1020
+
1021
+ - 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)
1022
+
1023
+ ## [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)
1024
+
1025
+ ### Dependency Updates
1026
+
1027
+ - `@stream-io/video-client` updated to version `1.11.0`
1028
+ - `@stream-io/video-react-bindings` updated to version `1.1.17`
1029
+
1030
+ ## [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)
1031
+
1032
+ ### Dependency Updates
1033
+
1034
+ - `@stream-io/video-client` updated to version `1.10.5`
1035
+ - `@stream-io/video-react-bindings` updated to version `1.1.16`
1036
+
1037
+ ## [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)
1038
+
1039
+ ### Dependency Updates
1040
+
1041
+ - `@stream-io/video-client` updated to version `1.10.4`
1042
+ - `@stream-io/video-react-bindings` updated to version `1.1.15`
1043
+
1044
+ ## [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)
1045
+
1046
+ ### Dependency Updates
1047
+
1048
+ - `@stream-io/video-client` updated to version `1.10.3`
1049
+ - `@stream-io/video-react-bindings` updated to version `1.1.14`
1050
+
1051
+ ## [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)
1052
+
1053
+ ### Bug Fixes
1054
+
1055
+ - 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))
1056
+
1057
+ ## [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)
1058
+
1059
+ ### Dependency Updates
1060
+
1061
+ - `@stream-io/video-react-bindings` updated to version `1.1.13`
1062
+
1063
+ ## [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)
1064
+
1065
+ ### Dependency Updates
1066
+
1067
+ - `@stream-io/video-client` updated to version `1.10.2`
1068
+ - `@stream-io/video-react-bindings` updated to version `1.1.12`
1069
+
1070
+ ### Bug Fixes
1071
+
1072
+ - 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))
1073
+
1074
+ ## [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)
1075
+
1076
+ ### Dependency Updates
1077
+
1078
+ - `@stream-io/video-react-bindings` updated to version `1.1.11`
1079
+
1080
+ ## [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)
1081
+
1082
+ ### Dependency Updates
1083
+
1084
+ - `@stream-io/video-client` updated to version `1.10.1`
1085
+ - `@stream-io/video-react-bindings` updated to version `1.1.10`
1086
+
1087
+ ## [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)
1088
+
1089
+ ### Dependency Updates
1090
+
1091
+ - `@stream-io/video-client` updated to version `1.10.0`
1092
+ - `@stream-io/video-react-bindings` updated to version `1.1.9`
1093
+
1094
+ ## [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)
1095
+
1096
+ ### Dependency Updates
1097
+
1098
+ - `@stream-io/video-client` updated to version `1.9.3`
1099
+ - `@stream-io/video-react-bindings` updated to version `1.1.8`
1100
+
1101
+ ## [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)
1102
+
1103
+ ### Bug Fixes
1104
+
1105
+ - 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))
1106
+
1107
+ ## [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)
1108
+
1109
+ ### Dependency Updates
1110
+
1111
+ - `@stream-io/video-client` updated to version `1.9.2`
1112
+ - `@stream-io/video-react-bindings` updated to version `1.1.7`
1113
+
1114
+ ## [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)
1115
+
1116
+ ### Dependency Updates
1117
+
1118
+ - `@stream-io/video-client` updated to version `1.9.1`
1119
+ - `@stream-io/video-react-bindings` updated to version `1.1.6`
1120
+
1121
+ ## [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)
1122
+
1123
+ ### Bug Fixes
1124
+
1125
+ - 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)
1126
+
1127
+ ## [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)
1128
+
1129
+ ### Dependency Updates
1130
+
1131
+ - `@stream-io/video-client` updated to version `1.9.0`
1132
+ - `@stream-io/video-react-bindings` updated to version `1.1.5`
1133
+
1134
+ ### Features
1135
+
1136
+ - **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))
1137
+
1138
+ ## [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)
1139
+
1140
+ ### Dependency Updates
1141
+
1142
+ - `@stream-io/video-client` updated to version `1.8.4`
1143
+ - `@stream-io/video-react-bindings` updated to version `1.1.4`
1144
+
1145
+ ## [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)
1146
+
1147
+ ### Bug Fixes
1148
+
1149
+ - **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))
1150
+
1151
+ ## [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)
1152
+
1153
+ ### Dependency Updates
1154
+
1155
+ - `@stream-io/video-client` updated to version `1.8.3`
1156
+ - `@stream-io/video-react-bindings` updated to version `1.1.3`
1157
+
1158
+ ## [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)
1159
+
1160
+ ### Dependency Updates
1161
+
1162
+ - `@stream-io/video-client` updated to version `1.8.2`
1163
+ - `@stream-io/video-react-bindings` updated to version `1.1.2`
1164
+
1165
+ ## [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)
1166
+
1167
+ ### Dependency Updates
1168
+
1169
+ - `@stream-io/video-client` updated to version `1.8.1`
1170
+ - `@stream-io/video-react-bindings` updated to version `1.1.1`
1171
+
1172
+ ## [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)
1173
+
1174
+ ### Bug Fixes
1175
+
1176
+ - 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))
1177
+
1178
+ ## [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)
1179
+
1180
+ ### Dependency Updates
1181
+
1182
+ - `@stream-io/video-client` updated to version `1.8.0`
1183
+ - `@stream-io/video-react-bindings` updated to version `1.1.0`
1184
+
1185
+ ### Features
1186
+
1187
+ - manual video quality selection ([#1486](https://github.com/GetStream/stream-video-js/issues/1486)) ([3a754af](https://github.com/GetStream/stream-video-js/commit/3a754afa1bd13d038b1023520ec8a5296ad2669e))
1188
+
1189
+ ## [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)
1190
+
1191
+ ### Dependency Updates
1192
+
1193
+ - `@stream-io/video-client` updated to version `1.7.4`
1194
+ - `@stream-io/video-react-bindings` updated to version `1.0.10`
1195
+
1196
+ ## [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)
1197
+
1198
+ ### Dependency Updates
1199
+
1200
+ - `@stream-io/video-client` updated to version `1.7.3`
1201
+ - `@stream-io/video-react-bindings` updated to version `1.0.9`
1202
+
1203
+ ## [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)
1204
+
1205
+ ### Dependency Updates
1206
+
1207
+ - `@stream-io/video-client` updated to version `1.7.2`
1208
+ - `@stream-io/video-react-bindings` updated to version `1.0.8`
1209
+
1210
+ ## [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)
1211
+
1212
+ ### Dependency Updates
1213
+
1214
+ - `@stream-io/video-client` updated to version `1.7.1`
1215
+ - `@stream-io/video-react-bindings` updated to version `1.0.7`
1216
+
1217
+ - `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))
1218
+
1219
+ ## [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)
1220
+
1221
+ ### Dependency Updates
1222
+
1223
+ - `@stream-io/video-client` updated to version `1.7.0`
1224
+ - `@stream-io/video-react-bindings` updated to version `1.0.6`
1225
+
1226
+ ## [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)
1227
+
1228
+ ### Dependency Updates
1229
+
1230
+ - `@stream-io/video-client` updated to version `1.6.5`
1231
+ - `@stream-io/video-react-bindings` updated to version `1.0.5`
1232
+
1233
+ ## [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)
1234
+
1235
+ ### Dependency Updates
1236
+
1237
+ - `@stream-io/video-client` updated to version `1.6.4`
1238
+ - `@stream-io/video-react-bindings` updated to version `1.0.4`
1239
+
1240
+ ## [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)
1241
+
1242
+ ### Bug Fixes
1243
+
1244
+ - 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))
1245
+
1246
+ ## [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)
1247
+
1248
+ ### Dependency Updates
1249
+
1250
+ - `@stream-io/video-client` updated to version `1.6.3`
1251
+ - `@stream-io/video-react-bindings` updated to version `1.0.3`
1252
+
1253
+ ## [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)
1254
+
1255
+ ### Dependency Updates
1256
+
1257
+ - `@stream-io/video-filters-react-native` updated to version `0.2.4`
1258
+
1259
+ ### Bug Fixes
1260
+
1261
+ - 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))
1262
+
1263
+ ## [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)
1264
+
1265
+ ### Dependency Updates
1266
+
1267
+ - `@stream-io/video-client` updated to version `1.6.2`
1268
+ - `@stream-io/video-react-bindings` updated to version `1.0.2`
1269
+
1270
+ ## [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)
1271
+
1272
+ ### Dependency Updates
1273
+
1274
+ - `@stream-io/video-filters-react-native` updated to version `0.2.3`
1275
+
1276
+ ### Bug Fixes
1277
+
1278
+ - set min ios version to 13.0 for the podspecs ([b6d8c16](https://github.com/GetStream/stream-video-js/commit/b6d8c163b66f75e12d0316abe46eebc6b017c29a))
1279
+
1280
+ ## [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)
1281
+
1282
+ ### Dependency Updates
1283
+
1284
+ - `@stream-io/video-client` updated to version `1.6.1`
1285
+ - `@stream-io/video-react-bindings` updated to version `1.0.1`
1286
+
1287
+ ## [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)
1288
+
1289
+ ### Dependency Updates
1290
+
1291
+ - `@stream-io/video-filters-react-native` updated to version `0.2.2`
1292
+
1293
+ - reset releaseAs tags [skip ci] ([6161687](https://github.com/GetStream/stream-video-js/commit/61616870178d6bbc29b22ca3b1a354e5e172c9c3))
1294
+
1295
+ ### Bug Fixes
1296
+
1297
+ - **ios:** if min ios version is not present default to 12 ([9279d59](https://github.com/GetStream/stream-video-js/commit/9279d59e861a51c723a0f17229c39dae946ee664))
1298
+
1299
+ ## [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)
1300
+
1301
+ - **@stream-io/video-react-native-sdk:** release version 1.0.0 ([c990e7a](https://github.com/GetStream/stream-video-js/commit/c990e7a3132c5ee2ddcc707d8a4759c5a08fd3ef))
1302
+
1303
+ ### Features
1304
+
1305
+ - Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
1306
+
1307
+ ## [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)
1308
+
1309
+ ### Features
1310
+
1311
+ - Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
1312
+
1313
+ ### [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)
1314
+
1315
+ ### Bug Fixes
1316
+
1317
+ - 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)
1318
+
1319
+ ### [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)
1320
+
1321
+ ### Features
1322
+
1323
+ - 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))
1324
+
1325
+ ### [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)
1326
+
1327
+ ### Dependency Updates
1328
+
1329
+ - `@stream-io/video-client` updated to version `1.5.2`
1330
+ - `@stream-io/video-react-bindings` updated to version `0.4.55`
1331
+
1332
+ ### [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)
1333
+
1334
+ ### Dependency Updates
1335
+
1336
+ - `@stream-io/video-client` updated to version `1.5.1`
1337
+ - `@stream-io/video-react-bindings` updated to version `0.4.54`
1338
+
1339
+ ### [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)
1340
+
1341
+ ### Dependency Updates
1342
+
1343
+ - `@stream-io/video-client` updated to version `1.5.0`
1344
+ - `@stream-io/video-react-bindings` updated to version `0.4.53`
1345
+
1346
+ ### Features
1347
+
1348
+ - **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))
1349
+
1350
+ ### [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)
1351
+
1352
+ ### Bug Fixes
1353
+
1354
+ - push notifications not dismissed automatically on android 8 and above ([18718e6](https://github.com/GetStream/stream-video-js/commit/18718e637265e02510a3d01a35be37e9a18d5117))
1355
+
1356
+ ## [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)
1357
+
1358
+ ### ⚠ BREAKING CHANGES
1359
+
1360
+ - **react-native:** make notifee to be optional (#1456)
1361
+
1362
+ ### Bug Fixes
1363
+
1364
+ - **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))
1365
+
1366
+ ### [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)
1367
+
1368
+ ### Bug Fixes
1369
+
1370
+ - 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))
1371
+
1372
+ ### [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)
1373
+
1374
+ ### Dependency Updates
1375
+
1376
+ - `@stream-io/video-client` updated to version `1.4.8`
1377
+ - `@stream-io/video-react-bindings` updated to version `0.4.52`
1378
+
1379
+ ### [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)
1380
+
1381
+ ### Dependency Updates
1382
+
1383
+ - `@stream-io/video-client` updated to version `1.4.7`
1384
+ - `@stream-io/video-react-bindings` updated to version `0.4.51`
1385
+
1386
+ ### Bug Fixes
1387
+
1388
+ - 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))
1389
+
1390
+ ### [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)
1391
+
1392
+ ### Dependency Updates
1393
+
1394
+ - `@stream-io/video-client` updated to version `1.4.6`
1395
+ - `@stream-io/video-react-bindings` updated to version `0.4.50`
1396
+
1397
+ ### Bug Fixes
1398
+
1399
+ - 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))
1400
+
1401
+ ### [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)
1402
+
1403
+ ### Bug Fixes
1404
+
1405
+ - incoming call notifications not removed on call.leave on android 8 and above ([4000f8a](https://github.com/GetStream/stream-video-js/commit/4000f8a06299fc056b135992eba5d745c9202289))
1406
+
1407
+ ### [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)
1408
+
1409
+ ### Dependency Updates
1410
+
1411
+ - `@stream-io/video-client` updated to version `1.4.5`
1412
+ - `@stream-io/video-react-bindings` updated to version `0.4.49`
1413
+
1414
+ ### [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)
1415
+
1416
+ ### Bug Fixes
1417
+
1418
+ - **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))
1419
+
1420
+ ## [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)
1421
+
1422
+ ### ⚠ BREAKING CHANGES
1423
+
1424
+ - **react-native:** support targetSdk android 14 (#1432)
1425
+
1426
+ ### Features
1427
+
1428
+ - **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))
1429
+
1430
+ ### [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)
1431
+
1432
+ ### Dependency Updates
1433
+
1434
+ - `@stream-io/video-client` updated to version `1.4.4`
1435
+ - `@stream-io/video-react-bindings` updated to version `0.4.48`
1436
+
1437
+ ### [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)
1438
+
1439
+ ### Features
1440
+
1441
+ - **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))
1442
+
1443
+ ### [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)
1444
+
1445
+ ### Dependency Updates
1446
+
1447
+ - `@stream-io/video-client` updated to version `1.4.3`
1448
+ - `@stream-io/video-react-bindings` updated to version `0.4.47`
1449
+
1450
+ ### [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)
1451
+
1452
+ ### Dependency Updates
1453
+
1454
+ - `@stream-io/video-client` updated to version `1.4.2`
1455
+ - `@stream-io/video-react-bindings` updated to version `0.4.46`
1456
+
1457
+ ### [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)
1458
+
1459
+ ### Dependency Updates
1460
+
1461
+ - `@stream-io/video-client` updated to version `1.4.1`
1462
+ - `@stream-io/video-react-bindings` updated to version `0.4.45`
1463
+
1464
+ ### [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)
1465
+
1466
+ ### Dependency Updates
1467
+
1468
+ - `@stream-io/video-client` updated to version `1.4.0`
1469
+ - `@stream-io/video-react-bindings` updated to version `0.4.44`
1470
+
1471
+ ### [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)
1472
+
1473
+ ### Bug Fixes
1474
+
1475
+ - **rn:** screenshare overlay should not be seen for remote streams ([c9e9721](https://github.com/GetStream/stream-video-js/commit/c9e9721789de23985d6914011f5ddffd42fac5ab))
1476
+
1477
+ ### [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)
1478
+
1479
+ ### Bug Fixes
1480
+
1481
+ - **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))
1482
+
1483
+ ### [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)
1484
+
1485
+ ### Dependency Updates
1486
+
1487
+ - `@stream-io/video-filters-react-native` updated to version `0.2.1`
1488
+
1489
+ ### Features
1490
+
1491
+ - docs to make video filters usable without the RN SDK ([6061f4d](https://github.com/GetStream/stream-video-js/commit/6061f4d5b83d1ed46051dde12c7d3e269ec26aeb))
1492
+
1493
+ ## [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)
1494
+
1495
+ ### Dependency Updates
1496
+
1497
+ - `@stream-io/video-filters-react-native` updated to version `0.2.0`
1498
+
1499
+ ### ⚠ BREAKING CHANGES
1500
+
1501
+ - **react-native:** add ios video filters (#1400)
1502
+
1503
+ ### Features
1504
+
1505
+ - **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))
1506
+
1507
+ ### [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)
1508
+
1509
+ ### Dependency Updates
1510
+
1511
+ - `@stream-io/video-client` updated to version `1.3.1`
1512
+ - `@stream-io/video-react-bindings` updated to version `0.4.43`
1513
+
1514
+ ### [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)
1515
+
1516
+ ### Bug Fixes
1517
+
1518
+ - **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))
1519
+
1520
+ ### [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)
1521
+
1522
+ ### Dependency Updates
1523
+
1524
+ - `@stream-io/video-client` updated to version `1.3.0`
1525
+ - `@stream-io/video-react-bindings` updated to version `0.4.42`
1526
+
1527
+ ### [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)
1528
+
1529
+ ### Dependency Updates
1530
+
1531
+ - `@stream-io/video-filters-react-native` updated to version `0.1.1`
1532
+
1533
+ ### [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)
1534
+
1535
+ ### Dependency Updates
1536
+
1537
+ - `@stream-io/video-filters-react-native` updated to version `0.1.0`
1538
+
1539
+ ### [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)
1540
+
1541
+ ### Features
1542
+
1543
+ - 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))
1544
+
1545
+ ### [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)
1546
+
1547
+ ### Dependency Updates
1548
+
1549
+ - `@stream-io/video-client` updated to version `1.2.3`
1550
+ - `@stream-io/video-react-bindings` updated to version `0.4.41`
1551
+
1552
+ ### [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)
1553
+
1554
+ ### Bug Fixes
1555
+
1556
+ - 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))
1557
+
1558
+ ### [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)
1559
+
1560
+ ### Bug Fixes
1561
+
1562
+ - change unnecessary warning log to info ([e8dda7d](https://github.com/GetStream/stream-video-js/commit/e8dda7ded3bedc63e20e8230ecfab702da154f98))
1563
+
1564
+ ### [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)
1565
+
1566
+ ### Dependency Updates
1567
+
1568
+ - `@stream-io/video-client` updated to version `1.2.2`
1569
+ - `@stream-io/video-react-bindings` updated to version `0.4.40`
1570
+
1571
+ ### [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)
1572
+
1573
+ ### Dependency Updates
1574
+
1575
+ - `@stream-io/video-client` updated to version `1.2.1`
1576
+ - `@stream-io/video-react-bindings` updated to version `0.4.39`
1577
+
1578
+ ### [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)
1579
+
1580
+ ### Bug Fixes
1581
+
1582
+ - **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))
1583
+
1584
+ ### [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)
1585
+
1586
+ ### Dependency Updates
1587
+
1588
+ - `@stream-io/video-client` updated to version `1.2.0`
1589
+ - `@stream-io/video-react-bindings` updated to version `0.4.38`
1590
+
1591
+ ### [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)
1592
+
1593
+ ### Dependency Updates
1594
+
1595
+ - `@stream-io/video-client` updated to version `1.1.0`
1596
+ - `@stream-io/video-react-bindings` updated to version `0.4.37`
1597
+ - `@stream-io/video-filters-react-native` updated to version `0.0.1`
1598
+
1599
+ ### Features
1600
+
1601
+ - video filters on android ([#1382](https://github.com/GetStream/stream-video-js/issues/1382)) ([7ba8b0e](https://github.com/GetStream/stream-video-js/commit/7ba8b0e3b444869d38aae1a045dffb05444643f5))
1602
+
1603
+ ### [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)
1604
+
1605
+ ### Dependency Updates
1606
+
1607
+ - `@stream-io/video-client` updated to version `1.0.10`
1608
+ - `@stream-io/video-react-bindings` updated to version `0.4.36`
1609
+
1610
+ ### [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)
1611
+
1612
+ ### Dependency Updates
1613
+
1614
+ - `@stream-io/video-client` updated to version `1.0.9`
1615
+ - `@stream-io/video-react-bindings` updated to version `0.4.35`
1616
+
1617
+ ### [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)
1618
+
1619
+ ### Bug Fixes
1620
+
1621
+ - 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)
1622
+
1623
+ ### [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)
1624
+
1625
+ ### Bug Fixes
1626
+
1627
+ - **reac-native:** properly cleanup call instance in LivestreamPlayer ([4e60c50](https://github.com/GetStream/stream-video-js/commit/4e60c5067503a7e3e1fdc77a4f6775c5873ed508))
1628
+
1629
+ ### [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)
1630
+
1631
+ ### Features
1632
+
1633
+ - **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))
1634
+
1635
+ ### [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)
1636
+
1637
+ ### Dependency Updates
1638
+
1639
+ - `@stream-io/video-client` updated to version `1.0.8`
1640
+ - `@stream-io/video-react-bindings` updated to version `0.4.34`
1641
+
1642
+ ### [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)
1643
+
1644
+ ### Bug Fixes
1645
+
1646
+ - 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))
1647
+
1648
+ ### [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)
1649
+
1650
+ ### Dependency Updates
1651
+
1652
+ - `@stream-io/video-client` updated to version `1.0.7`
1653
+ - `@stream-io/video-react-bindings` updated to version `0.4.33`
1654
+
1655
+ ### [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)
1656
+
1657
+ ### Dependency Updates
1658
+
1659
+ - `@stream-io/video-client` updated to version `1.0.6`
1660
+ - `@stream-io/video-react-bindings` updated to version `0.4.32`
1661
+
1662
+ ### Bug Fixes
1663
+
1664
+ - **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))
1665
+
1666
+ ### [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)
1667
+
1668
+ ### Dependency Updates
1669
+
1670
+ - `@stream-io/video-client` updated to version `1.0.5`
1671
+ - `@stream-io/video-react-bindings` updated to version `0.4.31`
1672
+
1673
+ ### [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)
1674
+
1675
+ ### Features
1676
+
1677
+ - 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))
1678
+
1679
+ ### [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)
1680
+
1681
+ ### Bug Fixes
1682
+
1683
+ - **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))
1684
+
1685
+ ### [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)
1686
+
1687
+ ### Dependency Updates
1688
+
1689
+ - `@stream-io/video-client` updated to version `1.0.4`
1690
+ - `@stream-io/video-react-bindings` updated to version `0.4.30`
1691
+
1692
+ ### [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)
1693
+
1694
+ ### Dependency Updates
1695
+
1696
+ - `@stream-io/video-client` updated to version `1.0.3`
1697
+ - `@stream-io/video-react-bindings` updated to version `0.4.29`
1698
+
1699
+ ### [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)
1700
+
1701
+ ### Dependency Updates
1702
+
1703
+ - `@stream-io/video-client` updated to version `1.0.2`
1704
+ - `@stream-io/video-react-bindings` updated to version `0.4.28`
1705
+
1706
+ ### Bug Fixes
1707
+
1708
+ - optimistically toggle device status ([#1342](https://github.com/GetStream/stream-video-js/issues/1342)) ([2e4e470](https://github.com/GetStream/stream-video-js/commit/2e4e470347fce7c7499dd21a931e5dec74bf9618))
1709
+
1710
+ ## [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)
1711
+
1712
+ ### ⚠ BREAKING CHANGES
1713
+
1714
+ - **react-native:** apply media stream management initial state asyncronously (#1345)
1715
+
1716
+ ### Bug Fixes
1717
+
1718
+ - **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)
1719
+
1720
+ ### [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)
1721
+
1722
+ ### Dependency Updates
1723
+
1724
+ - `@stream-io/video-client` updated to version `1.0.1`
1725
+ - `@stream-io/video-react-bindings` updated to version `0.4.27`
1726
+
1727
+ ### [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)
1728
+
1729
+ ### Bug Fixes
1730
+
1731
+ - 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))
1732
+
1733
+ ### [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)
1734
+
1735
+ ### Dependency Updates
1736
+
1737
+ - `@stream-io/video-client` updated to version `1.0.0`
1738
+ - `@stream-io/video-react-bindings` updated to version `0.4.26`
1739
+
1740
+ ### [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)
1741
+
1742
+ ### Dependency Updates
1743
+
1744
+ - `@stream-io/video-client` updated to version `0.8.0`
1745
+ - `@stream-io/video-react-bindings` updated to version `0.4.25`
1746
+
1747
+ ### [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)
1748
+
1749
+ ### Dependency Updates
1750
+
1751
+ - `@stream-io/video-client` updated to version `0.7.13`
1752
+ - `@stream-io/video-react-bindings` updated to version `0.4.24`
1753
+
1754
+ ### [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)
1755
+
1756
+ ### Dependency Updates
1757
+
1758
+ - `@stream-io/video-client` updated to version `0.7.12`
1759
+ - `@stream-io/video-react-bindings` updated to version `0.4.23`
1760
+
1761
+ ### [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)
1762
+
1763
+ ### Dependency Updates
1764
+
1765
+ - `@stream-io/video-client` updated to version `0.7.11`
1766
+ - `@stream-io/video-react-bindings` updated to version `0.4.22`
1767
+
1768
+ ### Bug Fixes
1769
+
1770
+ - **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)
1771
+
1772
+ ### [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)
1773
+
1774
+ ### Dependency Updates
1775
+
1776
+ - `@stream-io/video-client` updated to version `0.7.10`
1777
+ - `@stream-io/video-react-bindings` updated to version `0.4.21`
1778
+
1779
+ ### [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)
1780
+
1781
+ ### Dependency Updates
1782
+
1783
+ - `@stream-io/video-client` updated to version `0.7.9`
1784
+ - `@stream-io/video-react-bindings` updated to version `0.4.20`
1785
+
1786
+ ### [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)
1787
+
1788
+ ### Dependency Updates
1789
+
1790
+ - `@stream-io/video-client` updated to version `0.7.8`
1791
+ - `@stream-io/video-react-bindings` updated to version `0.4.19`
1792
+
1793
+ ### [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)
1794
+
1795
+ ### Dependency Updates
1796
+
1797
+ - `@stream-io/video-client` updated to version `0.7.7`
1798
+ - `@stream-io/video-react-bindings` updated to version `0.4.18`
1799
+
1800
+ ### Features
1801
+
1802
+ - **feedback:** Collect user feedback ([#1324](https://github.com/GetStream/stream-video-js/issues/1324)) ([b415de0](https://github.com/GetStream/stream-video-js/commit/b415de0828e402f8d3b854553351843aad2e8473))
1803
+
1804
+ ### [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)
1805
+
1806
+ ### Dependency Updates
1807
+
1808
+ - `@stream-io/video-client` updated to version `0.7.6`
1809
+ - `@stream-io/video-react-bindings` updated to version `0.4.17`
1810
+
1811
+ ### [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)
1812
+
1813
+ ### Dependency Updates
1814
+
1815
+ - `@stream-io/video-client` updated to version `0.7.5`
1816
+ - `@stream-io/video-react-bindings` updated to version `0.4.16`
1817
+
1818
+ ### [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)
1819
+
1820
+ ### Bug Fixes
1821
+
1822
+ - 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))
1823
+
1824
+ ### [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)
1825
+
1826
+ ### Dependency Updates
1827
+
1828
+ - `@stream-io/video-client` updated to version `0.7.4`
1829
+ - `@stream-io/video-react-bindings` updated to version `0.4.15`
1830
+
1831
+ ### [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)
1832
+
1833
+ ### Dependency Updates
1834
+
1835
+ - `@stream-io/video-client` updated to version `0.7.3`
1836
+ - `@stream-io/video-react-bindings` updated to version `0.4.14`
1837
+
1838
+ ### [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)
1839
+
1840
+ ### Bug Fixes
1841
+
1842
+ - **react-native:** remove wrong required types in livestream buttons ([a357d6a](https://github.com/GetStream/stream-video-js/commit/a357d6ac24e3d15b068d152cc69403c471dff87c))
1843
+
1844
+ ### [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)
1845
+
1846
+ ### Dependency Updates
1847
+
1848
+ - `@stream-io/video-client` updated to version `0.7.2`
1849
+ - `@stream-io/video-react-bindings` updated to version `0.4.13`
1850
+
1851
+ ### [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)
1852
+
1853
+ ### Features
1854
+
1855
+ - **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))
1856
+
1857
+ ### [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)
1858
+
1859
+ ### Bug Fixes
1860
+
1861
+ - **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))
1862
+
1863
+ ### [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)
1864
+
1865
+ ### Dependency Updates
1866
+
1867
+ - `@stream-io/video-client` updated to version `0.7.1`
1868
+ - `@stream-io/video-react-bindings` updated to version `0.4.12`
1869
+
1870
+ ## [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)
1871
+
1872
+ ### Dependency Updates
1873
+
1874
+ - `@stream-io/video-client` updated to version `0.7.0`
1875
+ - `@stream-io/video-react-bindings` updated to version `0.4.11`
1876
+
1877
+ ### ⚠ BREAKING CHANGES
1878
+
1879
+ - remove server-side capabilities from JS client (#1282)
1880
+
1881
+ ### Features
1882
+
1883
+ - 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))
1884
+
1885
+ ### [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)
1886
+
1887
+ ### Dependency Updates
1888
+
1889
+ - `@stream-io/video-client` updated to version `0.6.10`
1890
+ - `@stream-io/video-react-bindings` updated to version `0.4.10`
1891
+
1892
+ ### [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)
1893
+
1894
+ ### Dependency Updates
1895
+
1896
+ - `@stream-io/video-client` updated to version `0.6.9`
1897
+ - `@stream-io/video-react-bindings` updated to version `0.4.9`
1898
+
1899
+ ### [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)
1900
+
1901
+ ### Dependency Updates
1902
+
1903
+ - `@stream-io/video-client` updated to version `0.6.8`
1904
+ - `@stream-io/video-react-bindings` updated to version `0.4.8`
1905
+
1906
+ ### Features
1907
+
1908
+ - **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)
1909
+
1910
+ ### [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)
1911
+
1912
+ ### Dependency Updates
1913
+
1914
+ - `@stream-io/video-client` updated to version `0.6.7`
1915
+ - `@stream-io/video-react-bindings` updated to version `0.4.7`
1916
+
1917
+ ### [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)
1918
+
1919
+ ### Dependency Updates
1920
+
1921
+ - `@stream-io/video-client` updated to version `0.6.6`
1922
+ - `@stream-io/video-react-bindings` updated to version `0.4.6`
1923
+
1924
+ ### [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)
1925
+
1926
+ ### Dependency Updates
1927
+
1928
+ - `@stream-io/video-client` updated to version `0.6.5`
1929
+ - `@stream-io/video-react-bindings` updated to version `0.4.5`
1930
+
1931
+ ### [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)
1932
+
1933
+ ### Dependency Updates
1934
+
1935
+ - `@stream-io/video-client` updated to version `0.6.4`
1936
+ - `@stream-io/video-react-bindings` updated to version `0.4.4`
1937
+
1938
+ ### Bug Fixes
1939
+
1940
+ - **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))
1941
+
1942
+ ### [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)
1943
+
1944
+ ### Dependency Updates
1945
+
1946
+ - `@stream-io/video-client` updated to version `0.6.3`
1947
+ - `@stream-io/video-react-bindings` updated to version `0.4.3`
1948
+
1949
+ ### Features
1950
+
1951
+ - 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)
1952
+
1953
+ ### [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)
1954
+
1955
+ ### Dependency Updates
1956
+
1957
+ - `@stream-io/video-client` updated to version `0.6.2`
1958
+ - `@stream-io/video-react-bindings` updated to version `0.4.2`
1959
+
1960
+ ### [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)
1961
+
1962
+ ### Bug Fixes
1963
+
1964
+ - **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))
1965
+
1966
+ ### [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)
1967
+
1968
+ ### Bug Fixes
1969
+
1970
+ - 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))
1971
+
1972
+ ### [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)
1973
+
1974
+ ### Bug Fixes
1975
+
1976
+ - **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))
1977
+
1978
+ ### [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)
1979
+
1980
+ ### Bug Fixes
1981
+
1982
+ - 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))
1983
+
1984
+ ### [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)
1985
+
1986
+ ### Dependency Updates
1987
+
1988
+ - `@stream-io/video-client` updated to version `0.6.1`
1989
+ - `@stream-io/video-react-bindings` updated to version `0.4.1`
1990
+
1991
+ ### [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)
1992
+
1993
+ ### Bug Fixes
1994
+
1995
+ - **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))
1996
+
1997
+ ### [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)
1998
+
1999
+ ### [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)
2000
+
2001
+ ### Bug Fixes
2002
+
2003
+ - **react-native:** do not add screenshare permissions by default ([6bb3113](https://github.com/GetStream/stream-video-js/commit/6bb3113574f22fe6d5c6c9da41528da7502974ec))
2004
+
2005
+ ## [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)
2006
+
2007
+ ### Dependency Updates
2008
+
2009
+ - `@stream-io/video-client` updated to version `0.6.0`
2010
+ - `@stream-io/video-react-bindings` updated to version `0.4.0`
2011
+
2012
+ ### ⚠ BREAKING CHANGES
2013
+
2014
+ - **hooks:** expose permission hooks through useCallStateHooks() (#1254)
2015
+
2016
+ ### Features
2017
+
2018
+ - **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))
2019
+
2020
+ ### [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)
2021
+
2022
+ ### Dependency Updates
2023
+
2024
+ - `@stream-io/video-client` updated to version `0.5.11`
2025
+ - `@stream-io/video-react-bindings` updated to version `0.3.22`
2026
+
2027
+ ### [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)
2028
+
2029
+ ### Dependency Updates
2030
+
2031
+ - `@stream-io/video-client` updated to version `0.5.10`
2032
+ - `@stream-io/video-react-bindings` updated to version `0.3.21`
2033
+
2034
+ ### [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)
2035
+
2036
+ ### Dependency Updates
2037
+
2038
+ - `@stream-io/video-client` updated to version `0.5.9`
2039
+ - `@stream-io/video-react-bindings` updated to version `0.3.20`
2040
+
2041
+ ## [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)
2042
+
2043
+ ### ⚠ BREAKING CHANGES
2044
+
2045
+ - **react-native:** add missing push call.cancellation support in app terminated state (#1264)
2046
+
2047
+ ### Bug Fixes
2048
+
2049
+ - **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))
2050
+
2051
+ ### [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)
2052
+
2053
+ ### Dependency Updates
2054
+
2055
+ - `@stream-io/video-client` updated to version `0.5.8`
2056
+ - `@stream-io/video-react-bindings` updated to version `0.3.19`
2057
+
2058
+ ### [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)
2059
+
2060
+ ### Bug Fixes
2061
+
2062
+ - **react-native:** align outgoing call controls button sizes ([800e330](https://github.com/GetStream/stream-video-js/commit/800e3308893212a305c53710939d9f47aad0d48d))
2063
+ - **react-native:** check for ios provider name presence ([c6c5d2b](https://github.com/GetStream/stream-video-js/commit/c6c5d2bcc3f97ba3d7c28eac112db4cac9714078))
2064
+
2065
+ ### [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)
2066
+
2067
+ ### Bug Fixes
2068
+
2069
+ - **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))
2070
+
2071
+ ### [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)
2072
+
2073
+ ### Features
2074
+
2075
+ - 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))
2076
+
2077
+ ### [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)
2078
+
2079
+ ### Dependency Updates
2080
+
2081
+ - `@stream-io/video-client` updated to version `0.5.7`
2082
+ - `@stream-io/video-react-bindings` updated to version `0.3.18`
2083
+
2084
+ ### [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)
2085
+
2086
+ ### Features
2087
+
2088
+ - 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))
2089
+
2090
+ ### [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)
2091
+
2092
+ ### Bug Fixes
2093
+
2094
+ - pass sound and vibration to android notifications display ([f4e34ec](https://github.com/GetStream/stream-video-js/commit/f4e34ec77ae8ab2885d6b98c428085431b52bc00))
2095
+
2096
+ ### [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)
2097
+
2098
+ ### Dependency Updates
2099
+
2100
+ - `@stream-io/video-client` updated to version `0.5.6`
2101
+ - `@stream-io/video-react-bindings` updated to version `0.3.17`
2102
+
2103
+ ### [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)
2104
+
2105
+ ### Features
2106
+
2107
+ - **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)
2108
+
2109
+ ### [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)
2110
+
2111
+ ### Dependency Updates
2112
+
2113
+ - `@stream-io/video-client` updated to version `0.5.5`
2114
+ - `@stream-io/video-react-bindings` updated to version `0.3.16`
2115
+
2116
+ ### [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)
2117
+
2118
+ ### Dependency Updates
2119
+
2120
+ - `@stream-io/video-client` updated to version `0.5.4`
2121
+ - `@stream-io/video-react-bindings` updated to version `0.3.15`
2122
+
2123
+ ### [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)
2124
+
2125
+ ### Features
2126
+
2127
+ - **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))
2128
+
2129
+ ### [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)
2130
+
2131
+ ### Dependency Updates
2132
+
2133
+ - `@stream-io/video-client` updated to version `0.5.3`
2134
+ - `@stream-io/video-react-bindings` updated to version `0.3.14`
2135
+
2136
+ ### [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)
2137
+
2138
+ ### Dependency Updates
2139
+
2140
+ - `@stream-io/video-client` updated to version `0.5.2`
2141
+ - `@stream-io/video-react-bindings` updated to version `0.3.13`
2142
+
2143
+ ### [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)
2144
+
2145
+ ### Bug Fixes
2146
+
2147
+ - **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))
2148
+
2149
+ ### [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)
2150
+
2151
+ ### Dependency Updates
2152
+
2153
+ - `@stream-io/video-client` updated to version `0.5.1`
2154
+ - `@stream-io/video-react-bindings` updated to version `0.3.12`
2155
+
2156
+ ### Features
2157
+
2158
+ - **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))
2159
+
2160
+ ### [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)
2161
+
2162
+ ### Bug Fixes
2163
+
2164
+ - **react-native:** remove postinstall command as it breaks on windows ([90f0b9c](https://github.com/GetStream/stream-video-js/commit/90f0b9ced6aa0c89593cb860a5a5c87d782766ca))
2165
+
2166
+ ### [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)
2167
+
2168
+ ### Bug Fixes
2169
+
2170
+ - **react-native:** do not trigger initial device setting after join ([204c303](https://github.com/GetStream/stream-video-js/commit/204c303353c536c44b77350bb49c117f21e093c5))
2171
+
2172
+ ## [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)
2173
+
2174
+ ### Dependency Updates
2175
+
2176
+ - `@stream-io/video-client` updated to version `0.5.0`
2177
+ - `@stream-io/video-react-bindings` updated to version `0.3.11`
2178
+
2179
+ ### ⚠ BREAKING CHANGES
2180
+
2181
+ - **react-native:** move to webrtc 118 (#1197)
2182
+
2183
+ ### Features
2184
+
2185
+ - **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))
2186
+
2187
+ ### Bug Fixes
2188
+
2189
+ - **react-native:** remove unused import ([388d5fc](https://github.com/GetStream/stream-video-js/commit/388d5fc41479190c34b1f5042303157b96149381))
2190
+
2191
+ ### [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)
2192
+
2193
+ ### Dependency Updates
2194
+
2195
+ - `@stream-io/video-client` updated to version `0.4.10`
2196
+ - `@stream-io/video-react-bindings` updated to version `0.3.10`
2197
+
2198
+ ### [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)
2199
+
2200
+ ### Bug Fixes
2201
+
2202
+ - **react-native:** add default sound for android notifications ([6ecb6d3](https://github.com/GetStream/stream-video-js/commit/6ecb6d35016a4c8d8fc61d43c78a5b245c4f8ac5))
2203
+
2204
+ ### [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)
2205
+
2206
+ ### Dependency Updates
2207
+
2208
+ - `@stream-io/video-client` updated to version `0.4.9`
2209
+ - `@stream-io/video-react-bindings` updated to version `0.3.9`
2210
+
2211
+ ### [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)
2212
+
2213
+ ### Features
2214
+
2215
+ - **react-native:** update rn-webrtc version ([159b1cc](https://github.com/GetStream/stream-video-js/commit/159b1cc6b581f9dff257aad481170a36d5d065e9))
2216
+
2217
+ ### [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)
2218
+
2219
+ ### Dependency Updates
2220
+
2221
+ - `@stream-io/video-client` updated to version `0.4.8`
2222
+ - `@stream-io/video-react-bindings` updated to version `0.3.8`
2223
+
2224
+ ### [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)
2225
+
2226
+ ### Dependency Updates
2227
+
2228
+ - `@stream-io/video-client` updated to version `0.4.7`
2229
+ - `@stream-io/video-react-bindings` updated to version `0.3.7`
2230
+
2231
+ ### Features
2232
+
2233
+ - **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))
2234
+
2235
+ ### [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)
2236
+
2237
+ ### Dependency Updates
2238
+
2239
+ - `@stream-io/video-client` updated to version `0.4.6`
2240
+ - `@stream-io/video-react-bindings` updated to version `0.3.6`
2241
+
2242
+ ### [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)
2243
+
2244
+ ### Bug Fixes
2245
+
2246
+ - **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))
2247
+
2248
+ ### [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)
2249
+
2250
+ ### Dependency Updates
2251
+
2252
+ - `@stream-io/video-client` updated to version `0.4.5`
2253
+ - `@stream-io/video-react-bindings` updated to version `0.3.5`
2254
+
2255
+ ### [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)
2256
+
2257
+ ### Dependency Updates
2258
+
2259
+ - `@stream-io/video-client` updated to version `0.4.4`
2260
+ - `@stream-io/video-react-bindings` updated to version `0.3.4`
2261
+
2262
+ ### [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)
2263
+
2264
+ ### Dependency Updates
2265
+
2266
+ - `@stream-io/video-client` updated to version `0.4.3`
2267
+ - `@stream-io/video-react-bindings` updated to version `0.3.3`
2268
+
2269
+ ### [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)
2270
+
2271
+ ### Dependency Updates
2272
+
2273
+ - `@stream-io/video-client` updated to version `0.4.2`
2274
+ - `@stream-io/video-react-bindings` updated to version `0.3.2`
2275
+
2276
+ ### [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)
2277
+
2278
+ ### Dependency Updates
2279
+
2280
+ - `@stream-io/video-client` updated to version `0.4.1`
2281
+ - `@stream-io/video-react-bindings` updated to version `0.3.1`
2282
+
2283
+ ### [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)
2284
+
2285
+ ### Features
2286
+
2287
+ - **react-native:** add screensharing ([#1149](https://github.com/GetStream/stream-video-js/issues/1149)) ([e021365](https://github.com/GetStream/stream-video-js/commit/e021365158d9bbe3c6192294a02fa694ce9f24fe))
2288
+
2289
+ ## [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)
2290
+
2291
+ ### Dependency Updates
2292
+
2293
+ - `@stream-io/video-client` updated to version `0.4.0`
2294
+ - `@stream-io/video-react-bindings` updated to version `0.3.0`
2295
+
2296
+ ### ⚠ BREAKING CHANGES
2297
+
2298
+ - **react-sdk:** Universal Device Management API (#1127)
2299
+
2300
+ ### Features
2301
+
2302
+ - **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))
2303
+
2304
+ ### [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)
2305
+
2306
+ ### Dependency Updates
2307
+
2308
+ - `@stream-io/video-react-bindings` updated to version `0.2.37`
2309
+
2310
+ ### [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)
2311
+
2312
+ ### Dependency Updates
2313
+
2314
+ - `@stream-io/video-client` updated to version `0.3.36`
2315
+ - `@stream-io/video-react-bindings` updated to version `0.2.37`
2316
+
2317
+ ### [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)
2318
+
2319
+ ### Features
2320
+
2321
+ - **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))
2322
+
2323
+ ### [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)
2324
+
2325
+ ### Features
2326
+
2327
+ - **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))
2328
+
2329
+ ### [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)
2330
+
2331
+ ### Dependency Updates
2332
+
2333
+ - `@stream-io/video-client` updated to version `0.3.35`
2334
+ - `@stream-io/video-react-bindings` updated to version `0.2.36`
2335
+
2336
+ ### Features
2337
+
2338
+ - 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))
2339
+
2340
+ ### [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)
2341
+
2342
+ ### Dependency Updates
2343
+
2344
+ - `@stream-io/video-client` updated to version `0.3.34`
2345
+ - `@stream-io/video-react-bindings` updated to version `0.2.35`
2346
+
2347
+ ### Features
2348
+
2349
+ - **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)
2350
+
2351
+ ### [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)
2352
+
2353
+ ### Bug Fixes
2354
+
2355
+ - **react-native:** misc expo config plugin bugs ([bba3f84](https://github.com/GetStream/stream-video-js/commit/bba3f8437cb0f7a662adef4e89fbc487225a5ed5))
2356
+
2357
+ ### [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)
2358
+
2359
+ ### Dependency Updates
2360
+
2361
+ - `@stream-io/video-client` updated to version `0.3.33`
2362
+ - `@stream-io/video-react-bindings` updated to version `0.2.34`
2363
+
2364
+ ### Bug Fixes
2365
+
2366
+ - **react-native:** added missing webrtc android expo config steps ([fb2c5a1](https://github.com/GetStream/stream-video-js/commit/fb2c5a1da24bc6c7d9d235ad1d8a562c8a075360))
2367
+
2368
+ ### [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)
2369
+
2370
+ ### Dependency Updates
2371
+
2372
+ - `@stream-io/video-client` updated to version `0.3.32`
2373
+ - `@stream-io/video-react-bindings` updated to version `0.2.33`
2374
+
2375
+ ### Features
2376
+
2377
+ - **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))
2378
+
2379
+ ### Bug Fixes
2380
+
2381
+ - **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))
2382
+
2383
+ ### [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)
2384
+
2385
+ ### Bug Fixes
2386
+
2387
+ - **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))
2388
+
2389
+ ### [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)
2390
+
2391
+ ### Dependency Updates
2392
+
2393
+ - `@stream-io/video-client` updated to version `0.3.31`
2394
+ - `@stream-io/video-react-bindings` updated to version `0.2.32`
2395
+
2396
+ ### Features
2397
+
2398
+ - **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))
2399
+
2400
+ ### [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)
2401
+
2402
+ ### Dependency Updates
2403
+
2404
+ - `@stream-io/video-client` updated to version `0.3.30`
2405
+ - `@stream-io/video-react-bindings` updated to version `0.2.31`
2406
+
2407
+ ### Features
2408
+
2409
+ - ScreenShare Audio support ([#1118](https://github.com/GetStream/stream-video-js/issues/1118)) ([5b63e1c](https://github.com/GetStream/stream-video-js/commit/5b63e1c5f52c76e3761e6907bd3786c19f0e5c6d))
2410
+
2411
+ ### [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)
2412
+
2413
+ ### Dependency Updates
2414
+
2415
+ - `@stream-io/video-client` updated to version `0.3.29`
2416
+ - `@stream-io/video-react-bindings` updated to version `0.2.30`
2417
+
2418
+ ### [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)
2419
+
2420
+ ### Features
2421
+
2422
+ - **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))
2423
+
2424
+ ## [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)
2425
+
2426
+ ### ⚠ BREAKING CHANGES
2427
+
2428
+ - **react-native:** set reactions through props and not config (#1069)
2429
+
2430
+ ### Features
2431
+
2432
+ - **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))
2433
+
2434
+ ### [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)
2435
+
2436
+ ### Features
2437
+
2438
+ - **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))
2439
+
2440
+ ### [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)
2441
+
2442
+ ### Dependency Updates
2443
+
2444
+ - `@stream-io/video-client` updated to version `0.3.28`
2445
+ - `@stream-io/video-react-bindings` updated to version `0.2.29`
2446
+
2447
+ ### [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)
2448
+
2449
+ ### Bug Fixes
2450
+
2451
+ - **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))
2452
+
2453
+ ### [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)
2454
+
2455
+ ### Dependency Updates
2456
+
2457
+ - `@stream-io/video-client` updated to version `0.1.0`
2458
+ - `@stream-io/video-react-bindings` updated to version `0.2.28`
2459
+
2460
+ ### [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)
2461
+
2462
+ ### Dependency Updates
2463
+
2464
+ - `@stream-io/video-client` updated to version `0.1.0`
2465
+ - `@stream-io/video-react-bindings` updated to version `0.2.27`
2466
+
2467
+ ### Features
2468
+
2469
+ - **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))
2470
+
2471
+ ### [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)
2472
+
2473
+ ### Dependency Updates
2474
+
2475
+ - `@stream-io/video-client` updated to version `0.1.0`
2476
+ - `@stream-io/video-react-bindings` updated to version `0.2.26`
2477
+
2478
+ ### [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)
2479
+
2480
+ ### Dependency Updates
2481
+
2482
+ - `@stream-io/video-client` updated to version `0.1.0`
2483
+ - `@stream-io/video-react-bindings` updated to version `0.2.25`
2484
+
2485
+ ### [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)
2486
+
2487
+ ### Dependency Updates
2488
+
2489
+ - `@stream-io/video-client` updated to version `0.1.0`
2490
+ - `@stream-io/video-react-bindings` updated to version `0.2.24`
2491
+
2492
+ ### [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)
2493
+
2494
+ ### Dependency Updates
2495
+
2496
+ - `@stream-io/i18n` updated to version `0.1.2`
2497
+ - `@stream-io/video-client` updated to version `0.1.0`
2498
+ - `@stream-io/video-react-bindings` updated to version `0.2.23`
2499
+
2500
+ ### Bug Fixes
2501
+
2502
+ - 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))
2503
+
2504
+ ### [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)
2505
+
2506
+ ### Dependency Updates
2507
+
2508
+ - `@stream-io/video-client` updated to version `0.1.0`
2509
+ - `@stream-io/video-react-bindings` updated to version `0.2.22`
2510
+
2511
+ ### [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)
2512
+
2513
+ ### Dependency Updates
2514
+
2515
+ - `@stream-io/video-client` updated to version `0.1.0`
2516
+ - `@stream-io/video-react-bindings` updated to version `0.2.21`
2517
+
2518
+ ### [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)
2519
+
2520
+ ### Dependency Updates
2521
+
2522
+ - `@stream-io/video-client` updated to version `0.1.0`
2523
+
2524
+ ### [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)
2525
+
2526
+ ### Dependency Updates
2527
+
2528
+ - `@stream-io/video-client` updated to version `0.1.0`
2529
+ - `@stream-io/video-react-bindings` updated to version `0.2.20`
2530
+
2531
+ ### Bug Fixes
2532
+
2533
+ - initial device state handling ([#1092](https://github.com/GetStream/stream-video-js/issues/1092)) ([a98d07f](https://github.com/GetStream/stream-video-js/commit/a98d07f9e3eaf6bb059911538ba2a64a1550e53d))
2534
+
2535
+ ### [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)
2536
+
2537
+ ### Dependency Updates
2538
+
2539
+ - `@stream-io/video-client` updated to version `0.1.0`
2540
+ - `@stream-io/video-react-bindings` updated to version `0.2.19`
2541
+
2542
+ ### [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)
2543
+
2544
+ ### Dependency Updates
2545
+
2546
+ - `@stream-io/video-client` updated to version `0.1.0`
2547
+ - `@stream-io/video-react-bindings` updated to version `0.2.18`
2548
+
2549
+ ### [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)
2550
+
2551
+ ### Dependency Updates
2552
+
2553
+ - `@stream-io/video-client` updated to version `0.1.0`
2554
+ - `@stream-io/video-react-bindings` updated to version `0.2.17`
2555
+
2556
+ ### [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)
2557
+
2558
+ ### Bug Fixes
2559
+
2560
+ - **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))
2561
+
2562
+ ### [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)
2563
+
2564
+ ### Bug Fixes
2565
+
2566
+ - **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))
2567
+
2568
+ ### [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)
2569
+
2570
+ ### Bug Fixes
2571
+
2572
+ - **react-native:** add missing expo plugin in npm pack ([bfeb79d](https://github.com/GetStream/stream-video-js/commit/bfeb79d2a540f627e8fcefbe1524cf634307ce84))
2573
+
2574
+ ### [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)
2575
+
2576
+ ### Dependency Updates
2577
+
2578
+ - `@stream-io/video-client` updated to version `0.1.0`
2579
+ - `@stream-io/video-react-bindings` updated to version `0.2.16`
2580
+
2581
+ ### [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)
2582
+
2583
+ ### Features
2584
+
2585
+ - **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))
2586
+
2587
+ ### [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)
2588
+
2589
+ ### Bug Fixes
2590
+
2591
+ - 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))
2592
+
2593
+ ### [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)
2594
+
2595
+ ### Bug Fixes
2596
+
2597
+ - 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))
2598
+
2599
+ ### [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)
2600
+
2601
+ ### Bug Fixes
2602
+
2603
+ - 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))
2604
+
2605
+ ### [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)
2606
+
2607
+ ### Bug Fixes
2608
+
2609
+ - **react-native:** missing translations in lobby component ([3dbed69](https://github.com/GetStream/stream-video-js/commit/3dbed692dcbb4b6a948cc1eb41540ab1e7825912))
2610
+
2611
+ ### [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)
2612
+
2613
+ ### Dependency Updates
2614
+
2615
+ - `@stream-io/video-client` updated to version `0.1.0`
2616
+ - `@stream-io/video-react-bindings` updated to version `0.2.15`
2617
+
2618
+ ### [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)
2619
+
2620
+ ### Bug Fixes
2621
+
2622
+ - 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))
2623
+
2624
+ ### [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)
2625
+
2626
+ ### Dependency Updates
2627
+
2628
+ - `@stream-io/i18n` updated to version `0.1.1`
2629
+ - `@stream-io/video-client` updated to version `0.1.0`
2630
+ - `@stream-io/video-react-bindings` updated to version `0.2.14`
2631
+
2632
+ ### Features
2633
+
2634
+ - 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))
2635
+ - **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))