@stream-io/video-react-sdk 0.3.7 → 0.3.9

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.3.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.3.8...@stream-io/video-react-sdk-0.3.9) (2023-08-29)
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.2.9`
11
+ ### [0.3.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.3.7...@stream-io/video-react-sdk-0.3.8) (2023-08-24)
12
+
13
+ ### Dependency Updates
14
+
15
+ * `@stream-io/video-client` updated to version `0.1.0`
16
+ * `@stream-io/video-react-bindings` updated to version `0.2.8`
5
17
  ### [0.3.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.3.6...@stream-io/video-react-sdk-0.3.7) (2023-08-23)
6
18
 
7
19
  ### Dependency Updates
package/README.md CHANGED
@@ -53,36 +53,32 @@ Here are some of the features we support:
53
53
 
54
54
  ## Roadmap
55
55
 
56
- ### 0.2 milestone
57
- - [x] ICE restarts
58
- - [x] React hooks for permissions management
59
- - [x] Server-side participant pinning
60
-
61
- ### 0.3 milestone
62
- - [ ] Fast-reconnects
63
- - [ ] SFU retries
64
- - [ ] Enhanced device management API
65
- - [ ] Enhanced SDK build system
66
- - [ ] Increase test coverage
67
-
68
56
  ### 0.4 milestone
69
- - [ ] Performance and bundle-size optimizations
57
+ - [X] Enhanced device management API
58
+ - [X] Composite layout for streaming and recording
59
+ - [ ] Screenshare Audio
70
60
  - [ ] Hardware-accelerated video encoding on supported platforms
71
- - [ ] E2E testing platform
72
61
  - [ ] Typescript generics enhancements
73
- - [ ] Call analytics / stats
74
- - [ ] Logging 2.0
62
+ - [ ] Fast-reconnects
63
+ - [X] SFU retries
75
64
 
76
65
  ### 0.5 milestone
77
66
  - [ ] Enhanced UI components and theming
78
- - [ ] Composite layout for streaming and recording
67
+ - [ ] Enhanced SDK build system
68
+ - [ ] Video and audio filters
69
+ - [ ] Performance and bundle-size optimizations
70
+ - [ ] Dynascale: turn off incoming video when the browser is in the background
71
+ - [ ] Dynascale 2.0 (codecs, f resolution switches, resolution webrtc handling)
72
+ - [ ] Call analytics / stats
73
+ - [ ] Logging 2.0
74
+ - [ ] E2E testing platform
75
+
76
+ ### 0.6 milestone
79
77
  - [ ] Break-out rooms
80
78
  - [ ] Waiting rooms
81
79
  - [ ] Transcriptions
82
80
  - [ ] Closed captions
83
- - [ ] Video and audio filters
84
- - [ ] Dynascale: turn off incoming video when the browser is in the background
85
- - [ ] Dynascale 2.0 (codecs, f resolution switches, resolution webrtc handling)
81
+
86
82
 
87
83
  ## Contributing
88
84
 
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "0.3.7";
1
+ export declare const version = "0.3.9";
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '0.3.7';
1
+ export const version = '0.3.9';
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.3.7",
3
+ "version": "0.3.9",
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.3.6",
37
- "@stream-io/video-react-bindings": "^0.2.7",
36
+ "@stream-io/video-client": "^0.3.8",
37
+ "@stream-io/video-react-bindings": "^0.2.9",
38
38
  "clsx": "^1.2.1",
39
39
  "prop-types": "^15.8.1",
40
40
  "rxjs": "~7.8.1"