@stream-io/video-react-sdk 0.4.12 → 0.4.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,18 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.4.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.4.13...@stream-io/video-react-sdk-0.4.14) (2023-11-29)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `0.5.0`
10
+ * `@stream-io/video-react-bindings` updated to version `0.3.11`
11
+ ### [0.4.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.4.12...@stream-io/video-react-sdk-0.4.13) (2023-11-27)
12
+
13
+ ### Dependency Updates
14
+
15
+ * `@stream-io/video-client` updated to version `0.4.10`
16
+ * `@stream-io/video-react-bindings` updated to version `0.3.10`
5
17
  ### [0.4.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.4.11...@stream-io/video-react-sdk-0.4.12) (2023-11-22)
6
18
 
7
19
  ### Dependency Updates
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ## **Quick Links**
6
6
 
7
7
  - [Register](https://getstream.io/chat/trial/) to get an API key for Stream Video
8
- - [React Video Tutorial](https://getstream.io/video/docs/react/tutorials/video-calling/)
8
+ - [React Video Tutorial](https://getstream.io/video/sdk/react/tutorial/video-calling/)
9
9
  - [Sample application](https://getstream.io/video/demos/)
10
10
 
11
11
  ## What is Stream?
@@ -14,9 +14,9 @@ Stream allows developers to rapidly deploy scalable feeds, chat messaging and vi
14
14
 
15
15
  With Stream's video components, you can use their SDK to build in-app video calling, audio rooms, audio calls, or live streaming. The best place to get started is with their tutorials:
16
16
 
17
- - [Video & Audio Calling Tutorial](https://getstream.io/video/docs/react/tutorials/video-calling/)
18
- - [Audio Rooms Tutorial](https://getstream.io/video/docs/react/tutorials/audio-room/)
19
- - [Livestreaming Tutorial](https://getstream.io/video/docs/react/tutorials/livestream/)
17
+ - [Video & Audio Calling Tutorial](https://getstream.io/video/sdk/react/tutorial/video-calling/)
18
+ - [Audio Rooms Tutorial](https://getstream.io/video/sdk/react/tutorial/audio-room/)
19
+ - [Livestreaming Tutorial](https://getstream.io/video/sdk/react/tutorial/livestreaming/)
20
20
 
21
21
  Stream provides UI components and state handling that make it easy to build video calling for your app. All calls run on Stream's network of edge servers around the world, ensuring optimal latency and reliability.
22
22
 
package/dist/index.cjs.js CHANGED
@@ -1966,7 +1966,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
1966
1966
  };
1967
1967
  const hasScreenShare = (p) => !!p?.publishedTracks.includes(videoClient.SfuModels.TrackType.SCREEN_SHARE);
1968
1968
 
1969
- const [major, minor, patch] = ("0.4.12" ).split('.');
1969
+ const [major, minor, patch] = ("0.4.14" ).split('.');
1970
1970
  videoClient.setSdkInfo({
1971
1971
  type: videoClient.SfuModels.SdkType.REACT,
1972
1972
  major,
package/dist/index.es.js CHANGED
@@ -1966,7 +1966,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
1966
1966
  };
1967
1967
  const hasScreenShare = (p) => !!p?.publishedTracks.includes(SfuModels.TrackType.SCREEN_SHARE);
1968
1968
 
1969
- const [major, minor, patch] = ("0.4.12" ).split('.');
1969
+ const [major, minor, patch] = ("0.4.14" ).split('.');
1970
1970
  setSdkInfo({
1971
1971
  type: SfuModels.SdkType.REACT,
1972
1972
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "0.4.12",
3
+ "version": "0.4.14",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -31,8 +31,8 @@
31
31
  "@floating-ui/react": "^0.26.1",
32
32
  "@nivo/core": "^0.80.0",
33
33
  "@nivo/line": "^0.80.0",
34
- "@stream-io/video-client": "^0.4.9",
35
- "@stream-io/video-react-bindings": "^0.3.9",
34
+ "@stream-io/video-client": "^0.5.0",
35
+ "@stream-io/video-react-bindings": "^0.3.11",
36
36
  "clsx": "^2.0.0",
37
37
  "prop-types": "^15.8.1"
38
38
  },