@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 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
- - [ ] Push notification- VoIP iOS
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
@@ -85,5 +85,5 @@
85
85
  "typedoc-plugin-markdown": "^3.15.3",
86
86
  "typescript": "^4.9.5"
87
87
  },
88
- "version": "0.0.1-alpha.210"
88
+ "version": "0.0.1-alpha.211"
89
89
  }