@azure/communication-react 1.18.0-alpha-202406200013 → 1.18.0-alpha-202406220013
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 +16 -0
 - package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-EyrzA3S-.js → ChatMessageComponentAsRichTextEditBox-Digltj4H.js} +2 -2
 - package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-EyrzA3S-.js.map → ChatMessageComponentAsRichTextEditBox-Digltj4H.js.map} +1 -1
 - package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BTQ09DfU.js → RichTextSendBoxWrapper-CiwclH9-.js} +2 -2
 - package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BTQ09DfU.js.map → RichTextSendBoxWrapper-CiwclH9-.js.map} +1 -1
 - package/dist/dist-cjs/communication-react/{index-BxMyKmFB.js → index-DnTVRxCz.js} +247 -75
 - package/dist/dist-cjs/communication-react/index-DnTVRxCz.js.map +1 -0
 - package/dist/dist-cjs/communication-react/index.js +1 -1
 - package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
 - package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +3 -0
 - package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +6 -0
 - package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +19 -3
 - package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js +1 -1
 - package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +3 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ImageOverlay.js +3 -3
 - package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.d.ts +21 -0
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +12 -1
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +2 -0
 - package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +5 -0
 - package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +4 -4
 - package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -1
 - package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +8 -4
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +11 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BadNetworkQualityNotificationBar.d.ts +22 -0
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BadNetworkQualityNotificationBar.js +40 -0
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BadNetworkQualityNotificationBar.js.map +1 -0
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +2 -0
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +34 -18
 - 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/NetworkReconnectTile.js +58 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +2 -0
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +3 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/badNetworkQualitySelector.d.ts +19 -0
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/badNetworkQualitySelector.js +26 -0
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/badNetworkQualitySelector.js.map +1 -0
 - package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +2 -0
 - package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +6 -9
 - package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +6 -3
 - package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.d.ts +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +2 -2
 - package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.d.ts +4 -0
 - package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.js +15 -1
 - package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/utils.js +6 -6
 - package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
 - package/package.json +1 -1
 - package/dist/dist-cjs/communication-react/index-BxMyKmFB.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-202406220013';
         
     | 
| 
       179 
179 
     | 
    
         | 
| 
       180 
180 
     | 
    
         | 
| 
       181 
181 
     | 
    
         
             
            var telemetryVersion$1 = /*@__PURE__*/getDefaultExportFromCjs(telemetryVersion);
         
     | 
| 
         @@ -509,6 +509,12 @@ 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 
     | 
    
         
            +
            };
         
     | 
| 
       512 
518 
     | 
    
         | 
| 
       513 
519 
     | 
    
         
             
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
       514 
520 
     | 
    
         
             
            // Licensed under the MIT License.
         
     | 
| 
         @@ -5897,7 +5903,7 @@ const typingIndicatorStringStyle = react.mergeStyles({ 
     | 
|
| 
       5897 
5903 
     | 
    
         
             
                wordBreak: 'break-word'
         
     | 
| 
       5898 
5904 
     | 
    
         
             
            });
         
     | 
| 
       5899 
5905 
     | 
    
         | 
| 
       5900 
     | 
    
         
            -
            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 notifications$k={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:"{phoneNumber} (Toll-free) {country}, {city}",meetingConferencePhoneInfoModalTollFreeWithoutGeoData:"{phoneNumber} (Toll-free)",meetingConferencePhoneInfoModalToll:"{phoneNumber} (Toll) {country}, {city}",meetingConferencePhoneInfoModalTollWithoutGeoData:"{phoneNumber} (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,notifications:notifications$k,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};
         
     | 
| 
      
 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 notifications$k={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,notifications:notifications$k,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};
         
     | 
| 
       5901 
5907 
     | 
    
         | 
| 
       5902 
5908 
     | 
    
         
             
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
       5903 
5909 
     | 
    
         
             
            // Licensed under the MIT License.
         
     | 
| 
         @@ -10241,14 +10247,14 @@ const ImageOverlay = (props) => { 
     | 
|
| 
       10241 
10247 
     | 
    
         
             
                }, []);
         
     | 
| 
       10242 
10248 
     | 
    
         
             
                const imageStyle = isImageLoaded ? normalImageStyle : brokenImageStyle(overlayTheme);
         
     | 
| 
       10243 
