@stream-io/video-react-native-sdk 0.0.1-alpha.210 → 0.0.1-alpha.211
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.1-alpha.211](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.210...@stream-io/video-react-native-sdk-0.0.1-alpha.211) (2023-06-26)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.0.1-alpha.210](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.209...@stream-io/video-react-native-sdk-0.0.1-alpha.210) (2023-06-23)
|
|
6
10
|
|
|
7
11
|
|
package/README.md
CHANGED
|
@@ -91,7 +91,7 @@ Stream's video roadmap and changelog are available [here](https://github.com/Get
|
|
|
91
91
|
- [x] Push notification- Android
|
|
92
92
|
- [x] Chat integration guide
|
|
93
93
|
- [x] Simulcasting- Android
|
|
94
|
-
- [
|
|
94
|
+
- [x] Push notification- VoIP iOS
|
|
95
95
|
- [ ] Reconnection (awaiting BE)
|
|
96
96
|
- [ ] Simulcasting- iOS
|
|
97
97
|
- [ ] Components alignment and refactor
|
package/package.json
CHANGED