@stream-io/video-react-sdk 1.6.7 → 1.7.0

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,17 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.7.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.6.7...@stream-io/video-react-sdk-1.7.0) (2024-10-16)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `1.9.0`
10
+ * `@stream-io/video-react-bindings` updated to version `1.1.5`
11
+
12
+ ### Features
13
+
14
+ * **svc-codec:** VP9 and AV1 support ([#1434](https://github.com/GetStream/stream-video-js/issues/1434)) ([c9c8530](https://github.com/GetStream/stream-video-js/commit/c9c8530d48c9206dc3803e6aa6cc1859fd433920))
15
+
5
16
  ## [1.6.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.6.6...@stream-io/video-react-sdk-1.6.7) (2024-10-16)
6
17
 
7
18
  ### Dependency Updates
package/README.md CHANGED
@@ -89,7 +89,7 @@ Here are some of the features we support:
89
89
  - [ ] Closed captions
90
90
  - [ ] Query call session endpoint
91
91
  - [ ] Logging 2.0
92
- - [ ] Hardware-accelerated video encoding on supported platforms
92
+ - [x] Hardware-accelerated video encoding on supported platforms
93
93
  - [ ] Dynascale 2.0 (codec switching)
94
94
  - [ ] E2E testing platform
95
95
  - [ ] Dynascale: turn off incoming video when the browser is in the background
package/dist/index.cjs.js CHANGED
@@ -2576,7 +2576,7 @@ const LivestreamPlayer = (props) => {
2576
2576
  return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
2577
2577
  };
2578
2578
 
2579
- const [major, minor, patch] = ("1.6.7").split('.');
2579
+ const [major, minor, patch] = ("1.7.0").split('.');
2580
2580
  videoClient.setSdkInfo({
2581
2581
  type: videoClient.SfuModels.SdkType.REACT,
2582
2582
  major,
package/dist/index.es.js CHANGED
@@ -2576,7 +2576,7 @@ const LivestreamPlayer = (props) => {
2576
2576
  return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
2577
2577
  };
2578
2578
 
2579
- const [major, minor, patch] = ("1.6.7").split('.');
2579
+ const [major, minor, patch] = ("1.7.0").split('.');
2580
2580
  setSdkInfo({
2581
2581
  type: SfuModels.SdkType.REACT,
2582
2582
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "1.6.7",
3
+ "version": "1.7.0",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -32,9 +32,9 @@
32
32
  ],
33
33
  "dependencies": {
34
34
  "@floating-ui/react": "^0.26.24",
35
- "@stream-io/video-client": "1.8.4",
35
+ "@stream-io/video-client": "1.9.0",
36
36
  "@stream-io/video-filters-web": "0.1.4",
37
- "@stream-io/video-react-bindings": "1.1.4",
37
+ "@stream-io/video-react-bindings": "1.1.5",
38
38
  "chart.js": "^4.4.4",
39
39
  "clsx": "^2.0.0",
40
40
  "react-chartjs-2": "^5.2.0"