@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 +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 +726 -3
- package/dist/redux/index.d.cts +80 -80
- package/dist/redux/index.d.mts +80 -80
- package/dist/redux/index.d.ts +80 -80
- package/dist/redux/index.js +725 -3
- package/dist/redux/index.mjs +725 -3
- package/package.json +3 -3
package/dist/redux/index.d.cts
CHANGED
|
@@ -753,7 +753,7 @@ declare const selectIsAuthorizedToLockRoom: ((state: {
|
|
|
753
753
|
localScreenshare: LocalScreenshareState;
|
|
754
754
|
notifications: NotificationsState;
|
|
755
755
|
organization: OrganizationState;
|
|
756
|
-
remoteParticipants:
|
|
756
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
757
757
|
room: RoomState;
|
|
758
758
|
roomConnection: RoomConnectionState;
|
|
759
759
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -796,7 +796,7 @@ declare const selectIsAuthorizedToRequestAudioEnable: ((state: {
|
|
|
796
796
|
localScreenshare: LocalScreenshareState;
|
|
797
797
|
notifications: NotificationsState;
|
|
798
798
|
organization: OrganizationState;
|
|
799
|
-
remoteParticipants:
|
|
799
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
800
800
|
room: RoomState;
|
|
801
801
|
roomConnection: RoomConnectionState;
|
|
802
802
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -839,7 +839,7 @@ declare const selectIsAuthorizedToRequestVideoEnable: ((state: {
|
|
|
839
839
|
localScreenshare: LocalScreenshareState;
|
|
840
840
|
notifications: NotificationsState;
|
|
841
841
|
organization: OrganizationState;
|
|
842
|
-
remoteParticipants:
|
|
842
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
843
843
|
room: RoomState;
|
|
844
844
|
roomConnection: RoomConnectionState;
|
|
845
845
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -882,7 +882,7 @@ declare const selectIsAuthorizedToKickClient: ((state: {
|
|
|
882
882
|
localScreenshare: LocalScreenshareState;
|
|
883
883
|
notifications: NotificationsState;
|
|
884
884
|
organization: OrganizationState;
|
|
885
|
-
remoteParticipants:
|
|
885
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
886
886
|
room: RoomState;
|
|
887
887
|
roomConnection: RoomConnectionState;
|
|
888
888
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -925,7 +925,7 @@ declare const selectIsAuthorizedToEndMeeting: ((state: {
|
|
|
925
925
|
localScreenshare: LocalScreenshareState;
|
|
926
926
|
notifications: NotificationsState;
|
|
927
927
|
organization: OrganizationState;
|
|
928
|
-
remoteParticipants:
|
|
928
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
929
929
|
room: RoomState;
|
|
930
930
|
roomConnection: RoomConnectionState;
|
|
931
931
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -968,7 +968,7 @@ declare const selectIsAuthorizedToAskToSpeak: ((state: {
|
|
|
968
968
|
localScreenshare: LocalScreenshareState;
|
|
969
969
|
notifications: NotificationsState;
|
|
970
970
|
organization: OrganizationState;
|
|
971
|
-
remoteParticipants:
|
|
971
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
972
972
|
room: RoomState;
|
|
973
973
|
roomConnection: RoomConnectionState;
|
|
974
974
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -1011,7 +1011,7 @@ declare const selectIsAuthorizedToSpotlight: ((state: {
|
|
|
1011
1011
|
localScreenshare: LocalScreenshareState;
|
|
1012
1012
|
notifications: NotificationsState;
|
|
1013
1013
|
organization: OrganizationState;
|
|
1014
|
-
remoteParticipants:
|
|
1014
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
1015
1015
|
room: RoomState;
|
|
1016
1016
|
roomConnection: RoomConnectionState;
|
|
1017
1017
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -1077,7 +1077,7 @@ declare const selectBreakoutCurrentId: ((state: {
|
|
|
1077
1077
|
localScreenshare: LocalScreenshareState;
|
|
1078
1078
|
notifications: NotificationsState;
|
|
1079
1079
|
organization: OrganizationState;
|
|
1080
|
-
remoteParticipants:
|
|
1080
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
1081
1081
|
room: RoomState;
|
|
1082
1082
|
roomConnection: RoomConnectionState;
|
|
1083
1083
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -1120,7 +1120,7 @@ declare const selectBreakoutCurrentGroup: ((state: {
|
|
|
1120
1120
|
localScreenshare: LocalScreenshareState;
|
|
1121
1121
|
notifications: NotificationsState;
|
|
1122
1122
|
organization: OrganizationState;
|
|
1123
|
-
remoteParticipants:
|
|
1123
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
1124
1124
|
room: RoomState;
|
|
1125
1125
|
roomConnection: RoomConnectionState;
|
|
1126
1126
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -1166,7 +1166,7 @@ declare const selectBreakoutCurrentGroup: ((state: {
|
|
|
1166
1166
|
localScreenshare: LocalScreenshareState;
|
|
1167
1167
|
notifications: NotificationsState;
|
|
1168
1168
|
organization: OrganizationState;
|
|
1169
|
-
remoteParticipants:
|
|
1169
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
1170
1170
|
room: RoomState;
|
|
1171
1171
|
roomConnection: RoomConnectionState;
|
|
1172
1172
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -1242,7 +1242,7 @@ declare const selectShouldStartConnectionMonitor: ((state: {
|
|
|
1242
1242
|
localScreenshare: LocalScreenshareState;
|
|
1243
1243
|
notifications: NotificationsState;
|
|
1244
1244
|
organization: OrganizationState;
|
|
1245
|
-
remoteParticipants:
|
|
1245
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
1246
1246
|
room: RoomState;
|
|
1247
1247
|
roomConnection: RoomConnectionState;
|
|
1248
1248
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -1285,7 +1285,7 @@ declare const selectShouldStopConnectionMonitor: ((state: {
|
|
|
1285
1285
|
localScreenshare: LocalScreenshareState;
|
|
1286
1286
|
notifications: NotificationsState;
|
|
1287
1287
|
organization: OrganizationState;
|
|
1288
|
-
remoteParticipants:
|
|
1288
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
1289
1289
|
room: RoomState;
|
|
1290
1290
|
roomConnection: RoomConnectionState;
|
|
1291
1291
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -1339,7 +1339,7 @@ declare const selectShouldFetchDeviceCredentials: ((state: {
|
|
|
1339
1339
|
localScreenshare: LocalScreenshareState;
|
|
1340
1340
|
notifications: NotificationsState;
|
|
1341
1341
|
organization: OrganizationState;
|
|
1342
|
-
remoteParticipants:
|
|
1342
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
1343
1343
|
room: RoomState;
|
|
1344
1344
|
roomConnection: RoomConnectionState;
|
|
1345
1345
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -1755,7 +1755,7 @@ declare const selectLocalMediaOwnsStream: ((state: {
|
|
|
1755
1755
|
localScreenshare: LocalScreenshareState;
|
|
1756
1756
|
notifications: NotificationsState;
|
|
1757
1757
|
organization: OrganizationState;
|
|
1758
|
-
remoteParticipants:
|
|
1758
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
1759
1759
|
room: RoomState;
|
|
1760
1760
|
roomConnection: RoomConnectionState;
|
|
1761
1761
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -1804,7 +1804,7 @@ declare const selectLocalMediaConstraintsOptions: ((state: {
|
|
|
1804
1804
|
localScreenshare: LocalScreenshareState;
|
|
1805
1805
|
notifications: NotificationsState;
|
|
1806
1806
|
organization: OrganizationState;
|
|
1807
|
-
remoteParticipants:
|
|
1807
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
1808
1808
|
room: RoomState;
|
|
1809
1809
|
roomConnection: RoomConnectionState;
|
|
1810
1810
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -1899,7 +1899,7 @@ declare const selectIsLocalMediaStarting: ((state: {
|
|
|
1899
1899
|
localScreenshare: LocalScreenshareState;
|
|
1900
1900
|
notifications: NotificationsState;
|
|
1901
1901
|
organization: OrganizationState;
|
|
1902
|
-
remoteParticipants:
|
|
1902
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
1903
1903
|
room: RoomState;
|
|
1904
1904
|
roomConnection: RoomConnectionState;
|
|
1905
1905
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -1942,7 +1942,7 @@ declare const selectCameraDevices: ((state: {
|
|
|
1942
1942
|
localScreenshare: LocalScreenshareState;
|
|
1943
1943
|
notifications: NotificationsState;
|
|
1944
1944
|
organization: OrganizationState;
|
|
1945
|
-
remoteParticipants:
|
|
1945
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
1946
1946
|
room: RoomState;
|
|
1947
1947
|
roomConnection: RoomConnectionState;
|
|
1948
1948
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -1985,7 +1985,7 @@ declare const selectMicrophoneDevices: ((state: {
|
|
|
1985
1985
|
localScreenshare: LocalScreenshareState;
|
|
1986
1986
|
notifications: NotificationsState;
|
|
1987
1987
|
organization: OrganizationState;
|
|
1988
|
-
remoteParticipants:
|
|
1988
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
1989
1989
|
room: RoomState;
|
|
1990
1990
|
roomConnection: RoomConnectionState;
|
|
1991
1991
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2028,7 +2028,7 @@ declare const selectSpeakerDevices: ((state: {
|
|
|
2028
2028
|
localScreenshare: LocalScreenshareState;
|
|
2029
2029
|
notifications: NotificationsState;
|
|
2030
2030
|
organization: OrganizationState;
|
|
2031
|
-
remoteParticipants:
|
|
2031
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2032
2032
|
room: RoomState;
|
|
2033
2033
|
roomConnection: RoomConnectionState;
|
|
2034
2034
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2071,7 +2071,7 @@ declare const selectLocalMediaShouldStartWithOptions: ((state: {
|
|
|
2071
2071
|
localScreenshare: LocalScreenshareState;
|
|
2072
2072
|
notifications: NotificationsState;
|
|
2073
2073
|
organization: OrganizationState;
|
|
2074
|
-
remoteParticipants:
|
|
2074
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2075
2075
|
room: RoomState;
|
|
2076
2076
|
roomConnection: RoomConnectionState;
|
|
2077
2077
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2114,7 +2114,7 @@ declare const selectLocalMediaShouldStop: ((state: {
|
|
|
2114
2114
|
localScreenshare: LocalScreenshareState;
|
|
2115
2115
|
notifications: NotificationsState;
|
|
2116
2116
|
organization: OrganizationState;
|
|
2117
|
-
remoteParticipants:
|
|
2117
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2118
2118
|
room: RoomState;
|
|
2119
2119
|
roomConnection: RoomConnectionState;
|
|
2120
2120
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2169,7 +2169,7 @@ declare const selectShouldFetchOrganization: ((state: {
|
|
|
2169
2169
|
localScreenshare: LocalScreenshareState;
|
|
2170
2170
|
notifications: NotificationsState;
|
|
2171
2171
|
organization: OrganizationState;
|
|
2172
|
-
remoteParticipants:
|
|
2172
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2173
2173
|
room: RoomState;
|
|
2174
2174
|
roomConnection: RoomConnectionState;
|
|
2175
2175
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2207,18 +2207,18 @@ interface StreamStatusUpdate {
|
|
|
2207
2207
|
}
|
|
2208
2208
|
|
|
2209
2209
|
declare function createRemoteParticipant(client: SignalClient, newJoiner?: boolean): RemoteParticipant;
|
|
2210
|
-
interface
|
|
2210
|
+
interface RemoteParticipantSliceState {
|
|
2211
2211
|
remoteParticipants: RemoteParticipant[];
|
|
2212
2212
|
}
|
|
2213
|
-
declare const remoteParticipantsSliceInitialState:
|
|
2214
|
-
declare const remoteParticipantsSlice: _reduxjs_toolkit.Slice<
|
|
2215
|
-
streamStatusUpdated: (state: immer.WritableDraft<
|
|
2216
|
-
participantStreamAdded: (state: immer.WritableDraft<
|
|
2217
|
-
participantStreamIdAdded: (state: immer.WritableDraft<
|
|
2213
|
+
declare const remoteParticipantsSliceInitialState: RemoteParticipantSliceState;
|
|
2214
|
+
declare const remoteParticipantsSlice: _reduxjs_toolkit.Slice<RemoteParticipantSliceState, {
|
|
2215
|
+
streamStatusUpdated: (state: immer.WritableDraft<RemoteParticipantSliceState>, action: PayloadAction<StreamStatusUpdate[]>) => immer.WritableDraft<RemoteParticipantSliceState>;
|
|
2216
|
+
participantStreamAdded: (state: immer.WritableDraft<RemoteParticipantSliceState>, action: PayloadAction<RtcStreamAddedPayload>) => RemoteParticipantSliceState;
|
|
2217
|
+
participantStreamIdAdded: (state: immer.WritableDraft<RemoteParticipantSliceState>, action: PayloadAction<{
|
|
2218
2218
|
clientId: string;
|
|
2219
2219
|
streamId: string;
|
|
2220
|
-
}>) =>
|
|
2221
|
-
}, "remoteParticipants", "remoteParticipants", _reduxjs_toolkit.SliceSelectors<
|
|
2220
|
+
}>) => RemoteParticipantSliceState;
|
|
2221
|
+
}, "remoteParticipants", "remoteParticipants", _reduxjs_toolkit.SliceSelectors<RemoteParticipantSliceState>>;
|
|
2222
2222
|
declare const participantStreamAdded: _reduxjs_toolkit.ActionCreatorWithPayload<RtcStreamAddedPayload, "remoteParticipants/participantStreamAdded">;
|
|
2223
2223
|
declare const participantStreamIdAdded: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
2224
2224
|
clientId: string;
|
|
@@ -2227,7 +2227,7 @@ declare const participantStreamIdAdded: _reduxjs_toolkit.ActionCreatorWithPayloa
|
|
|
2227
2227
|
declare const streamStatusUpdated: _reduxjs_toolkit.ActionCreatorWithPayload<StreamStatusUpdate[], "remoteParticipants/streamStatusUpdated">;
|
|
2228
2228
|
declare const doRequestAudioEnable: (args: AudioEnableRequest) => AppThunk;
|
|
2229
2229
|
declare const doRequestVideoEnable: (args: VideoEnableRequest) => AppThunk;
|
|
2230
|
-
declare const selectRemoteParticipantsRaw: (state: RootState) =>
|
|
2230
|
+
declare const selectRemoteParticipantsRaw: (state: RootState) => RemoteParticipantSliceState;
|
|
2231
2231
|
declare const selectRemoteClients: (state: RootState) => RemoteParticipant[];
|
|
2232
2232
|
declare const selectRemoteParticipants: ((state: {
|
|
2233
2233
|
app: AppState;
|
|
@@ -2242,7 +2242,7 @@ declare const selectRemoteParticipants: ((state: {
|
|
|
2242
2242
|
localScreenshare: LocalScreenshareState;
|
|
2243
2243
|
notifications: NotificationsState;
|
|
2244
2244
|
organization: OrganizationState;
|
|
2245
|
-
remoteParticipants:
|
|
2245
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2246
2246
|
room: RoomState;
|
|
2247
2247
|
roomConnection: RoomConnectionState;
|
|
2248
2248
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2285,7 +2285,7 @@ declare const selectNumClients: ((state: {
|
|
|
2285
2285
|
localScreenshare: LocalScreenshareState;
|
|
2286
2286
|
notifications: NotificationsState;
|
|
2287
2287
|
organization: OrganizationState;
|
|
2288
|
-
remoteParticipants:
|
|
2288
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2289
2289
|
room: RoomState;
|
|
2290
2290
|
roomConnection: RoomConnectionState;
|
|
2291
2291
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2328,7 +2328,7 @@ declare const selectNumParticipants: ((state: {
|
|
|
2328
2328
|
localScreenshare: LocalScreenshareState;
|
|
2329
2329
|
notifications: NotificationsState;
|
|
2330
2330
|
organization: OrganizationState;
|
|
2331
|
-
remoteParticipants:
|
|
2331
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2332
2332
|
room: RoomState;
|
|
2333
2333
|
roomConnection: RoomConnectionState;
|
|
2334
2334
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2362,7 +2362,7 @@ declare const selectNumParticipants: ((state: {
|
|
|
2362
2362
|
localScreenshare: LocalScreenshareState;
|
|
2363
2363
|
notifications: NotificationsState;
|
|
2364
2364
|
organization: OrganizationState;
|
|
2365
|
-
remoteParticipants:
|
|
2365
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2366
2366
|
room: RoomState;
|
|
2367
2367
|
roomConnection: RoomConnectionState;
|
|
2368
2368
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2446,7 +2446,7 @@ declare const selectScreenshares: ((state: {
|
|
|
2446
2446
|
localScreenshare: LocalScreenshareState;
|
|
2447
2447
|
notifications: NotificationsState;
|
|
2448
2448
|
organization: OrganizationState;
|
|
2449
|
-
remoteParticipants:
|
|
2449
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2450
2450
|
room: RoomState;
|
|
2451
2451
|
roomConnection: RoomConnectionState;
|
|
2452
2452
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2480,7 +2480,7 @@ declare const selectScreenshares: ((state: {
|
|
|
2480
2480
|
localScreenshare: LocalScreenshareState;
|
|
2481
2481
|
notifications: NotificationsState;
|
|
2482
2482
|
organization: OrganizationState;
|
|
2483
|
-
remoteParticipants:
|
|
2483
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2484
2484
|
room: RoomState;
|
|
2485
2485
|
roomConnection: RoomConnectionState;
|
|
2486
2486
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2531,7 +2531,7 @@ declare const selectRemoteClientViews: ((state: {
|
|
|
2531
2531
|
localScreenshare: LocalScreenshareState;
|
|
2532
2532
|
notifications: NotificationsState;
|
|
2533
2533
|
organization: OrganizationState;
|
|
2534
|
-
remoteParticipants:
|
|
2534
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2535
2535
|
room: RoomState;
|
|
2536
2536
|
roomConnection: RoomConnectionState;
|
|
2537
2537
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2569,7 +2569,7 @@ declare const selectRemoteClientViews: ((state: {
|
|
|
2569
2569
|
localScreenshare: LocalScreenshareState;
|
|
2570
2570
|
notifications: NotificationsState;
|
|
2571
2571
|
organization: OrganizationState;
|
|
2572
|
-
remoteParticipants:
|
|
2572
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2573
2573
|
room: RoomState;
|
|
2574
2574
|
roomConnection: RoomConnectionState;
|
|
2575
2575
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2611,7 +2611,7 @@ declare const selectRemoteClientViews: ((state: {
|
|
|
2611
2611
|
localScreenshare: LocalScreenshareState;
|
|
2612
2612
|
notifications: NotificationsState;
|
|
2613
2613
|
organization: OrganizationState;
|
|
2614
|
-
remoteParticipants:
|
|
2614
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2615
2615
|
room: RoomState;
|
|
2616
2616
|
roomConnection: RoomConnectionState;
|
|
2617
2617
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2664,7 +2664,7 @@ declare const selectAllClientViews: ((state: {
|
|
|
2664
2664
|
localScreenshare: LocalScreenshareState;
|
|
2665
2665
|
notifications: NotificationsState;
|
|
2666
2666
|
organization: OrganizationState;
|
|
2667
|
-
remoteParticipants:
|
|
2667
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2668
2668
|
room: RoomState;
|
|
2669
2669
|
roomConnection: RoomConnectionState;
|
|
2670
2670
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2698,7 +2698,7 @@ declare const selectAllClientViews: ((state: {
|
|
|
2698
2698
|
localScreenshare: LocalScreenshareState;
|
|
2699
2699
|
notifications: NotificationsState;
|
|
2700
2700
|
organization: OrganizationState;
|
|
2701
|
-
remoteParticipants:
|
|
2701
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2702
2702
|
room: RoomState;
|
|
2703
2703
|
roomConnection: RoomConnectionState;
|
|
2704
2704
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2740,7 +2740,7 @@ declare const selectAllClientViews: ((state: {
|
|
|
2740
2740
|
localScreenshare: LocalScreenshareState;
|
|
2741
2741
|
notifications: NotificationsState;
|
|
2742
2742
|
organization: OrganizationState;
|
|
2743
|
-
remoteParticipants:
|
|
2743
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2744
2744
|
room: RoomState;
|
|
2745
2745
|
roomConnection: RoomConnectionState;
|
|
2746
2746
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2778,7 +2778,7 @@ declare const selectAllClientViews: ((state: {
|
|
|
2778
2778
|
localScreenshare: LocalScreenshareState;
|
|
2779
2779
|
notifications: NotificationsState;
|
|
2780
2780
|
organization: OrganizationState;
|
|
2781
|
-
remoteParticipants:
|
|
2781
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2782
2782
|
room: RoomState;
|
|
2783
2783
|
roomConnection: RoomConnectionState;
|
|
2784
2784
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2820,7 +2820,7 @@ declare const selectAllClientViews: ((state: {
|
|
|
2820
2820
|
localScreenshare: LocalScreenshareState;
|
|
2821
2821
|
notifications: NotificationsState;
|
|
2822
2822
|
organization: OrganizationState;
|
|
2823
|
-
remoteParticipants:
|
|
2823
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2824
2824
|
room: RoomState;
|
|
2825
2825
|
roomConnection: RoomConnectionState;
|
|
2826
2826
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2881,7 +2881,7 @@ declare const selectAllClientViewsInCurrentGroup: ((state: {
|
|
|
2881
2881
|
localScreenshare: LocalScreenshareState;
|
|
2882
2882
|
notifications: NotificationsState;
|
|
2883
2883
|
organization: OrganizationState;
|
|
2884
|
-
remoteParticipants:
|
|
2884
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2885
2885
|
room: RoomState;
|
|
2886
2886
|
roomConnection: RoomConnectionState;
|
|
2887
2887
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2915,7 +2915,7 @@ declare const selectAllClientViewsInCurrentGroup: ((state: {
|
|
|
2915
2915
|
localScreenshare: LocalScreenshareState;
|
|
2916
2916
|
notifications: NotificationsState;
|
|
2917
2917
|
organization: OrganizationState;
|
|
2918
|
-
remoteParticipants:
|
|
2918
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2919
2919
|
room: RoomState;
|
|
2920
2920
|
roomConnection: RoomConnectionState;
|
|
2921
2921
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2949,7 +2949,7 @@ declare const selectAllClientViewsInCurrentGroup: ((state: {
|
|
|
2949
2949
|
localScreenshare: LocalScreenshareState;
|
|
2950
2950
|
notifications: NotificationsState;
|
|
2951
2951
|
organization: OrganizationState;
|
|
2952
|
-
remoteParticipants:
|
|
2952
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2953
2953
|
room: RoomState;
|
|
2954
2954
|
roomConnection: RoomConnectionState;
|
|
2955
2955
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -2991,7 +2991,7 @@ declare const selectAllClientViewsInCurrentGroup: ((state: {
|
|
|
2991
2991
|
localScreenshare: LocalScreenshareState;
|
|
2992
2992
|
notifications: NotificationsState;
|
|
2993
2993
|
organization: OrganizationState;
|
|
2994
|
-
remoteParticipants:
|
|
2994
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
2995
2995
|
room: RoomState;
|
|
2996
2996
|
roomConnection: RoomConnectionState;
|
|
2997
2997
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -3029,7 +3029,7 @@ declare const selectAllClientViewsInCurrentGroup: ((state: {
|
|
|
3029
3029
|
localScreenshare: LocalScreenshareState;
|
|
3030
3030
|
notifications: NotificationsState;
|
|
3031
3031
|
organization: OrganizationState;
|
|
3032
|
-
remoteParticipants:
|
|
3032
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
3033
3033
|
room: RoomState;
|
|
3034
3034
|
roomConnection: RoomConnectionState;
|
|
3035
3035
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -3071,7 +3071,7 @@ declare const selectAllClientViewsInCurrentGroup: ((state: {
|
|
|
3071
3071
|
localScreenshare: LocalScreenshareState;
|
|
3072
3072
|
notifications: NotificationsState;
|
|
3073
3073
|
organization: OrganizationState;
|
|
3074
|
-
remoteParticipants:
|
|
3074
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
3075
3075
|
room: RoomState;
|
|
3076
3076
|
roomConnection: RoomConnectionState;
|
|
3077
3077
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -3131,7 +3131,7 @@ declare const selectAllClientViewsInCurrentGroup: ((state: {
|
|
|
3131
3131
|
localScreenshare: LocalScreenshareState;
|
|
3132
3132
|
notifications: NotificationsState;
|
|
3133
3133
|
organization: OrganizationState;
|
|
3134
|
-
remoteParticipants:
|
|
3134
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
3135
3135
|
room: RoomState;
|
|
3136
3136
|
roomConnection: RoomConnectionState;
|
|
3137
3137
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -3182,7 +3182,7 @@ declare const selectBreakoutGroupedParticipants: ((state: {
|
|
|
3182
3182
|
localScreenshare: LocalScreenshareState;
|
|
3183
3183
|
notifications: NotificationsState;
|
|
3184
3184
|
organization: OrganizationState;
|
|
3185
|
-
remoteParticipants:
|
|
3185
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
3186
3186
|
room: RoomState;
|
|
3187
3187
|
roomConnection: RoomConnectionState;
|
|
3188
3188
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -3244,7 +3244,7 @@ declare const selectBreakoutGroupedParticipants: ((state: {
|
|
|
3244
3244
|
localScreenshare: LocalScreenshareState;
|
|
3245
3245
|
notifications: NotificationsState;
|
|
3246
3246
|
organization: OrganizationState;
|
|
3247
|
-
remoteParticipants:
|
|
3247
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
3248
3248
|
room: RoomState;
|
|
3249
3249
|
roomConnection: RoomConnectionState;
|
|
3250
3250
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -3278,7 +3278,7 @@ declare const selectBreakoutGroupedParticipants: ((state: {
|
|
|
3278
3278
|
localScreenshare: LocalScreenshareState;
|
|
3279
3279
|
notifications: NotificationsState;
|
|
3280
3280
|
organization: OrganizationState;
|
|
3281
|
-
remoteParticipants:
|
|
3281
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
3282
3282
|
room: RoomState;
|
|
3283
3283
|
roomConnection: RoomConnectionState;
|
|
3284
3284
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -3320,7 +3320,7 @@ declare const selectBreakoutGroupedParticipants: ((state: {
|
|
|
3320
3320
|
localScreenshare: LocalScreenshareState;
|
|
3321
3321
|
notifications: NotificationsState;
|
|
3322
3322
|
organization: OrganizationState;
|
|
3323
|
-
remoteParticipants:
|
|
3323
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
3324
3324
|
room: RoomState;
|
|
3325
3325
|
roomConnection: RoomConnectionState;
|
|
3326
3326
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -3358,7 +3358,7 @@ declare const selectBreakoutGroupedParticipants: ((state: {
|
|
|
3358
3358
|
localScreenshare: LocalScreenshareState;
|
|
3359
3359
|
notifications: NotificationsState;
|
|
3360
3360
|
organization: OrganizationState;
|
|
3361
|
-
remoteParticipants:
|
|
3361
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
3362
3362
|
room: RoomState;
|
|
3363
3363
|
roomConnection: RoomConnectionState;
|
|
3364
3364
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -3400,7 +3400,7 @@ declare const selectBreakoutGroupedParticipants: ((state: {
|
|
|
3400
3400
|
localScreenshare: LocalScreenshareState;
|
|
3401
3401
|
notifications: NotificationsState;
|
|
3402
3402
|
organization: OrganizationState;
|
|
3403
|
-
remoteParticipants:
|
|
3403
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
3404
3404
|
room: RoomState;
|
|
3405
3405
|
roomConnection: RoomConnectionState;
|
|
3406
3406
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -3494,7 +3494,7 @@ declare const selectShouldConnectRoom: ((state: {
|
|
|
3494
3494
|
localScreenshare: LocalScreenshareState;
|
|
3495
3495
|
notifications: NotificationsState;
|
|
3496
3496
|
organization: OrganizationState;
|
|
3497
|
-
remoteParticipants:
|
|
3497
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
3498
3498
|
room: RoomState;
|
|
3499
3499
|
roomConnection: RoomConnectionState;
|
|
3500
3500
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -3699,7 +3699,7 @@ declare const selectShouldConnectRtc: ((state: {
|
|
|
3699
3699
|
localScreenshare: LocalScreenshareState;
|
|
3700
3700
|
notifications: NotificationsState;
|
|
3701
3701
|
organization: OrganizationState;
|
|
3702
|
-
remoteParticipants:
|
|
3702
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
3703
3703
|
room: RoomState;
|
|
3704
3704
|
roomConnection: RoomConnectionState;
|
|
3705
3705
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -3742,7 +3742,7 @@ declare const selectShouldInitializeRtc: ((state: {
|
|
|
3742
3742
|
localScreenshare: LocalScreenshareState;
|
|
3743
3743
|
notifications: NotificationsState;
|
|
3744
3744
|
organization: OrganizationState;
|
|
3745
|
-
remoteParticipants:
|
|
3745
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
3746
3746
|
room: RoomState;
|
|
3747
3747
|
roomConnection: RoomConnectionState;
|
|
3748
3748
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -3785,7 +3785,7 @@ declare const selectShouldDisconnectRtc: ((state: {
|
|
|
3785
3785
|
localScreenshare: LocalScreenshareState;
|
|
3786
3786
|
notifications: NotificationsState;
|
|
3787
3787
|
organization: OrganizationState;
|
|
3788
|
-
remoteParticipants:
|
|
3788
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
3789
3789
|
room: RoomState;
|
|
3790
3790
|
roomConnection: RoomConnectionState;
|
|
3791
3791
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -3828,7 +3828,7 @@ declare const selectStreamsToAccept: ((state: {
|
|
|
3828
3828
|
localScreenshare: LocalScreenshareState;
|
|
3829
3829
|
notifications: NotificationsState;
|
|
3830
3830
|
organization: OrganizationState;
|
|
3831
|
-
remoteParticipants:
|
|
3831
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
3832
3832
|
room: RoomState;
|
|
3833
3833
|
roomConnection: RoomConnectionState;
|
|
3834
3834
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -3884,7 +3884,7 @@ declare const selectStreamsToAccept: ((state: {
|
|
|
3884
3884
|
localScreenshare: LocalScreenshareState;
|
|
3885
3885
|
notifications: NotificationsState;
|
|
3886
3886
|
organization: OrganizationState;
|
|
3887
|
-
remoteParticipants:
|
|
3887
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
3888
3888
|
room: RoomState;
|
|
3889
3889
|
roomConnection: RoomConnectionState;
|
|
3890
3890
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -4034,7 +4034,7 @@ declare const selectShouldConnectSignal: ((state: {
|
|
|
4034
4034
|
localScreenshare: LocalScreenshareState;
|
|
4035
4035
|
notifications: NotificationsState;
|
|
4036
4036
|
organization: OrganizationState;
|
|
4037
|
-
remoteParticipants:
|
|
4037
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
4038
4038
|
room: RoomState;
|
|
4039
4039
|
roomConnection: RoomConnectionState;
|
|
4040
4040
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -4077,7 +4077,7 @@ declare const selectShouldIdentifyDevice: ((state: {
|
|
|
4077
4077
|
localScreenshare: LocalScreenshareState;
|
|
4078
4078
|
notifications: NotificationsState;
|
|
4079
4079
|
organization: OrganizationState;
|
|
4080
|
-
remoteParticipants:
|
|
4080
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
4081
4081
|
room: RoomState;
|
|
4082
4082
|
roomConnection: RoomConnectionState;
|
|
4083
4083
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -4175,7 +4175,7 @@ declare const selectIsLocalParticipantSpotlighted: ((state: {
|
|
|
4175
4175
|
localScreenshare: LocalScreenshareState;
|
|
4176
4176
|
notifications: NotificationsState;
|
|
4177
4177
|
organization: OrganizationState;
|
|
4178
|
-
remoteParticipants:
|
|
4178
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
4179
4179
|
room: RoomState;
|
|
4180
4180
|
roomConnection: RoomConnectionState;
|
|
4181
4181
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -4227,7 +4227,7 @@ declare const selectSpotlightedClientViews: ((state: {
|
|
|
4227
4227
|
localScreenshare: LocalScreenshareState;
|
|
4228
4228
|
notifications: NotificationsState;
|
|
4229
4229
|
organization: OrganizationState;
|
|
4230
|
-
remoteParticipants:
|
|
4230
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
4231
4231
|
room: RoomState;
|
|
4232
4232
|
roomConnection: RoomConnectionState;
|
|
4233
4233
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -4267,7 +4267,7 @@ declare const selectSpotlightedClientViews: ((state: {
|
|
|
4267
4267
|
localScreenshare: LocalScreenshareState;
|
|
4268
4268
|
notifications: NotificationsState;
|
|
4269
4269
|
organization: OrganizationState;
|
|
4270
|
-
remoteParticipants:
|
|
4270
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
4271
4271
|
room: RoomState;
|
|
4272
4272
|
roomConnection: RoomConnectionState;
|
|
4273
4273
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -4301,7 +4301,7 @@ declare const selectSpotlightedClientViews: ((state: {
|
|
|
4301
4301
|
localScreenshare: LocalScreenshareState;
|
|
4302
4302
|
notifications: NotificationsState;
|
|
4303
4303
|
organization: OrganizationState;
|
|
4304
|
-
remoteParticipants:
|
|
4304
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
4305
4305
|
room: RoomState;
|
|
4306
4306
|
roomConnection: RoomConnectionState;
|
|
4307
4307
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -4343,7 +4343,7 @@ declare const selectSpotlightedClientViews: ((state: {
|
|
|
4343
4343
|
localScreenshare: LocalScreenshareState;
|
|
4344
4344
|
notifications: NotificationsState;
|
|
4345
4345
|
organization: OrganizationState;
|
|
4346
|
-
remoteParticipants:
|
|
4346
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
4347
4347
|
room: RoomState;
|
|
4348
4348
|
roomConnection: RoomConnectionState;
|
|
4349
4349
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -4381,7 +4381,7 @@ declare const selectSpotlightedClientViews: ((state: {
|
|
|
4381
4381
|
localScreenshare: LocalScreenshareState;
|
|
4382
4382
|
notifications: NotificationsState;
|
|
4383
4383
|
organization: OrganizationState;
|
|
4384
|
-
remoteParticipants:
|
|
4384
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
4385
4385
|
room: RoomState;
|
|
4386
4386
|
roomConnection: RoomConnectionState;
|
|
4387
4387
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -4423,7 +4423,7 @@ declare const selectSpotlightedClientViews: ((state: {
|
|
|
4423
4423
|
localScreenshare: LocalScreenshareState;
|
|
4424
4424
|
notifications: NotificationsState;
|
|
4425
4425
|
organization: OrganizationState;
|
|
4426
|
-
remoteParticipants:
|
|
4426
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
4427
4427
|
room: RoomState;
|
|
4428
4428
|
roomConnection: RoomConnectionState;
|
|
4429
4429
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -4503,7 +4503,7 @@ declare const appReducer: redux.Reducer<{
|
|
|
4503
4503
|
localScreenshare: LocalScreenshareState;
|
|
4504
4504
|
notifications: NotificationsState;
|
|
4505
4505
|
organization: OrganizationState;
|
|
4506
|
-
remoteParticipants:
|
|
4506
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
4507
4507
|
room: RoomState;
|
|
4508
4508
|
roomConnection: RoomConnectionState;
|
|
4509
4509
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -4525,7 +4525,7 @@ declare const appReducer: redux.Reducer<{
|
|
|
4525
4525
|
localScreenshare: LocalScreenshareState | undefined;
|
|
4526
4526
|
notifications: NotificationsState | undefined;
|
|
4527
4527
|
organization: OrganizationState | undefined;
|
|
4528
|
-
remoteParticipants:
|
|
4528
|
+
remoteParticipants: RemoteParticipantSliceState | undefined;
|
|
4529
4529
|
room: RoomState | undefined;
|
|
4530
4530
|
roomConnection: RoomConnectionState | undefined;
|
|
4531
4531
|
rtcAnalytics: rtcAnalyticsState | undefined;
|
|
@@ -4552,7 +4552,7 @@ declare const createStore: ({ preloadedState, injectServices, }: {
|
|
|
4552
4552
|
localScreenshare: LocalScreenshareState;
|
|
4553
4553
|
notifications: NotificationsState;
|
|
4554
4554
|
organization: OrganizationState;
|
|
4555
|
-
remoteParticipants:
|
|
4555
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
4556
4556
|
room: RoomState;
|
|
4557
4557
|
roomConnection: RoomConnectionState;
|
|
4558
4558
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -4575,7 +4575,7 @@ declare const createStore: ({ preloadedState, injectServices, }: {
|
|
|
4575
4575
|
localScreenshare: LocalScreenshareState;
|
|
4576
4576
|
notifications: NotificationsState;
|
|
4577
4577
|
organization: OrganizationState;
|
|
4578
|
-
remoteParticipants:
|
|
4578
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
4579
4579
|
room: RoomState;
|
|
4580
4580
|
roomConnection: RoomConnectionState;
|
|
4581
4581
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -4650,7 +4650,7 @@ declare const selectLocalParticipantView: ((state: {
|
|
|
4650
4650
|
localScreenshare: LocalScreenshareState;
|
|
4651
4651
|
notifications: NotificationsState;
|
|
4652
4652
|
organization: OrganizationState;
|
|
4653
|
-
remoteParticipants:
|
|
4653
|
+
remoteParticipants: RemoteParticipantSliceState;
|
|
4654
4654
|
room: RoomState;
|
|
4655
4655
|
roomConnection: RoomConnectionState;
|
|
4656
4656
|
rtcAnalytics: rtcAnalyticsState;
|
|
@@ -4690,5 +4690,5 @@ declare const selectRoomConnectionSessionId: (state: RootState) => string | unde
|
|
|
4690
4690
|
declare const selectRoomConnectionStatus: (state: RootState) => ConnectionStatus;
|
|
4691
4691
|
declare const selectRoomConnectionError: (state: RootState) => string | null;
|
|
4692
4692
|
|
|
4693
|
-
export { addAppListener, addSpotlight, appSlice, authorizationSlice, authorizationSliceInitialState, breakoutSlice, breakoutSliceInitialState, chatSlice, chatSliceInitialState, cloudRecordingSlice, connectionMonitorSlice, connectionMonitorSliceInitialState, connectionMonitorStarted, connectionMonitorStopped, createAppAsyncThunk, createAppAuthorizedThunk, createAppThunk, createAsyncRoomConnectedThunk, createAuthorizedRoomConnectedThunk, createReactor, createRemoteParticipant, createRoomConnectedThunk, createStore, createWebRtcEmitter, deviceBusy, deviceCredentialsSlice, deviceCredentialsSliceInitialState, deviceIdentified, deviceIdentifying, doAcceptWaitingParticipant, doAppStart, doAppStop, doBreakoutJoin, doClearNotifications, doConnectRoom, doConnectRtc, doDisconnectRtc, doEnableAudio, doEnableVideo, doEndMeeting, doGetDeviceCredentials, doHandleAcceptStreams, doHandleStreamingStarted, doHandleStreamingStopped, doKickParticipant, doKnockRoom, doLockRoom, doOrganizationFetch, doRejectWaitingParticipant, doRemoveSpotlight, doRequestAudioEnable, doRequestVideoEnable, doRtcAnalyticsCustomEventsInitialize, doRtcManagerCreated, doRtcManagerInitialize, doRtcReportStreamResolution, doSendChatMessage, doSendClientMetadata, doSetDevice, doSetDisplayName, doSetLocalStickyReaction, doSetNotification, doSignalConnect, doSignalDisconnect, doSignalIdentifyDevice, doSpotlightParticipant, doStartCloudRecording, doStartConnectionMonitor, doStartLocalMedia, doStartScreenshare, doStopCloudRecording, doStopConnectionMonitor, doStopLocalMedia, doStopScreenshare, doSwitchLocalStream, doToggleCamera, doToggleLowDataMode, doUpdateDeviceList, initialCloudRecordingState, initialLocalMediaState, initialNotificationsState, initialState, isAcceptingStreams, isClientSpotlighted, listenerMiddleware, localMediaSlice, localMediaStopped, localParticipantSlice, localParticipantSliceInitialState, localScreenshareSlice, localScreenshareSliceInitialState, localStreamMetadataUpdated, notificationsSlice, observeStore, organizationSlice, organizationSliceInitialState, participantStreamAdded, participantStreamIdAdded, recordingRequestStarted, remoteParticipantsSlice, remoteParticipantsSliceInitialState, removeSpotlight, resolutionReported, roomConnectionSlice, roomConnectionSliceInitialState, roomSlice, roomSliceInitialState, rootReducer, rtcAnalyticsCustomEvents, rtcAnalyticsSlice, rtcAnalyticsSliceInitialState, rtcClientConnectionStatusChanged, rtcConnectionSlice, rtcConnectionSliceInitialState, rtcDisconnected, rtcDispatcherCreated, rtcEvents, rtcManagerCreated, rtcManagerDestroyed, rtcManagerInitialized, selectAllClientViews, selectAllClientViewsInCurrentGroup, selectAppDisplayName, selectAppExternalId, selectAppIgnoreBreakoutGroups, selectAppInitialConfig, selectAppIsActive, selectAppIsDialIn, selectAppIsNodeSdk, selectAppRaw, selectAppRoomName, selectAppRoomUrl, selectAppUserAgent, selectAuthorizationRoleName, selectBreakoutActive, selectBreakoutAssignments, selectBreakoutCurrentGroup, selectBreakoutCurrentId, selectBreakoutGroupedParticipants, selectBreakoutGroups, selectBreakoutInitiatedBy, selectBreakoutRaw, selectBusyDeviceIds, selectCameraDeviceError, selectCameraDevices, selectChatMessages, selectChatRaw, selectCloudRecordingError, selectCloudRecordingIsInitiator, selectCloudRecordingRaw, selectCloudRecordingStartedAt, selectCloudRecordingStatus, selectConnectionMonitorIsRunning, selectCurrentCameraDeviceId, selectCurrentMicrophoneDeviceId, selectCurrentSpeakerDeviceId, selectDeviceCredentialsRaw, selectDeviceId, selectHasFetchedDeviceCredentials, selectIsAcceptingStreams, selectIsAuthorizedToAskToSpeak, selectIsAuthorizedToEndMeeting, selectIsAuthorizedToKickClient, selectIsAuthorizedToLockRoom, selectIsAuthorizedToRequestAudioEnable, selectIsAuthorizedToRequestVideoEnable, selectIsAuthorizedToSpotlight, selectIsCameraEnabled, selectIsCloudRecording, selectIsLocalMediaStarting, selectIsLocalParticipantSpotlighted, selectIsLowDataModeEnabled, selectIsMicrophoneEnabled, selectIsSettingCameraDevice, selectIsSettingMicrophoneDevice, selectIsToggleCamera, selectLocalMediaConstraintsOptions, selectLocalMediaDevices, selectLocalMediaIsSwitchingStream, selectLocalMediaOptions, selectLocalMediaOwnsStream, selectLocalMediaRaw, selectLocalMediaShouldStartWithOptions, selectLocalMediaShouldStop, selectLocalMediaStartError, selectLocalMediaStatus, selectLocalMediaStream, selectLocalParticipantBreakoutAssigned, selectLocalParticipantBreakoutGroup, selectLocalParticipantClientClaim, selectLocalParticipantDisplayName, selectLocalParticipantIsScreenSharing, selectLocalParticipantRaw, selectLocalParticipantStickyReaction, selectLocalParticipantView, selectLocalScreenshareRaw, selectLocalScreenshareStatus, selectLocalScreenshareStream, selectMicrophoneDeviceError, selectMicrophoneDevices, selectNotificationsEmitter, selectNotificationsEvents, selectNotificationsRaw, selectNumClients, selectNumParticipants, selectOrganizationId, selectOrganizationPreferences, selectOrganizationRaw, selectRemoteClientViews, selectRemoteClients, selectRemoteParticipants, selectRemoteParticipantsRaw, selectRoomConnectionError, selectRoomConnectionRaw, selectRoomConnectionSession, selectRoomConnectionSessionId, selectRoomConnectionStatus, selectRoomIsLocked, selectRoomKey, selectRtcConnectionRaw, selectRtcDispatcherCreated, selectRtcIsCreatingDispatcher, selectRtcManager, selectRtcManagerInitialized, selectRtcStatus, selectScreenshares, selectSelfId, selectShouldConnectRoom, selectShouldConnectRtc, selectShouldConnectSignal, selectShouldDisconnectRtc, selectShouldFetchDeviceCredentials, selectShouldFetchOrganization, selectShouldIdentifyDevice, selectShouldInitializeRtc, selectShouldStartConnectionMonitor, selectShouldStopConnectionMonitor, selectSignalConnectionDeviceIdentified, selectSignalConnectionRaw, selectSignalConnectionSocket, selectSignalIsIdentifyingDevice, selectSignalStatus, selectSpeakerDevices, selectSpotlightedClientViews, selectSpotlights, selectSpotlightsRaw, selectStopCallbackFunction, selectStreamingRaw, selectStreamsToAccept, selectWaitingParticipants, selectWaitingParticipantsRaw, setBreakoutGroupAssigned, setCurrentCameraDeviceId, setCurrentMicrophoneDeviceId, setCurrentSpeakerDeviceId, setDisplayName, setLocalMediaOptions, setLocalMediaStream, setRoomKey, signalConnectionSlice, signalConnectionSliceInitialState, signalEvents, socketConnected, socketConnecting, socketDisconnected, socketReconnecting, spotlightsSlice, spotlightsSliceInitialState, startAppListening, stopScreenshare, streamIdForClient, streamStatusUpdated, streamingSlice, streamingSliceInitialState, toggleCameraEnabled, toggleLowDataModeEnabled, toggleMicrophoneEnabled, updateReportedValues, waitingParticipantsSlice, waitingParticipantsSliceInitialState };
|
|
4694
|
-
export type { AppConfig, AppDispatch, AppReducer, AppStartListening, AppState, AppThunk, AuthorizationState, BreakoutState, ChatMessage, ChatMessageEvent, ChatMessageEventProps, ChatState, ClientView, CloudRecordingState, ConnectionMonitorStart, ConnectionMonitorState, ConnectionStatus, DeviceCredentialsState, LocalMediaOptions, LocalMediaState, LocalParticipantState, LocalScreenshareState, Notification, NotificationEvent, NotificationEventMap, NotificationEvents, NotificationsEventEmitter, NotificationsState, OrganizationState,
|
|
4693
|
+
export { addAppListener, addSpotlight, appSlice, authorizationSlice, authorizationSliceInitialState, breakoutSlice, breakoutSliceInitialState, chatSlice, chatSliceInitialState, cloudRecordingSlice, connectionMonitorSlice, connectionMonitorSliceInitialState, connectionMonitorStarted, connectionMonitorStopped, createAppAsyncThunk, createAppAuthorizedThunk, createAppThunk, createAsyncRoomConnectedThunk, createAuthorizedRoomConnectedThunk, createReactor, createRemoteParticipant, createRoomConnectedThunk, createServices, createStore, createWebRtcEmitter, deviceBusy, deviceCredentialsSlice, deviceCredentialsSliceInitialState, deviceIdentified, deviceIdentifying, doAcceptWaitingParticipant, doAppStart, doAppStop, doBreakoutJoin, doClearNotifications, doConnectRoom, doConnectRtc, doDisconnectRtc, doEnableAudio, doEnableVideo, doEndMeeting, doGetDeviceCredentials, doHandleAcceptStreams, doHandleStreamingStarted, doHandleStreamingStopped, doKickParticipant, doKnockRoom, doLockRoom, doOrganizationFetch, doRejectWaitingParticipant, doRemoveSpotlight, doRequestAudioEnable, doRequestVideoEnable, doRtcAnalyticsCustomEventsInitialize, doRtcManagerCreated, doRtcManagerInitialize, doRtcReportStreamResolution, doSendChatMessage, doSendClientMetadata, doSetDevice, doSetDisplayName, doSetLocalStickyReaction, doSetNotification, doSignalConnect, doSignalDisconnect, doSignalIdentifyDevice, doSpotlightParticipant, doStartCloudRecording, doStartConnectionMonitor, doStartLocalMedia, doStartScreenshare, doStopCloudRecording, doStopConnectionMonitor, doStopLocalMedia, doStopScreenshare, doSwitchLocalStream, doToggleCamera, doToggleLowDataMode, doUpdateDeviceList, initialCloudRecordingState, initialLocalMediaState, initialNotificationsState, initialState, isAcceptingStreams, isClientSpotlighted, listenerMiddleware, localMediaSlice, localMediaStopped, localParticipantSlice, localParticipantSliceInitialState, localScreenshareSlice, localScreenshareSliceInitialState, localStreamMetadataUpdated, notificationsSlice, observeStore, organizationSlice, organizationSliceInitialState, participantStreamAdded, participantStreamIdAdded, recordingRequestStarted, remoteParticipantsSlice, remoteParticipantsSliceInitialState, removeSpotlight, resolutionReported, roomConnectionSlice, roomConnectionSliceInitialState, roomSlice, roomSliceInitialState, rootReducer, rtcAnalyticsCustomEvents, rtcAnalyticsSlice, rtcAnalyticsSliceInitialState, rtcClientConnectionStatusChanged, rtcConnectionSlice, rtcConnectionSliceInitialState, rtcDisconnected, rtcDispatcherCreated, rtcEvents, rtcManagerCreated, rtcManagerDestroyed, rtcManagerInitialized, selectAllClientViews, selectAllClientViewsInCurrentGroup, selectAppDisplayName, selectAppExternalId, selectAppIgnoreBreakoutGroups, selectAppInitialConfig, selectAppIsActive, selectAppIsDialIn, selectAppIsNodeSdk, selectAppRaw, selectAppRoomName, selectAppRoomUrl, selectAppUserAgent, selectAuthorizationRoleName, selectBreakoutActive, selectBreakoutAssignments, selectBreakoutCurrentGroup, selectBreakoutCurrentId, selectBreakoutGroupedParticipants, selectBreakoutGroups, selectBreakoutInitiatedBy, selectBreakoutRaw, selectBusyDeviceIds, selectCameraDeviceError, selectCameraDevices, selectChatMessages, selectChatRaw, selectCloudRecordingError, selectCloudRecordingIsInitiator, selectCloudRecordingRaw, selectCloudRecordingStartedAt, selectCloudRecordingStatus, selectConnectionMonitorIsRunning, selectCurrentCameraDeviceId, selectCurrentMicrophoneDeviceId, selectCurrentSpeakerDeviceId, selectDeviceCredentialsRaw, selectDeviceId, selectHasFetchedDeviceCredentials, selectIsAcceptingStreams, selectIsAuthorizedToAskToSpeak, selectIsAuthorizedToEndMeeting, selectIsAuthorizedToKickClient, selectIsAuthorizedToLockRoom, selectIsAuthorizedToRequestAudioEnable, selectIsAuthorizedToRequestVideoEnable, selectIsAuthorizedToSpotlight, selectIsCameraEnabled, selectIsCloudRecording, selectIsLocalMediaStarting, selectIsLocalParticipantSpotlighted, selectIsLowDataModeEnabled, selectIsMicrophoneEnabled, selectIsSettingCameraDevice, selectIsSettingMicrophoneDevice, selectIsToggleCamera, selectLocalMediaConstraintsOptions, selectLocalMediaDevices, selectLocalMediaIsSwitchingStream, selectLocalMediaOptions, selectLocalMediaOwnsStream, selectLocalMediaRaw, selectLocalMediaShouldStartWithOptions, selectLocalMediaShouldStop, selectLocalMediaStartError, selectLocalMediaStatus, selectLocalMediaStream, selectLocalParticipantBreakoutAssigned, selectLocalParticipantBreakoutGroup, selectLocalParticipantClientClaim, selectLocalParticipantDisplayName, selectLocalParticipantIsScreenSharing, selectLocalParticipantRaw, selectLocalParticipantStickyReaction, selectLocalParticipantView, selectLocalScreenshareRaw, selectLocalScreenshareStatus, selectLocalScreenshareStream, selectMicrophoneDeviceError, selectMicrophoneDevices, selectNotificationsEmitter, selectNotificationsEvents, selectNotificationsRaw, selectNumClients, selectNumParticipants, selectOrganizationId, selectOrganizationPreferences, selectOrganizationRaw, selectRemoteClientViews, selectRemoteClients, selectRemoteParticipants, selectRemoteParticipantsRaw, selectRoomConnectionError, selectRoomConnectionRaw, selectRoomConnectionSession, selectRoomConnectionSessionId, selectRoomConnectionStatus, selectRoomIsLocked, selectRoomKey, selectRtcConnectionRaw, selectRtcDispatcherCreated, selectRtcIsCreatingDispatcher, selectRtcManager, selectRtcManagerInitialized, selectRtcStatus, selectScreenshares, selectSelfId, selectShouldConnectRoom, selectShouldConnectRtc, selectShouldConnectSignal, selectShouldDisconnectRtc, selectShouldFetchDeviceCredentials, selectShouldFetchOrganization, selectShouldIdentifyDevice, selectShouldInitializeRtc, selectShouldStartConnectionMonitor, selectShouldStopConnectionMonitor, selectSignalConnectionDeviceIdentified, selectSignalConnectionRaw, selectSignalConnectionSocket, selectSignalIsIdentifyingDevice, selectSignalStatus, selectSpeakerDevices, selectSpotlightedClientViews, selectSpotlights, selectSpotlightsRaw, selectStopCallbackFunction, selectStreamingRaw, selectStreamsToAccept, selectWaitingParticipants, selectWaitingParticipantsRaw, setBreakoutGroupAssigned, setCurrentCameraDeviceId, setCurrentMicrophoneDeviceId, setCurrentSpeakerDeviceId, setDisplayName, setLocalMediaOptions, setLocalMediaStream, setRoomKey, signalConnectionSlice, signalConnectionSliceInitialState, signalEvents, socketConnected, socketConnecting, socketDisconnected, socketReconnecting, spotlightsSlice, spotlightsSliceInitialState, startAppListening, stopScreenshare, streamIdForClient, streamStatusUpdated, streamingSlice, streamingSliceInitialState, toggleCameraEnabled, toggleLowDataModeEnabled, toggleMicrophoneEnabled, updateReportedValues, waitingParticipantsSlice, waitingParticipantsSliceInitialState };
|
|
4694
|
+
export type { AppConfig, AppDispatch, AppReducer, AppStartListening, AppState, AppThunk, AuthorizationState, BreakoutState, ChatMessage, ChatMessageEvent, ChatMessageEventProps, ChatState, ClientView, CloudRecordingState, ConnectionMonitorStart, ConnectionMonitorState, ConnectionStatus, DeviceCredentialsState, LocalMediaOptions, LocalMediaState, LocalParticipantState, LocalScreenshareState, Notification, NotificationEvent, NotificationEventMap, NotificationEvents, NotificationsEventEmitter, NotificationsState, OrganizationState, RemoteParticipantSliceState, RequestAudioEvent, RequestAudioEventProps, RequestVideoEvent, RequestVideoEventProps, RoomConnectionState, RoomState, RootState, RtcConnectionState, SignalClientEvent, SignalClientEventProps, SignalConnectionState, SignalStatusEvent, SignalStatusEventProps, SpotlightsState, StickyReactionEvent, StickyReactionEventProps, Store, StreamingState, ThunkConfig, WaitingParticipantsState, rtcAnalyticsState };
|