10249 
     | 
    
         
             
                const renderHeaderBar = () => {
         
     | 
| 
       10244 
     | 
    
         
            -
                    return (React.createElement(react.Stack, { className: react.mergeStyles(headerStyle) },
         
     | 
| 
      
 10250 
     | 
    
         
            +
                    return (React.createElement(react.Stack, { className: react.mergeStyles(headerStyle), role: "heading", "aria-label": title || 'Image', "aria-level": 2 },
         
     | 
| 
       10245 
10251 
     | 
    
         
             
                        React.createElement(react.Stack, { className: react.mergeStyles(titleBarContainerStyle) },
         
     | 
| 
       10246 
10252 
     | 
    
         
             
                            titleIcon,
         
     | 
| 
       10247 
     | 
    
         
            -
                            React.createElement(react.Stack.Item, { className: react.mergeStyles(titleStyle$2(overlayTheme)) 
     | 
| 
      
 10253 
     | 
    
         
            +
                            React.createElement(react.Stack.Item, { className: react.mergeStyles(titleStyle$2(overlayTheme)) }, title)),
         
     | 
| 
       10248 
10254 
     | 
    
         
             
                        React.createElement(react.Stack, { className: react.mergeStyles(controlBarContainerStyle) },
         
     | 
| 
       10249 
10255 
     | 
    
         
             
                            onDownloadButtonClicked && (React.createElement(react.DefaultButton, { className: react.mergeStyles(downloadButtonStyle), text: localeStrings.downloadButtonLabel, onClick: () => onDownloadButtonClicked && onDownloadButtonClicked(imageSrc), onRenderIcon: () => React.createElement(react.Icon, { iconName: downloadIcon.iconName, className: react.mergeStyles(downloadIconStyle) }), "aria-live": 'polite', "aria-label": localeStrings.downloadButtonLabel, disabled: imageSrc === '' })),
         
     | 
| 
       10250 
10256 
     | 
    
         
             
                            onDownloadButtonClicked && (React.createElement(react.IconButton, { iconProps: downloadIcon, className: react.mergeStyles(smallDownloadButtonContainerStyle(overlayTheme)), onClick: () => onDownloadButtonClicked && onDownloadButtonClicked(imageSrc), "aria-label": localeStrings.downloadButtonLabel, "aria-live": 'polite', disabled: imageSrc === '' })),
         
     | 
| 
       10251 
     | 
    
         
            -
                            React.createElement(react.IconButton, { iconProps: cancelIcon, className: react.mergeStyles(closeButtonStyles(overlayTheme)), onClick: onDismiss,  
     | 
| 
      
 10257 
     | 
    
         
            +
                            React.createElement(react.IconButton, { iconProps: cancelIcon, className: react.mergeStyles(closeButtonStyles(overlayTheme)), onClick: onDismiss, "aria-label": localeStrings.dismissButtonAriaLabel, "aria-live": 'polite' }))));
         
     | 
| 
       10252 
10258 
     | 
    
         
             
                };
         
     | 
| 
       10253 
10259 
     | 
    
         
             
                const renderBodyWithLightDismiss = () => {
         
     | 
| 
       10254 
10260 
     | 
    
         
             
                    return (React.createElement(react.Stack, { className: react.mergeStyles(bodyContainer), onClick: () => props.onDismiss() }, imageSrc && (React.createElement("img", { src: imageSrc, className: react.mergeStyles(imageStyle), alt: altText || 'image', "aria-label": 'image-overlay-main-image', "data-ui-id": 'image-overlay-main-image', "aria-live": 'polite', onError: () => {
         
     | 
| 
         @@ -10507,9 +10513,9 @@ const sendBoxRichTextEditorStyle = (isExpanded) => { 
     | 
|
| 
       10507 
10513 
     | 
    
         
             
             */
         
     | 
| 
       10508 
10514 
     | 
    
         
             
            const insertTableMenuCellButtonStyles = (theme) => {
         
     | 
| 
       10509 
10515 
     | 
    
         
             
                return {
         
     | 
| 
       10510 
     | 
    
         
            -
                    width: ' 
     | 
| 
       10511 
     | 
    
         
            -
                    height: ' 
     | 
| 
       10512 
     | 
    
         
            -
                    border: `solid  
     | 
| 
      
 10516 
     | 
    
         
            +
                    width: '24px',
         
     | 
| 
      
 10517 
     | 
    
         
            +
                    height: '24px',
         
     | 
| 
      
 10518 
     | 
    
         
            +
                    border: `solid 0.5px ${theme.palette.neutralSecondary}`,
         
     | 
| 
       10513 
10519 
     | 
    
         
             
                    cursor: 'pointer',
         
     | 
| 
       10514 
10520 
     | 
    
         
             
                    background: 'transparent'
         
     | 
| 
       10515 
10521 
     | 
    
         
             
                };
         
     | 
| 
         @@ -10537,7 +10543,7 @@ const insertTableMenuFocusZone = (theme) => { 
     | 
|
| 
       10537 
10543 
     | 
    
         
             
                return react.mergeStyles({
         
     | 
| 
       10538 
10544 
     | 
    
         
             
                    display: 'inline-grid',
         
     | 
| 
       10539 
10545 
     | 
    
         
             
                    gridTemplateColumns: 'auto auto auto auto auto',
         
     | 
| 
       10540 
     | 
    
         
            -
                    border: `solid  
     | 
| 
      
 10546 
     | 
    
         
            +
                    border: `solid 0.5px ${theme.palette.neutralSecondary}`
         
     | 
| 
       10541 
10547 
     | 
    
         
             
                });
         
     | 
| 
       10542 
10548 
     | 
    
         
             
            };
         
     | 
| 
       10543 
10549 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -12342,6 +12348,11 @@ react.mergeStyles({ 
     | 
|
| 
       12342 
12348 
     | 
    
         
             
            const DownIconStyle = react.mergeStyles({
         
     | 
| 
       12343 
12349 
     | 
    
         
             
                marginRight: '0.5em'
         
     | 
| 
       12344 
12350 
     | 
    
         
             
            });
         
     | 
| 
      
 12351 
     | 
    
         
            +
            /** @private */
         
     | 
| 
      
 12352 
     | 
    
         
            +
            const dataLossIconStyle = react.mergeStyles({
         
     | 
| 
      
 12353 
     | 
    
         
            +
                width: '1.25rem',
         
     | 
| 
      
 12354 
     | 
    
         
            +
                height: '1.25rem'
         
     | 
| 
      
 12355 
     | 
    
         
            +
            });
         
     | 
| 
       12345 
12356 
     | 
    
         | 
| 
       12346 
12357 
     | 
    
         
             
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
       12347 
12358 
     | 
    
         
             
            // Licensed under the MIT License.
         
     | 
| 
         @@ -12578,7 +12589,7 @@ const AnnouncerMessage = (props) => { 
     | 
|
| 
       12578 
12589 
     | 
    
         
             
                    if (ariaLive === 'assertive') {
         
     | 
| 
       12579 
12590 
     | 
    
         
             
                        announceAssertive(message || '', uuid.v1());
         
     | 
| 
       12580 
12591 
     | 
    
         
             
                    }
         
     | 
| 
       12581 
     | 
    
         
            -
                    if (ariaLive === 'polite') {
         
     | 
| 
      
 12592 
     | 
    
         
            +
                    else if (ariaLive === 'polite') {
         
     | 
| 
       12582 
12593 
     | 
    
         
             
                        announcePolite(message || '', uuid.v1());
         
     | 
| 
       12583 
12594 
     | 
    
         
             
                    }
         
     | 
| 
       12584 
12595 
     | 
    
         
             
                }, [announceAssertive, announcePolite, ariaLive, message]);
         
     | 
| 
         @@ -13223,7 +13234,7 @@ const MessageContentAsText = (props) => { 
     | 
|
| 
       13223 
13234 
     | 
    
         
             
             */
         
     | 
| 
       13224 
13235 
     | 
    
         
             
            const BlockedMessageContent = (props) => {
         
     | 
| 
       13225 
13236 
     | 
    
         
             
                var _a;
         
     | 
| 
       13226 
     | 
    
         
            -
                const Icon = React.createElement(react.FontIcon, { iconName: 'DataLossPreventionProhibited' });
         
     | 
| 
      
 13237 
     | 
    
         
            +
                const Icon = React.createElement(react.FontIcon, { className: dataLossIconStyle, iconName: 'DataLossPreventionProhibited' });
         
     | 
| 
       13227 
13238 
     | 
    
         
             
                const blockedMessage = props.message.warningText === undefined ? props.strings.blockedWarningText : props.message.warningText;
         
     | 
| 
       13228 
13239 
     | 
    
         
             
                const blockedMessageLink = props.message.link;
         
     | 
| 
       13229 
13240 
     | 
    
         
             
                const blockedMessageLinkText = blockedMessageLink
         
     | 
| 
         @@ -13928,7 +13939,7 @@ class _ErrorBoundary extends React.Component { 
     | 
|
| 
       13928 
13939 
     | 
    
         
             
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
       13929 
13940 
     | 
    
         
             
            // Licensed under the MIT License.
         
     | 
| 
       13930 
13941 
     | 
    
         
             
            /* @conditional-compile-remove(rich-text-editor) */
         
     | 
| 
       13931 
     | 
    
         
            -
            const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox- 
     | 
| 
      
 13942 
     | 
    
         
            +
            const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-Digltj4H.js'); }));
         
     | 
| 
       13932 
13943 
     | 
    
         
             
            /**
         
     | 
| 
       13933 
13944 
     | 
    
         
             
             * @private
         
     | 
| 
       13934 
13945 
     | 
    
         
             
             * Use this function to load RoosterJS dependencies early in the lifecycle.
         
     | 
| 
         @@ -13936,7 +13947,7 @@ const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve() 
     | 
|
| 
       13936 
13947 
     | 
    
         
             
             *
         
     | 
| 
       13937 
13948 
     | 
    
         
             
             * @conditional-compile-remove(rich-text-editor)
         
     | 
| 
       13938 
13949 
     | 
    
         
             
             */
         
     | 
| 
       13939 
     | 
    
         
            -
            const loadChatMessageComponentAsRichTextEditBox = () => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox- 
     | 
| 
      
 13950 
     | 
    
         
            +
            const loadChatMessageComponentAsRichTextEditBox = () => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-Digltj4H.js'); });
         
     | 
| 
       13940 
13951 
     | 
    
         
             
            /**
         
     | 
| 
       13941 
13952 
     | 
    
         
             
             * @private
         
     | 
| 
       13942 
13953 
     | 
    
         
             
             */
         
     | 
| 
         @@ -22227,7 +22238,7 @@ const ratingStyles = (theme) => { 
     | 
|
| 
       22227 
22238 
     | 
    
         
             
            /**
         
     | 
| 
       22228 
22239 
     | 
    
         
             
             * @private
         
     | 
| 
       22229 
22240 
     | 
    
         
             
             */
         
     | 
| 
       22230 
     | 
    
         
            -
            const titleContainerClassName$ 
     | 
| 
      
 22241 
     | 
    
         
            +
            const titleContainerClassName$3 = react.mergeStyles({
         
     | 
| 
       22231 
22242 
     | 
    
         
             
                paddingBottom: _pxToRem(6)
         
     | 
| 
       22232 
22243 
     | 
    
         
             
            });
         
     | 
| 
       22233 
22244 
     | 
    
         | 
| 
         @@ -22274,7 +22285,7 @@ const _StarSurvey = (props) => { 
     | 
|
| 
       22274 
22285 
     | 
    
         
             
                    onStarRatingSelected
         
     | 
| 
       22275 
22286 
     | 
    
         
             
                ]);
         
     | 
| 
       22276 
22287 
     | 
    
         
             
                return (React.createElement(react.Stack, { verticalAlign: "center" },
         
     | 
| 
       22277 
     | 
    
         
            -
                    React.createElement(react.Stack, { className: titleContainerClassName$ 
     | 
| 
      
 22288 
     | 
    
         
            +
                    React.createElement(react.Stack, { className: titleContainerClassName$3 },
         
     | 
| 
       22278 
22289 
     | 
    
         
             
                        React.createElement(react.Text, { className: helperTextStyle$1(theme) }, strings === null || strings === void 0 ? void 0 : strings.starSurveyHelperText)),
         
     | 
| 
       22279 
22290 
     | 
    
         
             
                    React.createElement(react.Rating, { max: 5, size: react.RatingSize.Large, defaultRating: 0, allowZeroStars: true, rating: rating, onChange: onRatingChange, styles: ratingStyles(theme), icon: selectedIcon !== null && selectedIcon !== void 0 ? selectedIcon : 'SurveyStarIconFilled', unselectedIcon: unselectedIcon !== null && unselectedIcon !== void 0 ? unselectedIcon : 'SurveyStarIcon', ariaLabelFormat: strings === null || strings === void 0 ? void 0 : strings.starRatingAriaLabel }),
         
     | 
| 
       22280 
22291 
     | 
    
         
             
                    React.createElement(react.Text, { className: ratingHelperTextStyle(theme) }, ratingHelperText)));
         
     | 
| 
         @@ -23057,7 +23068,7 @@ const themedCaptionsSettingsModalStyle = (theme) => ({ 
     | 
|
| 
       23057 
23068 
     | 
    
         
             
            /**
         
     | 
| 
       23058 
23069 
     | 
    
         
             
             * @private
         
     | 
| 
       23059 
23070 
     | 
    
         
             
             */
         
     | 
| 
       23060 
     | 
    
         
            -
            const titleClassName$ 
     | 
| 
      
 23071 
     | 
    
         
            +
            const titleClassName$2 = react.mergeStyles({
         
     | 
| 
       23061 
23072 
     | 
    
         
             
                fontWeight: 600,
         
     | 
| 
       23062 
23073 
     | 
    
         
             
                fontSize: _pxToRem(20),
         
     | 
| 
       23063 
23074 
     | 
    
         
             
                lineHeight: _pxToRem(28)
         
     | 
| 
         @@ -23065,7 +23076,7 @@ const titleClassName$1 = react.mergeStyles({ 
     | 
|
| 
       23065 
23076 
     | 
    
         
             
            /**
         
     | 
| 
       23066 
23077 
     | 
    
         
             
             * @private
         
     | 
| 
       23067 
23078 
     | 
    
         
             
             */
         
     | 
| 
       23068 
     | 
    
         
            -
            const titleContainerClassName$ 
     | 
| 
      
 23079 
     | 
    
         
            +
            const titleContainerClassName$2 = react.mergeStyles({
         
     | 
| 
       23069 
23080 
     | 
    
         
             
                paddingBottom: _pxToRem(20)
         
     | 
| 
       23070 
23081 
     | 
    
         
             
            });
         
     | 
| 
       23071 
23082 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -23300,8 +23311,8 @@ const _CaptionsSettingsModal = (props) => { 
     | 
|
| 
       23300 
23311 
     | 
    
         
             
                ]);
         
     | 
| 
       23301 
23312 
     | 
    
         
             
                const CaptionsSettingsModalStyle = React.useMemo(() => themedCaptionsSettingsModalStyle(theme), [theme]);
         
     | 
| 
       23302 
23313 
     | 
    
         
             
                return (React.createElement(React.Fragment, null, React.createElement(react.Modal, { titleAriaId: strings === null || strings === void 0 ? void 0 : strings.captionsSettingsModalAriaLabel, isOpen: showModal, onDismiss: onDismiss, isBlocking: true, styles: CaptionsSettingsModalStyle },
         
     | 
| 
       23303 
     | 
    
         
            -
                    React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between", verticalAlign: "center", className: titleContainerClassName$ 
     | 
| 
       23304 
     | 
    
         
            -
                        React.createElement(react.Text, { className: titleClassName$ 
     | 
| 
      
 23314 
     | 
    
         
            +
                    React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between", verticalAlign: "center", className: titleContainerClassName$2 },
         
     | 
| 
      
 23315 
     | 
    
         
            +
                        React.createElement(react.Text, { className: titleClassName$2 }, strings === null || strings === void 0 ? void 0 : strings.captionsSettingsModalTitle),
         
     | 
| 
       23305 
23316 
     | 
    
         
             
                        React.createElement(react.IconButton, { iconProps: { iconName: 'Cancel' }, ariaLabel: strings === null || strings === void 0 ? void 0 : strings.captionsSettingsCloseModalButtonAriaLabel, onClick: onDismiss, style: { color: theme.palette.black } })),
         
     | 
| 
       23306 
23317 
     | 
    
         
             
                    React.createElement(react.Stack, { className: dropdownContainerClassName }, CaptionsSettingsComponent()),
         
     | 
| 
       23307 
23318 
     | 
    
         
             
                    React.createElement(react.Stack, { horizontal: true, horizontalAlign: "end", className: buttonsContainerClassName },
         
     | 
| 
         @@ -23328,7 +23339,7 @@ const themedPhoneInfoModalStyle = (theme) => ({ 
     | 
|
| 
       23328 
23339 
     | 
    
         
             
            /**
         
     | 
| 
       23329 
23340 
     | 
    
         
             
             * @private
         
     | 
| 
       23330 
23341 
     | 
    
         
             
             */
         
     | 
| 
       23331 
     | 
    
         
            -
            const titleClassName = react.mergeStyles({
         
     | 
| 
      
 23342 
     | 
    
         
            +
            const titleClassName$1 = react.mergeStyles({
         
     | 
| 
       23332 
23343 
     | 
    
         
             
                fontWeight: 600,
         
     | 
| 
       23333 
23344 
     | 
    
         
             
                fontSize: _pxToRem(20),
         
     | 
| 
       23334 
23345 
     | 
    
         
             
                lineHeight: _pxToRem(28)
         
     | 
| 
         @@ -23336,7 +23347,7 @@ const titleClassName = react.mergeStyles({ 
     | 
|
| 
       23336 
23347 
     | 
    
         
             
            /**
         
     | 
| 
       23337 
23348 
     | 
    
         
             
             * @private
         
     | 
| 
       23338 
23349 
     | 
    
         
             
             */
         
     | 
| 
       23339 
     | 
    
         
            -
            const titleContainerClassName = react.mergeStyles({
         
     | 
| 
      
 23350 
     | 
    
         
            +
            const titleContainerClassName$1 = react.mergeStyles({
         
     | 
| 
       23340 
23351 
     | 
    
         
             
                paddingBottom: _pxToRem(30)
         
     | 
| 
       23341 
23352 
     | 
    
         
             
            });
         
     | 
| 
       23342 
23353 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -23391,7 +23402,7 @@ const phoneInfoIconStyle$1 = (theme) => { 
     | 
|
| 
       23391 
23402 
     | 
    
         
             
            /**
         
     | 
| 
       23392 
23403 
     | 
    
         
             
             * @private
         
     | 
| 
       23393 
23404 
     | 
    
         
             
             */
         
     | 
| 
       23394 
     | 
    
         
            -
            const infoConnectionLinkStyle = (theme) => {
         
     | 
| 
      
 23405 
     | 
    
         
            +
            const infoConnectionLinkStyle$1 = (theme) => {
         
     | 
| 
       23395 
23406 
     | 
    
         
             
                return react.mergeStyles({
         
     | 
| 
       23396 
23407 
     | 
    
         
             
                    background: `${theme.palette.themeLighter}`,
         
     | 
| 
       23397 
23408 
     | 
    
         
             
                    width: _pxToRem(2),
         
     | 
| 
         @@ -23422,8 +23433,8 @@ const MeetingConferencePhoneInfoModal = (props) => { 
     | 
|
| 
       23422 
23433 
     | 
    
         
             
                const PhoneInfoModalStyle = React.useMemo(() => themedPhoneInfoModalStyle(theme), [theme]);
         
     | 
| 
       23423 
23434 
     | 
    
         
             
                return (React.createElement(React.Fragment, null,
         
     | 
| 
       23424 
23435 
     | 
    
         
             
                    React.createElement(react.Modal, { titleAriaId: strings === null || strings === void 0 ? void 0 : strings.meetingConferencePhoneInfoModalTitle, isOpen: showModal, onDismiss: onDismiss, isBlocking: true, styles: PhoneInfoModalStyle },
         
     | 
| 
       23425 
     | 
    
         
            -
                        React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between", verticalAlign: "center", className: titleContainerClassName },
         
     | 
| 
       23426 
     | 
    
         
            -
                            React.createElement(react.Text, { className: titleClassName }, strings === null || strings === void 0 ? void 0 : strings.meetingConferencePhoneInfoModalTitle),
         
     | 
| 
      
 23436 
     | 
    
         
            +
                        React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between", verticalAlign: "center", className: titleContainerClassName$1 },
         
     | 
| 
      
 23437 
     | 
    
         
            +
                            React.createElement(react.Text, { className: titleClassName$1 }, strings === null || strings === void 0 ? void 0 : strings.meetingConferencePhoneInfoModalTitle),
         
     | 
| 
       23427 
23438 
     | 
    
         
             
                            React.createElement(react.IconButton, { iconProps: { iconName: 'Cancel' }, ariaLabel: strings === null || strings === void 0 ? void 0 : strings.meetingConferencePhoneInfoModalTitle, onClick: onDismiss, style: { color: theme.palette.black } })),
         
     | 
| 
       23428 
23439 
     | 
    
         
             
                        conferencePhoneInfoList.length === 0 && (React.createElement(react.Stack, { horizontal: true },
         
     | 
| 
       23429 
23440 
     | 
    
         
             
                            React.createElement(react.Text, { className: stepTextStyle }, strings === null || strings === void 0 ? void 0 : strings.meetingConferencePhoneInfoModalNoPhoneAvailable))),
         
     | 
| 
         @@ -23431,18 +23442,21 @@ const MeetingConferencePhoneInfoModal = (props) => { 
     | 
|
| 
       23431 
23442 
     | 
    
         
             
                            React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between", className: phoneInfoInctructionLine },
         
     | 
| 
       23432 
23443 
     | 
    
         
             
                                React.createElement(react.Stack.Item, { style: { display: 'flex' } },
         
     | 
| 
       23433 
23444 
     | 
    
         
             
                                    React.createElement(react.Stack, { horizontal: true, className: phoneInfoStep$1 },
         
     | 
| 
       23434 
     | 
    
         
            -
                                        React.createElement(react.Stack, { className: infoConnectionLinkStyle(theme) }),
         
     | 
| 
      
 23445 
     | 
    
         
            +
                                        React.createElement(react.Stack, { className: infoConnectionLinkStyle$1(theme) }),
         
     | 
| 
       23435 
23446 
     | 
    
         
             
                                        React.createElement(react.Stack.Item, { className: phoneInfoIcon$1(theme) },
         
     | 
| 
       23436 
23447 
     | 
    
         
             
                                            React.createElement(react.Stack, { verticalAlign: "center", horizontalAlign: "center" },
         
     | 
| 
       23437 
23448 
     | 
    
         
             
                                                React.createElement(react.Icon, { iconName: "PhoneNumberButton", className: phoneInfoIconStyle$1(theme) }))),
         
     | 
| 
       23438 
23449 
     | 
    
         
             
                                        React.createElement(react.Stack.Item, null,
         
     | 
| 
       23439 
23450 
     | 
    
         
             
                                            React.createElement(react.Text, { className: stepTextStyle }, strings === null || strings === void 0 ? void 0 : strings.meetingConferencePhoneInfoModalDialIn)))),
         
     | 
| 
       23440 
23451 
     | 
    
         
             
                                React.createElement(react.Stack.Item, { className: phoneInfoStep$1 }, conferencePhoneInfoList.map((phoneNumber, index) => (React.createElement(react.Stack.Item, { key: index },
         
     | 
| 
       23441 
     | 
    
         
            -
                                    React.createElement(react.Text, { className: phoneInfoTextStyle$1 },  
     | 
| 
      
 23452 
     | 
    
         
            +
                                    React.createElement(react.Text, { className: phoneInfoTextStyle$1 }, formatPhoneNumber(phoneNumber.phoneNumber)),
         
     | 
| 
      
 23453 
     | 
    
         
            +
                                    React.createElement(react.Text, { className: phoneInfoTextStyle$1 },
         
     | 
| 
      
 23454 
     | 
    
         
            +
                                        " ",
         
     | 
| 
      
 23455 
     | 
    
         
            +
                                        formatPhoneNumberInfo(phoneNumber, strings))))))),
         
     | 
| 
       23442 
23456 
     | 
    
         
             
                            React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between", verticalAlign: "center", className: phoneInfoInctructionLine },
         
     | 
| 
       23443 
23457 
     | 
    
         
             
                                React.createElement(react.Stack.Item, { style: { display: 'flex' } },
         
     | 
| 
       23444 
23458 
     | 
    
         
             
                                    React.createElement(react.Stack, { horizontal: true },
         
     | 
| 
       23445 
     | 
    
         
            -
                                        React.createElement(react.Stack, { className: infoConnectionLinkStyle(theme) }),
         
     | 
| 
      
 23459 
     | 
    
         
            +
                                        React.createElement(react.Stack, { className: infoConnectionLinkStyle$1(theme) }),
         
     | 
| 
       23446 
23460 
     | 
    
         
             
                                        React.createElement(react.Stack.Item, { className: phoneInfoIcon$1(theme) },
         
     | 
| 
       23447 
23461 
     | 
    
         
             
                                            React.createElement(react.Stack, { verticalAlign: "center", horizontalAlign: "center" },
         
     | 
| 
       23448 
23462 
     | 
    
         
             
                                                React.createElement(react.Icon, { iconName: "DtmfDialpadButton", className: phoneInfoIconStyle$1(theme) }))),
         
     | 
| 
         @@ -23476,6 +23490,14 @@ const formatPhoneNumber = (phoneNumber) => { 
     | 
|
| 
       23476 
23490 
     | 
    
         
             
                return phoneNumber;
         
     | 
| 
       23477 
23491 
     | 
    
         
             
            };
         
     | 
| 
       23478 
23492 
     | 
    
         
             
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 23493 
     | 
    
         
            +
            /**
         
     | 
| 
      
 23494 
     | 
    
         
            +
             * @internal
         
     | 
| 
      
 23495 
     | 
    
         
            +
             * format phone number link
         
     | 
| 
      
 23496 
     | 
    
         
            +
             */
         
     | 
| 
      
 23497 
     | 
    
         
            +
            const formatPhoneNumberLink = (phoneNumber) => {
         
     | 
| 
      
 23498 
     | 
    
         
            +
                return `tel:+${phoneNumber.phoneNumber},,${phoneNumber.conferenceId}#`;
         
     | 
| 
      
 23499 
     | 
    
         
            +
            };
         
     | 
| 
      
 23500 
     | 
    
         
            +
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       23479 
23501 
     | 
    
         
             
            /**
         
     | 
| 
       23480 
23502 
     | 
    
         
             
             * @internal
         
     | 
| 
       23481 
23503 
     | 
    
         
             
             * format phone number
         
     | 
| 
         @@ -24414,7 +24436,15 @@ const useSelector$3 = (selector, selectorProps) => { 
     | 
|
| 
       24414 
24436 
     | 
    
         
             
             *
         
     | 
| 
       24415 
24437 
     | 
    
         
             
             * @public
         
     | 
| 
       24416 
24438 
     | 
    
         
             
             */
         
     | 
| 
       24417 
     | 
    
         
            -
            const errorBarSelector$1 = reselect.createSelector([ 
     | 
| 
      
 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) => {
         
     | 
| 
       24418 
24448 
     | 
    
         
             
                var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t;
         
     | 
| 
       24419 
24449 
     | 
    
         
             
                // The order in which the errors are returned is significant: The `ErrorBar` shows errors on the UI in that order.
         
     | 
| 
       24420 
24450 
     | 
    
         
             
                // There are several options for the ordering:
         
     | 
| 
         @@ -24433,8 +24463,14 @@ const errorBarSelector$1 = reselect.createSelector([getLatestErrors$1, getDiagno 
     | 
|
| 
       24433 
24463 
     | 
    
         
             
                    return (environmentInfo === null || environmentInfo === void 0 ? void 0 : environmentInfo.environment.platform) === 'mac';
         
     | 
| 
       24434 
24464 
     | 
    
         
             
                };
         
     | 
| 
       24435 
24465 
     | 
    
         
             
                // Errors reported via diagnostics are more reliable than from API method failures, so process those first.
         
     | 
| 
       24436 
     | 
    
         
            -
                 
     | 
| 
       24437 
     | 
    
         
            -
             
     | 
| 
      
 24466 
     | 
    
         
            +
                let isTeamsMeetingWithPhones = false;
         
     | 
| 
      
 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)) {
         
     | 
| 
       24438 
24474 
     | 
    
         
             
                    activeErrorMessages.push({ type: 'callNetworkQualityLow' });
         
     | 
| 
       24439 
24475 
     | 
    
         
             
                }
         
     | 
| 
       24440 
24476 
     | 
    
         
             
                if (((_c = diagnostics === null || diagnostics === void 0 ? void 0 : diagnostics.media.latest.noSpeakerDevicesEnumerated) === null || _c === void 0 ? void 0 : _c.value) === true) {
         
     | 
| 
         @@ -28321,7 +28357,7 @@ const AttachmentDownloadErrorBar = (props) => { 
     | 
|
| 
       28321 
28357 
     | 
    
         
             
            /**
         
     | 
| 
       28322 
28358 
     | 
    
         
             
             * Wrapper for RichTextSendBox component to allow us to use usePropsFor with richTextSendBox with lazy loading
         
     | 
| 
       28323 
28359 
     | 
    
         
             
             */
         
     | 
| 
       28324 
     | 
    
         
            -
            const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper- 
     | 
| 
      
 28360 
     | 
    
         
            +
            const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-CiwclH9-.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper })));
         
     | 
| 
       28325 
28361 
     | 
    
         
             
            /**
         
     | 
| 
       28326 
28362 
     | 
    
         
             
             * @private
         
     | 
| 
       28327 
28363 
     | 
    
         
             
             * Use this function to load RoosterJS dependencies early in the lifecycle.
         
     | 
| 
         @@ -28329,7 +28365,7 @@ const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function 
     | 
|
| 
       28329 
28365 
     | 
    
         
             
             *
         
     | 
| 
       28330 
28366 
     | 
    
         
             
            /* @conditional-compile-remove(rich-text-editor-composite-support)
         
     | 
| 
       28331 
28367 
     | 
    
         
             
             */
         
     | 
| 
       28332 
     | 
    
         
            -
            const loadRichTextSendBox = () => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper- 
     | 
| 
      
 28368 
     | 
    
         
            +
            const loadRichTextSendBox = () => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-CiwclH9-.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper }));
         
     | 
| 
       28333 
28369 
     | 
    
         
             
            /**
         
     | 
| 
       28334 
28370 
     | 
    
         
             
             * @private
         
     | 
| 
       28335 
28371 
     | 
    
         
             
             */
         
     | 
| 
         @@ -31315,7 +31351,7 @@ const ExitSpotlightButton = (props) => { 
     | 
|
| 
       31315 
31351 
     | 
    
         
             
             */
         
     | 
| 
       31316 
31352 
     | 
    
         
             
            const MODAL_PIP_DEFAULT_PX = {
         
     | 
| 
       31317 
31353 
     | 
    
         
             
                rightPositionPx: 16,
         
     | 
| 
       31318 
     | 
    
         
            -
                 
     | 
| 
      
 31354 
     | 
    
         
            +
                bottomPositionPx: 64,
         
     | 
| 
       31319 
31355 
     | 
    
         
             
                widthPx: 88,
         
     | 
| 
       31320 
31356 
     | 
    
         
             
                heightPx: 128
         
     | 
| 
       31321 
31357 
     | 
    
         
             
            };
         
     | 
| 
         @@ -31328,7 +31364,7 @@ const getPipStyles = (theme) => ({ 
     | 
|
| 
       31328 
31364 
     | 
    
         
             
                        // Above the message thread / people pane.
         
     | 
| 
       31329 
31365 
     | 
    
         
             
                        zIndex: 2 }, (theme.rtl
         
     | 
| 
       31330 
31366 
     | 
    
         
             
                        ? { left: _pxToRem(MODAL_PIP_DEFAULT_PX.rightPositionPx) }
         
     | 
| 
       31331 
     | 
    
         
            -
                        : { right: _pxToRem(MODAL_PIP_DEFAULT_PX.rightPositionPx) })), {  
     | 
| 
      
 31367 
     | 
    
         
            +
                        : { right: _pxToRem(MODAL_PIP_DEFAULT_PX.rightPositionPx) })), { bottom: _pxToRem(MODAL_PIP_DEFAULT_PX.bottomPositionPx) })
         
     | 
| 
       31332 
31368 
     | 
    
         
             
                }
         
     | 
| 
       31333 
31369 
     | 
    
         
             
            });
         
     | 
| 
       31334 
31370 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -31406,22 +31442,22 @@ const useMinMaxDragPosition = (modalLayerHostId, rtl) => { 
     | 
|
| 
       31406 
31442 
     | 
    
         
             
                const modalHostRef = React.useRef(document.getElementById(modalLayerHostId));
         
     | 
| 
       31407 
31443 
     | 
    
         
             
                const modalHostWidth = _useContainerWidth(modalHostRef);
         
     | 
| 
       31408 
31444 
     | 
    
         
             
                const modalHostHeight = _useContainerHeight(modalHostRef);
         
     | 
| 
       31409 
     | 
    
         
            -
                const minDragPosition = React.useMemo(() => modalHostWidth === undefined
         
     | 
| 
      
 31445 
     | 
    
         
            +
                const minDragPosition = React.useMemo(() => modalHostWidth === undefined || modalHostHeight === undefined
         
     | 
| 
       31410 
31446 
     | 
    
         
             
                    ? undefined
         
     | 
| 
       31411 
31447 
     | 
    
         
             
                    : {
         
     | 
| 
       31412 
31448 
     | 
    
         
             
                        x: rtl
         
     | 
| 
       31413 
31449 
     | 
    
         
             
                            ? -1 * MODAL_PIP_DEFAULT_PX.rightPositionPx
         
     | 
| 
       31414 
31450 
     | 
    
         
             
                            : MODAL_PIP_DEFAULT_PX.rightPositionPx - modalHostWidth + MODAL_PIP_DEFAULT_PX.widthPx,
         
     | 
| 
       31415 
     | 
    
         
            -
                        y: -1 * MODAL_PIP_DEFAULT_PX. 
     | 
| 
       31416 
     | 
    
         
            -
                    }, [modalHostWidth, rtl]);
         
     | 
| 
       31417 
     | 
    
         
            -
                const maxDragPosition = React.useMemo(() => modalHostWidth === undefined 
     | 
| 
      
 31451 
     | 
    
         
            +
                        y: -1 * modalHostHeight + MODAL_PIP_DEFAULT_PX.heightPx + MODAL_PIP_DEFAULT_PX.bottomPositionPx
         
     | 
| 
      
 31452 
     | 
    
         
            +
                    }, [modalHostHeight, modalHostWidth, rtl]);
         
     | 
| 
      
 31453 
     | 
    
         
            +
                const maxDragPosition = React.useMemo(() => modalHostWidth === undefined
         
     | 
| 
       31418 
31454 
     | 
    
         
             
                    ? undefined
         
     | 
| 
       31419 
31455 
     | 
    
         
             
                    : {
         
     | 
| 
       31420 
31456 
     | 
    
         
             
                        x: rtl
         
     | 
| 
       31421 
31457 
     | 
    
         
             
                            ? modalHostWidth - MODAL_PIP_DEFAULT_PX.rightPositionPx - MODAL_PIP_DEFAULT_PX.widthPx
         
     | 
| 
       31422 
31458 
     | 
    
         
             
                            : MODAL_PIP_DEFAULT_PX.rightPositionPx,
         
     | 
| 
       31423 
     | 
    
         
            -
                        y:  
     | 
| 
       31424 
     | 
    
         
            -
                    }, [ 
     | 
| 
      
 31459 
     | 
    
         
            +
                        y: MODAL_PIP_DEFAULT_PX.bottomPositionPx
         
     | 
| 
      
 31460 
     | 
    
         
            +
                    }, [modalHostWidth, rtl]);
         
     | 
| 
       31425 
31461 
     | 
    
         
             
                return { minDragPosition: minDragPosition, maxDragPosition: maxDragPosition };
         
     | 
| 
       31426 
31462 
     | 
    
         
             
            };
         
     | 
| 
       31427 
31463 
     | 
    
         | 
| 
         @@ -31458,8 +31494,6 @@ const CommonCallControlBar = (props) => { 
     | 
|
| 
       31458 
31494 
     | 
    
         
             
                const callWithChatStrings = useCallWithChatCompositeStrings();
         
     | 
| 
       31459 
31495 
     | 
    
         
             
                const options = inferCommonCallControlOptions(props.mobileView, props.callControls);
         
     | 
| 
       31460 
31496 
     | 
    
         
             
                const [showCaptionsSettingsModal, setShowCaptionsSettingsModal] = React.useState(false);
         
     | 
| 
       31461 
     | 
    
         
            -
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       31462 
     | 
    
         
            -
                const [showTeamsMeetingConferenceModal, setShowTeamsMeetingConferenceModal] = React.useState(false);
         
     | 
| 
       31463 
31497 
     | 
    
         
             
                /* @conditional-compile-remove(end-call-options) */
         
     | 
| 
       31464 
31498 
     | 
    
         
             
                // If the hangup capability is not present, we default to true
         
     | 
| 
       31465 
31499 
     | 
    
         
             
                const isHangUpForEveryoneAllowed = (_a = useSelector$1((state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.capabilitiesFeature) === null || _b === void 0 ? void 0 : _b.capabilities.hangUpForEveryOne.isPresent; })) !== null && _a !== void 0 ? _a : true;
         
     | 
| 
         @@ -31497,10 +31531,6 @@ const CommonCallControlBar = (props) => { 
     | 
|
| 
       31497 
31531 
     | 
    
         
             
                const onDismissCaptionsSettings = React.useCallback(() => {
         
     | 
| 
       31498 
31532 
     | 
    
         
             
                    setShowCaptionsSettingsModal(false);
         
     | 
| 
       31499 
31533 
     | 
    
         
             
                }, []);
         
     | 
| 
       31500 
     | 
    
         
            -
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       31501 
     | 
    
         
            -
                const toggleTeamsMeetingConferenceModal = React.useCallback(() => {
         
     | 
| 
       31502 
     | 
    
         
            -
                    setShowTeamsMeetingConferenceModal(!showTeamsMeetingConferenceModal);
         
     | 
| 
       31503 
     | 
    
         
            -
                }, [showTeamsMeetingConferenceModal]);
         
     | 
| 
       31504 
31534 
     | 
    
         
             
                const peopleButtonStrings = React.useMemo(() => ({
         
     | 
| 
       31505 
31535 
     | 
    
         
             
                    label: callWithChatStrings.peopleButtonLabel,
         
     | 
| 
       31506 
31536 
     | 
    
         
             
                    selectedLabel: callWithChatStrings.selectedPeopleButtonLabel,
         
     | 
| 
         @@ -31564,7 +31594,7 @@ const CommonCallControlBar = (props) => { 
     | 
|
| 
       31564 
31594 
     | 
    
         
             
                return (React.createElement("div", { ref: controlBarSizeRef },
         
     | 
| 
       31565 
31595 
     | 
    
         
             
                    React.createElement(CallAdapterProvider, { adapter: props.callAdapter },
         
     | 
| 
       31566 
31596 
     | 
    
         
             
                        showCaptionsSettingsModal && (React.createElement(CaptionsSettingsModal, { showCaptionsSettingsModal: showCaptionsSettingsModal, onDismissCaptionsSettings: onDismissCaptionsSettings, changeCaptionLanguage: props.isCaptionsOn && props.useTeamsCaptions })),
         
     | 
| 
       31567 
     | 
    
         
            -
                        /* @conditional-compile-remove(teams-meeting-conference) */  
     | 
| 
      
 31597 
     | 
    
         
            +
                        /* @conditional-compile-remove(teams-meeting-conference) */ props.teamsMeetingConferenceModalPresent && (React.createElement(MeetingConferencePhoneInfoModal, { conferencePhoneInfoList: (_d = (_c = props.callAdapter.getState().call) === null || _c === void 0 ? void 0 : _c.teamsMeetingConference) !== null && _d !== void 0 ? _d : [], showModal: props.teamsMeetingConferenceModalPresent, onDismissMeetingPhoneInfoSettings: props.onToggleTeamsMeetingConferenceModal }))),
         
     | 
| 
       31568 
31598 
     | 
    
         
             
                    React.createElement(react.Stack, { horizontal: true, reversed: !props.mobileView && !isOutOfSpace, horizontalAlign: "space-between", className: react.mergeStyles(callControlsContainerStyles, controlBarContainerStyles, controlBarDesktopContainerStyles) },
         
     | 
| 
       31569 
31599 
     | 
    
         
             
                        React.createElement(react.Stack.Item, { grow: true, className: react.mergeStyles(controlBarWrapperDesktopStyles) },
         
     | 
| 
       31570 
31600 
     | 
    
         
             
                            React.createElement(CallAdapterProvider, { adapter: props.callAdapter },
         
     | 
| 
         @@ -31607,7 +31637,7 @@ const CommonCallControlBar = (props) => { 
     | 
|
| 
       31607 
31637 
     | 
    
         
             
                                                    /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       31608 
31638 
     | 
    
         
             
                                                    teamsMeetingPhoneCallEnable: showTeamsMeetingPhoneCallButton, 
         
     | 
| 
       31609 
31639 
     | 
    
         
             
                                                    /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       31610 
     | 
    
         
            -
                                                    onMeetingPhoneInfoClick:  
     | 
| 
      
 31640 
     | 
    
         
            +
                                                    onMeetingPhoneInfoClick: props.onToggleTeamsMeetingConferenceModal })),
         
     | 
| 
       31611 
31641 
     | 
    
         
             
                                                React.createElement(EndCall, { displayType: "compact", mobileView: props.mobileView, styles: endCallButtonStyles, 
         
     | 
| 
       31612 
31642 
     | 
    
         
             
                                                    /* @conditional-compile-remove(end-call-options) */
         
     | 
| 
       31613 
31643 
     | 
    
         
             
                                                    enableEndCallMenu: !isBoolean(props.callControls) &&
         
     | 
| 
         @@ -31615,7 +31645,10 @@ const CommonCallControlBar = (props) => { 
     | 
|
| 
       31615 
31645 
     | 
    
         
             
                                                        !props.mobileView &&
         
     | 
| 
       31616 
31646 
     | 
    
         
             
                                                        isHangUpForEveryoneAllowed &&
         
     | 
| 
       31617 
31647 
     | 
    
         
             
                                                        !isTeams && // Temporary disable it for Teams call, since capability does not give the right value
         
     | 
| 
       31618 
     | 
    
         
            -
                                                        ((_h = (_g = props.callControls) === null || _g === void 0 ? void 0 : _g.endCallButton) === null || _h === void 0 ? void 0 : _h.hangUpForEveryone) === 'endCallOptions'  
     | 
| 
      
 31648 
     | 
    
         
            +
                                                        ((_h = (_g = props.callControls) === null || _g === void 0 ? void 0 : _g.endCallButton) === null || _h === void 0 ? void 0 : _h.hangUpForEveryone) === 'endCallOptions' &&
         
     | 
| 
      
 31649 
     | 
    
         
            +
                                                        // Only show the end call menu when the call is connected, user should not be able to end the call for everyone
         
     | 
| 
      
 31650 
     | 
    
         
            +
                                                        // when they are not actively in the call to communicate they will.
         
     | 
| 
      
 31651 
     | 
    
         
            +
                                                        callState.callStatus === 'Connected' }))))))),
         
     | 
| 
       31619 
31652 
     | 
    
         
             
                        !props.mobileView && sideButtonsPresent && (React.createElement(react.Stack.Item, null,
         
     | 
| 
       31620 
31653 
     | 
    
         
             
                            React.createElement("div", { ref: sidepaneControlsRef },
         
     | 
| 
       31621 
31654 
     | 
    
         
             
                                React.createElement(react.Stack, { horizontal: true, className: !props.mobileView ? react.mergeStyles(desktopButtonContainerStyle) : undefined },
         
     | 
| 
         @@ -33396,7 +33429,7 @@ const phoneInfoContainerStyle = { 
     | 
|
| 
       33396 
33429 
     | 
    
         
             
            /**
         
     | 
| 
       33397 
33430 
     | 
    
         
             
             * @private
         
     | 
| 
       33398 
33431 
     | 
    
         
             
             */
         
     | 
| 
       33399 
     | 
    
         
            -
            react.mergeStyles({
         
     | 
| 
      
 33432 
     | 
    
         
            +
            const titleClassName = react.mergeStyles({
         
     | 
| 
       33400 
33433 
     | 
    
         
             
                fontWeight: 600,
         
     | 
| 
       33401 
33434 
     | 
    
         
             
                fontSize: _pxToRem(20),
         
     | 
| 
       33402 
33435 
     | 
    
         
             
                lineHeight: _pxToRem(28)
         
     | 
| 
         @@ -33404,7 +33437,7 @@ react.mergeStyles({ 
     | 
|
| 
       33404 
33437 
     | 
    
         
             
            /**
         
     | 
| 
       33405 
33438 
     | 
    
         
             
             * @private
         
     | 
| 
       33406 
33439 
     | 
    
         
             
             */
         
     | 
| 
       33407 
     | 
    
         
            -
            react.mergeStyles({
         
     | 
| 
      
 33440 
     | 
    
         
            +
            const titleContainerClassName = react.mergeStyles({
         
     | 
| 
       33408 
33441 
     | 
    
         
             
                paddingBottom: _pxToRem(20)
         
     | 
| 
       33409 
33442 
     | 
    
         
             
            });
         
     | 
| 
       33410 
33443 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -33453,7 +33486,21 @@ const phoneInfoStep = react.mergeStyles({ 
     | 
|
| 
       33453 
33486 
     | 
    
         
             
            const phoneInfoIconStyle = (theme) => {
         
     | 
| 
       33454 
33487 
     | 
    
         
             
                return react.mergeStyles({
         
     | 
| 
       33455 
33488 
     | 
    
         
             
                    padding: _pxToRem(8),
         
     | 
| 
       33456 
     | 
    
         
            -
                    color: `${theme.palette.themePrimary} 
     | 
| 
      
 33489 
     | 
    
         
            +
                    color: `${theme.palette.themePrimary}`,
         
     | 
| 
      
 33490 
     | 
    
         
            +
                    zIndex: 2
         
     | 
| 
      
 33491 
     | 
    
         
            +
                });
         
     | 
| 
      
 33492 
     | 
    
         
            +
            };
         
     | 
| 
      
 33493 
     | 
    
         
            +
            /**
         
     | 
| 
      
 33494 
     | 
    
         
            +
             * @private
         
     | 
| 
      
 33495 
     | 
    
         
            +
             */
         
     | 
| 
      
 33496 
     | 
    
         
            +
            const infoConnectionLinkStyle = (theme) => {
         
     | 
| 
      
 33497 
     | 
    
         
            +
                return react.mergeStyles({
         
     | 
| 
      
 33498 
     | 
    
         
            +
                    background: `${theme.palette.themeLighter}`,
         
     | 
| 
      
 33499 
     | 
    
         
            +
                    width: _pxToRem(2),
         
     | 
| 
      
 33500 
     | 
    
         
            +
                    position: 'relative',
         
     | 
| 
      
 33501 
     | 
    
         
            +
                    left: _pxToRem(19),
         
     | 
| 
      
 33502 
     | 
    
         
            +
                    top: _pxToRem(20),
         
     | 
| 
      
 33503 
     | 
    
         
            +
                    zIndex: 1
         
     | 
| 
       33457 
33504 
     | 
    
         
             
                });
         
     | 
| 
       33458 
33505 
     | 
    
         
             
            };
         
     | 
| 
       33459 
33506 
     | 
    
         | 
| 
         @@ -33483,7 +33530,10 @@ const MeetingPhoneInfoPaneContent = (props) => { 
     | 
|
| 
       33483 
33530 
     | 
    
         
             
                                        React.createElement(react.Stack.Item, null,
         
     | 
| 
       33484 
33531 
     | 
    
         
             
                                            React.createElement(react.Text, { className: phoneInfoLabelStyle }, localeStrings.meetingConferencePhoneInfoModalDialIn)))),
         
     | 
| 
       33485 
33532 
     | 
    
         
             
                                React.createElement(react.Stack.Item, { className: phoneInfoStep }, conferencePhoneInfoList.map((phoneNumber, index) => (React.createElement(react.Stack.Item, { key: index },
         
     | 
| 
       33486 
     | 
    
         
            -
                                    React.createElement(react. 
     | 
| 
      
 33533 
     | 
    
         
            +
                                    React.createElement(react.Link, { className: phoneInfoTextStyle, href: formatPhoneNumberLink(phoneNumber) }, formatPhoneNumber(phoneNumber.phoneNumber)),
         
     | 
| 
      
 33534 
     | 
    
         
            +
                                    React.createElement(react.Text, { className: phoneInfoTextStyle },
         
     | 
| 
      
 33535 
     | 
    
         
            +
                                        " ",
         
     | 
| 
      
 33536 
     | 
    
         
            +
                                        formatPhoneNumberInfo(phoneNumber, localeStrings))))))),
         
     | 
| 
       33487 
33537 
     | 
    
         
             
                            React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between", verticalAlign: "center", className: phoneInfoInstructionLine },
         
     | 
| 
       33488 
33538 
     | 
    
         
             
                                React.createElement(react.Stack.Item, null,
         
     | 
| 
       33489 
33539 
     | 
    
         
             
                                    React.createElement(react.Stack, { horizontal: true },
         
     | 
| 
         @@ -33544,6 +33594,41 @@ const useMeetingPhoneInfoPane = (props) => { 
     | 
|
| 
       33544 
33594 
     | 
    
         
             
                };
         
     | 
| 
       33545 
33595 
     | 
    
         
             
            };
         
     | 
| 
       33546 
33596 
     | 
    
         | 
| 
      
 33597 
     | 
    
         
            +
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
      
 33598 
     | 
    
         
            +
            // Licensed under the MIT License.
         
     | 
| 
      
 33599 
     | 
    
         
            +
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 33600 
     | 
    
         
            +
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 33601 
     | 
    
         
            +
            /**
         
     | 
| 
      
 33602 
     | 
    
         
            +
             * Create a record for bad network when the notification recieved.
         
     | 
| 
      
 33603 
     | 
    
         
            +
             *
         
     | 
| 
      
 33604 
     | 
    
         
            +
             * @private
         
     | 
| 
      
 33605 
     | 
    
         
            +
             */
         
     | 
| 
      
 33606 
     | 
    
         
            +
            const useBadNetworkQualityNotifications = (connectionLostFlag) => {
         
     | 
| 
      
 33607 
     | 
    
         
            +
                const [currentConnectionLost, setCurrentConnectionLost] = React.useState(false);
         
     | 
| 
      
 33608 
     | 
    
         
            +
                React.useEffect(() => {
         
     | 
| 
      
 33609 
     | 
    
         
            +
                    setCurrentConnectionLost(connectionLostFlag);
         
     | 
| 
      
 33610 
     | 
    
         
            +
                }, [connectionLostFlag]);
         
     | 
| 
      
 33611 
     | 
    
         
            +
                const connectionLost = React.useMemo(() => currentConnectionLost, [currentConnectionLost]);
         
     | 
| 
      
 33612 
     | 
    
         
            +
                return {
         
     | 
| 
      
 33613 
     | 
    
         
            +
                    isPoorNetworkQuality: connectionLost
         
     | 
| 
      
 33614 
     | 
    
         
            +
                };
         
     | 
| 
      
 33615 
     | 
    
         
            +
            };
         
     | 
| 
      
 33616 
     | 
    
         
            +
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 33617 
     | 
    
         
            +
            /**
         
     | 
| 
      
 33618 
     | 
    
         
            +
             * Connection lost notification bar during teams meeting, which provides a message to use PSTN option.
         
     | 
| 
      
 33619 
     | 
    
         
            +
             * @beta
         
     | 
| 
      
 33620 
     | 
    
         
            +
             */
         
     | 
| 
      
 33621 
     | 
    
         
            +
            const BadNetworkQualityNotificationBar = (props) => {
         
     | 
| 
      
 33622 
     | 
    
         
            +
                const localeStrings = useLocale().component.strings.MeetingConferencePhoneInfo;
         
     | 
| 
      
 33623 
     | 
    
         
            +
                const barStrings = {
         
     | 
| 
      
 33624 
     | 
    
         
            +
                    title: localeStrings.badQualityBarTitle ? localeStrings.badQualityBarTitle : '',
         
     | 
| 
      
 33625 
     | 
    
         
            +
                    closeButtonAriaLabel: localeStrings.badQualityBarClose ? localeStrings.badQualityBarClose : '',
         
     | 
| 
      
 33626 
     | 
    
         
            +
                    message: localeStrings.badQualityBarMessage ? localeStrings.badQualityBarMessage : '',
         
     | 
| 
      
 33627 
     | 
    
         
            +
                    primaryButtonLabel: localeStrings.badQualityBarJoin ? localeStrings.badQualityBarJoin : ''
         
     | 
| 
      
 33628 
     | 
    
         
            +
                };
         
     | 
| 
      
 33629 
     | 
    
         
            +
                return (React.createElement(NotificationBar, { notificationBarStrings: barStrings, notificationBarIconProps: { iconName: 'ErrorBarCallNetworkQualityLow' }, onClickPrimaryButton: () => props.onPrimaryButtonClick && props.onPrimaryButtonClick(), onDismiss: () => props.onDismissNotification && props.onDismissNotification() }));
         
     | 
| 
      
 33630 
     | 
    
         
            +
            };
         
     | 
| 
      
 33631 
     | 
    
         
            +
             
     | 
| 
       33547 
33632 
     | 
    
         
             
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
       33548 
33633 
     | 
    
         
             
            // Licensed under the MIT License.
         
     | 
| 
       33549 
33634 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -34366,6 +34451,28 @@ const CallArrangement = (props) => { 
     | 
|
| 
       34366 
34451 
     | 
    
         
             
                const { onStartLocalSpotlight, onStopLocalSpotlight, onStartRemoteSpotlight, onStopRemoteSpotlight, 
         
     | 
| 
       34367 
34452 
     | 
    
         
             
                /* @conditional-compile-remove(soft-mute) */
         
     | 
| 
       34368 
34453 
     | 
    
         
             
                onMuteParticipant, spotlightedParticipants, maxParticipantsToSpotlight, localParticipant } = videoGalleryProps;
         
     | 
| 
      
 34454 
     | 
    
         
            +
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 34455 
     | 
    
         
            +
                const [showTeamsMeetingConferenceModal, setShowTeamsMeetingConferenceModal] = React.useState(false);
         
     | 
| 
      
 34456 
     | 
    
         
            +
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 34457 
     | 
    
         
            +
                const toggleTeamsMeetingConferenceModal = React.useCallback(() => {
         
     | 
| 
      
 34458 
     | 
    
         
            +
                    setShowTeamsMeetingConferenceModal(!showTeamsMeetingConferenceModal);
         
     | 
| 
      
 34459 
     | 
    
         
            +
                }, [showTeamsMeetingConferenceModal]);
         
     | 
| 
      
 34460 
     | 
    
         
            +
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 34461 
     | 
    
         
            +
                const { isMeetingPhoneInfoPaneOpen, openMeetingPhoneInfoPane, closeMeetingPhoneInfoPane } = useMeetingPhoneInfoPane(Object.assign({}, meetingPhoneInfoPaneProps));
         
     | 
| 
      
 34462 
     | 
    
         
            +
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 34463 
     | 
    
         
            +
                const toggleMeetingPhoneInfoPane = React.useCallback(() => {
         
     | 
| 
      
 34464 
     | 
    
         
            +
                    if (isMeetingPhoneInfoPaneOpen) {
         
     | 
| 
      
 34465 
     | 
    
         
            +
                        closeMeetingPhoneInfoPane();
         
     | 
| 
      
 34466 
     | 
    
         
            +
                    }
         
     | 
| 
      
 34467 
     | 
    
         
            +
                    else {
         
     | 
| 
      
 34468 
     | 
    
         
            +
                        openMeetingPhoneInfoPane();
         
     | 
| 
      
 34469 
     | 
    
         
            +
                    }
         
     | 
| 
      
 34470 
     | 
    
         
            +
                }, [closeMeetingPhoneInfoPane, isMeetingPhoneInfoPaneOpen, openMeetingPhoneInfoPane]);
         
     | 
| 
      
 34471 
     | 
    
         
            +
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 34472 
     | 
    
         
            +
                const onMeetingPhoneInfoClicked = React.useCallback(() => {
         
     | 
| 
      
 34473 
     | 
    
         
            +
                    setShowDrawer(false);
         
     | 
| 
      
 34474 
     | 
    
         
            +
                    toggleMeetingPhoneInfoPane();
         
     | 
| 
      
 34475 
     | 
    
         
            +
                }, [toggleMeetingPhoneInfoPane]);
         
     | 
| 
       34369 
34476 
     | 
    
         
             
                const { pinnedParticipants, setPinnedParticipants } = props;
         
     | 
| 
       34370 
34477 
     | 
    
         
             
                const onPinParticipant = React.useCallback((userId) => {
         
     | 
| 
       34371 
34478 
     | 
    
         
             
                    if (pinnedParticipants && pinnedParticipants.length >= MAX_PINNED_REMOTE_VIDEO_TILES) {
         
     | 
| 
         @@ -34437,17 +34544,6 @@ const CallArrangement = (props) => { 
     | 
|
| 
       34437 
34544 
     | 
    
         
             
                        openPeoplePane();
         
     | 
| 
       34438 
34545 
     | 
    
         
             
                    }
         
     | 
| 
       34439 
34546 
     | 
    
         
             
                }, [closePeoplePane, isPeoplePaneOpen, openPeoplePane]);
         
     | 
| 
       34440 
     | 
    
         
            -
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       34441 
     | 
    
         
            -
                const { isMeetingPhoneInfoPaneOpen, openMeetingPhoneInfoPane, closeMeetingPhoneInfoPane } = useMeetingPhoneInfoPane(Object.assign({}, meetingPhoneInfoPaneProps));
         
     | 
| 
       34442 
     | 
    
         
            -
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       34443 
     | 
    
         
            -
                const toggleMeetingPhoneInfoPane = React.useCallback(() => {
         
     | 
| 
       34444 
     | 
    
         
            -
                    if (isMeetingPhoneInfoPaneOpen) {
         
     | 
| 
       34445 
     | 
    
         
            -
                        closeMeetingPhoneInfoPane();
         
     | 
| 
       34446 
     | 
    
         
            -
                    }
         
     | 
| 
       34447 
     | 
    
         
            -
                    else {
         
     | 
| 
       34448 
     | 
    
         
            -
                        openMeetingPhoneInfoPane();
         
     | 
| 
       34449 
     | 
    
         
            -
                    }
         
     | 
| 
       34450 
     | 
    
         
            -
                }, [closeMeetingPhoneInfoPane, isMeetingPhoneInfoPaneOpen, openMeetingPhoneInfoPane]);
         
     | 
| 
       34451 
34547 
     | 
    
         
             
                /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */
         
     | 
| 
       34452 
34548 
     | 
    
         
             
                React.useEffect(() => {
         
     | 
| 
       34453 
34549 
     | 
    
         
             
                    if (isInLocalHold) {
         
     | 
| 
         @@ -34489,11 +34585,6 @@ const CallArrangement = (props) => { 
     | 
|
| 
       34489 
34585 
     | 
    
         
             
                    setShowDrawer(false);
         
     | 
| 
       34490 
34586 
     | 
    
         
             
                    togglePeoplePane();
         
     | 
| 
       34491 
34587 
     | 
    
         
             
                }, [togglePeoplePane]);
         
     | 
| 
       34492 
     | 
    
         
            -
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
       34493 
     | 
    
         
            -
                const onMeetingPhoneInfoClicked = React.useCallback(() => {
         
     | 
| 
       34494 
     | 
    
         
            -
                    setShowDrawer(false);
         
     | 
| 
       34495 
     | 
    
         
            -
                    toggleMeetingPhoneInfoPane();
         
     | 
| 
       34496 
     | 
    
         
            -
                }, [toggleMeetingPhoneInfoPane]);
         
     | 
| 
       34497 
34588 
     | 
    
         
             
                const drawerContainerStylesValue = React.useMemo(() => drawerContainerStyles(DRAWER_Z_INDEX), []);
         
     | 
| 
       34498 
34589 
     | 
    
         
             
                const canUnmute = role !== 'Consumer' ? true : false;
         
     | 
| 
       34499 
34590 
     | 
    
         
             
                let filteredLatestErrors = props.errorBarProps !== false ? props.latestErrors : [];
         
     | 
| 
         @@ -34551,7 +34642,11 @@ const CallArrangement = (props) => { 
     | 
|
| 
       34551 
34642 
     | 
    
         
             
                                onPeopleButtonClicked: togglePeoplePane, displayVertical: verticalControlBar }))) : (React.createElement(CommonCallControlBar, Object.assign({}, props.callControlProps, { callControls: props.callControlProps.options, callAdapter: adapter, mobileView: props.mobileView, disableButtonsForLobbyPage: isInLobby, 
         
     | 
| 
       34552 
34643 
     | 
    
         
             
                                /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */
         
     | 
| 
       34553 
34644 
     | 
    
         
             
                                disableButtonsForHoldScreen: isInLocalHold, peopleButtonChecked: isPeoplePaneOpen, onPeopleButtonClicked: togglePeoplePane, onMoreButtonClicked: onMoreButtonClicked, isCaptionsSupported: (useTeamsCaptions && hasJoinedCall) ||
         
     | 
| 
       34554 
     | 
    
         
            -
                                    /* @conditional-compile-remove(acs-close-captions) */ hasJoinedCall, useTeamsCaptions: useTeamsCaptions, isCaptionsOn: isCaptionsOn, onClickVideoEffects: onResolveVideoEffectDependency ? openVideoEffectsPane : undefined, displayVertical: verticalControlBar, onUserSetOverflowGalleryPositionChange: props.onUserSetOverflowGalleryPositionChange, onUserSetGalleryLayout: props.onUserSetGalleryLayoutChange, userSetGalleryLayout: props.userSetGalleryLayout, onSetDialpadPage: props.onSetDialpadPage, dtmfDialerPresent: props.dtmfDialerPresent, peopleButtonRef: peopleButtonRef, cameraButtonRef: cameraButtonRef, onStopLocalSpotlight: !hideSpotlightButtons && localParticipant.spotlight ? onStopLocalSpotlightWithPrompt : undefined  
     | 
| 
      
 34645 
     | 
    
         
            +
                                    /* @conditional-compile-remove(acs-close-captions) */ hasJoinedCall, useTeamsCaptions: useTeamsCaptions, isCaptionsOn: isCaptionsOn, onClickVideoEffects: onResolveVideoEffectDependency ? openVideoEffectsPane : undefined, displayVertical: verticalControlBar, onUserSetOverflowGalleryPositionChange: props.onUserSetOverflowGalleryPositionChange, onUserSetGalleryLayout: props.onUserSetGalleryLayoutChange, userSetGalleryLayout: props.userSetGalleryLayout, onSetDialpadPage: props.onSetDialpadPage, dtmfDialerPresent: props.dtmfDialerPresent, peopleButtonRef: peopleButtonRef, cameraButtonRef: cameraButtonRef, onStopLocalSpotlight: !hideSpotlightButtons && localParticipant.spotlight ? onStopLocalSpotlightWithPrompt : undefined, 
         
     | 
| 
      
 34646 
     | 
    
         
            +
                                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 34647 
     | 
    
         
            +
                                onToggleTeamsMeetingConferenceModal: toggleTeamsMeetingConferenceModal, 
         
     | 
| 
      
 34648 
     | 
    
         
            +
                                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 34649 
     | 
    
         
            +
                                teamsMeetingConferenceModalPresent: showTeamsMeetingConferenceModal }))))),
         
     | 
| 
       34555 
34650 
     | 
    
         
             
                            ((_j = props.callControlProps) === null || _j === void 0 ? void 0 : _j.options) !== false && showDrawer && (React.createElement(react.Stack, { styles: drawerContainerStylesValue },
         
     | 
| 
       34556 
34651 
     | 
    
         
             
                                React.createElement(PreparedMoreDrawer, { callControls: props.callControlProps.options, onLightDismiss: closeDrawer, onPeopleButtonClicked: onMoreDrawerPeopleClicked, 
         
     | 
| 
       34557 
34652 
     | 
    
         
             
                                    /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */
         
     | 
| 
         @@ -34570,7 +34665,11 @@ const CallArrangement = (props) => { 
     | 
|
| 
       34570 
34665 
     | 
    
         
             
                                                props.capabilitiesChangedNotificationBarProps &&
         
     | 
| 
       34571 
34666 
     | 
    
         
             
                                                    props.capabilitiesChangedNotificationBarProps.capabilitiesChangedNotifications.length > 0 && (React.createElement(react.Stack, { styles: bannerNotificationStyles },
         
     | 
| 
       34572 
34667 
     | 
    
         
             
                                                    React.createElement(CapabilitiesChangedNotificationBar, Object.assign({}, props.capabilitiesChangedNotificationBarProps, { capabilitiesChangedNotifications: filteredCapabilitesChangedNotifications !== null && filteredCapabilitesChangedNotifications !== void 0 ? filteredCapabilitesChangedNotifications : [] })))),
         
     | 
| 
       34573 
     | 
    
         
            -
                                                canUnmute && !!props.mutedNotificationProps && (React.createElement(MutedNotification, Object.assign({}, props.mutedNotificationProps))) 
     | 
| 
      
 34668 
     | 
    
         
            +
                                                canUnmute && !!props.mutedNotificationProps && (React.createElement(MutedNotification, Object.assign({}, props.mutedNotificationProps))),
         
     | 
| 
      
 34669 
     | 
    
         
            +
                                                /* @conditional-compile-remove(teams-meeting-conference) */ props.badNetworkQualityBannerProps &&
         
     | 
| 
      
 34670 
     | 
    
         
            +
                                                    props.badNetworkQualityBannerProps.isPoorNetworkQuality &&
         
     | 
| 
      
 34671 
     | 
    
         
            +
                                                    isTeamsCall && (React.createElement(react.Stack, { styles: bannerNotificationStyles },
         
     | 
| 
      
 34672 
     | 
    
         
            +
                                                    React.createElement(BadNetworkQualityNotificationBar, Object.assign({}, props.badNetworkQualityBannerProps, { onPrimaryButtonClick: toggleTeamsMeetingConferenceModal }))))),
         
     | 
| 
       34574 
34673 
     | 
    
         
             
                                            renderGallery && props.onRenderGalleryContent && props.onRenderGalleryContent(),
         
     | 
| 
       34575 
34674 
     | 
    
         
             
                                            /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */ !isInLocalHold && (React.createElement(CaptionsBanner, { isMobile: props.mobileView, onFetchAvatarPersonaData: props.onFetchAvatarPersonaData, useTeamsCaptions: useTeamsCaptions }))))),
         
     | 
| 
       34576 
34675 
     | 
    
         
             
                                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)
         
     | 
| 
         @@ -34857,12 +34956,56 @@ const NetworkReconnectTile = (props) => { 
     | 
|
| 
       34857 
34956 
     | 
    
         
             
                const isVideoReady = (_a = videoStream === null || videoStream === void 0 ? void 0 : videoStream.isAvailable) !== null && _a !== void 0 ? _a : false;
         
     | 
| 
       34858 
34957 
     | 
    
         
             
                const palette = useTheme().palette;
         
     | 
| 
       34859 
34958 
     | 
    
         
             
                const strings = useLocale().strings.call;
         
     | 
| 
      
 34959 
     | 
    
         
            +
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 34960 
     | 
    
         
            +
                const localeStrings = useLocale().component.strings.MeetingConferencePhoneInfo;
         
     | 
| 
      
 34961 
     | 
    
         
            +
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 34962 
     | 
    
         
            +
                const theme = useTheme();
         
     | 
| 
       34860 
34963 
     | 
    
         
             
                const handlers = useHandlers();
         
     | 
| 
      
 34964 
     | 
    
         
            +
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 34965 
     | 
    
         
            +
                const isTeamsMeeting = useSelector$1(getIsTeamsMeeting);
         
     | 
| 
      
 34966 
     | 
    
         
            +
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 34967 
     | 
    
         
            +
                const meetingCoordinates = useSelector$1(getTeamsMeetingCoordinates);
         
     | 
| 
       34861 
34968 
     | 
    
         
             
                return (React.createElement(ExpandedLocalVideoTile, Object.assign({ localParticipantVideoStream: props.localParticipantVideoStream, overlayContent: React.createElement(react.Stack, { verticalFill: true, horizontalAlign: "center", verticalAlign: "center", className: react.mergeStyles(containerStyle$1), "aria-atomic": true },
         
     | 
| 
       34862 
34969 
     | 
    
         
             
                        React.createElement(react.Stack, { horizontal: true, className: react.mergeStyles(titleContainerStyle) },
         
     | 
| 
       34863 
34970 
     | 
    
         
             
                            React.createElement(CallCompositeIcon, { iconName: "NetworkReconnectIcon", className: react.mergeStyles(titleStyle$1(palette, isVideoReady)) }),
         
     | 
| 
       34864 
34971 
     | 
    
         
             
                            React.createElement(react.Text, { className: react.mergeStyles(titleStyle$1(palette, isVideoReady)), "aria-live": 'assertive' }, strings.networkReconnectTitle)),
         
     | 
| 
       34865 
     | 
    
         
            -
                        React.createElement(react.Text, { className: react.mergeStyles(moreDetailsStyle$1(palette, isVideoReady)), "aria-live": 'assertive' }, strings.networkReconnectMoreDetails) 
     | 
| 
      
 34972 
     | 
    
         
            +
                        React.createElement(react.Text, { className: react.mergeStyles(moreDetailsStyle$1(palette, isVideoReady)), "aria-live": 'assertive' }, strings.networkReconnectMoreDetails),
         
     | 
| 
      
 34973 
     | 
    
         
            +
                        /* @conditional-compile-remove(teams-meeting-conference) */ isTeamsMeeting &&
         
     | 
| 
      
 34974 
     | 
    
         
            +
                            meetingCoordinates &&
         
     | 
| 
      
 34975 
     | 
    
         
            +
                            meetingCoordinates.length > 0 && (React.createElement(react.Stack, null,
         
     | 
| 
      
 34976 
     | 
    
         
            +
                            React.createElement(react.Stack, { horizontal: true, horizontalAlign: "center", verticalAlign: "center", className: titleContainerClassName },
         
     | 
| 
      
 34977 
     | 
    
         
            +
                                React.createElement(react.Text, { className: titleClassName }, localeStrings.meetingConferencePhoneInfoModalTitle)),
         
     | 
| 
      
 34978 
     | 
    
         
            +
                            React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between", className: phoneInfoInstructionLine },
         
     | 
| 
      
 34979 
     | 
    
         
            +
                                React.createElement(react.Stack.Item, null,
         
     | 
| 
      
 34980 
     | 
    
         
            +
                                    React.createElement(react.Stack, { horizontal: true, className: phoneInfoStep },
         
     | 
| 
      
 34981 
     | 
    
         
            +
                                        React.createElement(react.Stack, { className: infoConnectionLinkStyle(theme) }),
         
     | 
| 
      
 34982 
     | 
    
         
            +
                                        React.createElement(react.Stack.Item, { className: phoneInfoIcon(theme) },
         
     | 
| 
      
 34983 
     | 
    
         
            +
                                            React.createElement(react.Stack, { verticalAlign: "center", horizontalAlign: "center" },
         
     | 
| 
      
 34984 
     | 
    
         
            +
                                                React.createElement(react.Icon, { iconName: "PhoneNumberButton", className: phoneInfoIconStyle(theme) }))),
         
     | 
| 
      
 34985 
     | 
    
         
            +
                                        React.createElement(react.Stack.Item, null,
         
     | 
| 
      
 34986 
     | 
    
         
            +
                                            React.createElement(react.Text, { className: phoneInfoLabelStyle }, localeStrings.meetingConferencePhoneInfoModalDialIn)))),
         
     | 
| 
      
 34987 
     | 
    
         
            +
                                React.createElement(react.Stack.Item, { className: phoneInfoStep }, meetingCoordinates.map((phoneNumber, index) => (React.createElement(react.Stack.Item, { key: index },
         
     | 
| 
      
 34988 
     | 
    
         
            +
                                    React.createElement(react.Text, { className: phoneInfoTextStyle }, formatPhoneNumber(phoneNumber.phoneNumber)),
         
     | 
| 
      
 34989 
     | 
    
         
            +
                                    React.createElement(react.Text, { className: phoneInfoTextStyle },
         
     | 
| 
      
 34990 
     | 
    
         
            +
                                        ' ',
         
     | 
| 
      
 34991 
     | 
    
         
            +
                                        formatPhoneNumberInfo(phoneNumber, localeStrings))))))),
         
     | 
| 
      
 34992 
     | 
    
         
            +
                            React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between", verticalAlign: "center", className: phoneInfoInstructionLine },
         
     | 
| 
      
 34993 
     | 
    
         
            +
                                React.createElement(react.Stack.Item, null,
         
     | 
| 
      
 34994 
     | 
    
         
            +
                                    React.createElement(react.Stack, { horizontal: true },
         
     | 
| 
      
 34995 
     | 
    
         
            +
                                        React.createElement(react.Stack, { className: infoConnectionLinkStyle(theme) }),
         
     | 
| 
      
 34996 
     | 
    
         
            +
                                        React.createElement(react.Stack.Item, { className: phoneInfoIcon(theme) },
         
     | 
| 
      
 34997 
     | 
    
         
            +
                                            React.createElement(react.Icon, { iconName: "DtmfDialpadButton", className: phoneInfoIconStyle(theme) })),
         
     | 
| 
      
 34998 
     | 
    
         
            +
                                        React.createElement(react.Stack.Item, null,
         
     | 
| 
      
 34999 
     | 
    
         
            +
                                            React.createElement(react.Text, { className: phoneInfoLabelStyle }, localeStrings.meetingConferencePhoneInfoModalMeetingId)))),
         
     | 
| 
      
 35000 
     | 
    
         
            +
                                React.createElement(react.Text, { className: phoneInfoTextStyle },
         
     | 
| 
      
 35001 
     | 
    
         
            +
                                    meetingCoordinates[0].conferenceId,
         
     | 
| 
      
 35002 
     | 
    
         
            +
                                    "#")),
         
     | 
| 
      
 35003 
     | 
    
         
            +
                            React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between", verticalAlign: "center", className: phoneInfoInstructionLine },
         
     | 
| 
      
 35004 
     | 
    
         
            +
                                React.createElement(react.Stack, { horizontal: true },
         
     | 
| 
      
 35005 
     | 
    
         
            +
                                    React.createElement(react.Stack.Item, { className: phoneInfoIcon(theme), style: { marginLeft: _pxToRem(2) } },
         
     | 
| 
      
 35006 
     | 
    
         
            +
                                        React.createElement(react.Icon, { iconName: "PhoneInfoWait", className: phoneInfoIconStyle(theme) })),
         
     | 
| 
      
 35007 
     | 
    
         
            +
                                    React.createElement(react.Stack.Item, null,
         
     | 
| 
      
 35008 
     | 
    
         
            +
                                        React.createElement(react.Text, { className: phoneInfoLabelStyle }, localeStrings.meetingConferencePhoneInfoModalWait))))))) }, handlers)));
         
     | 
| 
       34866 
35009 
     | 
    
         
             
            };
         
     | 
| 
       34867 
35010 
     | 
    
         | 
| 
       34868 
35011 
     | 
    
         
             
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
         @@ -35066,7 +35209,9 @@ const CallPage = (props) => { 
     | 
|
| 
       35066 
35209 
     | 
    
         
             
                            onFetchParticipantMenuItems: onFetchParticipantMenuItems,
         
     | 
| 
       35067 
35210 
     | 
    
         
             
                            options: callControlOptions,
         
     | 
| 
       35068 
35211 
     | 
    
         
             
                            increaseFlyoutItemSize: mobileView
         
     | 
| 
       35069 
     | 
    
         
            -
                        }, onFetchAvatarPersonaData: onFetchAvatarPersonaData, mobileView: mobileView, modalLayerHostId: props.modalLayerHostId, onRenderGalleryContent: () => _isInCall(callStatus) ? (isNetworkHealthy(networkReconnectTileProps.networkReconnectValue) ? (onRenderGalleryContentTrampoline()) : (React.createElement(NetworkReconnectTile, Object.assign({}, networkReconnectTileProps)))) : (React.createElement(React.Fragment, null)), updateSidePaneRenderer: props.updateSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: onCloseChatPane, dataUiId: 'call-page', latestErrors: props.latestErrors, 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  
     | 
| 
      
 35212 
     | 
    
         
            +
                        }, onFetchAvatarPersonaData: onFetchAvatarPersonaData, mobileView: mobileView, modalLayerHostId: props.modalLayerHostId, onRenderGalleryContent: () => _isInCall(callStatus) ? (isNetworkHealthy(networkReconnectTileProps.networkReconnectValue) ? (onRenderGalleryContentTrampoline()) : (React.createElement(NetworkReconnectTile, Object.assign({}, networkReconnectTileProps)))) : (React.createElement(React.Fragment, null)), updateSidePaneRenderer: props.updateSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: onCloseChatPane, dataUiId: 'call-page', latestErrors: props.latestErrors, 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, 
         
     | 
| 
      
 35213 
     | 
    
         
            +
                        /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 35214 
     | 
    
         
            +
                        badNetworkQualityBannerProps: props.badNetworkQualityBannerProps }),
         
     | 
| 
       35070 
35215 
     | 
    
         
             
                    React.createElement(Prompt, Object.assign({ isOpen: isPromptOpen, onDismiss: () => setIsPromptOpen(false) }, promptProps))));
         
     | 
| 
       35071 
35216 
     | 
    
         
             
            };
         
     | 
| 
       35072 
35217 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -37267,6 +37412,27 @@ function SurveyPage(props) { 
     | 
|
| 
       37267 
37412 
     | 
    
         
             
                        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 })))));
         
     | 
| 
       37268 
37413 
     | 
    
         
             
            }
         
     | 
| 
       37269 
37414 
     | 
    
         | 
| 
      
 37415 
     | 
    
         
            +
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
      
 37416 
     | 
    
         
            +
            // Licensed under the MIT License.
         
     | 
| 
      
 37417 
     | 
    
         
            +
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 37418 
     | 
    
         
            +
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 37419 
     | 
    
         
            +
            /**
         
     | 
| 
      
 37420 
     | 
    
         
            +
             * @private
         
     | 
| 
      
 37421 
     | 
    
         
            +
             */
         
     | 
| 
      
 37422 
     | 
    
         
            +
            const badNetworkQualityBannerSelector = reselect__namespace.createSelector([getUserFacingDiagnostics], (diagnostics) => {
         
     | 
| 
      
 37423 
     | 
    
         
            +
                var _a;
         
     | 
| 
      
 37424 
     | 
    
         
            +
                return {
         
     | 
| 
      
 37425 
     | 
    
         
            +
                    isPoorNetworkQuality: isNetworkQualityPoor((_a = diagnostics === null || diagnostics === void 0 ? void 0 : diagnostics.network.latest.networkReceiveQuality) === null || _a === void 0 ? void 0 : _a.value)
         
     | 
| 
      
 37426 
     | 
    
         
            +
                };
         
     | 
| 
      
 37427 
     | 
    
         
            +
            });
         
     | 
| 
      
 37428 
     | 
    
         
            +
            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 37429 
     | 
    
         
            +
            /**
         
     | 
| 
      
 37430 
     | 
    
         
            +
             * @prative
         
     | 
| 
      
 37431 
     | 
    
         
            +
             */
         
     | 
| 
      
 37432 
     | 
    
         
            +
            const isNetworkQualityPoor = (diagnostics) => {
         
     | 
| 
      
 37433 
     | 
    
         
            +
                return diagnostics === communicationCalling.DiagnosticQuality.Poor || diagnostics === communicationCalling.DiagnosticQuality.Bad;
         
     | 
| 
      
 37434 
     | 
    
         
            +
            };
         
     | 
| 
      
 37435 
     | 
    
         
            +
             
     | 
| 
       37270 
37436 
     | 
    
         
             
            // Copyright (c) Microsoft Corporation.
         
     | 
| 
       37271 
37437 
     | 
    
         
             
            // Licensed under the MIT License.
         
     | 
| 
       37272 
37438 
     | 
    
         
             
            var __awaiter$7 = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
         
     | 
| 
         @@ -37339,6 +37505,10 @@ const MainScreen = (props) => { 
     | 
|
| 
       37339 
37505 
     | 
    
         
             
                const compositeAudioContext = useAudio();
         
     | 
| 
       37340 
37506 
     | 
    
         
             
                const capabilitiesChangedInfoAndRole = useSelector$1(capabilitiesChangedInfoAndRoleSelector);
         
     | 
| 
       37341 
37507 
     | 
    
         
             
                const capabilitiesChangedNotificationBarProps = useTrackedCapabilityChangedNotifications(capabilitiesChangedInfoAndRole);
         
     | 
| 
      
 37508 
     | 
    
         
            +
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 37509 
     | 
    
         
            +
                const badNetworkQualityFlag = useSelector$1(badNetworkQualityBannerSelector);
         
     | 
| 
      
 37510 
     | 
    
         
            +
                /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 37511 
     | 
    
         
            +
                const badNetworkQualityBannerProps = useBadNetworkQualityNotifications(badNetworkQualityFlag.isPoorNetworkQuality);
         
     | 
| 
       37342 
37512 
     | 
    
         
             
                // Track the last dismissed errors of any error kind to prevent errors from re-appearing on subsequent page navigation
         
     | 
| 
       37343 
37513 
     | 
    
         
             
                // This works by tracking the most recent timestamp of any active error type.
         
     | 
| 
       37344 
37514 
     | 
    
         
             
                // And then tracking when that error type was last dismissed.
         
     | 
| 
         @@ -37429,7 +37599,9 @@ const MainScreen = (props) => { 
     | 
|
| 
       37429 
37599 
     | 
    
         
             
                        pageElement = (React.createElement(TransferPage, { mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onFetchAvatarPersonaData: onFetchAvatarPersonaData, latestErrors: getLatestErrorsTrampoline(), onDismissError: onDismissError, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps }));
         
     | 
| 
       37430 
37600 
     | 
    
         
             
                        break;
         
     | 
| 
       37431 
37601 
     | 
    
         
             
                    case 'call':
         
     | 
| 
       37432 
     | 
    
         
            -
                        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(), 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  
     | 
| 
      
 37602 
     | 
    
         
            +
                        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(), 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, 
         
     | 
| 
      
 37603 
     | 
    
         
            +
                            /* @conditional-compile-remove(teams-meeting-conference) */
         
     | 
| 
      
 37604 
     | 
    
         
            +
                            badNetworkQualityBannerProps: badNetworkQualityBannerProps }));
         
     | 
| 
       37433 
37605 
     | 
    
         
             
                        break;
         
     | 
| 
       37434 
37606 
     | 
    
         
             
                    /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */
         
     | 
| 
       37435 
37607 
     | 
    
         
             
                    case 'hold':
         
     | 
| 
         @@ -41499,4 +41671,4 @@ exports.useTeamsCall = useTeamsCall; 
     | 
|
| 
       41499 
41671 
     | 
    
         
             
            exports.useTeamsCallAdapter = useTeamsCallAdapter;
         
     | 
| 
       41500 
41672 
     | 
    
         
             
            exports.useTeamsCallAgent = useTeamsCallAgent;
         
     | 
| 
       41501 
41673 
     | 
    
         
             
            exports.useTheme = useTheme;
         
     | 
| 
       41502 
     | 
    
         
            -
            //# sourceMappingURL=index- 
     | 
| 
      
 41674 
     | 
    
         
            +
            //# sourceMappingURL=index-DnTVRxCz.js.map
         
     |