@whereby.com/core 1.1.4 → 1.1.6

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 CHANGED
@@ -1147,7 +1147,7 @@ const createReactor = (selectors, callback) => {
1147
1147
  });
1148
1148
  };
1149
1149
 
1150
- const coreVersion = "1.1.4";
1150
+ const coreVersion = "1.1.6";
1151
1151
 
1152
1152
  const initialState = {
1153
1153
  isNodeSdk: false,
package/dist/index.d.cts CHANGED
@@ -610,7 +610,7 @@ interface OrganizationState {
610
610
  error: unknown;
611
611
  }
612
612
 
613
- interface RemoteParticipantState$1 {
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: RemoteParticipantState$1;
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: RemoteParticipantState$1 | undefined;
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: RemoteParticipantState$1;
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: RemoteParticipantState$1;
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 RemoteParticipantState$1 {
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: RemoteParticipantState$1;
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: RemoteParticipantState$1 | undefined;
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: RemoteParticipantState$1;
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: RemoteParticipantState$1;
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 RemoteParticipantState$1 {
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: RemoteParticipantState$1;
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: RemoteParticipantState$1 | undefined;
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: RemoteParticipantState$1;
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: RemoteParticipantState$1;
817
+ remoteParticipants: RemoteParticipantSliceState;
818
818
  room: RoomState;
819
819
  roomConnection: RoomConnectionState$1;
820
820
  rtcAnalytics: rtcAnalyticsState;
package/dist/index.mjs CHANGED
@@ -1145,7 +1145,7 @@ const createReactor = (selectors, callback) => {
1145
1145
  });
1146
1146
  };
1147
1147
 
1148
- const coreVersion = "1.1.4";
1148
+ const coreVersion = "1.1.6";
1149
1149
 
1150
1150
  const initialState = {
1151
1151
  isNodeSdk: false,
@@ -1145,7 +1145,7 @@ const createReactor = (selectors, callback) => {
1145
1145
  });
1146
1146
  };
1147
1147
 
1148
- const coreVersion = "1.1.4";
1148
+ const coreVersion = "1.1.6";
1149
1149
 
1150
1150
  const initialState = {
1151
1151
  isNodeSdk: false,