@whereby.com/core 1.1.4 → 1.1.5
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/index.cjs +1 -1
- package/dist/index.d.cts +5 -5
- package/dist/index.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.mjs +1 -1
- package/dist/legacy-esm.js +1 -1
- package/dist/redux/index.cjs +1 -1
- package/dist/redux/index.d.cts +79 -79
- package/dist/redux/index.d.mts +79 -79
- package/dist/redux/index.d.ts +79 -79
- package/dist/redux/index.js +1 -1
- package/dist/redux/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -610,7 +610,7 @@ interface OrganizationState {
|
|
|
610
610
|
error: unknown;
|
|
611
611
|
}
|
|
612
612
|
|
|
613
|
-
interface
|
|
613
|
+
interface RemoteParticipantSliceState {
|
|
614
614
|
remoteParticipants: RemoteParticipant[];
|
|
615
615
|
}
|
|
616
616
|
|
|
@@ -743,7 +743,7 @@ declare const appReducer: redux.Reducer<{
|
|
|
743
743
|
localScreenshare: LocalScreenshareState;
|
|
744
744
|
notifications: NotificationsState;
|
|
745
745
|
organization: OrganizationState;
|
|
746
|
-
remoteParticipants:
|
|
746
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
747
747
|
room: RoomState;
|
|
748
748
|
roomConnection: RoomConnectionState$1;
|
|
749
749
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -765,7 +765,7 @@ declare const appReducer: redux.Reducer<{
|
|
|
765
765
|
localScreenshare: LocalScreenshareState | undefined;
|
|
766
766
|
notifications: NotificationsState | undefined;
|
|
767
767
|
organization: OrganizationState | undefined;
|
|
768
|
-
remoteParticipants:
|
|
768
|
+
remoteParticipants: RemoteParticipantSliceState | undefined;
|
|
769
769
|
room: RoomState | undefined;
|
|
770
770
|
roomConnection: RoomConnectionState$1 | undefined;
|
|
771
771
|
rtcAnalytics: rtcAnalyticsState | undefined;
|
|
@@ -791,7 +791,7 @@ declare const createStore: ({ preloadedState, injectServices, }: {
|
|
|
791
791
|
localScreenshare: LocalScreenshareState;
|
|
792
792
|
notifications: NotificationsState;
|
|
793
793
|
organization: OrganizationState;
|
|
794
|
-
remoteParticipants:
|
|
794
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
795
795
|
room: RoomState;
|
|
796
796
|
roomConnection: RoomConnectionState$1;
|
|
797
797
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -814,7 +814,7 @@ declare const createStore: ({ preloadedState, injectServices, }: {
|
|
|
814
814
|
localScreenshare: LocalScreenshareState;
|
|
815
815
|
notifications: NotificationsState;
|
|
816
816
|
organization: OrganizationState;
|
|
817
|
-
remoteParticipants:
|
|
817
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
818
818
|
room: RoomState;
|
|
819
819
|
roomConnection: RoomConnectionState$1;
|
|
820
820
|
rtcAnalytics: rtcAnalyticsState;
|
package/dist/index.d.mts
CHANGED
|
@@ -610,7 +610,7 @@ interface OrganizationState {
|
|
|
610
610
|
error: unknown;
|
|
611
611
|
}
|
|
612
612
|
|
|
613
|
-
interface
|
|
613
|
+
interface RemoteParticipantSliceState {
|
|
614
614
|
remoteParticipants: RemoteParticipant[];
|
|
615
615
|
}
|
|
616
616
|
|
|
@@ -743,7 +743,7 @@ declare const appReducer: redux.Reducer<{
|
|
|
743
743
|
localScreenshare: LocalScreenshareState;
|
|
744
744
|
notifications: NotificationsState;
|
|
745
745
|
organization: OrganizationState;
|
|
746
|
-
remoteParticipants:
|
|
746
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
747
747
|
room: RoomState;
|
|
748
748
|
roomConnection: RoomConnectionState$1;
|
|
749
749
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -765,7 +765,7 @@ declare const appReducer: redux.Reducer<{
|
|
|
765
765
|
localScreenshare: LocalScreenshareState | undefined;
|
|
766
766
|
notifications: NotificationsState | undefined;
|
|
767
767
|
organization: OrganizationState | undefined;
|
|
768
|
-
remoteParticipants:
|
|
768
|
+
remoteParticipants: RemoteParticipantSliceState | undefined;
|
|
769
769
|
room: RoomState | undefined;
|
|
770
770
|
roomConnection: RoomConnectionState$1 | undefined;
|
|
771
771
|
rtcAnalytics: rtcAnalyticsState | undefined;
|
|
@@ -791,7 +791,7 @@ declare const createStore: ({ preloadedState, injectServices, }: {
|
|
|
791
791
|
localScreenshare: LocalScreenshareState;
|
|
792
792
|
notifications: NotificationsState;
|
|
793
793
|
organization: OrganizationState;
|
|
794
|
-
remoteParticipants:
|
|
794
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
795
795
|
room: RoomState;
|
|
796
796
|
roomConnection: RoomConnectionState$1;
|
|
797
797
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -814,7 +814,7 @@ declare const createStore: ({ preloadedState, injectServices, }: {
|
|
|
814
814
|
localScreenshare: LocalScreenshareState;
|
|
815
815
|
notifications: NotificationsState;
|
|
816
816
|
organization: OrganizationState;
|
|
817
|
-
remoteParticipants:
|
|
817
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
818
818
|
room: RoomState;
|
|
819
819
|
roomConnection: RoomConnectionState$1;
|
|
820
820
|
rtcAnalytics: rtcAnalyticsState;
|
package/dist/index.d.ts
CHANGED
|
@@ -610,7 +610,7 @@ interface OrganizationState {
|
|
|
610
610
|
error: unknown;
|
|
611
611
|
}
|
|
612
612
|
|
|
613
|
-
interface
|
|
613
|
+
interface RemoteParticipantSliceState {
|
|
614
614
|
remoteParticipants: RemoteParticipant[];
|
|
615
615
|
}
|
|
616
616
|
|
|
@@ -743,7 +743,7 @@ declare const appReducer: redux.Reducer<{
|
|
|
743
743
|
localScreenshare: LocalScreenshareState;
|
|
744
744
|
notifications: NotificationsState;
|
|
745
745
|
organization: OrganizationState;
|
|
746
|
-
remoteParticipants:
|
|
746
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
747
747
|
room: RoomState;
|
|
748
748
|
roomConnection: RoomConnectionState$1;
|
|
749
749
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -765,7 +765,7 @@ declare const appReducer: redux.Reducer<{
|
|
|
765
765
|
localScreenshare: LocalScreenshareState | undefined;
|
|
766
766
|
notifications: NotificationsState | undefined;
|
|
767
767
|
organization: OrganizationState | undefined;
|
|
768
|
-
remoteParticipants:
|
|
768
|
+
remoteParticipants: RemoteParticipantSliceState | undefined;
|
|
769
769
|
room: RoomState | undefined;
|
|
770
770
|
roomConnection: RoomConnectionState$1 | undefined;
|
|
771
771
|
rtcAnalytics: rtcAnalyticsState | undefined;
|
|
@@ -791,7 +791,7 @@ declare const createStore: ({ preloadedState, injectServices, }: {
|
|
|
791
791
|
localScreenshare: LocalScreenshareState;
|
|
792
792
|
notifications: NotificationsState;
|
|
793
793
|
organization: OrganizationState;
|
|
794
|
-
remoteParticipants:
|
|
794
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
795
795
|
room: RoomState;
|
|
796
796
|
roomConnection: RoomConnectionState$1;
|
|
797
797
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -814,7 +814,7 @@ declare const createStore: ({ preloadedState, injectServices, }: {
|
|
|
814
814
|
localScreenshare: LocalScreenshareState;
|
|
815
815
|
notifications: NotificationsState;
|
|
816
816
|
organization: OrganizationState;
|
|
817
|
-
remoteParticipants:
|
|
817
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
818
818
|
room: RoomState;
|
|
819
819
|
roomConnection: RoomConnectionState$1;
|
|
820
820
|
rtcAnalytics: rtcAnalyticsState;
|
package/dist/index.mjs
CHANGED
package/dist/legacy-esm.js
CHANGED