@azure/communication-react 1.18.0-alpha-202406270014 → 1.18.0-alpha-202406300015
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 +37 -32
 - package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-wvY5Rvxk.js → ChatMessageComponentAsRichTextEditBox-BtaxqZHP.js} +2 -2
 - package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-wvY5Rvxk.js.map → ChatMessageComponentAsRichTextEditBox-BtaxqZHP.js.map} +1 -1
 - package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-Cm6AVfYa.js → RichTextSendBoxWrapper-BMGUpdeA.js} +2 -2
 - package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-Cm6AVfYa.js.map → RichTextSendBoxWrapper-BMGUpdeA.js.map} +1 -1
 - package/dist/dist-cjs/communication-react/{index-CQFUKJFW.js → index-D8bZR5YN.js} +120 -161
 - package/dist/dist-cjs/communication-react/index-D8bZR5YN.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/errorBarSelector.js +5 -20
 - package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +3 -1
 - package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +12 -0
 - package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/index.d.ts +2 -2
 - package/dist/dist-esm/calling-component-bindings/src/index.js +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/{errorNotificationStackSelector.d.ts → notificationStackSelector.d.ts} +4 -3
 - package/dist/dist-esm/calling-component-bindings/src/{errorNotificationStackSelector.js → notificationStackSelector.js} +13 -4
 - package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -0
 - package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +1 -0
 - package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +9 -0
 - package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
 - package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
 - package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
 - package/dist/dist-esm/communication-react/src/index.d.ts +1 -0
 - package/dist/dist-esm/communication-react/src/index.js.map +1 -1
 - package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +4 -0
 - package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.d.ts +1 -21
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +8 -8
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.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.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/utils/merge.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/utils.js +5 -1
 - package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
 - package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +1 -1
 - package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
 - package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +9 -9
 - package/dist/dist-esm/react-components/src/theming/icons.d.ts +1 -0
 - package/dist/dist-esm/react-components/src/theming/icons.js +4 -1
 - package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +17 -19
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +2 -0
 - 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 +9 -1
 - 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/CallArrangement.d.ts +1 -2
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +12 -8
 - 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/LocalDeviceSettings.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.d.ts +1 -0
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +12 -3
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +1 -2
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +7 -4
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +4 -2
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +3 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.d.ts +4 -2
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +3 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.d.ts +4 -0
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +10 -0
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.d.ts +6 -2
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.d.ts +5 -4
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.d.ts +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +6 -0
 - package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -7
 - package/package.json +1 -1
 - package/dist/dist-cjs/communication-react/index-CQFUKJFW.js.map +0 -1
 - package/dist/dist-esm/calling-component-bindings/src/errorNotificationStackSelector.js.map +0 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BadNetworkQualityNotificationBar.d.ts +0 -22
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BadNetworkQualityNotificationBar.js +0 -40
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BadNetworkQualityNotificationBar.js.map +0 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/badNetworkQualitySelector.d.ts +0 -19
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/badNetworkQualitySelector.js +0 -26
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/badNetworkQualitySelector.js.map +0 -1
 
