@whereby.com/browser-sdk 3.14.6 → 3.14.7
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/dist/cdn/v3-react.js +1 -1
- package/dist/embed/index.d.ts +6 -0
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.esm.js +1 -1
- package/package.json +3 -3
package/dist/embed/index.d.ts
CHANGED
|
@@ -113,6 +113,12 @@ interface WherebyEmbedElementEventMap {
|
|
|
113
113
|
streaming_status_change: CustomEvent<{
|
|
114
114
|
status: string;
|
|
115
115
|
}>;
|
|
116
|
+
recording_status_change: CustomEvent<{
|
|
117
|
+
status: "starting" | "started" | "stopped";
|
|
118
|
+
}>;
|
|
119
|
+
transcription_status_change: CustomEvent<{
|
|
120
|
+
status: "starting" | "started" | "stopped";
|
|
121
|
+
}>;
|
|
116
122
|
connection_status_change: CustomEvent<{
|
|
117
123
|
status: "stable" | "unstable";
|
|
118
124
|
}>;
|
package/dist/react/index.cjs
CHANGED
package/dist/react/index.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@whereby.com/browser-sdk",
|
|
3
|
-
"version": "3.14.
|
|
3
|
+
"version": "3.14.7",
|
|
4
4
|
"description": "Modules for integration Whereby video in web apps",
|
|
5
5
|
"author": "Whereby AS",
|
|
6
6
|
"license": "MIT",
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
"eslint-plugin-storybook": "9.0.16",
|
|
67
67
|
"@storybook/addon-docs": "^9.0.16",
|
|
68
68
|
"@whereby.com/eslint-config": "0.1.0",
|
|
69
|
-
"@whereby.com/jest-config": "0.1.0",
|
|
70
69
|
"@whereby.com/prettier-config": "0.1.0",
|
|
71
70
|
"@whereby.com/rollup-config": "0.1.0",
|
|
72
|
-
"@whereby.com/tsconfig": "0.1.0"
|
|
71
|
+
"@whereby.com/tsconfig": "0.1.0",
|
|
72
|
+
"@whereby.com/jest-config": "0.1.0"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@radix-ui/react-popover": "^1.0.7",
|