@stream-io/video-react-sdk 0.6.13 → 0.6.14

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.6.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.13...@stream-io/video-react-sdk-0.6.14) (2024-04-26)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `0.7.9`
10
+ * `@stream-io/video-react-bindings` updated to version `0.4.20`
5
11
  ### [0.6.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.12...@stream-io/video-react-sdk-0.6.13) (2024-04-25)
6
12
 
7
13
  ### Dependency Updates
package/README.md CHANGED
@@ -79,7 +79,7 @@ Here are some of the features we support:
79
79
 
80
80
  - [ ] Break-out rooms
81
81
  - [ ] Waiting rooms
82
- - [ ] Transcriptions
82
+ - [x] Transcriptions
83
83
  - [ ] Closed captions
84
84
  - [ ] Audio filters
85
85
  - [ ] Query call session endpoint
package/dist/index.cjs.js CHANGED
@@ -2497,7 +2497,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
2497
2497
  };
2498
2498
  const hasScreenShare = (p) => !!p?.publishedTracks.includes(videoClient.SfuModels.TrackType.SCREEN_SHARE);
2499
2499
 
2500
- const [major, minor, patch] = ("0.6.13" ).split('.');
2500
+ const [major, minor, patch] = ("0.6.14" ).split('.');
2501
2501
  videoClient.setSdkInfo({
2502
2502
  type: videoClient.SfuModels.SdkType.REACT,
2503
2503
  major,
package/dist/index.es.js CHANGED
@@ -2497,7 +2497,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
2497
2497
  };
2498
2498
  const hasScreenShare = (p) => !!p?.publishedTracks.includes(SfuModels.TrackType.SCREEN_SHARE);
2499
2499
 
2500
- const [major, minor, patch] = ("0.6.13" ).split('.');
2500
+ const [major, minor, patch] = ("0.6.14" ).split('.');
2501
2501
  setSdkInfo({
2502
2502
  type: SfuModels.SdkType.REACT,
2503
2503
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "0.6.13",
3
+ "version": "0.6.14",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -29,9 +29,9 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@floating-ui/react": "^0.26.5",
32
- "@stream-io/video-client": "0.7.8",
32
+ "@stream-io/video-client": "0.7.9",
33
33
  "@stream-io/video-filters-web": "0.1.0",
34
- "@stream-io/video-react-bindings": "0.4.19",
34
+ "@stream-io/video-react-bindings": "0.4.20",
35
35
  "chart.js": "^4.4.1",
36
36
  "clsx": "^2.0.0",
37
37
  "react-chartjs-2": "^5.2.0"