| 
         @@ -175,7 +175,7 @@ function getDefaultExportFromCjs (x) { 
     | 
|
| 
       175 
175 
     | 
    
         
             
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
       176 
176 
     | 
    
         
             
            // Licensed under the MIT License.
         
     | 
| 
       177 
177 
     | 
    
         
             
            // GENERATED FILE. DO NOT EDIT MANUALLY.
         
     | 
| 
       178 
     | 
    
         
            -
            var telemetryVersion = '1.18.0-alpha- 
     | 
| 
      
 178 
     | 
    
         
            +
            var telemetryVersion = '1.18.0-alpha-202406300015';
         
     | 
| 
       179 
179 
     | 
    
         | 
| 
       180 
180 
     | 
    
         | 
| 
       181 
181 
     | 
    
         
             
            var telemetryVersion$1 = /*@__PURE__*/getDefaultExportFromCjs(telemetryVersion);
         
     | 
| 
         @@ -509,12 +509,6 @@ const getSupportedSpokenLanguages = (state, props) => { 
     | 
|
| 
       509 
509 
     | 
    
         
             
                var _a;
         
     | 
| 
       510 
510 
     | 
    
         
             
                return (_a = state.calls[props.callId]) === null || _a === void 0 ? void 0 : _a.captionsFeature.supportedSpokenLanguages;
         
     | 
| 
       511 
511 
     | 
    
         
             
            };
         
     | 
| 
       512 
     | 
    
         
            -
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       513 
     | 
    
         
            -
            /** @private */
         
     | 
| 
       514 
     | 
    
         
            -
            const getTeamsMeetingConference = (state, props) => {
         
     | 
| 
       515 
     | 
    
         
            -
                var _a;
         
     | 
| 
       516 
     | 
    
         
            -
                return (_a = state.calls[props.callId]) === null || _a === void 0 ? void 0 : _a.teamsMeetingConference;
         
     | 
| 
       517 
     | 
    
         
            -
            };
         
     | 
| 
       518 
512 
     | 
    
         | 
| 
       519 
513 
     | 
    
         
             
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
       520 
514 
     | 
    
         
             
            // Licensed under the MIT License.
         
     | 
| 
         @@ -1325,8 +1319,8 @@ const createDefaultTeamsCallingHandlers = memoizeOne((callClient, callAgent, dev 
     | 
|
| 
       1325 
1319 
     | 
    
         
             
             *
         
     | 
| 
       1326 
1320 
     | 
    
         
             
             * @beta
         
     | 
| 
       1327 
1321 
     | 
    
         
             
             */
         
     | 
| 
       1328 
     | 
    
         
            -
            const  
     | 
| 
       1329 
     | 
    
         
            -
                var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t;
         
     | 
| 
      
 1322 
     | 
    
         
            +
            const notificationStackSelector = reselect.createSelector([getLatestErrors$1, getDiagnostics, getDeviceManager$1, getEnvironmentInfo], (latestErrors, diagnostics, deviceManager, environmentInfo) => {
         
     | 
| 
      
 1323 
     | 
    
         
            +
                var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
         
     | 
| 
       1330 
1324 
     | 
    
         
             
                // The order in which the errors are returned is significant: The `Notification` shows errors on the UI in that order.
         
     | 
| 
       1331 
1325 
     | 
    
         
             
                // There are several options for the ordering:
         
     | 
| 
       1332 
1326 
     | 
    
         
             
                //   - Sorted by when the errors happened (latest first / oldest first).
         
     | 
| 
         @@ -1428,6 +1422,8 @@ const errorNotificationStackSelector = reselect.createSelector([getLatestErrors$ 
     | 
|
| 
       1428 
1422 
     | 
    
         
             
                    appendActiveErrorIfDefined$1(activeErrorMessages, latestErrors, 'Call.startVideo', 'startVideoGeneric');
         
     | 
| 
       1429 
1423 
     | 
    
         
             
                }
         
     | 
| 
       1430 
1424 
     | 
    
         
             
                appendActiveErrorIfDefined$1(activeErrorMessages, latestErrors, 'Call.unmute', 'unmuteGeneric');
         
     | 
| 
      
 1425 
     | 
    
         
            +
                /* @conditional-compile-remove(soft-mute) */
         
     | 
| 
      
 1426 
     | 
    
         
            +
                appendActiveErrorIfDefined$1(activeErrorMessages, latestErrors, 'Call.mutedByOthers', 'mutedByRemoteParticipant');
         
     | 
| 
       1431 
1427 
     | 
    
         
             
                appendActiveErrorIfDefined$1(activeErrorMessages, latestErrors, 'VideoEffectsFeature.startEffects', 'unableToStartVideoEffect');
         
     | 
| 
       1432 
1428 
     | 
    
         
             
                if (((_s = latestErrors['CallAgent.join']) === null || _s === void 0 ? void 0 : _s.message) === 'CallAgent.join: Invalid meeting link') {
         
     | 
| 
       1433 
1429 
     | 
    
         
             
                    appendActiveErrorIfDefined$1(activeErrorMessages, latestErrors, 'CallAgent.join', 'failedToJoinCallInvalidMeetingLink');
         
     | 
| 
         @@ -1438,7 +1434,14 @@ const errorNotificationStackSelector = reselect.createSelector([getLatestErrors$ 
     | 
|
| 
       1438 
1434 
     | 
    
         
             
                if ((_t = latestErrors['Call.feature']) === null || _t === void 0 ? void 0 : _t.message.match(/Call\.feature: startSpotlight failed\. \d+ is the max number of participants that can be Spotlighted/g)) {
         
     | 
| 
       1439 
1435 
     | 
    
         
             
                    appendActiveErrorIfDefined$1(activeErrorMessages, latestErrors, 'Call.feature', 'startSpotlightWhileMaxParticipantsAreSpotlighted');
         
     | 
| 
       1440 
1436 
     | 
    
         
             
                }
         
     | 
| 
       1441 
     | 
    
         
            -
                 
     | 
| 
      
 1437 
     | 
    
         
            +
                //below is for active notifications
         
     | 
| 
      
 1438 
     | 
    
         
            +
                let activeNotifications = [];
         
     | 
| 
      
 1439 
     | 
    
         
            +
                if ((_u = diagnostics === null || diagnostics === void 0 ? void 0 : diagnostics.media.latest.speakingWhileMicrophoneIsMuted) === null || _u === void 0 ? void 0 : _u.value) {
         
     | 
| 
      
 1440 
     | 
    
         
            +
                    activeNotifications.push({ type: 'speakingWhileMuted', timestamp: new Date(Date.now()), autoDismiss: true });
         
     | 
| 
      
 1441 
     | 
    
         
            +
                }
         
     | 
| 
      
 1442 
     | 
    
         
            +
                // sort notifications by timestamp from earliest to latest
         
     | 
| 
      
 1443 
     | 
    
         
            +
                activeNotifications = activeNotifications.sort((a, b) => { var _a, _b; return ((_a = a.timestamp) !== null && _a !== void 0 ? _a : new Date(Date.now())).getDate() - ((_b = b.timestamp) !== null && _b !== void 0 ? _b : new Date(Date.now())).getDate(); });
         
     | 
| 
      
 1444 
     | 
    
         
            +
                return { activeErrorMessages: activeErrorMessages, activeNotifications: activeNotifications };
         
     | 
| 
       1442 
1445 
     | 
    
         
             
            });
         
     | 
| 
       1443 
1446 
     | 
    
         
             
            /* @conditional-compile-remove(notifications) */
         
     | 
| 
       1444 
1447 
     | 
    
         
             
            const appendActiveErrorIfDefined$1 = (activeErrorMessages, latestErrors, target, activeErrorType) => {
         
     | 
| 
         @@ -4372,6 +4375,8 @@ class CallSubscriber { 
     | 
|
| 
       4372 
4375 
     | 
    
         
             
                        this._call.feature(communicationCalling.Features.DominantSpeakers).on('dominantSpeakersChanged', this.dominantSpeakersChanged);
         
     | 
| 
       4373 
4376 
     | 
    
         
             
                        /* @conditional-compile-remove(total-participant-count) */
         
     | 
| 
       4374 
4377 
     | 
    
         
             
                        this._call.on('totalParticipantCountChanged', this.totalParticipantCountChangedHandler);
         
     | 
| 
      
 4378 
     | 
    
         
            +
                        /* @conditional-compile-remove(soft-mute) */
         
     | 
| 
      
 4379 
     | 
    
         
            +
                        this._call.on('mutedByOthers', this.mutedByOthersHandler);
         
     | 
| 
       4375 
4380 
     | 
    
         
             
                        for (const localVideoStream of this._call.localVideoStreams) {
         
     | 
| 
       4376 
4381 
     | 
    
         
             
                            this._internalContext.setLocalRenderInfo(this._callIdRef.callId, localVideoStream.mediaStreamType, localVideoStream, 'NotRendered', undefined);
         
     | 
| 
       4377 
4382 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -4398,6 +4403,8 @@ class CallSubscriber { 
     | 
|
| 
       4398 
4403 
     | 
    
         
             
                        this._call.off('roleChanged', this.callRoleChangedHandler);
         
     | 
| 
       4399 
4404 
     | 
    
         
             
                        /* @conditional-compile-remove(total-participant-count) */
         
     | 
| 
       4400 
4405 
     | 
    
         
             
                        this._call.off('totalParticipantCountChanged', this.totalParticipantCountChangedHandler);
         
     | 
| 
      
 4406 
     | 
    
         
            +
                        /* @conditional-compile-remove(soft-mute) */
         
     | 
| 
      
 4407 
     | 
    
         
            +
                        this._call.off('mutedByOthers', this.mutedByOthersHandler);
         
     | 
| 
       4401 
4408 
     | 
    
         
             
                        this._participantSubscribers.forEach((participantSubscriber) => {
         
     | 
| 
       4402 
4409 
     | 
    
         
             
                            participantSubscriber.unsubscribe();
         
     | 
| 
       4403 
4410 
     | 
    
         
             
                        });
         
     | 
| 
         @@ -4471,6 +4478,11 @@ class CallSubscriber { 
     | 
|
| 
       4471 
4478 
     | 
    
         
             
                    this.totalParticipantCountChangedHandler = () => {
         
     | 
| 
       4472 
4479 
     | 
    
         
             
                        this._context.setTotalParticipantCount(this._callIdRef.callId, this._call.totalParticipantCount);
         
     | 
| 
       4473 
4480 
     | 
    
         
             
                    };
         
     | 
| 
      
 4481 
     | 
    
         
            +
                    // TODO: Tee to notification state once available
         
     | 
| 
      
 4482 
     | 
    
         
            +
                    /* @conditional-compile-remove(soft-mute) */
         
     | 
| 
      
 4483 
     | 
    
         
            +
                    this.mutedByOthersHandler = () => {
         
     | 
| 
      
 4484 
     | 
    
         
            +
                        this._context.teeErrorToState({ name: 'mutedByOthers', message: 'Muted by another participant' }, 'Call.mutedByOthers');
         
     | 
| 
      
 4485 
     | 
    
         
            +
                    };
         
     | 
| 
       4474 
4486 
     | 
    
         
             
                    this.remoteParticipantsUpdated = (event) => {
         
     | 
| 
       4475 
4487 
     | 
    
         
             
                        event.added.forEach((participant) => {
         
     | 
| 
       4476 
4488 
     | 
    
         
             
                            this.addParticipantListener(participant);
         
     | 
| 
         @@ -5903,7 +5915,7 @@ const typingIndicatorStringStyle = react.mergeStyles({ 
     | 
|
| 
       5903 
5915 
     | 
    
         
             
                wordBreak: 'break-word'
         
     | 
| 
       5904 
5916 
     | 
    
         
             
            });
         
     | 
| 
       5905 
5917 
     | 
    
         | 
| 
       5906 
     | 
    
         
            -
            var participantItem$k={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",displayNamePlaceholder:"Unnamed participant",participantStateRinging:"Calling...",participantStateHold:"On hold",attendeeRole:"Attendee"};var ParticipantList$l={overflowParticipantCount:"+{overflowCount} more"};var typingIndicator$k={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$k={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"Uploading... Please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",attachmentMoreMenu:"More Options"};var richTextSendBox$k={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"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",richTextToolbarMoreButtonAriaLabel:"More options",attachmentMoreMenu:"More Options"};var mentionPopover$k={mentionPopoverHeader:"Suggestions"};var imageOverlay$k={downloadButtonLabel:"Download",dismissButtonAriaLabel:"Close"};var messageStatusIndicator$k={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$k={label:"Leave",tooltipContent:"Leave call",leaveOption:"Leave",endCallOption:"End call for everyone"};var cameraButton$k={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 and camera options",offSplitButtonAriaLabel:"Turn on camera and camera options",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"};var microphoneButton$k={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 microphone and audio options",offSplitButtonAriaLabel:"Unmute microphone and audio options",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off",offSplitButtonMicrophonePrimaryAction:"Unmute microphone",onSplitButtonMicrophonePrimaryAction:"Mute microphone",microphonePrimaryActionSplitButtonTitle:"Use microphone"};var devicesButton$k={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$k={label:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied"};var screenShareButton$k={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var raiseHandButton$k={offLabel:"Raise",onLabel:"Lower",tooltipDisabledContent:"Raise Hand action is disabled",tooltipOnContent:"Lower Hand",tooltipOffContent:"Raise Hand"};var reactionButton$k={label:"React",ariaLabel:"React Button, Send a reaction",tooltipDisabledContent:"Reaction action is disabled",tooltipContent:"Send a reaction",likeReactionTooltipContent:"Like",heartReactionTooltipContent:"Love",laughReactionTooltipContent:"Laugh",applauseReactionTooltipContent:"Applause",surprisedReactionTooltipContent:"Surprised"};var messageThread$k={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:"{author} says",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"};var errorBar$k={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.",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."};var notificationStack={callingNetworkFailure:{title:"Troubling connecting call",message:"You seem to be offline. Please check your network connection and try again.",closeButtonAriaLabel:"Close"},startVideoGeneric:{title:"Failed to start video.",closeButtonAriaLabel:"Close"},stopVideoGeneric:{title:"Failed to stop video.",closeButtonAriaLabel:"Close"},muteGeneric:{title:"Failed to mute microphone.",closeButtonAriaLabel:"Close"},unmuteGeneric:{title:"Failed to unmute microphone.",closeButtonAriaLabel:"Close"},speakingWhileMuted:{title:"You're muted.",closeButtonAriaLabel:"Close"},startScreenShareGeneric:{title:"There was an issue starting screen share.",closeButtonAriaLabel:"Close"},stopScreenShareGeneric:{title:"Failed to stop screen sharing.",closeButtonAriaLabel:"Close"},callNetworkQualityLow:{title:"Network quality is low.",closeButtonAriaLabel:"Close"},callNoSpeakerFound:{title:"No speakers or headphones found",message:"Connect an audio device to hear the call.",closeButtonAriaLabel:"Close"},callNoMicrophoneFound:{title:"No microphones found",message:"Connect an audio input device.",closeButtonAriaLabel:"Close"},callMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Click the lock in the address bar to grant permission to this webpage.",closeButtonAriaLabel:"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.",closeButtonAriaLabel:"Close"},callMicrophoneMutedBySystem:{title:"You are muted by your system.",closeButtonAriaLabel:"Close"},callMicrophoneUnmutedBySystem:{title:"Your microphone recovered and you were unmuted by your system.",closeButtonAriaLabel:"Close"},callMacOsMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Grant microphone permission in your macOS privacy settings.",closeButtonAriaLabel:"Close"},callLocalVideoFreeze:{title:"Network bandwidth is poor",message:"Your video may appear paused for others on the call.",closeButtonAriaLabel:"Close"},callCameraAccessDenied:{title:"Unable to access camera",message:"Click the lock in the address bar to grant permission to this webpage.",closeButtonAriaLabel:"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.",closeButtonAriaLabel:"Close"},callCameraAlreadyInUse:{title:"Unable to access camera",message:"It may already be in use by another application.",closeButtonAriaLabel:"Close"},callVideoStoppedBySystem:{title:"Your video has been stopped by your system.",closeButtonAriaLabel:"Close"},callVideoRecoveredBySystem:{title:"Your video has resumed.",closeButtonAriaLabel:"Close"},callMacOsCameraAccessDenied:{title:"MacOS is blocking access to your camera",message:"Update your privacy settings to allow this browser to access your camera.",closeButtonAriaLabel:"Close"},callMacOsScreenShareAccessDenied:{title:"MacOS is blocking screen sharing",message:"Update your privacy settings to allow this browser to record your screen.",closeButtonAriaLabel:"Close"},failedToJoinCallGeneric:{title:"Failed to join call.",closeButtonAriaLabel:"Close"},failedToJoinCallInvalidMeetingLink:{title:"Unable to join Meeting. Invalid Link.",closeButtonAriaLabel:"Close"},cameraFrozenForRemoteParticipants:{title:"Users in the call are having issues seeing your video",message:"Please check your devices and network.",closeButtonAriaLabel:"Close"},unableToStartVideoEffect:{title:"Unable to apply video effect.",closeButtonAriaLabel:"Close"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"Cannot start spotlight on participant(s)",message:"The maximum number of participants are already spotlighted.",closeButtonAriaLabel:"Close"}};var videoGallery$k={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s 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"};var dialpad$k={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton$k={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile$k={participantStateRinging:"Calling...",participantStateHold:"On hold",moreOptionsButtonAriaLabel:"More Options"};var CameraAndMicrophoneSitePermissionsRequest$k={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$k={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$k={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$k={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$k={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$k={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$k={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$k={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$k={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$k={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$k={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$k={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$l={primaryText:"Browser not supported",secondaryText:"Please join this call using a compatible browser.",moreHelpLinkText:"See compatibility requirements"};var UnsupportedBrowserVersion$l={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$l={primaryText:"Operating system not supported",secondaryText:"Please join this call using a device with a compatible operating system.",moreHelpLinkText:"See compatibility requirements"};var BrowserPermissionDenied$k={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$k={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$k={leftNavButtonAriaLabel:"previous page",rightNavButtonAriaLabel:"next page"};var MeetingConferencePhoneInfo$k={meetingConferencePhoneInfoModalTitle:"Join call from your phone",meetingConferencePhoneInfoModalDialIn:"Dial number",meetingConferencePhoneInfoModalMeetingId:"Enter meeting ID",meetingConferencePhoneInfoModalWait:"Wait to be admitted by organizer",meetingConferencePhoneInfoModalNoPhoneAvailable:"No phone available",meetingConferencePhoneInfoModalTollFree:"(Toll-free) {country}, {city}",meetingConferencePhoneInfoModalTollFreeWithoutGeoData:"(Toll-free)",meetingConferencePhoneInfoModalToll:"(Toll) {country}, {city}",meetingConferencePhoneInfoModalTollWithoutGeoData:"(Toll)",badQualityBarTitle:"Poor Network Quality",badQualityBarClose:"Close",badQualityBarMessage:"Join this call from your phone for better sound. You can continue viewing the meeting on this device.",badQualityBarJoin:"Join by Phone"};var en_US$1 = {participantItem:participantItem$k,ParticipantList:ParticipantList$l,typingIndicator:typingIndicator$k,sendBox:sendBox$k,richTextSendBox:richTextSendBox$k,mentionPopover:mentionPopover$k,imageOverlay:imageOverlay$k,messageStatusIndicator:messageStatusIndicator$k,endCallButton:endCallButton$k,cameraButton:cameraButton$k,microphoneButton:microphoneButton$k,devicesButton:devicesButton$k,participantsButton:participantsButton$k,screenShareButton:screenShareButton$k,raiseHandButton:raiseHandButton$k,reactionButton:reactionButton$k,messageThread:messageThread$k,errorBar:errorBar$k,notificationStack:notificationStack,videoGallery:videoGallery$k,dialpad:dialpad$k,holdButton:holdButton$k,videoTile:videoTile$k,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$k,CameraSitePermissionsRequest:CameraSitePermissionsRequest$k,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$k,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$k,CameraSitePermissionsCheck:CameraSitePermissionsCheck$k,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$k,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$k,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$k,CameraSitePermissionsDenied:CameraSitePermissionsDenied$k,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$k,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$k,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$k,UnsupportedBrowser:UnsupportedBrowser$l,UnsupportedBrowserVersion:UnsupportedBrowserVersion$l,UnsupportedOperatingSystem:UnsupportedOperatingSystem$l,BrowserPermissionDenied:BrowserPermissionDenied$k,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$k,verticalGallery:verticalGallery$k,MeetingConferencePhoneInfo:MeetingConferencePhoneInfo$k};
         
     | 
| 
      
 5918 
     | 
    
         
            +
            var participantItem$k={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",displayNamePlaceholder:"Unnamed participant",participantStateRinging:"Calling...",participantStateHold:"On hold",attendeeRole:"Attendee"};var ParticipantList$l={overflowParticipantCount:"+{overflowCount} more"};var typingIndicator$k={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$k={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"Uploading... Please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",attachmentMoreMenu:"More Options"};var richTextSendBox$k={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"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",richTextToolbarMoreButtonAriaLabel:"More options",attachmentMoreMenu:"More Options"};var mentionPopover$k={mentionPopoverHeader:"Suggestions"};var imageOverlay$k={downloadButtonLabel:"Download",dismissButtonAriaLabel:"Close"};var messageStatusIndicator$k={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$k={label:"Leave",tooltipContent:"Leave call",leaveOption:"Leave",endCallOption:"End call for everyone"};var cameraButton$k={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 and camera options",offSplitButtonAriaLabel:"Turn on camera and camera options",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"};var microphoneButton$k={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 microphone and audio options",offSplitButtonAriaLabel:"Unmute microphone and audio options",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off",offSplitButtonMicrophonePrimaryAction:"Unmute microphone",onSplitButtonMicrophonePrimaryAction:"Mute microphone",microphonePrimaryActionSplitButtonTitle:"Use microphone"};var devicesButton$k={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$k={label:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied"};var screenShareButton$k={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var raiseHandButton$k={offLabel:"Raise",onLabel:"Lower",tooltipDisabledContent:"Raise Hand action is disabled",tooltipOnContent:"Lower Hand",tooltipOffContent:"Raise Hand"};var reactionButton$k={label:"React",ariaLabel:"React Button, Send a reaction",tooltipDisabledContent:"Reaction action is disabled",tooltipContent:"Send a reaction",likeReactionTooltipContent:"Like",heartReactionTooltipContent:"Love",laughReactionTooltipContent:"Laugh",applauseReactionTooltipContent:"Applause",surprisedReactionTooltipContent:"Surprised"};var messageThread$k={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:"{author} says",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"};var errorBar$k={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.",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={callingNetworkFailure:{title:"Troubling connecting call",message:"You seem to be offline. Please check your network connection and try again.",closeButtonAriaLabel:"Close"},startVideoGeneric:{title:"Failed to start video.",closeButtonAriaLabel:"Close"},stopVideoGeneric:{title:"Failed to stop video.",closeButtonAriaLabel:"Close"},muteGeneric:{title:"Failed to mute microphone.",closeButtonAriaLabel:"Close"},unmuteGeneric:{title:"Failed to unmute microphone.",closeButtonAriaLabel:"Close"},speakingWhileMuted:{title:"You're muted.",closeButtonAriaLabel:"Close"},startScreenShareGeneric:{title:"There was an issue starting screen share.",closeButtonAriaLabel:"Close"},stopScreenShareGeneric:{title:"Failed to stop screen sharing.",closeButtonAriaLabel:"Close"},callNetworkQualityLow:{title:"Network quality is low.",closeButtonAriaLabel:"Close"},callNoSpeakerFound:{title:"No speakers or headphones found",message:"Connect an audio device to hear the call.",closeButtonAriaLabel:"Close"},callNoMicrophoneFound:{title:"No microphones found",message:"Connect an audio input device.",closeButtonAriaLabel:"Close"},callMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Click the lock in the address bar to grant permission to this webpage.",closeButtonAriaLabel:"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.",closeButtonAriaLabel:"Close"},callMicrophoneMutedBySystem:{title:"You are muted by your system.",closeButtonAriaLabel:"Close"},callMicrophoneUnmutedBySystem:{title:"Your microphone recovered and you were unmuted by your system.",closeButtonAriaLabel:"Close"},callMacOsMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Grant microphone permission in your macOS privacy settings.",closeButtonAriaLabel:"Close"},callLocalVideoFreeze:{title:"Network bandwidth is poor",message:"Your video may appear paused for others on the call.",closeButtonAriaLabel:"Close"},callCameraAccessDenied:{title:"Unable to access camera",message:"Click the lock in the address bar to grant permission to this webpage.",closeButtonAriaLabel:"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.",closeButtonAriaLabel:"Close"},callCameraAlreadyInUse:{title:"Unable to access camera",message:"It may already be in use by another application.",closeButtonAriaLabel:"Close"},callVideoStoppedBySystem:{title:"Your video has been stopped by your system.",closeButtonAriaLabel:"Close"},callVideoRecoveredBySystem:{title:"Your video has resumed.",closeButtonAriaLabel:"Close"},callMacOsCameraAccessDenied:{title:"MacOS is blocking access to your camera",message:"Update your privacy settings to allow this browser to access your camera.",closeButtonAriaLabel:"Close"},callMacOsScreenShareAccessDenied:{title:"MacOS is blocking screen sharing",message:"Update your privacy settings to allow this browser to record your screen.",closeButtonAriaLabel:"Close"},failedToJoinCallGeneric:{title:"Failed to join call.",closeButtonAriaLabel:"Close"},failedToJoinCallInvalidMeetingLink:{title:"Unable to join Meeting. Invalid Link.",closeButtonAriaLabel:"Close"},cameraFrozenForRemoteParticipants:{title:"Users in the call are having issues seeing your video",message:"Please check your devices and network.",closeButtonAriaLabel:"Close"},unableToStartVideoEffect:{title:"Unable to apply video effect.",closeButtonAriaLabel:"Close"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"Cannot start spotlight on participant(s)",message:"The maximum number of participants are already spotlighted.",closeButtonAriaLabel:"Close"},mutedByRemoteParticipant:{title:"You were muted by another participant.",closeButtonAriaLabel:"Close"}};var videoGallery$k={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s 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"};var dialpad$k={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton$k={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile$k={participantStateRinging:"Calling...",participantStateHold:"On hold",moreOptionsButtonAriaLabel:"More Options"};var CameraAndMicrophoneSitePermissionsRequest$k={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$k={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$k={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$k={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$k={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$k={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$k={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$k={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$k={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$k={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$k={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$k={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$l={primaryText:"Browser not supported",secondaryText:"Please join this call using a compatible browser.",moreHelpLinkText:"See compatibility requirements"};var UnsupportedBrowserVersion$l={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$l={primaryText:"Operating system not supported",secondaryText:"Please join this call using a device with a compatible operating system.",moreHelpLinkText:"See compatibility requirements"};var BrowserPermissionDenied$k={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$k={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$k={leftNavButtonAriaLabel:"previous page",rightNavButtonAriaLabel:"next page"};var MeetingConferencePhoneInfo$k={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 en_US$1 = {participantItem:participantItem$k,ParticipantList:ParticipantList$l,typingIndicator:typingIndicator$k,sendBox:sendBox$k,richTextSendBox:richTextSendBox$k,mentionPopover:mentionPopover$k,imageOverlay:imageOverlay$k,messageStatusIndicator:messageStatusIndicator$k,endCallButton:endCallButton$k,cameraButton:cameraButton$k,microphoneButton:microphoneButton$k,devicesButton:devicesButton$k,participantsButton:participantsButton$k,screenShareButton:screenShareButton$k,raiseHandButton:raiseHandButton$k,reactionButton:reactionButton$k,messageThread:messageThread$k,errorBar:errorBar$k,notificationStack:notificationStack,videoGallery:videoGallery$k,dialpad:dialpad$k,holdButton:holdButton$k,videoTile:videoTile$k,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$k,CameraSitePermissionsRequest:CameraSitePermissionsRequest$k,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$k,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$k,CameraSitePermissionsCheck:CameraSitePermissionsCheck$k,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$k,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$k,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$k,CameraSitePermissionsDenied:CameraSitePermissionsDenied$k,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$k,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$k,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$k,UnsupportedBrowser:UnsupportedBrowser$l,UnsupportedBrowserVersion:UnsupportedBrowserVersion$l,UnsupportedOperatingSystem:UnsupportedOperatingSystem$l,BrowserPermissionDenied:BrowserPermissionDenied$k,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$k,verticalGallery:verticalGallery$k,MeetingConferencePhoneInfo:MeetingConferencePhoneInfo$k};
         
     | 
| 
       5907 
5919 
     | 
    
         | 
| 
       5908 
5920 
     | 
    
         
             
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
       5909 
5921 
     | 
    
         
             
            // Licensed under the MIT License.
         
     | 
| 
         @@ -6415,7 +6427,11 @@ const customNotificationIconName = { 
     | 
|
| 
       6415 
6427 
     | 
    
         
             
                callCameraAlreadyInUse: 'ErrorBarCallCameraAlreadyInUse',
         
     | 
| 
       6416 
6428 
     | 
    
         
             
                callVideoStoppedBySystem: 'ErrorBarCallVideoStoppedBySystem',
         
     | 
| 
       6417 
6429 
     | 
    
         
             
                callVideoRecoveredBySystem: 'ErrorBarCallVideoRecoveredBySystem',
         
     | 
| 
       6418 
     | 
    
         
            -
                callMacOsCameraAccessDenied: 'ErrorBarCallMacOsCameraAccessDenied'
         
     | 
| 
      
 6430 
     | 
    
         
            +
                callMacOsCameraAccessDenied: 'ErrorBarCallMacOsCameraAccessDenied',
         
     | 
| 
      
 6431 
     | 
    
         
            +
                /* @conditional-compile-remove(soft-mute) */
         
     | 
| 
      
 6432 
     | 
    
         
            +
                mutedByRemoteParticipant: 'ErrorBarMutedByRemoteParticipant',
         
     | 
| 
      
 6433 
     | 
    
         
            +
                /* @conditional-compile-remove(notifications) */
         
     | 
| 
      
 6434 
     | 
    
         
            +
                speakingWhileMuted: 'ErrorBarCallMicrophoneMutedBySystem'
         
     | 
| 
       6419 
6435 
     | 
    
         
             
            };
         
     | 
| 
       6420 
6436 
     | 
    
         
             
            /**
         
     | 
| 
       6421 
6437 
     | 
    
         
             
             * @private
         
     | 
| 
         @@ -7106,7 +7122,7 @@ const DEFAULT_COMPONENT_ICONS = { 
     | 
|
| 
       7106 
7122 
     | 
    
         
             
                ErrorBarCallMacOsCameraAccessDenied: React.createElement(reactIcons.VideoProhibited16Filled, null),
         
     | 
| 
       7107 
7123 
     | 
    
         
             
                ErrorBarCallMacOsMicrophoneAccessDenied: React.createElement(reactIcons.MicProhibited16Filled, null),
         
     | 
| 
       7108 
7124 
     | 
    
         
             
                ErrorBarCallMicrophoneAccessDenied: React.createElement(reactIcons.MicProhibited16Filled, null),
         
     | 
| 
       7109 
     | 
    
         
            -
                ErrorBarCallMicrophoneMutedBySystem: React.createElement(reactIcons. 
     | 
| 
      
 7125 
     | 
    
         
            +
                ErrorBarCallMicrophoneMutedBySystem: React.createElement(reactIcons.MicOff16Regular, null),
         
     | 
| 
       7110 
7126 
     | 
    
         
             
                ErrorBarCallMicrophoneUnmutedBySystem: React.createElement(reactIcons.Mic16Filled, null),
         
     | 
| 
       7111 
7127 
     | 
    
         
             
                ErrorBarCallNetworkQualityLow: React.createElement(WifiWarning16Filled, null),
         
     | 
| 
       7112 
7128 
     | 
    
         
             
                ErrorBarCallNoMicrophoneFound: React.createElement(reactIcons.MicProhibited16Filled, null),
         
     | 
| 
         @@ -7114,6 +7130,8 @@ const DEFAULT_COMPONENT_ICONS = { 
     | 
|
| 
       7114 
7130 
     | 
    
         
             
                ErrorBarClear: React.createElement(reactIcons.Dismiss16Regular, null),
         
     | 
| 
       7115 
7131 
     | 
    
         
             
                ErrorBarCallVideoRecoveredBySystem: React.createElement(reactIcons.Video16Filled, null),
         
     | 
| 
       7116 
7132 
     | 
    
         
             
                ErrorBarCallVideoStoppedBySystem: React.createElement(reactIcons.VideoProhibited16Filled, null),
         
     | 
| 
      
 7133 
     | 
    
         
            +
                /* @conditional-compile-remove(soft-mute) */
         
     | 
| 
      
 7134 
     | 
    
         
            +
                ErrorBarMutedByRemoteParticipant: React.createElement(reactIcons.MicOff16Regular, null),
         
     | 
| 
       7117 
7135 
     | 
    
         
             
                HorizontalGalleryLeftButton: React.createElement(GalleryLeftButton, null),
         
     | 
| 
       7118 
7136 
     | 
    
         
             
                HorizontalGalleryRightButton: React.createElement(GalleryRightButton, null),
         
     | 
| 
       7119 
7137 
     | 
    
         
             
                MessageDelivered: React.createElement(reactIcons.CheckmarkCircle16Regular, null),
         
     | 
| 
         @@ -13939,7 +13957,7 @@ class _ErrorBoundary extends React.Component { 
     | 
|
| 
       13939 
13957 
     | 
    
         
             
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
       13940 
13958 
     | 
    
         
             
            // Licensed under the MIT License.
         
     | 
| 
       13941 
13959 
     | 
    
         
             
            /* @conditional-compile-remove(rich-text-editor) */
         
     | 
| 
       13942 
     | 
    
         
            -
            const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox- 
     | 
| 
      
 13960 
     | 
    
         
            +
            const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-BtaxqZHP.js'); }));
         
     | 
| 
       13943 
13961 
     | 
    
         
             
            /**
         
     | 
| 
       13944 
13962 
     | 
    
         
             
             * @private
         
     | 
| 
       13945 
13963 
     | 
    
         
             
             * Use this function to load RoosterJS dependencies early in the lifecycle.
         
     | 
| 
         @@ -13947,7 +13965,7 @@ const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve() 
     | 
|
| 
       13947 
13965 
     | 
    
         
             
             *
         
     | 
| 
       13948 
13966 
     | 
    
         
             
             * @conditional-compile-remove(rich-text-editor)
         
     | 
| 
       13949 
13967 
     | 
    
         
             
             */
         
     | 
| 
       13950 
     | 
    
         
            -
            const loadChatMessageComponentAsRichTextEditBox = () => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox- 
     | 
| 
      
 13968 
     | 
    
         
            +
            const loadChatMessageComponentAsRichTextEditBox = () => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-BtaxqZHP.js'); });
         
     | 
| 
       13951 
13969 
     | 
    
         
             
            /**
         
     | 
| 
       13952 
13970 
     | 
    
         
             
             * @private
         
     | 
| 
       13953 
13971 
     | 
    
         
             
             */
         
     | 
| 
         @@ -23449,7 +23467,13 @@ const MeetingConferencePhoneInfoModal = (props) => { 
     | 
|
| 
       23449 
23467 
     | 
    
         
             
                                        React.createElement(react.Stack.Item, null,
         
     | 
| 
       23450 
23468 
     | 
    
         
             
                                            React.createElement(react.Text, { className: stepTextStyle }, strings === null || strings === void 0 ? void 0 : strings.meetingConferencePhoneInfoModalDialIn)))),
         
     | 
| 
       23451 
23469 
     | 
    
         
             
                                React.createElement(react.Stack.Item, { className: phoneInfoStep$1 }, conferencePhoneInfoList.map((phoneNumber, index) => (React.createElement(react.Stack.Item, { key: index },
         
     | 
| 
       23452 
     | 
    
         
            -
                                    React.createElement(react.Text, { className: phoneInfoTextStyle$1 }, 
     | 
| 
      
 23470 
     | 
    
         
            +
                                    React.createElement(react.Text, { className: phoneInfoTextStyle$1 },
         
     | 
| 
      
 23471 
     | 
    
         
            +
                                        formatPhoneNumber(phoneNumber.phoneNumber),
         
     | 
| 
      
 23472 
     | 
    
         
            +
                                        ' ',
         
     | 
| 
      
 23473 
     | 
    
         
            +
                                        phoneNumber.isTollFree
         
     | 
| 
      
 23474 
     | 
    
         
            +
                                            ? strings.meetingConferencePhoneInfoModalTollFree
         
     | 
| 
      
 23475 
     | 
    
         
            +
                                            : strings.meetingConferencePhoneInfoModalToll),
         
     | 
| 
      
 23476 
     | 
    
         
            +
                                    React.createElement("br", null),
         
     | 
| 
       23453 
23477 
     | 
    
         
             
                                    React.createElement(react.Text, { className: phoneInfoTextStyle$1 },
         
     | 
| 
       23454 
23478 
     | 
    
         
             
                                        " ",
         
     | 
| 
       23455 
23479 
     | 
    
         
             
                                        formatPhoneNumberInfo(phoneNumber, strings))))))),
         
     | 
| 
         @@ -23503,13 +23527,7 @@ const formatPhoneNumberLink = (phoneNumber) => { 
     | 
|
| 
       23503 
23527 
     | 
    
         
             
             * format phone number
         
     | 
| 
       23504 
23528 
     | 
    
         
             
             */
         
     | 
| 
       23505 
23529 
     | 
    
         
             
            const formatPhoneNumberInfo = (phoneNumber, strings) => {
         
     | 
| 
       23506 
     | 
    
         
            -
                const templateText = phoneNumber. 
     | 
| 
       23507 
     | 
    
         
            -
                    ? phoneNumber.country && phoneNumber.city
         
     | 
| 
       23508 
     | 
    
         
            -
                        ? strings === null || strings === void 0 ? void 0 : strings.meetingConferencePhoneInfoModalTollFree
         
     | 
| 
       23509 
     | 
    
         
            -
                        : strings === null || strings === void 0 ? void 0 : strings.meetingConferencePhoneInfoModalTollFreeWithoutGeoData
         
     | 
| 
       23510 
     | 
    
         
            -
                    : phoneNumber.country && phoneNumber.city
         
     | 
| 
       23511 
     | 
    
         
            -
                        ? strings === null || strings === void 0 ? void 0 : strings.meetingConferencePhoneInfoModalToll
         
     | 
| 
       23512 
     | 
    
         
            -
                        : strings === null || strings === void 0 ? void 0 : strings.meetingConferencePhoneInfoModalTollWithoutGeoData;
         
     | 
| 
      
 23530 
     | 
    
         
            +
                const templateText = phoneNumber.country && phoneNumber.city ? strings === null || strings === void 0 ? void 0 : strings.meetingConferencePhoneInfoModalTollGeoData : '';
         
     | 
| 
       23513 
23531 
     | 
    
         
             
                return ((templateText === null || templateText === void 0 ? void 0 : templateText.replace('{phoneNumber}', formatPhoneNumber(phoneNumber.phoneNumber)).replace('{country}', phoneNumber.country || '').replace('{city}', phoneNumber.city || '').trim()) || '');
         
     | 
| 
       23514 
23532 
     | 
    
         
             
            };
         
     | 
| 
       23515 
23533 
     | 
    
         
             
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
         @@ -24436,15 +24454,7 @@ const useSelector$3 = (selector, selectorProps) => { 
     | 
|
| 
       24436 
24454 
     | 
    
         
             
             *
         
     | 
| 
       24437 
24455 
     | 
    
         
             
             * @public
         
     | 
| 
       24438 
24456 
     | 
    
         
             
             */
         
     | 
| 
       24439 
     | 
    
         
            -
            const errorBarSelector$1 = reselect.createSelector([
         
     | 
| 
       24440 
     | 
    
         
            -
                getLatestErrors$1,
         
     | 
| 
       24441 
     | 
    
         
            -
                getDiagnostics,
         
     | 
| 
       24442 
     | 
    
         
            -
                getDeviceManager$1,
         
     | 
| 
       24443 
     | 
    
         
            -
                getEnvironmentInfo,
         
     | 
| 
       24444 
     | 
    
         
            -
                /* @conditional-compile-remove(teams-meeting-conference) */ getTeamsMeetingConference
         
     | 
| 
       24445 
     | 
    
         
            -
            ], (latestErrors, diagnostics, deviceManager, environmentInfo, 
         
     | 
| 
       24446 
     | 
    
         
            -
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       24447 
     | 
    
         
            -
            meetingConference) => {
         
     | 
| 
      
 24457 
     | 
    
         
            +
            const errorBarSelector$1 = reselect.createSelector([getLatestErrors$1, getDiagnostics, getDeviceManager$1, getEnvironmentInfo], (latestErrors, diagnostics, deviceManager, environmentInfo) => {
         
     | 
| 
       24448 
24458 
     | 
    
         
             
                var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t;
         
     | 
| 
       24449 
24459 
     | 
    
         
             
                // The order in which the errors are returned is significant: The `ErrorBar` shows errors on the UI in that order.
         
     | 
| 
       24450 
24460 
     | 
    
         
             
                // There are several options for the ordering:
         
     | 
| 
         @@ -24462,15 +24472,8 @@ meetingConference) => { 
     | 
|
| 
       24462 
24472 
     | 
    
         
             
                    /* @conditional-compile-remove(calling-environment-info) */
         
     | 
| 
       24463 
24473 
     | 
    
         
             
                    return (environmentInfo === null || environmentInfo === void 0 ? void 0 : environmentInfo.environment.platform) === 'mac';
         
     | 
| 
       24464 
24474 
     | 
    
         
             
                };
         
     | 
| 
       24465 
     | 
    
         
            -
                 
     | 
| 
       24466 
     | 
    
         
            -
             
     | 
| 
       24467 
     | 
    
         
            -
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       24468 
     | 
    
         
            -
                if (meetingConference && meetingConference.length > 0) {
         
     | 
| 
       24469 
     | 
    
         
            -
                    isTeamsMeetingWithPhones = true;
         
     | 
| 
       24470 
     | 
    
         
            -
                }
         
     | 
| 
       24471 
     | 
    
         
            -
                if (!isTeamsMeetingWithPhones && // Teams meeting with conference phones has separate notification
         
     | 
| 
       24472 
     | 
    
         
            -
                    (((_a = diagnostics === null || diagnostics === void 0 ? void 0 : diagnostics.network.latest.networkReceiveQuality) === null || _a === void 0 ? void 0 : _a.value) === communicationCalling.DiagnosticQuality.Bad ||
         
     | 
| 
       24473 
     | 
    
         
            -
                        ((_b = diagnostics === null || diagnostics === void 0 ? void 0 : diagnostics.network.latest.networkReceiveQuality) === null || _b === void 0 ? void 0 : _b.value) === communicationCalling.DiagnosticQuality.Poor)) {
         
     | 
| 
      
 24475 
     | 
    
         
            +
                if (((_a = diagnostics === null || diagnostics === void 0 ? void 0 : diagnostics.network.latest.networkReceiveQuality) === null || _a === void 0 ? void 0 : _a.value) === communicationCalling.DiagnosticQuality.Bad ||
         
     | 
| 
      
 24476 
     | 
    
         
            +
                    ((_b = diagnostics === null || diagnostics === void 0 ? void 0 : diagnostics.network.latest.networkReceiveQuality) === null || _b === void 0 ? void 0 : _b.value) === communicationCalling.DiagnosticQuality.Poor) {
         
     | 
| 
       24474 
24477 
     | 
    
         
             
                    activeErrorMessages.push({ type: 'callNetworkQualityLow' });
         
     | 
| 
       24475 
24478 
     | 
    
         
             
                }
         
     | 
| 
       24476 
24479 
     | 
    
         
             
                if (((_c = diagnostics === null || diagnostics === void 0 ? void 0 : diagnostics.media.latest.noSpeakerDevicesEnumerated) === null || _c === void 0 ? void 0 : _c.value) === true) {
         
     | 
| 
         @@ -24553,6 +24556,8 @@ meetingConference) => { 
     | 
|
| 
       24553 
24556 
     | 
    
         
             
                    appendActiveErrorIfDefined(activeErrorMessages, latestErrors, 'Call.startVideo', 'startVideoGeneric');
         
     | 
| 
       24554 
24557 
     | 
    
         
             
                }
         
     | 
| 
       24555 
24558 
     | 
    
         
             
                appendActiveErrorIfDefined(activeErrorMessages, latestErrors, 'Call.unmute', 'unmuteGeneric');
         
     | 
| 
      
 24559 
     | 
    
         
            +
                /* @conditional-compile-remove(soft-mute) */
         
     | 
| 
      
 24560 
     | 
    
         
            +
                appendActiveErrorIfDefined(activeErrorMessages, latestErrors, 'Call.mutedByOthers', 'mutedByRemoteParticipant');
         
     | 
| 
       24556 
24561 
     | 
    
         
             
                appendActiveErrorIfDefined(activeErrorMessages, latestErrors, 'VideoEffectsFeature.startEffects', 'unableToStartVideoEffect');
         
     | 
| 
       24557 
24562 
     | 
    
         
             
                if (((_s = latestErrors['CallAgent.join']) === null || _s === void 0 ? void 0 : _s.message) === 'CallAgent.join: Invalid meeting link') {
         
     | 
| 
       24558 
24563 
     | 
    
         
             
                    appendActiveErrorIfDefined(activeErrorMessages, latestErrors, 'CallAgent.join', 'failedToJoinCallInvalidMeetingLink');
         
     | 
| 
         @@ -24595,6 +24600,10 @@ const getSelector$1 = (component) => { 
     | 
|
| 
       24595 
24600 
     | 
    
         
             
                if (component === HoldButton) {
         
     | 
| 
       24596 
24601 
     | 
    
         
             
                    return findConditionalCompiledSelector(component);
         
     | 
| 
       24597 
24602 
     | 
    
         
             
                }
         
     | 
| 
      
 24603 
     | 
    
         
            +
                /* @conditional-compile-remove(notifications) */
         
     | 
| 
      
 24604 
     | 
    
         
            +
                if (component === NotificationStack) {
         
     | 
| 
      
 24605 
     | 
    
         
            +
                    return findConditionalCompiledSelector(component);
         
     | 
| 
      
 24606 
     | 
    
         
            +
                }
         
     | 
| 
       24598 
24607 
     | 
    
         
             
                return findSelector$1(component);
         
     | 
| 
       24599 
24608 
     | 
    
         
             
            };
         
     | 
| 
       24600 
24609 
     | 
    
         
             
            const findSelector$1 = (component) => {
         
     | 
| 
         @@ -24635,6 +24644,10 @@ const findConditionalCompiledSelector = (component) => { 
     | 
|
| 
       24635 
24644 
     | 
    
         
             
                    case HoldButton:
         
     | 
| 
       24636 
24645 
     | 
    
         
             
                        /* @conditional-compile-remove(PSTN-calls) */
         
     | 
| 
       24637 
24646 
     | 
    
         
             
                        return holdButtonSelector;
         
     | 
| 
      
 24647 
     | 
    
         
            +
                    /* @conditional-compile-remove(notifications) */
         
     | 
| 
      
 24648 
     | 
    
         
            +
                    case NotificationStack:
         
     | 
| 
      
 24649 
     | 
    
         
            +
                        /* @conditional-compile-remove(notifications) */
         
     | 
| 
      
 24650 
     | 
    
         
            +
                        return notificationStackSelector;
         
     | 
| 
       24638 
24651 
     | 
    
         
             
                }
         
     | 
| 
       24639 
24652 
     | 
    
         
             
            };
         
     | 
| 
       24640 
24653 
     | 
    
         | 
| 
         @@ -28357,7 +28370,7 @@ const AttachmentDownloadErrorBar = (props) => { 
     | 
|
| 
       28357 
28370 
     | 
    
         
             
            /**
         
     | 
| 
       28358 
28371 
     | 
    
         
             
             * Wrapper for RichTextSendBox component to allow us to use usePropsFor with richTextSendBox with lazy loading
         
     | 
| 
       28359 
28372 
     | 
    
         
             
             */
         
     | 
| 
       28360 
     | 
    
         
            -
            const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper- 
     | 
| 
      
 28373 
     | 
    
         
            +
            const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-BMGUpdeA.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper })));
         
     | 
| 
       28361 
28374 
     | 
    
         
             
            /**
         
     | 
| 
       28362 
28375 
     | 
    
         
             
             * @private
         
     | 
| 
       28363 
28376 
     | 
    
         
             
             * Use this function to load RoosterJS dependencies early in the lifecycle.
         
     | 
| 
         @@ -28365,7 +28378,7 @@ const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function 
     | 
|
| 
       28365 
28378 
     | 
    
         
             
             *
         
     | 
| 
       28366 
28379 
     | 
    
         
             
            /* @conditional-compile-remove(rich-text-editor-composite-support)
         
     | 
| 
       28367 
28380 
     | 
    
         
             
             */
         
     | 
| 
       28368 
     | 
    
         
            -
            const loadRichTextSendBox = () => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper- 
     | 
| 
      
 28381 
     | 
    
         
            +
            const loadRichTextSendBox = () => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-BMGUpdeA.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper }));
         
     | 
| 
       28369 
28382 
     | 
    
         
             
            /**
         
     | 
| 
       28370 
28383 
     | 
    
         
             
             * @private
         
     | 
| 
       28371 
28384 
     | 
    
         
             
             */
         
     | 
| 
         @@ -30344,6 +30357,16 @@ const bannerNotificationStyles = { 
     | 
|
| 
       30344 
30357 
     | 
    
         
             
                    pointerEvents: 'auto' // to allow the dismissal or error and warning bars in the notification container
         
     | 
| 
       30345 
30358 
     | 
    
         
             
                }
         
     | 
| 
       30346 
30359 
     | 
    
         
             
            };
         
     | 
| 
      
 30360 
     | 
    
         
            +
            /**
         
     | 
| 
      
 30361 
     | 
    
         
            +
             * @private
         
     | 
| 
      
 30362 
     | 
    
         
            +
             */
         
     | 
| 
      
 30363 
     | 
    
         
            +
            const notificationStackStyles = {
         
     | 
| 
      
 30364 
     | 
    
         
            +
                root: {
         
     | 
| 
      
 30365 
     | 
    
         
            +
                    zIndex: NOTIFICATION_CONTAINER_Z_INDEX,
         
     | 
| 
      
 30366 
     | 
    
         
            +
                    pointerEvents: 'auto', // to allow the dismissal or error and warning bars in the notification container,
         
     | 
| 
      
 30367 
     | 
    
         
            +
                    marginBottom: '0.5rem'
         
     | 
| 
      
 30368 
     | 
    
         
            +
                }
         
     | 
| 
      
 30369 
     | 
    
         
            +
            };
         
     | 
| 
       30347 
30370 
     | 
    
         
             
            /**
         
     | 
| 
       30348 
30371 
     | 
    
         
             
             * @private
         
     | 
| 
       30349 
30372 
     | 
    
         
             
             */
         
     | 
| 
         @@ -31777,41 +31800,8 @@ const showDtmfDialerButton = (options) => { 
     | 
|
| 
       31777 
31800 
     | 
    
         | 
| 
       31778 
31801 
     | 
    
         
             
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
       31779 
31802 
     | 
    
         
             
            // Licensed under the MIT License.
         
     | 
| 
       31780 
     | 
    
         
            -
             
     | 
| 
       31781 
     | 
    
         
            -
              
     | 
| 
       31782 
     | 
    
         
            -
             */
         
     | 
| 
       31783 
     | 
    
         
            -
            function MutedNotification(props) {
         
     | 
| 
       31784 
     | 
    
         
            -
                const locale = useLocale();
         
     | 
| 
       31785 
     | 
    
         
            -
                const theme = react.useTheme();
         
     | 
| 
       31786 
     | 
    
         
            -
                return (React.createElement(react.Stack, { horizontal: true, horizontalAlign: "center", className: react.mergeStyles(props.speakingWhileMuted === true ? isSpeakingAndMutedAnimationStyles : isNotSpeakingAndMutedAnimationStyles) },
         
     | 
| 
       31787 
     | 
    
         
            -
                    React.createElement(react.Stack, { horizontal: true, className: react.mergeStyles(stackStyle(theme)) },
         
     | 
| 
       31788 
     | 
    
         
            -
                        React.createElement(CallCompositeIcon, { iconName: "Muted", className: react.mergeStyles(iconStyle(theme)) }),
         
     | 
| 
       31789 
     | 
    
         
            -
                        React.createElement(react.Text, { className: react.mergeStyles(textStyle(theme)), "aria-live": 'polite' }, locale.strings.call.mutedMessage))));
         
     | 
| 
       31790 
     | 
    
         
            -
            }
         
     | 
| 
       31791 
     | 
    
         
            -
            const stackStyle = (theme) => {
         
     | 
| 
       31792 
     | 
    
         
            -
                return {
         
     | 
| 
       31793 
     | 
    
         
            -
                    background: theme.palette.black,
         
     | 
| 
       31794 
     | 
    
         
            -
                    gap: `1rem`,
         
     | 
| 
       31795 
     | 
    
         
            -
                    padding: `1rem`,
         
     | 
| 
       31796 
     | 
    
         
            -
                    borderRadius: theme.effects.roundedCorner4,
         
     | 
| 
       31797 
     | 
    
         
            -
                    width: 'fit-content',
         
     | 
| 
       31798 
     | 
    
         
            -
                    opacity: 0.8
         
     | 
| 
       31799 
     | 
    
         
            -
                };
         
     | 
| 
       31800 
     | 
    
         
            -
            };
         
     | 
| 
       31801 
     | 
    
         
            -
            const iconStyle = (theme) => {
         
     | 
| 
       31802 
     | 
    
         
            -
                return {
         
     | 
| 
       31803 
     | 
    
         
            -
                    color: theme.palette.white,
         
     | 
| 
       31804 
     | 
    
         
            -
                    maxHeight: '1.25rem'
         
     | 
| 
       31805 
     | 
    
         
            -
                };
         
     | 
| 
       31806 
     | 
    
         
            -
            };
         
     | 
| 
       31807 
     | 
    
         
            -
            const textStyle = (theme) => {
         
     | 
| 
       31808 
     | 
    
         
            -
                return {
         
     | 
| 
       31809 
     | 
    
         
            -
                    color: theme.palette.white,
         
     | 
| 
       31810 
     | 
    
         
            -
                    fontSize: `1rem`
         
     | 
| 
       31811 
     | 
    
         
            -
                };
         
     | 
| 
       31812 
     | 
    
         
            -
            };
         
     | 
| 
       31813 
     | 
    
         
            -
            const isSpeakingAndMutedAnimationStyles = Object.assign({}, react.AnimationStyles.fadeIn100);
         
     | 
| 
       31814 
     | 
    
         
            -
            const isNotSpeakingAndMutedAnimationStyles = Object.assign(Object.assign({}, react.AnimationStyles.fadeOut200), { display: 'none' });
         
     | 
| 
      
 31803 
     | 
    
         
            +
            Object.assign({}, react.AnimationStyles.fadeIn100);
         
     | 
| 
      
 31804 
     | 
    
         
            +
            Object.assign(Object.assign({}, react.AnimationStyles.fadeOut200), { display: 'none' });
         
     | 
| 
       31815 
31805 
     | 
    
         | 
| 
       31816 
31806 
     | 
    
         
             
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
       31817 
31807 
     | 
    
         
             
            // Licensed under the MIT License.
         
     | 
| 
         @@ -33533,6 +33523,12 @@ const MeetingPhoneInfoPaneContent = (props) => { 
     | 
|
| 
       33533 
33523 
     | 
    
         
             
                                            React.createElement(react.Text, { className: phoneInfoLabelStyle }, localeStrings.meetingConferencePhoneInfoModalDialIn)))),
         
     | 
| 
       33534 
33524 
     | 
    
         
             
                                React.createElement(react.Stack.Item, { className: phoneInfoStep }, conferencePhoneInfoList.map((phoneNumber, index) => (React.createElement(react.Stack.Item, { key: index },
         
     | 
| 
       33535 
33525 
     | 
    
         
             
                                    React.createElement(react.Link, { className: phoneInfoTextStyle, href: formatPhoneNumberLink(phoneNumber) }, formatPhoneNumber(phoneNumber.phoneNumber)),
         
     | 
| 
      
 33526 
     | 
    
         
            +
                                    React.createElement(react.Text, { className: phoneInfoTextStyle },
         
     | 
| 
      
 33527 
     | 
    
         
            +
                                        ' ',
         
     | 
| 
      
 33528 
     | 
    
         
            +
                                        phoneNumber.isTollFree
         
     | 
| 
      
 33529 
     | 
    
         
            +
                                            ? localeStrings.meetingConferencePhoneInfoModalTollFree
         
     | 
| 
      
 33530 
     | 
    
         
            +
                                            : localeStrings.meetingConferencePhoneInfoModalToll),
         
     | 
| 
      
 33531 
     | 
    
         
            +
                                    React.createElement("br", null),
         
     | 
| 
       33536 
33532 
     | 
    
         
             
                                    React.createElement(react.Text, { className: phoneInfoTextStyle },
         
     | 
| 
       33537 
33533 
     | 
    
         
             
                                        " ",
         
     | 
| 
       33538 
33534 
     | 
    
         
             
                                        formatPhoneNumberInfo(phoneNumber, localeStrings))))))),
         
     | 
| 
         @@ -33596,41 +33592,6 @@ const useMeetingPhoneInfoPane = (props) => { 
     | 
|
| 
       33596 
33592 
     | 
    
         
             
                };
         
     | 
| 
       33597 
33593 
     | 
    
         
             
            };
         
     | 
| 
       33598 
33594 
     | 
    
         | 
| 
       33599 
     | 
    
         
            -
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
       33600 
     | 
    
         
            -
            // Licensed under the MIT License.
         
     | 
| 
       33601 
     | 
    
         
            -
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       33602 
     | 
    
         
            -
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       33603 
     | 
    
         
            -
            /**
         
     | 
| 
       33604 
     | 
    
         
            -
             * Create a record for bad network when the notification recieved.
         
     | 
| 
       33605 
     | 
    
         
            -
             *
         
     | 
| 
       33606 
     | 
    
         
            -
             * @private
         
     | 
| 
       33607 
     | 
    
         
            -
             */
         
     | 
| 
       33608 
     | 
    
         
            -
            const useBadNetworkQualityNotifications = (connectionLostFlag) => {
         
     | 
| 
       33609 
     | 
    
         
            -
                const [currentConnectionLost, setCurrentConnectionLost] = React.useState(false);
         
     | 
| 
       33610 
     | 
    
         
            -
                React.useEffect(() => {
         
     | 
| 
       33611 
     | 
    
         
            -
                    setCurrentConnectionLost(connectionLostFlag);
         
     | 
| 
       33612 
     | 
    
         
            -
                }, [connectionLostFlag]);
         
     | 
| 
       33613 
     | 
    
         
            -
                const connectionLost = React.useMemo(() => currentConnectionLost, [currentConnectionLost]);
         
     | 
| 
       33614 
     | 
    
         
            -
                return {
         
     | 
| 
       33615 
     | 
    
         
            -
                    isPoorNetworkQuality: connectionLost
         
     | 
| 
       33616 
     | 
    
         
            -
                };
         
     | 
| 
       33617 
     | 
    
         
            -
            };
         
     | 
| 
       33618 
     | 
    
         
            -
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       33619 
     | 
    
         
            -
            /**
         
     | 
| 
       33620 
     | 
    
         
            -
             * Connection lost notification bar during teams meeting, which provides a message to use PSTN option.
         
     | 
| 
       33621 
     | 
    
         
            -
             * @beta
         
     | 
| 
       33622 
     | 
    
         
            -
             */
         
     | 
| 
       33623 
     | 
    
         
            -
            const BadNetworkQualityNotificationBar = (props) => {
         
     | 
| 
       33624 
     | 
    
         
            -
                const localeStrings = useLocale().component.strings.MeetingConferencePhoneInfo;
         
     | 
| 
       33625 
     | 
    
         
            -
                const barStrings = {
         
     | 
| 
       33626 
     | 
    
         
            -
                    title: localeStrings.badQualityBarTitle ? localeStrings.badQualityBarTitle : '',
         
     | 
| 
       33627 
     | 
    
         
            -
                    closeButtonAriaLabel: localeStrings.badQualityBarClose ? localeStrings.badQualityBarClose : '',
         
     | 
| 
       33628 
     | 
    
         
            -
                    message: localeStrings.badQualityBarMessage ? localeStrings.badQualityBarMessage : '',
         
     | 
| 
       33629 
     | 
    
         
            -
                    primaryButtonLabel: localeStrings.badQualityBarJoin ? localeStrings.badQualityBarJoin : ''
         
     | 
| 
       33630 
     | 
    
         
            -
                };
         
     | 
| 
       33631 
     | 
    
         
            -
                return (React.createElement(Notification, { notificationStrings: barStrings, notificationIconProps: { iconName: 'ErrorBarCallNetworkQualityLow' }, onClickPrimaryButton: () => props.onPrimaryButtonClick && props.onPrimaryButtonClick(), onDismiss: () => props.onDismissNotification && props.onDismissNotification() }));
         
     | 
| 
       33632 
     | 
    
         
            -
            };
         
     | 
| 
       33633 
     | 
    
         
            -
             
     | 
| 
       33634 
33595 
     | 
    
         
             
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
       33635 
33596 
     | 
    
         
             
            // Licensed under the MIT License.
         
     | 
| 
       33636 
33597 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -34561,7 +34522,6 @@ const CallArrangement = (props) => { 
     | 
|
| 
       34561 
34522 
     | 
    
         
             
                    togglePeoplePane();
         
     | 
| 
       34562 
34523 
     | 
    
         
             
                }, [togglePeoplePane]);
         
     | 
| 
       34563 
34524 
     | 
    
         
             
                const drawerContainerStylesValue = React.useMemo(() => drawerContainerStyles(DRAWER_Z_INDEX), []);
         
     | 
| 
       34564 
     | 
    
         
            -
                const canUnmute = role !== 'Consumer' ? true : false;
         
     | 
| 
       34565 
34525 
     | 
    
         
             
                let filteredLatestErrors = props.errorBarProps !== false ? props.latestErrors : [];
         
     | 
| 
       34566 
34526 
     | 
    
         
             
                /* @conditional-compile-remove(notifications) */
         
     | 
| 
       34567 
34527 
     | 
    
         
             
                let filteredLatestErrorNotifications = props.showErrorNotifications
         
     | 
| 
         @@ -34601,9 +34561,13 @@ const CallArrangement = (props) => { 
     | 
|
| 
       34601 
34561 
     | 
    
         
             
                    : (_f = props.capabilitiesChangedNotificationBarProps) === null || _f === void 0 ? void 0 : _f.capabilitiesChangedNotifications;
         
     | 
| 
       34602 
34562 
     | 
    
         
             
                const errorNotificationTrampoline = () => {
         
     | 
| 
       34603 
34563 
     | 
    
         
             
                    /* @conditional-compile-remove(notifications) */
         
     | 
| 
       34604 
     | 
    
         
            -
                    return (React.createElement(React.Fragment, null, props.showErrorNotifications && (React.createElement(react.Stack, { styles:  
     | 
| 
      
 34564 
     | 
    
         
            +
                    return (React.createElement(React.Fragment, null, props.showErrorNotifications && (React.createElement(react.Stack, { styles: notificationStackStyles, horizontalAlign: "center", verticalAlign: "center" },
         
     | 
| 
       34605 
34565 
     | 
    
         
             
                        React.createElement(NotificationStack, { onDismissNotification: props.onDismissError, activeNotifications: filteredLatestErrorNotifications })))));
         
     | 
| 
       34606 
34566 
     | 
    
         
             
                };
         
     | 
| 
      
 34567 
     | 
    
         
            +
                const mutedNotificationTrampoline = () => {
         
     | 
| 
      
 34568 
     | 
    
         
            +
                    /* @conditional-compile-remove(notifications) */
         
     | 
| 
      
 34569 
     | 
    
         
            +
                    return React.createElement(React.Fragment, null);
         
     | 
| 
      
 34570 
     | 
    
         
            +
                };
         
     | 
| 
       34607 
34571 
     | 
    
         
             
                return (React.createElement("div", { ref: containerRef, className: react.mergeStyles(containerDivStyles), id: props.id },
         
     | 
| 
       34608 
34572 
     | 
    
         
             
                    React.createElement(react.Stack, { verticalFill: true, horizontalAlign: "stretch", className: containerClassName, "data-ui-id": props.dataUiId },
         
     | 
| 
       34609 
34573 
     | 
    
         
             
                        React.createElement(react.Stack, { reversed: true, horizontal: verticalControlBar, grow: true, styles: callArrangementContainerStyles(verticalControlBar) },
         
     | 
| 
         @@ -34637,14 +34601,12 @@ const CallArrangement = (props) => { 
     | 
|
| 
       34637 
34601 
     | 
    
         
             
                                                React.createElement(react.Stack, { styles: bannerNotificationStyles },
         
     | 
| 
       34638 
34602 
     | 
    
         
             
                                                    React.createElement(_ComplianceBanner, Object.assign({}, props.complianceBannerProps))),
         
     | 
| 
       34639 
34603 
     | 
    
         
             
                                                errorNotificationTrampoline(),
         
     | 
| 
      
 34604 
     | 
    
         
            +
                                                /* @conditional-compile-remove(notifications) */ props.latestNotifications && (React.createElement(react.Stack, { styles: notificationStackStyles, horizontalAlign: "center", verticalAlign: "center" },
         
     | 
| 
      
 34605 
     | 
    
         
            +
                                                    React.createElement(NotificationStack, { activeNotifications: props.latestNotifications }))),
         
     | 
| 
       34640 
34606 
     | 
    
         
             
                                                props.capabilitiesChangedNotificationBarProps &&
         
     | 
| 
       34641 
34607 
     | 
    
         
             
                                                    props.capabilitiesChangedNotificationBarProps.capabilitiesChangedNotifications.length > 0 && (React.createElement(react.Stack, { styles: bannerNotificationStyles },
         
     | 
| 
       34642 
34608 
     | 
    
         
             
                                                    React.createElement(CapabilitiesChangedNotificationBar, Object.assign({}, props.capabilitiesChangedNotificationBarProps, { capabilitiesChangedNotifications: filteredCapabilitesChangedNotifications !== null && filteredCapabilitesChangedNotifications !== void 0 ? filteredCapabilitesChangedNotifications : [] })))),
         
     | 
| 
       34643 
     | 
    
         
            -
                                                 
     | 
| 
       34644 
     | 
    
         
            -
                                                /* @conditional-compile-remove(teams-meeting-conference) */ props.badNetworkQualityBannerProps &&
         
     | 
| 
       34645 
     | 
    
         
            -
                                                    props.badNetworkQualityBannerProps.isPoorNetworkQuality &&
         
     | 
| 
       34646 
     | 
    
         
            -
                                                    isTeamsCall && (React.createElement(react.Stack, { styles: bannerNotificationStyles },
         
     | 
| 
       34647 
     | 
    
         
            -
                                                    React.createElement(BadNetworkQualityNotificationBar, Object.assign({}, props.badNetworkQualityBannerProps, { onPrimaryButtonClick: toggleTeamsMeetingConferenceModal }))))),
         
     | 
| 
      
 34609 
     | 
    
         
            +
                                                mutedNotificationTrampoline()),
         
     | 
| 
       34648 
34610 
     | 
    
         
             
                                            renderGallery && props.onRenderGalleryContent && props.onRenderGalleryContent(),
         
     | 
| 
       34649 
34611 
     | 
    
         
             
                                            /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */ !isInLocalHold && (React.createElement(CaptionsBanner, { isMobile: props.mobileView, onFetchAvatarPersonaData: props.onFetchAvatarPersonaData, useTeamsCaptions: useTeamsCaptions }))))),
         
     | 
| 
       34650 
34612 
     | 
    
         
             
                                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)
         
     | 
| 
         @@ -34951,16 +34913,23 @@ const NetworkReconnectTile = (props) => { 
     | 
|
| 
       34951 
34913 
     | 
    
         
             
                            React.createElement(react.Stack, { horizontal: true, horizontalAlign: "center", verticalAlign: "center", className: titleContainerClassName },
         
     | 
| 
       34952 
34914 
     | 
    
         
             
                                React.createElement(react.Text, { className: titleClassName }, localeStrings.meetingConferencePhoneInfoModalTitle)),
         
     | 
| 
       34953 
34915 
     | 
    
         
             
                            React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between", className: phoneInfoInstructionLine },
         
     | 
| 
      
 34916 
     | 
    
         
            +
                                React.createElement(react.Stack, { className: infoConnectionLinkStyle(theme) }),
         
     | 
| 
       34954 
34917 
     | 
    
         
             
                                React.createElement(react.Stack.Item, null,
         
     | 
| 
       34955 
34918 
     | 
    
         
             
                                    React.createElement(react.Stack, { horizontal: true, className: phoneInfoStep },
         
     | 
| 
       34956 
     | 
    
         
            -
                                        React.createElement(react.Stack, { className: infoConnectionLinkStyle(theme) }),
         
     | 
| 
       34957 
34919 
     | 
    
         
             
                                        React.createElement(react.Stack.Item, { className: phoneInfoIcon(theme) },
         
     | 
| 
       34958 
34920 
     | 
    
         
             
                                            React.createElement(react.Stack, { verticalAlign: "center", horizontalAlign: "center" },
         
     | 
| 
       34959 
34921 
     | 
    
         
             
                                                React.createElement(react.Icon, { iconName: "PhoneNumberButton", className: phoneInfoIconStyle(theme) }))),
         
     | 
| 
       34960 
34922 
     | 
    
         
             
                                        React.createElement(react.Stack.Item, null,
         
     | 
| 
       34961 
34923 
     | 
    
         
             
                                            React.createElement(react.Text, { className: phoneInfoLabelStyle }, localeStrings.meetingConferencePhoneInfoModalDialIn)))),
         
     | 
| 
       34962 
34924 
     | 
    
         
             
                                React.createElement(react.Stack.Item, { className: phoneInfoStep }, meetingCoordinates.map((phoneNumber, index) => (React.createElement(react.Stack.Item, { key: index },
         
     | 
| 
       34963 
     | 
    
         
            -
                                    React.createElement(react.Text, { className: phoneInfoTextStyle }, 
     | 
| 
      
 34925 
     | 
    
         
            +
                                    React.createElement(react.Text, { className: phoneInfoTextStyle },
         
     | 
| 
      
 34926 
     | 
    
         
            +
                                        props.isMobile && (React.createElement(react.Link, { className: phoneInfoTextStyle, href: formatPhoneNumberLink(phoneNumber) }, formatPhoneNumber(phoneNumber.phoneNumber))),
         
     | 
| 
      
 34927 
     | 
    
         
            +
                                        !props.isMobile && (React.createElement(react.Text, { className: phoneInfoTextStyle }, formatPhoneNumber(phoneNumber.phoneNumber))),
         
     | 
| 
      
 34928 
     | 
    
         
            +
                                        ' ',
         
     | 
| 
      
 34929 
     | 
    
         
            +
                                        phoneNumber.isTollFree
         
     | 
| 
      
 34930 
     | 
    
         
            +
                                            ? localeStrings.meetingConferencePhoneInfoModalTollFree
         
     | 
| 
      
 34931 
     | 
    
         
            +
                                            : localeStrings.meetingConferencePhoneInfoModalToll),
         
     | 
| 
      
 34932 
     | 
    
         
            +
                                    React.createElement("br", null),
         
     | 
| 
       34964 
34933 
     | 
    
         
             
                                    React.createElement(react.Text, { className: phoneInfoTextStyle },
         
     | 
| 
       34965 
34934 
     | 
    
         
             
                                        ' ',
         
     | 
| 
       34966 
34935 
     | 
    
         
             
                                        formatPhoneNumberInfo(phoneNumber, localeStrings))))))),
         
     | 
| 
         @@ -35147,7 +35116,9 @@ const DtmfDialpadPage = (props) => { 
     | 
|
| 
       35147 
35116 
     | 
    
         
             
             */
         
     | 
| 
       35148 
35117 
     | 
    
         
             
            const CallPage = (props) => {
         
     | 
| 
       35149 
35118 
     | 
    
         
             
                var _a, _b;
         
     | 
| 
       35150 
     | 
    
         
            -
                const { callInvitationURL, onFetchAvatarPersonaData, onFetchParticipantMenuItems, options, mobileView, galleryLayout = 'floatingLocalVideo', onUserSetGalleryLayoutChange, userSetOverflowGalleryPosition = 'Responsive', onSetUserSetOverflowGalleryPosition, onCloseChatPane, pinnedParticipants, setPinnedParticipants, compositeAudioContext, disableAutoShowDtmfDialer = false  
     | 
| 
      
 35119 
     | 
    
         
            +
                const { callInvitationURL, onFetchAvatarPersonaData, onFetchParticipantMenuItems, options, mobileView, galleryLayout = 'floatingLocalVideo', onUserSetGalleryLayoutChange, userSetOverflowGalleryPosition = 'Responsive', onSetUserSetOverflowGalleryPosition, onCloseChatPane, pinnedParticipants, setPinnedParticipants, compositeAudioContext, disableAutoShowDtmfDialer = false, 
         
     | 
| 
      
 35120 
     | 
    
         
            +
                /* @conditional-compile-remove(notifications) */
         
     | 
| 
      
 35121 
     | 
    
         
            +
                latestNotifications } = props;
         
     | 
| 
       35151 
35122 
     | 
    
         
             
                // To use useProps to get these states, we need to create another file wrapping Call,
         
     | 
| 
       35152 
35123 
     | 
    
         
             
                // It seems unnecessary in this case, so we get the updated states using this approach.
         
     | 
| 
       35153 
35124 
     | 
    
         
             
                const { callStatus } = useSelector$1(callStatusSelector);
         
     | 
| 
         @@ -35184,9 +35155,10 @@ const CallPage = (props) => { 
     | 
|
| 
       35184 
35155 
     | 
    
         
             
                            onFetchParticipantMenuItems: onFetchParticipantMenuItems,
         
     | 
| 
       35185 
35156 
     | 
    
         
             
                            options: callControlOptions,
         
     | 
| 
       35186 
35157 
     | 
    
         
             
                            increaseFlyoutItemSize: mobileView
         
     | 
| 
       35187 
     | 
    
         
            -
                        }, onFetchAvatarPersonaData: onFetchAvatarPersonaData, mobileView: mobileView, modalLayerHostId: props.modalLayerHostId, onRenderGalleryContent: () => _isInCall(callStatus) ? (isNetworkHealthy(networkReconnectTileProps.networkReconnectValue) ? (onRenderGalleryContentTrampoline()) : (React.createElement(NetworkReconnectTile, Object.assign({}, networkReconnectTileProps 
     | 
| 
       35188 
     | 
    
         
            -
             
     | 
| 
       35189 
     | 
    
         
            -
                         
     | 
| 
      
 35158 
     | 
    
         
            +
                        }, onFetchAvatarPersonaData: onFetchAvatarPersonaData, mobileView: mobileView, modalLayerHostId: props.modalLayerHostId, onRenderGalleryContent: () => _isInCall(callStatus) ? (isNetworkHealthy(networkReconnectTileProps.networkReconnectValue) ? (onRenderGalleryContentTrampoline()) : (React.createElement(NetworkReconnectTile, Object.assign({}, networkReconnectTileProps, { 
         
     | 
| 
      
 35159 
     | 
    
         
            +
                            /* /* @conditional-compile-remove(teams-meeting-conference) */ isMobile: mobileView })))) : (React.createElement(React.Fragment, null)), updateSidePaneRenderer: props.updateSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: onCloseChatPane, dataUiId: 'call-page', latestErrors: props.latestErrors, 
         
     | 
| 
      
 35160 
     | 
    
         
            +
                        /* @conditional-compile-remove(notifications) */
         
     | 
| 
      
 35161 
     | 
    
         
            +
                        latestNotifications: latestNotifications, onDismissError: props.onDismissError, onUserSetOverflowGalleryPositionChange: onSetUserSetOverflowGalleryPosition, onUserSetGalleryLayoutChange: onUserSetGalleryLayoutChange, userSetGalleryLayout: galleryLayout, capabilitiesChangedNotificationBarProps: props.capabilitiesChangedNotificationBarProps, onSetDialpadPage: () => setDtmfDialerPresent(!dtmfDialerPresent), dtmfDialerPresent: dtmfDialerPresent, setIsPromptOpen: setIsPromptOpen, setPromptProps: setPromptProps, hideSpotlightButtons: (_b = options === null || options === void 0 ? void 0 : options.spotlight) === null || _b === void 0 ? void 0 : _b.hideSpotlightButtons, pinnedParticipants: pinnedParticipants, setPinnedParticipants: setPinnedParticipants }),
         
     | 
| 
       35190 
35162 
     | 
    
         
             
                    React.createElement(Prompt, Object.assign({ isOpen: isPromptOpen, onDismiss: () => setIsPromptOpen(false) }, promptProps))));
         
     | 
| 
       35191 
35163 
     | 
    
         
             
            };
         
     | 
| 
       35192 
35164 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -36597,7 +36569,9 @@ const LobbyPage = (props) => { 
     | 
|
| 
       36597 
36569 
     | 
    
         
             
                    showErrorNotifications: (_f = (_e = props.options) === null || _e === void 0 ? void 0 : _e.errorBar) !== null && _f !== void 0 ? _f : true, callControlProps: {
         
     | 
| 
       36598 
36570 
     | 
    
         
             
                        options: callControlOptions,
         
     | 
| 
       36599 
36571 
     | 
    
         
             
                        increaseFlyoutItemSize: props.mobileView
         
     | 
| 
       36600 
     | 
    
         
            -
                    }, mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, onRenderGalleryContent: () => (React.createElement(LobbyTile, Object.assign({}, lobbyProps, { showLocalVideoCameraCycleButton: props.mobileView, overlayProps: overlayProps(strings, inLobby, Object.values(participants)) }))), dataUiId: 'lobby-page', updateSidePaneRenderer: props.updateSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, latestErrors: props.latestErrors, onDismissError: props.onDismissError  
     | 
| 
      
 36572 
     | 
    
         
            +
                    }, mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, onRenderGalleryContent: () => (React.createElement(LobbyTile, Object.assign({}, lobbyProps, { showLocalVideoCameraCycleButton: props.mobileView, overlayProps: overlayProps(strings, inLobby, Object.values(participants)) }))), dataUiId: 'lobby-page', updateSidePaneRenderer: props.updateSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, latestErrors: props.latestErrors, onDismissError: props.onDismissError, 
         
     | 
| 
      
 36573 
     | 
    
         
            +
                    /* @conditional-compile-remove(notifications) */
         
     | 
| 
      
 36574 
     | 
    
         
            +
                    latestNotifications: props.latestNotifications }));
         
     | 
| 
       36601 
36575 
     | 
    
         
             
            };
         
     | 
| 
       36602 
36576 
     | 
    
         
             
            const overlayProps = (strings, inLobby, remoteParticipants) => {
         
     | 
| 
       36603 
36577 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -36970,7 +36944,9 @@ const HoldPage = (props) => { 
     | 
|
| 
       36970 
36944 
     | 
    
         
             
                    showErrorNotifications: (_e = (_d = props.options) === null || _d === void 0 ? void 0 : _d.errorBar) !== null && _e !== void 0 ? _e : true, callControlProps: {
         
     | 
| 
       36971 
36945 
     | 
    
         
             
                        options: callControlOptions,
         
     | 
| 
       36972 
36946 
     | 
    
         
             
                        increaseFlyoutItemSize: props.mobileView
         
     | 
| 
       36973 
     | 
    
         
            -
                    }, mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, onRenderGalleryContent: () => React.createElement(HoldPane, null), dataUiId: 'hold-page', updateSidePaneRenderer: props.updateSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, latestErrors: props.latestErrors,  
     | 
| 
      
 36947 
     | 
    
         
            +
                    }, mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, onRenderGalleryContent: () => React.createElement(HoldPane, null), dataUiId: 'hold-page', updateSidePaneRenderer: props.updateSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, latestErrors: props.latestErrors, 
         
     | 
| 
      
 36948 
     | 
    
         
            +
                    /* @conditional-compile-remove(notifications) */
         
     | 
| 
      
 36949 
     | 
    
         
            +
                    latestNotifications: props.latestNotifications, onDismissError: props.onDismissError }));
         
     | 
| 
       36974 
36950 
     | 
    
         
             
            };
         
     | 
| 
       36975 
36951 
     | 
    
         | 
| 
       36976 
36952 
     | 
    
         
             
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
         @@ -37387,27 +37363,6 @@ function SurveyPage(props) { 
     | 
|
| 
       37387 
37363 
     | 
    
         
             
                        React.createElement(Survey, Object.assign({}, handlers, props, { onSurveySubmittedCustom: (_a = props.surveyOptions) === null || _a === void 0 ? void 0 : _a.onSurveySubmitted, onSurveyClosed: (_b = props.surveyOptions) === null || _b === void 0 ? void 0 : _b.onSurveyClosed, isMobile: props.mobileView })))));
         
     | 
| 
       37388 
37364 
     | 
    
         
             
            }
         
     | 
| 
       37389 
37365 
     | 
    
         | 
| 
       37390 
     | 
    
         
            -
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
       37391 
     | 
    
         
            -
            // Licensed under the MIT License.
         
     | 
| 
       37392 
     | 
    
         
            -
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       37393 
     | 
    
         
            -
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       37394 
     | 
    
         
            -
            /**
         
     | 
| 
       37395 
     | 
    
         
            -
             * @private
         
     | 
| 
       37396 
     | 
    
         
            -
             */
         
     | 
| 
       37397 
     | 
    
         
            -
            const badNetworkQualityBannerSelector = reselect__namespace.createSelector([getUserFacingDiagnostics], (diagnostics) => {
         
     | 
| 
       37398 
     | 
    
         
            -
                var _a;
         
     | 
| 
       37399 
     | 
    
         
            -
                return {
         
     | 
| 
       37400 
     | 
    
         
            -
                    isPoorNetworkQuality: isNetworkQualityPoor((_a = diagnostics === null || diagnostics === void 0 ? void 0 : diagnostics.network.latest.networkReceiveQuality) === null || _a === void 0 ? void 0 : _a.value)
         
     | 
| 
       37401 
     | 
    
         
            -
                };
         
     | 
| 
       37402 
     | 
    
         
            -
            });
         
     | 
| 
       37403 
     | 
    
         
            -
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       37404 
     | 
    
         
            -
            /**
         
     | 
| 
       37405 
     | 
    
         
            -
             * @prative
         
     | 
| 
       37406 
     | 
    
         
            -
             */
         
     | 
| 
       37407 
     | 
    
         
            -
            const isNetworkQualityPoor = (diagnostics) => {
         
     | 
| 
       37408 
     | 
    
         
            -
                return diagnostics === communicationCalling.DiagnosticQuality.Poor || diagnostics === communicationCalling.DiagnosticQuality.Bad;
         
     | 
| 
       37409 
     | 
    
         
            -
            };
         
     | 
| 
       37410 
     | 
    
         
            -
             
     | 
| 
       37411 
37366 
     | 
    
         
             
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
       37412 
37367 
     | 
    
         
             
            // Licensed under the MIT License.
         
     | 
| 
       37413 
37368 
     | 
    
         
             
            var __awaiter$7 = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
         
     | 
| 
         @@ -37480,16 +37435,14 @@ const MainScreen = (props) => { 
     | 
|
| 
       37480 
37435 
     | 
    
         
             
                const compositeAudioContext = useAudio();
         
     | 
| 
       37481 
37436 
     | 
    
         
             
                const capabilitiesChangedInfoAndRole = useSelector$1(capabilitiesChangedInfoAndRoleSelector);
         
     | 
| 
       37482 
37437 
     | 
    
         
             
                const capabilitiesChangedNotificationBarProps = useTrackedCapabilityChangedNotifications(capabilitiesChangedInfoAndRole);
         
     | 
| 
       37483 
     | 
    
         
            -
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       37484 
     | 
    
         
            -
                const badNetworkQualityFlag = useSelector$1(badNetworkQualityBannerSelector);
         
     | 
| 
       37485 
     | 
    
         
            -
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       37486 
     | 
    
         
            -
                const badNetworkQualityBannerProps = useBadNetworkQualityNotifications(badNetworkQualityFlag.isPoorNetworkQuality);
         
     | 
| 
       37487 
37438 
     | 
    
         
             
                // Track the last dismissed errors of any error kind to prevent errors from re-appearing on subsequent page navigation
         
     | 
| 
       37488 
37439 
     | 
    
         
             
                // This works by tracking the most recent timestamp of any active error type.
         
     | 
| 
       37489 
37440 
     | 
    
         
             
                // And then tracking when that error type was last dismissed.
         
     | 
| 
       37490 
37441 
     | 
    
         
             
                const activeErrors = usePropsFor$1(ErrorBar).activeErrorMessages;
         
     | 
| 
       37491 
37442 
     | 
    
         
             
                /* @conditional-compile-remove(notifications) */
         
     | 
| 
       37492 
     | 
    
         
            -
                const activeInCallErrors =  
     | 
| 
      
 37443 
     | 
    
         
            +
                const activeInCallErrors = usePropsFor$1(NotificationStack).activeErrorMessages;
         
     | 
| 
      
 37444 
     | 
    
         
            +
                /* @conditional-compile-remove(notifications) */
         
     | 
| 
      
 37445 
     | 
    
         
            +
                const activeNotifications = usePropsFor$1(NotificationStack).activeNotifications;
         
     | 
| 
       37493 
37446 
     | 
    
         
             
                const [trackedErrors, setTrackedErrors] = React.useState({});
         
     | 
| 
       37494 
37447 
     | 
    
         
             
                /* @conditional-compile-remove(notifications) */
         
     | 
| 
       37495 
37448 
     | 
    
         
             
                const [trackedInCallErrors, setTrackedInCallErrors] = React.useState({});
         
     | 
| 
         @@ -37568,19 +37521,25 @@ const MainScreen = (props) => { 
     | 
|
| 
       37568 
37521 
     | 
    
         
             
                        break;
         
     | 
| 
       37569 
37522 
     | 
    
         
             
                    }
         
     | 
| 
       37570 
37523 
     | 
    
         
             
                    case 'lobby':
         
     | 
| 
       37571 
     | 
    
         
            -
                        pageElement = (React.createElement(LobbyPage, { mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, latestErrors: getLatestErrorsTrampoline(),  
     | 
| 
      
 37524 
     | 
    
         
            +
                        pageElement = (React.createElement(LobbyPage, { mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, latestErrors: getLatestErrorsTrampoline(), 
         
     | 
| 
      
 37525 
     | 
    
         
            +
                            /* @conditional-compile-remove(notifications) */
         
     | 
| 
      
 37526 
     | 
    
         
            +
                            latestNotifications: activeNotifications, onDismissError: onDismissError, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps }));
         
     | 
| 
       37572 
37527 
     | 
    
         
             
                        break;
         
     | 
| 
       37573 
37528 
     | 
    
         
             
                    case 'transferring':
         
     | 
| 
       37574 
     | 
    
         
            -
                        pageElement = (React.createElement(TransferPage, { mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onFetchAvatarPersonaData: onFetchAvatarPersonaData, latestErrors: getLatestErrorsTrampoline(),  
     | 
| 
      
 37529 
     | 
    
         
            +
                        pageElement = (React.createElement(TransferPage, { mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onFetchAvatarPersonaData: onFetchAvatarPersonaData, latestErrors: getLatestErrorsTrampoline(), 
         
     | 
| 
      
 37530 
     | 
    
         
            +
                            /* @conditional-compile-remove(notifications) */
         
     | 
| 
      
 37531 
     | 
    
         
            +
                            latestNotifications: activeNotifications, onDismissError: onDismissError, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps }));
         
     | 
| 
       37575 
37532 
     | 
    
         
             
                        break;
         
     | 
| 
       37576 
37533 
     | 
    
         
             
                    case 'call':
         
     | 
| 
       37577 
     | 
    
         
            -
                        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: getLatestErrorsTrampoline(),  
     | 
| 
       37578 
     | 
    
         
            -
                            /* @conditional-compile-remove( 
     | 
| 
       37579 
     | 
    
         
            -
                             
     | 
| 
      
 37534 
     | 
    
         
            +
                        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: getLatestErrorsTrampoline(), 
         
     | 
| 
      
 37535 
     | 
    
         
            +
                            /* @conditional-compile-remove(notifications) */
         
     | 
| 
      
 37536 
     | 
    
         
            +
                            latestNotifications: activeNotifications, onDismissError: onDismissError, galleryLayout: userSetGalleryLayout, onUserSetGalleryLayoutChange: setUserSetGalleryLayout, onSetUserSetOverflowGalleryPosition: setUserSetOverflowGalleryPosition, userSetOverflowGalleryPosition: userSetOverflowGalleryPosition, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps, pinnedParticipants: pinnedParticipants, setPinnedParticipants: setPinnedParticipants, compositeAudioContext: compositeAudioContext, disableAutoShowDtmfDialer: (_q = props.options) === null || _q === void 0 ? void 0 : _q.disableAutoShowDtmfDialer }));
         
     | 
| 
       37580 
37537 
     | 
    
         
             
                        break;
         
     | 
| 
       37581 
37538 
     | 
    
         
             
                    /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */
         
     | 
| 
       37582 
37539 
     | 
    
         
             
                    case 'hold':
         
     | 
| 
       37583 
     | 
    
         
            -
                        pageElement = (React.createElement(React.Fragment, null, React.createElement(HoldPage, { mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, latestErrors: getLatestErrorsTrampoline(),  
     | 
| 
      
 37540 
     | 
    
         
            +
                        pageElement = (React.createElement(React.Fragment, null, React.createElement(HoldPage, { mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, latestErrors: getLatestErrorsTrampoline(), 
         
     | 
| 
      
 37541 
     | 
    
         
            +
                            /* @conditional-compile-remove(notifications) */
         
     | 
| 
      
 37542 
     | 
    
         
            +
                            latestNotifications: activeNotifications, onDismissError: onDismissError, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps })));
         
     | 
| 
       37584 
37543 
     | 
    
         
             
                        break;
         
     | 
| 
       37585 
37544 
     | 
    
         
             
                }
         
     | 
| 
       37586 
37545 
     | 
    
         
             
                useEndedCallConsoleErrors(endedCall);
         
     | 
| 
         @@ -41670,4 +41629,4 @@ exports.useTeamsCall = useTeamsCall; 
     | 
|
| 
       41670 
41629 
     | 
    
         
             
            exports.useTeamsCallAdapter = useTeamsCallAdapter;
         
     | 
| 
       41671 
41630 
     | 
    
         
             
            exports.useTeamsCallAgent = useTeamsCallAgent;
         
     | 
| 
       41672 
41631 
     | 
    
         
             
            exports.useTheme = useTheme;
         
     | 
| 
       41673 
     | 
    
         
            -
            //# sourceMappingURL=index- 
     | 
| 
      
 41632 
     | 
    
         
            +
            //# sourceMappingURL=index-D8bZR5YN.js.map
         
     |