@azure/communication-react 1.27.0-alpha-202505160018 → 1.27.0
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 +36 -1569
- package/dist/dist-cjs/communication-react/index.js +40061 -177
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/common.d.ts +0 -13
- package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/constants.d.ts +0 -5
- package/dist/dist-esm/acs-ui-common/src/constants.js +0 -6
- package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js +1 -4
- package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts +0 -4
- package/dist/dist-esm/acs-ui-common/src/index.js +0 -6
- package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +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/acs-ui-javascript-loaders/src/callCompositeLoader.d.ts +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +15 -7
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -4
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +8 -18
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +14 -37
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +53 -21
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +0 -2
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +81 -92
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +2 -2
- package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +5 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +7 -35
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js +2 -8
- package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +59 -37
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +0 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +10 -33
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +3 -6
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/remoteParticipantsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +7 -18
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +9 -11
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +13 -23
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +7 -38
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +8 -12
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +71 -66
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +3 -64
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +0 -6
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +38 -89
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +8 -7
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +111 -102
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js +13 -16
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -4
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +12 -42
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js +2 -6
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +24 -16
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +73 -58
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +16 -14
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +22 -16
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/MediaAccessSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +3 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RealTimeTextSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +0 -11
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +2 -2
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +64 -74
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +24 -34
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +11 -8
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -17
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +16 -14
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +4 -15
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js +0 -3
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -34
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +7 -6
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -2
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +2 -2
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +15 -15
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +2 -6
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +8 -59
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +2 -3
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +0 -6
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +18 -68
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +7 -3
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +1 -3
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +3 -10
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -15
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +22 -16
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +12 -11
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +16 -4
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +67 -57
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +128 -114
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/constants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/index.d.ts +0 -1
- package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/api-summary.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +0 -27
- package/dist/dist-esm/communication-react/src/index.js +0 -12
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/communication-react/src/javascript-loaders.js.map +1 -1
- package/dist/dist-esm/communication-react/src/mergedHooks.d.ts +2 -2
- package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +6 -3
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +10 -4
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +11 -11
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +6 -15
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +18 -21
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.js +20 -13
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
- package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +22 -25
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +20 -38
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +5 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +22 -38
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +1 -13
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +24 -30
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +0 -11
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +27 -63
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +5 -9
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +1 -8
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +9 -39
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +1 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +12 -47
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +1 -4
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +27 -57
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +1 -22
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +0 -20
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +2 -23
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +6 -50
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +1 -8
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +16 -61
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +15 -80
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +4 -7
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBar.js +14 -10
- package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +4 -14
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +16 -5
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +14 -15
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +27 -19
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js +48 -12
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +51 -45
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +6 -2
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +9 -11
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +23 -11
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +4 -6
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +5 -11
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/EndCallButton.js +13 -12
- package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +5 -9
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +6 -2
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
- package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.js +1 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +9 -7
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js +14 -13
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js +39 -26
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js +7 -5
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js +10 -3
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +7 -23
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +22 -40
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +23 -15
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +15 -11
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +33 -20
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +5 -81
- package/dist/dist-esm/react-components/src/components/MessageThread.js +49 -116
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +17 -16
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +102 -95
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Notification.js +14 -6
- package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.js +9 -12
- package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +22 -21
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +47 -63
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +32 -46
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js +4 -2
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +12 -6
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.js +23 -24
- package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RealTimeText.js +2 -2
- package/dist/dist-esm/react-components/src/components/RealTimeText.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js +7 -3
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +16 -25
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +14 -6
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +1 -47
- package/dist/dist-esm/react-components/src/components/SendBox.js +12 -103
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +4 -2
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js +1 -1
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -14
- package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +3 -10
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +23 -23
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SystemMessage.js +4 -2
- package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js +26 -41
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js +6 -9
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -20
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +39 -19
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +1 -3
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +13 -9
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +22 -8
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +2 -6
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +8 -19
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +13 -15
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +17 -41
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +8 -8
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +4 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +11 -17
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +24 -29
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +6 -8
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +4 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +10 -34
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js +0 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js +3 -13
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +6 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +34 -9
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +11 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js +5 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +3 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +11 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +28 -22
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +5 -12
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +73 -57
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +31 -39
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +32 -175
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/VideoTile.js +77 -60
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +0 -21
- package/dist/dist-esm/react-components/src/components/index.js +0 -15
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +9 -5
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +10 -3
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js +5 -2
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxButton.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +5 -2
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageBarLink.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +10 -13
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Notification.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +4 -6
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +3 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +2 -2
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +10 -2
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +6 -3
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js +7 -28
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +19 -5
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +1 -38
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +3 -41
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +2 -4
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +6 -29
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js +4 -1
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/Logger.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +1 -47
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +5 -169
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
- package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +1 -2
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +5 -2
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
- package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js +3 -10
- package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +1 -10
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +27 -35
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +6 -8
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +0 -4
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +1 -5
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +0 -1
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -54
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +5 -3
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +2 -2
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js +1 -15
- package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -25
- package/dist/dist-esm/react-components/src/theming/icons.js +14 -130
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.d.ts +0 -6
- package/dist/dist-esm/react-components/src/theming/themes.js +0 -10
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +7 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/Attachment.d.ts +0 -13
- package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -20
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ReactionTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js +0 -2
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +0 -2
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/index.js +0 -1
- package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -72
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +53 -86
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +6 -39
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +61 -155
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +2 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js +11 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +41 -82
- 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/CallControls.js +60 -36
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +18 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +4 -22
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +4 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +22 -33
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +24 -46
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +30 -26
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +41 -69
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +12 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +32 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +11 -29
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +191 -226
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +7 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +14 -26
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +2 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +12 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +37 -73
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +30 -18
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +16 -115
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +13 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +7 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +8 -18
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +22 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +4 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js +4 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +10 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +2 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +31 -43
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +5 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +9 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +11 -13
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +24 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +12 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +7 -19
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +1 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +22 -94
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +5 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +0 -65
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +22 -91
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +7 -9
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +9 -6
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +3 -11
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +41 -116
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +3 -22
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +4 -10
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +2 -20
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -27
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +2 -10
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +27 -298
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -20
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +2 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +46 -119
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -12
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/OnFetchProfileCallback.js +11 -33
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/OnFetchProfileCallback.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +3 -27
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -4
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +17 -9
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +25 -24
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AudioProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +3 -7
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -5
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js +14 -12
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsSettingsModal.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +23 -9
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +16 -12
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +48 -75
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +37 -39
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +92 -122
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js +4 -2
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js +7 -5
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +147 -117
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js +7 -5
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +9 -11
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +12 -23
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +16 -16
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +10 -14
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +2 -48
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +0 -39
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +16 -8
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js +34 -19
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +8 -11
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +13 -18
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/common/constants.js +0 -6
- package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -27
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +3 -9
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +10 -4
- 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/Pane.styles.js +44 -11
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +29 -6
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -4
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +13 -15
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -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/types/CommonCallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +14 -19
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +6 -6
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-C20qxl6E.js +0 -291
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-C20qxl6E.js.map +0 -1
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-D22PKCuE.js +0 -51
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-D22PKCuE.js.map +0 -1
- package/dist/dist-cjs/communication-react/index-BvHrAaZO.js +0 -47774
- package/dist/dist-cjs/communication-react/index-BvHrAaZO.js.map +0 -1
- package/dist/dist-esm/acs-ui-common/src/dataConversion.d.ts +0 -6
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js +0 -21
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js.map +0 -1
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.d.ts +0 -7
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.js +0 -18
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +0 -17
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +0 -36
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +0 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.d.ts +0 -6
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js +0 -23
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +0 -10
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +0 -15
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +0 -290
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -37
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -58
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -86
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -32
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +0 -121
- package/dist/dist-esm/react-components/src/components/MentionPopover.js +0 -126
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.d.ts +0 -9
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js +0 -29
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +0 -30
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +0 -112
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +0 -19
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +0 -41
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +0 -42
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +0 -66
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +0 -20
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +0 -45
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js +0 -56
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +0 -30
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +0 -96
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +0 -59
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +0 -380
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +0 -37
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +0 -100
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +0 -215
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +0 -292
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +0 -16
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +0 -77
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.d.ts +0 -9
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.js +0 -18
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +0 -19
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +0 -240
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +0 -49
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +0 -67
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +0 -6
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +0 -13
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +0 -56
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +0 -91
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +0 -20
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +0 -595
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +0 -152
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +0 -821
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +0 -17
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +0 -99
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +0 -26
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +0 -69
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +0 -82
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +0 -303
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +0 -21
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +0 -34
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -99
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +0 -5
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +0 -32
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -69
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +0 -73
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +0 -186
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +0 -33
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +0 -127
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
- package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -49
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -220
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +0 -49
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +0 -48
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +0 -39
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +0 -273
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +0 -80
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +0 -41
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.d.ts +0 -38
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +0 -82
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +0 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +0 -10
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +0 -20
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +0 -1
@@ -17,7 +17,6 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
17
17
|
import { CallDirection } from '@azure/communication-calling';
|
18
18
|
import { CallEndReason } from '@azure/communication-calling';
|
19
19
|
import { CallerInfo } from '@azure/communication-calling';
|
20
|
-
import { CallInfo } from '@azure/communication-calling';
|
21
20
|
import { CallKind } from '@azure/communication-calling';
|
22
21
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
23
22
|
import { CallSurvey } from '@azure/communication-calling';
|
@@ -39,9 +38,6 @@ import type { CommunicationUserKind } from '@azure/communication-common';
|
|
39
38
|
import { CreateViewOptions } from '@azure/communication-calling';
|
40
39
|
import { DeviceAccess } from '@azure/communication-calling';
|
41
40
|
import { DeviceManager } from '@azure/communication-calling';
|
42
|
-
import type { DiagnosticFlag } from '@azure/communication-calling';
|
43
|
-
import type { DiagnosticQuality } from '@azure/communication-calling';
|
44
|
-
import type { DiagnosticValueType } from '@azure/communication-calling';
|
45
41
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
46
42
|
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
47
43
|
import { EnvironmentInfo } from '@azure/communication-calling';
|
@@ -54,7 +50,6 @@ import { IContextualMenuProps } from '@fluentui/react';
|
|
54
50
|
import { IContextualMenuStyles } from '@fluentui/react';
|
55
51
|
import { IIconProps } from '@fluentui/react';
|
56
52
|
import { IIconStyles } from '@fluentui/react';
|
57
|
-
import { ILinkStyles } from '@fluentui/react';
|
58
53
|
import { IMessageBarProps } from '@fluentui/react';
|
59
54
|
import { IncomingCall } from '@azure/communication-calling';
|
60
55
|
import { IncomingCallKind } from '@azure/communication-calling';
|
@@ -68,15 +63,12 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
|
|
68
63
|
import { ITextFieldStyles } from '@fluentui/react';
|
69
64
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
70
65
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
71
|
-
import { LocalRecordingInfo } from '@azure/communication-calling';
|
72
66
|
import { LocalVideoStream } from '@azure/communication-calling';
|
73
67
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
74
|
-
import type { MediaDiagnosticType } from '@azure/communication-calling';
|
75
68
|
import { MediaStreamType } from '@azure/communication-calling';
|
76
69
|
import { MicrosoftTeamsAppIdentifier } from '@azure/communication-common';
|
77
70
|
import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
78
71
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
79
|
-
import type { NetworkDiagnosticType } from '@azure/communication-calling';
|
80
72
|
import { PartialTheme } from '@fluentui/react';
|
81
73
|
import { ParticipantCapabilities } from '@azure/communication-calling';
|
82
74
|
import { ParticipantInfo } from '@azure/communication-calling';
|
@@ -92,20 +84,17 @@ import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
|
92
84
|
import { ReactionMessage } from '@azure/communication-calling';
|
93
85
|
import { RealTimeTextInfo as RealTimeTextInfo_2 } from '@azure/communication-calling';
|
94
86
|
import { RealTimeTextResultType } from '@azure/communication-calling';
|
95
|
-
import { RecordingInfo } from '@azure/communication-calling';
|
96
87
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
97
88
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
98
89
|
import { RoomCallLocator } from '@azure/communication-calling';
|
99
90
|
import { ScalingMode } from '@azure/communication-calling';
|
100
91
|
import { SendMessageOptions } from '@azure/communication-chat';
|
101
|
-
import type { ServerDiagnosticType } from '@azure/communication-calling';
|
102
92
|
import { SpotlightedParticipant } from '@azure/communication-calling';
|
103
93
|
import { StartCallOptions } from '@azure/communication-calling';
|
104
94
|
import { StartCaptionsOptions } from '@azure/communication-calling';
|
105
95
|
import { TeamsCall } from '@azure/communication-calling';
|
106
96
|
import { TeamsCallAgent } from '@azure/communication-calling';
|
107
97
|
import { TeamsCallInfo } from '@azure/communication-calling';
|
108
|
-
import { TeamsExtensionUserIdentifier } from '@azure/communication-common';
|
109
98
|
import { TeamsIncomingCall } from '@azure/communication-calling';
|
110
99
|
import { TeamsMeetingIdLocator } from '@azure/communication-calling';
|
111
100
|
import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
|
@@ -284,40 +273,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
284
273
|
*/
|
285
274
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
286
275
|
|
287
|
-
/**
|
288
|
-
* @beta
|
289
|
-
* A callback function that defines what actions user can perform on an attachment.
|
290
|
-
* By default, the UI library would have default actions that opens attachment URL in a new tab.
|
291
|
-
* You can override the default actions or add new actions by providing this callback function.
|
292
|
-
* Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
|
293
|
-
*
|
294
|
-
* @param attachment - The file attachment that user is trying to perform actions on.
|
295
|
-
* @param message - The chat message that contains this attachment.
|
296
|
-
* @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
|
297
|
-
*/
|
298
|
-
export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
|
299
|
-
|
300
|
-
/**
|
301
|
-
* @beta
|
302
|
-
*
|
303
|
-
* Attachment download options defines the list of actions that can be performed on an attachment.
|
304
|
-
*/
|
305
|
-
export declare interface AttachmentDownloadOptions {
|
306
|
-
actionsForAttachment: AttachmentActionHandler;
|
307
|
-
}
|
308
|
-
|
309
|
-
/**
|
310
|
-
* @beta
|
311
|
-
*
|
312
|
-
* Attachment menu action defines buttons that can be shown on the attachment card.
|
313
|
-
* If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
|
314
|
-
*/
|
315
|
-
export declare interface AttachmentMenuAction {
|
316
|
-
name: string;
|
317
|
-
icon: JSX.Element;
|
318
|
-
onClick: (attachment: AttachmentMetadata) => Promise<void>;
|
319
|
-
}
|
320
|
-
|
321
276
|
/**
|
322
277
|
* Data model that represents a chat message attachment
|
323
278
|
* where it contains an ID to uniquely identify the attachment,
|
@@ -341,150 +296,6 @@ export declare interface AttachmentMetadata {
|
|
341
296
|
url: string;
|
342
297
|
}
|
343
298
|
|
344
|
-
/**
|
345
|
-
* Data model that represents a chat message attachment being uploaded
|
346
|
-
* where it contains an ID to uniquely identify the attachment,
|
347
|
-
* a name that represents the name of file,
|
348
|
-
* an optional URL to download the attachment,
|
349
|
-
* an optional progress value between 0 and 1 indicating the progress of the upload, and
|
350
|
-
* an optional error object that contains error message would be shown to the user.
|
351
|
-
*
|
352
|
-
*
|
353
|
-
* @beta
|
354
|
-
*/
|
355
|
-
export declare interface AttachmentMetadataInProgress {
|
356
|
-
/**
|
357
|
-
* Unique ID of the attachment.
|
358
|
-
*/
|
359
|
-
id: string;
|
360
|
-
/**
|
361
|
-
* Attachment name to be displayed.
|
362
|
-
*/
|
363
|
-
name: string;
|
364
|
-
/**
|
365
|
-
* Download URL for the attachment.
|
366
|
-
*/
|
367
|
-
url?: string;
|
368
|
-
/**
|
369
|
-
* A number between 0 and 1 indicating the progress of the upload.
|
370
|
-
*/
|
371
|
-
progress?: number;
|
372
|
-
/**
|
373
|
-
* A object contains error message would be shown to the user.
|
374
|
-
*/
|
375
|
-
error?: AttachmentProgressError;
|
376
|
-
}
|
377
|
-
|
378
|
-
/**
|
379
|
-
* @beta
|
380
|
-
*
|
381
|
-
* Attachment Options that defines behaviour for uploading and downloading attachments.
|
382
|
-
*/
|
383
|
-
export declare interface AttachmentOptions {
|
384
|
-
uploadOptions?: AttachmentUploadOptions;
|
385
|
-
downloadOptions?: AttachmentDownloadOptions;
|
386
|
-
}
|
387
|
-
|
388
|
-
/**
|
389
|
-
* @beta
|
390
|
-
* A attachment progress error object that contains message to be shown to
|
391
|
-
* the user when upload fails.
|
392
|
-
*/
|
393
|
-
export declare interface AttachmentProgressError {
|
394
|
-
message: string;
|
395
|
-
}
|
396
|
-
|
397
|
-
/**
|
398
|
-
* @beta
|
399
|
-
* A callback function for handling attachment removed by the user in send box.
|
400
|
-
*
|
401
|
-
* @param attachmentId - The ID of uploaded attachments.
|
402
|
-
*/
|
403
|
-
export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
|
404
|
-
|
405
|
-
/**
|
406
|
-
* @beta
|
407
|
-
* A callback function for handling list of upload tasks that contains files selected by user to upload.
|
408
|
-
*
|
409
|
-
* @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
|
410
|
-
*/
|
411
|
-
export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
|
412
|
-
|
413
|
-
/**
|
414
|
-
* @beta
|
415
|
-
*/
|
416
|
-
export declare interface AttachmentUploadOptions {
|
417
|
-
/**
|
418
|
-
* A list of strings containing the comma separated list of supported media (aka. mime) types.
|
419
|
-
* i.e. ['image/*', 'video/*', 'audio/*']
|
420
|
-
* Default value is `['*']`, meaning all media types are supported.
|
421
|
-
* Similar to the `accept` attribute of the `<input type="attachment" />` element.
|
422
|
-
* @beta
|
423
|
-
*/
|
424
|
-
supportedMediaTypes?: string[];
|
425
|
-
/**
|
426
|
-
* Disable multiple attachments to be selected if set to `true`.
|
427
|
-
* Default value is `false`, meaning multiple attachments can be selected.
|
428
|
-
* Similar to the `multiple` attribute of the `<input type="attachment" />` element.
|
429
|
-
* @beta
|
430
|
-
*/
|
431
|
-
disableMultipleUploads?: boolean;
|
432
|
-
/**
|
433
|
-
* A callback function of type {@link AttachmentSelectionHandler} that will be called
|
434
|
-
* when user finishes selecting files in browser's file picker. This function is required since
|
435
|
-
* this would be where upload logic is implemented to your own storage.
|
436
|
-
* @beta
|
437
|
-
*/
|
438
|
-
handleAttachmentSelection: AttachmentSelectionHandler;
|
439
|
-
/**
|
440
|
-
* A optional callback function that will be called
|
441
|
-
* when user removing files before clicking send message button. This function will be
|
442
|
-
* where you can remove the file from your storage.
|
443
|
-
* @beta
|
444
|
-
*/
|
445
|
-
handleAttachmentRemoval?: AttachmentRemovalHandler;
|
446
|
-
}
|
447
|
-
|
448
|
-
/**
|
449
|
-
* A upload task represents and manages an attachment that is being uploaded.
|
450
|
-
* When using the Composite, an attachment upload task is created for each file user is selected to upload.
|
451
|
-
* A upload task is complete when notifyUploadCompleted is called.
|
452
|
-
* A upload task is failed when notifyUploadFailed is called.
|
453
|
-
* @beta
|
454
|
-
*/
|
455
|
-
export declare interface AttachmentUploadTask {
|
456
|
-
/**
|
457
|
-
* Unique identifier for the attachment upload task.
|
458
|
-
*/
|
459
|
-
taskId: string;
|
460
|
-
/**
|
461
|
-
* HTML {@link File} object for the uploaded attachment.
|
462
|
-
*/
|
463
|
-
file?: File;
|
464
|
-
/**
|
465
|
-
* {@link Blob} object for the uploaded inline image.
|
466
|
-
*/
|
467
|
-
image?: Blob;
|
468
|
-
/**
|
469
|
-
* Update the progress of the upload changed.
|
470
|
-
* A upload is considered complete when the progress reaches 1.
|
471
|
-
* @param value - number between 0 and 1
|
472
|
-
*/
|
473
|
-
notifyUploadProgressChanged: (value: number) => void;
|
474
|
-
/**
|
475
|
-
* Mark the upload task as complete.
|
476
|
-
* An attachment is considered completed uploading when ID and URL are provided.
|
477
|
-
* @param id - the unique identifier of the attachment.
|
478
|
-
* @param url - the download URL of the attachment.
|
479
|
-
*/
|
480
|
-
notifyUploadCompleted: (id: string, url: string) => void;
|
481
|
-
/**
|
482
|
-
* Mark the upload task as failed.
|
483
|
-
* @param message - An error message that can be displayed to the user.
|
484
|
-
*/
|
485
|
-
notifyUploadFailed: (message: string) => void;
|
486
|
-
}
|
487
|
-
|
488
299
|
/**
|
489
300
|
* Custom data attributes for displaying avatar for a user.
|
490
301
|
*
|
@@ -676,26 +487,6 @@ export declare interface BaseCustomStyles {
|
|
676
487
|
root?: IStyle;
|
677
488
|
}
|
678
489
|
|
679
|
-
/**
|
680
|
-
* Content blocked message type.
|
681
|
-
*
|
682
|
-
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
683
|
-
*
|
684
|
-
* @beta
|
685
|
-
*/
|
686
|
-
export declare interface BlockedMessage extends MessageCommon {
|
687
|
-
messageType: 'blocked';
|
688
|
-
warningText?: string;
|
689
|
-
linkText?: string;
|
690
|
-
link?: string;
|
691
|
-
deletedOn?: Date;
|
692
|
-
senderId?: string;
|
693
|
-
senderDisplayName?: string;
|
694
|
-
status?: MessageStatus;
|
695
|
-
attached?: MessageAttachedStatus;
|
696
|
-
mine?: boolean;
|
697
|
-
}
|
698
|
-
|
699
490
|
/**
|
700
491
|
* Breakout rooms state
|
701
492
|
*
|
@@ -710,136 +501,6 @@ export declare interface BreakoutRoomsState {
|
|
710
501
|
breakoutRoomDisplayName?: string;
|
711
502
|
}
|
712
503
|
|
713
|
-
/**
|
714
|
-
* @beta
|
715
|
-
* Props for BrowserPermissionDeniedIOS component.
|
716
|
-
*/
|
717
|
-
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
718
|
-
/**
|
719
|
-
* Localization strings for BrowserPermissionDeniedIOS component.
|
720
|
-
*/
|
721
|
-
strings?: BrowserPermissionDeniedIOSStrings;
|
722
|
-
/**
|
723
|
-
* Link to image source.
|
724
|
-
*
|
725
|
-
* Image is inserted into the top of the component.
|
726
|
-
*/
|
727
|
-
imageSource?: string;
|
728
|
-
}
|
729
|
-
|
730
|
-
/**
|
731
|
-
* @beta
|
732
|
-
* Strings for BrowserPermissionDeniedIOS component
|
733
|
-
*/
|
734
|
-
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
735
|
-
/**
|
736
|
-
* Image alt text
|
737
|
-
*/
|
738
|
-
imageAltText: string;
|
739
|
-
/**
|
740
|
-
* Main text string.
|
741
|
-
*/
|
742
|
-
primaryText: string;
|
743
|
-
/**
|
744
|
-
* Subtext string.
|
745
|
-
*/
|
746
|
-
secondaryText: string;
|
747
|
-
/**
|
748
|
-
* Step 1 string
|
749
|
-
*/
|
750
|
-
step1Text: string;
|
751
|
-
/**
|
752
|
-
* Step 1 digit string
|
753
|
-
*/
|
754
|
-
step1DigitText: string;
|
755
|
-
/**
|
756
|
-
* Step 2 string
|
757
|
-
*/
|
758
|
-
step2Text: string;
|
759
|
-
/**
|
760
|
-
* Step 2 digit string
|
761
|
-
*/
|
762
|
-
step2DigitText: string;
|
763
|
-
/**
|
764
|
-
* Step 3 string
|
765
|
-
*/
|
766
|
-
step3Text: string;
|
767
|
-
/**
|
768
|
-
* Step 3 digit string
|
769
|
-
*/
|
770
|
-
step3DigitText: string;
|
771
|
-
/**
|
772
|
-
* Step 4 string
|
773
|
-
*/
|
774
|
-
step4Text: string;
|
775
|
-
/**
|
776
|
-
* Step 4 digit string
|
777
|
-
*/
|
778
|
-
step4DigitText: string;
|
779
|
-
}
|
780
|
-
|
781
|
-
/**
|
782
|
-
* @beta
|
783
|
-
* Props for BrowserPermissionDenied component.
|
784
|
-
*/
|
785
|
-
export declare interface BrowserPermissionDeniedProps {
|
786
|
-
/**
|
787
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
788
|
-
*/
|
789
|
-
onTroubleshootingClick?: () => void;
|
790
|
-
/**
|
791
|
-
* Action to be taken by the try again primary button.
|
792
|
-
*/
|
793
|
-
onTryAgainClick?: () => void;
|
794
|
-
/**
|
795
|
-
* Localization strings for BrowserPermissionDenied component.
|
796
|
-
*/
|
797
|
-
strings?: BrowserPermissionDeniedStrings;
|
798
|
-
/**
|
799
|
-
* Allows users to pass in an object contains custom CSS styles.
|
800
|
-
* @Example
|
801
|
-
* ```
|
802
|
-
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
803
|
-
* ```
|
804
|
-
*/
|
805
|
-
styles?: BrowserPermissionDeniedStyles;
|
806
|
-
}
|
807
|
-
|
808
|
-
/**
|
809
|
-
* @beta
|
810
|
-
* Strings for BrowserPermissionDenied component
|
811
|
-
*/
|
812
|
-
export declare interface BrowserPermissionDeniedStrings {
|
813
|
-
/**
|
814
|
-
* Main button text string.
|
815
|
-
*/
|
816
|
-
primaryButtonText: string;
|
817
|
-
/**
|
818
|
-
* Main text string.
|
819
|
-
*/
|
820
|
-
primaryText: string;
|
821
|
-
/**
|
822
|
-
* Subtext string.
|
823
|
-
*/
|
824
|
-
secondaryText: string;
|
825
|
-
/**
|
826
|
-
* More help link string.
|
827
|
-
*/
|
828
|
-
linkText: string;
|
829
|
-
}
|
830
|
-
|
831
|
-
/**
|
832
|
-
* Fluent styles for {@link BrowserPermissionDenied}.
|
833
|
-
*
|
834
|
-
* @beta
|
835
|
-
*/
|
836
|
-
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
837
|
-
/** Styles for the primary button. */
|
838
|
-
primaryButton?: IButtonStyles;
|
839
|
-
/** Styles for the help troubleshooting link text. */
|
840
|
-
troubleshootingLink?: ILinkStyles;
|
841
|
-
}
|
842
|
-
|
843
504
|
/**
|
844
505
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
845
506
|
*
|
@@ -1134,10 +795,6 @@ export declare interface CallAdapterCallOperations {
|
|
1134
795
|
* @public
|
1135
796
|
*/
|
1136
797
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1137
|
-
/**
|
1138
|
-
* Continues into a call when the browser version is not supported.
|
1139
|
-
*/
|
1140
|
-
allowUnsupportedBrowserVersion(): void;
|
1141
798
|
/**
|
1142
799
|
* Function to Start captions
|
1143
800
|
* @param options - options for start captions
|
@@ -1443,7 +1100,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
1443
1100
|
*
|
1444
1101
|
* @public
|
1445
1102
|
*/
|
1446
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator |
|
1103
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
|
1447
1104
|
|
1448
1105
|
/**
|
1449
1106
|
* {@link CommonCallAdapter} state.
|
@@ -1666,7 +1323,6 @@ export declare interface CallAdapterSubscribers {
|
|
1666
1323
|
export declare type CallAdapterUiState = {
|
1667
1324
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1668
1325
|
page: CallCompositePage;
|
1669
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
1670
1326
|
};
|
1671
1327
|
|
1672
1328
|
/**
|
@@ -1710,7 +1366,7 @@ export declare interface CallAgentState {
|
|
1710
1366
|
*/
|
1711
1367
|
export declare interface CallAndChatLocator {
|
1712
1368
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1713
|
-
callLocator: GroupCallLocator
|
1369
|
+
callLocator: GroupCallLocator;
|
1714
1370
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1715
1371
|
chatThreadId: string;
|
1716
1372
|
}
|
@@ -1980,56 +1636,6 @@ export declare type CallCompositeOptions = {
|
|
1980
1636
|
* @defaultValue true
|
1981
1637
|
*/
|
1982
1638
|
callControls?: boolean | CallControlOptions;
|
1983
|
-
/**
|
1984
|
-
* Device permissions check options for your call.
|
1985
|
-
* Here you can choose what device permissions you prompt the user for,
|
1986
|
-
* as well as what device permissions must be accepted before starting a call.
|
1987
|
-
*/
|
1988
|
-
deviceChecks?: DeviceCheckOptions;
|
1989
|
-
/**
|
1990
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1991
|
-
* unable to grant your site the required permissions for the call.
|
1992
|
-
*
|
1993
|
-
* @example
|
1994
|
-
* ```ts
|
1995
|
-
* onPermissionsTroubleshootingClick: () =>
|
1996
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1997
|
-
* ```
|
1998
|
-
*
|
1999
|
-
* @remarks
|
2000
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
2001
|
-
*/
|
2002
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
2003
|
-
camera: PermissionState;
|
2004
|
-
microphone: PermissionState;
|
2005
|
-
}) => void;
|
2006
|
-
/**
|
2007
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
2008
|
-
* having network issues when connecting to the call.
|
2009
|
-
*
|
2010
|
-
* @example
|
2011
|
-
* ```ts
|
2012
|
-
* onNetworkingTroubleShootingClick?: () =>
|
2013
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
2014
|
-
* ```
|
2015
|
-
*
|
2016
|
-
* @remarks
|
2017
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
2018
|
-
*/
|
2019
|
-
onNetworkingTroubleShootingClick?: () => void;
|
2020
|
-
/**
|
2021
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
2022
|
-
*
|
2023
|
-
* @example
|
2024
|
-
* ```ts
|
2025
|
-
* onBrowserTroubleShootingClick?: () =>
|
2026
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
2027
|
-
* ```
|
2028
|
-
*
|
2029
|
-
* @remarks
|
2030
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
2031
|
-
*/
|
2032
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
2033
1639
|
/**
|
2034
1640
|
* Remote participant video tile menu options
|
2035
1641
|
*/
|
@@ -2170,7 +1776,7 @@ export declare type CallCompositeOptions = {
|
|
2170
1776
|
*
|
2171
1777
|
* @public
|
2172
1778
|
*/
|
2173
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' |
|
1779
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest' | 'returningFromBreakoutRoom';
|
2174
1780
|
|
2175
1781
|
/**
|
2176
1782
|
* Props for {@link CallComposite}.
|
@@ -3284,7 +2890,7 @@ export declare type CallErrors = {
|
|
3284
2890
|
*
|
3285
2891
|
* @public
|
3286
2892
|
*/
|
3287
|
-
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' |
|
2893
|
+
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'DeviceManager.startPreheatDevices' | 'DeviceManager.stopPreheatDevices' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | 'CallAgent.handlePushNotification' | 'Call.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
|
3288
2894
|
|
3289
2895
|
/**
|
3290
2896
|
* Represents the name of the call feature stream
|
@@ -3375,7 +2981,7 @@ export declare type CallingHandlersOptions = {
|
|
3375
2981
|
*
|
3376
2982
|
* @public
|
3377
2983
|
*/
|
3378
|
-
export declare type CallingReturnProps<Component extends (props: any) => JSX.Element> = GetCallingSelector<Component> extends (state: CallClientState, props: any) => any ? ReturnType<GetCallingSelector<Component>> & Common<CallingHandlers, Parameters<Component>[0]> : never;
|
2984
|
+
export declare type CallingReturnProps<Component extends (props: any) => JSX.Element> = GetCallingSelector<Component> extends ((state: CallClientState, props: any) => any) ? ReturnType<GetCallingSelector<Component>> & Common<CallingHandlers, Parameters<Component>[0]> : never;
|
3379
2985
|
|
3380
2986
|
/**
|
3381
2987
|
* @public
|
@@ -3455,23 +3061,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
3455
3061
|
mediaAccess?: MediaAccess;
|
3456
3062
|
};
|
3457
3063
|
|
3458
|
-
/**
|
3459
|
-
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
3460
|
-
*
|
3461
|
-
* @remarks
|
3462
|
-
* This is currently in beta and only supports calling one Teams User.
|
3463
|
-
*
|
3464
|
-
* @example
|
3465
|
-
* ```
|
3466
|
-
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
3467
|
-
* ```
|
3468
|
-
*
|
3469
|
-
* @beta
|
3470
|
-
*/
|
3471
|
-
export declare type CallParticipantsLocator = {
|
3472
|
-
participantIds: string[];
|
3473
|
-
};
|
3474
|
-
|
3475
3064
|
/**
|
3476
3065
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
3477
3066
|
*
|
@@ -3576,10 +3165,6 @@ export declare interface CallState {
|
|
3576
3165
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
3577
3166
|
*/
|
3578
3167
|
recording: RecordingCallFeature;
|
3579
|
-
/**
|
3580
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3581
|
-
*/
|
3582
|
-
localRecording: LocalRecordingCallFeatureState;
|
3583
3168
|
/**
|
3584
3169
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
3585
3170
|
*
|
@@ -3640,10 +3225,6 @@ export declare interface CallState {
|
|
3640
3225
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
3641
3226
|
*/
|
3642
3227
|
role?: ParticipantRole;
|
3643
|
-
/**
|
3644
|
-
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3645
|
-
*/
|
3646
|
-
totalParticipantCount?: number;
|
3647
3228
|
/**
|
3648
3229
|
* Transfer state of call
|
3649
3230
|
*/
|
@@ -3663,7 +3244,7 @@ export declare interface CallState {
|
|
3663
3244
|
/**
|
3664
3245
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
3665
3246
|
*/
|
3666
|
-
info?: TeamsCallInfo
|
3247
|
+
info?: TeamsCallInfo;
|
3667
3248
|
/**
|
3668
3249
|
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
3669
3250
|
*/
|
@@ -3800,7 +3381,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3800
3381
|
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
3801
3382
|
* @public
|
3802
3383
|
*/
|
3803
|
-
startCall(participants: (MicrosoftTeamsAppIdentifier | PhoneNumberIdentifier | CommunicationUserIdentifier | MicrosoftTeamsUserIdentifier |
|
3384
|
+
startCall(participants: (MicrosoftTeamsAppIdentifier | PhoneNumberIdentifier | CommunicationUserIdentifier | MicrosoftTeamsUserIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
|
3804
3385
|
/**
|
3805
3386
|
* Start sharing the screen during a call.
|
3806
3387
|
*
|
@@ -4005,19 +3586,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
4005
3586
|
*
|
4006
3587
|
* @public
|
4007
3588
|
*/
|
4008
|
-
sendMessage(content: string, options?: SendMessageOptions
|
4009
|
-
/**
|
4010
|
-
* Upload an inline image for a message.
|
4011
|
-
*
|
4012
|
-
* @beta
|
4013
|
-
*/
|
4014
|
-
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
4015
|
-
/**
|
4016
|
-
* Delete an inline image for a message.
|
4017
|
-
*
|
4018
|
-
* @beta
|
4019
|
-
*/
|
4020
|
-
deleteImage(imageId: string): Promise<void>;
|
3589
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
4021
3590
|
/**
|
4022
3591
|
* Send a read receipt for a message.
|
4023
3592
|
*
|
@@ -4035,7 +3604,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
4035
3604
|
*
|
4036
3605
|
* @public
|
4037
3606
|
*/
|
4038
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
3607
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
4039
3608
|
/**
|
4040
3609
|
* Delete a message in the thread.
|
4041
3610
|
*
|
@@ -4080,10 +3649,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
4080
3649
|
* @public
|
4081
3650
|
*/
|
4082
3651
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
4083
|
-
/**
|
4084
|
-
* Continues into a call when the browser version is not supported.
|
4085
|
-
*/
|
4086
|
-
allowUnsupportedBrowserVersion(): void;
|
4087
3652
|
/**
|
4088
3653
|
* Function to Start captions
|
4089
3654
|
* @param options - options for start captions
|
@@ -4283,14 +3848,6 @@ export declare interface CallWithChatAdapterUiState {
|
|
4283
3848
|
* @public
|
4284
3849
|
*/
|
4285
3850
|
page: CallCompositePage;
|
4286
|
-
/**
|
4287
|
-
* State to track whether the end user has opted in to using a
|
4288
|
-
* out of date version of a supported browser. Allows the user
|
4289
|
-
* to start a call in this state.
|
4290
|
-
*
|
4291
|
-
* @beta
|
4292
|
-
*/
|
4293
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
4294
3851
|
}
|
4295
3852
|
|
4296
3853
|
/**
|
@@ -4494,62 +4051,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4494
4051
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
4495
4052
|
*/
|
4496
4053
|
callControls?: boolean | CallWithChatControlOptions;
|
4497
|
-
/**
|
4498
|
-
* Properties for configuring the File Sharing feature.
|
4499
|
-
* If undefined, file sharing feature will be disabled.
|
4500
|
-
* @beta
|
4501
|
-
*/
|
4502
|
-
attachmentOptions?: AttachmentOptions;
|
4503
|
-
/**
|
4504
|
-
* Device permissions check options for your call.
|
4505
|
-
* Here you can choose what device permissions you prompt the user for,
|
4506
|
-
* as well as what device permissions must be accepted before starting a call.
|
4507
|
-
*/
|
4508
|
-
deviceChecks?: DeviceCheckOptions;
|
4509
|
-
/**
|
4510
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
4511
|
-
* unable to grant your site the required permissions for the call.
|
4512
|
-
*
|
4513
|
-
* @example
|
4514
|
-
* ```ts
|
4515
|
-
* onPermissionsTroubleshootingClick: () =>
|
4516
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
4517
|
-
* ```
|
4518
|
-
*
|
4519
|
-
* @remarks
|
4520
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
4521
|
-
*/
|
4522
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
4523
|
-
camera: PermissionState;
|
4524
|
-
microphone: PermissionState;
|
4525
|
-
}) => void;
|
4526
|
-
/**
|
4527
|
-
* Optional callback to supply users with further troubleshooting steps for network issues
|
4528
|
-
* experienced when connecting to a call.
|
4529
|
-
*
|
4530
|
-
* @example
|
4531
|
-
* ```ts
|
4532
|
-
* onNetworkingTroubleShootingClick?: () =>
|
4533
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
4534
|
-
* ```
|
4535
|
-
*
|
4536
|
-
* @remarks
|
4537
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
4538
|
-
*/
|
4539
|
-
onNetworkingTroubleShootingClick?: () => void;
|
4540
|
-
/**
|
4541
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
4542
|
-
*
|
4543
|
-
* @example
|
4544
|
-
* ```ts
|
4545
|
-
* onBrowserTroubleShootingClick?: () =>
|
4546
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
4547
|
-
* ```
|
4548
|
-
*
|
4549
|
-
* @remarks
|
4550
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
4551
|
-
*/
|
4552
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
4553
4054
|
/**
|
4554
4055
|
* Remote participant video tile menu options
|
4555
4056
|
*/
|
@@ -4656,13 +4157,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4656
4157
|
*/
|
4657
4158
|
hideSpotlightButtons?: boolean;
|
4658
4159
|
};
|
4659
|
-
/**
|
4660
|
-
* Enables rich text editor for the send and edit boxes
|
4661
|
-
* @defaultValue `false`
|
4662
|
-
*
|
4663
|
-
* @beta
|
4664
|
-
*/
|
4665
|
-
richTextEditor?: boolean;
|
4666
4160
|
/**
|
4667
4161
|
* Options for settings related to joining a call.
|
4668
4162
|
*/
|
@@ -4919,40 +4413,11 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
4919
4413
|
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'realTimeTextReceived' | 'capabilitiesChanged' | 'spotlightChanged' | 'breakoutRoomsUpdated' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
|
4920
4414
|
|
4921
4415
|
/**
|
4922
|
-
*
|
4416
|
+
* A button to turn camera on / off.
|
4417
|
+
*
|
4418
|
+
* Can be used with {@link ControlBar}.
|
4923
4419
|
*
|
4924
|
-
*
|
4925
|
-
* by their browsers settings.
|
4926
|
-
*/
|
4927
|
-
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4928
|
-
|
4929
|
-
/**
|
4930
|
-
* @beta
|
4931
|
-
* Props for CameraAndMicrophoneSitePermissions component.
|
4932
|
-
*/
|
4933
|
-
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4934
|
-
/** Icon name for the camera icon */
|
4935
|
-
cameraIconName?: string;
|
4936
|
-
/** Icon name for the microphone icon */
|
4937
|
-
microphoneIconName?: string;
|
4938
|
-
/** Icon name for the central icon between the camera and microphone icons */
|
4939
|
-
connectorIconName?: string;
|
4940
|
-
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4941
|
-
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4942
|
-
}
|
4943
|
-
|
4944
|
-
/**
|
4945
|
-
* @beta
|
4946
|
-
* Strings for CameraAndMicrophoneSitePermissions component.
|
4947
|
-
*/
|
4948
|
-
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
4949
|
-
|
4950
|
-
/**
|
4951
|
-
* A button to turn camera on / off.
|
4952
|
-
*
|
4953
|
-
* Can be used with {@link ControlBar}.
|
4954
|
-
*
|
4955
|
-
* @public
|
4420
|
+
* @public
|
4956
4421
|
*/
|
4957
4422
|
export declare const CameraButton: (props: CameraButtonProps) => JSX.Element;
|
4958
4423
|
|
@@ -5107,31 +4572,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
5107
4572
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
5108
4573
|
}
|
5109
4574
|
|
5110
|
-
/**
|
5111
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
5112
|
-
* by their browsers settings.
|
5113
|
-
*
|
5114
|
-
* @beta
|
5115
|
-
*/
|
5116
|
-
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
5117
|
-
|
5118
|
-
/**
|
5119
|
-
* @beta
|
5120
|
-
* Props for CameraSitePermissions component.
|
5121
|
-
*/
|
5122
|
-
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
5123
|
-
/** Icon name for the camera icon */
|
5124
|
-
cameraIconName?: string;
|
5125
|
-
/** Strings for use with the {@link CameraSitePermissions} */
|
5126
|
-
strings?: CameraSitePermissionsStrings;
|
5127
|
-
}
|
5128
|
-
|
5129
|
-
/**
|
5130
|
-
* @beta
|
5131
|
-
* Strings for CameraSitePermissions component.
|
5132
|
-
*/
|
5133
|
-
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
5134
|
-
|
5135
4575
|
/**
|
5136
4576
|
* @public
|
5137
4577
|
* Callback function run when a message edit is cancelled.
|
@@ -5763,15 +5203,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5763
5203
|
* Send a message in the thread.
|
5764
5204
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
5765
5205
|
*/
|
5766
|
-
sendMessage(content: string, options?: SendMessageOptions
|
5767
|
-
/**
|
5768
|
-
* Upload an inline image for a message.
|
5769
|
-
*/
|
5770
|
-
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
5771
|
-
/**
|
5772
|
-
* Delete an inline image for a message.
|
5773
|
-
*/
|
5774
|
-
deleteImage(imageId: string): Promise<void>;
|
5206
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
5775
5207
|
/**
|
5776
5208
|
* Send a read receipt for a message.
|
5777
5209
|
*/
|
@@ -5792,7 +5224,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5792
5224
|
* Update a message content.
|
5793
5225
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
5794
5226
|
*/
|
5795
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
5227
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
5796
5228
|
/**
|
5797
5229
|
* Delete a message in the thread.
|
5798
5230
|
*/
|
@@ -5930,7 +5362,6 @@ export declare type ChatCompositeIcons = {
|
|
5930
5362
|
ParticipantItemOptionsHovered?: JSX.Element;
|
5931
5363
|
SendBoxSend?: JSX.Element;
|
5932
5364
|
SendBoxSendHovered?: JSX.Element;
|
5933
|
-
SendBoxAttachFile?: JSX.Element;
|
5934
5365
|
};
|
5935
5366
|
|
5936
5367
|
/**
|
@@ -5978,13 +5409,6 @@ export declare type ChatCompositeOptions = {
|
|
5978
5409
|
* @defaultValue true
|
5979
5410
|
*/
|
5980
5411
|
errorBar?: boolean;
|
5981
|
-
/**
|
5982
|
-
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
5983
|
-
* @defaultValue false
|
5984
|
-
*
|
5985
|
-
* @beta
|
5986
|
-
*/
|
5987
|
-
participantPane?: boolean;
|
5988
5412
|
/**
|
5989
5413
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
5990
5414
|
* @defaultValue true
|
@@ -5995,19 +5419,6 @@ export declare type ChatCompositeOptions = {
|
|
5995
5419
|
* When undefined nothing has focus on render
|
5996
5420
|
*/
|
5997
5421
|
autoFocus?: 'sendBoxTextField';
|
5998
|
-
/**
|
5999
|
-
* Properties for configuring the File Sharing feature.
|
6000
|
-
* If undefined, file sharing feature will be disabled.
|
6001
|
-
* @beta
|
6002
|
-
*/
|
6003
|
-
attachmentOptions?: AttachmentOptions;
|
6004
|
-
/**
|
6005
|
-
* Enables rich text editor for the send and edit boxes
|
6006
|
-
* @defaultValue `false`
|
6007
|
-
*
|
6008
|
-
* @beta
|
6009
|
-
*/
|
6010
|
-
richTextEditor?: boolean;
|
6011
5422
|
};
|
6012
5423
|
|
6013
5424
|
/**
|
@@ -6035,12 +5446,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
6035
5446
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
6036
5447
|
*/
|
6037
5448
|
options?: ChatCompositeOptions;
|
6038
|
-
/**
|
6039
|
-
* Optimizes the composite form factor for either desktop or mobile.
|
6040
|
-
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
6041
|
-
* @defaultValue 'desktop'
|
6042
|
-
*/
|
6043
|
-
formFactor?: 'desktop' | 'mobile';
|
6044
5449
|
}
|
6045
5450
|
|
6046
5451
|
/**
|
@@ -6055,26 +5460,6 @@ export declare interface ChatCompositeStrings {
|
|
6055
5460
|
* Chat list header text
|
6056
5461
|
*/
|
6057
5462
|
chatListHeader: string;
|
6058
|
-
/**
|
6059
|
-
* Upload Attachment Button text
|
6060
|
-
*/
|
6061
|
-
uploadAttachment: string;
|
6062
|
-
/**
|
6063
|
-
* Error Message for image data is not provided for image upload
|
6064
|
-
*/
|
6065
|
-
uploadImageDataNotProvided: string;
|
6066
|
-
/**
|
6067
|
-
* Error Message for upload image is too large
|
6068
|
-
*/
|
6069
|
-
uploadImageIsTooLarge: string;
|
6070
|
-
/**
|
6071
|
-
* Error Message for unsupported image extension for image upload
|
6072
|
-
*/
|
6073
|
-
uploadImageExtensionIsNotAllowed: string;
|
6074
|
-
/**
|
6075
|
-
* Error Message for unable to upload image
|
6076
|
-
*/
|
6077
|
-
uploadImageFailed: string;
|
6078
5463
|
}
|
6079
5464
|
|
6080
5465
|
/**
|
@@ -6123,7 +5508,7 @@ export declare type ChatErrors = {
|
|
6123
5508
|
*
|
6124
5509
|
* @public
|
6125
5510
|
*/
|
6126
|
-
export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClient.deleteChatThread' | 'ChatClient.getChatThreadClient' | 'ChatClient.listChatThreads' | 'ChatClient.off' | 'ChatClient.on' | 'ChatClient.startRealtimeNotifications' | 'ChatClient.stopRealtimeNotifications' | 'ChatThreadClient.addParticipants' | 'ChatThreadClient.deleteMessage' | 'ChatThreadClient.getMessage' | 'ChatThreadClient.getProperties' | 'ChatThreadClient.listMessages' | 'ChatThreadClient.listParticipants' | 'ChatThreadClient.listReadReceipts' | 'ChatThreadClient.removeParticipant' | 'ChatThreadClient.sendMessage' | 'ChatThreadClient.sendReadReceipt' | 'ChatThreadClient.sendTypingNotification' | 'ChatThreadClient.updateMessage' |
|
5511
|
+
export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClient.deleteChatThread' | 'ChatClient.getChatThreadClient' | 'ChatClient.listChatThreads' | 'ChatClient.off' | 'ChatClient.on' | 'ChatClient.startRealtimeNotifications' | 'ChatClient.stopRealtimeNotifications' | 'ChatThreadClient.addParticipants' | 'ChatThreadClient.deleteMessage' | 'ChatThreadClient.getMessage' | 'ChatThreadClient.getProperties' | 'ChatThreadClient.listMessages' | 'ChatThreadClient.listParticipants' | 'ChatThreadClient.listReadReceipts' | 'ChatThreadClient.removeParticipant' | 'ChatThreadClient.sendMessage' | 'ChatThreadClient.sendReadReceipt' | 'ChatThreadClient.sendTypingNotification' | 'ChatThreadClient.updateMessage' | 'ChatThreadClient.updateTopic';
|
6127
5512
|
|
6128
5513
|
/**
|
6129
5514
|
* Object containing all the handlers required for chat components.
|
@@ -6134,15 +5519,13 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
6134
5519
|
* @public
|
6135
5520
|
*/
|
6136
5521
|
export declare type ChatHandlers = {
|
6137
|
-
onSendMessage: (content: string, options?: SendMessageOptions
|
6138
|
-
onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
|
6139
|
-
onDeleteImage: (imageId: string) => Promise<void>;
|
5522
|
+
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
6140
5523
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
6141
5524
|
onTyping: () => Promise<void>;
|
6142
5525
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
6143
5526
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
6144
5527
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
6145
|
-
onUpdateMessage: (messageId: string, content: string
|
5528
|
+
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
6146
5529
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
6147
5530
|
};
|
6148
5531
|
|
@@ -6185,12 +5568,6 @@ export declare interface ChatMessage extends MessageCommon {
|
|
6185
5568
|
attachments?: AttachmentMetadata[];
|
6186
5569
|
}
|
6187
5570
|
|
6188
|
-
/**
|
6189
|
-
* @beta
|
6190
|
-
* Type of the message content, either 'text' or 'html'.
|
6191
|
-
*/
|
6192
|
-
export declare type ChatMessageType = 'text' | 'html';
|
6193
|
-
|
6194
5571
|
/**
|
6195
5572
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
6196
5573
|
* client-side only metadata for chat messages.
|
@@ -6232,7 +5609,7 @@ export declare type ChatProfile = {
|
|
6232
5609
|
*
|
6233
5610
|
* @public
|
6234
5611
|
*/
|
6235
|
-
export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends (state: ChatClientState, props: any) => any ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : never;
|
5612
|
+
export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends ((state: ChatClientState, props: any) => any) ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : never;
|
6236
5613
|
|
6237
5614
|
/**
|
6238
5615
|
* A {@link React.Context} that stores a {@link @azure/communication-chat#ChatThreadClient}.
|
@@ -6309,8 +5686,6 @@ export declare type ChatThreadClientState = {
|
|
6309
5686
|
*/
|
6310
5687
|
export declare type ChatThreadProperties = {
|
6311
5688
|
topic?: string;
|
6312
|
-
createdBy?: CommunicationIdentifierKind;
|
6313
|
-
messagingPolicy?: MessagingPolicy;
|
6314
5689
|
};
|
6315
5690
|
|
6316
5691
|
/**
|
@@ -6582,7 +5957,6 @@ export declare interface CommonCallingHandlers {
|
|
6582
5957
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
6583
5958
|
onRemoveParticipant(userId: string): Promise<void>;
|
6584
5959
|
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
6585
|
-
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
6586
5960
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
6587
5961
|
onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
|
6588
5962
|
onRejectCall: (incomingCallId: string) => Promise<void>;
|
@@ -6669,39 +6043,6 @@ export declare type CommonProperties<A, B> = {
|
|
6669
6043
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
6670
6044
|
}[keyof A & keyof B];
|
6671
6045
|
|
6672
|
-
/**
|
6673
|
-
* @beta
|
6674
|
-
* Props for SitePermissions components.
|
6675
|
-
*/
|
6676
|
-
export declare interface CommonSitePermissionsProps {
|
6677
|
-
/**
|
6678
|
-
* Name of application calling experience is in.
|
6679
|
-
*/
|
6680
|
-
appName: string;
|
6681
|
-
/**
|
6682
|
-
* Kind of the Site Permissions component.
|
6683
|
-
*/
|
6684
|
-
kind: 'request' | 'denied' | 'check';
|
6685
|
-
/**
|
6686
|
-
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
6687
|
-
*/
|
6688
|
-
browserHint?: 'safari' | 'unset';
|
6689
|
-
/**
|
6690
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
6691
|
-
* If this is not provided the button will not be shown.
|
6692
|
-
*/
|
6693
|
-
onTroubleshootingClick?: () => void;
|
6694
|
-
/**
|
6695
|
-
* Action that is taken when the user clicks the continue anyway button.
|
6696
|
-
* If this is not provided the button will not be shown.
|
6697
|
-
*/
|
6698
|
-
onContinueAnywayClick?: () => void;
|
6699
|
-
/**
|
6700
|
-
* Styles for SitePermissions component.
|
6701
|
-
*/
|
6702
|
-
styles?: SitePermissionsStyles;
|
6703
|
-
}
|
6704
|
-
|
6705
6046
|
/**
|
6706
6047
|
* A Chat or Calling participant's state, as reflected in the UI.
|
6707
6048
|
*
|
@@ -6899,11 +6240,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
6899
6240
|
export declare interface ComponentLocale {
|
6900
6241
|
/** Strings for components */
|
6901
6242
|
strings: ComponentStrings;
|
6902
|
-
/**
|
6903
|
-
* Optional function to provide customized date format.
|
6904
|
-
* @beta
|
6905
|
-
*/
|
6906
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
6907
6243
|
}
|
6908
6244
|
|
6909
6245
|
/**
|
@@ -6953,10 +6289,6 @@ export declare interface ComponentStrings {
|
|
6953
6289
|
typingIndicator: TypingIndicatorStrings;
|
6954
6290
|
/** Strings for SendBox */
|
6955
6291
|
sendBox: SendBoxStrings;
|
6956
|
-
/** Strings for RichTextSendBox */
|
6957
|
-
richTextSendBox: RichTextSendBoxStrings;
|
6958
|
-
/** Strings for MentionPopover */
|
6959
|
-
mentionPopover: MentionPopoverStrings;
|
6960
6292
|
/** Strings for ImageOverlay */
|
6961
6293
|
imageOverlay: ImageOverlayStrings;
|
6962
6294
|
/** Strings for MessageStatusIndicator */
|
@@ -6973,46 +6305,10 @@ export declare interface ComponentStrings {
|
|
6973
6305
|
videoTile: VideoTileStrings;
|
6974
6306
|
/** Strings for HoldButton */
|
6975
6307
|
holdButton: HoldButtonStrings;
|
6976
|
-
/** Strings for a site's permission request prompt */
|
6977
|
-
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6978
|
-
/** Strings for a site's permission request prompt */
|
6979
|
-
CameraSitePermissionsRequest: SitePermissionsStrings;
|
6980
|
-
/** Strings for a site's permission request prompt */
|
6981
|
-
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6982
|
-
/** Strings for a site's permission generic checking prompt */
|
6983
|
-
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6984
|
-
/** Strings for a site's permission generic checking prompt */
|
6985
|
-
CameraSitePermissionsCheck: SitePermissionsStrings;
|
6986
|
-
/** Strings for a site's permission generic checking prompt */
|
6987
|
-
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6988
|
-
/** Strings for a site's permission denied prompt */
|
6989
|
-
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6990
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6991
|
-
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6992
|
-
/** Strings for a site's permission denied prompt */
|
6993
|
-
CameraSitePermissionsDenied: SitePermissionsStrings;
|
6994
|
-
/** Strings for a site's permission denied prompt */
|
6995
|
-
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6996
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6997
|
-
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6998
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6999
|
-
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
7000
|
-
/** Strings for unsupported browser UI */
|
7001
|
-
UnsupportedBrowser: UnsupportedBrowserStrings;
|
7002
|
-
/** Strings for unsupported browser version UI */
|
7003
|
-
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
7004
|
-
/** Strings for unsupported browser version UI */
|
7005
|
-
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
7006
|
-
/** Strings for BrowserPemissionDenied */
|
7007
|
-
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
7008
|
-
/** Strings for BrowserPemissionDeniedIOS */
|
7009
|
-
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
7010
6308
|
/**
|
7011
6309
|
* Strings for the VerticalGallery.
|
7012
6310
|
*/
|
7013
6311
|
verticalGallery: VerticalGalleryStrings;
|
7014
|
-
/** Strings for the participant list component */
|
7015
|
-
ParticipantList: ParticipantListStrings;
|
7016
6312
|
/** Strings for the MeetingConferencePhoneInfoModal */
|
7017
6313
|
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
7018
6314
|
IncomingCallNotification: IncomingCallNotificationStrings;
|
@@ -7587,7 +6883,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
7587
6883
|
/**
|
7588
6884
|
* @public
|
7589
6885
|
*/
|
7590
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs
|
6886
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
7591
6887
|
|
7592
6888
|
/**
|
7593
6889
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -7597,7 +6893,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @c
|
|
7597
6893
|
*
|
7598
6894
|
* @public
|
7599
6895
|
*/
|
7600
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator
|
6896
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
7601
6897
|
|
7602
6898
|
/**
|
7603
6899
|
* Object returned after creating a local or remote VideoStream.
|
@@ -7832,11 +7128,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7832
7128
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
7833
7129
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
7834
7130
|
ReactionButtonIcon: React_2.JSX.Element;
|
7835
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
7836
|
-
DownloadAttachment: React_2.JSX.Element;
|
7837
7131
|
OpenAttachment: React_2.JSX.Element;
|
7838
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
7839
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
7840
7132
|
EditBoxCancel: React_2.JSX.Element;
|
7841
7133
|
EditBoxSubmit: React_2.JSX.Element;
|
7842
7134
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -7888,13 +7180,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7888
7180
|
VideoTileMicOff: React_2.JSX.Element;
|
7889
7181
|
VideoTileCameraOff: React_2.JSX.Element;
|
7890
7182
|
DialpadBackspace: React_2.JSX.Element;
|
7891
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
7892
|
-
SitePermissionCamera: React_2.JSX.Element;
|
7893
|
-
SitePermissionMic: React_2.JSX.Element;
|
7894
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
7895
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
7896
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7897
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7898
7183
|
VideoTilePinned: React_2.JSX.Element;
|
7899
7184
|
ParticipantItemPinned: React_2.JSX.Element;
|
7900
7185
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -7924,20 +7209,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7924
7209
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
7925
7210
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
7926
7211
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7927
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7928
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7929
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7930
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7931
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7932
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7933
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7934
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
7935
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7936
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7937
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7938
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7939
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7940
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7941
7212
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
7942
7213
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
7943
7214
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
@@ -7966,7 +7237,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7966
7237
|
ParticipantItemOptionsHovered: JSX.Element;
|
7967
7238
|
SendBoxSend: JSX.Element;
|
7968
7239
|
SendBoxSendHovered: JSX.Element;
|
7969
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
7970
7240
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
7971
7241
|
ControlButtonCameraOff: JSX.Element;
|
7972
7242
|
ControlButtonCameraOn: JSX.Element;
|
@@ -8057,13 +7327,10 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
8057
7327
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
8058
7328
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
8059
7329
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
7330
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
8060
7331
|
ChatMessageOptions: React_2.JSX.Element;
|
8061
7332
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
8062
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
8063
|
-
DownloadAttachment: React_2.JSX.Element;
|
8064
7333
|
OpenAttachment: React_2.JSX.Element;
|
8065
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
8066
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
8067
7334
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
8068
7335
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
8069
7336
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
@@ -8083,13 +7350,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
8083
7350
|
ResumeCall: React_2.JSX.Element;
|
8084
7351
|
VideoTileCameraOff: React_2.JSX.Element;
|
8085
7352
|
DialpadBackspace: React_2.JSX.Element;
|
8086
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
8087
|
-
SitePermissionCamera: React_2.JSX.Element;
|
8088
|
-
SitePermissionMic: React_2.JSX.Element;
|
8089
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
8090
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
8091
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
8092
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
8093
7353
|
VideoTilePinned: React_2.JSX.Element;
|
8094
7354
|
ParticipantItemPinned: React_2.JSX.Element;
|
8095
7355
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -8119,20 +7379,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
8119
7379
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
8120
7380
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
8121
7381
|
VideoTileSpotlighted: React_2.JSX.Element;
|
8122
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
8123
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
8124
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
8125
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
8126
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
8127
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
8128
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
8129
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
8130
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
8131
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
8132
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
8133
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
8134
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
8135
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
8136
7382
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
8137
7383
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
8138
7384
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
@@ -8143,36 +7389,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
8143
7389
|
MinimizeIcon: React_2.JSX.Element;
|
8144
7390
|
};
|
8145
7391
|
|
8146
|
-
/**
|
8147
|
-
* @beta
|
8148
|
-
*
|
8149
|
-
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
8150
|
-
*/
|
8151
|
-
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
8152
|
-
|
8153
|
-
/**
|
8154
|
-
* Device Checks.
|
8155
|
-
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
8156
|
-
*
|
8157
|
-
* @beta
|
8158
|
-
*/
|
8159
|
-
export declare interface DeviceCheckOptions {
|
8160
|
-
/**
|
8161
|
-
* Camera Permission prompts for your call.
|
8162
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
8163
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
8164
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
8165
|
-
*/
|
8166
|
-
camera: 'required' | 'optional' | 'doNotPrompt';
|
8167
|
-
/**
|
8168
|
-
* Microphone permission prompts for your call.
|
8169
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
8170
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
8171
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
8172
|
-
*/
|
8173
|
-
microphone: 'required' | 'optional' | 'doNotPrompt';
|
8174
|
-
}
|
8175
|
-
|
8176
7392
|
/**
|
8177
7393
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
8178
7394
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -8850,7 +8066,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
8850
8066
|
*
|
8851
8067
|
* @public
|
8852
8068
|
*/
|
8853
|
-
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof
|
8069
|
+
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof MessageThread> extends true ? MessageThreadSelector : AreEqual<Component, typeof TypingIndicator> extends true ? TypingIndicatorSelector : AreEqual<Component, typeof ParticipantList> extends true ? ChatParticipantListSelector : AreEqual<Component, typeof ErrorBar> extends true ? ChatErrorBarSelector : undefined;
|
8854
8070
|
|
8855
8071
|
/**
|
8856
8072
|
* Get the selector for a specified component.
|
@@ -9036,10 +8252,6 @@ export declare interface _Identifiers {
|
|
9036
8252
|
verticalGalleryVideoTile: string;
|
9037
8253
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
9038
8254
|
verticalGalleryPageCounter: string;
|
9039
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
9040
|
-
mentionSuggestionList: string;
|
9041
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
9042
|
-
mentionSuggestionItem: string;
|
9043
8255
|
}
|
9044
8256
|
|
9045
8257
|
/**
|
@@ -9105,13 +8317,6 @@ export declare interface ImageOverlayStrings {
|
|
9105
8317
|
overlayVisibleMessage: string;
|
9106
8318
|
}
|
9107
8319
|
|
9108
|
-
/**
|
9109
|
-
* Preset dark theme for the ImageOverlay component.
|
9110
|
-
*
|
9111
|
-
* @public
|
9112
|
-
*/
|
9113
|
-
export declare const imageOverlayTheme: PartialTheme;
|
9114
|
-
|
9115
8320
|
/**
|
9116
8321
|
* @public
|
9117
8322
|
* This contains a readonly array that returns all the active `incomingCalls`.
|
@@ -9565,28 +8770,6 @@ export declare type LocalizationProviderProps = {
|
|
9565
8770
|
children: React_2.ReactNode;
|
9566
8771
|
};
|
9567
8772
|
|
9568
|
-
/**
|
9569
|
-
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
9570
|
-
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
9571
|
-
*
|
9572
|
-
* @beta
|
9573
|
-
*/
|
9574
|
-
export declare interface LocalRecordingCallFeatureState {
|
9575
|
-
/**
|
9576
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
9577
|
-
*/
|
9578
|
-
isLocalRecordingActive: boolean;
|
9579
|
-
/**
|
9580
|
-
* Contains list of information of started recordings
|
9581
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
9582
|
-
*/
|
9583
|
-
activeLocalRecordings?: LocalRecordingInfo[];
|
9584
|
-
/**
|
9585
|
-
* Contains list of information of stopped recordings
|
9586
|
-
*/
|
9587
|
-
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
9588
|
-
}
|
9589
|
-
|
9590
8773
|
/**
|
9591
8774
|
* @public
|
9592
8775
|
*/
|
@@ -9761,76 +8944,6 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
9761
8944
|
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
9762
8945
|
}
|
9763
8946
|
|
9764
|
-
/**
|
9765
|
-
* Mention's state, as reflected in the UI.
|
9766
|
-
*
|
9767
|
-
* @beta
|
9768
|
-
*/
|
9769
|
-
export declare interface Mention {
|
9770
|
-
/** ID of a mention */
|
9771
|
-
id: string;
|
9772
|
-
/** Display text of a mention */
|
9773
|
-
displayText: string;
|
9774
|
-
/** Optional React element to render an item icon of a mention suggestion */
|
9775
|
-
icon?: JSX.Element;
|
9776
|
-
}
|
9777
|
-
|
9778
|
-
/**
|
9779
|
-
* Options to display suggestions in the mention scenario.
|
9780
|
-
*
|
9781
|
-
* @beta
|
9782
|
-
*/
|
9783
|
-
export declare interface MentionDisplayOptions {
|
9784
|
-
/**
|
9785
|
-
* Optional callback for customizing the mention renderer in a message thread.
|
9786
|
-
*/
|
9787
|
-
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
9788
|
-
}
|
9789
|
-
|
9790
|
-
/**
|
9791
|
-
* Options to lookup suggestions in the mention scenario.
|
9792
|
-
*
|
9793
|
-
* @beta
|
9794
|
-
*/
|
9795
|
-
export declare interface MentionLookupOptions {
|
9796
|
-
/**
|
9797
|
-
* Optional string to set trigger keyword for mention a specific participant.
|
9798
|
-
*
|
9799
|
-
* @defaultValue `@`
|
9800
|
-
*/
|
9801
|
-
trigger?: string;
|
9802
|
-
/**
|
9803
|
-
* Optional callback to fetch a list of mention suggestions base on the query.
|
9804
|
-
*/
|
9805
|
-
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
9806
|
-
/**
|
9807
|
-
* Optional callback to render an item of the mention suggestions list.
|
9808
|
-
*/
|
9809
|
-
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
9810
|
-
}
|
9811
|
-
|
9812
|
-
/**
|
9813
|
-
* Options to lookup suggestions and display mentions in the mention scenario.
|
9814
|
-
*
|
9815
|
-
* @beta
|
9816
|
-
*/
|
9817
|
-
export declare type MentionOptions = {
|
9818
|
-
lookupOptions?: MentionLookupOptions;
|
9819
|
-
displayOptions?: MentionDisplayOptions;
|
9820
|
-
};
|
9821
|
-
|
9822
|
-
/**
|
9823
|
-
* Strings of {@link _MentionPopover} that can be overridden.
|
9824
|
-
*
|
9825
|
-
* @beta
|
9826
|
-
*/
|
9827
|
-
export declare interface MentionPopoverStrings {
|
9828
|
-
/**
|
9829
|
-
* Header text for MentionPopover
|
9830
|
-
*/
|
9831
|
-
mentionPopoverHeader: string;
|
9832
|
-
}
|
9833
|
-
|
9834
8947
|
/**
|
9835
8948
|
* Discriminated union of all messages.
|
9836
8949
|
*
|
@@ -9838,7 +8951,7 @@ export declare interface MentionPopoverStrings {
|
|
9838
8951
|
*
|
9839
8952
|
* @public
|
9840
8953
|
*/
|
9841
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage
|
8954
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
9842
8955
|
|
9843
8956
|
/**
|
9844
8957
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -9880,20 +8993,6 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
9880
8993
|
*/
|
9881
8994
|
export declare type MessageEditedListener = MessageReceivedListener;
|
9882
8995
|
|
9883
|
-
/**
|
9884
|
-
* @beta
|
9885
|
-
* Message option that defines properties that can be set when
|
9886
|
-
* sending or updating a chat message.
|
9887
|
-
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
9888
|
-
* @property attachments - Attachments that contains file attachments attached to the message.
|
9889
|
-
* @property type - Type of the message content, either 'text' or 'html'.
|
9890
|
-
*/
|
9891
|
-
export declare type MessageOptions = {
|
9892
|
-
metadata?: Record<string, string>;
|
9893
|
-
attachments?: AttachmentMetadata[];
|
9894
|
-
type?: ChatMessageType;
|
9895
|
-
};
|
9896
|
-
|
9897
8996
|
/**
|
9898
8997
|
* Props to render a single message.
|
9899
8998
|
*
|
@@ -9909,7 +9008,7 @@ export declare type MessageProps = {
|
|
9909
9008
|
/**
|
9910
9009
|
* Strings from parent MessageThread component
|
9911
9010
|
*/
|
9912
|
-
strings: MessageThreadStrings
|
9011
|
+
strings: MessageThreadStrings;
|
9913
9012
|
/**
|
9914
9013
|
* Custom CSS styles for chat message container.
|
9915
9014
|
*/
|
@@ -9955,7 +9054,7 @@ export declare type MessageProps = {
|
|
9955
9054
|
* @param options - message options to be included in the message
|
9956
9055
|
*
|
9957
9056
|
*/
|
9958
|
-
onSendMessage?: (content: string
|
9057
|
+
onSendMessage?: (content: string) => Promise<void>;
|
9959
9058
|
};
|
9960
9059
|
|
9961
9060
|
/**
|
@@ -10087,7 +9186,7 @@ export declare type MessageThreadProps = {
|
|
10087
9186
|
/**
|
10088
9187
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
10089
9188
|
*/
|
10090
|
-
messages: (ChatMessage | SystemMessage | CustomMessage
|
9189
|
+
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
10091
9190
|
/**
|
10092
9191
|
* number of participants in the thread
|
10093
9192
|
*/
|
@@ -10168,11 +9267,6 @@ export declare type MessageThreadProps = {
|
|
10168
9267
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
10169
9268
|
*/
|
10170
9269
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
10171
|
-
/**
|
10172
|
-
* Optional callback to render attachments in the message component.
|
10173
|
-
* @beta
|
10174
|
-
*/
|
10175
|
-
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
10176
9270
|
/**
|
10177
9271
|
* Optional callback to edit a message.
|
10178
9272
|
*
|
@@ -10201,7 +9295,7 @@ export declare type MessageThreadProps = {
|
|
10201
9295
|
* @param options - message options to be included in the message
|
10202
9296
|
*
|
10203
9297
|
*/
|
10204
|
-
onSendMessage?: (content: string
|
9298
|
+
onSendMessage?: (content: string) => Promise<void>;
|
10205
9299
|
/**
|
10206
9300
|
/**
|
10207
9301
|
* Disable editing messages.
|
@@ -10215,32 +9309,11 @@ export declare type MessageThreadProps = {
|
|
10215
9309
|
* Optional strings to override in component
|
10216
9310
|
*/
|
10217
9311
|
strings?: Partial<MessageThreadStrings>;
|
10218
|
-
/**
|
10219
|
-
* @beta
|
10220
|
-
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
10221
|
-
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
10222
|
-
*/
|
10223
|
-
attachmentOptions?: AttachmentOptions;
|
10224
|
-
/**
|
10225
|
-
* Optional function to provide customized date format.
|
10226
|
-
* @beta
|
10227
|
-
*/
|
10228
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
10229
|
-
/**
|
10230
|
-
* Optional props needed to lookup a mention query and display mentions
|
10231
|
-
* @beta
|
10232
|
-
*/
|
10233
|
-
mentionOptions?: MentionOptions;
|
10234
9312
|
/**
|
10235
9313
|
* Optional callback called when an inline image is clicked.
|
10236
9314
|
* @beta
|
10237
9315
|
*/
|
10238
9316
|
inlineImageOptions?: InlineImageOptions;
|
10239
|
-
/**
|
10240
|
-
* Options to enable rich text editor for the edit box.
|
10241
|
-
* @beta
|
10242
|
-
*/
|
10243
|
-
richTextEditorOptions?: RichTextEditBoxOptions;
|
10244
9317
|
};
|
10245
9318
|
|
10246
9319
|
/**
|
@@ -10318,20 +9391,10 @@ export declare interface MessageThreadStrings {
|
|
10318
9391
|
actionMenuMoreOptions?: string;
|
10319
9392
|
/** Aria label to announce when a message is deleted */
|
10320
9393
|
messageDeletedAnnouncementAriaLabel: string;
|
10321
|
-
/** String for download attachment button in attachment card */
|
10322
|
-
downloadAttachment: string;
|
10323
9394
|
/** String for open attachment button in attachment card */
|
10324
9395
|
openAttachment: string;
|
10325
|
-
/** String for policy violation message removal */
|
10326
|
-
blockedWarningText: string;
|
10327
|
-
/** String for policy violation message removal details link */
|
10328
|
-
blockedWarningLinkText: string;
|
10329
9396
|
/** String for aria text in attachment card group*/
|
10330
9397
|
attachmentCardGroupMessage: string;
|
10331
|
-
/**
|
10332
|
-
* Error message indicating that one or more image uploads are not complete.
|
10333
|
-
*/
|
10334
|
-
imageUploadsPendingError: string;
|
10335
9398
|
}
|
10336
9399
|
|
10337
9400
|
/**
|
@@ -10359,24 +9422,10 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
10359
9422
|
/** Styles for system message container. */
|
10360
9423
|
systemMessageContainer?: ComponentSlotStyle;
|
10361
9424
|
/** Styles for blocked message container. */
|
10362
|
-
blockedMessageContainer?: ComponentSlotStyle;
|
10363
9425
|
/** Styles for message status indicator container. */
|
10364
9426
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
10365
9427
|
}
|
10366
9428
|
|
10367
|
-
/**
|
10368
|
-
*
|
10369
|
-
* Messaging policy of a chat thread.
|
10370
|
-
*
|
10371
|
-
* @beta
|
10372
|
-
*/
|
10373
|
-
export declare interface MessagingPolicy {
|
10374
|
-
/**
|
10375
|
-
* Boolean to track whether or not messages are restricted to only text.
|
10376
|
-
* */
|
10377
|
-
textOnlyChat?: boolean;
|
10378
|
-
}
|
10379
|
-
|
10380
9429
|
/**
|
10381
9430
|
* A button to turn microphone on / off.
|
10382
9431
|
*
|
@@ -10569,31 +9618,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
10569
9618
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
10570
9619
|
}
|
10571
9620
|
|
10572
|
-
/**
|
10573
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
10574
|
-
* by their browsers settings.
|
10575
|
-
*
|
10576
|
-
* @beta
|
10577
|
-
*/
|
10578
|
-
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
10579
|
-
|
10580
|
-
/**
|
10581
|
-
* @beta
|
10582
|
-
* Props for MicrophoneSitePermissions component.
|
10583
|
-
*/
|
10584
|
-
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
10585
|
-
/** Icon name for the microphone icon */
|
10586
|
-
microphoneIconName?: string;
|
10587
|
-
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
10588
|
-
strings?: MicrophoneSitePermissionsStrings;
|
10589
|
-
}
|
10590
|
-
|
10591
|
-
/**
|
10592
|
-
* @beta
|
10593
|
-
* Strings for MicrophoneSitePermissions component.
|
10594
|
-
*/
|
10595
|
-
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
10596
|
-
|
10597
9621
|
/**
|
10598
9622
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
10599
9623
|
*
|
@@ -11043,7 +10067,7 @@ export declare interface NotificationStyles {
|
|
11043
10067
|
}
|
11044
10068
|
|
11045
10069
|
/** @public */
|
11046
|
-
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'assignedBreakoutRoomClosed' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent' |
|
10070
|
+
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'assignedBreakoutRoomClosed' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent' | 'togetherModeStarted' | 'togetherModeEnded';
|
11047
10071
|
|
11048
10072
|
/**
|
11049
10073
|
* All notifications that can be shown in the {@link NotificationStack}.
|
@@ -11375,10 +10399,6 @@ export declare type ParticipantListProps = {
|
|
11375
10399
|
styles?: ParticipantListStyles;
|
11376
10400
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
11377
10401
|
showParticipantOverflowTooltip?: boolean;
|
11378
|
-
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
11379
|
-
totalParticipantCount?: number;
|
11380
|
-
/** Strings for the participant list */
|
11381
|
-
strings?: ParticipantListStrings;
|
11382
10402
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
11383
10403
|
participantAriaLabelledBy?: string;
|
11384
10404
|
/** List of pinned participants */
|
@@ -11393,21 +10413,8 @@ export declare type ParticipantListProps = {
|
|
11393
10413
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
11394
10414
|
participants: CallParticipantListParticipant[];
|
11395
10415
|
myUserId: string;
|
11396
|
-
totalParticipantCount?: number;
|
11397
10416
|
};
|
11398
10417
|
|
11399
|
-
/**
|
11400
|
-
* Strings for the {@link ParticipantList}.
|
11401
|
-
*
|
11402
|
-
* @beta
|
11403
|
-
*/
|
11404
|
-
export declare interface ParticipantListStrings {
|
11405
|
-
/**
|
11406
|
-
* String for rendering the count of participants not contained in the displayed participant list
|
11407
|
-
*/
|
11408
|
-
overflowParticipantCount?: string;
|
11409
|
-
}
|
11410
|
-
|
11411
10418
|
/**
|
11412
10419
|
* Styles for the {@link ParticipantList}.
|
11413
10420
|
*
|
@@ -12099,35 +11106,8 @@ export declare interface RecordingCallFeature {
|
|
12099
11106
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
12100
11107
|
*/
|
12101
11108
|
isRecordingActive: boolean;
|
12102
|
-
/**
|
12103
|
-
* Contains list of information of started recordings
|
12104
|
-
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
12105
|
-
*/
|
12106
|
-
activeRecordings?: RecordingInfo[];
|
12107
|
-
/**
|
12108
|
-
* Contains list of information of stopped recordings
|
12109
|
-
*/
|
12110
|
-
lastStoppedRecording?: RecordingInfo[];
|
12111
11109
|
}
|
12112
11110
|
|
12113
|
-
/**
|
12114
|
-
* State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
|
12115
|
-
*
|
12116
|
-
* @beta
|
12117
|
-
*/
|
12118
|
-
export declare type RemoteDiagnosticState = {
|
12119
|
-
readonly diagnostic: RemoteDiagnosticType;
|
12120
|
-
readonly value: DiagnosticQuality | DiagnosticFlag;
|
12121
|
-
readonly valueType: DiagnosticValueType;
|
12122
|
-
};
|
12123
|
-
|
12124
|
-
/**
|
12125
|
-
* All type names for {@link @azure/communication-calling#RemoteDiagnosticState}.
|
12126
|
-
*
|
12127
|
-
* @beta
|
12128
|
-
*/
|
12129
|
-
export declare type RemoteDiagnosticType = NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType;
|
12130
|
-
|
12131
11111
|
/**
|
12132
11112
|
* State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
|
12133
11113
|
* automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -12195,10 +11175,6 @@ export declare interface RemoteParticipantState {
|
|
12195
11175
|
* Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
|
12196
11176
|
*/
|
12197
11177
|
mediaAccess?: MediaAccessState;
|
12198
|
-
/**
|
12199
|
-
* The diagnostic status of RemoteParticipant{@link @azure/communication-calling#RemoteDiagnostics}.
|
12200
|
-
*/
|
12201
|
-
diagnostics?: Partial<Record<RemoteDiagnosticType, RemoteDiagnosticState>>;
|
12202
11178
|
}
|
12203
11179
|
|
12204
11180
|
/**
|
@@ -12272,256 +11248,6 @@ export declare type ResourceFetchResult = {
|
|
12272
11248
|
error?: Error;
|
12273
11249
|
};
|
12274
11250
|
|
12275
|
-
/**
|
12276
|
-
* Options for the rich text editor edit box configuration.
|
12277
|
-
*
|
12278
|
-
* @beta
|
12279
|
-
*/
|
12280
|
-
export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
|
12281
|
-
/**
|
12282
|
-
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
12283
|
-
* When not provided, pasting images into rich text editor will be disabled.
|
12284
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12285
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
12286
|
-
* @param messageId - the id of the message that the inlineImage belongs to.
|
12287
|
-
*/
|
12288
|
-
onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
12289
|
-
/**
|
12290
|
-
* Optional callback invoked after inline image is removed from the UI.
|
12291
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12292
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
12293
|
-
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
12294
|
-
* @param messageId - the id of the message that the inlineImage belongs to.
|
12295
|
-
*/
|
12296
|
-
onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
12297
|
-
/**
|
12298
|
-
* Optional Record of type {@link AttachmentMetadataInProgress}
|
12299
|
-
* to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
|
12300
|
-
* - there is an error provided in the messagesInlineImagesWithProgress
|
12301
|
-
* - progress is less than 1 when the send button is clicked
|
12302
|
-
* - content html string is longer than the max allowed length.
|
12303
|
-
* (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
|
12304
|
-
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
12305
|
-
*/
|
12306
|
-
messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
|
12307
|
-
}
|
12308
|
-
|
12309
|
-
/**
|
12310
|
-
* Options for the rich text editor configuration.
|
12311
|
-
*
|
12312
|
-
* @beta
|
12313
|
-
*/
|
12314
|
-
export declare interface RichTextEditorOptions {
|
12315
|
-
/**
|
12316
|
-
* Optional callback to handle paste event.
|
12317
|
-
*/
|
12318
|
-
onPaste?: (event: {
|
12319
|
-
content: DocumentFragment;
|
12320
|
-
}) => void;
|
12321
|
-
}
|
12322
|
-
|
12323
|
-
/**
|
12324
|
-
* A component to render SendBox with Rich Text Editor support.
|
12325
|
-
*
|
12326
|
-
* @beta
|
12327
|
-
*/
|
12328
|
-
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
12329
|
-
|
12330
|
-
/**
|
12331
|
-
* Props for {@link RichTextSendBox}.
|
12332
|
-
*
|
12333
|
-
* @beta
|
12334
|
-
*/
|
12335
|
-
export declare interface RichTextSendBoxProps {
|
12336
|
-
/**
|
12337
|
-
* Optional boolean to disable text box
|
12338
|
-
* @defaultValue false
|
12339
|
-
*/
|
12340
|
-
disabled?: boolean;
|
12341
|
-
/**
|
12342
|
-
* Optional callback to handle paste event.
|
12343
|
-
*/
|
12344
|
-
onPaste?: (event: {
|
12345
|
-
content: DocumentFragment;
|
12346
|
-
}) => void;
|
12347
|
-
/**
|
12348
|
-
* Optional strings to override in component
|
12349
|
-
*/
|
12350
|
-
strings?: Partial<RichTextSendBoxStrings>;
|
12351
|
-
/**
|
12352
|
-
* Optional text for system message above the text box
|
12353
|
-
*/
|
12354
|
-
systemMessage?: string;
|
12355
|
-
/**
|
12356
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
12357
|
-
* to render attachments being uploaded in the SendBox.
|
12358
|
-
* @beta
|
12359
|
-
*/
|
12360
|
-
attachments?: AttachmentMetadataInProgress[];
|
12361
|
-
/**
|
12362
|
-
* enumerable to determine if the input box has focus on render or not.
|
12363
|
-
* When undefined nothing has focus on render
|
12364
|
-
*/
|
12365
|
-
autoFocus?: 'sendBoxTextField';
|
12366
|
-
/**
|
12367
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
12368
|
-
* cancel icon.
|
12369
|
-
*/
|
12370
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
12371
|
-
/**
|
12372
|
-
* Optional callback invoked after inline image is removed from the UI.
|
12373
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12374
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
12375
|
-
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
12376
|
-
*/
|
12377
|
-
onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12378
|
-
/**
|
12379
|
-
* Callback function used when the send button is clicked.
|
12380
|
-
*/
|
12381
|
-
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
12382
|
-
/**
|
12383
|
-
* Optional callback called when user is typing
|
12384
|
-
*/
|
12385
|
-
onTyping?: () => Promise<void>;
|
12386
|
-
/**
|
12387
|
-
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
12388
|
-
* When not provided, pasting images into rich text editor will be disabled.
|
12389
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12390
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
12391
|
-
*/
|
12392
|
-
onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12393
|
-
/**
|
12394
|
-
* Optional Array of type {@link AttachmentMetadataInProgress}
|
12395
|
-
* to render the errorBar for inline images inserted in the RichTextSendBox when:
|
12396
|
-
* - there is an error provided in the inlineImagesWithProgress
|
12397
|
-
* - progress is less than 1 when the send button is clicked
|
12398
|
-
* - content html string is longer than the max allowed length.
|
12399
|
-
* (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
|
12400
|
-
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
12401
|
-
*/
|
12402
|
-
inlineImagesWithProgress?: AttachmentMetadataInProgress[];
|
12403
|
-
}
|
12404
|
-
|
12405
|
-
/**
|
12406
|
-
* Strings of {@link RichTextSendBox} that can be overridden.
|
12407
|
-
*
|
12408
|
-
* @beta
|
12409
|
-
*/
|
12410
|
-
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
12411
|
-
}
|
12412
|
-
|
12413
|
-
/**
|
12414
|
-
* Strings of RichText that can be overridden.
|
12415
|
-
*
|
12416
|
-
* @beta
|
12417
|
-
*/
|
12418
|
-
export declare interface RichTextStrings {
|
12419
|
-
/**
|
12420
|
-
* Tooltip text for the bold button.
|
12421
|
-
*/
|
12422
|
-
richTextBoldTooltip: string;
|
12423
|
-
/**
|
12424
|
-
* Tooltip text for the italic button.
|
12425
|
-
*/
|
12426
|
-
richTextItalicTooltip: string;
|
12427
|
-
/**
|
12428
|
-
* Tooltip text for the underline button.
|
12429
|
-
*/
|
12430
|
-
richTextUnderlineTooltip: string;
|
12431
|
-
/**
|
12432
|
-
* Tooltip text for the bullet list button.
|
12433
|
-
*/
|
12434
|
-
richTextBulletListTooltip: string;
|
12435
|
-
/**
|
12436
|
-
* Tooltip text for the number list button.
|
12437
|
-
*/
|
12438
|
-
richTextNumberListTooltip: string;
|
12439
|
-
/**
|
12440
|
-
* Tooltip text for the increase indent button.
|
12441
|
-
*/
|
12442
|
-
richTextIncreaseIndentTooltip: string;
|
12443
|
-
/**
|
12444
|
-
* Tooltip text for the decrease indent button.
|
12445
|
-
*/
|
12446
|
-
richTextDecreaseIndentTooltip: string;
|
12447
|
-
/**
|
12448
|
-
* Tooltip text insert table button.
|
12449
|
-
*/
|
12450
|
-
richTextInsertTableTooltip: string;
|
12451
|
-
/**
|
12452
|
-
* Tooltip text for the rich text format button button.
|
12453
|
-
*/
|
12454
|
-
richTextFormatButtonTooltip: string;
|
12455
|
-
/**
|
12456
|
-
* Text for the insert menu item.
|
12457
|
-
*/
|
12458
|
-
richTextInsertRowOrColumnMenu: string;
|
12459
|
-
/**
|
12460
|
-
* Title for the insert table menu.
|
12461
|
-
*/
|
12462
|
-
richTextInsertTableMenuTitle: string;
|
12463
|
-
/**
|
12464
|
-
* Text for the insert menu item to insert row above the current selection.
|
12465
|
-
*/
|
12466
|
-
richTextInsertRowAboveMenu: string;
|
12467
|
-
/**
|
12468
|
-
* Text for the insert menu item to insert row below the current selection.
|
12469
|
-
*/
|
12470
|
-
richTextInsertRowBelowMenu: string;
|
12471
|
-
/**
|
12472
|
-
* Text for the insert menu item to insert column to the left from the current selection.
|
12473
|
-
*/
|
12474
|
-
richTextInsertColumnLeftMenu: string;
|
12475
|
-
/**
|
12476
|
-
* Text for the insert menu item to insert column to the right from the current selection.
|
12477
|
-
*/
|
12478
|
-
richTextInsertColumnRightMenu: string;
|
12479
|
-
/**
|
12480
|
-
* Text for the delete row or column menu.
|
12481
|
-
*/
|
12482
|
-
richTextDeleteRowOrColumnMenu: string;
|
12483
|
-
/**
|
12484
|
-
* Text for the delete column menu.
|
12485
|
-
*/
|
12486
|
-
richTextDeleteColumnMenu: string;
|
12487
|
-
/**
|
12488
|
-
* Text for the delete row menu.
|
12489
|
-
*/
|
12490
|
-
richTextDeleteRowMenu: string;
|
12491
|
-
/**
|
12492
|
-
* Text for the delete table menu.
|
12493
|
-
*/
|
12494
|
-
richTextDeleteTableMenu: string;
|
12495
|
-
/**
|
12496
|
-
* Text for the rich text toolbar.
|
12497
|
-
*/
|
12498
|
-
richTextToolbarAriaLabel: string;
|
12499
|
-
/**
|
12500
|
-
* Text for the rich text toolbar more button.
|
12501
|
-
*/
|
12502
|
-
richTextToolbarMoreButtonAriaLabel: string;
|
12503
|
-
/**
|
12504
|
-
* Text for announcement when a new bulleted list item is added.
|
12505
|
-
*/
|
12506
|
-
richTextNewBulletedListItemAnnouncement: string;
|
12507
|
-
/**
|
12508
|
-
* Text for announcement when a new numbered list item is added.
|
12509
|
-
*/
|
12510
|
-
richTextNewNumberedListItemAnnouncement: string;
|
12511
|
-
/**
|
12512
|
-
* Text for announcement when the bulleted list style is applied.
|
12513
|
-
*/
|
12514
|
-
richTextBulletedListAppliedAnnouncement: string;
|
12515
|
-
/**
|
12516
|
-
* Text for announcement when the numbered list style is applied.
|
12517
|
-
*/
|
12518
|
-
richTextNumberedListAppliedAnnouncement: string;
|
12519
|
-
/**
|
12520
|
-
* Error message indicating image upload is not complete.
|
12521
|
-
*/
|
12522
|
-
imageUploadsPendingError: string;
|
12523
|
-
}
|
12524
|
-
|
12525
11251
|
/**
|
12526
11252
|
* A button to start / stop screen sharing.
|
12527
11253
|
*
|
@@ -12593,42 +11319,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
12593
11319
|
*/
|
12594
11320
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
12595
11321
|
|
12596
|
-
/**
|
12597
|
-
* @beta
|
12598
|
-
* Error to be displayed to the user in an error bar above sendbox.
|
12599
|
-
*/
|
12600
|
-
export declare interface SendBoxErrorBarError {
|
12601
|
-
/** Error Message to be displayed */
|
12602
|
-
message: string;
|
12603
|
-
/**
|
12604
|
-
* Unix Timestamp. Preferred generation using `Date.now()`
|
12605
|
-
*/
|
12606
|
-
timestamp: number;
|
12607
|
-
/**
|
12608
|
-
* ErrorBar type. Defaults to `warning`.
|
12609
|
-
*/
|
12610
|
-
errorBarType?: SendBoxErrorBarType;
|
12611
|
-
}
|
12612
|
-
|
12613
|
-
/**
|
12614
|
-
* @beta
|
12615
|
-
* Error bar type for {@link SendBoxErrorBarError}
|
12616
|
-
*/
|
12617
|
-
export declare enum SendBoxErrorBarType {
|
12618
|
-
/** Info styled MessageBar */
|
12619
|
-
info = 0,
|
12620
|
-
/** Error styled MessageBar */
|
12621
|
-
error = 1,
|
12622
|
-
/** Blocked styled MessageBar */
|
12623
|
-
blocked = 2,
|
12624
|
-
/** SevereWarning styled MessageBar */
|
12625
|
-
severeWarning = 3,
|
12626
|
-
/** Success styled MessageBar */
|
12627
|
-
success = 4,
|
12628
|
-
/** Warning styled MessageBar */
|
12629
|
-
warning = 5
|
12630
|
-
}
|
12631
|
-
|
12632
11322
|
/**
|
12633
11323
|
* Props for {@link SendBox}.
|
12634
11324
|
*
|
@@ -12647,12 +11337,7 @@ export declare interface SendBoxProps {
|
|
12647
11337
|
/**
|
12648
11338
|
* Optional override behavior on send button click
|
12649
11339
|
*/
|
12650
|
-
onSendMessage?: (content: string
|
12651
|
-
/**
|
12652
|
-
* Optional props needed to lookup suggestions in the mention scenario.
|
12653
|
-
* @beta
|
12654
|
-
*/
|
12655
|
-
mentionLookupOptions?: MentionLookupOptions;
|
11340
|
+
onSendMessage?: (content: string) => Promise<void>;
|
12656
11341
|
/**
|
12657
11342
|
* Optional callback called when user is typing
|
12658
11343
|
*/
|
@@ -12689,25 +11374,6 @@ export declare interface SendBoxProps {
|
|
12689
11374
|
* When undefined nothing has focus on render
|
12690
11375
|
*/
|
12691
11376
|
autoFocus?: 'sendBoxTextField';
|
12692
|
-
/**
|
12693
|
-
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
12694
|
-
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
12695
|
-
* be rendered below the text area in sendBox.
|
12696
|
-
* @beta
|
12697
|
-
*/
|
12698
|
-
onRenderAttachmentUploads?: () => JSX.Element;
|
12699
|
-
/**
|
12700
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
12701
|
-
* to render attachments being uploaded in the SendBox.
|
12702
|
-
* @beta
|
12703
|
-
*/
|
12704
|
-
attachments?: AttachmentMetadataInProgress[];
|
12705
|
-
/**
|
12706
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
12707
|
-
* cancel icon.
|
12708
|
-
* @beta
|
12709
|
-
*/
|
12710
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
12711
11377
|
}
|
12712
11378
|
|
12713
11379
|
/**
|
@@ -12738,26 +11404,6 @@ export declare interface SendBoxStrings {
|
|
12738
11404
|
* Aria label for send message button
|
12739
11405
|
*/
|
12740
11406
|
sendButtonAriaLabel: string;
|
12741
|
-
/**
|
12742
|
-
* Error message indicating that all attachment uploads are not complete.
|
12743
|
-
*/
|
12744
|
-
attachmentUploadsPendingError: string;
|
12745
|
-
/**
|
12746
|
-
* Aria label to notify user when focus is on cancel attachment upload button.
|
12747
|
-
*/
|
12748
|
-
removeAttachment: string;
|
12749
|
-
/**
|
12750
|
-
* Aria label to notify user attachment uploading starts.
|
12751
|
-
*/
|
12752
|
-
uploading: string;
|
12753
|
-
/**
|
12754
|
-
* Aria label to notify user attachment is uploaded.
|
12755
|
-
*/
|
12756
|
-
uploadCompleted: string;
|
12757
|
-
/**
|
12758
|
-
* Aria label to notify user more attachment action menu.
|
12759
|
-
*/
|
12760
|
-
attachmentMoreMenu: string;
|
12761
11407
|
}
|
12762
11408
|
|
12763
11409
|
/**
|
@@ -12778,45 +11424,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
12778
11424
|
systemMessage?: IStyle;
|
12779
11425
|
}
|
12780
11426
|
|
12781
|
-
/**
|
12782
|
-
* @beta
|
12783
|
-
* Strings for SitePermissions component
|
12784
|
-
*/
|
12785
|
-
export declare type SitePermissionsStrings = {
|
12786
|
-
/**
|
12787
|
-
* Main text string.
|
12788
|
-
*/
|
12789
|
-
primaryText?: string;
|
12790
|
-
/**
|
12791
|
-
* Subtext string.
|
12792
|
-
*/
|
12793
|
-
secondaryText?: string;
|
12794
|
-
/**
|
12795
|
-
* More help link string.
|
12796
|
-
*/
|
12797
|
-
linkText?: string;
|
12798
|
-
/**
|
12799
|
-
* Primary button text string.
|
12800
|
-
*/
|
12801
|
-
primaryButtonText?: string;
|
12802
|
-
/**
|
12803
|
-
* Aria label describing the content of the container
|
12804
|
-
*/
|
12805
|
-
ariaLabel?: string;
|
12806
|
-
};
|
12807
|
-
|
12808
|
-
/**
|
12809
|
-
* Fluent styles for {@link SitePermissionsContainer}.
|
12810
|
-
*
|
12811
|
-
* @beta
|
12812
|
-
*/
|
12813
|
-
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
12814
|
-
/** Styles for the primary button. */
|
12815
|
-
primaryButton?: IButtonStyles;
|
12816
|
-
/** Styles for the help troubleshooting link text. */
|
12817
|
-
troubleshootingLink?: ILinkStyles;
|
12818
|
-
}
|
12819
|
-
|
12820
11427
|
/**
|
12821
11428
|
* @public
|
12822
11429
|
* Type for representing a custom sound to use for a calling event
|
@@ -13136,13 +11743,6 @@ export declare interface StartRealTimeTextButtonStrings {
|
|
13136
11743
|
tooltipOffContent: string;
|
13137
11744
|
}
|
13138
11745
|
|
13139
|
-
/**
|
13140
|
-
* Parameter to start a call using a Teams user identity.
|
13141
|
-
*
|
13142
|
-
* @beta
|
13143
|
-
*/
|
13144
|
-
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
13145
|
-
|
13146
11746
|
/**
|
13147
11747
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
13148
11748
|
* The interface provides access to proxied state and also allows registering a handler for state change events. For
|
@@ -13228,7 +11828,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
13228
11828
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to start rendering.
|
13229
11829
|
* @param options - Options that are passed to the {@link @azure/communication-calling#VideoStreamRenderer}.
|
13230
11830
|
*/
|
13231
|
-
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState |
|
11831
|
+
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState | CallFeatureStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
|
13232
11832
|
/**
|
13233
11833
|
* Stops rendering a {@link RemoteVideoStreamState} or {@link LocalVideoStreamState} and removes the
|
13234
11834
|
* {@link VideoStreamRendererView} from the relevant {@link RemoteVideoStreamState} in {@link CallClientState} or
|
@@ -13253,7 +11853,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
13253
11853
|
* be undefined if disposing LocalVideoStreamState.
|
13254
11854
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
13255
11855
|
*/
|
13256
|
-
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState |
|
11856
|
+
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState | CallFeatureStreamState): void;
|
13257
11857
|
/**
|
13258
11858
|
* The CallAgent is used to handle calls.
|
13259
11859
|
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
@@ -13593,7 +12193,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
13593
12193
|
* @public
|
13594
12194
|
*/
|
13595
12195
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13596
|
-
locator: TeamsMeetingLinkLocator |
|
12196
|
+
locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
|
13597
12197
|
};
|
13598
12198
|
|
13599
12199
|
/**
|
@@ -13666,17 +12266,6 @@ export declare interface TeamsIncomingCallState {
|
|
13666
12266
|
endTime?: Date;
|
13667
12267
|
}
|
13668
12268
|
|
13669
|
-
/**
|
13670
|
-
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
13671
|
-
*
|
13672
|
-
* This is used to create an outbound call scenarios.
|
13673
|
-
*
|
13674
|
-
* @beta
|
13675
|
-
*/
|
13676
|
-
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13677
|
-
targetCallees: StartTeamsCallIdentifier[];
|
13678
|
-
};
|
13679
|
-
|
13680
12269
|
/**
|
13681
12270
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
13682
12271
|
*
|
@@ -13963,129 +12552,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
13963
12552
|
typingString?: IStyle;
|
13964
12553
|
}
|
13965
12554
|
|
13966
|
-
/**
|
13967
|
-
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
13968
|
-
*
|
13969
|
-
* @beta
|
13970
|
-
*/
|
13971
|
-
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
13972
|
-
|
13973
|
-
/**
|
13974
|
-
* props for {@link UnsupportedBrowser} UI
|
13975
|
-
*
|
13976
|
-
* @beta
|
13977
|
-
*/
|
13978
|
-
export declare interface UnsupportedBrowserProps {
|
13979
|
-
/** Handler to perform an action when the help link is actioned */
|
13980
|
-
onTroubleshootingClick?: () => void;
|
13981
|
-
/** String overrides for the component */
|
13982
|
-
strings?: UnsupportedBrowserStrings;
|
13983
|
-
}
|
13984
|
-
|
13985
|
-
/**
|
13986
|
-
* Strings for UnsupportedBrowser component
|
13987
|
-
*
|
13988
|
-
* @beta
|
13989
|
-
*/
|
13990
|
-
export declare interface UnsupportedBrowserStrings {
|
13991
|
-
/** String for the primary text */
|
13992
|
-
primaryText: string;
|
13993
|
-
/** String for the secondary text */
|
13994
|
-
secondaryText: string;
|
13995
|
-
/** String to display in the text for the help link */
|
13996
|
-
moreHelpLinkText: string;
|
13997
|
-
}
|
13998
|
-
|
13999
|
-
/**
|
14000
|
-
* UI to display to the user that the browser version they are using is out of date
|
14001
|
-
* and not supported by Azure Communications Calling service.
|
14002
|
-
*
|
14003
|
-
* @beta
|
14004
|
-
*/
|
14005
|
-
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
14006
|
-
|
14007
|
-
/**
|
14008
|
-
* props for {@link UnsupportedBrowserVersion} UI
|
14009
|
-
*
|
14010
|
-
* @beta
|
14011
|
-
*/
|
14012
|
-
export declare interface UnsupportedBrowserVersionProps {
|
14013
|
-
/** Handler to perform an action when the help link is actioned */
|
14014
|
-
onTroubleshootingClick?: () => void;
|
14015
|
-
/** String overrides for the component */
|
14016
|
-
strings?: UnsupportedBrowserVersionStrings;
|
14017
|
-
/** Handler to allow user to continue into the call */
|
14018
|
-
onContinueAnywayClick?: () => void;
|
14019
|
-
}
|
14020
|
-
|
14021
|
-
/**
|
14022
|
-
* Strings for UnsupportedBrowser component
|
14023
|
-
*
|
14024
|
-
* @beta
|
14025
|
-
*/
|
14026
|
-
export declare interface UnsupportedBrowserVersionStrings {
|
14027
|
-
/** String for the primary text */
|
14028
|
-
primaryText: string;
|
14029
|
-
/** String for the secondary text */
|
14030
|
-
secondaryText: string;
|
14031
|
-
/** String to display in the text for the help link */
|
14032
|
-
moreHelpLinkText: string;
|
14033
|
-
/** String for continue without updating button */
|
14034
|
-
continueAnywayButtonText?: string;
|
14035
|
-
}
|
14036
|
-
|
14037
|
-
/**
|
14038
|
-
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
14039
|
-
*
|
14040
|
-
* @beta
|
14041
|
-
*/
|
14042
|
-
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
14043
|
-
|
14044
|
-
/**
|
14045
|
-
* Props for {@link UnsupportedOperatingSystem} UI
|
14046
|
-
*
|
14047
|
-
* @beta
|
14048
|
-
*/
|
14049
|
-
export declare interface UnsupportedOperatingSystemProps {
|
14050
|
-
/** Handler to perform a action when the help link is actioned */
|
14051
|
-
onTroubleshootingClick?: () => void;
|
14052
|
-
/** String overrides for the component */
|
14053
|
-
strings?: UnsupportedOperatingSystemStrings;
|
14054
|
-
}
|
14055
|
-
|
14056
|
-
/**
|
14057
|
-
* Strings for UnsupportedBrowser component
|
14058
|
-
*
|
14059
|
-
* @beta
|
14060
|
-
*/
|
14061
|
-
export declare interface UnsupportedOperatingSystemStrings {
|
14062
|
-
/** String for the primary text */
|
14063
|
-
primaryText: string;
|
14064
|
-
/** String for the secondary text */
|
14065
|
-
secondaryText: string;
|
14066
|
-
/** String to display in the text for the help link */
|
14067
|
-
moreHelpLinkText: string;
|
14068
|
-
}
|
14069
|
-
|
14070
12555
|
/**
|
14071
12556
|
* @public
|
14072
12557
|
* Callback function run when a message is updated.
|
14073
12558
|
*/
|
14074
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string
|
14075
|
-
|
14076
|
-
/**
|
14077
|
-
* Result payload for uploading an image.
|
14078
|
-
*
|
14079
|
-
* @beta
|
14080
|
-
*/
|
14081
|
-
export declare type UploadChatImageResult = {
|
14082
|
-
/** Id of the image. */
|
14083
|
-
id: string;
|
14084
|
-
/** The type of attachment. */
|
14085
|
-
attachmentType?: 'image' | 'file' | 'unknown';
|
14086
|
-
/** The name including file extension type of the attachment. */
|
14087
|
-
name?: string;
|
14088
|
-
};
|
12559
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
14089
12560
|
|
14090
12561
|
/**
|
14091
12562
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -14259,7 +12730,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
|
|
14259
12730
|
*
|
14260
12731
|
* @public
|
14261
12732
|
*/
|
14262
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs
|
12733
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
14263
12734
|
|
14264
12735
|
/**
|
14265
12736
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -14410,7 +12881,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
14410
12881
|
/**
|
14411
12882
|
* @public
|
14412
12883
|
*/
|
14413
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' |
|
12884
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'togetherMode' | 'focusedContent';
|
14414
12885
|
|
14415
12886
|
/**
|
14416
12887
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -14447,8 +12918,6 @@ export declare type VideoGalleryParticipant = {
|
|
14447
12918
|
isScreenSharingOn?: boolean;
|
14448
12919
|
/** Whether participant is spotlighted **/
|
14449
12920
|
spotlight?: Spotlight;
|
14450
|
-
/** Signal strength of the participant, range from 1 to 3, lower means better connection **/
|
14451
|
-
signalStrength?: number;
|
14452
12921
|
/** Media audio video access states **/
|
14453
12922
|
mediaAccess?: MediaAccess;
|
14454
12923
|
/** Attendee can have audio be forbidden **/
|
@@ -15041,8 +13510,6 @@ export declare interface VideoTileStrings {
|
|
15041
13510
|
participantStateRinging: string;
|
15042
13511
|
/** String for displaying the Hold state of the remote participant */
|
15043
13512
|
participantStateHold: string;
|
15044
|
-
/** String for displaying the reconnecting state of the remote participant */
|
15045
|
-
participantReconnecting?: string;
|
15046
13513
|
/** String for the announcement of the muted state of the participant when muted */
|
15047
13514
|
moreOptionsParticipantMutedStateMutedAriaLabel: string;
|
15048
13515
|
/** String for the announcement of the unmuted state of the participant when unmuted */
|