@whereby.com/browser-sdk 3.19.17 → 3.20.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 +2 -2
- package/dist/react/index.cjs +4 -1
- package/dist/react/index.esm.js +4 -1
- package/package.json +5 -5
package/dist/react/index.cjs
CHANGED
|
@@ -172,7 +172,7 @@ const VideoView = React__namespace.forwardRef((_a, ref) => {
|
|
|
172
172
|
});
|
|
173
173
|
VideoView.displayName = "VideoView";
|
|
174
174
|
|
|
175
|
-
const browserSdkVersion = "3.
|
|
175
|
+
const browserSdkVersion = "3.20.1";
|
|
176
176
|
|
|
177
177
|
const initialState$1 = {
|
|
178
178
|
chatMessages: [],
|
|
@@ -183,10 +183,13 @@ const initialState$1 = {
|
|
|
183
183
|
groupedParticipants: [],
|
|
184
184
|
participantsInCurrentGroup: [],
|
|
185
185
|
},
|
|
186
|
+
isCameraEnabled: false,
|
|
187
|
+
isMicrophoneEnabled: false,
|
|
186
188
|
localParticipant: undefined,
|
|
187
189
|
remoteParticipants: [],
|
|
188
190
|
screenshares: [],
|
|
189
191
|
connectionStatus: "ready",
|
|
192
|
+
connectionError: null,
|
|
190
193
|
waitingParticipants: [],
|
|
191
194
|
spotlightedParticipants: [],
|
|
192
195
|
};
|
package/dist/react/index.esm.js
CHANGED
|
@@ -150,7 +150,7 @@ const VideoView = React.forwardRef((_a, ref) => {
|
|
|
150
150
|
});
|
|
151
151
|
VideoView.displayName = "VideoView";
|
|
152
152
|
|
|
153
|
-
const browserSdkVersion = "3.
|
|
153
|
+
const browserSdkVersion = "3.20.1";
|
|
154
154
|
|
|
155
155
|
const initialState$1 = {
|
|
156
156
|
chatMessages: [],
|
|
@@ -161,10 +161,13 @@ const initialState$1 = {
|
|
|
161
161
|
groupedParticipants: [],
|
|
162
162
|
participantsInCurrentGroup: [],
|
|
163
163
|
},
|
|
164
|
+
isCameraEnabled: false,
|
|
165
|
+
isMicrophoneEnabled: false,
|
|
164
166
|
localParticipant: undefined,
|
|
165
167
|
remoteParticipants: [],
|
|
166
168
|
screenshares: [],
|
|
167
169
|
connectionStatus: "ready",
|
|
170
|
+
connectionError: null,
|
|
168
171
|
waitingParticipants: [],
|
|
169
172
|
spotlightedParticipants: [],
|
|
170
173
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@whereby.com/browser-sdk",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.20.1",
|
|
4
4
|
"description": "Modules for integration Whereby video in web apps",
|
|
5
5
|
"author": "Whereby AS",
|
|
6
6
|
"license": "MIT",
|
|
@@ -65,17 +65,17 @@
|
|
|
65
65
|
"typescript": "^5.8.3",
|
|
66
66
|
"eslint-plugin-storybook": "9.0.16",
|
|
67
67
|
"@storybook/addon-docs": "^9.0.16",
|
|
68
|
+
"@whereby.com/camera-effects": "1.1.1",
|
|
68
69
|
"@whereby.com/eslint-config": "0.1.0",
|
|
69
70
|
"@whereby.com/jest-config": "0.1.0",
|
|
70
71
|
"@whereby.com/prettier-config": "0.1.0",
|
|
71
72
|
"@whereby.com/rollup-config": "0.1.1",
|
|
72
|
-
"@whereby.com/tsconfig": "0.1.0"
|
|
73
|
-
"@whereby.com/camera-effects": "1.1.1"
|
|
73
|
+
"@whereby.com/tsconfig": "0.1.0"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@radix-ui/react-popover": "^1.0.7",
|
|
77
|
-
"@whereby.com/media": "8.0
|
|
78
|
-
"@whereby.com/core": "1.
|
|
77
|
+
"@whereby.com/media": "8.2.0",
|
|
78
|
+
"@whereby.com/core": "1.10.1",
|
|
79
79
|
"clsx": "^2.1.1",
|
|
80
80
|
"heresy": "^1.0.4",
|
|
81
81
|
"runes": "^0.4.3"
|