@whereby.com/browser-sdk 3.12.9 → 3.12.11
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/react/index.cjs +1 -1
- package/dist/react/index.d.ts +2 -2
- package/dist/react/index.esm.js +1 -1
- package/package.json +2 -2
package/dist/react/index.cjs
CHANGED
|
@@ -183,7 +183,7 @@ const selectRoomConnectionState = toolkit.createSelector(core.selectChatMessages
|
|
|
183
183
|
return state;
|
|
184
184
|
});
|
|
185
185
|
|
|
186
|
-
const browserSdkVersion = "3.12.
|
|
186
|
+
const browserSdkVersion = "3.12.11";
|
|
187
187
|
|
|
188
188
|
const defaultRoomConnectionOptions = {
|
|
189
189
|
localMediaOptions: {
|
package/dist/react/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { LocalMediaOptions, RemoteParticipant, LocalParticipant, Screenshare, ConnectionStatus, NotificationsEventEmitter,
|
|
2
|
+
import { LocalMediaOptions, RemoteParticipant, LocalParticipant, Screenshare, ClientView, ConnectionStatus, NotificationsEventEmitter, ChatMessage as ChatMessage$1 } from '@whereby.com/core';
|
|
3
3
|
import { RoleName } from '@whereby.com/media';
|
|
4
4
|
import * as _radix_ui_react_popover from '@radix-ui/react-popover';
|
|
5
5
|
import { PopoverProps } from '@radix-ui/react-popover';
|
|
@@ -195,4 +195,4 @@ declare const ParticipantMenuItem: React.ForwardRefExoticComponent<Omit<React.De
|
|
|
195
195
|
participantAction?: "maximize" | "spotlight" | "float" | undefined;
|
|
196
196
|
} & React.RefAttributes<HTMLButtonElement>>;
|
|
197
197
|
|
|
198
|
-
export { type ChatMessageState as ChatMessage, GridCell, GridVideoView, type LocalParticipantState as LocalParticipant, ParticipantMenu, ParticipantMenuContent, ParticipantMenuItem, ParticipantMenuTrigger, type RemoteParticipantState as RemoteParticipant, type RoomConnectionState as RoomConnection, type ScreenshareState as Screenshare, type UseLocalMediaResult, Grid as VideoGrid, VideoView, type WaitingParticipantState as WaitingParticipant, Provider as WherebyProvider, useLocalMedia, useRoomConnection };
|
|
198
|
+
export { type BreakoutState as Breakout, type ChatMessageState as ChatMessage, type CloudRecordingState as CloudRecording, GridCell, GridVideoView, type LiveStreamState as LiveStreaming, type LocalParticipantState as LocalParticipant, ParticipantMenu, ParticipantMenuContent, ParticipantMenuItem, ParticipantMenuTrigger, type RemoteParticipantState as RemoteParticipant, type RoomConnectionState as RoomConnection, type RoomConnectionActions, type RoomConnectionOptions, type ScreenshareState as Screenshare, type UseLocalMediaResult, Grid as VideoGrid, VideoView, type WaitingParticipantState as WaitingParticipant, Provider as WherebyProvider, useLocalMedia, useRoomConnection };
|
package/dist/react/index.esm.js
CHANGED
|
@@ -162,7 +162,7 @@ const selectRoomConnectionState = createSelector(selectChatMessages, selectCloud
|
|
|
162
162
|
return state;
|
|
163
163
|
});
|
|
164
164
|
|
|
165
|
-
const browserSdkVersion = "3.12.
|
|
165
|
+
const browserSdkVersion = "3.12.11";
|
|
166
166
|
|
|
167
167
|
const defaultRoomConnectionOptions = {
|
|
168
168
|
localMediaOptions: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@whereby.com/browser-sdk",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.11",
|
|
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.33.
|
|
83
|
+
"@whereby.com/core": "0.33.4",
|
|
84
84
|
"clsx": "^2.1.1",
|
|
85
85
|
"heresy": "^1.0.4",
|
|
86
86
|
"react-redux": "^9.1.1",
|