@stream-io/video-react-sdk 0.1.2 → 0.1.3
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 +6 -0
- package/README.md +19 -13
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +3 -3
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.1.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.1.2...@stream-io/video-react-sdk-0.1.3) (2023-07-18)
|
|
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.1.2`
|
|
5
11
|
### [0.1.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.1.1...@stream-io/video-react-sdk-0.1.2) (2023-07-17)
|
|
6
12
|
|
|
7
13
|
|
package/README.md
CHANGED
|
@@ -53,32 +53,38 @@ Here are some of the features we support:
|
|
|
53
53
|
|
|
54
54
|
## Roadmap
|
|
55
55
|
|
|
56
|
-
### 0.1 milestone
|
|
57
|
-
- [ ] Call session migration
|
|
58
|
-
- [ ] Hardware-accelerated video encoding on supported platforms
|
|
59
|
-
|
|
60
56
|
### 0.2 milestone
|
|
61
|
-
|
|
62
|
-
- [ ]
|
|
63
|
-
- [ ]
|
|
64
|
-
- [ ]
|
|
65
|
-
- [ ]
|
|
57
|
+
|
|
58
|
+
- [ ] Fast-reconnects
|
|
59
|
+
- [ ] SFU retries
|
|
60
|
+
- [ ] Enhanced SDK build system
|
|
61
|
+
- [ ] Hardware-accelerated video encoding on supported platforms
|
|
62
|
+
- [ ] React hooks for permissions management
|
|
66
63
|
- [ ] E2E testing platform
|
|
67
64
|
- [ ] Increase test coverage
|
|
68
65
|
|
|
69
66
|
### 0.3 milestone
|
|
67
|
+
|
|
68
|
+
- [ ] Performance and bundle-size optimizations
|
|
69
|
+
- [ ] Typescript generics enhancements
|
|
70
70
|
- [ ] Video and audio filters
|
|
71
|
-
- [ ]
|
|
72
|
-
- [ ]
|
|
71
|
+
- [ ] Dynascale: turn off incoming video when the browser is in the background
|
|
72
|
+
- [ ] Dynascale 2.0 (codecs, f resolution switches, resolution webrtc handling)
|
|
73
|
+
- [ ] Call analytics / stats
|
|
74
|
+
- [ ] Logging 2.0
|
|
73
75
|
|
|
74
76
|
### 0.4 milestone
|
|
77
|
+
|
|
75
78
|
- [ ] Enhanced UI components and theming
|
|
79
|
+
- [ ] Composite layout for streaming and recording
|
|
76
80
|
- [ ] Break-out rooms
|
|
77
81
|
- [ ] Waiting rooms
|
|
82
|
+
- [ ] Transcriptions
|
|
83
|
+
- [ ] Closed captions
|
|
78
84
|
|
|
79
85
|
## Contributing
|
|
80
86
|
|
|
81
87
|
- How can I submit a sample app?
|
|
82
|
-
|
|
88
|
+
- Apps submissions are always welcome. 🥳 Open a PR with a proper description and we'll review it as soon as possible.
|
|
83
89
|
- Spot a bug 🕷 ?
|
|
84
|
-
|
|
90
|
+
- We welcome code changes that improve the apps or fix a problem. Please make sure to follow all best practices and add tests if applicable before submitting a Pull Request on Github.
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.1.
|
|
1
|
+
export declare const version = "0.1.3";
|
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '0.1.
|
|
1
|
+
export const version = '0.1.3';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"packageManager": "yarn@3.2.4",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"@nivo/core": "^0.80.0",
|
|
34
34
|
"@nivo/line": "^0.80.0",
|
|
35
35
|
"@stream-io/i18n": "^0.1.1",
|
|
36
|
-
"@stream-io/video-client": "^0.1.
|
|
37
|
-
"@stream-io/video-react-bindings": "^0.1.
|
|
36
|
+
"@stream-io/video-client": "^0.1.1",
|
|
37
|
+
"@stream-io/video-react-bindings": "^0.1.2",
|
|
38
38
|
"clsx": "^1.2.1",
|
|
39
39
|
"prop-types": "^15.8.1",
|
|
40
40
|
"rxjs": "~7.8.1"
|