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

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