@whereby.com/browser-sdk 3.11.7 → 3.12.1
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 +2 -0
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.esm.js +1 -1
- package/package.json +2 -2
package/dist/embed/index.d.ts
CHANGED
|
@@ -63,6 +63,7 @@ interface PrecallCheckCompletedStepResult {
|
|
|
63
63
|
interface WherebyEmbedElementEventMap {
|
|
64
64
|
ready: CustomEvent;
|
|
65
65
|
knock: CustomEvent;
|
|
66
|
+
cancel_knock: CustomEvent;
|
|
66
67
|
participantupdate: CustomEvent<{
|
|
67
68
|
count: number;
|
|
68
69
|
}>;
|
|
@@ -127,6 +128,7 @@ interface WherebyEmbedElementEventMap {
|
|
|
127
128
|
interface WherebyEmbedElementCommands {
|
|
128
129
|
endMeeting: () => void;
|
|
129
130
|
knock: () => void;
|
|
131
|
+
cancelKnock: () => void;
|
|
130
132
|
leaveRoom: () => void;
|
|
131
133
|
openSettings: (settingsPane?: SettingsPane) => void;
|
|
132
134
|
startRecording: () => void;
|
package/dist/react/index.cjs
CHANGED
|
@@ -178,7 +178,7 @@ const selectRoomConnectionState = toolkit.createSelector(core.selectChatMessages
|
|
|
178
178
|
return state;
|
|
179
179
|
});
|
|
180
180
|
|
|
181
|
-
const browserSdkVersion = "3.
|
|
181
|
+
const browserSdkVersion = "3.12.1";
|
|
182
182
|
|
|
183
183
|
const defaultRoomConnectionOptions = {
|
|
184
184
|
localMediaOptions: {
|
package/dist/react/index.esm.js
CHANGED
|
@@ -156,7 +156,7 @@ const selectRoomConnectionState = createSelector(selectChatMessages, selectCloud
|
|
|
156
156
|
return state;
|
|
157
157
|
});
|
|
158
158
|
|
|
159
|
-
const browserSdkVersion = "3.
|
|
159
|
+
const browserSdkVersion = "3.12.1";
|
|
160
160
|
|
|
161
161
|
const defaultRoomConnectionOptions = {
|
|
162
162
|
localMediaOptions: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@whereby.com/browser-sdk",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.12.1",
|
|
4
4
|
"description": "Modules for integration Whereby video in web apps",
|
|
5
5
|
"author": "Whereby AS",
|
|
6
6
|
"license": "MIT",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@radix-ui/react-popover": "^1.0.7",
|
|
82
82
|
"@reduxjs/toolkit": "^2.2.3",
|
|
83
|
-
"@whereby.com/core": "0.32.
|
|
83
|
+
"@whereby.com/core": "0.32.8",
|
|
84
84
|
"clsx": "^2.1.1",
|
|
85
85
|
"heresy": "^1.0.4",
|
|
86
86
|
"react-redux": "^9.1.1",
|