@stream-io/video-react-native-sdk 0.0.8 → 0.0.9

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,12 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [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)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `0.1.0`
10
+ * `@stream-io/video-react-bindings` updated to version `0.2.16`
5
11
  ### [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)
6
12
 
7
13
 
package/README.md CHANGED
@@ -85,7 +85,7 @@ The Stream Video React Native SDK supports apps created with the React Native CL
85
85
  ## Roadmap
86
86
  Stream's video roadmap and changelog are available [here](https://github.com/GetStream/protocol/discussions/127).
87
87
 
88
- ### 0.1 milestone
88
+ ### 0.1, 0.2 and 0.3 milestone
89
89
  - [x] Push notification- Android
90
90
  - [x] Chat integration guide
91
91
  - [x] Simulcasting- Android
@@ -113,21 +113,23 @@ Stream's video roadmap and changelog are available [here](https://github.com/Get
113
113
  - [x] Video Layout (refactor)
114
114
  - [x] ParticipantView customizations
115
115
 
116
- ### 0.2 milestone
116
+ ### 0.4 Milestones
117
+ - [x] Expo Support
118
+ - [ ] Leaner Chat Integration Guide
117
119
  - [ ] Regular Push Notification
118
- - [ ] Deeplink support for video call demo (Dogfooding already implemented)
119
120
  - [ ] Speaking while muted
120
- - [ ] Landscape support
121
+ - [ ] Landscape Support
122
+ - [ ] PiP
123
+ - [ ] Livestream components
124
+ - [ ] Speaker management (needs docs)
121
125
 
122
- ### 0.3 milestone
123
- - [ ] Test with a large call with many participants
124
- - [ ] Test coverage
125
- - [ ] CPU usage improvements
126
- - [ ] Picture-in-Picture
126
+ ### 0.5 Milestones
127
127
 
128
- ### 0.4 milestone
129
128
  - [ ] Audio & Video filters
130
- - [ ] Screen sharing from mobile
131
- - [ ] Analytics integration
132
- - [ ] Picture of the video stream at highest resolution
133
- - [ ] Call Analytics
129
+ - [ ] Screensharing
130
+ - [ ] CPU usage improvement
131
+ - [ ] Analytics Integration
132
+ - [ ] Demo app on playstore and app store
133
+ - [ ] Long press to focus
134
+ - [ ] Dynascale 2.0
135
+ - [ ] Test coverage
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "0.0.8";
1
+ export declare const version = "0.0.9";
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '0.0.8';
1
+ export const version = '0.0.9';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-native-sdk",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -43,8 +43,8 @@
43
43
  ],
44
44
  "dependencies": {
45
45
  "@stream-io/i18n": "^0.1.1",
46
- "@stream-io/video-client": "^0.3.14",
47
- "@stream-io/video-react-bindings": "^0.2.15",
46
+ "@stream-io/video-client": "^0.3.15",
47
+ "@stream-io/video-react-bindings": "^0.2.16",
48
48
  "intl-pluralrules": "2.0.1",
49
49
  "lodash.merge": "^4.6.2",
50
50
  "react-native-url-polyfill": "1.3.0",