@stream-io/video-react-bindings 0.0.1-alpha.43 → 0.0.1-alpha.44
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,10 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.1-alpha.44](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-0.0.1-alpha.43...@stream-io/video-react-bindings-0.0.1-alpha.44) (2023-05-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.0.1-alpha.43](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-0.0.1-alpha.42...@stream-io/video-react-bindings-0.0.1-alpha.43) (2023-05-17)
|
|
6
10
|
|
|
7
11
|
|
|
@@ -15,7 +15,7 @@ export interface StreamCallProviderProps {
|
|
|
15
15
|
*
|
|
16
16
|
* @category Call State
|
|
17
17
|
*
|
|
18
|
-
* @react If you're using the React SDK we recommend using the `
|
|
18
|
+
* @react If you're using the React SDK we recommend using the `StreamCall` component that wraps the `StreamCallProvider`. You only need to use the `StreamCallProvider` for advanced use-cases.
|
|
19
19
|
*/
|
|
20
20
|
export declare const StreamCallProvider: (props: PropsWithChildren<StreamCallProviderProps>) => JSX.Element;
|
|
21
21
|
/**
|
|
@@ -8,7 +8,7 @@ const StreamCallContext = createContext(undefined);
|
|
|
8
8
|
*
|
|
9
9
|
* @category Call State
|
|
10
10
|
*
|
|
11
|
-
* @react If you're using the React SDK we recommend using the `
|
|
11
|
+
* @react If you're using the React SDK we recommend using the `StreamCall` component that wraps the `StreamCallProvider`. You only need to use the `StreamCallProvider` for advanced use-cases.
|
|
12
12
|
*/
|
|
13
13
|
export const StreamCallProvider = (props) => {
|
|
14
14
|
const { call, children } = props;
|
package/package.json
CHANGED
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"rxjs": "~7.8.1"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@stream-io/i18n": "^0.0.1-alpha.
|
|
27
|
-
"@stream-io/video-client": "^0.0.1-alpha.
|
|
26
|
+
"@stream-io/i18n": "^0.0.1-alpha.33",
|
|
27
|
+
"@stream-io/video-client": "^0.0.1-alpha.157",
|
|
28
28
|
"react": ">=17.0.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@stream-io/i18n": "^0.0.1-alpha.
|
|
32
|
-
"@stream-io/video-client": "^0.0.1-alpha.
|
|
31
|
+
"@stream-io/i18n": "^0.0.1-alpha.33",
|
|
32
|
+
"@stream-io/video-client": "^0.0.1-alpha.157",
|
|
33
33
|
"@types/react": "^18.0.26",
|
|
34
34
|
"@types/rimraf": "^3.0.2",
|
|
35
35
|
"react": "^18.2.0",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"typedoc-plugin-markdown": "^3.15.3",
|
|
40
40
|
"typescript": "^4.9.5"
|
|
41
41
|
},
|
|
42
|
-
"version": "0.0.1-alpha.
|
|
42
|
+
"version": "0.0.1-alpha.44"
|
|
43
43
|
}
|
|
@@ -19,7 +19,7 @@ export interface StreamCallProviderProps {
|
|
|
19
19
|
*
|
|
20
20
|
* @category Call State
|
|
21
21
|
*
|
|
22
|
-
* @react If you're using the React SDK we recommend using the `
|
|
22
|
+
* @react If you're using the React SDK we recommend using the `StreamCall` component that wraps the `StreamCallProvider`. You only need to use the `StreamCallProvider` for advanced use-cases.
|
|
23
23
|
*/
|
|
24
24
|
export const StreamCallProvider = (
|
|
25
25
|
props: PropsWithChildren<StreamCallProviderProps>,
|