@stream-io/video-react-native-sdk 0.0.1-alpha.251 → 0.0.1-alpha.253
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 +8 -0
- package/README.md +21 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.1-alpha.253](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.252...@stream-io/video-react-native-sdk-0.0.1-alpha.253) (2023-07-07)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [0.0.1-alpha.252](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.251...@stream-io/video-react-native-sdk-0.0.1-alpha.252) (2023-07-06)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
5
13
|
## [0.0.1-alpha.251](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.250...@stream-io/video-react-native-sdk-0.0.1-alpha.251) (2023-07-06)
|
|
6
14
|
|
|
7
15
|
|
package/README.md
CHANGED
|
@@ -93,15 +93,30 @@ Stream's video roadmap and changelog are available [here](https://github.com/Get
|
|
|
93
93
|
- [x] Chat integration guide
|
|
94
94
|
- [x] Simulcasting- Android
|
|
95
95
|
- [x] Push notification- VoIP iOS
|
|
96
|
-
- [
|
|
97
|
-
- [
|
|
98
|
-
- [
|
|
99
|
-
- [ ]
|
|
100
|
-
- [ ]
|
|
96
|
+
- [x] Reconnection (awaiting BE)
|
|
97
|
+
- [x] Simulcasting- iOS
|
|
98
|
+
- [x] Pinning and spotlighting participants
|
|
99
|
+
- [ ] Components parity, alignment and refactor
|
|
100
|
+
- [ ] Write docs:
|
|
101
|
+
- [ ] UI Components
|
|
102
|
+
- [ ] Tutorials
|
|
103
|
+
- [ ] Video Rooms Tutorial
|
|
104
|
+
- [ ] Audio Rooms Tutorial
|
|
105
|
+
- [ ] Core
|
|
106
|
+
- [ ] Camera & Microphone
|
|
107
|
+
- [ ] Advanced
|
|
108
|
+
- [ ] Chat Integration
|
|
109
|
+
- [ ] Internationalization
|
|
110
|
+
- [ ] Push Notification (validate)
|
|
111
|
+
- [ ] UI Cookbook
|
|
112
|
+
- [ ] Call Controls
|
|
113
|
+
- [ ] Permission requests (native)
|
|
114
|
+
- [ ] Runtime layout switching
|
|
115
|
+
- [ ] Video Layout (refactor)
|
|
116
|
+
- [ ] ParticipantView customizations
|
|
101
117
|
|
|
102
118
|
### 0.2 milestone
|
|
103
119
|
- [ ] Livestream tutorial
|
|
104
|
-
- [ ] Audio Rooms tutorial
|
|
105
120
|
- [ ] Regular Push Notification
|
|
106
121
|
- [ ] Deeplink support for video call demo (Dogfooding already implemented)
|
|
107
122
|
- [ ] Speaking while muted
|
package/package.json
CHANGED