@azure/communication-react 1.28.0 → 1.29.0-alpha-202506140018
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/README.md +2 -2
- package/dist/communication-react.d.ts +1576 -35
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-CHbGkvBl.js +290 -0
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-CHbGkvBl.js.map +1 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-YgSX8Sn5.js +51 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-YgSX8Sn5.js.map +1 -0
- package/dist/dist-cjs/communication-react/index-DC-3aVb5.js +47760 -0
- package/dist/dist-cjs/communication-react/index-DC-3aVb5.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +177 -40155
- 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 +13 -0
- 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 +5 -0
- package/dist/dist-esm/acs-ui-common/src/constants.js +6 -0
- 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/dataConversion.d.ts +6 -0
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js +21 -0
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js.map +1 -0
- package/dist/dist-esm/acs-ui-common/src/identifier.js +4 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts +4 -0
- package/dist/dist-esm/acs-ui-common/src/index.js +6 -0
- 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/removeImageTags.d.ts +7 -0
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.js +18 -0
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.js.map +1 -0
- 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.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 +6 -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 +3 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +18 -8
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +37 -14
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +21 -53
- 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 +2 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +84 -81
- 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 +1 -5
- 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 +31 -6
- 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 +8 -2
- 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 +35 -59
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +1 -0
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +33 -10
- 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 +6 -3
- 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 +18 -7
- 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 +11 -9
- 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 +23 -13
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +27 -6
- 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 +12 -8
- 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 +66 -71
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +63 -2
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +6 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +82 -38
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +7 -8
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +102 -111
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js +3 -12
- 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 +4 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +39 -12
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js +6 -2
- 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 +14 -24
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +63 -75
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +14 -16
- 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 +6 -21
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +17 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +36 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +1 -0
- 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 +1 -3
- 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 +1 -0
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +11 -0
- 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.js +71 -64
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +23 -21
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +8 -11
- 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 +17 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +14 -16
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +10 -4
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js.map +1 -1
- 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 +1 -0
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +34 -3
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +6 -7
- 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 +2 -0
- 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 +6 -2
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +60 -8
- 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 +3 -2
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +6 -0
- 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 +68 -18
- 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 +3 -7
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +3 -1
- 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/getImageAttachmentsFromHTMLContent.d.ts +6 -0
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js +23 -0
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js.map +1 -0
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +10 -3
- 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 +15 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +16 -22
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +11 -12
- 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 +4 -16
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +57 -67
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +114 -128
- 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 +1 -0
- 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 +27 -0
- package/dist/dist-esm/communication-react/src/index.js +12 -0
- 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 +3 -6
- 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 +4 -10
- 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 +2 -0
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +15 -6
- 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 +21 -18
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.js +13 -20
- 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 +34 -29
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +38 -20
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +2 -5
- 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 +38 -22
- 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 +13 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +30 -24
- 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 +11 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +63 -27
- 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 +9 -5
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +10 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +15 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +8 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +39 -9
- 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 +2 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +47 -12
- 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 +4 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +62 -29
- 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 +22 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +20 -0
- 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/ChatMessageComponentAsRichTextEditBox.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +288 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +23 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +50 -6
- 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 +8 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +61 -16
- 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 +80 -15
- 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 +7 -4
- 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 +10 -14
- package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +14 -4
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +5 -16
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +69 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +37 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +75 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +58 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +15 -14
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +105 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +86 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +86 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +32 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +19 -27
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js +12 -48
- 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 +45 -51
- 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 +2 -6
- 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 +11 -9
- 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 +11 -23
- 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 +6 -4
- 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 +11 -5
- 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 +12 -13
- package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +9 -5
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +2 -6
- 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 +7 -9
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js +13 -14
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js +26 -39
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js +5 -7
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js +3 -10
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +23 -7
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +3 -5
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +40 -22
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +15 -23
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +6 -14
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +121 -0
- package/dist/dist-esm/react-components/src/components/MentionPopover.js +126 -0
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -0
- 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 +20 -33
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +84 -6
- package/dist/dist-esm/react-components/src/components/MessageThread.js +116 -49
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +16 -17
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +95 -102
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Notification.js +6 -14
- package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.js +12 -9
- package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +21 -22
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +63 -47
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +46 -32
- 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 +2 -4
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +6 -14
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.js +24 -23
- 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 +3 -7
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +25 -16
- 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/RichTextEditor/Plugins/ContextMenuPlugin.d.ts +9 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js +29 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +30 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +112 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +19 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +41 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +42 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +66 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +20 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +45 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.d.ts +14 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js +56 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +30 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +96 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +59 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +380 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +37 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +100 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +215 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +292 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +16 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +77 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.d.ts +9 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.js +18 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +19 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +240 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +49 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +67 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +6 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +13 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +6 -14
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +47 -1
- package/dist/dist-esm/react-components/src/components/SendBox.js +103 -12
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +56 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +91 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +14 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +20 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +2 -4
- 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 +14 -3
- 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 +10 -3
- 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 +2 -4
- package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +595 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +152 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +821 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js +31 -26
- 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 +9 -6
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +20 -0
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +19 -39
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +3 -1
- 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 +9 -13
- 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 +8 -22
- 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 +6 -2
- 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 +19 -8
- 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 +15 -13
- 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 +41 -17
- 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/LargeGalleryLayout.d.ts +17 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +99 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +1 -0
- 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 +6 -4
- 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 +17 -11
- 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 +29 -24
- 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 +8 -6
- 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 +2 -4
- 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 +34 -10
- 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.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js +7 -3
- 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 +1 -6
- 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 +9 -34
- 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 +2 -11
- 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 +1 -5
- 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 +1 -3
- 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 +10 -11
- 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 +22 -28
- 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 +12 -5
- 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 +57 -73
- 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 +39 -31
- 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 +144 -29
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/VideoTile.js +60 -77
- 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 +21 -0
- package/dist/dist-esm/react-components/src/components/index.js +15 -0
- 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/BrowserPermissionDenied.styles.d.ts +58 -0
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +144 -0
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +5 -9
- 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 +3 -10
- 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 +2 -5
- 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 +2 -5
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +26 -0
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +69 -0
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +1 -0
- 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 +13 -10
- 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 +6 -4
- 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 +1 -3
- 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/RichTextEditor.styles.d.ts +82 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +303 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +21 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +34 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +2 -10
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +38 -0
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +99 -0
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +5 -0
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +32 -0
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -6
- 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 +9 -6
- 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 +1 -2
- 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/UnsupportedEnvironment.styles.d.ts +26 -0
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +69 -0
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +1 -2
- 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 +5 -19
- 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 +42 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +53 -3
- 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 +4 -2
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +29 -6
- 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 +1 -4
- 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/RichTextEditorUtils.d.ts +73 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +186 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +33 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +127 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +47 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +169 -5
- 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 +4 -0
- 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 +2 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +2 -5
- 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/merge.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/utils/merge.js +16 -0
- package/dist/dist-esm/react-components/src/components/utils/merge.js.map +1 -0
- 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 +10 -3
- 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 +10 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +33 -27
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +8 -6
- 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 +4 -0
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +5 -1
- 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 +1 -0
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +54 -0
- 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/en-US/strings.json +1 -0
- 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 +1 -3
- 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 +3 -5
- 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 +15 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +25 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +128 -14
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +6 -0
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +25 -0
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +1 -0
- 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 +6 -0
- package/dist/dist-esm/react-components/src/theming/themes.js +10 -0
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -7
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/Attachment.d.ts +13 -0
- 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 +20 -1
- 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.map +1 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +2 -0
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -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 +72 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +84 -52
- 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 +39 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +150 -62
- 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 +6 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +7 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +4 -2
- 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 +1 -3
- 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 +2 -0
- 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 +82 -41
- 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 +36 -60
- 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/CallReadinessModal.d.ts +49 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +220 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +10 -18
- 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 +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +21 -0
- 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 +22 -4
- 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 +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +21 -0
- 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 +5 -4
- 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 +34 -23
- 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 +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +42 -24
- 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 +32 -31
- 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 +69 -41
- 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 +10 -32
- 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 +29 -11
- 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 +231 -196
- 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 +7 -5
- 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 +3 -5
- 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 +3 -1
- 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 +10 -7
- 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 +27 -15
- 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 +3 -1
- 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 +5 -2
- 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 +4 -12
- 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 +3 -1
- 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 +72 -37
- 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 +3 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +18 -30
- 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 +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +121 -19
- 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 +5 -13
- 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 +15 -7
- 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 +18 -8
- 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 +21 -22
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +54 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +1 -0
- 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 +2 -1
- 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.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 +1 -4
- 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 +3 -1
- 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 +10 -4
- 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 +10 -2
- 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 +2 -6
- 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 +43 -31
- 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 +1 -2
- 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 +2 -5
- 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 +2 -9
- 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 +13 -11
- 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 +1 -2
- 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 +6 -24
- 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 +10 -12
- 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 +19 -7
- 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 +4 -2
- 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 +12 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +115 -22
- 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 +15 -5
- 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 +65 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +97 -23
- 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 +9 -7
- 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 +6 -9
- 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 +11 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +105 -39
- 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 +22 -3
- 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 +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +7 -1
- 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 +10 -4
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +26 -4
- 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 +8 -0
- 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/AttachmentDownloadErrorBar.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +27 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +10 -2
- 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 +3 -5
- 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 +2 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +298 -27
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +18 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +18 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +49 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +48 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +39 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +275 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +20 -0
- 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 +6 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +83 -35
- 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 +12 -2
- 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 +28 -11
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/OnFetchProfileCallback.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +80 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +41 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.d.ts +38 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +80 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +5 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +1 -3
- 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 +27 -3
- 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 +2 -0
- 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 +4 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +6 -0
- 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 +2 -6
- 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 +9 -17
- 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 +24 -25
- 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 +7 -3
- 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 +5 -14
- 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 +12 -14
- 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 +9 -23
- 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 +3 -5
- 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 -16
- 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 +1 -5
- 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 +71 -48
- 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 +39 -37
- 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 +137 -100
- 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 +2 -4
- 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 +5 -7
- 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 +117 -150
- 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 +5 -7
- 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 +11 -9
- 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 +23 -12
- 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 +14 -10
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +10 -0
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +20 -0
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +48 -2
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +39 -0
- 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 +8 -16
- 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 +19 -34
- 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 +11 -8
- 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 +18 -13
- 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 +5 -0
- package/dist/dist-esm/react-composites/src/composites/common/constants.js +6 -0
- 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 +34 -2
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +7 -3
- 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 +1 -3
- 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 +1 -3
- 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 +4 -10
- 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 +11 -44
- 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 +6 -29
- 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 +4 -22
- 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 +15 -13
- 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 +19 -14
- 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/package.json +7 -7
@@ -17,6 +17,7 @@ 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';
|
20
21
|
import { CallKind } from '@azure/communication-calling';
|
21
22
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
22
23
|
import { CallSurvey } from '@azure/communication-calling';
|
@@ -38,6 +39,9 @@ import type { CommunicationUserKind } from '@azure/communication-common';
|
|
38
39
|
import { CreateViewOptions } from '@azure/communication-calling';
|
39
40
|
import { DeviceAccess } from '@azure/communication-calling';
|
40
41
|
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';
|
41
45
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
42
46
|
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
43
47
|
import { EnvironmentInfo } from '@azure/communication-calling';
|
@@ -50,6 +54,7 @@ import { IContextualMenuProps } from '@fluentui/react';
|
|
50
54
|
import { IContextualMenuStyles } from '@fluentui/react';
|
51
55
|
import { IIconProps } from '@fluentui/react';
|
52
56
|
import { IIconStyles } from '@fluentui/react';
|
57
|
+
import { ILinkStyles } from '@fluentui/react';
|
53
58
|
import { IMessageBarProps } from '@fluentui/react';
|
54
59
|
import { IncomingCall } from '@azure/communication-calling';
|
55
60
|
import { IncomingCallKind } from '@azure/communication-calling';
|
@@ -63,12 +68,15 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
|
|
63
68
|
import { ITextFieldStyles } from '@fluentui/react';
|
64
69
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
65
70
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
71
|
+
import { LocalRecordingInfo } from '@azure/communication-calling';
|
66
72
|
import { LocalVideoStream } from '@azure/communication-calling';
|
67
73
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
74
|
+
import type { MediaDiagnosticType } from '@azure/communication-calling';
|
68
75
|
import { MediaStreamType } from '@azure/communication-calling';
|
69
76
|
import { MicrosoftTeamsAppIdentifier } from '@azure/communication-common';
|
70
77
|
import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
71
78
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
79
|
+
import type { NetworkDiagnosticType } from '@azure/communication-calling';
|
72
80
|
import { PartialTheme } from '@fluentui/react';
|
73
81
|
import { ParticipantCapabilities } from '@azure/communication-calling';
|
74
82
|
import { ParticipantInfo } from '@azure/communication-calling';
|
@@ -84,17 +92,20 @@ import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
|
84
92
|
import { ReactionMessage } from '@azure/communication-calling';
|
85
93
|
import { RealTimeTextInfo as RealTimeTextInfo_2 } from '@azure/communication-calling';
|
86
94
|
import { RealTimeTextResultType } from '@azure/communication-calling';
|
95
|
+
import { RecordingInfo } from '@azure/communication-calling';
|
87
96
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
88
97
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
89
98
|
import { RoomCallLocator } from '@azure/communication-calling';
|
90
99
|
import { ScalingMode } from '@azure/communication-calling';
|
91
100
|
import { SendMessageOptions } from '@azure/communication-chat';
|
101
|
+
import type { ServerDiagnosticType } from '@azure/communication-calling';
|
92
102
|
import { SpotlightedParticipant } from '@azure/communication-calling';
|
93
103
|
import { StartCallOptions } from '@azure/communication-calling';
|
94
104
|
import { StartCaptionsOptions } from '@azure/communication-calling';
|
95
105
|
import { TeamsCall } from '@azure/communication-calling';
|
96
106
|
import { TeamsCallAgent } from '@azure/communication-calling';
|
97
107
|
import { TeamsCallInfo } from '@azure/communication-calling';
|
108
|
+
import { TeamsExtensionUserIdentifier } from '@azure/communication-common';
|
98
109
|
import { TeamsIncomingCall } from '@azure/communication-calling';
|
99
110
|
import { TeamsMeetingIdLocator } from '@azure/communication-calling';
|
100
111
|
import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
|
@@ -273,6 +284,40 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
273
284
|
*/
|
274
285
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
275
286
|
|
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
|
+
|
276
321
|
/**
|
277
322
|
* Data model that represents a chat message attachment
|
278
323
|
* where it contains an ID to uniquely identify the attachment,
|
@@ -296,6 +341,150 @@ export declare interface AttachmentMetadata {
|
|
296
341
|
url: string;
|
297
342
|
}
|
298
343
|
|
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
|
+
|
299
488
|
/**
|
300
489
|
* Custom data attributes for displaying avatar for a user.
|
301
490
|
*
|
@@ -487,6 +676,26 @@ export declare interface BaseCustomStyles {
|
|
487
676
|
root?: IStyle;
|
488
677
|
}
|
489
678
|
|
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
|
+
|
490
699
|
/**
|
491
700
|
* Breakout rooms state
|
492
701
|
*
|
@@ -501,6 +710,136 @@ export declare interface BreakoutRoomsState {
|
|
501
710
|
breakoutRoomDisplayName?: string;
|
502
711
|
}
|
503
712
|
|
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
|
+
|
504
843
|
/**
|
505
844
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
506
845
|
*
|
@@ -795,6 +1134,10 @@ export declare interface CallAdapterCallOperations {
|
|
795
1134
|
* @public
|
796
1135
|
*/
|
797
1136
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1137
|
+
/**
|
1138
|
+
* Continues into a call when the browser version is not supported.
|
1139
|
+
*/
|
1140
|
+
allowUnsupportedBrowserVersion(): void;
|
798
1141
|
/**
|
799
1142
|
* Function to Start captions
|
800
1143
|
* @param options - options for start captions
|
@@ -1100,7 +1443,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
1100
1443
|
*
|
1101
1444
|
* @public
|
1102
1445
|
*/
|
1103
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
|
1446
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
|
1104
1447
|
|
1105
1448
|
/**
|
1106
1449
|
* {@link CommonCallAdapter} state.
|
@@ -1323,6 +1666,7 @@ export declare interface CallAdapterSubscribers {
|
|
1323
1666
|
export declare type CallAdapterUiState = {
|
1324
1667
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1325
1668
|
page: CallCompositePage;
|
1669
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
1326
1670
|
};
|
1327
1671
|
|
1328
1672
|
/**
|
@@ -1366,7 +1710,7 @@ export declare interface CallAgentState {
|
|
1366
1710
|
*/
|
1367
1711
|
export declare interface CallAndChatLocator {
|
1368
1712
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1369
|
-
callLocator: GroupCallLocator;
|
1713
|
+
callLocator: GroupCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator;
|
1370
1714
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1371
1715
|
chatThreadId: string;
|
1372
1716
|
}
|
@@ -1636,6 +1980,56 @@ export declare type CallCompositeOptions = {
|
|
1636
1980
|
* @defaultValue true
|
1637
1981
|
*/
|
1638
1982
|
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;
|
1639
2033
|
/**
|
1640
2034
|
* Remote participant video tile menu options
|
1641
2035
|
*/
|
@@ -1776,7 +2170,7 @@ export declare type CallCompositeOptions = {
|
|
1776
2170
|
*
|
1777
2171
|
* @public
|
1778
2172
|
*/
|
1779
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest' | 'returningFromBreakoutRoom';
|
2173
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | 'transferring' | 'badRequest' | 'returningFromBreakoutRoom';
|
1780
2174
|
|
1781
2175
|
/**
|
1782
2176
|
* Props for {@link CallComposite}.
|
@@ -2890,7 +3284,7 @@ export declare type CallErrors = {
|
|
2890
3284
|
*
|
2891
3285
|
* @public
|
2892
3286
|
*/
|
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';
|
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' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallClient.dispose' | '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' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admit' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.rejectParticipant' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admitAll' | 'Call.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
|
2894
3288
|
|
2895
3289
|
/**
|
2896
3290
|
* Represents the name of the call feature stream
|
@@ -2981,7 +3375,7 @@ export declare type CallingHandlersOptions = {
|
|
2981
3375
|
*
|
2982
3376
|
* @public
|
2983
3377
|
*/
|
2984
|
-
export declare type CallingReturnProps<Component extends (props: any) => JSX.Element> = GetCallingSelector<Component> extends (
|
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;
|
2985
3379
|
|
2986
3380
|
/**
|
2987
3381
|
* @public
|
@@ -3061,6 +3455,23 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
3061
3455
|
mediaAccess?: MediaAccess;
|
3062
3456
|
};
|
3063
3457
|
|
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
|
+
|
3064
3475
|
/**
|
3065
3476
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
3066
3477
|
*
|
@@ -3165,6 +3576,10 @@ export declare interface CallState {
|
|
3165
3576
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
3166
3577
|
*/
|
3167
3578
|
recording: RecordingCallFeature;
|
3579
|
+
/**
|
3580
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3581
|
+
*/
|
3582
|
+
localRecording: LocalRecordingCallFeatureState;
|
3168
3583
|
/**
|
3169
3584
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
3170
3585
|
*
|
@@ -3225,6 +3640,10 @@ export declare interface CallState {
|
|
3225
3640
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
3226
3641
|
*/
|
3227
3642
|
role?: ParticipantRole;
|
3643
|
+
/**
|
3644
|
+
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3645
|
+
*/
|
3646
|
+
totalParticipantCount?: number;
|
3228
3647
|
/**
|
3229
3648
|
* Transfer state of call
|
3230
3649
|
*/
|
@@ -3244,7 +3663,7 @@ export declare interface CallState {
|
|
3244
3663
|
/**
|
3245
3664
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
3246
3665
|
*/
|
3247
|
-
info?: TeamsCallInfo;
|
3666
|
+
info?: TeamsCallInfo | /* @conditional-compile-remove(calling-beta-sdk) */ CallInfo;
|
3248
3667
|
/**
|
3249
3668
|
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
3250
3669
|
*/
|
@@ -3381,7 +3800,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3381
3800
|
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
3382
3801
|
* @public
|
3383
3802
|
*/
|
3384
|
-
startCall(participants: (MicrosoftTeamsAppIdentifier | PhoneNumberIdentifier | CommunicationUserIdentifier | MicrosoftTeamsUserIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
|
3803
|
+
startCall(participants: (MicrosoftTeamsAppIdentifier | PhoneNumberIdentifier | CommunicationUserIdentifier | MicrosoftTeamsUserIdentifier | /* @conditional-compile-remove(calling-beta-sdk) */ TeamsExtensionUserIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
|
3385
3804
|
/**
|
3386
3805
|
* Start sharing the screen during a call.
|
3387
3806
|
*
|
@@ -3586,7 +4005,19 @@ export declare interface CallWithChatAdapterManagement {
|
|
3586
4005
|
*
|
3587
4006
|
* @public
|
3588
4007
|
*/
|
3589
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
4008
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
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>;
|
3590
4021
|
/**
|
3591
4022
|
* Send a read receipt for a message.
|
3592
4023
|
*
|
@@ -3604,7 +4035,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3604
4035
|
*
|
3605
4036
|
* @public
|
3606
4037
|
*/
|
3607
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
4038
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
3608
4039
|
/**
|
3609
4040
|
* Delete a message in the thread.
|
3610
4041
|
*
|
@@ -3649,6 +4080,10 @@ export declare interface CallWithChatAdapterManagement {
|
|
3649
4080
|
* @public
|
3650
4081
|
*/
|
3651
4082
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
4083
|
+
/**
|
4084
|
+
* Continues into a call when the browser version is not supported.
|
4085
|
+
*/
|
4086
|
+
allowUnsupportedBrowserVersion(): void;
|
3652
4087
|
/**
|
3653
4088
|
* Function to Start captions
|
3654
4089
|
* @param options - options for start captions
|
@@ -3848,6 +4283,14 @@ export declare interface CallWithChatAdapterUiState {
|
|
3848
4283
|
* @public
|
3849
4284
|
*/
|
3850
4285
|
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;
|
3851
4294
|
}
|
3852
4295
|
|
3853
4296
|
/**
|
@@ -4051,6 +4494,62 @@ export declare type CallWithChatCompositeOptions = {
|
|
4051
4494
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
4052
4495
|
*/
|
4053
4496
|
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;
|
4054
4553
|
/**
|
4055
4554
|
* Remote participant video tile menu options
|
4056
4555
|
*/
|
@@ -4157,6 +4656,13 @@ export declare type CallWithChatCompositeOptions = {
|
|
4157
4656
|
*/
|
4158
4657
|
hideSpotlightButtons?: boolean;
|
4159
4658
|
};
|
4659
|
+
/**
|
4660
|
+
* Enables rich text editor for the send and edit boxes
|
4661
|
+
* @defaultValue `false`
|
4662
|
+
*
|
4663
|
+
* @beta
|
4664
|
+
*/
|
4665
|
+
richTextEditor?: boolean;
|
4160
4666
|
/**
|
4161
4667
|
* Options for settings related to joining a call.
|
4162
4668
|
*/
|
@@ -4413,11 +4919,40 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
4413
4919
|
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';
|
4414
4920
|
|
4415
4921
|
/**
|
4416
|
-
*
|
4417
|
-
*
|
4418
|
-
* Can be used with {@link ControlBar}.
|
4922
|
+
* @beta
|
4419
4923
|
*
|
4420
|
-
*
|
4924
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
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
|
4421
4956
|
*/
|
4422
4957
|
export declare const CameraButton: (props: CameraButtonProps) => JSX.Element;
|
4423
4958
|
|
@@ -4572,6 +5107,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
4572
5107
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
4573
5108
|
}
|
4574
5109
|
|
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
|
+
|
4575
5135
|
/**
|
4576
5136
|
* @public
|
4577
5137
|
* Callback function run when a message edit is cancelled.
|
@@ -5207,7 +5767,15 @@ export declare interface ChatAdapterThreadManagement {
|
|
5207
5767
|
* Send a message in the thread.
|
5208
5768
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
5209
5769
|
*/
|
5210
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
5770
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
5771
|
+
/**
|
5772
|
+
* Upload an inline image for a message.
|
5773
|
+
*/
|
5774
|
+
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
5775
|
+
/**
|
5776
|
+
* Delete an inline image for a message.
|
5777
|
+
*/
|
5778
|
+
deleteImage(imageId: string): Promise<void>;
|
5211
5779
|
/**
|
5212
5780
|
* Send a read receipt for a message.
|
5213
5781
|
*/
|
@@ -5228,7 +5796,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5228
5796
|
* Update a message content.
|
5229
5797
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
5230
5798
|
*/
|
5231
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
5799
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
5232
5800
|
/**
|
5233
5801
|
* Delete a message in the thread.
|
5234
5802
|
*/
|
@@ -5366,6 +5934,7 @@ export declare type ChatCompositeIcons = {
|
|
5366
5934
|
ParticipantItemOptionsHovered?: JSX.Element;
|
5367
5935
|
SendBoxSend?: JSX.Element;
|
5368
5936
|
SendBoxSendHovered?: JSX.Element;
|
5937
|
+
SendBoxAttachFile?: JSX.Element;
|
5369
5938
|
};
|
5370
5939
|
|
5371
5940
|
/**
|
@@ -5413,6 +5982,13 @@ export declare type ChatCompositeOptions = {
|
|
5413
5982
|
* @defaultValue true
|
5414
5983
|
*/
|
5415
5984
|
errorBar?: boolean;
|
5985
|
+
/**
|
5986
|
+
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
5987
|
+
* @defaultValue false
|
5988
|
+
*
|
5989
|
+
* @beta
|
5990
|
+
*/
|
5991
|
+
participantPane?: boolean;
|
5416
5992
|
/**
|
5417
5993
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
5418
5994
|
* @defaultValue true
|
@@ -5423,6 +5999,19 @@ export declare type ChatCompositeOptions = {
|
|
5423
5999
|
* When undefined nothing has focus on render
|
5424
6000
|
*/
|
5425
6001
|
autoFocus?: 'sendBoxTextField';
|
6002
|
+
/**
|
6003
|
+
* Properties for configuring the File Sharing feature.
|
6004
|
+
* If undefined, file sharing feature will be disabled.
|
6005
|
+
* @beta
|
6006
|
+
*/
|
6007
|
+
attachmentOptions?: AttachmentOptions;
|
6008
|
+
/**
|
6009
|
+
* Enables rich text editor for the send and edit boxes
|
6010
|
+
* @defaultValue `false`
|
6011
|
+
*
|
6012
|
+
* @beta
|
6013
|
+
*/
|
6014
|
+
richTextEditor?: boolean;
|
5426
6015
|
};
|
5427
6016
|
|
5428
6017
|
/**
|
@@ -5450,6 +6039,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
5450
6039
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
5451
6040
|
*/
|
5452
6041
|
options?: ChatCompositeOptions;
|
6042
|
+
/**
|
6043
|
+
* Optimizes the composite form factor for either desktop or mobile.
|
6044
|
+
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
6045
|
+
* @defaultValue 'desktop'
|
6046
|
+
*/
|
6047
|
+
formFactor?: 'desktop' | 'mobile';
|
5453
6048
|
}
|
5454
6049
|
|
5455
6050
|
/**
|
@@ -5464,6 +6059,26 @@ export declare interface ChatCompositeStrings {
|
|
5464
6059
|
* Chat list header text
|
5465
6060
|
*/
|
5466
6061
|
chatListHeader: string;
|
6062
|
+
/**
|
6063
|
+
* Upload Attachment Button text
|
6064
|
+
*/
|
6065
|
+
uploadAttachment: string;
|
6066
|
+
/**
|
6067
|
+
* Error Message for image data is not provided for image upload
|
6068
|
+
*/
|
6069
|
+
uploadImageDataNotProvided: string;
|
6070
|
+
/**
|
6071
|
+
* Error Message for upload image is too large
|
6072
|
+
*/
|
6073
|
+
uploadImageIsTooLarge: string;
|
6074
|
+
/**
|
6075
|
+
* Error Message for unsupported image extension for image upload
|
6076
|
+
*/
|
6077
|
+
uploadImageExtensionIsNotAllowed: string;
|
6078
|
+
/**
|
6079
|
+
* Error Message for unable to upload image
|
6080
|
+
*/
|
6081
|
+
uploadImageFailed: string;
|
5467
6082
|
}
|
5468
6083
|
|
5469
6084
|
/**
|
@@ -5512,7 +6127,7 @@ export declare type ChatErrors = {
|
|
5512
6127
|
*
|
5513
6128
|
* @public
|
5514
6129
|
*/
|
5515
|
-
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';
|
6130
|
+
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' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.updateProperties' | 'ChatThreadClient.updateTopic' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.uploadImage' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.deleteImage';
|
5516
6131
|
|
5517
6132
|
/**
|
5518
6133
|
* Object containing all the handlers required for chat components.
|
@@ -5523,13 +6138,15 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
5523
6138
|
* @public
|
5524
6139
|
*/
|
5525
6140
|
export declare type ChatHandlers = {
|
5526
|
-
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
6141
|
+
onSendMessage: (content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions) => Promise<void>;
|
6142
|
+
onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
|
6143
|
+
onDeleteImage: (imageId: string) => Promise<void>;
|
5527
6144
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
5528
6145
|
onTyping: () => Promise<void>;
|
5529
6146
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
5530
6147
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
5531
6148
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
5532
|
-
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
6149
|
+
onUpdateMessage: (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
5533
6150
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
5534
6151
|
};
|
5535
6152
|
|
@@ -5572,6 +6189,12 @@ export declare interface ChatMessage extends MessageCommon {
|
|
5572
6189
|
attachments?: AttachmentMetadata[];
|
5573
6190
|
}
|
5574
6191
|
|
6192
|
+
/**
|
6193
|
+
* @beta
|
6194
|
+
* Type of the message content, either 'text' or 'html'.
|
6195
|
+
*/
|
6196
|
+
export declare type ChatMessageType = 'text' | 'html';
|
6197
|
+
|
5575
6198
|
/**
|
5576
6199
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
5577
6200
|
* client-side only metadata for chat messages.
|
@@ -5613,7 +6236,7 @@ export declare type ChatProfile = {
|
|
5613
6236
|
*
|
5614
6237
|
* @public
|
5615
6238
|
*/
|
5616
|
-
export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends (
|
6239
|
+
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;
|
5617
6240
|
|
5618
6241
|
/**
|
5619
6242
|
* A {@link React.Context} that stores a {@link @azure/communication-chat#ChatThreadClient}.
|
@@ -5690,6 +6313,8 @@ export declare type ChatThreadClientState = {
|
|
5690
6313
|
*/
|
5691
6314
|
export declare type ChatThreadProperties = {
|
5692
6315
|
topic?: string;
|
6316
|
+
createdBy?: CommunicationIdentifierKind;
|
6317
|
+
messagingPolicy?: MessagingPolicy;
|
5693
6318
|
};
|
5694
6319
|
|
5695
6320
|
/**
|
@@ -5961,6 +6586,7 @@ export declare interface CommonCallingHandlers {
|
|
5961
6586
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
5962
6587
|
onRemoveParticipant(userId: string): Promise<void>;
|
5963
6588
|
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
6589
|
+
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
5964
6590
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
5965
6591
|
onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
|
5966
6592
|
onRejectCall: (incomingCallId: string) => Promise<void>;
|
@@ -6047,6 +6673,39 @@ export declare type CommonProperties<A, B> = {
|
|
6047
6673
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
6048
6674
|
}[keyof A & keyof B];
|
6049
6675
|
|
6676
|
+
/**
|
6677
|
+
* @beta
|
6678
|
+
* Props for SitePermissions components.
|
6679
|
+
*/
|
6680
|
+
export declare interface CommonSitePermissionsProps {
|
6681
|
+
/**
|
6682
|
+
* Name of application calling experience is in.
|
6683
|
+
*/
|
6684
|
+
appName: string;
|
6685
|
+
/**
|
6686
|
+
* Kind of the Site Permissions component.
|
6687
|
+
*/
|
6688
|
+
kind: 'request' | 'denied' | 'check';
|
6689
|
+
/**
|
6690
|
+
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
6691
|
+
*/
|
6692
|
+
browserHint?: 'safari' | 'unset';
|
6693
|
+
/**
|
6694
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
6695
|
+
* If this is not provided the button will not be shown.
|
6696
|
+
*/
|
6697
|
+
onTroubleshootingClick?: () => void;
|
6698
|
+
/**
|
6699
|
+
* Action that is taken when the user clicks the continue anyway button.
|
6700
|
+
* If this is not provided the button will not be shown.
|
6701
|
+
*/
|
6702
|
+
onContinueAnywayClick?: () => void;
|
6703
|
+
/**
|
6704
|
+
* Styles for SitePermissions component.
|
6705
|
+
*/
|
6706
|
+
styles?: SitePermissionsStyles;
|
6707
|
+
}
|
6708
|
+
|
6050
6709
|
/**
|
6051
6710
|
* A Chat or Calling participant's state, as reflected in the UI.
|
6052
6711
|
*
|
@@ -6244,6 +6903,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
6244
6903
|
export declare interface ComponentLocale {
|
6245
6904
|
/** Strings for components */
|
6246
6905
|
strings: ComponentStrings;
|
6906
|
+
/**
|
6907
|
+
* Optional function to provide customized date format.
|
6908
|
+
* @beta
|
6909
|
+
*/
|
6910
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
6247
6911
|
}
|
6248
6912
|
|
6249
6913
|
/**
|
@@ -6293,6 +6957,10 @@ export declare interface ComponentStrings {
|
|
6293
6957
|
typingIndicator: TypingIndicatorStrings;
|
6294
6958
|
/** Strings for SendBox */
|
6295
6959
|
sendBox: SendBoxStrings;
|
6960
|
+
/** Strings for RichTextSendBox */
|
6961
|
+
richTextSendBox: RichTextSendBoxStrings;
|
6962
|
+
/** Strings for MentionPopover */
|
6963
|
+
mentionPopover: MentionPopoverStrings;
|
6296
6964
|
/** Strings for ImageOverlay */
|
6297
6965
|
imageOverlay: ImageOverlayStrings;
|
6298
6966
|
/** Strings for MessageStatusIndicator */
|
@@ -6309,10 +6977,46 @@ export declare interface ComponentStrings {
|
|
6309
6977
|
videoTile: VideoTileStrings;
|
6310
6978
|
/** Strings for HoldButton */
|
6311
6979
|
holdButton: HoldButtonStrings;
|
6980
|
+
/** Strings for a site's permission request prompt */
|
6981
|
+
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6982
|
+
/** Strings for a site's permission request prompt */
|
6983
|
+
CameraSitePermissionsRequest: SitePermissionsStrings;
|
6984
|
+
/** Strings for a site's permission request prompt */
|
6985
|
+
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6986
|
+
/** Strings for a site's permission generic checking prompt */
|
6987
|
+
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6988
|
+
/** Strings for a site's permission generic checking prompt */
|
6989
|
+
CameraSitePermissionsCheck: SitePermissionsStrings;
|
6990
|
+
/** Strings for a site's permission generic checking prompt */
|
6991
|
+
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6992
|
+
/** Strings for a site's permission denied prompt */
|
6993
|
+
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6994
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
6995
|
+
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6996
|
+
/** Strings for a site's permission denied prompt */
|
6997
|
+
CameraSitePermissionsDenied: SitePermissionsStrings;
|
6998
|
+
/** Strings for a site's permission denied prompt */
|
6999
|
+
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
7000
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
7001
|
+
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
7002
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
7003
|
+
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
7004
|
+
/** Strings for unsupported browser UI */
|
7005
|
+
UnsupportedBrowser: UnsupportedBrowserStrings;
|
7006
|
+
/** Strings for unsupported browser version UI */
|
7007
|
+
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
7008
|
+
/** Strings for unsupported browser version UI */
|
7009
|
+
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
7010
|
+
/** Strings for BrowserPemissionDenied */
|
7011
|
+
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
7012
|
+
/** Strings for BrowserPemissionDeniedIOS */
|
7013
|
+
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
6312
7014
|
/**
|
6313
7015
|
* Strings for the VerticalGallery.
|
6314
7016
|
*/
|
6315
7017
|
verticalGallery: VerticalGalleryStrings;
|
7018
|
+
/** Strings for the participant list component */
|
7019
|
+
ParticipantList: ParticipantListStrings;
|
6316
7020
|
/** Strings for the MeetingConferencePhoneInfoModal */
|
6317
7021
|
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
6318
7022
|
IncomingCallNotification: IncomingCallNotificationStrings;
|
@@ -6887,7 +7591,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
6887
7591
|
/**
|
6888
7592
|
* @public
|
6889
7593
|
*/
|
6890
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
7594
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @conditional-compile-remove(teams-identity-support-beta) */ TeamsOutboundCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
6891
7595
|
|
6892
7596
|
/**
|
6893
7597
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -6897,7 +7601,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Pro
|
|
6897
7601
|
*
|
6898
7602
|
* @public
|
6899
7603
|
*/
|
6900
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
7604
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator | /* @conditional-compile-remove(teams-identity-support-beta) */ StartTeamsCallIdentifier[], options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
6901
7605
|
|
6902
7606
|
/**
|
6903
7607
|
* Object returned after creating a local or remote VideoStream.
|
@@ -7138,7 +7842,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7138
7842
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
7139
7843
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
7140
7844
|
ReactionButtonIcon: React_2.JSX.Element;
|
7845
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
7846
|
+
DownloadAttachment: React_2.JSX.Element;
|
7141
7847
|
OpenAttachment: React_2.JSX.Element;
|
7848
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
7849
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
7142
7850
|
EditBoxCancel: React_2.JSX.Element;
|
7143
7851
|
EditBoxSubmit: React_2.JSX.Element;
|
7144
7852
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -7190,6 +7898,13 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7190
7898
|
VideoTileMicOff: React_2.JSX.Element;
|
7191
7899
|
VideoTileCameraOff: React_2.JSX.Element;
|
7192
7900
|
DialpadBackspace: React_2.JSX.Element;
|
7901
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
7902
|
+
SitePermissionCamera: React_2.JSX.Element;
|
7903
|
+
SitePermissionMic: React_2.JSX.Element;
|
7904
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
7905
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
7906
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7907
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7193
7908
|
VideoTilePinned: React_2.JSX.Element;
|
7194
7909
|
ParticipantItemPinned: React_2.JSX.Element;
|
7195
7910
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -7219,6 +7934,20 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7219
7934
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
7220
7935
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
7221
7936
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7937
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7938
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7939
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7940
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7941
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7942
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7943
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7944
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
7945
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7946
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7947
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7948
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7949
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7950
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7222
7951
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
7223
7952
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
7224
7953
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
@@ -7247,6 +7976,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7247
7976
|
ParticipantItemOptionsHovered: JSX.Element;
|
7248
7977
|
SendBoxSend: JSX.Element;
|
7249
7978
|
SendBoxSendHovered: JSX.Element;
|
7979
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
7250
7980
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
7251
7981
|
ControlButtonCameraOff: JSX.Element;
|
7252
7982
|
ControlButtonCameraOn: JSX.Element;
|
@@ -7337,10 +8067,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7337
8067
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
7338
8068
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
7339
8069
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
7340
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
7341
8070
|
ChatMessageOptions: React_2.JSX.Element;
|
7342
8071
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
8072
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
8073
|
+
DownloadAttachment: React_2.JSX.Element;
|
7343
8074
|
OpenAttachment: React_2.JSX.Element;
|
8075
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
8076
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
7344
8077
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
7345
8078
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
7346
8079
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
@@ -7360,6 +8093,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7360
8093
|
ResumeCall: React_2.JSX.Element;
|
7361
8094
|
VideoTileCameraOff: React_2.JSX.Element;
|
7362
8095
|
DialpadBackspace: React_2.JSX.Element;
|
8096
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
8097
|
+
SitePermissionCamera: React_2.JSX.Element;
|
8098
|
+
SitePermissionMic: React_2.JSX.Element;
|
8099
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
8100
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
8101
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
8102
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7363
8103
|
VideoTilePinned: React_2.JSX.Element;
|
7364
8104
|
ParticipantItemPinned: React_2.JSX.Element;
|
7365
8105
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -7376,7 +8116,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7376
8116
|
ControlButtonVideoEffectsOption: React_2.JSX.Element;
|
7377
8117
|
ConfigurationScreenVideoEffectsButton: React_2.JSX.Element;
|
7378
8118
|
CaptionsIcon: React_2.JSX.Element;
|
7379
|
-
CaptionsOffIcon: React_2.JSX.Element;
|
8119
|
+
CaptionsOffIcon: React_2.JSX.Element; /**
|
8120
|
+
* Icons that can be overridden in one of the composites exported by this library.
|
8121
|
+
*
|
8122
|
+
* See {@link ChatCompositeIcons}, {@link CallCompositeIcons} and {@link CallWithChatCompositeIcons} for more targeted types.
|
8123
|
+
*
|
8124
|
+
* @public
|
8125
|
+
*/
|
7380
8126
|
CaptionsSettingsIcon: React_2.JSX.Element;
|
7381
8127
|
ChangeSpokenLanguageIcon: React_2.JSX.Element;
|
7382
8128
|
ChangeCaptionLanguageIcon: React_2.JSX.Element;
|
@@ -7389,6 +8135,20 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7389
8135
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
7390
8136
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
7391
8137
|
VideoTileSpotlighted: React_2.JSX.Element;
|
8138
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
8139
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
8140
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
8141
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
8142
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
8143
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
8144
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
8145
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
8146
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
8147
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
8148
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
8149
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
8150
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
8151
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7392
8152
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
7393
8153
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
7394
8154
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
@@ -7399,6 +8159,36 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7399
8159
|
MinimizeIcon: React_2.JSX.Element;
|
7400
8160
|
};
|
7401
8161
|
|
8162
|
+
/**
|
8163
|
+
* @beta
|
8164
|
+
*
|
8165
|
+
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
8166
|
+
*/
|
8167
|
+
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
8168
|
+
|
8169
|
+
/**
|
8170
|
+
* Device Checks.
|
8171
|
+
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
8172
|
+
*
|
8173
|
+
* @beta
|
8174
|
+
*/
|
8175
|
+
export declare interface DeviceCheckOptions {
|
8176
|
+
/**
|
8177
|
+
* Camera Permission prompts for your call.
|
8178
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
8179
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
8180
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
8181
|
+
*/
|
8182
|
+
camera: 'required' | 'optional' | 'doNotPrompt';
|
8183
|
+
/**
|
8184
|
+
* Microphone permission prompts for your call.
|
8185
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
8186
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
8187
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
8188
|
+
*/
|
8189
|
+
microphone: 'required' | 'optional' | 'doNotPrompt';
|
8190
|
+
}
|
8191
|
+
|
7402
8192
|
/**
|
7403
8193
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
7404
8194
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -8076,7 +8866,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
8076
8866
|
*
|
8077
8867
|
* @public
|
8078
8868
|
*/
|
8079
|
-
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;
|
8869
|
+
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof RichTextSendBox> 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;
|
8080
8870
|
|
8081
8871
|
/**
|
8082
8872
|
* Get the selector for a specified component.
|
@@ -8262,6 +9052,10 @@ export declare interface _Identifiers {
|
|
8262
9052
|
verticalGalleryVideoTile: string;
|
8263
9053
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
8264
9054
|
verticalGalleryPageCounter: string;
|
9055
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
9056
|
+
mentionSuggestionList: string;
|
9057
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
9058
|
+
mentionSuggestionItem: string;
|
8265
9059
|
}
|
8266
9060
|
|
8267
9061
|
/**
|
@@ -8327,6 +9121,13 @@ export declare interface ImageOverlayStrings {
|
|
8327
9121
|
overlayVisibleMessage: string;
|
8328
9122
|
}
|
8329
9123
|
|
9124
|
+
/**
|
9125
|
+
* Preset dark theme for the ImageOverlay component.
|
9126
|
+
*
|
9127
|
+
* @public
|
9128
|
+
*/
|
9129
|
+
export declare const imageOverlayTheme: PartialTheme;
|
9130
|
+
|
8330
9131
|
/**
|
8331
9132
|
* @public
|
8332
9133
|
* This contains a readonly array that returns all the active `incomingCalls`.
|
@@ -8780,6 +9581,28 @@ export declare type LocalizationProviderProps = {
|
|
8780
9581
|
children: React_2.ReactNode;
|
8781
9582
|
};
|
8782
9583
|
|
9584
|
+
/**
|
9585
|
+
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
9586
|
+
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
9587
|
+
*
|
9588
|
+
* @beta
|
9589
|
+
*/
|
9590
|
+
export declare interface LocalRecordingCallFeatureState {
|
9591
|
+
/**
|
9592
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
9593
|
+
*/
|
9594
|
+
isLocalRecordingActive: boolean;
|
9595
|
+
/**
|
9596
|
+
* Contains list of information of started recordings
|
9597
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
9598
|
+
*/
|
9599
|
+
activeLocalRecordings?: LocalRecordingInfo[];
|
9600
|
+
/**
|
9601
|
+
* Contains list of information of stopped recordings
|
9602
|
+
*/
|
9603
|
+
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
9604
|
+
}
|
9605
|
+
|
8783
9606
|
/**
|
8784
9607
|
* @public
|
8785
9608
|
*/
|
@@ -8954,6 +9777,76 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
8954
9777
|
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
8955
9778
|
}
|
8956
9779
|
|
9780
|
+
/**
|
9781
|
+
* Mention's state, as reflected in the UI.
|
9782
|
+
*
|
9783
|
+
* @beta
|
9784
|
+
*/
|
9785
|
+
export declare interface Mention {
|
9786
|
+
/** ID of a mention */
|
9787
|
+
id: string;
|
9788
|
+
/** Display text of a mention */
|
9789
|
+
displayText: string;
|
9790
|
+
/** Optional React element to render an item icon of a mention suggestion */
|
9791
|
+
icon?: JSX.Element;
|
9792
|
+
}
|
9793
|
+
|
9794
|
+
/**
|
9795
|
+
* Options to display suggestions in the mention scenario.
|
9796
|
+
*
|
9797
|
+
* @beta
|
9798
|
+
*/
|
9799
|
+
export declare interface MentionDisplayOptions {
|
9800
|
+
/**
|
9801
|
+
* Optional callback for customizing the mention renderer in a message thread.
|
9802
|
+
*/
|
9803
|
+
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
9804
|
+
}
|
9805
|
+
|
9806
|
+
/**
|
9807
|
+
* Options to lookup suggestions in the mention scenario.
|
9808
|
+
*
|
9809
|
+
* @beta
|
9810
|
+
*/
|
9811
|
+
export declare interface MentionLookupOptions {
|
9812
|
+
/**
|
9813
|
+
* Optional string to set trigger keyword for mention a specific participant.
|
9814
|
+
*
|
9815
|
+
* @defaultValue `@`
|
9816
|
+
*/
|
9817
|
+
trigger?: string;
|
9818
|
+
/**
|
9819
|
+
* Optional callback to fetch a list of mention suggestions base on the query.
|
9820
|
+
*/
|
9821
|
+
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
9822
|
+
/**
|
9823
|
+
* Optional callback to render an item of the mention suggestions list.
|
9824
|
+
*/
|
9825
|
+
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
9826
|
+
}
|
9827
|
+
|
9828
|
+
/**
|
9829
|
+
* Options to lookup suggestions and display mentions in the mention scenario.
|
9830
|
+
*
|
9831
|
+
* @beta
|
9832
|
+
*/
|
9833
|
+
export declare type MentionOptions = {
|
9834
|
+
lookupOptions?: MentionLookupOptions;
|
9835
|
+
displayOptions?: MentionDisplayOptions;
|
9836
|
+
};
|
9837
|
+
|
9838
|
+
/**
|
9839
|
+
* Strings of {@link _MentionPopover} that can be overridden.
|
9840
|
+
*
|
9841
|
+
* @beta
|
9842
|
+
*/
|
9843
|
+
export declare interface MentionPopoverStrings {
|
9844
|
+
/**
|
9845
|
+
* Header text for MentionPopover
|
9846
|
+
*/
|
9847
|
+
mentionPopoverHeader: string;
|
9848
|
+
}
|
9849
|
+
|
8957
9850
|
/**
|
8958
9851
|
* Discriminated union of all messages.
|
8959
9852
|
*
|
@@ -8961,7 +9854,7 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
8961
9854
|
*
|
8962
9855
|
* @public
|
8963
9856
|
*/
|
8964
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
9857
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
|
8965
9858
|
|
8966
9859
|
/**
|
8967
9860
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -9003,6 +9896,20 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
9003
9896
|
*/
|
9004
9897
|
export declare type MessageEditedListener = MessageReceivedListener;
|
9005
9898
|
|
9899
|
+
/**
|
9900
|
+
* @beta
|
9901
|
+
* Message option that defines properties that can be set when
|
9902
|
+
* sending or updating a chat message.
|
9903
|
+
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
9904
|
+
* @property attachments - Attachments that contains file attachments attached to the message.
|
9905
|
+
* @property type - Type of the message content, either 'text' or 'html'.
|
9906
|
+
*/
|
9907
|
+
export declare type MessageOptions = {
|
9908
|
+
metadata?: Record<string, string>;
|
9909
|
+
attachments?: AttachmentMetadata[];
|
9910
|
+
type?: ChatMessageType;
|
9911
|
+
};
|
9912
|
+
|
9006
9913
|
/**
|
9007
9914
|
* Props to render a single message.
|
9008
9915
|
*
|
@@ -9018,7 +9925,7 @@ export declare type MessageProps = {
|
|
9018
9925
|
/**
|
9019
9926
|
* Strings from parent MessageThread component
|
9020
9927
|
*/
|
9021
|
-
strings: MessageThreadStrings
|
9928
|
+
strings: MessageThreadStrings & /* @conditional-compile-remove(rich-text-editor) */ Partial<RichTextStrings>;
|
9022
9929
|
/**
|
9023
9930
|
* Custom CSS styles for chat message container.
|
9024
9931
|
*/
|
@@ -9064,7 +9971,7 @@ export declare type MessageProps = {
|
|
9064
9971
|
* @param options - message options to be included in the message
|
9065
9972
|
*
|
9066
9973
|
*/
|
9067
|
-
onSendMessage?: (content: string) => Promise<void>;
|
9974
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
9068
9975
|
};
|
9069
9976
|
|
9070
9977
|
/**
|
@@ -9196,7 +10103,7 @@ export declare type MessageThreadProps = {
|
|
9196
10103
|
/**
|
9197
10104
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
9198
10105
|
*/
|
9199
|
-
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
10106
|
+
messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
|
9200
10107
|
/**
|
9201
10108
|
* number of participants in the thread
|
9202
10109
|
*/
|
@@ -9277,6 +10184,11 @@ export declare type MessageThreadProps = {
|
|
9277
10184
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
9278
10185
|
*/
|
9279
10186
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
10187
|
+
/**
|
10188
|
+
* Optional callback to render attachments in the message component.
|
10189
|
+
* @beta
|
10190
|
+
*/
|
10191
|
+
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
9280
10192
|
/**
|
9281
10193
|
* Optional callback to edit a message.
|
9282
10194
|
*
|
@@ -9305,7 +10217,7 @@ export declare type MessageThreadProps = {
|
|
9305
10217
|
* @param options - message options to be included in the message
|
9306
10218
|
*
|
9307
10219
|
*/
|
9308
|
-
onSendMessage?: (content: string) => Promise<void>;
|
10220
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
9309
10221
|
/**
|
9310
10222
|
/**
|
9311
10223
|
* Disable editing messages.
|
@@ -9319,11 +10231,32 @@ export declare type MessageThreadProps = {
|
|
9319
10231
|
* Optional strings to override in component
|
9320
10232
|
*/
|
9321
10233
|
strings?: Partial<MessageThreadStrings>;
|
10234
|
+
/**
|
10235
|
+
* @beta
|
10236
|
+
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
10237
|
+
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
10238
|
+
*/
|
10239
|
+
attachmentOptions?: AttachmentOptions;
|
10240
|
+
/**
|
10241
|
+
* Optional function to provide customized date format.
|
10242
|
+
* @beta
|
10243
|
+
*/
|
10244
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
10245
|
+
/**
|
10246
|
+
* Optional props needed to lookup a mention query and display mentions
|
10247
|
+
* @beta
|
10248
|
+
*/
|
10249
|
+
mentionOptions?: MentionOptions;
|
9322
10250
|
/**
|
9323
10251
|
* Optional callback called when an inline image is clicked.
|
9324
10252
|
* @beta
|
9325
10253
|
*/
|
9326
10254
|
inlineImageOptions?: InlineImageOptions;
|
10255
|
+
/**
|
10256
|
+
* Options to enable rich text editor for the edit box.
|
10257
|
+
* @beta
|
10258
|
+
*/
|
10259
|
+
richTextEditorOptions?: RichTextEditBoxOptions;
|
9327
10260
|
};
|
9328
10261
|
|
9329
10262
|
/**
|
@@ -9383,8 +10316,10 @@ export declare interface MessageThreadStrings {
|
|
9383
10316
|
messageContentAriaText: string;
|
9384
10317
|
/** String for aria text of local user's message content */
|
9385
10318
|
messageContentMineAriaText: string;
|
9386
|
-
/** String for warning on text limit exceeded in EditBox*/
|
10319
|
+
/** String for warning on text limit exceeded in EditBox */
|
9387
10320
|
editBoxTextLimit: string;
|
10321
|
+
/** String for warning on empty content in EditBox */
|
10322
|
+
editBoxEmptyWarningText: string;
|
9388
10323
|
/** String for placeholder text in EditBox when there is no user input*/
|
9389
10324
|
editBoxPlaceholderText: string;
|
9390
10325
|
/** String for new messages indicator*/
|
@@ -9401,10 +10336,20 @@ export declare interface MessageThreadStrings {
|
|
9401
10336
|
actionMenuMoreOptions?: string;
|
9402
10337
|
/** Aria label to announce when a message is deleted */
|
9403
10338
|
messageDeletedAnnouncementAriaLabel: string;
|
10339
|
+
/** String for download attachment button in attachment card */
|
10340
|
+
downloadAttachment: string;
|
9404
10341
|
/** String for open attachment button in attachment card */
|
9405
10342
|
openAttachment: string;
|
10343
|
+
/** String for policy violation message removal */
|
10344
|
+
blockedWarningText: string;
|
10345
|
+
/** String for policy violation message removal details link */
|
10346
|
+
blockedWarningLinkText: string;
|
9406
10347
|
/** String for aria text in attachment card group*/
|
9407
10348
|
attachmentCardGroupMessage: string;
|
10349
|
+
/**
|
10350
|
+
* Error message indicating that one or more image uploads are not complete.
|
10351
|
+
*/
|
10352
|
+
imageUploadsPendingError: string;
|
9408
10353
|
}
|
9409
10354
|
|
9410
10355
|
/**
|
@@ -9432,10 +10377,24 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
9432
10377
|
/** Styles for system message container. */
|
9433
10378
|
systemMessageContainer?: ComponentSlotStyle;
|
9434
10379
|
/** Styles for blocked message container. */
|
10380
|
+
blockedMessageContainer?: ComponentSlotStyle;
|
9435
10381
|
/** Styles for message status indicator container. */
|
9436
10382
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
9437
10383
|
}
|
9438
10384
|
|
10385
|
+
/**
|
10386
|
+
*
|
10387
|
+
* Messaging policy of a chat thread.
|
10388
|
+
*
|
10389
|
+
* @beta
|
10390
|
+
*/
|
10391
|
+
export declare interface MessagingPolicy {
|
10392
|
+
/**
|
10393
|
+
* Boolean to track whether or not messages are restricted to only text.
|
10394
|
+
* */
|
10395
|
+
textOnlyChat?: boolean;
|
10396
|
+
}
|
10397
|
+
|
9439
10398
|
/**
|
9440
10399
|
* A button to turn microphone on / off.
|
9441
10400
|
*
|
@@ -9628,6 +10587,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
9628
10587
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
9629
10588
|
}
|
9630
10589
|
|
10590
|
+
/**
|
10591
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
10592
|
+
* by their browsers settings.
|
10593
|
+
*
|
10594
|
+
* @beta
|
10595
|
+
*/
|
10596
|
+
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
10597
|
+
|
10598
|
+
/**
|
10599
|
+
* @beta
|
10600
|
+
* Props for MicrophoneSitePermissions component.
|
10601
|
+
*/
|
10602
|
+
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
10603
|
+
/** Icon name for the microphone icon */
|
10604
|
+
microphoneIconName?: string;
|
10605
|
+
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
10606
|
+
strings?: MicrophoneSitePermissionsStrings;
|
10607
|
+
}
|
10608
|
+
|
10609
|
+
/**
|
10610
|
+
* @beta
|
10611
|
+
* Strings for MicrophoneSitePermissions component.
|
10612
|
+
*/
|
10613
|
+
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
10614
|
+
|
9631
10615
|
/**
|
9632
10616
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
9633
10617
|
*
|
@@ -10409,6 +11393,10 @@ export declare type ParticipantListProps = {
|
|
10409
11393
|
styles?: ParticipantListStyles;
|
10410
11394
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
10411
11395
|
showParticipantOverflowTooltip?: boolean;
|
11396
|
+
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
11397
|
+
totalParticipantCount?: number;
|
11398
|
+
/** Strings for the participant list */
|
11399
|
+
strings?: ParticipantListStrings;
|
10412
11400
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
10413
11401
|
participantAriaLabelledBy?: string;
|
10414
11402
|
/** List of pinned participants */
|
@@ -10423,8 +11411,21 @@ export declare type ParticipantListProps = {
|
|
10423
11411
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
10424
11412
|
participants: CallParticipantListParticipant[];
|
10425
11413
|
myUserId: string;
|
11414
|
+
totalParticipantCount?: number;
|
10426
11415
|
};
|
10427
11416
|
|
11417
|
+
/**
|
11418
|
+
* Strings for the {@link ParticipantList}.
|
11419
|
+
*
|
11420
|
+
* @beta
|
11421
|
+
*/
|
11422
|
+
export declare interface ParticipantListStrings {
|
11423
|
+
/**
|
11424
|
+
* String for rendering the count of participants not contained in the displayed participant list
|
11425
|
+
*/
|
11426
|
+
overflowParticipantCount?: string;
|
11427
|
+
}
|
11428
|
+
|
10428
11429
|
/**
|
10429
11430
|
* Styles for the {@link ParticipantList}.
|
10430
11431
|
*
|
@@ -11116,8 +12117,35 @@ export declare interface RecordingCallFeature {
|
|
11116
12117
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
11117
12118
|
*/
|
11118
12119
|
isRecordingActive: boolean;
|
12120
|
+
/**
|
12121
|
+
* Contains list of information of started recordings
|
12122
|
+
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
12123
|
+
*/
|
12124
|
+
activeRecordings?: RecordingInfo[];
|
12125
|
+
/**
|
12126
|
+
* Contains list of information of stopped recordings
|
12127
|
+
*/
|
12128
|
+
lastStoppedRecording?: RecordingInfo[];
|
11119
12129
|
}
|
11120
12130
|
|
12131
|
+
/**
|
12132
|
+
* State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
|
12133
|
+
*
|
12134
|
+
* @beta
|
12135
|
+
*/
|
12136
|
+
export declare type RemoteDiagnosticState = {
|
12137
|
+
readonly diagnostic: RemoteDiagnosticType;
|
12138
|
+
readonly value: DiagnosticQuality | DiagnosticFlag;
|
12139
|
+
readonly valueType: DiagnosticValueType;
|
12140
|
+
};
|
12141
|
+
|
12142
|
+
/**
|
12143
|
+
* All type names for {@link @azure/communication-calling#RemoteDiagnosticState}.
|
12144
|
+
*
|
12145
|
+
* @beta
|
12146
|
+
*/
|
12147
|
+
export declare type RemoteDiagnosticType = NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType;
|
12148
|
+
|
11121
12149
|
/**
|
11122
12150
|
* State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
|
11123
12151
|
* automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -11185,6 +12213,10 @@ export declare interface RemoteParticipantState {
|
|
11185
12213
|
* Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
|
11186
12214
|
*/
|
11187
12215
|
mediaAccess?: MediaAccessState;
|
12216
|
+
/**
|
12217
|
+
* The diagnostic status of RemoteParticipant{@link @azure/communication-calling#RemoteDiagnostics}.
|
12218
|
+
*/
|
12219
|
+
diagnostics?: Partial<Record<RemoteDiagnosticType, RemoteDiagnosticState>>;
|
11188
12220
|
}
|
11189
12221
|
|
11190
12222
|
/**
|
@@ -11258,6 +12290,256 @@ export declare type ResourceFetchResult = {
|
|
11258
12290
|
error?: Error;
|
11259
12291
|
};
|
11260
12292
|
|
12293
|
+
/**
|
12294
|
+
* Options for the rich text editor edit box configuration.
|
12295
|
+
*
|
12296
|
+
* @beta
|
12297
|
+
*/
|
12298
|
+
export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
|
12299
|
+
/**
|
12300
|
+
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
12301
|
+
* When not provided, pasting images into rich text editor will be disabled.
|
12302
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12303
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
12304
|
+
* @param messageId - the id of the message that the inlineImage belongs to.
|
12305
|
+
*/
|
12306
|
+
onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
12307
|
+
/**
|
12308
|
+
* Optional callback invoked after inline image is removed from the UI.
|
12309
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12310
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
12311
|
+
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
12312
|
+
* @param messageId - the id of the message that the inlineImage belongs to.
|
12313
|
+
*/
|
12314
|
+
onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
12315
|
+
/**
|
12316
|
+
* Optional Record of type {@link AttachmentMetadataInProgress}
|
12317
|
+
* to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
|
12318
|
+
* - there is an error provided in the messagesInlineImagesWithProgress
|
12319
|
+
* - progress is less than 1 when the send button is clicked
|
12320
|
+
* - content html string is longer than the max allowed length.
|
12321
|
+
* (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
|
12322
|
+
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
12323
|
+
*/
|
12324
|
+
messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
|
12325
|
+
}
|
12326
|
+
|
12327
|
+
/**
|
12328
|
+
* Options for the rich text editor configuration.
|
12329
|
+
*
|
12330
|
+
* @beta
|
12331
|
+
*/
|
12332
|
+
export declare interface RichTextEditorOptions {
|
12333
|
+
/**
|
12334
|
+
* Optional callback to handle paste event.
|
12335
|
+
*/
|
12336
|
+
onPaste?: (event: {
|
12337
|
+
content: DocumentFragment;
|
12338
|
+
}) => void;
|
12339
|
+
}
|
12340
|
+
|
12341
|
+
/**
|
12342
|
+
* A component to render SendBox with Rich Text Editor support.
|
12343
|
+
*
|
12344
|
+
* @beta
|
12345
|
+
*/
|
12346
|
+
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
12347
|
+
|
12348
|
+
/**
|
12349
|
+
* Props for {@link RichTextSendBox}.
|
12350
|
+
*
|
12351
|
+
* @beta
|
12352
|
+
*/
|
12353
|
+
export declare interface RichTextSendBoxProps {
|
12354
|
+
/**
|
12355
|
+
* Optional boolean to disable text box
|
12356
|
+
* @defaultValue false
|
12357
|
+
*/
|
12358
|
+
disabled?: boolean;
|
12359
|
+
/**
|
12360
|
+
* Optional callback to handle paste event.
|
12361
|
+
*/
|
12362
|
+
onPaste?: (event: {
|
12363
|
+
content: DocumentFragment;
|
12364
|
+
}) => void;
|
12365
|
+
/**
|
12366
|
+
* Optional strings to override in component
|
12367
|
+
*/
|
12368
|
+
strings?: Partial<RichTextSendBoxStrings>;
|
12369
|
+
/**
|
12370
|
+
* Optional text for system message above the text box
|
12371
|
+
*/
|
12372
|
+
systemMessage?: string;
|
12373
|
+
/**
|
12374
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
12375
|
+
* to render attachments being uploaded in the SendBox.
|
12376
|
+
* @beta
|
12377
|
+
*/
|
12378
|
+
attachments?: AttachmentMetadataInProgress[];
|
12379
|
+
/**
|
12380
|
+
* enumerable to determine if the input box has focus on render or not.
|
12381
|
+
* When undefined nothing has focus on render
|
12382
|
+
*/
|
12383
|
+
autoFocus?: 'sendBoxTextField';
|
12384
|
+
/**
|
12385
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
12386
|
+
* cancel icon.
|
12387
|
+
*/
|
12388
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
12389
|
+
/**
|
12390
|
+
* Optional callback invoked after inline image is removed from the UI.
|
12391
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12392
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
12393
|
+
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
12394
|
+
*/
|
12395
|
+
onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12396
|
+
/**
|
12397
|
+
* Callback function used when the send button is clicked.
|
12398
|
+
*/
|
12399
|
+
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
12400
|
+
/**
|
12401
|
+
* Optional callback called when user is typing
|
12402
|
+
*/
|
12403
|
+
onTyping?: () => Promise<void>;
|
12404
|
+
/**
|
12405
|
+
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
12406
|
+
* When not provided, pasting images into rich text editor will be disabled.
|
12407
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12408
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
12409
|
+
*/
|
12410
|
+
onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12411
|
+
/**
|
12412
|
+
* Optional Array of type {@link AttachmentMetadataInProgress}
|
12413
|
+
* to render the errorBar for inline images inserted in the RichTextSendBox when:
|
12414
|
+
* - there is an error provided in the inlineImagesWithProgress
|
12415
|
+
* - progress is less than 1 when the send button is clicked
|
12416
|
+
* - content html string is longer than the max allowed length.
|
12417
|
+
* (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
|
12418
|
+
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
12419
|
+
*/
|
12420
|
+
inlineImagesWithProgress?: AttachmentMetadataInProgress[];
|
12421
|
+
}
|
12422
|
+
|
12423
|
+
/**
|
12424
|
+
* Strings of {@link RichTextSendBox} that can be overridden.
|
12425
|
+
*
|
12426
|
+
* @beta
|
12427
|
+
*/
|
12428
|
+
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
12429
|
+
}
|
12430
|
+
|
12431
|
+
/**
|
12432
|
+
* Strings of RichText that can be overridden.
|
12433
|
+
*
|
12434
|
+
* @beta
|
12435
|
+
*/
|
12436
|
+
export declare interface RichTextStrings {
|
12437
|
+
/**
|
12438
|
+
* Tooltip text for the bold button.
|
12439
|
+
*/
|
12440
|
+
richTextBoldTooltip: string;
|
12441
|
+
/**
|
12442
|
+
* Tooltip text for the italic button.
|
12443
|
+
*/
|
12444
|
+
richTextItalicTooltip: string;
|
12445
|
+
/**
|
12446
|
+
* Tooltip text for the underline button.
|
12447
|
+
*/
|
12448
|
+
richTextUnderlineTooltip: string;
|
12449
|
+
/**
|
12450
|
+
* Tooltip text for the bullet list button.
|
12451
|
+
*/
|
12452
|
+
richTextBulletListTooltip: string;
|
12453
|
+
/**
|
12454
|
+
* Tooltip text for the number list button.
|
12455
|
+
*/
|
12456
|
+
richTextNumberListTooltip: string;
|
12457
|
+
/**
|
12458
|
+
* Tooltip text for the increase indent button.
|
12459
|
+
*/
|
12460
|
+
richTextIncreaseIndentTooltip: string;
|
12461
|
+
/**
|
12462
|
+
* Tooltip text for the decrease indent button.
|
12463
|
+
*/
|
12464
|
+
richTextDecreaseIndentTooltip: string;
|
12465
|
+
/**
|
12466
|
+
* Tooltip text insert table button.
|
12467
|
+
*/
|
12468
|
+
richTextInsertTableTooltip: string;
|
12469
|
+
/**
|
12470
|
+
* Tooltip text for the rich text format button button.
|
12471
|
+
*/
|
12472
|
+
richTextFormatButtonTooltip: string;
|
12473
|
+
/**
|
12474
|
+
* Text for the insert menu item.
|
12475
|
+
*/
|
12476
|
+
richTextInsertRowOrColumnMenu: string;
|
12477
|
+
/**
|
12478
|
+
* Title for the insert table menu.
|
12479
|
+
*/
|
12480
|
+
richTextInsertTableMenuTitle: string;
|
12481
|
+
/**
|
12482
|
+
* Text for the insert menu item to insert row above the current selection.
|
12483
|
+
*/
|
12484
|
+
richTextInsertRowAboveMenu: string;
|
12485
|
+
/**
|
12486
|
+
* Text for the insert menu item to insert row below the current selection.
|
12487
|
+
*/
|
12488
|
+
richTextInsertRowBelowMenu: string;
|
12489
|
+
/**
|
12490
|
+
* Text for the insert menu item to insert column to the left from the current selection.
|
12491
|
+
*/
|
12492
|
+
richTextInsertColumnLeftMenu: string;
|
12493
|
+
/**
|
12494
|
+
* Text for the insert menu item to insert column to the right from the current selection.
|
12495
|
+
*/
|
12496
|
+
richTextInsertColumnRightMenu: string;
|
12497
|
+
/**
|
12498
|
+
* Text for the delete row or column menu.
|
12499
|
+
*/
|
12500
|
+
richTextDeleteRowOrColumnMenu: string;
|
12501
|
+
/**
|
12502
|
+
* Text for the delete column menu.
|
12503
|
+
*/
|
12504
|
+
richTextDeleteColumnMenu: string;
|
12505
|
+
/**
|
12506
|
+
* Text for the delete row menu.
|
12507
|
+
*/
|
12508
|
+
richTextDeleteRowMenu: string;
|
12509
|
+
/**
|
12510
|
+
* Text for the delete table menu.
|
12511
|
+
*/
|
12512
|
+
richTextDeleteTableMenu: string;
|
12513
|
+
/**
|
12514
|
+
* Text for the rich text toolbar.
|
12515
|
+
*/
|
12516
|
+
richTextToolbarAriaLabel: string;
|
12517
|
+
/**
|
12518
|
+
* Text for the rich text toolbar more button.
|
12519
|
+
*/
|
12520
|
+
richTextToolbarMoreButtonAriaLabel: string;
|
12521
|
+
/**
|
12522
|
+
* Text for announcement when a new bulleted list item is added.
|
12523
|
+
*/
|
12524
|
+
richTextNewBulletedListItemAnnouncement: string;
|
12525
|
+
/**
|
12526
|
+
* Text for announcement when a new numbered list item is added.
|
12527
|
+
*/
|
12528
|
+
richTextNewNumberedListItemAnnouncement: string;
|
12529
|
+
/**
|
12530
|
+
* Text for announcement when the bulleted list style is applied.
|
12531
|
+
*/
|
12532
|
+
richTextBulletedListAppliedAnnouncement: string;
|
12533
|
+
/**
|
12534
|
+
* Text for announcement when the numbered list style is applied.
|
12535
|
+
*/
|
12536
|
+
richTextNumberedListAppliedAnnouncement: string;
|
12537
|
+
/**
|
12538
|
+
* Error message indicating image upload is not complete.
|
12539
|
+
*/
|
12540
|
+
imageUploadsPendingError: string;
|
12541
|
+
}
|
12542
|
+
|
11261
12543
|
/**
|
11262
12544
|
* A button to start / stop screen sharing.
|
11263
12545
|
*
|
@@ -11329,6 +12611,42 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
11329
12611
|
*/
|
11330
12612
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
11331
12613
|
|
12614
|
+
/**
|
12615
|
+
* @beta
|
12616
|
+
* Error to be displayed to the user in an error bar above sendbox.
|
12617
|
+
*/
|
12618
|
+
export declare interface SendBoxErrorBarError {
|
12619
|
+
/** Error Message to be displayed */
|
12620
|
+
message: string;
|
12621
|
+
/**
|
12622
|
+
* Unix Timestamp. Preferred generation using `Date.now()`
|
12623
|
+
*/
|
12624
|
+
timestamp: number;
|
12625
|
+
/**
|
12626
|
+
* ErrorBar type. Defaults to `warning`.
|
12627
|
+
*/
|
12628
|
+
errorBarType?: SendBoxErrorBarType;
|
12629
|
+
}
|
12630
|
+
|
12631
|
+
/**
|
12632
|
+
* @beta
|
12633
|
+
* Error bar type for {@link SendBoxErrorBarError}
|
12634
|
+
*/
|
12635
|
+
export declare enum SendBoxErrorBarType {
|
12636
|
+
/** Info styled MessageBar */
|
12637
|
+
info = 0,
|
12638
|
+
/** Error styled MessageBar */
|
12639
|
+
error = 1,
|
12640
|
+
/** Blocked styled MessageBar */
|
12641
|
+
blocked = 2,
|
12642
|
+
/** SevereWarning styled MessageBar */
|
12643
|
+
severeWarning = 3,
|
12644
|
+
/** Success styled MessageBar */
|
12645
|
+
success = 4,
|
12646
|
+
/** Warning styled MessageBar */
|
12647
|
+
warning = 5
|
12648
|
+
}
|
12649
|
+
|
11332
12650
|
/**
|
11333
12651
|
* Props for {@link SendBox}.
|
11334
12652
|
*
|
@@ -11347,7 +12665,12 @@ export declare interface SendBoxProps {
|
|
11347
12665
|
/**
|
11348
12666
|
* Optional override behavior on send button click
|
11349
12667
|
*/
|
11350
|
-
onSendMessage?: (content: string) => Promise<void>;
|
12668
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
12669
|
+
/**
|
12670
|
+
* Optional props needed to lookup suggestions in the mention scenario.
|
12671
|
+
* @beta
|
12672
|
+
*/
|
12673
|
+
mentionLookupOptions?: MentionLookupOptions;
|
11351
12674
|
/**
|
11352
12675
|
* Optional callback called when user is typing
|
11353
12676
|
*/
|
@@ -11384,6 +12707,25 @@ export declare interface SendBoxProps {
|
|
11384
12707
|
* When undefined nothing has focus on render
|
11385
12708
|
*/
|
11386
12709
|
autoFocus?: 'sendBoxTextField';
|
12710
|
+
/**
|
12711
|
+
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
12712
|
+
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
12713
|
+
* be rendered below the text area in sendBox.
|
12714
|
+
* @beta
|
12715
|
+
*/
|
12716
|
+
onRenderAttachmentUploads?: () => JSX.Element;
|
12717
|
+
/**
|
12718
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
12719
|
+
* to render attachments being uploaded in the SendBox.
|
12720
|
+
* @beta
|
12721
|
+
*/
|
12722
|
+
attachments?: AttachmentMetadataInProgress[];
|
12723
|
+
/**
|
12724
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
12725
|
+
* cancel icon.
|
12726
|
+
* @beta
|
12727
|
+
*/
|
12728
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
11387
12729
|
}
|
11388
12730
|
|
11389
12731
|
/**
|
@@ -11414,6 +12756,26 @@ export declare interface SendBoxStrings {
|
|
11414
12756
|
* Aria label for send message button
|
11415
12757
|
*/
|
11416
12758
|
sendButtonAriaLabel: string;
|
12759
|
+
/**
|
12760
|
+
* Error message indicating that all attachment uploads are not complete.
|
12761
|
+
*/
|
12762
|
+
attachmentUploadsPendingError: string;
|
12763
|
+
/**
|
12764
|
+
* Aria label to notify user when focus is on cancel attachment upload button.
|
12765
|
+
*/
|
12766
|
+
removeAttachment: string;
|
12767
|
+
/**
|
12768
|
+
* Aria label to notify user attachment uploading starts.
|
12769
|
+
*/
|
12770
|
+
uploading: string;
|
12771
|
+
/**
|
12772
|
+
* Aria label to notify user attachment is uploaded.
|
12773
|
+
*/
|
12774
|
+
uploadCompleted: string;
|
12775
|
+
/**
|
12776
|
+
* Aria label to notify user more attachment action menu.
|
12777
|
+
*/
|
12778
|
+
attachmentMoreMenu: string;
|
11417
12779
|
}
|
11418
12780
|
|
11419
12781
|
/**
|
@@ -11434,6 +12796,45 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
11434
12796
|
systemMessage?: IStyle;
|
11435
12797
|
}
|
11436
12798
|
|
12799
|
+
/**
|
12800
|
+
* @beta
|
12801
|
+
* Strings for SitePermissions component
|
12802
|
+
*/
|
12803
|
+
export declare type SitePermissionsStrings = {
|
12804
|
+
/**
|
12805
|
+
* Main text string.
|
12806
|
+
*/
|
12807
|
+
primaryText?: string;
|
12808
|
+
/**
|
12809
|
+
* Subtext string.
|
12810
|
+
*/
|
12811
|
+
secondaryText?: string;
|
12812
|
+
/**
|
12813
|
+
* More help link string.
|
12814
|
+
*/
|
12815
|
+
linkText?: string;
|
12816
|
+
/**
|
12817
|
+
* Primary button text string.
|
12818
|
+
*/
|
12819
|
+
primaryButtonText?: string;
|
12820
|
+
/**
|
12821
|
+
* Aria label describing the content of the container
|
12822
|
+
*/
|
12823
|
+
ariaLabel?: string;
|
12824
|
+
};
|
12825
|
+
|
12826
|
+
/**
|
12827
|
+
* Fluent styles for {@link SitePermissionsContainer}.
|
12828
|
+
*
|
12829
|
+
* @beta
|
12830
|
+
*/
|
12831
|
+
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
12832
|
+
/** Styles for the primary button. */
|
12833
|
+
primaryButton?: IButtonStyles;
|
12834
|
+
/** Styles for the help troubleshooting link text. */
|
12835
|
+
troubleshootingLink?: ILinkStyles;
|
12836
|
+
}
|
12837
|
+
|
11437
12838
|
/**
|
11438
12839
|
* @public
|
11439
12840
|
* Type for representing a custom sound to use for a calling event
|
@@ -11753,6 +13154,13 @@ export declare interface StartRealTimeTextButtonStrings {
|
|
11753
13154
|
tooltipOffContent: string;
|
11754
13155
|
}
|
11755
13156
|
|
13157
|
+
/**
|
13158
|
+
* Parameter to start a call using a Teams user identity.
|
13159
|
+
*
|
13160
|
+
* @beta
|
13161
|
+
*/
|
13162
|
+
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
13163
|
+
|
11756
13164
|
/**
|
11757
13165
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
11758
13166
|
* The interface provides access to proxied state and also allows registering a handler for state change events. For
|
@@ -12203,7 +13611,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
12203
13611
|
* @public
|
12204
13612
|
*/
|
12205
13613
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
12206
|
-
locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
|
13614
|
+
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
|
12207
13615
|
};
|
12208
13616
|
|
12209
13617
|
/**
|
@@ -12276,6 +13684,17 @@ export declare interface TeamsIncomingCallState {
|
|
12276
13684
|
endTime?: Date;
|
12277
13685
|
}
|
12278
13686
|
|
13687
|
+
/**
|
13688
|
+
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
13689
|
+
*
|
13690
|
+
* This is used to create an outbound call scenarios.
|
13691
|
+
*
|
13692
|
+
* @beta
|
13693
|
+
*/
|
13694
|
+
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13695
|
+
targetCallees: StartTeamsCallIdentifier[];
|
13696
|
+
};
|
13697
|
+
|
12279
13698
|
/**
|
12280
13699
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
12281
13700
|
*
|
@@ -12562,11 +13981,129 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
12562
13981
|
typingString?: IStyle;
|
12563
13982
|
}
|
12564
13983
|
|
13984
|
+
/**
|
13985
|
+
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
13986
|
+
*
|
13987
|
+
* @beta
|
13988
|
+
*/
|
13989
|
+
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
13990
|
+
|
13991
|
+
/**
|
13992
|
+
* props for {@link UnsupportedBrowser} UI
|
13993
|
+
*
|
13994
|
+
* @beta
|
13995
|
+
*/
|
13996
|
+
export declare interface UnsupportedBrowserProps {
|
13997
|
+
/** Handler to perform an action when the help link is actioned */
|
13998
|
+
onTroubleshootingClick?: () => void;
|
13999
|
+
/** String overrides for the component */
|
14000
|
+
strings?: UnsupportedBrowserStrings;
|
14001
|
+
}
|
14002
|
+
|
14003
|
+
/**
|
14004
|
+
* Strings for UnsupportedBrowser component
|
14005
|
+
*
|
14006
|
+
* @beta
|
14007
|
+
*/
|
14008
|
+
export declare interface UnsupportedBrowserStrings {
|
14009
|
+
/** String for the primary text */
|
14010
|
+
primaryText: string;
|
14011
|
+
/** String for the secondary text */
|
14012
|
+
secondaryText: string;
|
14013
|
+
/** String to display in the text for the help link */
|
14014
|
+
moreHelpLinkText: string;
|
14015
|
+
}
|
14016
|
+
|
14017
|
+
/**
|
14018
|
+
* UI to display to the user that the browser version they are using is out of date
|
14019
|
+
* and not supported by Azure Communications Calling service.
|
14020
|
+
*
|
14021
|
+
* @beta
|
14022
|
+
*/
|
14023
|
+
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
14024
|
+
|
14025
|
+
/**
|
14026
|
+
* props for {@link UnsupportedBrowserVersion} UI
|
14027
|
+
*
|
14028
|
+
* @beta
|
14029
|
+
*/
|
14030
|
+
export declare interface UnsupportedBrowserVersionProps {
|
14031
|
+
/** Handler to perform an action when the help link is actioned */
|
14032
|
+
onTroubleshootingClick?: () => void;
|
14033
|
+
/** String overrides for the component */
|
14034
|
+
strings?: UnsupportedBrowserVersionStrings;
|
14035
|
+
/** Handler to allow user to continue into the call */
|
14036
|
+
onContinueAnywayClick?: () => void;
|
14037
|
+
}
|
14038
|
+
|
14039
|
+
/**
|
14040
|
+
* Strings for UnsupportedBrowser component
|
14041
|
+
*
|
14042
|
+
* @beta
|
14043
|
+
*/
|
14044
|
+
export declare interface UnsupportedBrowserVersionStrings {
|
14045
|
+
/** String for the primary text */
|
14046
|
+
primaryText: string;
|
14047
|
+
/** String for the secondary text */
|
14048
|
+
secondaryText: string;
|
14049
|
+
/** String to display in the text for the help link */
|
14050
|
+
moreHelpLinkText: string;
|
14051
|
+
/** String for continue without updating button */
|
14052
|
+
continueAnywayButtonText?: string;
|
14053
|
+
}
|
14054
|
+
|
14055
|
+
/**
|
14056
|
+
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
14057
|
+
*
|
14058
|
+
* @beta
|
14059
|
+
*/
|
14060
|
+
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
14061
|
+
|
14062
|
+
/**
|
14063
|
+
* Props for {@link UnsupportedOperatingSystem} UI
|
14064
|
+
*
|
14065
|
+
* @beta
|
14066
|
+
*/
|
14067
|
+
export declare interface UnsupportedOperatingSystemProps {
|
14068
|
+
/** Handler to perform a action when the help link is actioned */
|
14069
|
+
onTroubleshootingClick?: () => void;
|
14070
|
+
/** String overrides for the component */
|
14071
|
+
strings?: UnsupportedOperatingSystemStrings;
|
14072
|
+
}
|
14073
|
+
|
14074
|
+
/**
|
14075
|
+
* Strings for UnsupportedBrowser component
|
14076
|
+
*
|
14077
|
+
* @beta
|
14078
|
+
*/
|
14079
|
+
export declare interface UnsupportedOperatingSystemStrings {
|
14080
|
+
/** String for the primary text */
|
14081
|
+
primaryText: string;
|
14082
|
+
/** String for the secondary text */
|
14083
|
+
secondaryText: string;
|
14084
|
+
/** String to display in the text for the help link */
|
14085
|
+
moreHelpLinkText: string;
|
14086
|
+
}
|
14087
|
+
|
12565
14088
|
/**
|
12566
14089
|
* @public
|
12567
14090
|
* Callback function run when a message is updated.
|
12568
14091
|
*/
|
12569
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
14092
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
14093
|
+
|
14094
|
+
/**
|
14095
|
+
* Result payload for uploading an image.
|
14096
|
+
*
|
14097
|
+
* @beta
|
14098
|
+
*/
|
14099
|
+
export declare type UploadChatImageResult = {
|
14100
|
+
/** Id of the image. */
|
14101
|
+
id: string;
|
14102
|
+
/** The type of attachment. */
|
14103
|
+
attachmentType?: 'image' | 'file' | 'unknown';
|
14104
|
+
/** The name including file extension type of the attachment. */
|
14105
|
+
name?: string;
|
14106
|
+
};
|
12570
14107
|
|
12571
14108
|
/**
|
12572
14109
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -12740,7 +14277,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
|
|
12740
14277
|
*
|
12741
14278
|
* @public
|
12742
14279
|
*/
|
12743
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
14280
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs | /* @conditional-compile-remove(teams-identity-support-beta) */ TeamsOutboundCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
12744
14281
|
|
12745
14282
|
/**
|
12746
14283
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -12891,7 +14428,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
12891
14428
|
/**
|
12892
14429
|
* @public
|
12893
14430
|
*/
|
12894
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'togetherMode' | 'focusedContent';
|
14431
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | 'togetherMode' | 'focusedContent';
|
12895
14432
|
|
12896
14433
|
/**
|
12897
14434
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -12928,6 +14465,8 @@ export declare type VideoGalleryParticipant = {
|
|
12928
14465
|
isScreenSharingOn?: boolean;
|
12929
14466
|
/** Whether participant is spotlighted **/
|
12930
14467
|
spotlight?: Spotlight;
|
14468
|
+
/** Signal strength of the participant, range from 1 to 3, lower means better connection **/
|
14469
|
+
signalStrength?: number;
|
12931
14470
|
/** Media audio video access states **/
|
12932
14471
|
mediaAccess?: MediaAccess;
|
12933
14472
|
/** Attendee can have audio be forbidden **/
|
@@ -13520,6 +15059,8 @@ export declare interface VideoTileStrings {
|
|
13520
15059
|
participantStateRinging: string;
|
13521
15060
|
/** String for displaying the Hold state of the remote participant */
|
13522
15061
|
participantStateHold: string;
|
15062
|
+
/** String for displaying the reconnecting state of the remote participant */
|
15063
|
+
participantReconnecting?: string;
|
13523
15064
|
/** String for the announcement of the muted state of the participant when muted */
|
13524
15065
|
moreOptionsParticipantMutedStateMutedAriaLabel: string;
|
13525
15066
|
/** String for the announcement of the unmuted state of the participant when unmuted */
|