@stream-io/video-react-native-sdk 0.0.1-alpha.250 → 0.0.1-alpha.252

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,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [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)
6
+
7
+
8
+
9
+ ## [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)
10
+
11
+
12
+
5
13
  ## [0.0.1-alpha.250](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.249...@stream-io/video-react-native-sdk-0.0.1-alpha.250) (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
- - [ ] Reconnection (awaiting BE)
97
- - [ ] Simulcasting- iOS
98
- - [ ] Components alignment and refactor
99
- - [ ] UI Component documentation
100
- - [ ] Pinning and spotlighting participants
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
@@ -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.250"
88
+ "version": "0.0.1-alpha.252"
89
89
  }