@azure/communication-react 1.26.0-alpha-202504010020 → 1.26.0-alpha-202504040017
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/communication-react.d.ts +39 -4
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-OuIUqpfs.js → ChatMessageComponentAsRichTextEditBox-DoMy2-Q0.js} +2 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-OuIUqpfs.js.map → ChatMessageComponentAsRichTextEditBox-DoMy2-Q0.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DNb_RPt3.js → RichTextSendBoxWrapper-BcHuyHCG.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DNb_RPt3.js.map → RichTextSendBoxWrapper-BcHuyHCG.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-CL8m7OcB.js → index-DgayO1nv.js} +70 -180
- package/dist/dist-cjs/communication-react/index-DgayO1nv.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +3 -12
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +0 -2
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +2 -3
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +1 -2
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +0 -8
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +1 -5
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +8 -0
- package/dist/dist-esm/react-components/src/components/NotificationStack.js +0 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +3 -7
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +10 -0
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +2 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +3 -8
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +4 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +2 -17
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +2 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +8 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +1 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js +0 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +1 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +1 -14
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +0 -17
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +1 -4
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +2 -15
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +9 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/dist-cjs/communication-react/index-CL8m7OcB.js.map +0 -1
@@ -187,7 +187,7 @@ function getDefaultExportFromCjs (x) {
|
|
187
187
|
// Copyright (c) Microsoft Corporation.
|
188
188
|
// Licensed under the MIT License.
|
189
189
|
// GENERATED FILE. DO NOT EDIT MANUALLY.
|
190
|
-
var telemetryVersion = '1.26.0-alpha-
|
190
|
+
var telemetryVersion = '1.26.0-alpha-202504040017';
|
191
191
|
|
192
192
|
|
193
193
|
var telemetryVersion$1 = /*@__PURE__*/getDefaultExportFromCjs(telemetryVersion);
|
@@ -613,7 +613,6 @@ const getIncomingCalls = (state) => {
|
|
613
613
|
const getRemovedIncomingCalls = (state) => {
|
614
614
|
return Object.values(state.incomingCallsEnded);
|
615
615
|
};
|
616
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
617
616
|
/** @private */
|
618
617
|
const getAssignedBreakoutRoom$1 = (state, props) => {
|
619
618
|
var _a, _b;
|
@@ -1668,9 +1667,8 @@ const notificationStackSelector = reselect.createSelector([
|
|
1668
1667
|
getCallState,
|
1669
1668
|
getEnvironmentInfo$1,
|
1670
1669
|
getMeetingConferencePhones,
|
1671
|
-
|
1672
|
-
], (latestErrors, latestNotifications, diagnostics, deviceManager, callStatus, environmentInfo, meetingConference,
|
1673
|
-
/* @conditional-compile-remove(breakout-rooms) */ assignedBreakoutRoom) => {
|
1670
|
+
getAssignedBreakoutRoom$1
|
1671
|
+
], (latestErrors, latestNotifications, diagnostics, deviceManager, callStatus, environmentInfo, meetingConference, assignedBreakoutRoom) => {
|
1674
1672
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
|
1675
1673
|
// The order in which the errors are returned is significant: The `Notification` shows errors on the UI in that order.
|
1676
1674
|
// There are several options for the ordering:
|
@@ -1805,14 +1803,12 @@ const notificationStackSelector = reselect.createSelector([
|
|
1805
1803
|
ariaLive: 'off' // "You're muted" is too noisy, so we don't want to announce it.
|
1806
1804
|
});
|
1807
1805
|
}
|
1808
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
1809
1806
|
if (latestNotifications['assignedBreakoutRoomOpened']) {
|
1810
1807
|
activeNotifications.push({
|
1811
1808
|
type: 'assignedBreakoutRoomOpened',
|
1812
1809
|
timestamp: latestNotifications['assignedBreakoutRoomOpened'].timestamp
|
1813
1810
|
});
|
1814
1811
|
}
|
1815
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
1816
1812
|
if (latestNotifications['assignedBreakoutRoomOpenedPromptJoin'] && assignedBreakoutRoom) {
|
1817
1813
|
activeNotifications.push({
|
1818
1814
|
type: 'assignedBreakoutRoomOpenedPromptJoin',
|
@@ -1820,28 +1816,24 @@ const notificationStackSelector = reselect.createSelector([
|
|
1820
1816
|
onClickPrimaryButton: () => assignedBreakoutRoom.join()
|
1821
1817
|
});
|
1822
1818
|
}
|
1823
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
1824
1819
|
if (latestNotifications['assignedBreakoutRoomChanged']) {
|
1825
1820
|
activeNotifications.push({
|
1826
1821
|
type: 'assignedBreakoutRoomChanged',
|
1827
1822
|
timestamp: latestNotifications['assignedBreakoutRoomChanged'].timestamp
|
1828
1823
|
});
|
1829
1824
|
}
|
1830
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
1831
1825
|
if (latestNotifications['assignedBreakoutRoomClosed']) {
|
1832
1826
|
activeNotifications.push({
|
1833
1827
|
type: 'assignedBreakoutRoomClosed',
|
1834
1828
|
timestamp: latestNotifications['assignedBreakoutRoomClosed'].timestamp
|
1835
1829
|
});
|
1836
1830
|
}
|
1837
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
1838
1831
|
if (latestNotifications['breakoutRoomJoined']) {
|
1839
1832
|
activeNotifications.push({
|
1840
1833
|
type: 'breakoutRoomJoined',
|
1841
1834
|
timestamp: latestNotifications['breakoutRoomJoined'].timestamp
|
1842
1835
|
});
|
1843
1836
|
}
|
1844
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
1845
1837
|
if (latestNotifications['breakoutRoomClosingSoon']) {
|
1846
1838
|
activeNotifications.push({
|
1847
1839
|
type: 'breakoutRoomClosingSoon',
|
@@ -2895,14 +2887,12 @@ let CallContext$2 = class CallContext {
|
|
2895
2887
|
delete draft.calls[oldCallId];
|
2896
2888
|
draft.calls[newCallId] = call;
|
2897
2889
|
}
|
2898
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
2899
2890
|
// Update call ids in latestCallIdsThatPushedNotifications
|
2900
2891
|
Object.keys(this._latestCallIdOfNotification).forEach((key) => {
|
2901
2892
|
if (this._latestCallIdOfNotification[key] === oldCallId) {
|
2902
2893
|
this._latestCallIdOfNotification[key] = newCallId;
|
2903
2894
|
}
|
2904
2895
|
});
|
2905
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
2906
2896
|
// Update the open breakout room call id if it matches the old call id
|
2907
2897
|
if (this._openBreakoutRoom === oldCallId) {
|
2908
2898
|
this._openBreakoutRoom = newCallId;
|
@@ -3303,7 +3293,6 @@ let CallContext$2 = class CallContext {
|
|
3303
3293
|
}
|
3304
3294
|
});
|
3305
3295
|
}
|
3306
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
3307
3296
|
setAssignedBreakoutRoom(callId, breakoutRoom) {
|
3308
3297
|
this.modifyState((draft) => {
|
3309
3298
|
const call = draft.calls[this._callIdHistory.latestCallId(callId)];
|
@@ -3312,7 +3301,6 @@ let CallContext$2 = class CallContext {
|
|
3312
3301
|
}
|
3313
3302
|
});
|
3314
3303
|
}
|
3315
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
3316
3304
|
setBreakoutRoomSettings(callId, breakoutRoomSettings) {
|
3317
3305
|
this.modifyState((draft) => {
|
3318
3306
|
const call = draft.calls[this._callIdHistory.latestCallId(callId)];
|
@@ -3321,7 +3309,6 @@ let CallContext$2 = class CallContext {
|
|
3321
3309
|
}
|
3322
3310
|
});
|
3323
3311
|
}
|
3324
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
3325
3312
|
setBreakoutRoomDisplayName(callId, breakoutRoomDisplayName) {
|
3326
3313
|
this.modifyState((draft) => {
|
3327
3314
|
const call = draft.calls[this._callIdHistory.latestCallId(callId)];
|
@@ -3330,15 +3317,12 @@ let CallContext$2 = class CallContext {
|
|
3330
3317
|
}
|
3331
3318
|
});
|
3332
3319
|
}
|
3333
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
3334
3320
|
setOpenBreakoutRoom(callId) {
|
3335
3321
|
this._openBreakoutRoom = callId;
|
3336
3322
|
}
|
3337
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
3338
3323
|
deleteOpenBreakoutRoom() {
|
3339
3324
|
this._openBreakoutRoom = undefined;
|
3340
3325
|
}
|
3341
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
3342
3326
|
getOpenBreakoutRoom() {
|
3343
3327
|
return this._openBreakoutRoom;
|
3344
3328
|
}
|
@@ -5363,45 +5347,7 @@ class SpotlightSubscriber {
|
|
5363
5347
|
|
5364
5348
|
// Copyright (c) Microsoft Corporation.
|
5365
5349
|
// Licensed under the MIT License.
|
5366
|
-
/* @conditional-compile-remove(local-recording-notification) */
|
5367
|
-
/**
|
5368
|
-
* @private
|
5369
|
-
*/
|
5370
|
-
class LocalRecordingSubscriber {
|
5371
|
-
constructor(callIdRef, context, recording) {
|
5372
|
-
this.subscribe = () => {
|
5373
|
-
this._recording.on('isLocalRecordingActiveChanged', this.isAvailableChanged);
|
5374
|
-
this._recording.on('localRecordingsUpdated', this.isRecordingsUpdated);
|
5375
|
-
};
|
5376
|
-
this.unsubscribe = () => {
|
5377
|
-
this._recording.off('isLocalRecordingActiveChanged', this.isAvailableChanged);
|
5378
|
-
this._recording.off('localRecordingsUpdated', this.isRecordingsUpdated);
|
5379
|
-
};
|
5380
|
-
this.isAvailableChanged = () => {
|
5381
|
-
this._context.setCallLocalRecordingActive(this._callIdRef.callId, this._recording.isRecordingActive);
|
5382
|
-
};
|
5383
|
-
this.isRecordingsUpdated = (data) => {
|
5384
|
-
this._context.setCallLocalRecordingInfos(this._callIdRef.callId, this._recording.recordings, data.removed);
|
5385
|
-
};
|
5386
|
-
this._callIdRef = callIdRef;
|
5387
|
-
this._context = context;
|
5388
|
-
this._recording = recording;
|
5389
|
-
// If recording as already started when we joined the call, make sure it is reflected in state as there may not
|
5390
|
-
// be an event for it.
|
5391
|
-
if (this._recording.isRecordingActive) {
|
5392
|
-
this._context.setCallLocalRecordingActive(this._callIdRef.callId, this._recording.isRecordingActive);
|
5393
|
-
// recordings getter only returns a list of active recordings, so we can set the list of recordings here
|
5394
|
-
this._context.setCallLocalRecordingInfos(this._callIdRef.callId, this._recording.recordings, []);
|
5395
|
-
}
|
5396
|
-
this.subscribe();
|
5397
|
-
}
|
5398
|
-
}
|
5399
|
-
|
5400
|
-
// Copyright (c) Microsoft Corporation.
|
5401
|
-
// Licensed under the MIT License.
|
5402
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
5403
5350
|
const MILLSECONDS_BEFORE_END_TIME_TO_SHOW_CLOSING_NOTIFICATION = 30000;
|
5404
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
5405
5351
|
/**
|
5406
5352
|
* @private
|
5407
5353
|
*/
|
@@ -5534,6 +5480,42 @@ class BreakoutRoomsSubscriber {
|
|
5534
5480
|
}
|
5535
5481
|
}
|
5536
5482
|
|
5483
|
+
// Copyright (c) Microsoft Corporation.
|
5484
|
+
// Licensed under the MIT License.
|
5485
|
+
/* @conditional-compile-remove(local-recording-notification) */
|
5486
|
+
/**
|
5487
|
+
* @private
|
5488
|
+
*/
|
5489
|
+
class LocalRecordingSubscriber {
|
5490
|
+
constructor(callIdRef, context, recording) {
|
5491
|
+
this.subscribe = () => {
|
5492
|
+
this._recording.on('isLocalRecordingActiveChanged', this.isAvailableChanged);
|
5493
|
+
this._recording.on('localRecordingsUpdated', this.isRecordingsUpdated);
|
5494
|
+
};
|
5495
|
+
this.unsubscribe = () => {
|
5496
|
+
this._recording.off('isLocalRecordingActiveChanged', this.isAvailableChanged);
|
5497
|
+
this._recording.off('localRecordingsUpdated', this.isRecordingsUpdated);
|
5498
|
+
};
|
5499
|
+
this.isAvailableChanged = () => {
|
5500
|
+
this._context.setCallLocalRecordingActive(this._callIdRef.callId, this._recording.isRecordingActive);
|
5501
|
+
};
|
5502
|
+
this.isRecordingsUpdated = (data) => {
|
5503
|
+
this._context.setCallLocalRecordingInfos(this._callIdRef.callId, this._recording.recordings, data.removed);
|
5504
|
+
};
|
5505
|
+
this._callIdRef = callIdRef;
|
5506
|
+
this._context = context;
|
5507
|
+
this._recording = recording;
|
5508
|
+
// If recording as already started when we joined the call, make sure it is reflected in state as there may not
|
5509
|
+
// be an event for it.
|
5510
|
+
if (this._recording.isRecordingActive) {
|
5511
|
+
this._context.setCallLocalRecordingActive(this._callIdRef.callId, this._recording.isRecordingActive);
|
5512
|
+
// recordings getter only returns a list of active recordings, so we can set the list of recordings here
|
5513
|
+
this._context.setCallLocalRecordingInfos(this._callIdRef.callId, this._recording.recordings, []);
|
5514
|
+
}
|
5515
|
+
this.subscribe();
|
5516
|
+
}
|
5517
|
+
}
|
5518
|
+
|
5537
5519
|
// Copyright (c) Microsoft Corporation.
|
5538
5520
|
// Licensed under the MIT License.
|
5539
5521
|
/* @conditional-compile-remove(together-mode) */
|
@@ -5775,7 +5757,6 @@ class CallSubscriber {
|
|
5775
5757
|
this._capabilitiesSubscriber.unsubscribe();
|
5776
5758
|
(_e = this._reactionSubscriber) === null || _e === undefined ? undefined : _e.unsubscribe();
|
5777
5759
|
this._spotlightSubscriber.unsubscribe();
|
5778
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
5779
5760
|
this._breakoutRoomsSubscriber.unsubscribe();
|
5780
5761
|
/* @conditional-compile-remove(together-mode) */
|
5781
5762
|
this._togetherModeSubscriber.unsubscribe();
|
@@ -5897,10 +5878,8 @@ class CallSubscriber {
|
|
5897
5878
|
this._localVideoStreamVideoEffectsSubscribers = new Map();
|
5898
5879
|
this._capabilitiesSubscriber = new CapabilitiesSubscriber(this._callIdRef, this._context, this._call.feature(communicationCalling.Features.Capabilities));
|
5899
5880
|
this._spotlightSubscriber = new SpotlightSubscriber(this._callIdRef, this._context, this._call.feature(communicationCalling.Features.Spotlight));
|
5900
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
5901
5881
|
// Clear assigned breakout room closed notification for this call.
|
5902
5882
|
this._context.deleteLatestNotification('assignedBreakoutRoomClosed');
|
5903
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
5904
5883
|
this._breakoutRoomsSubscriber = new BreakoutRoomsSubscriber(this._callIdRef, this._context, this._call.feature(communicationCalling.Features.BreakoutRooms));
|
5905
5884
|
/* @conditional-compile-remove(together-mode) */
|
5906
5885
|
this._togetherModeSubscriber = new TogetherModeSubscriber(this._callIdRef, this._context, this._internalContext, this._call.feature(communicationCalling.Features.TogetherMode));
|
@@ -7580,7 +7559,7 @@ const typingIndicatorStringStyle = react.mergeStyles({
|
|
7580
7559
|
wordBreak: 'break-word'
|
7581
7560
|
});
|
7582
7561
|
|
7583
|
-
var participantItem$n={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",handRaisedIconLabel:"Hand raised - Position {position}",displayNamePlaceholder:"Unnamed participant",participantStateRinging:"Calling...",participantStateHold:"On hold",participantItemAriaLabel:"{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",participantItemWithMoreOptionsAriaLabel:"{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, More Options",attendeeRole:"Attendee",micDisabledIconLabel:"Micophone disabled",cameraDisabledIconLabel:"Camera disabled"};var ParticipantList$o={overflowParticipantCount:"+{overflowCount} more"};var typingIndicator$n={singleUser:"{user} is typing ...",multipleUsers:"{users} are typing ...",multipleUsersAbbreviateOne:"{users} and 1 other are typing ...",multipleUsersAbbreviateMany:"{users} and {numOthers} others are typing ...",delimiter:", "};var sendBox$n={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",attachmentMoreMenu:"More Options"};var richTextSendBox$n={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarAriaLabel:"Message Formatting Toolbar",richTextToolbarMoreButtonAriaLabel:"More options",attachmentMoreMenu:"More Options",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var realTimeTextModal$n={realTimeTextModalAriaLabel:"Turn on RTT Modal",realTimeTextModalTitle:"Turn on RTT?",realTimeTextModalText:"Real-time text (RTT) will be turned on for everyone in the meeting.",realTimeTextConfirmButtonLabel:"Turn on",realTimeTextCancelButtonLabel:"Cancel",realTimeTextCloseModalButtonAriaLabel:"Close RTT Modal"};var captionsBanner$n={captionsBannerSpinnerText:"Starting captions...",realTimeTextInputBoxDefaultText:"Type message in real time",realTimeTextInputErrorMessage:"Message can not exceed 2000 characters",realTimeTextBannerTitle:"RTT",realTimeTextBannerContent:"RTT (real-time text) is enabled for all participants for the entire duration of the meeting.",realTimeTextBannerLinkLabel:"Learn more",captionsOnlyContainerTitle:"Captions",realTimeTextOnlyContainerTitle:"Real-Time Text",captionsAndRealTimeTextContainerTitle:"Captions and Real-Time Text",expandButtonAriaLabel:"Expand",minimizeButtonAriaLabel:"Collapse"};var mentionPopover$n={mentionPopoverHeader:"Suggestions"};var imageOverlay$n={downloadButtonLabel:"Download",dismissButtonAriaLabel:"Close",overlayVisibleMessage:"Image Details Overlay"};var messageStatusIndicator$n={deliveredAriaLabel:"Message sent",deliveredTooltipText:"Sent",seenAriaLabel:"Message seen by others",seenTooltipText:"Seen",readByTooltipText:"Read by {messageThreadReadCount} of {remoteParticipantsCount}",sendingAriaLabel:"Message sending",sendingTooltipText:"Sending",failedToSendAriaLabel:"Message failed to send",failedToSendTooltipText:"Failed to send"};var endCallButton$n={label:"Leave",tooltipContent:"Leave call",leaveOption:"Leave",endCallOption:"End call for everyone"};var cameraButton$n={onLabel:"Camera",offLabel:"Camera",tooltipDisabledContent:"Camera is disabled",tooltipOnContent:"Turn off camera",tooltipOffContent:"Turn on camera",tooltipVideoLoadingContent:"Video is loading",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",cameraButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Turn off camera",offSplitButtonAriaLabel:"Turn on camera",cameraActionTurnedOnAnnouncement:"Your camera has been turned on",cameraActionTurnedOffAnnouncement:"Your camera has been turned off",onSplitButtonPrimaryActionCamera:"Turn off camera",offSplitButtonPrimaryActionCamera:"Turn on camera",cameraPrimaryActionSplitButtonTitle:"Use camera",videoEffectsMenuItemTitle:"Effects",cameraButtonAriaDescription:"camera options"};var microphoneButton$n={onLabel:"Mic",offLabel:"Mic",tooltipDisabledContent:"Microphone is disabled",tooltipOnContent:"Mute microphone",tooltipOffContent:"Unmute microphone",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker",microphoneButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Mute mic",offSplitButtonAriaLabel:"Unmute mic",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off",offSplitButtonMicrophonePrimaryAction:"Unmute mic",onSplitButtonMicrophonePrimaryAction:"Mute mic",microphonePrimaryActionSplitButtonTitle:"Use microphone",microphoneAriaDescription:"Audio options",deepNoiseSuppressionTitle:"Noise suppression",deepNoiseSuppressionOnAnnouncement:"Deep noise suppression has been turned on",deepNoiseSuppressionOffAnnouncement:"Deep noise suppression has been turned off"};var devicesButton$n={label:"Devices",tooltipContent:"Manage devices",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",audioDeviceMenuTitle:"Audio Device",audioDeviceMenuTooltip:"Choose audio device",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker"};var participantsButton$n={label:"People",ariaLabel:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied"};var screenShareButton$n={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var raiseHandButton$n={offLabel:"Raise",onLabel:"Lower",tooltipDisabledContent:"Raise Hand action is disabled",tooltipOnContent:"Lower Hand",tooltipOffContent:"Raise Hand"};var reactionButton$n={label:"React",ariaLabel:"React",tooltipDisabledContent:"Reaction action is disabled",tooltipContent:"Send a reaction",likeReactionTooltipContent:"Like",heartReactionTooltipContent:"Love",laughReactionTooltipContent:"Laugh",applauseReactionTooltipContent:"Applause",surprisedReactionTooltipContent:"Surprised"};var realTimeText$n={isTypingText:"RTT typing"};var captionsSettingsModal$n={captionsSettingsModalTitle:"Captions Settings",captionsSettingsSpokenLanguageDropdownLabel:"Spoken language",captionsSettingsCaptionLanguageDropdownLabel:"Captions language",captionsSettingsSpokenLanguageDropdownInfoText:"Language that everyone on this call is speaking.",captionsSettingsCaptionLanguageDropdownInfoText:"Captions will appear in this langugage.",captionsSettingsConfirmButtonLabel:"Confirm",captionsSettingsCancelButtonLabel:"Cancel",captionsSettingsModalAriaLabel:"Captions Setting Modal",captionsSettingsCloseModalButtonAriaLabel:"Close Captions Setting"};var spokenLanguages$n={"ar-ae":"Arabic - U.A.E.","ar-sa":"Arabic - Saudi Arabia","da-dk":"Danish","de-de":"German - Germany","en-au":"English - Australia","en-ca":"English - Canada","en-gb":"English - United Kingdom","en-in":"English - India","en-nz":"English - New Zealand","en-us":"English - United States","es-es":"Spanish - Spain (Modern Sort)","es-mx":"Spanish - Mexico","fi-fi":"Finnish","fr-ca":"French - Canada","fr-fr":"French - France","hi-in":"Hindi","it-it":"Italian - Italy","ja-jp":"Japanese","ko-kr":"Korean","nb-no":"Norwegian (Bokmål)","nl-be":"Dutch - Belgium","nl-nl":"Dutch - Netherlands","pl-pl":"Polish","pt-br":"Portuguese - Brazil","ru-ru":"Russian","sv-se":"Swedish","zh-cn":"Chinese - People's Republic of China","zh-hk":"Chinese - Hong Kong SAR","cs-cz":"Czech","pt-pt":"Portuguese - Portugal","tr-tr":"Turkish","vi-vn":"Vietnamese","th-th":"Thai","he-il":"Hebrew","cy-gb":"Welsh","uk-ua":"Ukrainian","el-gr":"Greek","hu-hu":"Hungarian","ro-ro":"Romanian","sk-sk":"Slovak","zh-tw":"Chinese - Taiwan"};var captionLanguages$n={ar:"Arabic",da:"Danish",de:"German",en:"English",es:"Spanish",fi:"Finnish","fr-ca":"French - Canada",fr:"French - France",hi:"Hindi",it:"Italian",ja:"Japanese",ko:"Korean",nb:"Norwegian (Bokmål)",nl:"Dutch",pl:"Polish",pt:"Portuguese - Brazil",ru:"Russian",sv:"Swedish","zh-Hans":"Chinese (Simplified)","zh-Hant":"Chinese (Traditional)",cs:"Czech","pt-pt":"Portuguese - Portugal",tr:"Turkish",vi:"Vietnamese",th:"Thai",he:"Hebrew",cy:"Welsh",uk:"Ukrainian",el:"Greek",hu:"Hungarian",ro:"Romanian",sk:"Slovak"};var startCaptionsButton$n={onLabel:"Turn on captions",offLabel:"Turn off captions",tooltipOnContent:"Turn off captions",tooltipOffContent:"Turn on captions"};var startRealTimeTextButton$n={label:"Turn on RTT for this call",tooltipOffContent:"Turn on RTT for this call"};var messageThread$n={yesterday:"Yesterday",sunday:"Sunday",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday",participantJoined:"joined the chat.",participantLeft:"left the chat.",editMessage:"Edit",removeMessage:"Delete",resendMessage:"Try sending again",failToSendTag:"Failed to send",editedTag:"Edited",liveAuthorIntro:"Message from {author}",editedMessageLiveAuthorIntro:"Edited message from {author}",editedMessageLocalUserLiveAuthorIntro:"Edited message",messageContentAriaText:"{status} {author} said {message}",messageContentMineAriaText:"{status} You said {message}",editBoxTextLimit:"Your message is over the limit of {limitNumber} characters",editBoxPlaceholderText:"Edit your message",newMessagesIndicator:"New messages",noDisplayNameSub:"No name",editBoxCancelButton:"Cancel",editBoxSubmitButton:"Done",messageReadCount:"Read by {messageReadByCount} of {remoteParticipantsCount}",actionMenuMoreOptions:"More Options",downloadAttachment:"Download file",openAttachment:"Open file",blockedWarningText:"This message was deleted due to organizational policy.",blockedWarningLinkText:"Details",attachmentCardGroupMessage:"The message has {attachmentCount} attachment",messageDeletedAnnouncementAriaLabel:"The message is deleted",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarMoreButtonAriaLabel:"More options",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var errorBar$n={unableToReachChatService:"You are offline",accessDenied:"Unable to access chat services - please check the user credentials provided",userNotInChatThread:"You are no longer in this chat thread",sendMessageNotInChatThread:"Failed to send message because you are no longer in this chat thread",sendMessageGeneric:"Failed to send message",callingNetworkFailure:"Troubling connecting call - you seem to be offline",startVideoGeneric:"Failed to start video",stopVideoGeneric:"Failed to stop video",muteGeneric:"Failed to mute microphone",unmuteGeneric:"Failed to unmute microphone",speakingWhileMuted:"Your microphone is muted",startScreenShareGeneric:"There was an issue starting screen share.",stopScreenShareGeneric:"Failed to stop screen sharing",callNetworkQualityLow:"Network quality is low.",teamsMeetingCallNetworkQualityLow:"Network quality is low.",callNoSpeakerFound:"No speakers or headphones found. Connect an audio device to hear the call.",callNoMicrophoneFound:"No microphones found. Connect an audio input device.",callMicrophoneAccessDenied:"Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",callMicrophoneAccessDeniedSafari:"Unable to access microphone. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",callMicrophoneMutedBySystem:"You are muted by your system.",callMicrophoneUnmutedBySystem:"Your microphone recovered and you were unmuted by your system.",callMacOsMicrophoneAccessDenied:"Unable to access microphone. Grant microphone permission in your macOS privacy settings.",callLocalVideoFreeze:"Network bandwidth is poor. Your video may appear paused for others on the call.",callCameraAccessDenied:"Unable to access camera. Click the lock in the address bar to grant permission to this webpage.",callCameraAccessDeniedSafari:"Unable to access camera. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",callCameraAlreadyInUse:"Unable to access camera. It may already be in use by another application.",callVideoStoppedBySystem:"Your video has been stopped by your system.",callVideoRecoveredBySystem:"Your video has resumed.",callMacOsCameraAccessDenied:"MacOS is blocking access to your camera. Update your privacy settings to allow this browser to access your camera.",callMacOsScreenShareAccessDenied:"MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close",failedToJoinCallGeneric:"Failed to join call.",failedToJoinCallInvalidMeetingLink:"Unable to join Meeting. Invalid Link.",cameraFrozenForRemoteParticipants:"Users in the call are having issues seeing your video. Please check your devices and network.",unableToStartVideoEffect:"Unable to apply video effect.",startSpotlightWhileMaxParticipantsAreSpotlighted:"Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted.",mutedByRemoteParticipant:"You were muted by another participant."};var notificationStack$n={callingNetworkFailure:{title:"Troubling connecting call",message:"You seem to be offline. Please check your network connection and try again.",dismissButtonAriaLabel:"Close"},startVideoGeneric:{title:"Failed to start video.",dismissButtonAriaLabel:"Close"},stopVideoGeneric:{title:"Failed to stop video.",dismissButtonAriaLabel:"Close"},muteGeneric:{title:"Failed to mute microphone.",dismissButtonAriaLabel:"Close"},unmuteGeneric:{title:"Failed to unmute microphone.",dismissButtonAriaLabel:"Close"},speakingWhileMuted:{title:"You're muted.",dismissButtonAriaLabel:"Close"},startScreenShareGeneric:{title:"There was an issue starting screen share.",dismissButtonAriaLabel:"Close"},stopScreenShareGeneric:{title:"Failed to stop screen sharing.",dismissButtonAriaLabel:"Close"},callNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close"},teamsMeetingCallNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close",message:"Join this call from your phone for better sound. You can continue viewing the meeting on this device.",primaryButtonLabel:"Join by Phone"},callNoSpeakerFound:{title:"No speakers or headphones found",message:"Connect an audio device to hear the call.",dismissButtonAriaLabel:"Close"},callNoMicrophoneFound:{title:"No microphones found",message:"Connect an audio input device.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDeniedSafari:{title:"Unable to access microphone",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callMicrophoneMutedBySystem:{title:"You are muted by your system.",dismissButtonAriaLabel:"Close"},callMicrophoneUnmutedBySystem:{title:"Your microphone recovered and you were unmuted by your system.",dismissButtonAriaLabel:"Close"},callMacOsMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Grant microphone permission in your macOS privacy settings.",dismissButtonAriaLabel:"Close"},callLocalVideoFreeze:{title:"Network bandwidth is poor",message:"Your video may appear paused for others on the call.",dismissButtonAriaLabel:"Close"},callCameraAccessDenied:{title:"Unable to access camera",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callCameraAccessDeniedSafari:{title:"Unable to access camera",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callCameraAlreadyInUse:{title:"Unable to access camera",message:"It may already be in use by another application.",dismissButtonAriaLabel:"Close"},callVideoStoppedBySystem:{title:"Your video has been stopped by your system.",dismissButtonAriaLabel:"Close"},callVideoRecoveredBySystem:{title:"Your video has resumed.",dismissButtonAriaLabel:"Close"},callMacOsCameraAccessDenied:{title:"MacOS is blocking access to your camera",message:"Update your privacy settings to allow this browser to access your camera.",dismissButtonAriaLabel:"Close"},callMacOsScreenShareAccessDenied:{title:"MacOS is blocking screen sharing",message:"Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close"},failedToJoinCallGeneric:{title:"Failed to join call.",dismissButtonAriaLabel:"Close"},failedToJoinCallInvalidMeetingLink:{title:"Unable to join Meeting. Invalid Link.",dismissButtonAriaLabel:"Close"},cameraFrozenForRemoteParticipants:{title:"Users in the call are having issues seeing your video",message:"Please check your devices and network.",dismissButtonAriaLabel:"Close"},unableToStartVideoEffect:{title:"Unable to apply video effect.",dismissButtonAriaLabel:"Close"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"Cannot start spotlight on participant(s)",message:"The maximum number of participants are already spotlighted.",dismissButtonAriaLabel:"Close"},mutedByRemoteParticipant:{title:"You were muted by another participant.",dismissButtonAriaLabel:"Close"},recordingStarted:{title:"Recording has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},transcriptionStarted:{title:"Transcription has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingStopped:{title:"Recording is being saved.",message:"Recording has stopped.",dismissButtonAriaLabel:"Close"},transcriptionStopped:{title:"Transcription is being saved.",message:"Transcription has stopped.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStarted:{title:"Recording and transcription have started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStopped:{title:"Recording and transcription are being saved.",message:"Recording and transcription have stopped.",dismissButtonAriaLabel:"Close"},recordingStoppedStillTranscribing:{title:"Recording has stopped.",message:"You are now only transcribing this meeting.",dismissButtonAriaLabel:"Close"},transcriptionStoppedStillRecording:{title:"Transcription has stopped.",message:"You are now only recording this meeting.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpened:{title:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomChanged:{title:"Your breakout room has changed",message:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomClosed:{title:"Your breakout room has closed",message:"We'll move you back to your meeting in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpenedPromptJoin:{title:"Join breakout room?",message:"You've been assigned to a breakout room.",dismissButtonAriaLabel:"Close",primaryButtonLabel:"Join room",secondaryButtonLabel:"Later"},breakoutRoomJoined:{title:"You have joined a breakout room.",dismissButtonAriaLabel:"Close"},breakoutRoomClosingSoon:{title:"Room time limit about to expire.",message:"This room will close in 30 seconds",dismissButtonAriaLabel:"Close"},capabilityTurnVideoOnPresent:{title:"Your camera has been enabled",message:"Turn it on if you'd like to share video.",dismissButtonAriaLabel:"Close"},capabilityTurnVideoOnAbsent:{title:"Your camera has been disabled",message:"You can no longer share video.",dismissButtonAriaLabel:"Close"},capabilityUnmuteMicPresent:{title:"Your mic has been enabled",message:"Unmute if you'd like to speak.",dismissButtonAriaLabel:"Close"},capabilityUnmuteMicAbsent:{title:"Your mic has been disabled",message:"You can no longer unmute.",dismissButtonAriaLabel:"Close"},togetherModeStarted:{title:"Togethermode has started",dismissButtonAriaLabel:"Close"},togetherModeEnded:{title:"Togethermode has ended",dismissButtonAriaLabel:"Close"}};var videoGallery$n={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s screen",localScreenShareLoadingMessage:"Loading your screen",localVideoLabel:"You",localVideoCameraSwitcherLabel:"Switch camera",localVideoMovementLabel:"Movable Local Video Tile",localVideoMovementAriaLabel:"Movable Local Video Tile",localVideoSelectedDescription:"{cameraName} selected",displayNamePlaceholder:"Unnamed participant",fitRemoteParticipantToFrame:"Fit to frame",fillRemoteParticipantFrame:"Fill frame",pinParticipantForMe:"Pin for me",pinParticipantForMeLimitReached:"Pin (limit reached)",unpinParticipantForMe:"Unpin",pinParticipantMenuItemAriaLabel:"Pin {participantName}",unpinParticipantMenuItemAriaLabel:"Unpin {participantName}",pinnedParticipantAnnouncementAriaLabel:"Pinned {participantName}",unpinnedParticipantAnnouncementAriaLabel:"Unpinned {participantName}",startSpotlightVideoTileMenuLabel:"Spotlight for everyone",addSpotlightVideoTileMenuLabel:"Add spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopSpotlightVideoTileMenuLabel:"Stop spotlighting",stopSpotlightOnSelfVideoTileMenuLabel:"Exit spotlight",attendeeRole:"Attendee",muteParticipantMenuItemLabel:"Mute",waitingScreenText:"Waiting for others to join",forbidAudio:"Disable mic",permitAudio:"Allow mic",forbidAudioTileMenuLabel:"Disable mic",permitAudioTileMenuLabel:"Allow mic",forbidVideo:"Disable camera",permitVideo:"Allow camera",forbidVideoTileMenuLabel:"Disable camera",permitVideoTileMenuLabel:"Allow camera"};var dialpad$n={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton$n={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile$n={participantStateRinging:"Calling...",participantReconnecting:"Reconnecting...",participantStateHold:"On hold",moreOptionsButtonAriaLabel:"More Options {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",moreOptionsParticipantMutedStateMutedAriaLabel:"muted",moreOptionsParticipantMutedStateUnmutedAriaLabel:"unmuted",moreOptionsParticipantHandRaisedAriaLabel:"Hand raised",moreOptionsParticipantIsSpeakingAriaLabel:"Speaking",moreOptionsParticipantMicDisabledAriaLabel:"Microphone disabled",moreOptionsParticipantCameraDisabledAriaLabel:"Camera disabled"};var CameraAndMicrophoneSitePermissionsRequest$n={primaryText:"Allow {appName} to use your camera and microphone",secondaryText:"This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Allow camera and microphone access"};var CameraSitePermissionsRequest$n={primaryText:"Allow {appName} to use your camera",secondaryText:"This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Allow camera access"};var MicrophoneSitePermissionsRequest$n={primaryText:"Allow {appName} to use your microphone",secondaryText:"This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Allow microphone access"};var CameraAndMicrophoneSitePermissionsCheck$n={primaryText:"Checking for camera and microphone access",secondaryText:"Allow access if prompted. This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Checking for camera and microphone access. Allow access if prompted."};var CameraSitePermissionsCheck$n={primaryText:"Checking for camera access",secondaryText:"Allow access if prompted. This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Checking for camera access. Allow access if prompted."};var MicrophoneSitePermissionsCheck$n={primaryText:"Checking for microphone access",secondaryText:"Allow access if prompted. This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Checking for microphone access. Allow access if prompted."};var CameraAndMicrophoneSitePermissionsDenied$n={primaryText:"Unable to access camera and microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraAndMicrophoneSitePermissionsDeniedSafari$n={primaryText:"Unable to access camera and microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDenied$n={primaryText:"Unable to access camera",secondaryText:"Click the lock icon in the address bar to grant camera permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDenied$n={primaryText:"Unable to access microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDeniedSafari$n={primaryText:"Unable to access camera",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDeniedSafari$n={primaryText:"Unable to access microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var UnsupportedBrowser$o={primaryText:"Browser not supported",secondaryText:"Please join this call using a compatible browser.",moreHelpLinkText:"See compatibility requirements"};var UnsupportedBrowserVersion$o={primaryText:"Browser update needed",secondaryText:"To ensure the best call possible, please update your browser and then try joining the call again.",moreHelpLinkText:"See compatibility requirements",continueAnywayButtonText:"Start call without updating"};var UnsupportedOperatingSystem$o={primaryText:"Operating system not supported",secondaryText:"Please join this call using a device with a compatible operating system.",moreHelpLinkText:"See compatibility requirements"};var BrowserPermissionDenied$n={primaryText:"Can't use your camera or microphone",secondaryText:"Your browser might not have access to your camera or microphone. To fix this, open System Preferences.",primaryButtonText:"Try again",linkText:"Need help? Get troubleshooting help"};var BrowserPermissionDeniedIOS$n={primaryText:"Allow microphone access to continue",secondaryText:"So other participants can hear you.",primaryButtonText:"Try again",imageAltText:"Microphone and camera device permission location for iOS",linkText:"Need help? Get troubleshooting help",step1Text:"Go to the Settings app",step2Text:"Scroll down to settings for this browser",step3Text:"Turn on Microphone (Camera optional)",step4Text:"Try joining the call again",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$n={leftNavButtonAriaLabel:"previous page {current} of {total}",rightNavButtonAriaLabel:"next page {current} of {total}"};var meetingConferencePhoneInfo$n={meetingConferencePhoneInfoModalTitle:"Join call from your phone",meetingConferencePhoneInfoModalDialIn:"Dial number",meetingConferencePhoneInfoModalMeetingId:"Enter meeting ID",meetingConferencePhoneInfoModalWait:"Wait to be admitted by organizer",meetingConferencePhoneInfoModalNoPhoneAvailable:"No phone available",meetingConferencePhoneInfoModalTollGeoData:"{country}, {city}",meetingConferencePhoneInfoModalTollFree:"(Toll-free)",meetingConferencePhoneInfoModalToll:"(Toll)"};var IncomingCallNotification$o={incomingCallNotificationPlaceholderId:"Unknown User",incomingCallNotificationPlaceholderAlert:"{callerName} is calling",incomingCallNoticicationAcceptWithAudioAriaLabel:"Accept with audio",incomingCallNoticicationAcceptWithVideoAriaLabel:"Accept with video",incomingCallNoticicationRejectAriaLabel:"Reject",incomingCallNotificationAcceptButtonLabel:"Accept",incomingCallNotificationRejectButtonLabel:"Decline",incomingCallNotificationAccceptWithVideoButtonLabel:"Accept with Video",incomingCallNotificationDismissButtonAriaLabel:"Dismiss"};var en_US$1 = {participantItem:participantItem$n,ParticipantList:ParticipantList$o,typingIndicator:typingIndicator$n,sendBox:sendBox$n,richTextSendBox:richTextSendBox$n,realTimeTextModal:realTimeTextModal$n,captionsBanner:captionsBanner$n,mentionPopover:mentionPopover$n,imageOverlay:imageOverlay$n,messageStatusIndicator:messageStatusIndicator$n,endCallButton:endCallButton$n,cameraButton:cameraButton$n,microphoneButton:microphoneButton$n,devicesButton:devicesButton$n,participantsButton:participantsButton$n,screenShareButton:screenShareButton$n,raiseHandButton:raiseHandButton$n,reactionButton:reactionButton$n,realTimeText:realTimeText$n,captionsSettingsModal:captionsSettingsModal$n,spokenLanguages:spokenLanguages$n,captionLanguages:captionLanguages$n,startCaptionsButton:startCaptionsButton$n,startRealTimeTextButton:startRealTimeTextButton$n,messageThread:messageThread$n,errorBar:errorBar$n,notificationStack:notificationStack$n,videoGallery:videoGallery$n,dialpad:dialpad$n,holdButton:holdButton$n,videoTile:videoTile$n,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$n,CameraSitePermissionsRequest:CameraSitePermissionsRequest$n,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$n,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$n,CameraSitePermissionsCheck:CameraSitePermissionsCheck$n,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$n,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$n,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$n,CameraSitePermissionsDenied:CameraSitePermissionsDenied$n,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$n,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$n,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$n,UnsupportedBrowser:UnsupportedBrowser$o,UnsupportedBrowserVersion:UnsupportedBrowserVersion$o,UnsupportedOperatingSystem:UnsupportedOperatingSystem$o,BrowserPermissionDenied:BrowserPermissionDenied$n,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$n,verticalGallery:verticalGallery$n,meetingConferencePhoneInfo:meetingConferencePhoneInfo$n,IncomingCallNotification:IncomingCallNotification$o};
|
7562
|
+
var participantItem$n={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",handRaisedIconLabel:"Hand raised - Position {position}",displayNamePlaceholder:"Unnamed participant",participantStateRinging:"Calling...",participantStateHold:"On hold",participantItemAriaLabel:"{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",participantItemWithMoreOptionsAriaLabel:"{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, More Options",attendeeRole:"Attendee",micDisabledIconLabel:"Micophone disabled",cameraDisabledIconLabel:"Camera disabled"};var ParticipantList$o={overflowParticipantCount:"+{overflowCount} more"};var typingIndicator$n={singleUser:"{user} is typing ...",multipleUsers:"{users} are typing ...",multipleUsersAbbreviateOne:"{users} and 1 other are typing ...",multipleUsersAbbreviateMany:"{users} and {numOthers} others are typing ...",delimiter:", "};var sendBox$n={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",attachmentMoreMenu:"More Options"};var richTextSendBox$n={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarAriaLabel:"Message Formatting Toolbar",richTextToolbarMoreButtonAriaLabel:"More options",attachmentMoreMenu:"More Options",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var realTimeTextModal$n={realTimeTextModalAriaLabel:"Turn on RTT Modal",realTimeTextModalTitle:"Turn on RTT?",realTimeTextModalText:"Real-time text (RTT) will be turned on for everyone in the meeting.",realTimeTextConfirmButtonLabel:"Turn on",realTimeTextCancelButtonLabel:"Cancel",realTimeTextCloseModalButtonAriaLabel:"Close RTT Modal"};var captionsBanner$n={captionsBannerSpinnerText:"Starting captions...",realTimeTextInputBoxDefaultText:"Type message in real time",realTimeTextInputErrorMessage:"Message can not exceed 2000 characters",realTimeTextBannerTitle:"RTT",realTimeTextBannerContent:"RTT (real-time text) is enabled for all participants for the entire duration of the meeting.",realTimeTextBannerLinkLabel:"Learn more",captionsOnlyContainerTitle:"Captions",realTimeTextOnlyContainerTitle:"Real-Time Text",captionsAndRealTimeTextContainerTitle:"Captions and Real-Time Text",expandButtonAriaLabel:"Expand",minimizeButtonAriaLabel:"Collapse"};var mentionPopover$n={mentionPopoverHeader:"Suggestions"};var imageOverlay$n={downloadButtonLabel:"Download",dismissButtonAriaLabel:"Close",overlayVisibleMessage:"Image Details Overlay"};var messageStatusIndicator$n={deliveredAriaLabel:"Message sent",deliveredTooltipText:"Sent",seenAriaLabel:"Message seen by others",seenTooltipText:"Seen",readByTooltipText:"Read by {messageThreadReadCount} of {remoteParticipantsCount}",sendingAriaLabel:"Message sending",sendingTooltipText:"Sending",failedToSendAriaLabel:"Message failed to send",failedToSendTooltipText:"Failed to send"};var endCallButton$n={label:"Leave",tooltipContent:"Leave call",leaveOption:"Leave",endCallOption:"End call for everyone"};var cameraButton$n={onLabel:"Camera",offLabel:"Camera",tooltipDisabledContent:"Camera is disabled",tooltipOnContent:"Turn off camera",tooltipOffContent:"Turn on camera",tooltipVideoLoadingContent:"Video is loading",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",cameraButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Turn off camera",offSplitButtonAriaLabel:"Turn on camera",cameraActionTurnedOnAnnouncement:"Your camera has been turned on",cameraActionTurnedOffAnnouncement:"Your camera has been turned off",onSplitButtonPrimaryActionCamera:"Turn off camera",offSplitButtonPrimaryActionCamera:"Turn on camera",cameraPrimaryActionSplitButtonTitle:"Use camera",videoEffectsMenuItemTitle:"Effects",cameraButtonAriaDescription:"camera options"};var microphoneButton$n={onLabel:"Mic",offLabel:"Mic",tooltipDisabledContent:"Microphone is disabled",tooltipOnContent:"Mute microphone",tooltipOffContent:"Unmute microphone",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker",microphoneButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Mute mic",offSplitButtonAriaLabel:"Unmute mic",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off",offSplitButtonMicrophonePrimaryAction:"Unmute mic",onSplitButtonMicrophonePrimaryAction:"Mute mic",microphonePrimaryActionSplitButtonTitle:"Use microphone",microphoneAriaDescription:"Audio options",deepNoiseSuppressionTitle:"Noise suppression",deepNoiseSuppressionOnAnnouncement:"Deep noise suppression has been turned on",deepNoiseSuppressionOffAnnouncement:"Deep noise suppression has been turned off"};var devicesButton$n={label:"Devices",tooltipContent:"Manage devices",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",audioDeviceMenuTitle:"Audio Device",audioDeviceMenuTooltip:"Choose audio device",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker"};var participantsButton$n={label:"People",ariaLabel:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied"};var screenShareButton$n={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var raiseHandButton$n={offLabel:"Raise",onLabel:"Lower",tooltipDisabledContent:"Raise Hand action is disabled",tooltipOnContent:"Lower Hand",tooltipOffContent:"Raise Hand"};var reactionButton$n={label:"React",ariaLabel:"React",tooltipDisabledContent:"Reaction action is disabled",tooltipContent:"Send a reaction",likeReactionTooltipContent:"Like",heartReactionTooltipContent:"Love",laughReactionTooltipContent:"Laugh",applauseReactionTooltipContent:"Applause",surprisedReactionTooltipContent:"Surprised"};var realTimeText$n={isTypingText:"RTT typing"};var captionsSettingsModal$n={captionsSettingsModalTitle:"Captions Settings",captionsSettingsSpokenLanguageDropdownLabel:"Spoken language",captionsSettingsCaptionLanguageDropdownLabel:"Captions language",captionsSettingsSpokenLanguageDropdownInfoText:"Language that everyone on this call is speaking.",captionsSettingsCaptionLanguageDropdownInfoText:"Captions will appear in this langugage.",captionsSettingsConfirmButtonLabel:"Confirm",captionsSettingsCancelButtonLabel:"Cancel",captionsSettingsModalAriaLabel:"Captions Setting Modal",captionsSettingsCloseModalButtonAriaLabel:"Close Captions Setting"};var spokenLanguages$n={"ar-ae":"Arabic - U.A.E.","ar-sa":"Arabic - Saudi Arabia","da-dk":"Danish","de-de":"German - Germany","en-au":"English - Australia","en-ca":"English - Canada","en-gb":"English - United Kingdom","en-in":"English - India","en-nz":"English - New Zealand","en-us":"English - United States","es-es":"Spanish - Spain (Modern Sort)","es-mx":"Spanish - Mexico","fi-fi":"Finnish","fr-ca":"French - Canada","fr-fr":"French - France","hi-in":"Hindi","it-it":"Italian - Italy","ja-jp":"Japanese","ko-kr":"Korean","nb-no":"Norwegian (Bokmål)","nl-be":"Dutch - Belgium","nl-nl":"Dutch - Netherlands","pl-pl":"Polish","pt-br":"Portuguese - Brazil","ru-ru":"Russian","sv-se":"Swedish","zh-cn":"Chinese - People's Republic of China","zh-hk":"Chinese - Hong Kong SAR","cs-cz":"Czech","pt-pt":"Portuguese - Portugal","tr-tr":"Turkish","vi-vn":"Vietnamese","th-th":"Thai","he-il":"Hebrew","cy-gb":"Welsh","uk-ua":"Ukrainian","el-gr":"Greek","hu-hu":"Hungarian","ro-ro":"Romanian","sk-sk":"Slovak","zh-tw":"Chinese - Taiwan"};var captionLanguages$n={ar:"Arabic",da:"Danish",de:"German",en:"English",es:"Spanish",fi:"Finnish","fr-ca":"French - Canada",fr:"French - France",hi:"Hindi",it:"Italian",ja:"Japanese",ko:"Korean",nb:"Norwegian (Bokmål)",nl:"Dutch",pl:"Polish",pt:"Portuguese - Brazil",ru:"Russian",sv:"Swedish","zh-Hans":"Chinese (Simplified)","zh-Hant":"Chinese (Traditional)",cs:"Czech","pt-pt":"Portuguese - Portugal",tr:"Turkish",vi:"Vietnamese",th:"Thai",he:"Hebrew",cy:"Welsh",uk:"Ukrainian",el:"Greek",hu:"Hungarian",ro:"Romanian",sk:"Slovak"};var startCaptionsButton$n={onLabel:"Turn on captions",offLabel:"Turn off captions",tooltipOnContent:"Turn off captions",tooltipOffContent:"Turn on captions"};var startRealTimeTextButton$n={label:"Turn on RTT for this call",tooltipOffContent:"Turn on RTT for this call"};var messageThread$n={yesterday:"Yesterday",sunday:"Sunday",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday",participantJoined:"joined the chat.",participantLeft:"left the chat.",editMessage:"Edit",removeMessage:"Delete",resendMessage:"Try sending again",failToSendTag:"Failed to send",editedTag:"Edited",liveAuthorIntro:"Message from {author}",editedMessageLiveAuthorIntro:"Edited message from {author}",editedMessageLocalUserLiveAuthorIntro:"Edited message",messageContentAriaText:"{status} {author} said {message}",messageContentMineAriaText:"{status} You said {message}",editBoxTextLimit:"Your message is over the limit of {limitNumber} characters",editBoxPlaceholderText:"Edit your message",newMessagesIndicator:"New messages",noDisplayNameSub:"No name",editBoxCancelButton:"Cancel",editBoxSubmitButton:"Done",messageReadCount:"Read by {messageReadByCount} of {remoteParticipantsCount}",actionMenuMoreOptions:"More Options",downloadAttachment:"Download file",openAttachment:"Open file",blockedWarningText:"This message was deleted due to organizational policy.",blockedWarningLinkText:"Details",attachmentCardGroupMessage:"The message has {attachmentCount} attachment",messageDeletedAnnouncementAriaLabel:"The message is deleted",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarMoreButtonAriaLabel:"More options",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var errorBar$n={unableToReachChatService:"You are offline",accessDenied:"Unable to access chat services - please check the user credentials provided",userNotInChatThread:"You are no longer in this chat thread",sendMessageNotInChatThread:"Failed to send message because you are no longer in this chat thread",sendMessageGeneric:"Failed to send message",callingNetworkFailure:"Troubling connecting call - you seem to be offline",startVideoGeneric:"Failed to start video",stopVideoGeneric:"Failed to stop video",muteGeneric:"Failed to mute microphone",unmuteGeneric:"Failed to unmute microphone",speakingWhileMuted:"Your microphone is muted",startScreenShareGeneric:"There was an issue starting screen share.",stopScreenShareGeneric:"Failed to stop screen sharing",callNetworkQualityLow:"Network quality is low.",teamsMeetingCallNetworkQualityLow:"Network quality is low.",callNoSpeakerFound:"No speakers or headphones found. Connect an audio device to hear the call.",callNoMicrophoneFound:"No microphones found. Connect an audio input device.",callMicrophoneAccessDenied:"Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",callMicrophoneAccessDeniedSafari:"Unable to access microphone. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",callMicrophoneMutedBySystem:"You are muted by your system.",callMicrophoneUnmutedBySystem:"Your microphone recovered and you were unmuted by your system.",callMacOsMicrophoneAccessDenied:"Unable to access microphone. Grant microphone permission in your macOS privacy settings.",callLocalVideoFreeze:"Network bandwidth is poor. Your video may appear paused for others on the call.",callCameraAccessDenied:"Unable to access camera. Click the lock in the address bar to grant permission to this webpage.",callCameraAccessDeniedSafari:"Unable to access camera. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",callCameraAlreadyInUse:"Unable to access camera. It may already be in use by another application.",callVideoStoppedBySystem:"Your video has been stopped by your system.",callVideoRecoveredBySystem:"Your video has resumed.",callMacOsCameraAccessDenied:"MacOS is blocking access to your camera. Update your privacy settings to allow this browser to access your camera.",callMacOsScreenShareAccessDenied:"MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close",failedToJoinCallGeneric:"Failed to join call.",failedToJoinCallInvalidMeetingLink:"Unable to join Meeting. Invalid Link.",cameraFrozenForRemoteParticipants:"Users in the call are having issues seeing your video. Please check your devices and network.",unableToStartVideoEffect:"Unable to apply video effect.",startSpotlightWhileMaxParticipantsAreSpotlighted:"Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted.",mutedByRemoteParticipant:"You were muted by another participant."};var notificationStack$n={callingNetworkFailure:{title:"Troubling connecting call",message:"You seem to be offline. Please check your network connection and try again.",dismissButtonAriaLabel:"Close"},startVideoGeneric:{title:"Failed to start video.",dismissButtonAriaLabel:"Close"},stopVideoGeneric:{title:"Failed to stop video.",dismissButtonAriaLabel:"Close"},muteGeneric:{title:"Failed to mute microphone.",dismissButtonAriaLabel:"Close"},unmuteGeneric:{title:"Failed to unmute microphone.",dismissButtonAriaLabel:"Close"},speakingWhileMuted:{title:"You're muted.",dismissButtonAriaLabel:"Close"},startScreenShareGeneric:{title:"There was an issue starting screen share.",dismissButtonAriaLabel:"Close"},stopScreenShareGeneric:{title:"Failed to stop screen sharing.",dismissButtonAriaLabel:"Close"},callNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close"},teamsMeetingCallNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close",message:"Join this call from your phone for better sound. You can continue viewing the meeting on this device.",primaryButtonLabel:"Join by Phone"},callNoSpeakerFound:{title:"No speakers or headphones found",message:"Connect an audio device to hear the call.",dismissButtonAriaLabel:"Close"},callNoMicrophoneFound:{title:"No microphones found",message:"Connect an audio input device.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDeniedSafari:{title:"Unable to access microphone",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callMicrophoneMutedBySystem:{title:"You are muted by your system.",dismissButtonAriaLabel:"Close"},callMicrophoneUnmutedBySystem:{title:"Your microphone recovered and you were unmuted by your system.",dismissButtonAriaLabel:"Close"},callMacOsMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Grant microphone permission in your macOS privacy settings.",dismissButtonAriaLabel:"Close"},callLocalVideoFreeze:{title:"Network bandwidth is poor",message:"Your video may appear paused for others on the call.",dismissButtonAriaLabel:"Close"},callCameraAccessDenied:{title:"Unable to access camera",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callCameraAccessDeniedSafari:{title:"Unable to access camera",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callCameraAlreadyInUse:{title:"Unable to access camera",message:"It may already be in use by another application.",dismissButtonAriaLabel:"Close"},callVideoStoppedBySystem:{title:"Your video has been stopped by your system.",dismissButtonAriaLabel:"Close"},callVideoRecoveredBySystem:{title:"Your video has resumed.",dismissButtonAriaLabel:"Close"},callMacOsCameraAccessDenied:{title:"MacOS is blocking access to your camera",message:"Update your privacy settings to allow this browser to access your camera.",dismissButtonAriaLabel:"Close"},callMacOsScreenShareAccessDenied:{title:"MacOS is blocking screen sharing",message:"Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close"},failedToJoinCallGeneric:{title:"Failed to join call.",dismissButtonAriaLabel:"Close"},failedToJoinCallInvalidMeetingLink:{title:"Unable to join Meeting. Invalid Link.",dismissButtonAriaLabel:"Close"},cameraFrozenForRemoteParticipants:{title:"Users in the call are having issues seeing your video",message:"Please check your devices and network.",dismissButtonAriaLabel:"Close"},unableToStartVideoEffect:{title:"Unable to apply video effect.",dismissButtonAriaLabel:"Close"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"Cannot start spotlight on participant(s)",message:"The maximum number of participants are already spotlighted.",dismissButtonAriaLabel:"Close"},mutedByRemoteParticipant:{title:"You were muted by another participant.",dismissButtonAriaLabel:"Close"},recordingStarted:{title:"Recording has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},transcriptionStarted:{title:"Transcription has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingStopped:{title:"Recording is being saved.",message:"Recording has stopped.",dismissButtonAriaLabel:"Close"},transcriptionStopped:{title:"Transcription is being saved.",message:"Transcription has stopped.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStarted:{title:"Recording and transcription have started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStopped:{title:"Recording and transcription are being saved.",message:"Recording and transcription have stopped.",dismissButtonAriaLabel:"Close"},recordingStoppedStillTranscribing:{title:"Recording has stopped.",message:"You are now only transcribing this meeting.",dismissButtonAriaLabel:"Close"},transcriptionStoppedStillRecording:{title:"Transcription has stopped.",message:"You are now only recording this meeting.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpened:{title:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomChanged:{title:"Your breakout room has changed",message:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomClosed:{title:"Your breakout room has closed",message:"We'll move you back to your meeting in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpenedPromptJoin:{title:"Join breakout room?",message:"You've been assigned to a breakout room.",dismissButtonAriaLabel:"Close",primaryButtonLabel:"Join room",secondaryButtonLabel:"Later"},breakoutRoomJoined:{title:"You have joined a breakout room.",dismissButtonAriaLabel:"Close"},breakoutRoomClosingSoon:{title:"Room time limit about to expire.",message:"This room will close in 30 seconds",dismissButtonAriaLabel:"Close"},capabilityTurnVideoOnPresent:{title:"Your camera has been enabled",message:"Turn it on if you'd like to share video.",dismissButtonAriaLabel:"Close"},capabilityTurnVideoOnAbsent:{title:"Your camera has been disabled",message:"You can no longer share video.",dismissButtonAriaLabel:"Close"},capabilityUnmuteMicPresent:{title:"Your mic has been enabled",message:"Unmute if you'd like to speak.",dismissButtonAriaLabel:"Close"},capabilityUnmuteMicAbsent:{title:"Your mic has been disabled",message:"You can no longer unmute.",dismissButtonAriaLabel:"Close"},togetherModeStarted:{title:"Togethermode has started",dismissButtonAriaLabel:"Close"},togetherModeEnded:{title:"Togethermode has ended",dismissButtonAriaLabel:"Close"},transcriptionError:{title:"Something went wrong with transcription.",message:"Transcription has stopped. please try again later",dismissButtonAriaLabel:"Close"},transcriptionStartedByYou:{title:"Transcription has started.",message:"Started by you. Let everyone know they are being transcribed.",dismissButtonAriaLabel:"Close"}};var videoGallery$n={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s screen",localScreenShareLoadingMessage:"Loading your screen",localVideoLabel:"You",localVideoCameraSwitcherLabel:"Switch camera",localVideoMovementLabel:"Movable Local Video Tile",localVideoMovementAriaLabel:"Movable Local Video Tile",localVideoSelectedDescription:"{cameraName} selected",displayNamePlaceholder:"Unnamed participant",fitRemoteParticipantToFrame:"Fit to frame",fillRemoteParticipantFrame:"Fill frame",pinParticipantForMe:"Pin for me",pinParticipantForMeLimitReached:"Pin (limit reached)",unpinParticipantForMe:"Unpin",pinParticipantMenuItemAriaLabel:"Pin {participantName}",unpinParticipantMenuItemAriaLabel:"Unpin {participantName}",pinnedParticipantAnnouncementAriaLabel:"Pinned {participantName}",unpinnedParticipantAnnouncementAriaLabel:"Unpinned {participantName}",startSpotlightVideoTileMenuLabel:"Spotlight for everyone",addSpotlightVideoTileMenuLabel:"Add spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopSpotlightVideoTileMenuLabel:"Stop spotlighting",stopSpotlightOnSelfVideoTileMenuLabel:"Exit spotlight",attendeeRole:"Attendee",muteParticipantMenuItemLabel:"Mute",waitingScreenText:"Waiting for others to join",forbidAudio:"Disable mic",permitAudio:"Allow mic",forbidAudioTileMenuLabel:"Disable mic",permitAudioTileMenuLabel:"Allow mic",forbidVideo:"Disable camera",permitVideo:"Allow camera",forbidVideoTileMenuLabel:"Disable camera",permitVideoTileMenuLabel:"Allow camera"};var dialpad$n={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton$n={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile$n={participantStateRinging:"Calling...",participantReconnecting:"Reconnecting...",participantStateHold:"On hold",moreOptionsButtonAriaLabel:"More Options {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",moreOptionsParticipantMutedStateMutedAriaLabel:"muted",moreOptionsParticipantMutedStateUnmutedAriaLabel:"unmuted",moreOptionsParticipantHandRaisedAriaLabel:"Hand raised",moreOptionsParticipantIsSpeakingAriaLabel:"Speaking",moreOptionsParticipantMicDisabledAriaLabel:"Microphone disabled",moreOptionsParticipantCameraDisabledAriaLabel:"Camera disabled"};var CameraAndMicrophoneSitePermissionsRequest$n={primaryText:"Allow {appName} to use your camera and microphone",secondaryText:"This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Allow camera and microphone access"};var CameraSitePermissionsRequest$n={primaryText:"Allow {appName} to use your camera",secondaryText:"This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Allow camera access"};var MicrophoneSitePermissionsRequest$n={primaryText:"Allow {appName} to use your microphone",secondaryText:"This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Allow microphone access"};var CameraAndMicrophoneSitePermissionsCheck$n={primaryText:"Checking for camera and microphone access",secondaryText:"Allow access if prompted. This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Checking for camera and microphone access. Allow access if prompted."};var CameraSitePermissionsCheck$n={primaryText:"Checking for camera access",secondaryText:"Allow access if prompted. This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Checking for camera access. Allow access if prompted."};var MicrophoneSitePermissionsCheck$n={primaryText:"Checking for microphone access",secondaryText:"Allow access if prompted. This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Checking for microphone access. Allow access if prompted."};var CameraAndMicrophoneSitePermissionsDenied$n={primaryText:"Unable to access camera and microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraAndMicrophoneSitePermissionsDeniedSafari$n={primaryText:"Unable to access camera and microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDenied$n={primaryText:"Unable to access camera",secondaryText:"Click the lock icon in the address bar to grant camera permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDenied$n={primaryText:"Unable to access microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDeniedSafari$n={primaryText:"Unable to access camera",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDeniedSafari$n={primaryText:"Unable to access microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var UnsupportedBrowser$o={primaryText:"Browser not supported",secondaryText:"Please join this call using a compatible browser.",moreHelpLinkText:"See compatibility requirements"};var UnsupportedBrowserVersion$o={primaryText:"Browser update needed",secondaryText:"To ensure the best call possible, please update your browser and then try joining the call again.",moreHelpLinkText:"See compatibility requirements",continueAnywayButtonText:"Start call without updating"};var UnsupportedOperatingSystem$o={primaryText:"Operating system not supported",secondaryText:"Please join this call using a device with a compatible operating system.",moreHelpLinkText:"See compatibility requirements"};var BrowserPermissionDenied$n={primaryText:"Can't use your camera or microphone",secondaryText:"Your browser might not have access to your camera or microphone. To fix this, open System Preferences.",primaryButtonText:"Try again",linkText:"Need help? Get troubleshooting help"};var BrowserPermissionDeniedIOS$n={primaryText:"Allow microphone access to continue",secondaryText:"So other participants can hear you.",primaryButtonText:"Try again",imageAltText:"Microphone and camera device permission location for iOS",linkText:"Need help? Get troubleshooting help",step1Text:"Go to the Settings app",step2Text:"Scroll down to settings for this browser",step3Text:"Turn on Microphone (Camera optional)",step4Text:"Try joining the call again",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$n={leftNavButtonAriaLabel:"previous page {current} of {total}",rightNavButtonAriaLabel:"next page {current} of {total}"};var meetingConferencePhoneInfo$n={meetingConferencePhoneInfoModalTitle:"Join call from your phone",meetingConferencePhoneInfoModalDialIn:"Dial number",meetingConferencePhoneInfoModalMeetingId:"Enter meeting ID",meetingConferencePhoneInfoModalWait:"Wait to be admitted by organizer",meetingConferencePhoneInfoModalNoPhoneAvailable:"No phone available",meetingConferencePhoneInfoModalTollGeoData:"{country}, {city}",meetingConferencePhoneInfoModalTollFree:"(Toll-free)",meetingConferencePhoneInfoModalToll:"(Toll)"};var IncomingCallNotification$o={incomingCallNotificationPlaceholderId:"Unknown User",incomingCallNotificationPlaceholderAlert:"{callerName} is calling",incomingCallNoticicationAcceptWithAudioAriaLabel:"Accept with audio",incomingCallNoticicationAcceptWithVideoAriaLabel:"Accept with video",incomingCallNoticicationRejectAriaLabel:"Reject",incomingCallNotificationAcceptButtonLabel:"Accept",incomingCallNotificationRejectButtonLabel:"Decline",incomingCallNotificationAccceptWithVideoButtonLabel:"Accept with Video",incomingCallNotificationDismissButtonAriaLabel:"Dismiss"};var en_US$1 = {participantItem:participantItem$n,ParticipantList:ParticipantList$o,typingIndicator:typingIndicator$n,sendBox:sendBox$n,richTextSendBox:richTextSendBox$n,realTimeTextModal:realTimeTextModal$n,captionsBanner:captionsBanner$n,mentionPopover:mentionPopover$n,imageOverlay:imageOverlay$n,messageStatusIndicator:messageStatusIndicator$n,endCallButton:endCallButton$n,cameraButton:cameraButton$n,microphoneButton:microphoneButton$n,devicesButton:devicesButton$n,participantsButton:participantsButton$n,screenShareButton:screenShareButton$n,raiseHandButton:raiseHandButton$n,reactionButton:reactionButton$n,realTimeText:realTimeText$n,captionsSettingsModal:captionsSettingsModal$n,spokenLanguages:spokenLanguages$n,captionLanguages:captionLanguages$n,startCaptionsButton:startCaptionsButton$n,startRealTimeTextButton:startRealTimeTextButton$n,messageThread:messageThread$n,errorBar:errorBar$n,notificationStack:notificationStack$n,videoGallery:videoGallery$n,dialpad:dialpad$n,holdButton:holdButton$n,videoTile:videoTile$n,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$n,CameraSitePermissionsRequest:CameraSitePermissionsRequest$n,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$n,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$n,CameraSitePermissionsCheck:CameraSitePermissionsCheck$n,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$n,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$n,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$n,CameraSitePermissionsDenied:CameraSitePermissionsDenied$n,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$n,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$n,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$n,UnsupportedBrowser:UnsupportedBrowser$o,UnsupportedBrowserVersion:UnsupportedBrowserVersion$o,UnsupportedOperatingSystem:UnsupportedOperatingSystem$o,BrowserPermissionDenied:BrowserPermissionDenied$n,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$n,verticalGallery:verticalGallery$n,meetingConferencePhoneInfo:meetingConferencePhoneInfo$n,IncomingCallNotification:IncomingCallNotification$o};
|
7584
7563
|
|
7585
7564
|
// Copyright (c) Microsoft Corporation.
|
7586
7565
|
// Licensed under the MIT License.
|
@@ -8104,17 +8083,11 @@ const customNotificationIconName = {
|
|
8104
8083
|
recordingAndTranscriptionStopped: 'NotificationBarRecording',
|
8105
8084
|
recordingStoppedStillTranscribing: 'NotificationBarRecording',
|
8106
8085
|
transcriptionStoppedStillRecording: 'NotificationBarRecording',
|
8107
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
8108
8086
|
assignedBreakoutRoomOpened: 'NotificationBarBreakoutRoomOpened',
|
8109
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
8110
8087
|
assignedBreakoutRoomOpenedPromptJoin: 'NotificationBarBreakoutRoomPromptJoin',
|
8111
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
8112
8088
|
assignedBreakoutRoomChanged: 'NotificationBarBreakoutRoomChanged',
|
8113
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
8114
8089
|
assignedBreakoutRoomClosed: 'NotificationBarBreakoutRoomClosed',
|
8115
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
8116
8090
|
breakoutRoomJoined: 'NotificationBarBreakoutRoomJoined',
|
8117
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
8118
8091
|
breakoutRoomClosingSoon: 'NotificationBarBreakoutRoomClosingSoon',
|
8119
8092
|
capabilityTurnVideoOnPresent: 'ControlButtonCameraOff',
|
8120
8093
|
capabilityTurnVideoOnAbsent: 'ControlButtonCameraProhibited',
|
@@ -8123,7 +8096,9 @@ const customNotificationIconName = {
|
|
8123
8096
|
/* @conditional-compile-remove(together-mode) */
|
8124
8097
|
togetherModeStarted: 'NotificationBarTogetherModeIcon',
|
8125
8098
|
/* @conditional-compile-remove(together-mode) */
|
8126
|
-
togetherModeEnded: 'NotificationBarTogetherModeIcon'
|
8099
|
+
togetherModeEnded: 'NotificationBarTogetherModeIcon',
|
8100
|
+
transcriptionError: 'NotificationBarTranscriptionError',
|
8101
|
+
transcriptionStartedByYou: 'NotificationBarTranscriptionStartedByYou'
|
8127
8102
|
};
|
8128
8103
|
/**
|
8129
8104
|
* @private
|
@@ -8851,18 +8826,14 @@ const DEFAULT_COMPONENT_ICONS = {
|
|
8851
8826
|
ErrorBarCallVideoStoppedBySystem: React.createElement(reactIcons.VideoProhibited16Filled, null),
|
8852
8827
|
ErrorBarMutedByRemoteParticipant: React.createElement(reactIcons.MicOff16Regular, null),
|
8853
8828
|
NotificationBarRecording: React.createElement(reactIcons.Record16Regular, null),
|
8854
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
8855
8829
|
NotificationBarBreakoutRoomOpened: React.createElement(reactIcons.DoorArrowRight16Regular, null),
|
8856
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
8857
8830
|
NotificationBarBreakoutRoomPromptJoin: React.createElement(reactIcons.DoorArrowRight16Regular, null),
|
8858
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
8859
8831
|
NotificationBarBreakoutRoomChanged: React.createElement(reactIcons.DoorArrowRight16Regular, null),
|
8860
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
8861
8832
|
NotificationBarBreakoutRoomJoined: React.createElement(reactIcons.ConferenceRoom16Regular, null),
|
8862
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
8863
8833
|
NotificationBarBreakoutRoomClosingSoon: React.createElement(reactIcons.DoorArrowLeft16Regular, null),
|
8864
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
8865
8834
|
NotificationBarBreakoutRoomClosed: React.createElement(reactIcons.DoorArrowLeft16Regular, null),
|
8835
|
+
NotificationBarTranscriptionError: React.createElement(reactIcons.Warning16Regular, null),
|
8836
|
+
NotificationBarTranscriptionStartedByYou: React.createElement(reactIcons.SlideTextEdit16Regular, null),
|
8866
8837
|
HorizontalGalleryLeftButton: React.createElement(GalleryLeftButton, null),
|
8867
8838
|
HorizontalGalleryRightButton: React.createElement(GalleryRightButton, null),
|
8868
8839
|
MessageDelivered: React.createElement(reactIcons.CheckmarkCircle16Regular, null),
|
@@ -16461,7 +16432,7 @@ class _ErrorBoundary extends React.Component {
|
|
16461
16432
|
// Copyright (c) Microsoft Corporation.
|
16462
16433
|
// Licensed under the MIT License.
|
16463
16434
|
/* @conditional-compile-remove(rich-text-editor) */
|
16464
|
-
const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-
|
16435
|
+
const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-DoMy2-Q0.js'); }));
|
16465
16436
|
/**
|
16466
16437
|
* @private
|
16467
16438
|
* Use this function to load RoosterJS dependencies early in the lifecycle.
|
@@ -16469,7 +16440,7 @@ const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve()
|
|
16469
16440
|
*
|
16470
16441
|
* @conditional-compile-remove(rich-text-editor)
|
16471
16442
|
*/
|
16472
|
-
const loadChatMessageComponentAsRichTextEditBox = () => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-
|
16443
|
+
const loadChatMessageComponentAsRichTextEditBox = () => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-DoMy2-Q0.js'); });
|
16473
16444
|
/**
|
16474
16445
|
* @private
|
16475
16446
|
*/
|
@@ -27117,7 +27088,6 @@ const NotificationStack = (props) => {
|
|
27117
27088
|
: (_a = props.onDismissNotification) === null || _a === undefined ? undefined : _a.call(props, notification);
|
27118
27089
|
notification.onDismiss && notification.onDismiss();
|
27119
27090
|
};
|
27120
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
27121
27091
|
if (notification.type === 'assignedBreakoutRoomOpenedPromptJoin') {
|
27122
27092
|
// If notification is of type assignedBreakoutRoomOpenedPromptJoin then set onClickSecondaryButton to
|
27123
27093
|
// onDismiss if it is not defined
|
@@ -32132,7 +32102,7 @@ const AttachmentDownloadErrorBar = (props) => {
|
|
32132
32102
|
/**
|
32133
32103
|
* Wrapper for RichTextSendBox component to allow us to use usePropsFor with richTextSendBox with lazy loading
|
32134
32104
|
*/
|
32135
|
-
const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-
|
32105
|
+
const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-BcHuyHCG.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper })));
|
32136
32106
|
/**
|
32137
32107
|
* @private
|
32138
32108
|
* Use this function to load RoosterJS dependencies early in the lifecycle.
|
@@ -32140,7 +32110,7 @@ const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function
|
|
32140
32110
|
*
|
32141
32111
|
/* @conditional-compile-remove(rich-text-editor-composite-support)
|
32142
32112
|
*/
|
32143
|
-
const loadRichTextSendBox = () => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-
|
32113
|
+
const loadRichTextSendBox = () => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-BcHuyHCG.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper }));
|
32144
32114
|
/**
|
32145
32115
|
* @private
|
32146
32116
|
*/
|
@@ -33078,7 +33048,7 @@ const adaptCompositeState = (compositeState) => {
|
|
33078
33048
|
// that are unknown to the UI component and data binding libraries. Generic handling of the errors (e.g.,
|
33079
33049
|
// just displaying them in some UI surface) will continue to work for these operations. Handling of
|
33080
33050
|
// specific operations (e.g., acting on errors related to permission issues) will ignore these operations.
|
33081
|
-
compositeState.latestErrors,
|
33051
|
+
compositeState.latestErrors, compositeState.latestNotifications, compositeState.displayName, compositeState.alternateCallerId, compositeState.environmentInfo);
|
33082
33052
|
};
|
33083
33053
|
|
33084
33054
|
// Copyright (c) Microsoft Corporation.
|
@@ -33388,7 +33358,6 @@ const getCallCompositePage = (call, previousCall, transferCall, isReturningFromB
|
|
33388
33358
|
if (transferCall !== undefined) {
|
33389
33359
|
return 'transferring';
|
33390
33360
|
}
|
33391
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
33392
33361
|
if (isReturningFromBreakoutRoom) {
|
33393
33362
|
return 'returningFromBreakoutRoom';
|
33394
33363
|
}
|
@@ -33863,22 +33832,18 @@ const getStartTime = (state) => { var _a; return (_a = state.call) === null || _
|
|
33863
33832
|
* @private
|
33864
33833
|
*/
|
33865
33834
|
const getSpotlightedParticipants = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === undefined ? undefined : _a.spotlight) === null || _b === undefined ? undefined : _b.spotlightedParticipants; };
|
33866
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
33867
33835
|
/**
|
33868
33836
|
* @private
|
33869
33837
|
*/
|
33870
33838
|
const getAssignedBreakoutRoom = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === undefined ? undefined : _a.breakoutRooms) === null || _b === undefined ? undefined : _b.assignedBreakoutRoom; };
|
33871
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
33872
33839
|
/**
|
33873
33840
|
* @private
|
33874
33841
|
*/
|
33875
33842
|
const getBreakoutRoomSettings = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === undefined ? undefined : _a.breakoutRooms) === null || _b === undefined ? undefined : _b.breakoutRoomSettings; };
|
33876
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
33877
33843
|
/**
|
33878
33844
|
* @private
|
33879
33845
|
*/
|
33880
33846
|
const getBreakoutRoomDisplayName = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === undefined ? undefined : _a.breakoutRooms) === null || _b === undefined ? undefined : _b.breakoutRoomDisplayName; };
|
33881
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
33882
33847
|
/**
|
33883
33848
|
* @private
|
33884
33849
|
*/
|
@@ -34622,9 +34587,7 @@ const EndCall = (props) => {
|
|
34622
34587
|
var _a;
|
34623
34588
|
return react.concatStyleSets(compactMode ? groupCallLeaveButtonCompressedStyle : groupCallLeaveButtonStyle, (_a = props.styles) !== null && _a !== undefined ? _a : {});
|
34624
34589
|
}, [compactMode, props.styles]);
|
34625
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
34626
34590
|
const enableBreakoutRoomMenu = !!props.returnFromBreakoutRoom;
|
34627
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
34628
34591
|
const breakoutRoomMenuProps = {
|
34629
34592
|
items: [
|
34630
34593
|
{
|
@@ -34646,9 +34609,7 @@ const EndCall = (props) => {
|
|
34646
34609
|
styles: props.styles
|
34647
34610
|
};
|
34648
34611
|
return (React.createElement(react.Stack, null,
|
34649
|
-
React.createElement(EndCallButton, Object.assign({ "data-ui-id": "call-composite-hangup-button" }, hangUpButtonProps, { onHangUp: props.disableEndCallModal ? onHangUp : hangUpOverride, styles: styles, showLabel: !compactMode, enableEndCallMenu: (_a = props.enableEndCallMenu) !== null && _a !== undefined ? _a : false,
|
34650
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
34651
|
-
menuProps: enableBreakoutRoomMenu ? breakoutRoomMenuProps : undefined })),
|
34612
|
+
React.createElement(EndCallButton, Object.assign({ "data-ui-id": "call-composite-hangup-button" }, hangUpButtonProps, { onHangUp: props.disableEndCallModal ? onHangUp : hangUpOverride, styles: styles, showLabel: !compactMode, enableEndCallMenu: (_a = props.enableEndCallMenu) !== null && _a !== undefined ? _a : false, menuProps: enableBreakoutRoomMenu ? breakoutRoomMenuProps : undefined })),
|
34652
34613
|
React.createElement(Prompt, Object.assign({}, dialogLabels, { styles: { main: { minWidth: '22.5rem', padding: '1.5rem' } }, cancelButtonLabel: localeStrings.call.hangUpCancelButtonLabel, onConfirm: () => onHangUpConfirm(props.enableEndCallMenu), isOpen: showHangUpConfirm, onCancel: toggleConfirm }))));
|
34653
34614
|
};
|
34654
34615
|
|
@@ -36051,7 +36012,6 @@ const useMinMaxDragPosition = (modalLayerHostId, rtl) => {
|
|
36051
36012
|
}, [modalHostWidth, rtl]);
|
36052
36013
|
return { minDragPosition: minDragPosition, maxDragPosition: maxDragPosition };
|
36053
36014
|
};
|
36054
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
36055
36015
|
/**
|
36056
36016
|
* @private
|
36057
36017
|
*/
|
@@ -36207,9 +36167,7 @@ const CommonCallControlBar = (props) => {
|
|
36207
36167
|
// If the hangup capability is not present, we default to true
|
36208
36168
|
const isHangUpForEveryoneAllowed = (_a = useSelector$1((state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === undefined ? undefined : _a.capabilitiesFeature) === null || _b === undefined ? undefined : _b.capabilities.hangUpForEveryOne.isPresent; })) !== null && _a !== undefined ? _a : true;
|
36209
36169
|
const isTeams = useSelector$1(getIsTeamsCall);
|
36210
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
36211
36170
|
const assignedBreakoutRoom = useSelector$1(getAssignedBreakoutRoom);
|
36212
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
36213
36171
|
const breakoutRoomSettings = useSelector$1(getBreakoutRoomSettings);
|
36214
36172
|
const handleResize = React.useCallback(() => {
|
36215
36173
|
setControlBarButtonsWidth(controlBarContainerRef.current ? controlBarContainerRef.current.offsetWidth : 0);
|
@@ -36328,9 +36286,7 @@ const CommonCallControlBar = (props) => {
|
|
36328
36286
|
const isReactionAllowed = callState.callStatus !== 'Connected' ||
|
36329
36287
|
!(capabilitiesSelector === null || capabilitiesSelector === undefined ? undefined : capabilitiesSelector.capabilities) ||
|
36330
36288
|
capabilitiesSelector.capabilities.useReactions.isPresent;
|
36331
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
36332
36289
|
const canReturnToMainMeeting = breakoutRoomSettings && breakoutRoomSettings.disableReturnToMainMeeting === false;
|
36333
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
36334
36290
|
const returnFromBreakoutRoom = React.useCallback(() => props.callAdapter.returnFromBreakoutRoom(), [props.callAdapter]);
|
36335
36291
|
// when options is false then we want to hide the whole control bar.
|
36336
36292
|
if (options === false) {
|
@@ -36365,7 +36321,6 @@ const CommonCallControlBar = (props) => {
|
|
36365
36321
|
React.createElement(react.Stack.Item, null,
|
36366
36322
|
React.createElement("div", { ref: controlBarContainerRef },
|
36367
36323
|
React.createElement(ControlBar, { layout: props.displayVertical ? 'vertical' : 'horizontal', styles: centerContainerStyles },
|
36368
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
36369
36324
|
!props.mobileView &&
|
36370
36325
|
assignedBreakoutRoom &&
|
36371
36326
|
assignedBreakoutRoom.state === 'open' &&
|
@@ -36410,12 +36365,9 @@ const CommonCallControlBar = (props) => {
|
|
36410
36365
|
// Only show the end call menu when the call is connected, user should not be able to end the call for everyone
|
36411
36366
|
// when they are not actively in the call to communicate they will.
|
36412
36367
|
callState.callStatus === 'Connected' &&
|
36413
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
36414
36368
|
!canReturnToMainMeeting, disableEndCallModal: !isBoolean(props.callControls) &&
|
36415
36369
|
!isBoolean((_k = props.callControls) === null || _k === undefined ? undefined : _k.endCallButton) &&
|
36416
|
-
((_m = (_l = props.callControls) === null || _l === undefined ? undefined : _l.endCallButton) === null || _m === undefined ? undefined : _m.disableEndCallModal),
|
36417
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
36418
|
-
returnFromBreakoutRoom: canReturnToMainMeeting ? returnFromBreakoutRoom : undefined }))))))),
|
36370
|
+
((_m = (_l = props.callControls) === null || _l === undefined ? undefined : _l.endCallButton) === null || _m === undefined ? undefined : _m.disableEndCallModal), returnFromBreakoutRoom: canReturnToMainMeeting ? returnFromBreakoutRoom : undefined }))))))),
|
36419
36371
|
!props.mobileView && sideButtonsPresent && (React.createElement(react.Stack.Item, null,
|
36420
36372
|
React.createElement("div", { ref: sidepaneControlsRef },
|
36421
36373
|
React.createElement(react.Stack, { horizontal: true, className: !props.mobileView ? react.mergeStyles(desktopButtonContainerStyle) : undefined },
|
@@ -36425,7 +36377,6 @@ const CommonCallControlBar = (props) => {
|
|
36425
36377
|
_o.slice(0, CUSTOM_BUTTON_OPTIONS.MAX_SECONDARY_DESKTOP_CUSTOM_BUTTONS).map((CustomButton, i) => {
|
36426
36378
|
return (React.createElement(CustomButton, { key: `secondary-custom-button-${i}`, styles: commonButtonStyles, showLabel: options.displayType !== 'compact' }));
|
36427
36379
|
}))))),
|
36428
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
36429
36380
|
(breakoutRoomSettings === null || breakoutRoomSettings === undefined ? undefined : breakoutRoomSettings.roomEndTime) && !props.mobileView && !isOutOfSpace && (React.createElement(react.Stack.Item, null,
|
36430
36381
|
React.createElement(Timer, { timeStampInfo: breakoutRoomSettings === null || breakoutRoomSettings === undefined ? undefined : breakoutRoomSettings.roomEndTime.toString() }))))));
|
36431
36382
|
};
|
@@ -39328,8 +39279,6 @@ const getStopAllSpotlightCallbackWithPromptCallback = (stopAllSpotlight, setIsPr
|
|
39328
39279
|
|
39329
39280
|
// Copyright (c) Microsoft Corporation.
|
39330
39281
|
// Licensed under the MIT License.
|
39331
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
39332
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
39333
39282
|
/**
|
39334
39283
|
* @private
|
39335
39284
|
*/
|
@@ -39389,8 +39338,6 @@ const bannerIconClassName = react.mergeStyles({
|
|
39389
39338
|
|
39390
39339
|
// Copyright (c) Microsoft Corporation.
|
39391
39340
|
// Licensed under the MIT License.
|
39392
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
39393
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
39394
39341
|
/**
|
39395
39342
|
* @private
|
39396
39343
|
*/
|
@@ -39434,7 +39381,7 @@ const MAX_PINNED_REMOTE_VIDEO_TILES = 4;
|
|
39434
39381
|
* @private
|
39435
39382
|
*/
|
39436
39383
|
const CallArrangement = (props) => {
|
39437
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
39384
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
39438
39385
|
const containerClassName = React.useMemo(() => {
|
39439
39386
|
return props.mobileView ? containerStyleMobile : containerStyleDesktop;
|
39440
39387
|
}, [props.mobileView]);
|
@@ -39690,10 +39637,8 @@ const CallArrangement = (props) => {
|
|
39690
39637
|
const filteredCapabilitesChangedNotifications = props.mobileView
|
39691
39638
|
? (_f = props.capabilitiesChangedNotificationBarProps) === null || _f === undefined ? undefined : _f.capabilitiesChangedNotifications.filter((notification) => notification.capabilityName !== 'shareScreen')
|
39692
39639
|
: (_g = props.capabilitiesChangedNotificationBarProps) === null || _g === undefined ? undefined : _g.capabilitiesChangedNotifications;
|
39693
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
39694
39640
|
const notificationStackStrings = useCompositeStringsForNotificationStackStrings(locale);
|
39695
39641
|
let latestNotifications = props.latestNotifications;
|
39696
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
39697
39642
|
// Filter out breakout room notification that prompts user to join breakout room when in mobile view. We will
|
39698
39643
|
// replace it with a non-dismissible banner
|
39699
39644
|
latestNotifications = props.mobileView
|
@@ -39713,18 +39658,15 @@ const CallArrangement = (props) => {
|
|
39713
39658
|
React.createElement(react.Stack.Item, { style: callCompositeContainerCSS },
|
39714
39659
|
React.createElement(react.Stack.Item, { styles: callGalleryStyles, grow: true },
|
39715
39660
|
React.createElement(react.Stack, { verticalFill: true, styles: galleryContainerStyles },
|
39716
|
-
React.createElement(react.Stack.Item, { styles: notificationsContainerStyles },
|
39717
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
39661
|
+
!((_h = props.notificationOptions) === null || _h === undefined ? undefined : _h.hideAllNotifications) && (React.createElement(react.Stack.Item, { styles: notificationsContainerStyles },
|
39718
39662
|
props.mobileView && React.createElement(BreakoutRoomsBanner, { locale: locale, adapter: adapter }),
|
39719
39663
|
props.showErrorNotifications && (React.createElement(react.Stack, { styles: notificationStackStyles, horizontalAlign: "center", verticalAlign: "center" },
|
39720
39664
|
React.createElement(NotificationStack, { onDismissNotification: props.onDismissError, activeNotifications: filteredLatestErrorNotifications }))),
|
39721
39665
|
latestNotifications && (React.createElement(react.Stack, { styles: notificationStackStyles, horizontalAlign: "center", verticalAlign: "center" },
|
39722
|
-
React.createElement(NotificationStack, { activeNotifications: latestNotifications, onDismissNotification: props.onDismissNotification,
|
39723
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
39724
|
-
strings: notificationStackStrings }))),
|
39666
|
+
React.createElement(NotificationStack, { activeNotifications: latestNotifications, onDismissNotification: props.onDismissNotification, strings: notificationStackStrings }))),
|
39725
39667
|
props.capabilitiesChangedNotificationBarProps &&
|
39726
39668
|
props.capabilitiesChangedNotificationBarProps.capabilitiesChangedNotifications.length > 0 && (React.createElement(react.Stack, { styles: bannerNotificationStyles },
|
39727
|
-
React.createElement(CapabilitiesChangedNotificationBar, Object.assign({}, props.capabilitiesChangedNotificationBarProps, { capabilitiesChangedNotifications: filteredCapabilitesChangedNotifications !== null && filteredCapabilitesChangedNotifications !== undefined ? filteredCapabilitesChangedNotifications : [] }))))),
|
39669
|
+
React.createElement(CapabilitiesChangedNotificationBar, Object.assign({}, props.capabilitiesChangedNotificationBarProps, { capabilitiesChangedNotifications: filteredCapabilitesChangedNotifications !== null && filteredCapabilitesChangedNotifications !== undefined ? filteredCapabilitesChangedNotifications : [] })))))),
|
39728
39670
|
renderGallery && props.onRenderGalleryContent && props.onRenderGalleryContent(),
|
39729
39671
|
!isInLocalHold && (React.createElement(CallingCaptionsBanner, { captionsOptions: props.captionsOptions, isMobile: props.mobileView, onFetchAvatarPersonaData: props.onFetchAvatarPersonaData, useTeamsCaptions: useTeamsCaptions,
|
39730
39672
|
/* @conditional-compile-remove(rtt) */
|
@@ -39732,7 +39674,7 @@ const CallArrangement = (props) => {
|
|
39732
39674
|
React.createElement(SidePane, { mobileView: props.mobileView, maxWidth: isVideoPaneOpen ? `${VIDEO_EFFECTS_SIDE_PANE_WIDTH_REM}rem` : undefined, minWidth: isVideoPaneOpen ? `${VIDEO_EFFECTS_SIDE_PANE_WIDTH_REM}rem` : undefined, updateSidePaneRenderer: props.updateSidePaneRenderer, onPeopleButtonClicked: props.mobileView && !shouldShowPeopleTabHeaderButton(props.callControlProps.options)
|
39733
39675
|
? undefined
|
39734
39676
|
: togglePeoplePane, disablePeopleButton: typeof props.callControlProps.options !== 'boolean' &&
|
39735
|
-
isDisabled$4((
|
39677
|
+
isDisabled$4((_j = props.callControlProps.options) === null || _j === undefined ? undefined : _j.participantsButton), onChatButtonClicked: (_k = props.mobileChatTabHeader) === null || _k === undefined ? undefined : _k.onClick, disableChatButton: (_l = props.mobileChatTabHeader) === null || _l === undefined ? undefined : _l.disabled, showAddPeopleButton: !!props.callControlProps.callInvitationURL, ariaLabel: isVideoEffectsPaneOpen ? locale.strings.call.videoEffectsPaneAriaLabel : undefined }),
|
39736
39678
|
props.mobileView && (React.createElement(ModalLocalAndRemotePIP, { modalLayerHostId: props.modalLayerHostId, hidden: !isSidePaneOpen, styles: pipStyles, strings: modalStrings, minDragPosition: minMaxDragPosition.minDragPosition, maxDragPosition: minMaxDragPosition.maxDragPosition, onDismissSidePane: () => {
|
39737
39679
|
closePeoplePane();
|
39738
39680
|
if (props.onCloseChatPane) {
|
@@ -39741,17 +39683,17 @@ const CallArrangement = (props) => {
|
|
39741
39683
|
} })),
|
39742
39684
|
drawerMenuItems.length > 0 && (React.createElement(react.Stack, { styles: drawerContainerStyles() },
|
39743
39685
|
React.createElement(_DrawerMenu, { onLightDismiss: () => setDrawerMenuItems([]), items: drawerMenuItems })))),
|
39744
|
-
((
|
39686
|
+
((_m = props.callControlProps) === null || _m === undefined ? undefined : _m.options) !== false && !isMobileWithActivePane && (React.createElement(react.Stack, { verticalAlign: 'center', className: react.mergeStyles({
|
39745
39687
|
zIndex: CONTROL_BAR_Z_INDEX,
|
39746
39688
|
padding: verticalControlBar ? '0.25rem' : 'unset'
|
39747
|
-
}) }, isLegacyCallControlEnabled((
|
39689
|
+
}) }, isLegacyCallControlEnabled((_o = props.callControlProps) === null || _o === undefined ? undefined : _o.options) ? (React.createElement(CallControls, Object.assign({}, props.callControlProps, { containerWidth: containerWidth, containerHeight: containerHeight, isMobile: props.mobileView, peopleButtonChecked: isPeoplePaneOpen, onPeopleButtonClicked: togglePeoplePane, displayVertical: verticalControlBar }))) : (React.createElement(CommonCallControlBar, Object.assign({}, props.callControlProps, { callControls: props.callControlProps.options, callAdapter: adapter, mobileView: props.mobileView, disableButtonsForLobbyPage: isInLobby, disableButtonsForHoldScreen: isInLocalHold, peopleButtonChecked: isPeoplePaneOpen, onPeopleButtonClicked: togglePeoplePane, onMoreButtonClicked: onMoreButtonClicked, isCaptionsSupported: (useTeamsCaptions && hasJoinedCall) || hasJoinedCall,
|
39748
39690
|
/* @conditional-compile-remove(rtt) */
|
39749
39691
|
isRealTimeTextSupported: hasJoinedCall,
|
39750
39692
|
/* @conditional-compile-remove(rtt) */
|
39751
39693
|
onStartRealTimeText: onStartRealTimeText,
|
39752
39694
|
/* @conditional-compile-remove(rtt) */
|
39753
39695
|
startRealTimeTextButtonChecked: openRealTimeText, useTeamsCaptions: useTeamsCaptions, isCaptionsOn: isCaptionsOn, onClickVideoEffects: onResolveVideoEffectDependency ? openVideoEffectsPane : undefined, displayVertical: verticalControlBar, onUserSetOverflowGalleryPositionChange: props.onUserSetOverflowGalleryPositionChange, onUserSetGalleryLayout: props.onUserSetGalleryLayoutChange, userSetGalleryLayout: props.userSetGalleryLayout, onSetDialpadPage: props.onSetDialpadPage, dtmfDialerPresent: props.dtmfDialerPresent, peopleButtonRef: peopleButtonRef, cameraButtonRef: cameraButtonRef, onStopLocalSpotlight: !hideSpotlightButtons && localParticipant.spotlight ? onStopLocalSpotlightWithPrompt : undefined, onToggleTeamsMeetingConferenceModal: toggleTeamsMeetingConferenceModal, teamsMeetingConferenceModalPresent: showTeamsMeetingConferenceModal, sidePaneDismissButtonRef: sidePaneDismissButtonRef }))))),
|
39754
|
-
((
|
39696
|
+
((_p = props.callControlProps) === null || _p === undefined ? undefined : _p.options) !== false && showDrawer && (React.createElement(react.Stack, { styles: drawerContainerStylesValue },
|
39755
39697
|
React.createElement(PreparedMoreDrawer, { callControls: props.callControlProps.options, onLightDismiss: closeDrawer, onPeopleButtonClicked: onMoreDrawerPeopleClicked, disableButtonsForHoldScreen: isInLocalHold, isCaptionsSupported: (useTeamsCaptions && hasJoinedCall) || hasJoinedCall,
|
39756
39698
|
/* @conditional-compile-remove(rtt) */
|
39757
39699
|
isRealTimeTextSupported: hasJoinedCall,
|
@@ -40250,19 +40192,14 @@ const CallPage = (props) => {
|
|
40250
40192
|
const drawerMenuHostId = reactHooks.useId('drawerMenuHost');
|
40251
40193
|
const [isPromptOpen, setIsPromptOpen] = React.useState(false);
|
40252
40194
|
const [promptProps, setPromptProps] = React.useState();
|
40253
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
40254
40195
|
const page = useSelector$1((state) => state.page);
|
40255
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
40256
40196
|
const userId = useSelector$1((state) => state.userId);
|
40257
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
40258
40197
|
const displayName = useSelector$1((state) => state.displayName);
|
40259
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
40260
40198
|
const onRenderAvatar = React.useCallback((userId, options) => {
|
40261
40199
|
return (React.createElement(react.Stack, { className: react.mergeStyles({ position: 'absolute', height: '100%', width: '100%' }) },
|
40262
40200
|
React.createElement(react.Stack, { styles: { root: { margin: 'auto', maxHeight: '100%' } } }, (options === null || options === undefined ? undefined : options.coinSize) && (React.createElement(AvatarPersona, Object.assign({ userId: userId }, options, { dataProvider: props.onFetchAvatarPersonaData }))))));
|
40263
40201
|
}, [props.onFetchAvatarPersonaData]);
|
40264
40202
|
let galleryContentWhenNotInCall = React.createElement(React.Fragment, null);
|
40265
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
40266
40203
|
if (!_isInCall(callStatus) && page === 'returningFromBreakoutRoom') {
|
40267
40204
|
galleryContentWhenNotInCall = (React.createElement(VideoTile, { userId: toFlatCommunicationIdentifier(userId), displayName: displayName, initialsName: displayName, onRenderPlaceholder: onRenderAvatar }));
|
40268
40205
|
}
|
@@ -40283,7 +40220,7 @@ const CallPage = (props) => {
|
|
40283
40220
|
increaseFlyoutItemSize: mobileView
|
40284
40221
|
}, onFetchAvatarPersonaData: onFetchAvatarPersonaData, mobileView: mobileView, modalLayerHostId: props.modalLayerHostId, onRenderGalleryContent: () => _isInCall(callStatus) ? (isNetworkHealthy(networkReconnectTileProps.networkReconnectValue) ? (onRenderGalleryContentTrampoline()) : (React.createElement(NetworkReconnectTile, Object.assign({}, networkReconnectTileProps, { isMobile: mobileView })))) : (galleryContentWhenNotInCall), updateSidePaneRenderer: props.updateSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: onCloseChatPane, dataUiId: 'call-page', latestErrors: props.latestErrors, latestNotifications: latestNotifications, onDismissError: props.onDismissError, onDismissNotification: onDismissNotification, onUserSetOverflowGalleryPositionChange: onSetUserSetOverflowGalleryPosition, onUserSetGalleryLayoutChange: onUserSetGalleryLayoutChange, userSetGalleryLayout: galleryLayout, capabilitiesChangedNotificationBarProps: props.capabilitiesChangedNotificationBarProps, onSetDialpadPage: () => setDtmfDialerPresent(!dtmfDialerPresent), dtmfDialerPresent: dtmfDialerPresent, setIsPromptOpen: setIsPromptOpen, setPromptProps: setPromptProps, hideSpotlightButtons: (_b = options === null || options === undefined ? undefined : options.spotlight) === null || _b === undefined ? undefined : _b.hideSpotlightButtons, pinnedParticipants: pinnedParticipantsChecked, setPinnedParticipants: setPinnedParticipants,
|
40285
40222
|
/* @conditional-compile-remove(call-readiness) */
|
40286
|
-
doNotShowCameraAccessNotifications: ((_d = (_c = props.options) === null || _c === undefined ? undefined : _c.deviceChecks) === null || _d === undefined ? undefined : _d.camera) === 'doNotPrompt', captionsOptions: options === null || options === undefined ? undefined : options.captionsBanner, dtmfDialerOptions: disableAutoShowDtmfDialer }),
|
40223
|
+
doNotShowCameraAccessNotifications: ((_d = (_c = props.options) === null || _c === undefined ? undefined : _c.deviceChecks) === null || _d === undefined ? undefined : _d.camera) === 'doNotPrompt', captionsOptions: options === null || options === undefined ? undefined : options.captionsBanner, dtmfDialerOptions: disableAutoShowDtmfDialer, notificationOptions: props.notificationOptions }),
|
40287
40224
|
React.createElement(Prompt, Object.assign({ isOpen: isPromptOpen, onDismiss: () => setIsPromptOpen(false) }, promptProps))));
|
40288
40225
|
};
|
40289
40226
|
/**
|
@@ -42576,7 +42513,7 @@ const isShowing = (overrideSidePane) => {
|
|
42576
42513
|
return !!(overrideSidePane === null || overrideSidePane === undefined ? undefined : overrideSidePane.isActive);
|
42577
42514
|
};
|
42578
42515
|
const MainScreen = (props) => {
|
42579
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
|
42516
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w;
|
42580
42517
|
const adapter = useAdapter();
|
42581
42518
|
const { camerasCount, microphonesCount } = useSelector$1(deviceCountSelector);
|
42582
42519
|
const hasCameras = camerasCount > 0;
|
@@ -42771,15 +42708,14 @@ const MainScreen = (props) => {
|
|
42771
42708
|
pageElement = (React.createElement(TransferPage, { mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onFetchAvatarPersonaData: onFetchAvatarPersonaData, latestErrors: latestInCallErrors, latestNotifications: latestNotifications, onDismissError: onDismissError, onDismissNotification: onDismissNotification, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps }));
|
42772
42709
|
break;
|
42773
42710
|
case 'call':
|
42774
|
-
pageElement = (React.createElement(CallPage, { callInvitationURL: callInvitationUrl, onFetchAvatarPersonaData: onFetchAvatarPersonaData, onFetchParticipantMenuItems: onFetchParticipantMenuItems, mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: props.onCloseChatPane, latestErrors: latestInCallErrors, latestNotifications: latestNotifications, onDismissError: onDismissError, onDismissNotification: onDismissNotification, galleryLayout: userSetGalleryLayout, onUserSetGalleryLayoutChange: setUserSetGalleryLayout, onSetUserSetOverflowGalleryPosition: setUserSetOverflowGalleryPosition, userSetOverflowGalleryPosition: userSetOverflowGalleryPosition, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps, pinnedParticipants: pinnedParticipants, setPinnedParticipants: setPinnedParticipants, compositeAudioContext: compositeAudioContext, disableAutoShowDtmfDialer: (_s = props.options) === null || _s === undefined ? undefined : _s.disableAutoShowDtmfDialer }));
|
42711
|
+
pageElement = (React.createElement(CallPage, { callInvitationURL: callInvitationUrl, onFetchAvatarPersonaData: onFetchAvatarPersonaData, onFetchParticipantMenuItems: onFetchParticipantMenuItems, mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: props.onCloseChatPane, latestErrors: latestInCallErrors, latestNotifications: latestNotifications, onDismissError: onDismissError, onDismissNotification: onDismissNotification, galleryLayout: userSetGalleryLayout, onUserSetGalleryLayoutChange: setUserSetGalleryLayout, onSetUserSetOverflowGalleryPosition: setUserSetOverflowGalleryPosition, userSetOverflowGalleryPosition: userSetOverflowGalleryPosition, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps, pinnedParticipants: pinnedParticipants, setPinnedParticipants: setPinnedParticipants, compositeAudioContext: compositeAudioContext, disableAutoShowDtmfDialer: (_s = props.options) === null || _s === undefined ? undefined : _s.disableAutoShowDtmfDialer, notificationOptions: (_t = props.options) === null || _t === undefined ? undefined : _t.notificationOptions }));
|
42775
42712
|
break;
|
42776
42713
|
case 'hold':
|
42777
42714
|
pageElement = (React.createElement(React.Fragment, null, React.createElement(HoldPage, { mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, latestErrors: latestInCallErrors, latestNotifications: latestNotifications, onDismissError: onDismissError, onDismissNotification: onDismissNotification, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps })));
|
42778
42715
|
break;
|
42779
42716
|
}
|
42780
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
42781
42717
|
if (page === 'returningFromBreakoutRoom') {
|
42782
|
-
pageElement = (React.createElement(CallPage, { callInvitationURL: callInvitationUrl, onFetchAvatarPersonaData: onFetchAvatarPersonaData, onFetchParticipantMenuItems: onFetchParticipantMenuItems, mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: props.onCloseChatPane, latestErrors: latestInCallErrors, latestNotifications: latestNotifications, onDismissError: onDismissError, onDismissNotification: onDismissNotification, galleryLayout: userSetGalleryLayout, onUserSetGalleryLayoutChange: setUserSetGalleryLayout, onSetUserSetOverflowGalleryPosition: setUserSetOverflowGalleryPosition, userSetOverflowGalleryPosition: userSetOverflowGalleryPosition, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps, pinnedParticipants: pinnedParticipants, setPinnedParticipants: setPinnedParticipants, compositeAudioContext: compositeAudioContext, disableAutoShowDtmfDialer: (
|
42718
|
+
pageElement = (React.createElement(CallPage, { callInvitationURL: callInvitationUrl, onFetchAvatarPersonaData: onFetchAvatarPersonaData, onFetchParticipantMenuItems: onFetchParticipantMenuItems, mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: props.onCloseChatPane, latestErrors: latestInCallErrors, latestNotifications: latestNotifications, onDismissError: onDismissError, onDismissNotification: onDismissNotification, galleryLayout: userSetGalleryLayout, onUserSetGalleryLayoutChange: setUserSetGalleryLayout, onSetUserSetOverflowGalleryPosition: setUserSetOverflowGalleryPosition, userSetOverflowGalleryPosition: userSetOverflowGalleryPosition, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps, pinnedParticipants: pinnedParticipants, setPinnedParticipants: setPinnedParticipants, compositeAudioContext: compositeAudioContext, disableAutoShowDtmfDialer: (_u = props.options) === null || _u === undefined ? undefined : _u.disableAutoShowDtmfDialer, notificationOptions: (_v = props.options) === null || _v === undefined ? undefined : _v.notificationOptions }));
|
42783
42719
|
}
|
42784
42720
|
useEndedCallConsoleErrors(endedCall);
|
42785
42721
|
/* @conditional-compile-remove(unsupported-browser) */
|
@@ -42789,7 +42725,7 @@ const MainScreen = (props) => {
|
|
42789
42725
|
case 'unsupportedEnvironment':
|
42790
42726
|
pageElement = (React.createElement(React.Fragment, null,
|
42791
42727
|
/* @conditional-compile-remove(unsupported-browser) */
|
42792
|
-
React.createElement(UnsupportedBrowserPage, { onTroubleshootingClick: (
|
42728
|
+
React.createElement(UnsupportedBrowserPage, { onTroubleshootingClick: (_w = props.options) === null || _w === undefined ? undefined : _w.onEnvironmentInfoTroubleshootingClick, environmentInfo: environmentInfo })));
|
42793
42729
|
break;
|
42794
42730
|
}
|
42795
42731
|
if (!pageElement) {
|
@@ -43127,7 +43063,6 @@ class CallContext {
|
|
43127
43063
|
constructor(clientState, isTeamsCall, isTeamsMeeting, isRoomsCall, options, targetCallees) {
|
43128
43064
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
43129
43065
|
this.emitter = new events.EventEmitter();
|
43130
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
43131
43066
|
this.isReturningFromBreakoutRoom = false;
|
43132
43067
|
this.state = {
|
43133
43068
|
isLocalPreviewMicrophoneEnabled: false,
|
@@ -43138,7 +43073,7 @@ class CallContext {
|
|
43138
43073
|
targetCallees: targetCallees,
|
43139
43074
|
page: 'configuration',
|
43140
43075
|
latestErrors: clientState.latestErrors,
|
43141
|
-
|
43076
|
+
latestNotifications: clientState.latestNotifications,
|
43142
43077
|
isTeamsCall,
|
43143
43078
|
isTeamsMeeting,
|
43144
43079
|
isRoomsCall,
|
@@ -43205,7 +43140,6 @@ class CallContext {
|
|
43205
43140
|
setTargetCallee(targetCallees) {
|
43206
43141
|
this.setState(Object.assign(Object.assign({}, this.state), { targetCallees }));
|
43207
43142
|
}
|
43208
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
43209
43143
|
setIsReturningFromBreakoutRoom(isReturningFromBreakoutRoom) {
|
43210
43144
|
this.isReturningFromBreakoutRoom = isReturningFromBreakoutRoom;
|
43211
43145
|
}
|
@@ -43230,12 +43164,10 @@ class CallContext {
|
|
43230
43164
|
? findLatestAcceptedTransfer(call.transfer.acceptedTransfers)
|
43231
43165
|
: undefined;
|
43232
43166
|
const transferCall = latestAcceptedTransfer ? clientState.calls[latestAcceptedTransfer.callId] : undefined;
|
43233
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
43234
43167
|
if ((call === null || call === undefined ? undefined : call.state) === 'Connected' || (call === null || call === undefined ? undefined : call.state) === 'Connecting') {
|
43235
43168
|
this.setIsReturningFromBreakoutRoom(false);
|
43236
43169
|
}
|
43237
43170
|
let isReturningFromBreakoutRoom = false;
|
43238
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
43239
43171
|
isReturningFromBreakoutRoom = this.isReturningFromBreakoutRoom;
|
43240
43172
|
const newPage = getCallCompositePage(call, latestEndedCall, transferCall, isReturningFromBreakoutRoom,
|
43241
43173
|
/* @conditional-compile-remove(unsupported-browser) */ environmentInfo);
|
@@ -43258,8 +43190,7 @@ class CallContext {
|
|
43258
43190
|
call = undefined;
|
43259
43191
|
}
|
43260
43192
|
if (this.state.page) {
|
43261
|
-
this.setState(Object.assign(Object.assign({}, this.state), { userId: clientState.userId, displayName: (_c = clientState.callAgent) === null || _c === undefined ? undefined : _c.displayName, call, page: newPage, endedCall: latestEndedCall, devices: clientState.deviceManager, latestErrors: clientState.latestErrors,
|
43262
|
-
/* @conditional-compile-remove(breakout-rooms) */ latestNotifications: clientState.latestNotifications, cameraStatus: (call === null || call === undefined ? undefined : call.localVideoStreams.find((s) => s.mediaStreamType === 'Video')) ||
|
43193
|
+
this.setState(Object.assign(Object.assign({}, this.state), { userId: clientState.userId, displayName: (_c = clientState.callAgent) === null || _c === undefined ? undefined : _c.displayName, call, page: newPage, endedCall: latestEndedCall, devices: clientState.deviceManager, latestErrors: clientState.latestErrors, latestNotifications: clientState.latestNotifications, cameraStatus: (call === null || call === undefined ? undefined : call.localVideoStreams.find((s) => s.mediaStreamType === 'Video')) ||
|
43263
43194
|
clientState.deviceManager.unparentedViews.find((s) => s.mediaStreamType === 'Video')
|
43264
43195
|
? 'On'
|
43265
43196
|
: 'Off', acceptedTransferCallState: transferCall }));
|
@@ -43596,7 +43527,6 @@ class AzureCommunicationCallAdapter {
|
|
43596
43527
|
? { localVideoStreams: [new communicationCalling.LocalVideoStream(selectedCamera)] }
|
43597
43528
|
: {};
|
43598
43529
|
const call = this._joinCall(audioOptions, videoOptions);
|
43599
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
43600
43530
|
this.originCall = call;
|
43601
43531
|
this.processNewCall(call);
|
43602
43532
|
return call;
|
@@ -44097,7 +44027,6 @@ class AzureCommunicationCallAdapter {
|
|
44097
44027
|
(_b = (_a = this.handlers).onPermitOthersVideo) === null || _b === undefined ? undefined : _b.call(_a);
|
44098
44028
|
});
|
44099
44029
|
}
|
44100
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
44101
44030
|
returnFromBreakoutRoom() {
|
44102
44031
|
return __awaiter$7(this, undefined, undefined, function* () {
|
44103
44032
|
var _a, _b;
|
@@ -44179,9 +44108,7 @@ class AzureCommunicationCallAdapter {
|
|
44179
44108
|
(_h = this.call) === null || _h === undefined ? undefined : _h.feature(communicationCalling.Features.Spotlight).on('spotlightChanged', this.spotlightChanged.bind(this));
|
44180
44109
|
/* @conditional-compile-remove(rtt) */
|
44181
44110
|
(_j = this.call) === null || _j === undefined ? undefined : _j.feature(communicationCalling.Features.RealTimeText).on('realTimeTextReceived', this.realTimeTextReceived.bind(this));
|
44182
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
44183
44111
|
const breakoutRoomsFeature = (_k = this.call) === null || _k === undefined ? undefined : _k.feature(communicationCalling.Features.BreakoutRooms);
|
44184
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
44185
44112
|
if (breakoutRoomsFeature) {
|
44186
44113
|
breakoutRoomsFeature.on('breakoutRoomsUpdated', this.breakoutRoomsUpdated.bind(this));
|
44187
44114
|
}
|
@@ -44203,9 +44130,7 @@ class AzureCommunicationCallAdapter {
|
|
44203
44130
|
if (this.callingSoundSubscriber) {
|
44204
44131
|
this.callingSoundSubscriber.unsubscribeAll();
|
44205
44132
|
}
|
44206
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
44207
44133
|
const breakoutRoomsFeature = (_g = this.call) === null || _g === undefined ? undefined : _g.feature(communicationCalling.Features.BreakoutRooms);
|
44208
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
44209
44134
|
if (breakoutRoomsFeature) {
|
44210
44135
|
breakoutRoomsFeature.off('breakoutRoomsUpdated', this.breakoutRoomsUpdated.bind(this));
|
44211
44136
|
}
|
@@ -44294,7 +44219,6 @@ class AzureCommunicationCallAdapter {
|
|
44294
44219
|
spotlightChanged(args) {
|
44295
44220
|
this.emitter.emit('spotlightChanged', args);
|
44296
44221
|
}
|
44297
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
44298
44222
|
breakoutRoomsUpdated(eventData) {
|
44299
44223
|
if (eventData.type === 'assignedBreakoutRooms') {
|
44300
44224
|
this.assignedBreakoutRoomUpdated(eventData.data);
|
@@ -44304,7 +44228,6 @@ class AzureCommunicationCallAdapter {
|
|
44304
44228
|
}
|
44305
44229
|
this.emitter.emit('breakoutRoomsUpdated', eventData);
|
44306
44230
|
}
|
44307
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
44308
44231
|
assignedBreakoutRoomUpdated(breakoutRoom) {
|
44309
44232
|
var _a, _b, _c;
|
44310
44233
|
if (!((_a = this.call) === null || _a === undefined ? undefined : _a.id)) {
|
@@ -44314,7 +44237,6 @@ class AzureCommunicationCallAdapter {
|
|
44314
44237
|
this.returnFromBreakoutRoom();
|
44315
44238
|
}
|
44316
44239
|
}
|
44317
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
44318
44240
|
breakoutRoomJoined(call) {
|
44319
44241
|
var _a;
|
44320
44242
|
if (((_a = this.call) === null || _a === undefined ? undefined : _a.id) !== call.id) {
|
@@ -44323,7 +44245,6 @@ class AzureCommunicationCallAdapter {
|
|
44323
44245
|
// Hang up other breakout room calls in case we are joining a new breakout room while already in one
|
44324
44246
|
this.hangupOtherBreakoutRoomCalls(call.id);
|
44325
44247
|
}
|
44326
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
44327
44248
|
hangupOtherBreakoutRoomCalls(currentBreakoutRoomCallId) {
|
44328
44249
|
// Get other breakout room calls by checking which other calls have breakout room settings defined
|
44329
44250
|
const otherBreakoutRoomCallStates = Object.values(this.callClient.getState().calls).filter((callState) => {
|
@@ -44742,7 +44663,6 @@ const callCompositeContainerStyles = (isMobile) => ({
|
|
44742
44663
|
minWidth: isMobile ? 'unset' : `${compositeMinWidthRem}rem`
|
44743
44664
|
}
|
44744
44665
|
});
|
44745
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
44746
44666
|
/**
|
44747
44667
|
* Style for stack containing the chat spinner used to delay showing chat composite until it is ready.
|
44748
44668
|
* @private
|
@@ -44981,7 +44901,6 @@ class CallWithChatBackedCallAdapter {
|
|
44981
44901
|
return this.callWithChatAdapter.muteAllRemoteParticipants();
|
44982
44902
|
});
|
44983
44903
|
}
|
44984
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
44985
44904
|
returnFromBreakoutRoom() {
|
44986
44905
|
return __awaiter$6(this, undefined, undefined, function* () {
|
44987
44906
|
return this.callWithChatAdapter.returnFromBreakoutRoom();
|
@@ -45040,7 +44959,6 @@ function callAdapterStateFromCallWithChatAdapterState(callWithChatAdapterState)
|
|
45040
44959
|
isTeamsMeeting: callWithChatAdapterState.isTeamsMeeting,
|
45041
44960
|
isRoomsCall: false,
|
45042
44961
|
latestErrors: callWithChatAdapterState.latestCallErrors,
|
45043
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
45044
44962
|
latestNotifications: callWithChatAdapterState.latestCallNotifications,
|
45045
44963
|
alternateCallerId: callWithChatAdapterState.alternateCallerId,
|
45046
44964
|
environmentInfo: callWithChatAdapterState.environmentInfo,
|
@@ -45518,25 +45436,15 @@ const CallWithChatScreen = (props) => {
|
|
45518
45436
|
/* @conditional-compile-remove(rich-text-editor-composite-support) */
|
45519
45437
|
props.richTextEditor
|
45520
45438
|
]);
|
45521
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
45522
45439
|
const chatSpinnerLabel = useLocale().strings.callWithChat.chatContentSpinnerLabel;
|
45523
45440
|
const onRenderChatContent = React.useCallback(() => {
|
45524
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
45525
45441
|
if (!isChatInitialized) {
|
45526
45442
|
return (React.createElement(react.Stack, { styles: chatSpinnerContainerStyles },
|
45527
45443
|
React.createElement(react.Spinner, { label: chatSpinnerLabel, size: react.SpinnerSize.large })));
|
45528
45444
|
}
|
45529
45445
|
return (React.createElement(ChatComposite, { adapter: chatAdapter, fluentTheme: theme, options: chatCompositeOptions, onFetchAvatarPersonaData: props.onFetchAvatarPersonaData }));
|
45530
|
-
}, [
|
45531
|
-
chatAdapter,
|
45532
|
-
props.onFetchAvatarPersonaData,
|
45533
|
-
chatCompositeOptions,
|
45534
|
-
theme,
|
45535
|
-
/* @conditional-compile-remove(breakout-rooms) */ isChatInitialized,
|
45536
|
-
/* @conditional-compile-remove(breakout-rooms) */ chatSpinnerLabel
|
45537
|
-
]);
|
45446
|
+
}, [chatAdapter, props.onFetchAvatarPersonaData, chatCompositeOptions, theme, isChatInitialized, chatSpinnerLabel]);
|
45538
45447
|
let chatPaneTitle = callWithChatStrings.chatPaneTitle;
|
45539
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
45540
45448
|
// If breakout room settings are defined then we know we are in a breakout room so we should
|
45541
45449
|
// use the breakout room chat pane title.
|
45542
45450
|
if ((_b = (_a = callAdapter.getState().call) === null || _a === undefined ? undefined : _a.breakoutRooms) === null || _b === undefined ? undefined : _b.breakoutRoomSettings) {
|
@@ -45629,7 +45537,6 @@ function callWithChatAdapterStateFromBackingStates(callAdapter) {
|
|
45629
45537
|
isTeamsCall: callAdapterState.isTeamsCall,
|
45630
45538
|
isTeamsMeeting: callAdapterState.isTeamsMeeting,
|
45631
45539
|
latestCallErrors: callAdapterState.latestErrors,
|
45632
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
45633
45540
|
latestCallNotifications: callAdapterState.latestNotifications,
|
45634
45541
|
latestChatErrors: {},
|
45635
45542
|
alternateCallerId: callAdapterState.alternateCallerId,
|
@@ -45653,9 +45560,7 @@ function mergeChatAdapterStateIntoCallWithChatAdapterState(existingCallWithChatA
|
|
45653
45560
|
* @private
|
45654
45561
|
*/
|
45655
45562
|
function mergeCallAdapterStateIntoCallWithChatAdapterState(existingCallWithChatAdapterState, callAdapterState) {
|
45656
|
-
return Object.assign(Object.assign({}, existingCallWithChatAdapterState), { userId: callAdapterState.userId, page: callAdapterState.page, displayName: callAdapterState.displayName, devices: callAdapterState.devices, call: callAdapterState.call, isLocalPreviewMicrophoneEnabled: callAdapterState.isLocalPreviewMicrophoneEnabled, isTeamsCall: callAdapterState.isTeamsCall, isTeamsMeeting: callAdapterState.isTeamsMeeting, latestCallErrors: callAdapterState.latestErrors,
|
45657
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
45658
|
-
latestCallNotifications: callAdapterState.latestNotifications, videoBackgroundImages: callAdapterState.videoBackgroundImages, onResolveVideoEffectDependency: callAdapterState.onResolveVideoEffectDependency, onResolveDeepNoiseSuppressionDependency: callAdapterState.onResolveDeepNoiseSuppressionDependency, deepNoiseSuppressionOnByDefault: callAdapterState.deepNoiseSuppressionOnByDefault, hideDeepNoiseSuppressionButton: callAdapterState.hideDeepNoiseSuppressionButton, selectedVideoBackgroundEffect: callAdapterState.selectedVideoBackgroundEffect });
|
45563
|
+
return Object.assign(Object.assign({}, existingCallWithChatAdapterState), { userId: callAdapterState.userId, page: callAdapterState.page, displayName: callAdapterState.displayName, devices: callAdapterState.devices, call: callAdapterState.call, isLocalPreviewMicrophoneEnabled: callAdapterState.isLocalPreviewMicrophoneEnabled, isTeamsCall: callAdapterState.isTeamsCall, isTeamsMeeting: callAdapterState.isTeamsMeeting, latestCallErrors: callAdapterState.latestErrors, latestCallNotifications: callAdapterState.latestNotifications, videoBackgroundImages: callAdapterState.videoBackgroundImages, onResolveVideoEffectDependency: callAdapterState.onResolveVideoEffectDependency, onResolveDeepNoiseSuppressionDependency: callAdapterState.onResolveDeepNoiseSuppressionDependency, deepNoiseSuppressionOnByDefault: callAdapterState.deepNoiseSuppressionOnByDefault, hideDeepNoiseSuppressionButton: callAdapterState.hideDeepNoiseSuppressionButton, selectedVideoBackgroundEffect: callAdapterState.selectedVideoBackgroundEffect });
|
45659
45564
|
}
|
45660
45565
|
|
45661
45566
|
// Copyright (c) Microsoft Corporation.
|
@@ -45703,7 +45608,6 @@ class CallWithChatContext {
|
|
45703
45608
|
updateClientStateWithChatState(chatAdapterState) {
|
45704
45609
|
this.updateClientState(mergeChatAdapterStateIntoCallWithChatAdapterState(this.state, chatAdapterState));
|
45705
45610
|
}
|
45706
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
45707
45611
|
unsetChatState() {
|
45708
45612
|
this.updateClientState(Object.assign(Object.assign({}, this.state), { chat: undefined }));
|
45709
45613
|
}
|
@@ -45728,14 +45632,12 @@ class AzureCommunicationCallWithChatAdapter {
|
|
45728
45632
|
this.onChatStateChange = onChatStateChange;
|
45729
45633
|
if (chatAdapter) {
|
45730
45634
|
this.updateChatAdapter(chatAdapter);
|
45731
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
45732
45635
|
this.originCallChatAdapter = chatAdapter;
|
45733
45636
|
}
|
45734
45637
|
const onCallStateChange = (newCallAdapterState) => {
|
45735
45638
|
this.context.updateClientStateWithCallState(newCallAdapterState);
|
45736
45639
|
};
|
45737
45640
|
this.callAdapter.onStateChange(onCallStateChange);
|
45738
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
45739
45641
|
this.callAdapter.on('breakoutRoomsUpdated', (eventData) => __awaiter$4(this, undefined, undefined, function* () {
|
45740
45642
|
var _a, _b;
|
45741
45643
|
if (eventData.type === 'join') {
|
@@ -45750,7 +45652,6 @@ class AzureCommunicationCallWithChatAdapter {
|
|
45750
45652
|
}
|
45751
45653
|
}
|
45752
45654
|
}));
|
45753
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
45754
45655
|
this.callAdapter.on('callEnded', () => {
|
45755
45656
|
var _a, _b, _c;
|
45756
45657
|
// If the call ended is a breakout room call with breakout room settings then update the chat adapter to the
|
@@ -45770,7 +45671,6 @@ class AzureCommunicationCallWithChatAdapter {
|
|
45770
45671
|
});
|
45771
45672
|
this.onCallStateChange = onCallStateChange;
|
45772
45673
|
}
|
45773
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
45774
45674
|
breakoutRoomJoined(call) {
|
45775
45675
|
return __awaiter$4(this, undefined, undefined, function* () {
|
45776
45676
|
var _a;
|
@@ -45805,7 +45705,6 @@ class AzureCommunicationCallWithChatAdapter {
|
|
45805
45705
|
}
|
45806
45706
|
});
|
45807
45707
|
}
|
45808
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
45809
45708
|
setBreakoutRoomChatAdapterToThread(targetThreadId) {
|
45810
45709
|
return __awaiter$4(this, undefined, undefined, function* () {
|
45811
45710
|
if (this.breakoutRoomChatAdapter) {
|
@@ -45832,16 +45731,13 @@ class AzureCommunicationCallWithChatAdapter {
|
|
45832
45731
|
chatAdapter.then((adapter) => {
|
45833
45732
|
if (!this.isAdapterDisposed) {
|
45834
45733
|
this.updateChatAdapter(adapter);
|
45835
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
45836
45734
|
this.originCallChatAdapter = adapter;
|
45837
45735
|
}
|
45838
45736
|
});
|
45839
45737
|
}
|
45840
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
45841
45738
|
setCreateChatAdapterCallback(chatThreadCallBack) {
|
45842
45739
|
this.createChatAdapterCallback = chatThreadCallBack;
|
45843
45740
|
}
|
45844
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
45845
45741
|
createNewChatAdapterForThread(threadId) {
|
45846
45742
|
if (this.createChatAdapterCallback) {
|
45847
45743
|
return this.createChatAdapterCallback(threadId);
|
@@ -46326,7 +46222,6 @@ class AzureCommunicationCallWithChatAdapter {
|
|
46326
46222
|
return this.callAdapter.muteAllRemoteParticipants();
|
46327
46223
|
});
|
46328
46224
|
}
|
46329
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
46330
46225
|
returnFromBreakoutRoom() {
|
46331
46226
|
return __awaiter$4(this, undefined, undefined, function* () {
|
46332
46227
|
var _a, _b, _c, _d;
|
@@ -46484,7 +46379,6 @@ class AzureCommunicationCallWithChatAdapter {
|
|
46484
46379
|
case 'spotlightChanged':
|
46485
46380
|
this.callAdapter.on('spotlightChanged', listener);
|
46486
46381
|
break;
|
46487
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
46488
46382
|
case 'breakoutRoomsUpdated':
|
46489
46383
|
this.callAdapter.on('breakoutRoomsUpdated', listener);
|
46490
46384
|
break;
|
@@ -46593,7 +46487,6 @@ class AzureCommunicationCallWithChatAdapter {
|
|
46593
46487
|
case 'spotlightChanged':
|
46594
46488
|
this.callAdapter.off('spotlightChanged', listener);
|
46595
46489
|
break;
|
46596
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
46597
46490
|
case 'breakoutRoomsUpdated':
|
46598
46491
|
this.callAdapter.off('breakoutRoomsUpdated', listener);
|
46599
46492
|
break;
|
@@ -46740,14 +46633,12 @@ const createAzureCommunicationCallWithChatAdapter = (_a) => __awaiter$4(undefine
|
|
46740
46633
|
const callWithChatAdapter = new AzureCommunicationCallWithChatAdapter(yield callAdapter);
|
46741
46634
|
const chatAdapterPromise = _createLazyAzureCommunicationChatAdapterInner(endpoint, userId, displayName, credential, chatThreadAdapter.getChatThreadPromise(), 'CallWithChat');
|
46742
46635
|
callWithChatAdapter.setChatAdapterPromise(chatAdapterPromise);
|
46743
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
46744
46636
|
callWithChatAdapter.setCreateChatAdapterCallback((threadId) => _createAzureCommunicationChatAdapterInner(endpoint, userId, displayName, credential, threadId, 'CallWithChat'));
|
46745
46637
|
return callWithChatAdapter;
|
46746
46638
|
}
|
46747
46639
|
else {
|
46748
46640
|
const chatAdapter = _createAzureCommunicationChatAdapterInner(endpoint, userId, displayName, credential, chatThreadAdapter.getChatThread(), 'CallWithChat');
|
46749
46641
|
const callWithChatAdapter = new AzureCommunicationCallWithChatAdapter(yield callAdapter, yield chatAdapter);
|
46750
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
46751
46642
|
callWithChatAdapter.setCreateChatAdapterCallback((threadId) => _createAzureCommunicationChatAdapterInner(endpoint, userId, displayName, credential, threadId, 'CallWithChat'));
|
46752
46643
|
return callWithChatAdapter;
|
46753
46644
|
}
|
@@ -46881,7 +46772,6 @@ const createAzureCommunicationCallWithChatAdapterFromClients = (_b) => __awaiter
|
|
46881
46772
|
const callAdapter = yield createAzureCommunicationCallAdapterFromClient(callClient, callAgent, callLocator, callAdapterOptions);
|
46882
46773
|
const chatAdapter = yield createAzureCommunicationChatAdapterFromClient(chatClient, chatThreadClient);
|
46883
46774
|
const callWithChatAdapter = new AzureCommunicationCallWithChatAdapter(callAdapter, chatAdapter);
|
46884
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
46885
46775
|
callWithChatAdapter.setCreateChatAdapterCallback((threadId) => createAzureCommunicationChatAdapterFromClient(chatClient, chatClient.getChatThreadClient(threadId)));
|
46886
46776
|
return callWithChatAdapter;
|
46887
46777
|
});
|
@@ -47588,4 +47478,4 @@ exports.useTeamsCall = useTeamsCall;
|
|
47588
47478
|
exports.useTeamsCallAdapter = useTeamsCallAdapter;
|
47589
47479
|
exports.useTeamsCallAgent = useTeamsCallAgent;
|
47590
47480
|
exports.useTheme = useTheme;
|
47591
|
-
//# sourceMappingURL=index-
|
47481
|
+
//# sourceMappingURL=index-DgayO1nv.js.map
|