@stream-io/video-react-sdk 0.5.4 → 0.5.6
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 +12 -0
- package/README.md +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
### [0.5.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.5...@stream-io/video-react-sdk-0.5.6) (2024-03-28)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/video-client` updated to version `0.6.4`
|
|
10
|
+
* `@stream-io/video-react-bindings` updated to version `0.4.4`
|
|
11
|
+
### [0.5.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.4...@stream-io/video-react-sdk-0.5.5) (2024-03-25)
|
|
12
|
+
|
|
13
|
+
### Dependency Updates
|
|
14
|
+
|
|
15
|
+
* `@stream-io/video-client` updated to version `0.6.3`
|
|
16
|
+
* `@stream-io/video-react-bindings` updated to version `0.4.3`
|
|
5
17
|
### [0.5.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.3...@stream-io/video-react-sdk-0.5.4) (2024-03-25)
|
|
6
18
|
|
|
7
19
|
### Dependency Updates
|
package/README.md
CHANGED
|
@@ -75,7 +75,7 @@ Here are some of the features we support:
|
|
|
75
75
|
- [x] Performance and bundle-size optimizations
|
|
76
76
|
- [x] Dynascale 2.0 (f resolution switches, resolution WebRTC handling)
|
|
77
77
|
- [ ] Dynascale 2.0 (codec switching)
|
|
78
|
-
- [
|
|
78
|
+
- [x] Call analytics / stats
|
|
79
79
|
|
|
80
80
|
### 0.6 milestone
|
|
81
81
|
|
package/dist/index.cjs.js
CHANGED
|
@@ -2277,7 +2277,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
|
|
|
2277
2277
|
};
|
|
2278
2278
|
const hasScreenShare = (p) => !!p?.publishedTracks.includes(videoClient.SfuModels.TrackType.SCREEN_SHARE);
|
|
2279
2279
|
|
|
2280
|
-
const [major, minor, patch] = ("0.5.
|
|
2280
|
+
const [major, minor, patch] = ("0.5.6" ).split('.');
|
|
2281
2281
|
videoClient.setSdkInfo({
|
|
2282
2282
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
2283
2283
|
major,
|
package/dist/index.es.js
CHANGED
|
@@ -2277,7 +2277,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
|
|
|
2277
2277
|
};
|
|
2278
2278
|
const hasScreenShare = (p) => !!p?.publishedTracks.includes(SfuModels.TrackType.SCREEN_SHARE);
|
|
2279
2279
|
|
|
2280
|
-
const [major, minor, patch] = ("0.5.
|
|
2280
|
+
const [major, minor, patch] = ("0.5.6" ).split('.');
|
|
2281
2281
|
setSdkInfo({
|
|
2282
2282
|
type: SfuModels.SdkType.REACT,
|
|
2283
2283
|
major,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-sdk",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.6",
|
|
4
4
|
"packageManager": "yarn@3.2.4",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@floating-ui/react": "^0.26.5",
|
|
32
|
-
"@stream-io/video-client": "^0.6.
|
|
33
|
-
"@stream-io/video-react-bindings": "^0.4.
|
|
32
|
+
"@stream-io/video-client": "^0.6.4",
|
|
33
|
+
"@stream-io/video-react-bindings": "^0.4.4",
|
|
34
34
|
"chart.js": "^4.4.1",
|
|
35
35
|
"clsx": "^2.0.0",
|
|
36
36
|
"react-chartjs-2": "^5.2.0"
|