@azure/communication-react 1.22.0 → 1.23.0-alpha-202412190017
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/communication-react.d.ts +2298 -153
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-D2ei0WNw.js +280 -0
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-D2ei0WNw.js.map +1 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-LlHq8cir.js +52 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-LlHq8cir.js.map +1 -0
- package/dist/dist-cjs/communication-react/index-BQUPVlSA.js +45673 -0
- package/dist/dist-cjs/communication-react/index-BQUPVlSA.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +178 -36397
- 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 +1 -4
- 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 +1 -4
- 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 +1 -4
- 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.d.ts +13 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +22 -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 +7 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +20 -55
- 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 +75 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +181 -65
- 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 +13 -6
- 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 +39 -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.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 +126 -61
- 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 +48 -13
- 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/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.d.ts +2 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +14 -10
- 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 +6 -2
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +48 -15
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +32 -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.d.ts +20 -0
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +125 -0
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -0
- 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 +182 -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 +30 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +284 -34
- 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 +99 -108
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.d.ts +14 -0
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js +207 -0
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js.map +1 -0
- 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 +7 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +57 -12
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js +62 -0
- 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.d.ts +6 -0
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +32 -20
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +58 -73
- 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.d.ts +9 -0
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +53 -15
- 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.d.ts +17 -0
- package/dist/dist-esm/calling-stateful-client/src/MediaAccessSubscriber.js +29 -0
- package/dist/dist-esm/calling-stateful-client/src/MediaAccessSubscriber.js.map +1 -0
- 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/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.d.ts +3 -2
- 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 +42 -24
- 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.d.ts +24 -0
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +71 -0
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.d.ts +18 -0
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js +34 -0
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js.map +1 -0
- 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 +6 -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 +59 -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 +2 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +4 -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/Constants.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/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 +35 -0
- package/dist/dist-esm/communication-react/src/index.js +18 -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.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 +13 -8
- 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 +37 -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 +64 -30
- 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 +46 -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 +57 -27
- 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 +278 -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 +53 -7
- 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 +49 -12
- 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.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js +15 -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 +39 -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 +4 -12
- 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 +81 -5
- 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 +94 -101
- 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.d.ts +26 -0
- package/dist/dist-esm/react-components/src/components/NotificationStack.js +17 -8
- package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +15 -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 +60 -45
- 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.d.ts +28 -0
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js +28 -0
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RTTModal.d.ts +39 -0
- package/dist/dist-esm/react-components/src/components/RTTModal.js +55 -0
- package/dist/dist-esm/react-components/src/components/RTTModal.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +6 -12
- 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.d.ts +54 -0
- package/dist/dist-esm/react-components/src/components/RealTimeText.js +43 -0
- package/dist/dist-esm/react-components/src/components/RealTimeText.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +24 -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 +17 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +56 -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 +383 -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 +274 -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/Toolbar/RichTextToolbar.d.ts +19 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +232 -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/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/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 -11
- 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 +40 -16
- 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 +4 -2
- 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/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/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 +11 -6
- 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 +38 -51
- 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 +115 -26
- 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 +51 -70
- 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 +23 -0
- package/dist/dist-esm/react-components/src/components/index.js +19 -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.d.ts +8 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +27 -2
- 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.d.ts +6 -0
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js +17 -0
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js.map +1 -0
- 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 +295 -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/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 +37 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +41 -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 +38 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +148 -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/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 +46 -26
- 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 +3 -0
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +63 -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/ar-SA/strings.json +2 -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/cs-CZ/strings.json +2 -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/cy-GB/strings.json +2 -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/de-DE/strings.json +2 -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-GB/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +10 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +2 -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/es-MX/strings.json +2 -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/fi-FI/strings.json +2 -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-CA/strings.json +2 -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/fr-FR/strings.json +2 -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/he-IL/strings.json +2 -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/it-IT/strings.json +2 -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/ja-JP/strings.json +2 -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/ko-KR/strings.json +2 -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/nb-NO/strings.json +2 -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/nl-NL/strings.json +2 -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/pl-PL/strings.json +2 -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/pt-BR/strings.json +2 -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/ru-RU/strings.json +2 -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/sv-SE/strings.json +2 -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/tr-TR/strings.json +2 -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-CN/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +2 -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 +32 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +149 -15
- 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.d.ts +11 -0
- 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.d.ts +38 -0
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js +4 -0
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js.map +1 -0
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +8 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/index.d.ts +1 -0
- package/dist/dist-esm/react-components/src/types/index.js +2 -0
- 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 +82 -51
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +34 -0
- 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 +52 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +266 -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 +68 -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 +8 -3
- 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.d.ts +47 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js +48 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.d.ts +11 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js +41 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +78 -37
- 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 +16 -20
- 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 +33 -22
- 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 +26 -30
- 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 +68 -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 +99 -69
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +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.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +45 -11
- 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 +6 -7
- 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.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +45 -13
- 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 +10 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +113 -13
- 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.d.ts +18 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +20 -0
- 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 +41 -29
- 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 +2 -4
- 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 +99 -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 +114 -21
- 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.d.ts +8 -0
- 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 +27 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +246 -35
- 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 +71 -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 +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +20 -0
- 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 +20 -2
- 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 +11 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +5 -1
- 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.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +14 -0
- 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 +273 -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 +78 -32
- 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/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 +82 -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 +13 -15
- 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/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 +12 -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 +93 -45
- 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 +107 -72
- 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.d.ts +12 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js +50 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js.map +1 -0
- 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 +92 -124
- 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/HiddenFocusStartPoint.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.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 +7 -15
- 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.d.ts +23 -0
- 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 +36 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +12 -4
- 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/types/FocusableElement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +40 -12
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.d.ts +1 -0
- 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 +3 -3
@@ -7,6 +7,9 @@ import { BackgroundBlurConfig } from '@azure/communication-calling';
|
|
7
7
|
import { BackgroundBlurEffect } from '@azure/communication-calling';
|
8
8
|
import { BackgroundReplacementConfig } from '@azure/communication-calling';
|
9
9
|
import { BackgroundReplacementEffect } from '@azure/communication-calling';
|
10
|
+
import { BreakoutRoom } from '@azure/communication-calling';
|
11
|
+
import { BreakoutRoomsSettings } from '@azure/communication-calling';
|
12
|
+
import { BreakoutRoomsUpdatedListener } from '@azure/communication-calling';
|
10
13
|
import { Call } from '@azure/communication-calling';
|
11
14
|
import { CallAgent } from '@azure/communication-calling';
|
12
15
|
import { CallClient } from '@azure/communication-calling';
|
@@ -14,6 +17,7 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
14
17
|
import { CallDirection } from '@azure/communication-calling';
|
15
18
|
import { CallEndReason } from '@azure/communication-calling';
|
16
19
|
import { CallerInfo } from '@azure/communication-calling';
|
20
|
+
import { CallInfo } from '@azure/communication-calling';
|
17
21
|
import { CallKind } from '@azure/communication-calling';
|
18
22
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
19
23
|
import { CallSurvey } from '@azure/communication-calling';
|
@@ -35,6 +39,9 @@ import type { CommunicationUserKind } from '@azure/communication-common';
|
|
35
39
|
import { CreateViewOptions } from '@azure/communication-calling';
|
36
40
|
import { DeviceAccess } from '@azure/communication-calling';
|
37
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';
|
38
45
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
39
46
|
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
40
47
|
import { EnvironmentInfo } from '@azure/communication-calling';
|
@@ -47,6 +54,7 @@ import { IContextualMenuProps } from '@fluentui/react';
|
|
47
54
|
import { IContextualMenuStyles } from '@fluentui/react';
|
48
55
|
import { IIconProps } from '@fluentui/react';
|
49
56
|
import { IIconStyles } from '@fluentui/react';
|
57
|
+
import { ILinkStyles } from '@fluentui/react';
|
50
58
|
import { IMessageBarProps } from '@fluentui/react';
|
51
59
|
import { IncomingCall } from '@azure/communication-calling';
|
52
60
|
import { IncomingCallKind } from '@azure/communication-calling';
|
@@ -60,12 +68,15 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
|
|
60
68
|
import { ITextFieldStyles } from '@fluentui/react';
|
61
69
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
62
70
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
71
|
+
import { LocalRecordingInfo } from '@azure/communication-calling';
|
63
72
|
import { LocalVideoStream } from '@azure/communication-calling';
|
64
73
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
74
|
+
import type { MediaDiagnosticType } from '@azure/communication-calling';
|
65
75
|
import { MediaStreamType } from '@azure/communication-calling';
|
66
76
|
import { MicrosoftTeamsAppIdentifier } from '@azure/communication-common';
|
67
77
|
import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
68
78
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
79
|
+
import type { NetworkDiagnosticType } from '@azure/communication-calling';
|
69
80
|
import { PartialTheme } from '@fluentui/react';
|
70
81
|
import { ParticipantCapabilities } from '@azure/communication-calling';
|
71
82
|
import { ParticipantRole } from '@azure/communication-calling';
|
@@ -78,11 +89,13 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
|
|
78
89
|
import { default as React_2 } from 'react';
|
79
90
|
import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
80
91
|
import { ReactionMessage } from '@azure/communication-calling';
|
92
|
+
import { RecordingInfo } from '@azure/communication-calling';
|
81
93
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
82
94
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
83
95
|
import { RoomCallLocator } from '@azure/communication-calling';
|
84
96
|
import { ScalingMode } from '@azure/communication-calling';
|
85
97
|
import { SendMessageOptions } from '@azure/communication-chat';
|
98
|
+
import type { ServerDiagnosticType } from '@azure/communication-calling';
|
86
99
|
import { SpotlightedParticipant } from '@azure/communication-calling';
|
87
100
|
import { StartCallOptions } from '@azure/communication-calling';
|
88
101
|
import { StartCaptionsOptions } from '@azure/communication-calling';
|
@@ -207,6 +220,31 @@ export declare type AdapterErrors = {
|
|
207
220
|
[target: string]: AdapterError;
|
208
221
|
};
|
209
222
|
|
223
|
+
/**
|
224
|
+
* Notification from call client state stored in adapter state.
|
225
|
+
*
|
226
|
+
* @public
|
227
|
+
*/
|
228
|
+
export declare interface AdapterNotification {
|
229
|
+
/**
|
230
|
+
* Target of notification. There should only one notification per target.
|
231
|
+
*/
|
232
|
+
target: string;
|
233
|
+
/**
|
234
|
+
* Timestamp added to the notification in the adapter implementation.
|
235
|
+
*/
|
236
|
+
timestamp: Date;
|
237
|
+
}
|
238
|
+
|
239
|
+
/**
|
240
|
+
* Adapters stores the latest notification for each target.
|
241
|
+
*
|
242
|
+
* @public
|
243
|
+
*/
|
244
|
+
export declare type AdapterNotifications = {
|
245
|
+
[target: string]: AdapterNotification;
|
246
|
+
};
|
247
|
+
|
210
248
|
/**
|
211
249
|
* Functionality for interfacing with Composite adapter state.
|
212
250
|
*
|
@@ -242,6 +280,40 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
242
280
|
*/
|
243
281
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
244
282
|
|
283
|
+
/**
|
284
|
+
* @beta
|
285
|
+
* A callback function that defines what actions user can perform on an attachment.
|
286
|
+
* By default, the UI library would have default actions that opens attachment URL in a new tab.
|
287
|
+
* You can override the default actions or add new actions by providing this callback function.
|
288
|
+
* Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
|
289
|
+
*
|
290
|
+
* @param attachment - The file attachment that user is trying to perform actions on.
|
291
|
+
* @param message - The chat message that contains this attachment.
|
292
|
+
* @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
|
293
|
+
*/
|
294
|
+
export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
|
295
|
+
|
296
|
+
/**
|
297
|
+
* @beta
|
298
|
+
*
|
299
|
+
* Attachment download options defines the list of actions that can be performed on an attachment.
|
300
|
+
*/
|
301
|
+
export declare interface AttachmentDownloadOptions {
|
302
|
+
actionsForAttachment: AttachmentActionHandler;
|
303
|
+
}
|
304
|
+
|
305
|
+
/**
|
306
|
+
* @beta
|
307
|
+
*
|
308
|
+
* Attachment menu action defines buttons that can be shown on the attachment card.
|
309
|
+
* If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
|
310
|
+
*/
|
311
|
+
export declare interface AttachmentMenuAction {
|
312
|
+
name: string;
|
313
|
+
icon: JSX.Element;
|
314
|
+
onClick: (attachment: AttachmentMetadata) => Promise<void>;
|
315
|
+
}
|
316
|
+
|
245
317
|
/**
|
246
318
|
* Data model that represents a chat message attachment
|
247
319
|
* where it contains an ID to uniquely identify the attachment,
|
@@ -265,6 +337,150 @@ export declare interface AttachmentMetadata {
|
|
265
337
|
url: string;
|
266
338
|
}
|
267
339
|
|
340
|
+
/**
|
341
|
+
* Data model that represents a chat message attachment being uploaded
|
342
|
+
* where it contains an ID to uniquely identify the attachment,
|
343
|
+
* a name that represents the name of file,
|
344
|
+
* an optional URL to download the attachment,
|
345
|
+
* an optional progress value between 0 and 1 indicating the progress of the upload, and
|
346
|
+
* an optional error object that contains error message would be shown to the user.
|
347
|
+
*
|
348
|
+
*
|
349
|
+
* @beta
|
350
|
+
*/
|
351
|
+
export declare interface AttachmentMetadataInProgress {
|
352
|
+
/**
|
353
|
+
* Unique ID of the attachment.
|
354
|
+
*/
|
355
|
+
id: string;
|
356
|
+
/**
|
357
|
+
* Attachment name to be displayed.
|
358
|
+
*/
|
359
|
+
name: string;
|
360
|
+
/**
|
361
|
+
* Download URL for the attachment.
|
362
|
+
*/
|
363
|
+
url?: string;
|
364
|
+
/**
|
365
|
+
* A number between 0 and 1 indicating the progress of the upload.
|
366
|
+
*/
|
367
|
+
progress?: number;
|
368
|
+
/**
|
369
|
+
* A object contains error message would be shown to the user.
|
370
|
+
*/
|
371
|
+
error?: AttachmentProgressError;
|
372
|
+
}
|
373
|
+
|
374
|
+
/**
|
375
|
+
* @beta
|
376
|
+
*
|
377
|
+
* Attachment Options that defines behaviour for uploading and downloading attachments.
|
378
|
+
*/
|
379
|
+
export declare interface AttachmentOptions {
|
380
|
+
uploadOptions?: AttachmentUploadOptions;
|
381
|
+
downloadOptions?: AttachmentDownloadOptions;
|
382
|
+
}
|
383
|
+
|
384
|
+
/**
|
385
|
+
* @beta
|
386
|
+
* A attachment progress error object that contains message to be shown to
|
387
|
+
* the user when upload fails.
|
388
|
+
*/
|
389
|
+
export declare interface AttachmentProgressError {
|
390
|
+
message: string;
|
391
|
+
}
|
392
|
+
|
393
|
+
/**
|
394
|
+
* @beta
|
395
|
+
* A callback function for handling attachment removed by the user in send box.
|
396
|
+
*
|
397
|
+
* @param attachmentId - The ID of uploaded attachments.
|
398
|
+
*/
|
399
|
+
export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
|
400
|
+
|
401
|
+
/**
|
402
|
+
* @beta
|
403
|
+
* A callback function for handling list of upload tasks that contains files selected by user to upload.
|
404
|
+
*
|
405
|
+
* @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
|
406
|
+
*/
|
407
|
+
export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
|
408
|
+
|
409
|
+
/**
|
410
|
+
* @beta
|
411
|
+
*/
|
412
|
+
export declare interface AttachmentUploadOptions {
|
413
|
+
/**
|
414
|
+
* A list of strings containing the comma separated list of supported media (aka. mime) types.
|
415
|
+
* i.e. ['image/*', 'video/*', 'audio/*']
|
416
|
+
* Default value is `['*']`, meaning all media types are supported.
|
417
|
+
* Similar to the `accept` attribute of the `<input type="attachment" />` element.
|
418
|
+
* @beta
|
419
|
+
*/
|
420
|
+
supportedMediaTypes?: string[];
|
421
|
+
/**
|
422
|
+
* Disable multiple attachments to be selected if set to `true`.
|
423
|
+
* Default value is `false`, meaning multiple attachments can be selected.
|
424
|
+
* Similar to the `multiple` attribute of the `<input type="attachment" />` element.
|
425
|
+
* @beta
|
426
|
+
*/
|
427
|
+
disableMultipleUploads?: boolean;
|
428
|
+
/**
|
429
|
+
* A callback function of type {@link AttachmentSelectionHandler} that will be called
|
430
|
+
* when user finishes selecting files in browser's file picker. This function is required since
|
431
|
+
* this would be where upload logic is implemented to your own storage.
|
432
|
+
* @beta
|
433
|
+
*/
|
434
|
+
handleAttachmentSelection: AttachmentSelectionHandler;
|
435
|
+
/**
|
436
|
+
* A optional callback function that will be called
|
437
|
+
* when user removing files before clicking send message button. This function will be
|
438
|
+
* where you can remove the file from your storage.
|
439
|
+
* @beta
|
440
|
+
*/
|
441
|
+
handleAttachmentRemoval?: AttachmentRemovalHandler;
|
442
|
+
}
|
443
|
+
|
444
|
+
/**
|
445
|
+
* A upload task represents and manages an attachment that is being uploaded.
|
446
|
+
* When using the Composite, an attachment upload task is created for each file user is selected to upload.
|
447
|
+
* A upload task is complete when notifyUploadCompleted is called.
|
448
|
+
* A upload task is failed when notifyUploadFailed is called.
|
449
|
+
* @beta
|
450
|
+
*/
|
451
|
+
export declare interface AttachmentUploadTask {
|
452
|
+
/**
|
453
|
+
* Unique identifier for the attachment upload task.
|
454
|
+
*/
|
455
|
+
taskId: string;
|
456
|
+
/**
|
457
|
+
* HTML {@link File} object for the uploaded attachment.
|
458
|
+
*/
|
459
|
+
file?: File;
|
460
|
+
/**
|
461
|
+
* {@link Blob} object for the uploaded inline image.
|
462
|
+
*/
|
463
|
+
image?: Blob;
|
464
|
+
/**
|
465
|
+
* Update the progress of the upload changed.
|
466
|
+
* A upload is considered complete when the progress reaches 1.
|
467
|
+
* @param value - number between 0 and 1
|
468
|
+
*/
|
469
|
+
notifyUploadProgressChanged: (value: number) => void;
|
470
|
+
/**
|
471
|
+
* Mark the upload task as complete.
|
472
|
+
* An attachment is considered completed uploading when ID and URL are provided.
|
473
|
+
* @param id - the unique identifier of the attachment.
|
474
|
+
* @param url - the download URL of the attachment.
|
475
|
+
*/
|
476
|
+
notifyUploadCompleted: (id: string, url: string) => void;
|
477
|
+
/**
|
478
|
+
* Mark the upload task as failed.
|
479
|
+
* @param message - An error message that can be displayed to the user.
|
480
|
+
*/
|
481
|
+
notifyUploadFailed: (message: string) => void;
|
482
|
+
}
|
483
|
+
|
268
484
|
/**
|
269
485
|
* Custom data attributes for displaying avatar for a user.
|
270
486
|
*
|
@@ -455,6 +671,168 @@ export declare interface BaseCustomStyles {
|
|
455
671
|
root?: IStyle;
|
456
672
|
}
|
457
673
|
|
674
|
+
/**
|
675
|
+
* Content blocked message type.
|
676
|
+
*
|
677
|
+
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
678
|
+
*
|
679
|
+
* @beta
|
680
|
+
*/
|
681
|
+
export declare interface BlockedMessage extends MessageCommon {
|
682
|
+
messageType: 'blocked';
|
683
|
+
warningText?: string;
|
684
|
+
linkText?: string;
|
685
|
+
link?: string;
|
686
|
+
deletedOn?: Date;
|
687
|
+
senderId?: string;
|
688
|
+
senderDisplayName?: string;
|
689
|
+
status?: MessageStatus;
|
690
|
+
attached?: MessageAttachedStatus;
|
691
|
+
mine?: boolean;
|
692
|
+
}
|
693
|
+
|
694
|
+
/**
|
695
|
+
* Breakout rooms state
|
696
|
+
*
|
697
|
+
* @public
|
698
|
+
*/
|
699
|
+
export declare interface BreakoutRoomsState {
|
700
|
+
assignedBreakoutRoom?: BreakoutRoom;
|
701
|
+
breakoutRoomSettings?: BreakoutRoomsSettings;
|
702
|
+
breakoutRoomOriginCallId?: string;
|
703
|
+
breakoutRoomDisplayName?: string;
|
704
|
+
}
|
705
|
+
|
706
|
+
/**
|
707
|
+
* @beta
|
708
|
+
* Props for BrowserPermissionDeniedIOS component.
|
709
|
+
*/
|
710
|
+
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
711
|
+
/**
|
712
|
+
* Localization strings for BrowserPermissionDeniedIOS component.
|
713
|
+
*/
|
714
|
+
strings?: BrowserPermissionDeniedIOSStrings;
|
715
|
+
/**
|
716
|
+
* Link to image source.
|
717
|
+
*
|
718
|
+
* Image is inserted into the top of the component.
|
719
|
+
*/
|
720
|
+
imageSource?: string;
|
721
|
+
}
|
722
|
+
|
723
|
+
/**
|
724
|
+
* @beta
|
725
|
+
* Strings for BrowserPermissionDeniedIOS component
|
726
|
+
*/
|
727
|
+
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
728
|
+
/**
|
729
|
+
* Image alt text
|
730
|
+
*/
|
731
|
+
imageAltText: string;
|
732
|
+
/**
|
733
|
+
* Main text string.
|
734
|
+
*/
|
735
|
+
primaryText: string;
|
736
|
+
/**
|
737
|
+
* Subtext string.
|
738
|
+
*/
|
739
|
+
secondaryText: string;
|
740
|
+
/**
|
741
|
+
* Step 1 string
|
742
|
+
*/
|
743
|
+
step1Text: string;
|
744
|
+
/**
|
745
|
+
* Step 1 digit string
|
746
|
+
*/
|
747
|
+
step1DigitText: string;
|
748
|
+
/**
|
749
|
+
* Step 2 string
|
750
|
+
*/
|
751
|
+
step2Text: string;
|
752
|
+
/**
|
753
|
+
* Step 2 digit string
|
754
|
+
*/
|
755
|
+
step2DigitText: string;
|
756
|
+
/**
|
757
|
+
* Step 3 string
|
758
|
+
*/
|
759
|
+
step3Text: string;
|
760
|
+
/**
|
761
|
+
* Step 3 digit string
|
762
|
+
*/
|
763
|
+
step3DigitText: string;
|
764
|
+
/**
|
765
|
+
* Step 4 string
|
766
|
+
*/
|
767
|
+
step4Text: string;
|
768
|
+
/**
|
769
|
+
* Step 4 digit string
|
770
|
+
*/
|
771
|
+
step4DigitText: string;
|
772
|
+
}
|
773
|
+
|
774
|
+
/**
|
775
|
+
* @beta
|
776
|
+
* Props for BrowserPermissionDenied component.
|
777
|
+
*/
|
778
|
+
export declare interface BrowserPermissionDeniedProps {
|
779
|
+
/**
|
780
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
781
|
+
*/
|
782
|
+
onTroubleshootingClick?: () => void;
|
783
|
+
/**
|
784
|
+
* Action to be taken by the try again primary button.
|
785
|
+
*/
|
786
|
+
onTryAgainClick?: () => void;
|
787
|
+
/**
|
788
|
+
* Localization strings for BrowserPermissionDenied component.
|
789
|
+
*/
|
790
|
+
strings?: BrowserPermissionDeniedStrings;
|
791
|
+
/**
|
792
|
+
* Allows users to pass in an object contains custom CSS styles.
|
793
|
+
* @Example
|
794
|
+
* ```
|
795
|
+
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
796
|
+
* ```
|
797
|
+
*/
|
798
|
+
styles?: BrowserPermissionDeniedStyles;
|
799
|
+
}
|
800
|
+
|
801
|
+
/**
|
802
|
+
* @beta
|
803
|
+
* Strings for BrowserPermissionDenied component
|
804
|
+
*/
|
805
|
+
export declare interface BrowserPermissionDeniedStrings {
|
806
|
+
/**
|
807
|
+
* Main button text string.
|
808
|
+
*/
|
809
|
+
primaryButtonText: string;
|
810
|
+
/**
|
811
|
+
* Main text string.
|
812
|
+
*/
|
813
|
+
primaryText: string;
|
814
|
+
/**
|
815
|
+
* Subtext string.
|
816
|
+
*/
|
817
|
+
secondaryText: string;
|
818
|
+
/**
|
819
|
+
* More help link string.
|
820
|
+
*/
|
821
|
+
linkText: string;
|
822
|
+
}
|
823
|
+
|
824
|
+
/**
|
825
|
+
* Fluent styles for {@link BrowserPermissionDenied}.
|
826
|
+
*
|
827
|
+
* @beta
|
828
|
+
*/
|
829
|
+
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
830
|
+
/** Styles for the primary button. */
|
831
|
+
primaryButton?: IButtonStyles;
|
832
|
+
/** Styles for the help troubleshooting link text. */
|
833
|
+
troubleshootingLink?: ILinkStyles;
|
834
|
+
}
|
835
|
+
|
458
836
|
/**
|
459
837
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
460
838
|
*
|
@@ -658,6 +1036,49 @@ export declare interface CallAdapterCallOperations {
|
|
658
1036
|
* @public
|
659
1037
|
*/
|
660
1038
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
1039
|
+
/**
|
1040
|
+
* Create the html view for a stream.
|
1041
|
+
*
|
1042
|
+
* @remarks
|
1043
|
+
* This method is implemented for composite
|
1044
|
+
*
|
1045
|
+
* @param featureName - Name of feature to render
|
1046
|
+
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
1047
|
+
*
|
1048
|
+
* @beta
|
1049
|
+
*/
|
1050
|
+
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
1051
|
+
/**
|
1052
|
+
* Start Together mode.
|
1053
|
+
*
|
1054
|
+
* @beta
|
1055
|
+
*/
|
1056
|
+
startTogetherMode(): Promise<void>;
|
1057
|
+
/**
|
1058
|
+
* Recalculate the seating positions for together mode.
|
1059
|
+
*
|
1060
|
+
* @remarks
|
1061
|
+
* This method is implemented for composite
|
1062
|
+
*
|
1063
|
+
* @param width - Width of the container
|
1064
|
+
* @param height - Height of the container
|
1065
|
+
*
|
1066
|
+
* @beta
|
1067
|
+
*/
|
1068
|
+
setTogetherModeSceneSize(width: number, height: number): void;
|
1069
|
+
/**
|
1070
|
+
* Dispose the html view for a stream.
|
1071
|
+
*
|
1072
|
+
* @remarks
|
1073
|
+
* This method is implemented for composite
|
1074
|
+
*
|
1075
|
+
*
|
1076
|
+
* @param featureName - Name of the feature to dispose
|
1077
|
+
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
1078
|
+
*
|
1079
|
+
* @beta
|
1080
|
+
*/
|
1081
|
+
disposeTogetherModeStreamView(): Promise<void>;
|
661
1082
|
/**
|
662
1083
|
* Dispose the html view for a screen share stream
|
663
1084
|
*
|
@@ -708,6 +1129,10 @@ export declare interface CallAdapterCallOperations {
|
|
708
1129
|
* @public
|
709
1130
|
*/
|
710
1131
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1132
|
+
/**
|
1133
|
+
* Continues into a call when the browser version is not supported.
|
1134
|
+
*/
|
1135
|
+
allowUnsupportedBrowserVersion(): void;
|
711
1136
|
/**
|
712
1137
|
* Function to Start captions
|
713
1138
|
* @param options - options for start captions
|
@@ -793,6 +1218,10 @@ export declare interface CallAdapterCallOperations {
|
|
793
1218
|
* Mute All participants
|
794
1219
|
*/
|
795
1220
|
muteAllRemoteParticipants(): Promise<void>;
|
1221
|
+
/**
|
1222
|
+
* Return to origin call of breakout room
|
1223
|
+
*/
|
1224
|
+
returnFromBreakoutRoom(): Promise<void>;
|
796
1225
|
}
|
797
1226
|
|
798
1227
|
/**
|
@@ -827,6 +1256,10 @@ export declare type CallAdapterClientState = {
|
|
827
1256
|
* Latest error encountered for each operation performed via the adapter.
|
828
1257
|
*/
|
829
1258
|
latestErrors: AdapterErrors;
|
1259
|
+
/**
|
1260
|
+
* Latest notifications from call client state.
|
1261
|
+
*/
|
1262
|
+
latestNotifications: AdapterNotifications;
|
830
1263
|
/**
|
831
1264
|
* Azure communications Phone number to make PSTN calls with.
|
832
1265
|
*/
|
@@ -967,7 +1400,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
967
1400
|
*
|
968
1401
|
* @public
|
969
1402
|
*/
|
970
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
|
1403
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
|
971
1404
|
|
972
1405
|
/**
|
973
1406
|
* {@link CommonCallAdapter} state.
|
@@ -1080,6 +1513,10 @@ export declare interface CallAdapterSubscribers {
|
|
1080
1513
|
* Subscribe function for 'mutedByOthers' event.
|
1081
1514
|
*/
|
1082
1515
|
on(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1516
|
+
/**
|
1517
|
+
* Subscribe function for 'breakoutRoomsUpdated' event.
|
1518
|
+
*/
|
1519
|
+
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
1083
1520
|
/**
|
1084
1521
|
* Unsubscribe function for 'participantsJoined' event.
|
1085
1522
|
*/
|
@@ -1164,6 +1601,10 @@ export declare interface CallAdapterSubscribers {
|
|
1164
1601
|
* Unsubscribe function for 'mutedByOthers' event.
|
1165
1602
|
*/
|
1166
1603
|
off(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1604
|
+
/**
|
1605
|
+
* Unsubscribe function for 'breakoutRoomsUpdated' event.
|
1606
|
+
*/
|
1607
|
+
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
1167
1608
|
}
|
1168
1609
|
|
1169
1610
|
/**
|
@@ -1174,6 +1615,7 @@ export declare interface CallAdapterSubscribers {
|
|
1174
1615
|
export declare type CallAdapterUiState = {
|
1175
1616
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1176
1617
|
page: CallCompositePage;
|
1618
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
1177
1619
|
};
|
1178
1620
|
|
1179
1621
|
/**
|
@@ -1217,7 +1659,7 @@ export declare interface CallAgentState {
|
|
1217
1659
|
*/
|
1218
1660
|
export declare interface CallAndChatLocator {
|
1219
1661
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1220
|
-
callLocator: GroupCallLocator;
|
1662
|
+
callLocator: GroupCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator;
|
1221
1663
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1222
1664
|
chatThreadId: string;
|
1223
1665
|
}
|
@@ -1304,6 +1746,12 @@ export declare interface CallClientState {
|
|
1304
1746
|
* See documentation of {@Link CallErrors} for details.
|
1305
1747
|
*/
|
1306
1748
|
latestErrors: CallErrors;
|
1749
|
+
/**
|
1750
|
+
* Stores the latest notifications.
|
1751
|
+
*
|
1752
|
+
* See documentation of {@Link CallNotifications} for details.
|
1753
|
+
*/
|
1754
|
+
latestNotifications: CallNotifications;
|
1307
1755
|
/**
|
1308
1756
|
* A phone number in E.164 format that will be used to represent callers identity.
|
1309
1757
|
* For example, using the alternateCallerId to add a participant using PSTN, this number will
|
@@ -1413,6 +1861,7 @@ export declare type CallCompositeIcons = {
|
|
1413
1861
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
|
1414
1862
|
PeoplePaneMoreButton?: JSX.Element;
|
1415
1863
|
StopAllSpotlightMenuButton?: JSX.Element;
|
1864
|
+
TogetherModeLayout?: JSX.Element;
|
1416
1865
|
};
|
1417
1866
|
|
1418
1867
|
/**
|
@@ -1455,23 +1904,73 @@ export declare type CallCompositeOptions = {
|
|
1455
1904
|
*/
|
1456
1905
|
callControls?: boolean | CallControlOptions;
|
1457
1906
|
/**
|
1458
|
-
*
|
1907
|
+
* Device permissions check options for your call.
|
1908
|
+
* Here you can choose what device permissions you prompt the user for,
|
1909
|
+
* as well as what device permissions must be accepted before starting a call.
|
1459
1910
|
*/
|
1460
|
-
|
1911
|
+
deviceChecks?: DeviceCheckOptions;
|
1461
1912
|
/**
|
1462
|
-
*
|
1913
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1914
|
+
* unable to grant your site the required permissions for the call.
|
1463
1915
|
*
|
1464
|
-
* @
|
1916
|
+
* @example
|
1917
|
+
* ```ts
|
1918
|
+
* onPermissionsTroubleshootingClick: () =>
|
1919
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1920
|
+
* ```
|
1921
|
+
*
|
1922
|
+
* @remarks
|
1923
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1465
1924
|
*/
|
1466
|
-
|
1925
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1926
|
+
camera: PermissionState;
|
1927
|
+
microphone: PermissionState;
|
1928
|
+
}) => void;
|
1467
1929
|
/**
|
1468
|
-
*
|
1930
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1931
|
+
* having network issues when connecting to the call.
|
1932
|
+
*
|
1933
|
+
* @example
|
1934
|
+
* ```ts
|
1935
|
+
* onNetworkingTroubleShootingClick?: () =>
|
1936
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1937
|
+
* ```
|
1938
|
+
*
|
1939
|
+
* @remarks
|
1940
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1469
1941
|
*/
|
1470
|
-
|
1942
|
+
onNetworkingTroubleShootingClick?: () => void;
|
1471
1943
|
/**
|
1472
|
-
*
|
1473
|
-
*
|
1474
|
-
*
|
1944
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1945
|
+
*
|
1946
|
+
* @example
|
1947
|
+
* ```ts
|
1948
|
+
* onBrowserTroubleShootingClick?: () =>
|
1949
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1950
|
+
* ```
|
1951
|
+
*
|
1952
|
+
* @remarks
|
1953
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
1954
|
+
*/
|
1955
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
1956
|
+
/**
|
1957
|
+
* Remote participant video tile menu options
|
1958
|
+
*/
|
1959
|
+
remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
|
1960
|
+
/**
|
1961
|
+
* Options for controlling the local video tile.
|
1962
|
+
*
|
1963
|
+
* @remarks if 'false' the local video tile will not be rendered.
|
1964
|
+
*/
|
1965
|
+
localVideoTile?: boolean | LocalVideoTileOptions;
|
1966
|
+
/**
|
1967
|
+
* Options for controlling video tile.
|
1968
|
+
*/
|
1969
|
+
videoTilesOptions?: VideoTilesOptions;
|
1970
|
+
/**
|
1971
|
+
* Whether to auto show the DTMF Dialer when the call starts in supported scenarios.
|
1972
|
+
* - Teams Voice Application like Call queue or Auto Attendant
|
1973
|
+
* - PSTN Calls
|
1475
1974
|
* @defaultValue false
|
1476
1975
|
*/
|
1477
1976
|
disableAutoShowDtmfDialer?: boolean | DtmfDialPadOptions;
|
@@ -1574,7 +2073,7 @@ export declare type CallCompositeOptions = {
|
|
1574
2073
|
*
|
1575
2074
|
* @public
|
1576
2075
|
*/
|
1577
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest';
|
2076
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | 'transferring' | 'badRequest';
|
1578
2077
|
|
1579
2078
|
/**
|
1580
2079
|
* Props for {@link CallComposite}.
|
@@ -2427,6 +2926,40 @@ export declare interface CallCompositeStrings {
|
|
2427
2926
|
* Label for mute all cancel button
|
2428
2927
|
*/
|
2429
2928
|
muteAllCancelButtonLabel: string;
|
2929
|
+
/**
|
2930
|
+
* Label for join breakout room button
|
2931
|
+
*/
|
2932
|
+
joinBreakoutRoomButtonLabel: string;
|
2933
|
+
/**
|
2934
|
+
* Label for button to return from breakout room
|
2935
|
+
*/
|
2936
|
+
returnFromBreakoutRoomButtonLabel: string;
|
2937
|
+
/**
|
2938
|
+
* Label for button to leave breakout room and meeting
|
2939
|
+
*/
|
2940
|
+
leaveBreakoutRoomAndMeetingButtonLabel: string;
|
2941
|
+
/**
|
2942
|
+
* Notification title for when a user joins a breakout room
|
2943
|
+
*/
|
2944
|
+
breakoutRoomJoinedNotificationTitle: string;
|
2945
|
+
/**
|
2946
|
+
* Title for banner to join the assigned breakout room. The banner is shown in mobile view instead of the
|
2947
|
+
* notification.
|
2948
|
+
*/
|
2949
|
+
joinBreakoutRoomBannerTitle: string;
|
2950
|
+
/**
|
2951
|
+
* Label for button in banner to join breakout room. The banner is shown in mobile view instead of the notification.
|
2952
|
+
*/
|
2953
|
+
joinBreakoutRoomBannerButtonLabel: string;
|
2954
|
+
/**
|
2955
|
+
* Title for banner to return from breakout room. The banner is shown in mobile view instead of the notification.
|
2956
|
+
*/
|
2957
|
+
returnFromBreakoutRoomBannerTitle: string;
|
2958
|
+
/**
|
2959
|
+
* Label for button in banner to return from breakout room. The banner is shown in mobile view instead of the
|
2960
|
+
* notification.
|
2961
|
+
*/
|
2962
|
+
returnFromBreakoutRoomBannerButtonLabel: string;
|
2430
2963
|
}
|
2431
2964
|
|
2432
2965
|
/**
|
@@ -2511,7 +3044,22 @@ export declare type CallErrors = {
|
|
2511
3044
|
*
|
2512
3045
|
* @public
|
2513
3046
|
*/
|
2514
|
-
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' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | 'Call.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
|
3047
|
+
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' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | /* @conditional-compile-remove(calling-beta-sdk) */ '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';
|
3048
|
+
|
3049
|
+
/**
|
3050
|
+
* Represents the name of the call feature stream
|
3051
|
+
* @beta
|
3052
|
+
*/
|
3053
|
+
export declare type CallFeatureStreamName = 'togetherMode';
|
3054
|
+
|
3055
|
+
/**
|
3056
|
+
* State only version of {@link @azure/communication-calling#CallFeatureStream}.
|
3057
|
+
* Represents call feature stream state.
|
3058
|
+
* @beta
|
3059
|
+
*/
|
3060
|
+
export declare interface CallFeatureStreamState extends RemoteVideoStreamState {
|
3061
|
+
feature?: CallFeatureStreamName;
|
3062
|
+
}
|
2515
3063
|
|
2516
3064
|
/**
|
2517
3065
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -2621,6 +3169,21 @@ export declare interface CallingTheme {
|
|
2621
3169
|
};
|
2622
3170
|
}
|
2623
3171
|
|
3172
|
+
/**
|
3173
|
+
* @public
|
3174
|
+
*/
|
3175
|
+
export declare interface CallNotification {
|
3176
|
+
target: NotificationTarget;
|
3177
|
+
timestamp: Date;
|
3178
|
+
}
|
3179
|
+
|
3180
|
+
/**
|
3181
|
+
* @public
|
3182
|
+
*/
|
3183
|
+
export declare type CallNotifications = {
|
3184
|
+
[target in NotificationTarget]: CallNotification;
|
3185
|
+
};
|
3186
|
+
|
2624
3187
|
/**
|
2625
3188
|
* Calling participant's state, as reflected in the UI components.
|
2626
3189
|
*
|
@@ -2645,6 +3208,25 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
2645
3208
|
reaction?: Reaction;
|
2646
3209
|
/** Whether calling participant is spotlighted **/
|
2647
3210
|
spotlight?: Spotlight;
|
3211
|
+
/** Whether calling participant has audio/video media access blocked **/
|
3212
|
+
mediaAccess?: MediaAccess;
|
3213
|
+
};
|
3214
|
+
|
3215
|
+
/**
|
3216
|
+
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
3217
|
+
*
|
3218
|
+
* @remarks
|
3219
|
+
* This is currently in beta and only supports calling one Teams User.
|
3220
|
+
*
|
3221
|
+
* @example
|
3222
|
+
* ```
|
3223
|
+
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
3224
|
+
* ```
|
3225
|
+
*
|
3226
|
+
* @beta
|
3227
|
+
*/
|
3228
|
+
export declare type CallParticipantsLocator = {
|
3229
|
+
participantIds: string[];
|
2648
3230
|
};
|
2649
3231
|
|
2650
3232
|
/**
|
@@ -2747,6 +3329,10 @@ export declare interface CallState {
|
|
2747
3329
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
2748
3330
|
*/
|
2749
3331
|
recording: RecordingCallFeature;
|
3332
|
+
/**
|
3333
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3334
|
+
*/
|
3335
|
+
localRecording: LocalRecordingCallFeatureState;
|
2750
3336
|
/**
|
2751
3337
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
2752
3338
|
*
|
@@ -2757,6 +3343,11 @@ export declare interface CallState {
|
|
2757
3343
|
* Proxy of {@link @azure/communication-calling#RaiseHandCallFeature}.
|
2758
3344
|
*/
|
2759
3345
|
raiseHand: RaiseHandCallFeature;
|
3346
|
+
/**
|
3347
|
+
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature}.
|
3348
|
+
* @beta
|
3349
|
+
*/
|
3350
|
+
togetherMode: TogetherModeCallFeatureState;
|
2760
3351
|
/**
|
2761
3352
|
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
2762
3353
|
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
@@ -2803,6 +3394,10 @@ export declare interface CallState {
|
|
2803
3394
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
2804
3395
|
*/
|
2805
3396
|
role?: ParticipantRole;
|
3397
|
+
/**
|
3398
|
+
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3399
|
+
*/
|
3400
|
+
totalParticipantCount?: number;
|
2806
3401
|
/**
|
2807
3402
|
* Transfer state of call
|
2808
3403
|
*/
|
@@ -2822,13 +3417,21 @@ export declare interface CallState {
|
|
2822
3417
|
/**
|
2823
3418
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
2824
3419
|
*/
|
2825
|
-
info?: TeamsCallInfo;
|
3420
|
+
info?: TeamsCallInfo | /* @conditional-compile-remove(calling-beta-sdk) */ CallInfo;
|
2826
3421
|
/**
|
2827
3422
|
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
2828
3423
|
*/
|
2829
3424
|
meetingConference?: {
|
2830
3425
|
conferencePhones: ConferencePhoneInfo[];
|
2831
3426
|
};
|
3427
|
+
/**
|
3428
|
+
* Proxy of {@link @azure/communication-calling#BreakoutRoomsFeature}.
|
3429
|
+
*/
|
3430
|
+
breakoutRooms?: BreakoutRoomsState;
|
3431
|
+
/**
|
3432
|
+
* Proxy of {@link @azure/communication-calling#MediaAccessFeature}.
|
3433
|
+
*/
|
3434
|
+
mediaAccess?: MediaAccessState;
|
2832
3435
|
}
|
2833
3436
|
|
2834
3437
|
/**
|
@@ -3007,6 +3610,48 @@ export declare interface CallWithChatAdapterManagement {
|
|
3007
3610
|
* @public
|
3008
3611
|
*/
|
3009
3612
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
3613
|
+
/**
|
3614
|
+
* Create the html view for a togethermode stream.
|
3615
|
+
*
|
3616
|
+
* @remarks
|
3617
|
+
* This method is implemented for composite
|
3618
|
+
*
|
3619
|
+
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
3620
|
+
*
|
3621
|
+
* @beta
|
3622
|
+
*/
|
3623
|
+
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
3624
|
+
/**
|
3625
|
+
* Start together mode.
|
3626
|
+
*
|
3627
|
+
* @remarks
|
3628
|
+
* This method is implemented for composite
|
3629
|
+
*
|
3630
|
+
*
|
3631
|
+
* @beta
|
3632
|
+
*/
|
3633
|
+
startTogetherMode(): Promise<void>;
|
3634
|
+
/**
|
3635
|
+
* Recalculate the seating positions for together mode.
|
3636
|
+
*
|
3637
|
+
* @remarks
|
3638
|
+
* This method is implemented for composite
|
3639
|
+
*
|
3640
|
+
* @param width - Width of the container
|
3641
|
+
* @param height - Height of the container
|
3642
|
+
*
|
3643
|
+
* @beta
|
3644
|
+
*/
|
3645
|
+
setTogetherModeSceneSize(width: number, height: number): void;
|
3646
|
+
/**
|
3647
|
+
* Dispose the html view for a togethermode stream.
|
3648
|
+
*
|
3649
|
+
* @remarks
|
3650
|
+
* This method is implemented for composite
|
3651
|
+
*
|
3652
|
+
* @beta
|
3653
|
+
*/
|
3654
|
+
disposeTogetherModeStreamView(): Promise<void>;
|
3010
3655
|
/**
|
3011
3656
|
* Dispose the html view for a screen share stream
|
3012
3657
|
*
|
@@ -3114,7 +3759,19 @@ export declare interface CallWithChatAdapterManagement {
|
|
3114
3759
|
*
|
3115
3760
|
* @public
|
3116
3761
|
*/
|
3117
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3762
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
3763
|
+
/**
|
3764
|
+
* Upload an inline image for a message.
|
3765
|
+
*
|
3766
|
+
* @beta
|
3767
|
+
*/
|
3768
|
+
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
3769
|
+
/**
|
3770
|
+
* Delete an inline image for a message.
|
3771
|
+
*
|
3772
|
+
* @beta
|
3773
|
+
*/
|
3774
|
+
deleteImage(imageId: string): Promise<void>;
|
3118
3775
|
/**
|
3119
3776
|
* Send a read receipt for a message.
|
3120
3777
|
*
|
@@ -3132,7 +3789,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3132
3789
|
*
|
3133
3790
|
* @public
|
3134
3791
|
*/
|
3135
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
3792
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
3136
3793
|
/**
|
3137
3794
|
* Delete a message in the thread.
|
3138
3795
|
*
|
@@ -3177,6 +3834,10 @@ export declare interface CallWithChatAdapterManagement {
|
|
3177
3834
|
* @public
|
3178
3835
|
*/
|
3179
3836
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
3837
|
+
/**
|
3838
|
+
* Continues into a call when the browser version is not supported.
|
3839
|
+
*/
|
3840
|
+
allowUnsupportedBrowserVersion(): void;
|
3180
3841
|
/**
|
3181
3842
|
* Function to Start captions
|
3182
3843
|
* @param options - options for start captions
|
@@ -3256,6 +3917,10 @@ export declare interface CallWithChatAdapterManagement {
|
|
3256
3917
|
* Mute a participant
|
3257
3918
|
*/
|
3258
3919
|
muteAllRemoteParticipants(): Promise<void>;
|
3920
|
+
/**
|
3921
|
+
* Return to origin call of breakout room
|
3922
|
+
*/
|
3923
|
+
returnFromBreakoutRoom(): Promise<void>;
|
3259
3924
|
}
|
3260
3925
|
|
3261
3926
|
/**
|
@@ -3289,6 +3954,7 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
3289
3954
|
on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
3290
3955
|
on(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
3291
3956
|
on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
3957
|
+
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
3292
3958
|
off(event: 'callEnded', listener: CallEndedListener): void;
|
3293
3959
|
off(event: 'isMutedChanged', listener: IsMutedChangedListener): void;
|
3294
3960
|
off(event: 'callIdChanged', listener: CallIdChangedListener): void;
|
@@ -3306,6 +3972,7 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
3306
3972
|
off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
3307
3973
|
off(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
3308
3974
|
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
3975
|
+
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
3309
3976
|
on(event: 'messageReceived', listener: MessageReceivedListener): void;
|
3310
3977
|
on(event: 'messageEdited', listener: MessageEditedListener): void;
|
3311
3978
|
on(event: 'messageDeleted', listener: MessageDeletedListener): void;
|
@@ -3344,6 +4011,14 @@ export declare interface CallWithChatAdapterUiState {
|
|
3344
4011
|
* @public
|
3345
4012
|
*/
|
3346
4013
|
page: CallCompositePage;
|
4014
|
+
/**
|
4015
|
+
* State to track whether the end user has opted in to using a
|
4016
|
+
* out of date version of a supported browser. Allows the user
|
4017
|
+
* to start a call in this state.
|
4018
|
+
*
|
4019
|
+
* @beta
|
4020
|
+
*/
|
4021
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
3347
4022
|
}
|
3348
4023
|
|
3349
4024
|
/**
|
@@ -3362,6 +4037,8 @@ export declare interface CallWithChatClientState {
|
|
3362
4037
|
chat?: ChatThreadClientState;
|
3363
4038
|
/** Latest call error encountered for each operation performed via the adapter. */
|
3364
4039
|
latestCallErrors: AdapterErrors;
|
4040
|
+
/** Latest call notifications encountered in the call client state via the adapter. */
|
4041
|
+
latestCallNotifications: AdapterNotifications;
|
3365
4042
|
/** Latest chat error encountered for each operation performed via the adapter. */
|
3366
4043
|
latestChatErrors: AdapterErrors;
|
3367
4044
|
/** State of available and currently selected devices */
|
@@ -3515,6 +4192,62 @@ export declare type CallWithChatCompositeOptions = {
|
|
3515
4192
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
3516
4193
|
*/
|
3517
4194
|
callControls?: boolean | CallWithChatControlOptions;
|
4195
|
+
/**
|
4196
|
+
* Properties for configuring the File Sharing feature.
|
4197
|
+
* If undefined, file sharing feature will be disabled.
|
4198
|
+
* @beta
|
4199
|
+
*/
|
4200
|
+
attachmentOptions?: AttachmentOptions;
|
4201
|
+
/**
|
4202
|
+
* Device permissions check options for your call.
|
4203
|
+
* Here you can choose what device permissions you prompt the user for,
|
4204
|
+
* as well as what device permissions must be accepted before starting a call.
|
4205
|
+
*/
|
4206
|
+
deviceChecks?: DeviceCheckOptions;
|
4207
|
+
/**
|
4208
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
4209
|
+
* unable to grant your site the required permissions for the call.
|
4210
|
+
*
|
4211
|
+
* @example
|
4212
|
+
* ```ts
|
4213
|
+
* onPermissionsTroubleshootingClick: () =>
|
4214
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
4215
|
+
* ```
|
4216
|
+
*
|
4217
|
+
* @remarks
|
4218
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
4219
|
+
*/
|
4220
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
4221
|
+
camera: PermissionState;
|
4222
|
+
microphone: PermissionState;
|
4223
|
+
}) => void;
|
4224
|
+
/**
|
4225
|
+
* Optional callback to supply users with further troubleshooting steps for network issues
|
4226
|
+
* experienced when connecting to a call.
|
4227
|
+
*
|
4228
|
+
* @example
|
4229
|
+
* ```ts
|
4230
|
+
* onNetworkingTroubleShootingClick?: () =>
|
4231
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
4232
|
+
* ```
|
4233
|
+
*
|
4234
|
+
* @remarks
|
4235
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
4236
|
+
*/
|
4237
|
+
onNetworkingTroubleShootingClick?: () => void;
|
4238
|
+
/**
|
4239
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
4240
|
+
*
|
4241
|
+
* @example
|
4242
|
+
* ```ts
|
4243
|
+
* onBrowserTroubleShootingClick?: () =>
|
4244
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
4245
|
+
* ```
|
4246
|
+
*
|
4247
|
+
* @remarks
|
4248
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
4249
|
+
*/
|
4250
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
3518
4251
|
/**
|
3519
4252
|
* Remote participant video tile menu options
|
3520
4253
|
*/
|
@@ -3617,6 +4350,13 @@ export declare type CallWithChatCompositeOptions = {
|
|
3617
4350
|
*/
|
3618
4351
|
hideSpotlightButtons?: boolean;
|
3619
4352
|
};
|
4353
|
+
/**
|
4354
|
+
* Enables rich text editor for the send and edit boxes
|
4355
|
+
* @defaultValue `false`
|
4356
|
+
*
|
4357
|
+
* @beta
|
4358
|
+
*/
|
4359
|
+
richTextEditor?: boolean;
|
3620
4360
|
};
|
3621
4361
|
|
3622
4362
|
/**
|
@@ -3756,6 +4496,14 @@ export declare interface CallWithChatCompositeStrings {
|
|
3756
4496
|
* Side pane Chat screen title.
|
3757
4497
|
*/
|
3758
4498
|
chatPaneTitle: string;
|
4499
|
+
/**
|
4500
|
+
* Side pane Chat screen title in a breakout room.
|
4501
|
+
*/
|
4502
|
+
breakoutRoomChatPaneTitle: string;
|
4503
|
+
/**
|
4504
|
+
* Label for spinner when chat content is loading.
|
4505
|
+
*/
|
4506
|
+
chatContentSpinnerLabel: string;
|
3759
4507
|
/**
|
3760
4508
|
* New Message label for chat button with notification icon component.
|
3761
4509
|
*/
|
@@ -3850,7 +4598,36 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
3850
4598
|
*
|
3851
4599
|
* @public
|
3852
4600
|
*/
|
3853
|
-
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | 'spotlightChanged' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
|
4601
|
+
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | 'spotlightChanged' | /* @conditional-compile-remove(breakout-rooms) */ 'breakoutRoomsUpdated' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
|
4602
|
+
|
4603
|
+
/**
|
4604
|
+
* @beta
|
4605
|
+
*
|
4606
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4607
|
+
* by their browsers settings.
|
4608
|
+
*/
|
4609
|
+
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4610
|
+
|
4611
|
+
/**
|
4612
|
+
* @beta
|
4613
|
+
* Props for CameraAndMicrophoneSitePermissions component.
|
4614
|
+
*/
|
4615
|
+
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4616
|
+
/** Icon name for the camera icon */
|
4617
|
+
cameraIconName?: string;
|
4618
|
+
/** Icon name for the microphone icon */
|
4619
|
+
microphoneIconName?: string;
|
4620
|
+
/** Icon name for the central icon between the camera and microphone icons */
|
4621
|
+
connectorIconName?: string;
|
4622
|
+
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4623
|
+
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4624
|
+
}
|
4625
|
+
|
4626
|
+
/**
|
4627
|
+
* @beta
|
4628
|
+
* Strings for CameraAndMicrophoneSitePermissions component.
|
4629
|
+
*/
|
4630
|
+
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
3854
4631
|
|
3855
4632
|
/**
|
3856
4633
|
* A button to turn camera on / off.
|
@@ -4012,6 +4789,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
4012
4789
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
4013
4790
|
}
|
4014
4791
|
|
4792
|
+
/**
|
4793
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4794
|
+
* by their browsers settings.
|
4795
|
+
*
|
4796
|
+
* @beta
|
4797
|
+
*/
|
4798
|
+
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
4799
|
+
|
4800
|
+
/**
|
4801
|
+
* @beta
|
4802
|
+
* Props for CameraSitePermissions component.
|
4803
|
+
*/
|
4804
|
+
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
4805
|
+
/** Icon name for the camera icon */
|
4806
|
+
cameraIconName?: string;
|
4807
|
+
/** Strings for use with the {@link CameraSitePermissions} */
|
4808
|
+
strings?: CameraSitePermissionsStrings;
|
4809
|
+
}
|
4810
|
+
|
4811
|
+
/**
|
4812
|
+
* @beta
|
4813
|
+
* Strings for CameraSitePermissions component.
|
4814
|
+
*/
|
4815
|
+
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
4816
|
+
|
4015
4817
|
/**
|
4016
4818
|
* @public
|
4017
4819
|
* Callback function run when a message edit is cancelled.
|
@@ -4553,7 +5355,15 @@ export declare interface ChatAdapterThreadManagement {
|
|
4553
5355
|
* Send a message in the thread.
|
4554
5356
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
4555
5357
|
*/
|
4556
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
5358
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
5359
|
+
/**
|
5360
|
+
* Upload an inline image for a message.
|
5361
|
+
*/
|
5362
|
+
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
5363
|
+
/**
|
5364
|
+
* Delete an inline image for a message.
|
5365
|
+
*/
|
5366
|
+
deleteImage(imageId: string): Promise<void>;
|
4557
5367
|
/**
|
4558
5368
|
* Send a read receipt for a message.
|
4559
5369
|
*/
|
@@ -4574,7 +5384,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
4574
5384
|
* Update a message content.
|
4575
5385
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
4576
5386
|
*/
|
4577
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
5387
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
4578
5388
|
/**
|
4579
5389
|
* Delete a message in the thread.
|
4580
5390
|
*/
|
@@ -4712,6 +5522,7 @@ export declare type ChatCompositeIcons = {
|
|
4712
5522
|
ParticipantItemOptionsHovered?: JSX.Element;
|
4713
5523
|
SendBoxSend?: JSX.Element;
|
4714
5524
|
SendBoxSendHovered?: JSX.Element;
|
5525
|
+
SendBoxAttachFile?: JSX.Element;
|
4715
5526
|
};
|
4716
5527
|
|
4717
5528
|
/**
|
@@ -4740,6 +5551,13 @@ export declare type ChatCompositeOptions = {
|
|
4740
5551
|
* @defaultValue true
|
4741
5552
|
*/
|
4742
5553
|
errorBar?: boolean;
|
5554
|
+
/**
|
5555
|
+
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
5556
|
+
* @defaultValue false
|
5557
|
+
*
|
5558
|
+
* @beta
|
5559
|
+
*/
|
5560
|
+
participantPane?: boolean;
|
4743
5561
|
/**
|
4744
5562
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
4745
5563
|
* @defaultValue true
|
@@ -4750,6 +5568,19 @@ export declare type ChatCompositeOptions = {
|
|
4750
5568
|
* When undefined nothing has focus on render
|
4751
5569
|
*/
|
4752
5570
|
autoFocus?: 'sendBoxTextField';
|
5571
|
+
/**
|
5572
|
+
* Properties for configuring the File Sharing feature.
|
5573
|
+
* If undefined, file sharing feature will be disabled.
|
5574
|
+
* @beta
|
5575
|
+
*/
|
5576
|
+
attachmentOptions?: AttachmentOptions;
|
5577
|
+
/**
|
5578
|
+
* Enables rich text editor for the send and edit boxes
|
5579
|
+
* @defaultValue `false`
|
5580
|
+
*
|
5581
|
+
* @beta
|
5582
|
+
*/
|
5583
|
+
richTextEditor?: boolean;
|
4753
5584
|
};
|
4754
5585
|
|
4755
5586
|
/**
|
@@ -4777,6 +5608,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
4777
5608
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
4778
5609
|
*/
|
4779
5610
|
options?: ChatCompositeOptions;
|
5611
|
+
/**
|
5612
|
+
* Optimizes the composite form factor for either desktop or mobile.
|
5613
|
+
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
5614
|
+
* @defaultValue 'desktop'
|
5615
|
+
*/
|
5616
|
+
formFactor?: 'desktop' | 'mobile';
|
4780
5617
|
}
|
4781
5618
|
|
4782
5619
|
/**
|
@@ -4791,6 +5628,26 @@ export declare interface ChatCompositeStrings {
|
|
4791
5628
|
* Chat list header text
|
4792
5629
|
*/
|
4793
5630
|
chatListHeader: string;
|
5631
|
+
/**
|
5632
|
+
* Upload Attachment Button text
|
5633
|
+
*/
|
5634
|
+
uploadAttachment: string;
|
5635
|
+
/**
|
5636
|
+
* Error Message for image data is not provided for image upload
|
5637
|
+
*/
|
5638
|
+
uploadImageDataNotProvided: string;
|
5639
|
+
/**
|
5640
|
+
* Error Message for upload image is too large
|
5641
|
+
*/
|
5642
|
+
uploadImageIsTooLarge: string;
|
5643
|
+
/**
|
5644
|
+
* Error Message for unsupported image extension for image upload
|
5645
|
+
*/
|
5646
|
+
uploadImageExtensionIsNotAllowed: string;
|
5647
|
+
/**
|
5648
|
+
* Error Message for unable to upload image
|
5649
|
+
*/
|
5650
|
+
uploadImageFailed: string;
|
4794
5651
|
}
|
4795
5652
|
|
4796
5653
|
/**
|
@@ -4839,7 +5696,7 @@ export declare type ChatErrors = {
|
|
4839
5696
|
*
|
4840
5697
|
* @public
|
4841
5698
|
*/
|
4842
|
-
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';
|
5699
|
+
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';
|
4843
5700
|
|
4844
5701
|
/**
|
4845
5702
|
* Object containing all the handlers required for chat components.
|
@@ -4850,13 +5707,15 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
4850
5707
|
* @public
|
4851
5708
|
*/
|
4852
5709
|
export declare type ChatHandlers = {
|
4853
|
-
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
5710
|
+
onSendMessage: (content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions) => Promise<void>;
|
5711
|
+
onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
|
5712
|
+
onDeleteImage: (imageId: string) => Promise<void>;
|
4854
5713
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
4855
5714
|
onTyping: () => Promise<void>;
|
4856
5715
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
4857
5716
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
4858
5717
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
4859
|
-
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
5718
|
+
onUpdateMessage: (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
4860
5719
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
4861
5720
|
};
|
4862
5721
|
|
@@ -4899,6 +5758,12 @@ export declare interface ChatMessage extends MessageCommon {
|
|
4899
5758
|
attachments?: AttachmentMetadata[];
|
4900
5759
|
}
|
4901
5760
|
|
5761
|
+
/**
|
5762
|
+
* @beta
|
5763
|
+
* Type of the message content, either 'text' or 'html'.
|
5764
|
+
*/
|
5765
|
+
export declare type ChatMessageType = 'text' | 'html';
|
5766
|
+
|
4902
5767
|
/**
|
4903
5768
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
4904
5769
|
* client-side only metadata for chat messages.
|
@@ -5005,6 +5870,8 @@ export declare type ChatThreadClientState = {
|
|
5005
5870
|
*/
|
5006
5871
|
export declare type ChatThreadProperties = {
|
5007
5872
|
topic?: string;
|
5873
|
+
createdBy?: CommunicationIdentifierKind;
|
5874
|
+
messagingPolicy?: MessagingPolicy;
|
5008
5875
|
};
|
5009
5876
|
|
5010
5877
|
/**
|
@@ -5271,6 +6138,7 @@ export declare interface CommonCallingHandlers {
|
|
5271
6138
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
5272
6139
|
onRemoveParticipant(userId: string): Promise<void>;
|
5273
6140
|
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
6141
|
+
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
5274
6142
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
5275
6143
|
onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
|
5276
6144
|
onRejectCall: (incomingCallId: string) => Promise<void>;
|
@@ -5289,41 +6157,146 @@ export declare interface CommonCallingHandlers {
|
|
5289
6157
|
onStopAllSpotlight: () => Promise<void>;
|
5290
6158
|
onMuteParticipant: (userId: string) => Promise<void>;
|
5291
6159
|
onMuteAllRemoteParticipants: () => Promise<void>;
|
5292
|
-
|
5293
|
-
|
5294
|
-
|
5295
|
-
|
5296
|
-
|
5297
|
-
|
5298
|
-
|
5299
|
-
|
5300
|
-
|
5301
|
-
|
5302
|
-
|
5303
|
-
|
5304
|
-
|
5305
|
-
|
5306
|
-
|
5307
|
-
|
5308
|
-
|
5309
|
-
|
5310
|
-
|
5311
|
-
|
5312
|
-
|
5313
|
-
|
5314
|
-
|
5315
|
-
|
5316
|
-
|
5317
|
-
|
5318
|
-
|
5319
|
-
|
5320
|
-
|
5321
|
-
|
5322
|
-
/**
|
5323
|
-
|
5324
|
-
|
5325
|
-
|
5326
|
-
|
6160
|
+
/**
|
6161
|
+
* Call back to create a view for together mode
|
6162
|
+
*
|
6163
|
+
* @beta
|
6164
|
+
*/
|
6165
|
+
onCreateTogetherModeStreamView: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
6166
|
+
/**
|
6167
|
+
* Call back to create a view for together mode
|
6168
|
+
*
|
6169
|
+
* @beta
|
6170
|
+
*/
|
6171
|
+
onStartTogetherMode: () => Promise<void>;
|
6172
|
+
/**
|
6173
|
+
* Call set together mode scene size
|
6174
|
+
*
|
6175
|
+
* @beta
|
6176
|
+
*/
|
6177
|
+
onSetTogetherModeSceneSize: (width: number, height: number) => void;
|
6178
|
+
/**
|
6179
|
+
* Call back to dispose together mode views
|
6180
|
+
*
|
6181
|
+
* @beta
|
6182
|
+
*/
|
6183
|
+
onDisposeTogetherModeStreamView: () => Promise<void>;
|
6184
|
+
/**
|
6185
|
+
* Forbid remote participants from sending audio
|
6186
|
+
*
|
6187
|
+
* @beta
|
6188
|
+
*/
|
6189
|
+
onForbidAudio?: (userIds: string[]) => Promise<void>;
|
6190
|
+
/**
|
6191
|
+
* Permit remote participants to send audio
|
6192
|
+
*
|
6193
|
+
* @beta
|
6194
|
+
*/
|
6195
|
+
onPermitAudio?: (userIds: string[]) => Promise<void>;
|
6196
|
+
/**
|
6197
|
+
* Change meeting option forbid remote participants from sending audio
|
6198
|
+
*
|
6199
|
+
* @beta
|
6200
|
+
*/
|
6201
|
+
onForbidOthersAudio?: () => Promise<void>;
|
6202
|
+
/**
|
6203
|
+
* Change meeting option permit remote participants to send audio
|
6204
|
+
*
|
6205
|
+
* @beta
|
6206
|
+
*/
|
6207
|
+
onPermitOthersAudio?: () => Promise<void>;
|
6208
|
+
/**
|
6209
|
+
* Forbid remote participants from sending video
|
6210
|
+
*
|
6211
|
+
* @beta
|
6212
|
+
*/
|
6213
|
+
onForbidVideo?: (userIds: string[]) => Promise<void>;
|
6214
|
+
/**
|
6215
|
+
* Permit remote participants to send video
|
6216
|
+
*
|
6217
|
+
* @beta
|
6218
|
+
*/
|
6219
|
+
onPermitVideo?: (userIds: string[]) => Promise<void>;
|
6220
|
+
/**
|
6221
|
+
* Change meeting option forbid remote participants from sending video
|
6222
|
+
*
|
6223
|
+
* @beta
|
6224
|
+
*/
|
6225
|
+
onForbidOthersVideo?: () => Promise<void>;
|
6226
|
+
/**
|
6227
|
+
* Change meeting option permit remote participants to send video
|
6228
|
+
*
|
6229
|
+
* @beta
|
6230
|
+
*/
|
6231
|
+
onPermitOthersVideo?: () => Promise<void>;
|
6232
|
+
}
|
6233
|
+
|
6234
|
+
/**
|
6235
|
+
* Return intersect properties of 2 types
|
6236
|
+
*
|
6237
|
+
* @public
|
6238
|
+
*/
|
6239
|
+
export declare type CommonProperties<A, B> = {
|
6240
|
+
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
6241
|
+
}[keyof A & keyof B];
|
6242
|
+
|
6243
|
+
/**
|
6244
|
+
* @beta
|
6245
|
+
* Props for SitePermissions components.
|
6246
|
+
*/
|
6247
|
+
export declare interface CommonSitePermissionsProps {
|
6248
|
+
/**
|
6249
|
+
* Name of application calling experience is in.
|
6250
|
+
*/
|
6251
|
+
appName: string;
|
6252
|
+
/**
|
6253
|
+
* Kind of the Site Permissions component.
|
6254
|
+
*/
|
6255
|
+
kind: 'request' | 'denied' | 'check';
|
6256
|
+
/**
|
6257
|
+
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
6258
|
+
*/
|
6259
|
+
browserHint?: 'safari' | 'unset';
|
6260
|
+
/**
|
6261
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
6262
|
+
* If this is not provided the button will not be shown.
|
6263
|
+
*/
|
6264
|
+
onTroubleshootingClick?: () => void;
|
6265
|
+
/**
|
6266
|
+
* Action that is taken when the user clicks the continue anyway button.
|
6267
|
+
* If this is not provided the button will not be shown.
|
6268
|
+
*/
|
6269
|
+
onContinueAnywayClick?: () => void;
|
6270
|
+
/**
|
6271
|
+
* Styles for SitePermissions component.
|
6272
|
+
*/
|
6273
|
+
styles?: SitePermissionsStyles;
|
6274
|
+
}
|
6275
|
+
|
6276
|
+
/**
|
6277
|
+
* A Chat or Calling participant's state, as reflected in the UI.
|
6278
|
+
*
|
6279
|
+
* @public
|
6280
|
+
*/
|
6281
|
+
export declare type CommunicationParticipant = {
|
6282
|
+
/** User ID of participant */
|
6283
|
+
userId: string;
|
6284
|
+
/** Display name of participant */
|
6285
|
+
displayName?: string;
|
6286
|
+
};
|
6287
|
+
|
6288
|
+
/**
|
6289
|
+
* Locale for Arabic (Saudi Arabia).
|
6290
|
+
*
|
6291
|
+
* @public
|
6292
|
+
*/
|
6293
|
+
export declare const COMPONENT_LOCALE_AR_SA: ComponentLocale;
|
6294
|
+
|
6295
|
+
/**
|
6296
|
+
* Locale for Czech (Czech Republic).
|
6297
|
+
*
|
6298
|
+
* @public
|
6299
|
+
*/
|
5327
6300
|
export declare const COMPONENT_LOCALE_CS_CZ: ComponentLocale;
|
5328
6301
|
|
5329
6302
|
/**
|
@@ -5497,6 +6470,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
5497
6470
|
export declare interface ComponentLocale {
|
5498
6471
|
/** Strings for components */
|
5499
6472
|
strings: ComponentStrings;
|
6473
|
+
/**
|
6474
|
+
* Optional function to provide customized date format.
|
6475
|
+
* @beta
|
6476
|
+
*/
|
6477
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
5500
6478
|
}
|
5501
6479
|
|
5502
6480
|
/**
|
@@ -5546,6 +6524,10 @@ export declare interface ComponentStrings {
|
|
5546
6524
|
typingIndicator: TypingIndicatorStrings;
|
5547
6525
|
/** Strings for SendBox */
|
5548
6526
|
sendBox: SendBoxStrings;
|
6527
|
+
/** Strings for RichTextSendBox */
|
6528
|
+
richTextSendBox: RichTextSendBoxStrings;
|
6529
|
+
/** Strings for MentionPopover */
|
6530
|
+
mentionPopover: MentionPopoverStrings;
|
5549
6531
|
/** Strings for ImageOverlay */
|
5550
6532
|
imageOverlay: ImageOverlayStrings;
|
5551
6533
|
/** Strings for MessageStatusIndicator */
|
@@ -5562,13 +6544,55 @@ export declare interface ComponentStrings {
|
|
5562
6544
|
videoTile: VideoTileStrings;
|
5563
6545
|
/** Strings for HoldButton */
|
5564
6546
|
holdButton: HoldButtonStrings;
|
6547
|
+
/** Strings for a site's permission request prompt */
|
6548
|
+
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6549
|
+
/** Strings for a site's permission request prompt */
|
6550
|
+
CameraSitePermissionsRequest: SitePermissionsStrings;
|
6551
|
+
/** Strings for a site's permission request prompt */
|
6552
|
+
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6553
|
+
/** Strings for a site's permission generic checking prompt */
|
6554
|
+
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6555
|
+
/** Strings for a site's permission generic checking prompt */
|
6556
|
+
CameraSitePermissionsCheck: SitePermissionsStrings;
|
6557
|
+
/** Strings for a site's permission generic checking prompt */
|
6558
|
+
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6559
|
+
/** Strings for a site's permission denied prompt */
|
6560
|
+
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6561
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
6562
|
+
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6563
|
+
/** Strings for a site's permission denied prompt */
|
6564
|
+
CameraSitePermissionsDenied: SitePermissionsStrings;
|
6565
|
+
/** Strings for a site's permission denied prompt */
|
6566
|
+
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6567
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
6568
|
+
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6569
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
6570
|
+
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6571
|
+
/** Strings for unsupported browser UI */
|
6572
|
+
UnsupportedBrowser: UnsupportedBrowserStrings;
|
6573
|
+
/** Strings for unsupported browser version UI */
|
6574
|
+
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
6575
|
+
/** Strings for unsupported browser version UI */
|
6576
|
+
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
6577
|
+
/** Strings for BrowserPemissionDenied */
|
6578
|
+
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
6579
|
+
/** Strings for BrowserPemissionDeniedIOS */
|
6580
|
+
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
5565
6581
|
/**
|
5566
6582
|
* Strings for the VerticalGallery.
|
5567
6583
|
*/
|
5568
6584
|
verticalGallery: VerticalGalleryStrings;
|
6585
|
+
/** Strings for the participant list component */
|
6586
|
+
ParticipantList: ParticipantListStrings;
|
5569
6587
|
/** Strings for the MeetingConferencePhoneInfoModal */
|
5570
6588
|
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
5571
6589
|
IncomingCallNotification: IncomingCallNotificationStrings;
|
6590
|
+
/** Strings for the RTT Disclosure Banner */
|
6591
|
+
rttDisclosureBanner: RTTDisclosureBannerStrings;
|
6592
|
+
/** Strings for the RTTModal */
|
6593
|
+
rttModal: RTTModalStrings;
|
6594
|
+
/** Strings for RealTimeText */
|
6595
|
+
rtt: RealTimeTextStrings;
|
5572
6596
|
/** Strings for Captions Setting Modal */
|
5573
6597
|
captionsSettingsModal: CaptionsSettingsModalStrings;
|
5574
6598
|
/**
|
@@ -6134,7 +7158,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
6134
7158
|
/**
|
6135
7159
|
* @public
|
6136
7160
|
*/
|
6137
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
7161
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @conditional-compile-remove(teams-identity-support-beta) */ TeamsOutboundCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
6138
7162
|
|
6139
7163
|
/**
|
6140
7164
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -6144,7 +7168,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Pro
|
|
6144
7168
|
*
|
6145
7169
|
* @public
|
6146
7170
|
*/
|
6147
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
7171
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator | /* @conditional-compile-remove(teams-identity-support-beta) */ StartTeamsCallIdentifier[], options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
6148
7172
|
|
6149
7173
|
/**
|
6150
7174
|
* Object returned after creating a local or remote VideoStream.
|
@@ -6375,7 +7399,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6375
7399
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
6376
7400
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
6377
7401
|
ReactionButtonIcon: React_2.JSX.Element;
|
7402
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
7403
|
+
DownloadAttachment: React_2.JSX.Element;
|
6378
7404
|
OpenAttachment: React_2.JSX.Element;
|
7405
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
7406
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
6379
7407
|
EditBoxCancel: React_2.JSX.Element;
|
6380
7408
|
EditBoxSubmit: React_2.JSX.Element;
|
6381
7409
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -6394,6 +7422,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6394
7422
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
6395
7423
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
6396
7424
|
NotificationBarRecording: React_2.JSX.Element;
|
7425
|
+
NotificationBarBreakoutRoomOpened: React_2.JSX.Element;
|
7426
|
+
NotificationBarBreakoutRoomPromptJoin: React_2.JSX.Element;
|
7427
|
+
NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
|
7428
|
+
NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
|
7429
|
+
NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
|
6397
7430
|
HorizontalGalleryLeftButton: React_2.JSX.Element;
|
6398
7431
|
HorizontalGalleryRightButton: React_2.JSX.Element;
|
6399
7432
|
MessageDelivered: React_2.JSX.Element;
|
@@ -6418,6 +7451,13 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6418
7451
|
SendBoxSendHovered: React_2.JSX.Element;
|
6419
7452
|
VideoTileMicOff: React_2.JSX.Element;
|
6420
7453
|
DialpadBackspace: React_2.JSX.Element;
|
7454
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
7455
|
+
SitePermissionCamera: React_2.JSX.Element;
|
7456
|
+
SitePermissionMic: React_2.JSX.Element;
|
7457
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
7458
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
7459
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7460
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
6421
7461
|
VideoTilePinned: React_2.JSX.Element;
|
6422
7462
|
ParticipantItemPinned: React_2.JSX.Element;
|
6423
7463
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -6447,10 +7487,26 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6447
7487
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
6448
7488
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
6449
7489
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7490
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7491
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7492
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7493
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7494
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7495
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7496
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7497
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
7498
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7499
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7500
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7501
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7502
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7503
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
6450
7504
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
6451
7505
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
6452
7506
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
6453
7507
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7508
|
+
RTTIcon: React_2.JSX.Element;
|
7509
|
+
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
6454
7510
|
};
|
6455
7511
|
|
6456
7512
|
/**
|
@@ -6471,6 +7527,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6471
7527
|
ParticipantItemOptionsHovered: JSX.Element;
|
6472
7528
|
SendBoxSend: JSX.Element;
|
6473
7529
|
SendBoxSendHovered: JSX.Element;
|
7530
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
6474
7531
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
6475
7532
|
ControlButtonCameraOff: JSX.Element;
|
6476
7533
|
ControlButtonCameraOn: JSX.Element;
|
@@ -6549,6 +7606,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6549
7606
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
|
6550
7607
|
PeoplePaneMoreButton?: JSX.Element | undefined;
|
6551
7608
|
StopAllSpotlightMenuButton?: JSX.Element | undefined;
|
7609
|
+
TogetherModeLayout?: JSX.Element | undefined;
|
6552
7610
|
ChevronLeft?: JSX.Element | undefined;
|
6553
7611
|
ControlBarChatButtonActive?: JSX.Element | undefined;
|
6554
7612
|
ControlBarChatButtonInactive?: JSX.Element | undefined;
|
@@ -6558,20 +7616,35 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6558
7616
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
6559
7617
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
6560
7618
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
6561
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
6562
7619
|
ChatMessageOptions: React_2.JSX.Element;
|
6563
7620
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
7621
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
7622
|
+
DownloadAttachment: React_2.JSX.Element;
|
6564
7623
|
OpenAttachment: React_2.JSX.Element;
|
7624
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
7625
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
6565
7626
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
6566
7627
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
6567
7628
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
6568
7629
|
NotificationBarRecording: React_2.JSX.Element;
|
7630
|
+
NotificationBarBreakoutRoomOpened: React_2.JSX.Element;
|
7631
|
+
NotificationBarBreakoutRoomPromptJoin: React_2.JSX.Element;
|
7632
|
+
NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
|
7633
|
+
NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
|
7634
|
+
NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
|
6569
7635
|
MessageResend: React_2.JSX.Element;
|
6570
7636
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6571
7637
|
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6572
7638
|
HoldCallButton: React_2.JSX.Element;
|
6573
7639
|
ResumeCall: React_2.JSX.Element;
|
6574
7640
|
DialpadBackspace: React_2.JSX.Element;
|
7641
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
7642
|
+
SitePermissionCamera: React_2.JSX.Element;
|
7643
|
+
SitePermissionMic: React_2.JSX.Element;
|
7644
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
7645
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
7646
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7647
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
6575
7648
|
VideoTilePinned: React_2.JSX.Element;
|
6576
7649
|
ParticipantItemPinned: React_2.JSX.Element;
|
6577
7650
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -6601,12 +7674,58 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6601
7674
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
6602
7675
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
6603
7676
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7677
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7678
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7679
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7680
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7681
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7682
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7683
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7684
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
7685
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7686
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7687
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7688
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7689
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7690
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
6604
7691
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
6605
7692
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
6606
7693
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
6607
7694
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7695
|
+
RTTIcon: React_2.JSX.Element;
|
7696
|
+
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
6608
7697
|
};
|
6609
7698
|
|
7699
|
+
/**
|
7700
|
+
* @beta
|
7701
|
+
*
|
7702
|
+
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
7703
|
+
*/
|
7704
|
+
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
7705
|
+
|
7706
|
+
/**
|
7707
|
+
* Device Checks.
|
7708
|
+
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
7709
|
+
*
|
7710
|
+
* @beta
|
7711
|
+
*/
|
7712
|
+
export declare interface DeviceCheckOptions {
|
7713
|
+
/**
|
7714
|
+
* Camera Permission prompts for your call.
|
7715
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
7716
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
7717
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
7718
|
+
*/
|
7719
|
+
camera: 'required' | 'optional' | 'doNotPrompt';
|
7720
|
+
/**
|
7721
|
+
* Microphone permission prompts for your call.
|
7722
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
7723
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
7724
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
7725
|
+
*/
|
7726
|
+
microphone: 'required' | 'optional' | 'doNotPrompt';
|
7727
|
+
}
|
7728
|
+
|
6610
7729
|
/**
|
6611
7730
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
6612
7731
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -7284,7 +8403,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
7284
8403
|
*
|
7285
8404
|
* @public
|
7286
8405
|
*/
|
7287
|
-
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;
|
8406
|
+
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;
|
7288
8407
|
|
7289
8408
|
/**
|
7290
8409
|
* Get the selector for a specified component.
|
@@ -7470,6 +8589,10 @@ export declare interface _Identifiers {
|
|
7470
8589
|
verticalGalleryVideoTile: string;
|
7471
8590
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
7472
8591
|
verticalGalleryPageCounter: string;
|
8592
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
8593
|
+
mentionSuggestionList: string;
|
8594
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
8595
|
+
mentionSuggestionItem: string;
|
7473
8596
|
}
|
7474
8597
|
|
7475
8598
|
/**
|
@@ -7529,8 +8652,19 @@ export declare interface ImageOverlayStrings {
|
|
7529
8652
|
* Dismiss button aria label for ImageOverlay
|
7530
8653
|
*/
|
7531
8654
|
dismissButtonAriaLabel: string;
|
8655
|
+
/**
|
8656
|
+
* Announcer message for when ImageOverlay becomes active
|
8657
|
+
*/
|
8658
|
+
overlayVisibleMessage: string;
|
7532
8659
|
}
|
7533
8660
|
|
8661
|
+
/**
|
8662
|
+
* Preset dark theme for the ImageOverlay component.
|
8663
|
+
*
|
8664
|
+
* @public
|
8665
|
+
*/
|
8666
|
+
export declare const imageOverlayTheme: PartialTheme;
|
8667
|
+
|
7534
8668
|
/**
|
7535
8669
|
* @public
|
7536
8670
|
* This contains a readonly array that returns all the active `incomingCalls`.
|
@@ -7984,6 +9118,28 @@ export declare type LocalizationProviderProps = {
|
|
7984
9118
|
children: React_2.ReactNode;
|
7985
9119
|
};
|
7986
9120
|
|
9121
|
+
/**
|
9122
|
+
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
9123
|
+
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
9124
|
+
*
|
9125
|
+
* @beta
|
9126
|
+
*/
|
9127
|
+
export declare interface LocalRecordingCallFeatureState {
|
9128
|
+
/**
|
9129
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
9130
|
+
*/
|
9131
|
+
isLocalRecordingActive: boolean;
|
9132
|
+
/**
|
9133
|
+
* Contains list of information of started recordings
|
9134
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
9135
|
+
*/
|
9136
|
+
activeLocalRecordings?: LocalRecordingInfo[];
|
9137
|
+
/**
|
9138
|
+
* Contains list of information of stopped recordings
|
9139
|
+
*/
|
9140
|
+
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
9141
|
+
}
|
9142
|
+
|
7987
9143
|
/**
|
7988
9144
|
* @public
|
7989
9145
|
*/
|
@@ -8071,6 +9227,31 @@ export declare type LocalVideoTileSize = '9:16' | '16:9' | 'hidden' | 'followDev
|
|
8071
9227
|
*/
|
8072
9228
|
export declare type LongPressTrigger = 'mouseAndTouch' | 'touch';
|
8073
9229
|
|
9230
|
+
/**
|
9231
|
+
* Audio/Video Media access state
|
9232
|
+
*
|
9233
|
+
* @alpha
|
9234
|
+
*/
|
9235
|
+
export declare type MediaAccess = {
|
9236
|
+
isAudioPermitted: boolean;
|
9237
|
+
isVideoPermitted: boolean;
|
9238
|
+
};
|
9239
|
+
|
9240
|
+
/**
|
9241
|
+
* Media access state
|
9242
|
+
* @alpha
|
9243
|
+
*/
|
9244
|
+
export declare interface MediaAccessState {
|
9245
|
+
/**
|
9246
|
+
* Whether the audio is forcibly muted
|
9247
|
+
*/
|
9248
|
+
isAudioPermitted: boolean;
|
9249
|
+
/**
|
9250
|
+
* Whether the video is forcibly muted
|
9251
|
+
*/
|
9252
|
+
isVideoPermitted: boolean;
|
9253
|
+
}
|
9254
|
+
|
8074
9255
|
/**
|
8075
9256
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a media diagnostic.
|
8076
9257
|
*
|
@@ -8128,6 +9309,76 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
8128
9309
|
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
8129
9310
|
}
|
8130
9311
|
|
9312
|
+
/**
|
9313
|
+
* Mention's state, as reflected in the UI.
|
9314
|
+
*
|
9315
|
+
* @beta
|
9316
|
+
*/
|
9317
|
+
export declare interface Mention {
|
9318
|
+
/** ID of a mention */
|
9319
|
+
id: string;
|
9320
|
+
/** Display text of a mention */
|
9321
|
+
displayText: string;
|
9322
|
+
/** Optional React element to render an item icon of a mention suggestion */
|
9323
|
+
icon?: JSX.Element;
|
9324
|
+
}
|
9325
|
+
|
9326
|
+
/**
|
9327
|
+
* Options to display suggestions in the mention scenario.
|
9328
|
+
*
|
9329
|
+
* @beta
|
9330
|
+
*/
|
9331
|
+
export declare interface MentionDisplayOptions {
|
9332
|
+
/**
|
9333
|
+
* Optional callback for customizing the mention renderer in a message thread.
|
9334
|
+
*/
|
9335
|
+
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
9336
|
+
}
|
9337
|
+
|
9338
|
+
/**
|
9339
|
+
* Options to lookup suggestions in the mention scenario.
|
9340
|
+
*
|
9341
|
+
* @beta
|
9342
|
+
*/
|
9343
|
+
export declare interface MentionLookupOptions {
|
9344
|
+
/**
|
9345
|
+
* Optional string to set trigger keyword for mention a specific participant.
|
9346
|
+
*
|
9347
|
+
* @defaultValue `@`
|
9348
|
+
*/
|
9349
|
+
trigger?: string;
|
9350
|
+
/**
|
9351
|
+
* Optional callback to fetch a list of mention suggestions base on the query.
|
9352
|
+
*/
|
9353
|
+
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
9354
|
+
/**
|
9355
|
+
* Optional callback to render an item of the mention suggestions list.
|
9356
|
+
*/
|
9357
|
+
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
9358
|
+
}
|
9359
|
+
|
9360
|
+
/**
|
9361
|
+
* Options to lookup suggestions and display mentions in the mention scenario.
|
9362
|
+
*
|
9363
|
+
* @beta
|
9364
|
+
*/
|
9365
|
+
export declare type MentionOptions = {
|
9366
|
+
lookupOptions?: MentionLookupOptions;
|
9367
|
+
displayOptions?: MentionDisplayOptions;
|
9368
|
+
};
|
9369
|
+
|
9370
|
+
/**
|
9371
|
+
* Strings of {@link _MentionPopover} that can be overridden.
|
9372
|
+
*
|
9373
|
+
* @beta
|
9374
|
+
*/
|
9375
|
+
export declare interface MentionPopoverStrings {
|
9376
|
+
/**
|
9377
|
+
* Header text for MentionPopover
|
9378
|
+
*/
|
9379
|
+
mentionPopoverHeader: string;
|
9380
|
+
}
|
9381
|
+
|
8131
9382
|
/**
|
8132
9383
|
* Discriminated union of all messages.
|
8133
9384
|
*
|
@@ -8135,7 +9386,7 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
8135
9386
|
*
|
8136
9387
|
* @public
|
8137
9388
|
*/
|
8138
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
9389
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
|
8139
9390
|
|
8140
9391
|
/**
|
8141
9392
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -8177,6 +9428,20 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
8177
9428
|
*/
|
8178
9429
|
export declare type MessageEditedListener = MessageReceivedListener;
|
8179
9430
|
|
9431
|
+
/**
|
9432
|
+
* @beta
|
9433
|
+
* Message option that defines properties that can be set when
|
9434
|
+
* sending or updating a chat message.
|
9435
|
+
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
9436
|
+
* @property attachments - Attachments that contains file attachments attached to the message.
|
9437
|
+
* @property type - Type of the message content, either 'text' or 'html'.
|
9438
|
+
*/
|
9439
|
+
export declare type MessageOptions = {
|
9440
|
+
metadata?: Record<string, string>;
|
9441
|
+
attachments?: AttachmentMetadata[];
|
9442
|
+
type?: ChatMessageType;
|
9443
|
+
};
|
9444
|
+
|
8180
9445
|
/**
|
8181
9446
|
* Props to render a single message.
|
8182
9447
|
*
|
@@ -8192,7 +9457,7 @@ export declare type MessageProps = {
|
|
8192
9457
|
/**
|
8193
9458
|
* Strings from parent MessageThread component
|
8194
9459
|
*/
|
8195
|
-
strings: MessageThreadStrings
|
9460
|
+
strings: MessageThreadStrings & /* @conditional-compile-remove(rich-text-editor) */ Partial<RichTextStrings>;
|
8196
9461
|
/**
|
8197
9462
|
* Custom CSS styles for chat message container.
|
8198
9463
|
*/
|
@@ -8238,7 +9503,7 @@ export declare type MessageProps = {
|
|
8238
9503
|
* @param options - message options to be included in the message
|
8239
9504
|
*
|
8240
9505
|
*/
|
8241
|
-
onSendMessage?: (content: string) => Promise<void>;
|
9506
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
8242
9507
|
};
|
8243
9508
|
|
8244
9509
|
/**
|
@@ -8370,7 +9635,7 @@ export declare type MessageThreadProps = {
|
|
8370
9635
|
/**
|
8371
9636
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
8372
9637
|
*/
|
8373
|
-
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
9638
|
+
messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
|
8374
9639
|
/**
|
8375
9640
|
* number of participants in the thread
|
8376
9641
|
*/
|
@@ -8451,6 +9716,11 @@ export declare type MessageThreadProps = {
|
|
8451
9716
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
8452
9717
|
*/
|
8453
9718
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
9719
|
+
/**
|
9720
|
+
* Optional callback to render attachments in the message component.
|
9721
|
+
* @beta
|
9722
|
+
*/
|
9723
|
+
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
8454
9724
|
/**
|
8455
9725
|
* Optional callback to edit a message.
|
8456
9726
|
*
|
@@ -8479,7 +9749,7 @@ export declare type MessageThreadProps = {
|
|
8479
9749
|
* @param options - message options to be included in the message
|
8480
9750
|
*
|
8481
9751
|
*/
|
8482
|
-
onSendMessage?: (content: string) => Promise<void>;
|
9752
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
8483
9753
|
/**
|
8484
9754
|
/**
|
8485
9755
|
* Disable editing messages.
|
@@ -8493,11 +9763,32 @@ export declare type MessageThreadProps = {
|
|
8493
9763
|
* Optional strings to override in component
|
8494
9764
|
*/
|
8495
9765
|
strings?: Partial<MessageThreadStrings>;
|
9766
|
+
/**
|
9767
|
+
* @beta
|
9768
|
+
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
9769
|
+
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
9770
|
+
*/
|
9771
|
+
attachmentOptions?: AttachmentOptions;
|
9772
|
+
/**
|
9773
|
+
* Optional function to provide customized date format.
|
9774
|
+
* @beta
|
9775
|
+
*/
|
9776
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
9777
|
+
/**
|
9778
|
+
* Optional props needed to lookup a mention query and display mentions
|
9779
|
+
* @beta
|
9780
|
+
*/
|
9781
|
+
mentionOptions?: MentionOptions;
|
8496
9782
|
/**
|
8497
9783
|
* Optional callback called when an inline image is clicked.
|
8498
9784
|
* @beta
|
8499
9785
|
*/
|
8500
9786
|
inlineImageOptions?: InlineImageOptions;
|
9787
|
+
/**
|
9788
|
+
* Options to enable rich text editor for the edit box.
|
9789
|
+
* @beta
|
9790
|
+
*/
|
9791
|
+
richTextEditorOptions?: RichTextEditBoxOptions;
|
8501
9792
|
};
|
8502
9793
|
|
8503
9794
|
/**
|
@@ -8571,10 +9862,20 @@ export declare interface MessageThreadStrings {
|
|
8571
9862
|
actionMenuMoreOptions?: string;
|
8572
9863
|
/** Aria label to announce when a message is deleted */
|
8573
9864
|
messageDeletedAnnouncementAriaLabel: string;
|
9865
|
+
/** String for download attachment button in attachment card */
|
9866
|
+
downloadAttachment: string;
|
8574
9867
|
/** String for open attachment button in attachment card */
|
8575
9868
|
openAttachment: string;
|
9869
|
+
/** String for policy violation message removal */
|
9870
|
+
blockedWarningText: string;
|
9871
|
+
/** String for policy violation message removal details link */
|
9872
|
+
blockedWarningLinkText: string;
|
8576
9873
|
/** String for aria text in attachment card group*/
|
8577
9874
|
attachmentCardGroupMessage: string;
|
9875
|
+
/**
|
9876
|
+
* Error message indicating that one or more image uploads are not complete.
|
9877
|
+
*/
|
9878
|
+
imageUploadsPendingError: string;
|
8578
9879
|
}
|
8579
9880
|
|
8580
9881
|
/**
|
@@ -8602,10 +9903,24 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
8602
9903
|
/** Styles for system message container. */
|
8603
9904
|
systemMessageContainer?: ComponentSlotStyle;
|
8604
9905
|
/** Styles for blocked message container. */
|
9906
|
+
blockedMessageContainer?: ComponentSlotStyle;
|
8605
9907
|
/** Styles for message status indicator container. */
|
8606
9908
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
8607
9909
|
}
|
8608
9910
|
|
9911
|
+
/**
|
9912
|
+
*
|
9913
|
+
* Messaging policy of a chat thread.
|
9914
|
+
*
|
9915
|
+
* @beta
|
9916
|
+
*/
|
9917
|
+
export declare interface MessagingPolicy {
|
9918
|
+
/**
|
9919
|
+
* Boolean to track whether or not messages are restricted to only text.
|
9920
|
+
* */
|
9921
|
+
textOnlyChat?: boolean;
|
9922
|
+
}
|
9923
|
+
|
8609
9924
|
/**
|
8610
9925
|
* A button to turn microphone on / off.
|
8611
9926
|
*
|
@@ -8798,6 +10113,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
8798
10113
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
8799
10114
|
}
|
8800
10115
|
|
10116
|
+
/**
|
10117
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
10118
|
+
* by their browsers settings.
|
10119
|
+
*
|
10120
|
+
* @beta
|
10121
|
+
*/
|
10122
|
+
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
10123
|
+
|
10124
|
+
/**
|
10125
|
+
* @beta
|
10126
|
+
* Props for MicrophoneSitePermissions component.
|
10127
|
+
*/
|
10128
|
+
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
10129
|
+
/** Icon name for the microphone icon */
|
10130
|
+
microphoneIconName?: string;
|
10131
|
+
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
10132
|
+
strings?: MicrophoneSitePermissionsStrings;
|
10133
|
+
}
|
10134
|
+
|
10135
|
+
/**
|
10136
|
+
* @beta
|
10137
|
+
* Strings for MicrophoneSitePermissions component.
|
10138
|
+
*/
|
10139
|
+
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
10140
|
+
|
8801
10141
|
/**
|
8802
10142
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
8803
10143
|
*
|
@@ -9107,6 +10447,32 @@ export declare interface NotificationStackStrings {
|
|
9107
10447
|
* Transcription stopped but recording still going on message
|
9108
10448
|
*/
|
9109
10449
|
transcriptionStoppedStillRecording?: NotificationStrings;
|
10450
|
+
/**
|
10451
|
+
* Message shown in notification when the user will be automatically to their assigned breakout room that is opened
|
10452
|
+
*/
|
10453
|
+
assignedBreakoutRoomOpened?: NotificationStrings;
|
10454
|
+
/**
|
10455
|
+
* Message shown in notification when the user is prompted to join their assigned breakout room that is opened
|
10456
|
+
*/
|
10457
|
+
assignedBreakoutRoomOpenedPromptJoin?: NotificationStrings;
|
10458
|
+
/**
|
10459
|
+
* Message shown in notification when the user is assigned breakout room is changed
|
10460
|
+
*/
|
10461
|
+
assignedBreakoutRoomChanged?: NotificationStrings;
|
10462
|
+
/**
|
10463
|
+
* Message shown in notification when breakout room is joined
|
10464
|
+
*/
|
10465
|
+
breakoutRoomJoined?: NotificationStrings;
|
10466
|
+
/**
|
10467
|
+
* Message shown in notification when breakout room is closing soon
|
10468
|
+
*/
|
10469
|
+
breakoutRoomClosingSoon?: NotificationStrings;
|
10470
|
+
capabilityTurnVideoOnPresent?: NotificationStrings;
|
10471
|
+
capabilityTurnVideoOnAbsent?: NotificationStrings;
|
10472
|
+
capabilityUnmuteMicPresent?: NotificationStrings;
|
10473
|
+
capabilityUnmuteMicAbsent?: NotificationStrings;
|
10474
|
+
togetherModeStarted?: NotificationStrings;
|
10475
|
+
togetherModeEnded?: NotificationStrings;
|
9110
10476
|
}
|
9111
10477
|
|
9112
10478
|
/**
|
@@ -9177,6 +10543,9 @@ export declare interface NotificationStyles {
|
|
9177
10543
|
link?: IStackStyles;
|
9178
10544
|
}
|
9179
10545
|
|
10546
|
+
/** @public */
|
10547
|
+
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | /* @conditional-compile-remove(media-access) */ 'capabilityTurnVideoOnPresent' | /* @conditional-compile-remove(media-access) */ 'capabilityTurnVideoOnAbsent' | /* @conditional-compile-remove(media-access) */ 'capabilityUnmuteMicPresent' | /* @conditional-compile-remove(media-access) */ 'capabilityUnmuteMicAbsent' | /* @conditional-compile-remove(together-mode) */ 'togetherModeStarted' | /* @conditional-compile-remove(together-mode) */ 'togetherModeEnded';
|
10548
|
+
|
9180
10549
|
/**
|
9181
10550
|
* All notifications that can be shown in the {@link NotificationStack}.
|
9182
10551
|
*
|
@@ -9470,6 +10839,10 @@ export declare type ParticipantListProps = {
|
|
9470
10839
|
styles?: ParticipantListStyles;
|
9471
10840
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
9472
10841
|
showParticipantOverflowTooltip?: boolean;
|
10842
|
+
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
10843
|
+
totalParticipantCount?: number;
|
10844
|
+
/** Strings for the participant list */
|
10845
|
+
strings?: ParticipantListStrings;
|
9473
10846
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
9474
10847
|
participantAriaLabelledBy?: string;
|
9475
10848
|
/** List of pinned participants */
|
@@ -9484,8 +10857,21 @@ export declare type ParticipantListProps = {
|
|
9484
10857
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
9485
10858
|
participants: CallParticipantListParticipant[];
|
9486
10859
|
myUserId: string;
|
10860
|
+
totalParticipantCount?: number;
|
9487
10861
|
};
|
9488
10862
|
|
10863
|
+
/**
|
10864
|
+
* Strings for the {@link ParticipantList}.
|
10865
|
+
*
|
10866
|
+
* @beta
|
10867
|
+
*/
|
10868
|
+
export declare interface ParticipantListStrings {
|
10869
|
+
/**
|
10870
|
+
* String for rendering the count of participants not contained in the displayed participant list
|
10871
|
+
*/
|
10872
|
+
overflowParticipantCount?: string;
|
10873
|
+
}
|
10874
|
+
|
9489
10875
|
/**
|
9490
10876
|
* Styles for the {@link ParticipantList}.
|
9491
10877
|
*
|
@@ -9968,6 +11354,60 @@ export declare type ReadReceiptsBySenderId = {
|
|
9968
11354
|
};
|
9969
11355
|
};
|
9970
11356
|
|
11357
|
+
/**
|
11358
|
+
* @beta
|
11359
|
+
* A component for displaying a single line of RealTimeText
|
11360
|
+
*/
|
11361
|
+
export declare const RealTimeText: (props: RealTimeTextProps) => JSX.Element;
|
11362
|
+
|
11363
|
+
/**
|
11364
|
+
* @beta
|
11365
|
+
* Props for a single line of RealTimeText.
|
11366
|
+
*/
|
11367
|
+
export declare interface RealTimeTextProps {
|
11368
|
+
/**
|
11369
|
+
* RealTimeText id
|
11370
|
+
*/
|
11371
|
+
id: string;
|
11372
|
+
/**
|
11373
|
+
* Display name of the user
|
11374
|
+
*/
|
11375
|
+
displayName: string;
|
11376
|
+
/**
|
11377
|
+
* RealTimeText content
|
11378
|
+
*/
|
11379
|
+
captionText: string;
|
11380
|
+
/**
|
11381
|
+
* user id of the user
|
11382
|
+
*/
|
11383
|
+
userId?: string;
|
11384
|
+
/**
|
11385
|
+
* Optional callback to override render of the avatar.
|
11386
|
+
*
|
11387
|
+
* @param userId - user Id
|
11388
|
+
*/
|
11389
|
+
onRenderAvatar?: OnRenderAvatarCallback;
|
11390
|
+
/**
|
11391
|
+
* Boolean indicating whether the RealTimeText is still in progress
|
11392
|
+
*/
|
11393
|
+
isTyping?: boolean;
|
11394
|
+
/**
|
11395
|
+
* Strings for RealTimeText
|
11396
|
+
*/
|
11397
|
+
strings?: RealTimeTextStrings;
|
11398
|
+
}
|
11399
|
+
|
11400
|
+
/**
|
11401
|
+
* @beta
|
11402
|
+
* strings for rtt
|
11403
|
+
*/
|
11404
|
+
export declare interface RealTimeTextStrings {
|
11405
|
+
/**
|
11406
|
+
* String indicating that the user is typing
|
11407
|
+
*/
|
11408
|
+
isTypingText?: string;
|
11409
|
+
}
|
11410
|
+
|
9971
11411
|
/**
|
9972
11412
|
* State only version of {@link @azure/communication-calling#RecordingCallFeature}. {@link StatefulCallClient} will
|
9973
11413
|
* automatically listen for recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
@@ -9979,8 +11419,35 @@ export declare interface RecordingCallFeature {
|
|
9979
11419
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
9980
11420
|
*/
|
9981
11421
|
isRecordingActive: boolean;
|
11422
|
+
/**
|
11423
|
+
* Contains list of information of started recordings
|
11424
|
+
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
11425
|
+
*/
|
11426
|
+
activeRecordings?: RecordingInfo[];
|
11427
|
+
/**
|
11428
|
+
* Contains list of information of stopped recordings
|
11429
|
+
*/
|
11430
|
+
lastStoppedRecording?: RecordingInfo[];
|
9982
11431
|
}
|
9983
11432
|
|
11433
|
+
/**
|
11434
|
+
* State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
|
11435
|
+
*
|
11436
|
+
* @beta
|
11437
|
+
*/
|
11438
|
+
export declare type RemoteDiagnosticState = {
|
11439
|
+
readonly diagnostic: RemoteDiagnosticType;
|
11440
|
+
readonly value: DiagnosticQuality | DiagnosticFlag;
|
11441
|
+
readonly valueType: DiagnosticValueType;
|
11442
|
+
};
|
11443
|
+
|
11444
|
+
/**
|
11445
|
+
* All type names for {@link @azure/communication-calling#RemoteDiagnosticState}.
|
11446
|
+
*
|
11447
|
+
* @beta
|
11448
|
+
*/
|
11449
|
+
export declare type RemoteDiagnosticType = NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType;
|
11450
|
+
|
9984
11451
|
/**
|
9985
11452
|
* State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
|
9986
11453
|
* automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -9989,133 +11456,460 @@ export declare interface RecordingCallFeature {
|
|
9989
11456
|
*/
|
9990
11457
|
export declare interface RemoteParticipantState {
|
9991
11458
|
/**
|
9992
|
-
* Proxy of {@link @azure/communication-calling#RemoteParticipant.identifier}.
|
11459
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.identifier}.
|
11460
|
+
*/
|
11461
|
+
identifier: CommunicationIdentifierKind;
|
11462
|
+
/**
|
11463
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.displayName}.
|
11464
|
+
*/
|
11465
|
+
displayName?: string;
|
11466
|
+
/**
|
11467
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.state}.
|
11468
|
+
*/
|
11469
|
+
state: RemoteParticipantState_2;
|
11470
|
+
/**
|
11471
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.callEndReason}.
|
11472
|
+
*/
|
11473
|
+
callEndReason?: CallEndReason;
|
11474
|
+
/**
|
11475
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.videoStreams} as an object with
|
11476
|
+
* {@link RemoteVideoStream} fields keyed by {@link @azure/communication-calling#RemoteVideoStream.id}.
|
11477
|
+
*/
|
11478
|
+
videoStreams: {
|
11479
|
+
[key: number]: RemoteVideoStreamState;
|
11480
|
+
};
|
11481
|
+
/**
|
11482
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.isMuted}.
|
11483
|
+
*/
|
11484
|
+
isMuted: boolean;
|
11485
|
+
/**
|
11486
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
|
11487
|
+
*/
|
11488
|
+
isSpeaking: boolean;
|
11489
|
+
/**
|
11490
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
|
11491
|
+
*/
|
11492
|
+
role?: ParticipantRole;
|
11493
|
+
/**
|
11494
|
+
* Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
|
11495
|
+
*/
|
11496
|
+
raisedHand?: RaisedHandState;
|
11497
|
+
/**
|
11498
|
+
* Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
|
11499
|
+
*
|
11500
|
+
* @public
|
11501
|
+
*/
|
11502
|
+
contentSharingStream?: HTMLElement;
|
11503
|
+
/**
|
11504
|
+
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
11505
|
+
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
11506
|
+
*
|
11507
|
+
* @public
|
11508
|
+
*/
|
11509
|
+
reactionState?: ReactionState;
|
11510
|
+
/**
|
11511
|
+
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
|
11512
|
+
*/
|
11513
|
+
spotlight?: SpotlightState;
|
11514
|
+
/**
|
11515
|
+
* Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
|
11516
|
+
*/
|
11517
|
+
mediaAccess?: MediaAccessState;
|
11518
|
+
/**
|
11519
|
+
* The diagnostic status of RemoteParticipant{@link @azure/communication-calling#RemoteDiagnostics}.
|
11520
|
+
*/
|
11521
|
+
diagnostics?: Partial<Record<RemoteDiagnosticType, RemoteDiagnosticState>>;
|
11522
|
+
}
|
11523
|
+
|
11524
|
+
/**
|
11525
|
+
* State only version of {@link @azure/communication-calling#RemoteVideoStream}.
|
11526
|
+
*
|
11527
|
+
* @public
|
11528
|
+
*/
|
11529
|
+
export declare interface RemoteVideoStreamState {
|
11530
|
+
/**
|
11531
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
|
11532
|
+
*/
|
11533
|
+
id: number;
|
11534
|
+
/**
|
11535
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
|
11536
|
+
*/
|
11537
|
+
mediaStreamType: MediaStreamType;
|
11538
|
+
/**
|
11539
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
|
11540
|
+
*/
|
11541
|
+
isAvailable: boolean;
|
11542
|
+
/**
|
11543
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
|
11544
|
+
* @public
|
11545
|
+
*/
|
11546
|
+
isReceiving: boolean;
|
11547
|
+
/**
|
11548
|
+
* {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
|
11549
|
+
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
11550
|
+
*/
|
11551
|
+
view?: VideoStreamRendererViewState;
|
11552
|
+
/**
|
11553
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
|
11554
|
+
*/
|
11555
|
+
streamSize?: {
|
11556
|
+
width: number;
|
11557
|
+
height: number;
|
11558
|
+
};
|
11559
|
+
}
|
11560
|
+
|
11561
|
+
/**
|
11562
|
+
* Menu options for remote video tiles in {@link VideoGallery}.
|
11563
|
+
*
|
11564
|
+
* @public
|
11565
|
+
*/
|
11566
|
+
export declare interface RemoteVideoTileMenuOptions {
|
11567
|
+
/**
|
11568
|
+
* If set to true, remote video tiles in the VideoGallery will not have menu options
|
11569
|
+
*
|
11570
|
+
* @defaultValue false
|
11571
|
+
*/
|
11572
|
+
isHidden?: boolean;
|
11573
|
+
}
|
11574
|
+
|
11575
|
+
/**
|
11576
|
+
* Details required for download a resource to cache.
|
11577
|
+
*
|
11578
|
+
* @public
|
11579
|
+
*/
|
11580
|
+
export declare type ResourceDetails = {
|
11581
|
+
threadId: string;
|
11582
|
+
messageId: string;
|
11583
|
+
resourceUrl: string;
|
11584
|
+
};
|
11585
|
+
|
11586
|
+
/**
|
11587
|
+
* Result of the Resource downloaded from stateful client
|
11588
|
+
* @public
|
11589
|
+
*/
|
11590
|
+
export declare type ResourceFetchResult = {
|
11591
|
+
sourceUrl?: string;
|
11592
|
+
error?: Error;
|
11593
|
+
};
|
11594
|
+
|
11595
|
+
/**
|
11596
|
+
* Options for the rich text editor edit box configuration.
|
11597
|
+
*
|
11598
|
+
* @beta
|
11599
|
+
*/
|
11600
|
+
export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
|
11601
|
+
/**
|
11602
|
+
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
11603
|
+
* When not provided, pasting images into rich text editor will be disabled.
|
11604
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11605
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
11606
|
+
* @param messageId - the id of the message that the inlineImage belongs to.
|
11607
|
+
*/
|
11608
|
+
onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
11609
|
+
/**
|
11610
|
+
* Optional callback invoked after inline image is removed from the UI.
|
11611
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11612
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
11613
|
+
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
11614
|
+
* @param messageId - the id of the message that the inlineImage belongs to.
|
11615
|
+
*/
|
11616
|
+
onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
11617
|
+
/**
|
11618
|
+
* Optional Record of type {@link AttachmentMetadataInProgress}
|
11619
|
+
* to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
|
11620
|
+
* - there is an error provided in the messagesInlineImagesWithProgress
|
11621
|
+
* - progress is less than 1 when the send button is clicked
|
11622
|
+
* - content html string is longer than the max allowed length.
|
11623
|
+
* (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
|
11624
|
+
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
11625
|
+
*/
|
11626
|
+
messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
|
11627
|
+
}
|
11628
|
+
|
11629
|
+
/**
|
11630
|
+
* Options for the rich text editor configuration.
|
11631
|
+
*
|
11632
|
+
* @beta
|
11633
|
+
*/
|
11634
|
+
export declare interface RichTextEditorOptions {
|
11635
|
+
/**
|
11636
|
+
* Optional callback to handle paste event.
|
11637
|
+
*/
|
11638
|
+
onPaste?: (event: {
|
11639
|
+
content: DocumentFragment;
|
11640
|
+
}) => void;
|
11641
|
+
}
|
11642
|
+
|
11643
|
+
/**
|
11644
|
+
* A component to render SendBox with Rich Text Editor support.
|
11645
|
+
*
|
11646
|
+
* @beta
|
11647
|
+
*/
|
11648
|
+
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
11649
|
+
|
11650
|
+
/**
|
11651
|
+
* Props for {@link RichTextSendBox}.
|
11652
|
+
*
|
11653
|
+
* @beta
|
11654
|
+
*/
|
11655
|
+
export declare interface RichTextSendBoxProps {
|
11656
|
+
/**
|
11657
|
+
* Optional boolean to disable text box
|
11658
|
+
* @defaultValue false
|
11659
|
+
*/
|
11660
|
+
disabled?: boolean;
|
11661
|
+
/**
|
11662
|
+
* Optional callback to handle paste event.
|
11663
|
+
*/
|
11664
|
+
onPaste?: (event: {
|
11665
|
+
content: DocumentFragment;
|
11666
|
+
}) => void;
|
11667
|
+
/**
|
11668
|
+
* Optional strings to override in component
|
11669
|
+
*/
|
11670
|
+
strings?: Partial<RichTextSendBoxStrings>;
|
11671
|
+
/**
|
11672
|
+
* Optional text for system message above the text box
|
11673
|
+
*/
|
11674
|
+
systemMessage?: string;
|
11675
|
+
/**
|
11676
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
11677
|
+
* to render attachments being uploaded in the SendBox.
|
11678
|
+
* @beta
|
11679
|
+
*/
|
11680
|
+
attachments?: AttachmentMetadataInProgress[];
|
11681
|
+
/**
|
11682
|
+
* enumerable to determine if the input box has focus on render or not.
|
11683
|
+
* When undefined nothing has focus on render
|
11684
|
+
*/
|
11685
|
+
autoFocus?: 'sendBoxTextField';
|
11686
|
+
/**
|
11687
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
11688
|
+
* cancel icon.
|
11689
|
+
*/
|
11690
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
11691
|
+
/**
|
11692
|
+
* Optional callback invoked after inline image is removed from the UI.
|
11693
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11694
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
11695
|
+
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
11696
|
+
*/
|
11697
|
+
onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
|
11698
|
+
/**
|
11699
|
+
* Callback function used when the send button is clicked.
|
11700
|
+
*/
|
11701
|
+
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
11702
|
+
/**
|
11703
|
+
* Optional callback called when user is typing
|
11704
|
+
*/
|
11705
|
+
onTyping?: () => Promise<void>;
|
11706
|
+
/**
|
11707
|
+
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
11708
|
+
* When not provided, pasting images into rich text editor will be disabled.
|
11709
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11710
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
11711
|
+
*/
|
11712
|
+
onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
|
11713
|
+
/**
|
11714
|
+
* Optional Array of type {@link AttachmentMetadataInProgress}
|
11715
|
+
* to render the errorBar for inline images inserted in the RichTextSendBox when:
|
11716
|
+
* - there is an error provided in the inlineImagesWithProgress
|
11717
|
+
* - progress is less than 1 when the send button is clicked
|
11718
|
+
* - content html string is longer than the max allowed length.
|
11719
|
+
* (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
|
11720
|
+
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
11721
|
+
*/
|
11722
|
+
inlineImagesWithProgress?: AttachmentMetadataInProgress[];
|
11723
|
+
}
|
11724
|
+
|
11725
|
+
/**
|
11726
|
+
* Strings of {@link RichTextSendBox} that can be overridden.
|
11727
|
+
*
|
11728
|
+
* @beta
|
11729
|
+
*/
|
11730
|
+
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
11731
|
+
}
|
11732
|
+
|
11733
|
+
/**
|
11734
|
+
* Strings of RichText that can be overridden.
|
11735
|
+
*
|
11736
|
+
* @beta
|
11737
|
+
*/
|
11738
|
+
export declare interface RichTextStrings {
|
11739
|
+
/**
|
11740
|
+
* Tooltip text for the bold button.
|
11741
|
+
*/
|
11742
|
+
richTextBoldTooltip: string;
|
11743
|
+
/**
|
11744
|
+
* Tooltip text for the italic button.
|
11745
|
+
*/
|
11746
|
+
richTextItalicTooltip: string;
|
11747
|
+
/**
|
11748
|
+
* Tooltip text for the underline button.
|
11749
|
+
*/
|
11750
|
+
richTextUnderlineTooltip: string;
|
11751
|
+
/**
|
11752
|
+
* Tooltip text for the bullet list button.
|
11753
|
+
*/
|
11754
|
+
richTextBulletListTooltip: string;
|
11755
|
+
/**
|
11756
|
+
* Tooltip text for the number list button.
|
11757
|
+
*/
|
11758
|
+
richTextNumberListTooltip: string;
|
11759
|
+
/**
|
11760
|
+
* Tooltip text for the increase indent button.
|
9993
11761
|
*/
|
9994
|
-
|
11762
|
+
richTextIncreaseIndentTooltip: string;
|
9995
11763
|
/**
|
9996
|
-
*
|
11764
|
+
* Tooltip text for the decrease indent button.
|
9997
11765
|
*/
|
9998
|
-
|
11766
|
+
richTextDecreaseIndentTooltip: string;
|
9999
11767
|
/**
|
10000
|
-
*
|
11768
|
+
* Tooltip text insert table button.
|
10001
11769
|
*/
|
10002
|
-
|
11770
|
+
richTextInsertTableTooltip: string;
|
10003
11771
|
/**
|
10004
|
-
*
|
11772
|
+
* Tooltip text for the rich text format button button.
|
10005
11773
|
*/
|
10006
|
-
|
11774
|
+
richTextFormatButtonTooltip: string;
|
10007
11775
|
/**
|
10008
|
-
*
|
10009
|
-
* {@link RemoteVideoStream} fields keyed by {@link @azure/communication-calling#RemoteVideoStream.id}.
|
11776
|
+
* Text for the insert menu item.
|
10010
11777
|
*/
|
10011
|
-
|
10012
|
-
[key: number]: RemoteVideoStreamState;
|
10013
|
-
};
|
11778
|
+
richTextInsertRowOrColumnMenu: string;
|
10014
11779
|
/**
|
10015
|
-
*
|
11780
|
+
* Title for the insert table menu.
|
10016
11781
|
*/
|
10017
|
-
|
11782
|
+
richTextInsertTableMenuTitle: string;
|
10018
11783
|
/**
|
10019
|
-
*
|
11784
|
+
* Text for the insert menu item to insert row above the current selection.
|
10020
11785
|
*/
|
10021
|
-
|
11786
|
+
richTextInsertRowAboveMenu: string;
|
10022
11787
|
/**
|
10023
|
-
*
|
11788
|
+
* Text for the insert menu item to insert row below the current selection.
|
10024
11789
|
*/
|
10025
|
-
|
11790
|
+
richTextInsertRowBelowMenu: string;
|
10026
11791
|
/**
|
10027
|
-
*
|
11792
|
+
* Text for the insert menu item to insert column to the left from the current selection.
|
10028
11793
|
*/
|
10029
|
-
|
11794
|
+
richTextInsertColumnLeftMenu: string;
|
10030
11795
|
/**
|
10031
|
-
*
|
10032
|
-
*
|
10033
|
-
* @public
|
11796
|
+
* Text for the insert menu item to insert column to the right from the current selection.
|
10034
11797
|
*/
|
10035
|
-
|
11798
|
+
richTextInsertColumnRightMenu: string;
|
10036
11799
|
/**
|
10037
|
-
*
|
10038
|
-
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
10039
|
-
*
|
10040
|
-
* @public
|
11800
|
+
* Text for the delete row or column menu.
|
10041
11801
|
*/
|
10042
|
-
|
11802
|
+
richTextDeleteRowOrColumnMenu: string;
|
10043
11803
|
/**
|
10044
|
-
*
|
11804
|
+
* Text for the delete column menu.
|
10045
11805
|
*/
|
10046
|
-
|
10047
|
-
}
|
10048
|
-
|
10049
|
-
/**
|
10050
|
-
* State only version of {@link @azure/communication-calling#RemoteVideoStream}.
|
10051
|
-
*
|
10052
|
-
* @public
|
10053
|
-
*/
|
10054
|
-
export declare interface RemoteVideoStreamState {
|
11806
|
+
richTextDeleteColumnMenu: string;
|
10055
11807
|
/**
|
10056
|
-
*
|
11808
|
+
* Text for the delete row menu.
|
10057
11809
|
*/
|
10058
|
-
|
11810
|
+
richTextDeleteRowMenu: string;
|
10059
11811
|
/**
|
10060
|
-
*
|
11812
|
+
* Text for the delete table menu.
|
10061
11813
|
*/
|
10062
|
-
|
11814
|
+
richTextDeleteTableMenu: string;
|
10063
11815
|
/**
|
10064
|
-
*
|
11816
|
+
* Text for the rich text toolbar.
|
10065
11817
|
*/
|
10066
|
-
|
11818
|
+
richTextToolbarAriaLabel: string;
|
10067
11819
|
/**
|
10068
|
-
*
|
10069
|
-
* @public
|
11820
|
+
* Text for the rich text toolbar more button.
|
10070
11821
|
*/
|
10071
|
-
|
11822
|
+
richTextToolbarMoreButtonAriaLabel: string;
|
10072
11823
|
/**
|
10073
|
-
*
|
10074
|
-
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
11824
|
+
* Text for announcement when a new bulleted list item is added.
|
10075
11825
|
*/
|
10076
|
-
|
11826
|
+
richTextNewBulletedListItemAnnouncement: string;
|
10077
11827
|
/**
|
10078
|
-
*
|
11828
|
+
* Text for announcement when a new numbered list item is added.
|
10079
11829
|
*/
|
10080
|
-
|
10081
|
-
|
10082
|
-
|
10083
|
-
|
11830
|
+
richTextNewNumberedListItemAnnouncement: string;
|
11831
|
+
/**
|
11832
|
+
* Text for announcement when the bulleted list style is applied.
|
11833
|
+
*/
|
11834
|
+
richTextBulletedListAppliedAnnouncement: string;
|
11835
|
+
/**
|
11836
|
+
* Text for announcement when the numbered list style is applied.
|
11837
|
+
*/
|
11838
|
+
richTextNumberedListAppliedAnnouncement: string;
|
11839
|
+
/**
|
11840
|
+
* Error message indicating image upload is not complete.
|
11841
|
+
*/
|
11842
|
+
imageUploadsPendingError: string;
|
10084
11843
|
}
|
10085
11844
|
|
10086
11845
|
/**
|
10087
|
-
*
|
10088
|
-
*
|
10089
|
-
* @public
|
11846
|
+
* @beta
|
11847
|
+
* Banner to disclose that RTT is enabled for all participants for the entire duration of the meeting.
|
10090
11848
|
*/
|
10091
|
-
export declare
|
11849
|
+
export declare const RTTDisclosureBanner: (props: RTTDisclosureBannerProps) => JSX.Element;
|
11850
|
+
|
11851
|
+
/**
|
11852
|
+
* @beta
|
11853
|
+
* Props for RTT Banner
|
11854
|
+
*/
|
11855
|
+
export declare interface RTTDisclosureBannerProps {
|
10092
11856
|
/**
|
10093
|
-
*
|
10094
|
-
*
|
10095
|
-
* @defaultValue false
|
11857
|
+
* Optional callback to supply users with further troubleshooting steps or more information for the Real Time Text feature.
|
10096
11858
|
*/
|
10097
|
-
|
11859
|
+
onClickLink?: () => void;
|
11860
|
+
/** RTT Banner strings */
|
11861
|
+
strings?: RTTDisclosureBannerStrings;
|
10098
11862
|
}
|
10099
11863
|
|
10100
11864
|
/**
|
10101
|
-
*
|
10102
|
-
*
|
10103
|
-
* @public
|
11865
|
+
* @beta
|
11866
|
+
* strings for rtt modal
|
10104
11867
|
*/
|
10105
|
-
export declare
|
10106
|
-
|
10107
|
-
|
10108
|
-
|
10109
|
-
}
|
11868
|
+
export declare interface RTTDisclosureBannerStrings {
|
11869
|
+
bannerTitle: string;
|
11870
|
+
bannerContent: string;
|
11871
|
+
bannerLinkLabel?: string;
|
11872
|
+
}
|
10110
11873
|
|
10111
11874
|
/**
|
10112
|
-
*
|
10113
|
-
*
|
11875
|
+
* @beta
|
11876
|
+
* a component for rtt modal
|
10114
11877
|
*/
|
10115
|
-
export declare
|
10116
|
-
|
10117
|
-
|
10118
|
-
|
11878
|
+
export declare const RTTModal: (props: RTTModalProps) => JSX.Element;
|
11879
|
+
|
11880
|
+
/**
|
11881
|
+
* @beta
|
11882
|
+
* RTTModal Component Props.
|
11883
|
+
*/
|
11884
|
+
export declare interface RTTModalProps {
|
11885
|
+
/** The strings for the RTT modal */
|
11886
|
+
strings?: RTTModalStrings;
|
11887
|
+
/** The flag to show the modal */
|
11888
|
+
showModal?: boolean;
|
11889
|
+
/** The function to dismiss the modal */
|
11890
|
+
onDismissModal?: () => void;
|
11891
|
+
/** The function to start RTT */
|
11892
|
+
onStartRTT?: () => Promise<void>;
|
11893
|
+
}
|
11894
|
+
|
11895
|
+
/**
|
11896
|
+
* @beta
|
11897
|
+
* strings for rtt modal
|
11898
|
+
*/
|
11899
|
+
export declare interface RTTModalStrings {
|
11900
|
+
/** The title of the RTT modal */
|
11901
|
+
rttModalTitle?: string;
|
11902
|
+
/** The text of the RTT modal */
|
11903
|
+
rttModalText?: string;
|
11904
|
+
/** The label for the confirm button */
|
11905
|
+
rttConfirmButtonLabel?: string;
|
11906
|
+
/** The label for the cancel button */
|
11907
|
+
rttCancelButtonLabel?: string;
|
11908
|
+
/** The aria label for the modal */
|
11909
|
+
rttModalAriaLabel?: string;
|
11910
|
+
/** The aria label for the close button */
|
11911
|
+
rttCloseModalButtonAriaLabel?: string;
|
11912
|
+
}
|
10119
11913
|
|
10120
11914
|
/**
|
10121
11915
|
* A button to start / stop screen sharing.
|
@@ -10188,6 +11982,42 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
10188
11982
|
*/
|
10189
11983
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
10190
11984
|
|
11985
|
+
/**
|
11986
|
+
* @beta
|
11987
|
+
* Error to be displayed to the user in an error bar above sendbox.
|
11988
|
+
*/
|
11989
|
+
export declare interface SendBoxErrorBarError {
|
11990
|
+
/** Error Message to be displayed */
|
11991
|
+
message: string;
|
11992
|
+
/**
|
11993
|
+
* Unix Timestamp. Preferred generation using `Date.now()`
|
11994
|
+
*/
|
11995
|
+
timestamp: number;
|
11996
|
+
/**
|
11997
|
+
* ErrorBar type. Defaults to `warning`.
|
11998
|
+
*/
|
11999
|
+
errorBarType?: SendBoxErrorBarType;
|
12000
|
+
}
|
12001
|
+
|
12002
|
+
/**
|
12003
|
+
* @beta
|
12004
|
+
* Error bar type for {@link SendBoxErrorBarError}
|
12005
|
+
*/
|
12006
|
+
export declare enum SendBoxErrorBarType {
|
12007
|
+
/** Info styled MessageBar */
|
12008
|
+
info = 0,
|
12009
|
+
/** Error styled MessageBar */
|
12010
|
+
error = 1,
|
12011
|
+
/** Blocked styled MessageBar */
|
12012
|
+
blocked = 2,
|
12013
|
+
/** SevereWarning styled MessageBar */
|
12014
|
+
severeWarning = 3,
|
12015
|
+
/** Success styled MessageBar */
|
12016
|
+
success = 4,
|
12017
|
+
/** Warning styled MessageBar */
|
12018
|
+
warning = 5
|
12019
|
+
}
|
12020
|
+
|
10191
12021
|
/**
|
10192
12022
|
* Props for {@link SendBox}.
|
10193
12023
|
*
|
@@ -10206,7 +12036,12 @@ export declare interface SendBoxProps {
|
|
10206
12036
|
/**
|
10207
12037
|
* Optional override behavior on send button click
|
10208
12038
|
*/
|
10209
|
-
onSendMessage?: (content: string) => Promise<void>;
|
12039
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
12040
|
+
/**
|
12041
|
+
* Optional props needed to lookup suggestions in the mention scenario.
|
12042
|
+
* @beta
|
12043
|
+
*/
|
12044
|
+
mentionLookupOptions?: MentionLookupOptions;
|
10210
12045
|
/**
|
10211
12046
|
* Optional callback called when user is typing
|
10212
12047
|
*/
|
@@ -10243,6 +12078,25 @@ export declare interface SendBoxProps {
|
|
10243
12078
|
* When undefined nothing has focus on render
|
10244
12079
|
*/
|
10245
12080
|
autoFocus?: 'sendBoxTextField';
|
12081
|
+
/**
|
12082
|
+
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
12083
|
+
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
12084
|
+
* be rendered below the text area in sendBox.
|
12085
|
+
* @beta
|
12086
|
+
*/
|
12087
|
+
onRenderAttachmentUploads?: () => JSX.Element;
|
12088
|
+
/**
|
12089
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
12090
|
+
* to render attachments being uploaded in the SendBox.
|
12091
|
+
* @beta
|
12092
|
+
*/
|
12093
|
+
attachments?: AttachmentMetadataInProgress[];
|
12094
|
+
/**
|
12095
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
12096
|
+
* cancel icon.
|
12097
|
+
* @beta
|
12098
|
+
*/
|
12099
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
10246
12100
|
}
|
10247
12101
|
|
10248
12102
|
/**
|
@@ -10273,6 +12127,26 @@ export declare interface SendBoxStrings {
|
|
10273
12127
|
* Aria label for send message button
|
10274
12128
|
*/
|
10275
12129
|
sendButtonAriaLabel: string;
|
12130
|
+
/**
|
12131
|
+
* Error message indicating that all attachment uploads are not complete.
|
12132
|
+
*/
|
12133
|
+
attachmentUploadsPendingError: string;
|
12134
|
+
/**
|
12135
|
+
* Aria label to notify user when focus is on cancel attachment upload button.
|
12136
|
+
*/
|
12137
|
+
removeAttachment: string;
|
12138
|
+
/**
|
12139
|
+
* Aria label to notify user attachment uploading starts.
|
12140
|
+
*/
|
12141
|
+
uploading: string;
|
12142
|
+
/**
|
12143
|
+
* Aria label to notify user attachment is uploaded.
|
12144
|
+
*/
|
12145
|
+
uploadCompleted: string;
|
12146
|
+
/**
|
12147
|
+
* Aria label to notify user more attachment action menu.
|
12148
|
+
*/
|
12149
|
+
attachmentMoreMenu: string;
|
10276
12150
|
}
|
10277
12151
|
|
10278
12152
|
/**
|
@@ -10293,6 +12167,45 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
10293
12167
|
systemMessage?: IStyle;
|
10294
12168
|
}
|
10295
12169
|
|
12170
|
+
/**
|
12171
|
+
* @beta
|
12172
|
+
* Strings for SitePermissions component
|
12173
|
+
*/
|
12174
|
+
export declare type SitePermissionsStrings = {
|
12175
|
+
/**
|
12176
|
+
* Main text string.
|
12177
|
+
*/
|
12178
|
+
primaryText?: string;
|
12179
|
+
/**
|
12180
|
+
* Subtext string.
|
12181
|
+
*/
|
12182
|
+
secondaryText?: string;
|
12183
|
+
/**
|
12184
|
+
* More help link string.
|
12185
|
+
*/
|
12186
|
+
linkText?: string;
|
12187
|
+
/**
|
12188
|
+
* Primary button text string.
|
12189
|
+
*/
|
12190
|
+
primaryButtonText?: string;
|
12191
|
+
/**
|
12192
|
+
* Aria label describing the content of the container
|
12193
|
+
*/
|
12194
|
+
ariaLabel?: string;
|
12195
|
+
};
|
12196
|
+
|
12197
|
+
/**
|
12198
|
+
* Fluent styles for {@link SitePermissionsContainer}.
|
12199
|
+
*
|
12200
|
+
* @beta
|
12201
|
+
*/
|
12202
|
+
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
12203
|
+
/** Styles for the primary button. */
|
12204
|
+
primaryButton?: IButtonStyles;
|
12205
|
+
/** Styles for the help troubleshooting link text. */
|
12206
|
+
troubleshootingLink?: ILinkStyles;
|
12207
|
+
}
|
12208
|
+
|
10296
12209
|
/**
|
10297
12210
|
* @public
|
10298
12211
|
* Type for representing a custom sound to use for a calling event
|
@@ -10565,6 +12478,13 @@ export declare interface StartCaptionsButtonStrings {
|
|
10565
12478
|
tooltipOffContent: string;
|
10566
12479
|
}
|
10567
12480
|
|
12481
|
+
/**
|
12482
|
+
* Parameter to start a call using a Teams user identity.
|
12483
|
+
*
|
12484
|
+
* @beta
|
12485
|
+
*/
|
12486
|
+
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
12487
|
+
|
10568
12488
|
/**
|
10569
12489
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
10570
12490
|
* The interface provides access to proxied state and also allows registering a handler for state change events. For
|
@@ -10650,7 +12570,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
10650
12570
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to start rendering.
|
10651
12571
|
* @param options - Options that are passed to the {@link @azure/communication-calling#VideoStreamRenderer}.
|
10652
12572
|
*/
|
10653
|
-
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
|
12573
|
+
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState | /* @conditional-compile-remove(together-mode) */ CallFeatureStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
|
10654
12574
|
/**
|
10655
12575
|
* Stops rendering a {@link RemoteVideoStreamState} or {@link LocalVideoStreamState} and removes the
|
10656
12576
|
* {@link VideoStreamRendererView} from the relevant {@link RemoteVideoStreamState} in {@link CallClientState} or
|
@@ -10675,7 +12595,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
10675
12595
|
* be undefined if disposing LocalVideoStreamState.
|
10676
12596
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
10677
12597
|
*/
|
10678
|
-
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
12598
|
+
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState | /* @conditional-compile-remove(together-mode) */ CallFeatureStreamState): void;
|
10679
12599
|
/**
|
10680
12600
|
* The CallAgent is used to handle calls.
|
10681
12601
|
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
@@ -11015,7 +12935,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
11015
12935
|
* @public
|
11016
12936
|
*/
|
11017
12937
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
11018
|
-
locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
|
12938
|
+
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
|
11019
12939
|
};
|
11020
12940
|
|
11021
12941
|
/**
|
@@ -11088,6 +13008,17 @@ export declare interface TeamsIncomingCallState {
|
|
11088
13008
|
endTime?: Date;
|
11089
13009
|
}
|
11090
13010
|
|
13011
|
+
/**
|
13012
|
+
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
13013
|
+
*
|
13014
|
+
* This is used to create an outbound call scenarios.
|
13015
|
+
*
|
13016
|
+
* @beta
|
13017
|
+
*/
|
13018
|
+
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13019
|
+
targetCallees: StartTeamsCallIdentifier[];
|
13020
|
+
};
|
13021
|
+
|
11091
13022
|
/**
|
11092
13023
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
11093
13024
|
*
|
@@ -11100,6 +13031,68 @@ export declare interface TeamsIncomingCallState {
|
|
11100
13031
|
*/
|
11101
13032
|
export declare const toFlatCommunicationIdentifier: (identifier: CommunicationIdentifier) => string;
|
11102
13033
|
|
13034
|
+
/**
|
13035
|
+
* State only version of {@link @azure/communication-calling#TogetherModeCallFeature}. {@link StatefulCallClient}.
|
13036
|
+
* Represents the state of the Together Mode feature.
|
13037
|
+
* @beta
|
13038
|
+
*/
|
13039
|
+
export declare interface TogetherModeCallFeatureState {
|
13040
|
+
isActive: boolean;
|
13041
|
+
/**
|
13042
|
+
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.togetherModeStream}.
|
13043
|
+
*/
|
13044
|
+
streams: TogetherModeStreamsState;
|
13045
|
+
/**
|
13046
|
+
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.TogetherModeSeatingMap}.
|
13047
|
+
*/
|
13048
|
+
seatingPositions: TogetherModeParticipantSeatingState;
|
13049
|
+
}
|
13050
|
+
|
13051
|
+
/**
|
13052
|
+
* Represents the seating positions of participants in Together Mode.
|
13053
|
+
*
|
13054
|
+
* @beta
|
13055
|
+
*/
|
13056
|
+
export declare type TogetherModeParticipantSeatingState = Record<string, TogetherModeSeatingPositionState>;
|
13057
|
+
|
13058
|
+
/**
|
13059
|
+
* State only version of {@link @azure/communication-calling#TogetherModeSeatingMap}.
|
13060
|
+
* @beta
|
13061
|
+
*
|
13062
|
+
* Represents the seating position of a participant in Together Mode.
|
13063
|
+
*/
|
13064
|
+
export declare interface TogetherModeSeatingPositionState {
|
13065
|
+
top: number;
|
13066
|
+
left: number;
|
13067
|
+
width: number;
|
13068
|
+
height: number;
|
13069
|
+
}
|
13070
|
+
|
13071
|
+
/**
|
13072
|
+
* Interface representing the result of a Together Mode stream view.
|
13073
|
+
* @beta
|
13074
|
+
*/
|
13075
|
+
export declare interface TogetherModeStreamOptions extends VideoStreamOptions {
|
13076
|
+
viewKind?: 'main' | 'panoramic';
|
13077
|
+
}
|
13078
|
+
|
13079
|
+
/**
|
13080
|
+
* Represents the streams in Together Mode.
|
13081
|
+
*
|
13082
|
+
* @beta
|
13083
|
+
*/
|
13084
|
+
export declare interface TogetherModeStreamsState {
|
13085
|
+
mainVideoStream?: CallFeatureStreamState;
|
13086
|
+
}
|
13087
|
+
|
13088
|
+
/**
|
13089
|
+
* Interface representing the result of a Together Mode stream view.
|
13090
|
+
* @beta
|
13091
|
+
*/
|
13092
|
+
export declare interface TogetherModeStreamViewResult {
|
13093
|
+
mainVideoView?: CreateVideoStreamViewResult;
|
13094
|
+
}
|
13095
|
+
|
11103
13096
|
/**
|
11104
13097
|
* Callback for {@link ChatAdapterSubscribers} 'topicChanged' event.
|
11105
13098
|
*
|
@@ -11288,11 +13281,129 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
11288
13281
|
typingString?: IStyle;
|
11289
13282
|
}
|
11290
13283
|
|
13284
|
+
/**
|
13285
|
+
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
13286
|
+
*
|
13287
|
+
* @beta
|
13288
|
+
*/
|
13289
|
+
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
13290
|
+
|
13291
|
+
/**
|
13292
|
+
* props for {@link UnsupportedBrowser} UI
|
13293
|
+
*
|
13294
|
+
* @beta
|
13295
|
+
*/
|
13296
|
+
export declare interface UnsupportedBrowserProps {
|
13297
|
+
/** Handler to perform an action when the help link is actioned */
|
13298
|
+
onTroubleshootingClick?: () => void;
|
13299
|
+
/** String overrides for the component */
|
13300
|
+
strings?: UnsupportedBrowserStrings;
|
13301
|
+
}
|
13302
|
+
|
13303
|
+
/**
|
13304
|
+
* Strings for UnsupportedBrowser component
|
13305
|
+
*
|
13306
|
+
* @beta
|
13307
|
+
*/
|
13308
|
+
export declare interface UnsupportedBrowserStrings {
|
13309
|
+
/** String for the primary text */
|
13310
|
+
primaryText: string;
|
13311
|
+
/** String for the secondary text */
|
13312
|
+
secondaryText: string;
|
13313
|
+
/** String to display in the text for the help link */
|
13314
|
+
moreHelpLinkText: string;
|
13315
|
+
}
|
13316
|
+
|
13317
|
+
/**
|
13318
|
+
* UI to display to the user that the browser version they are using is out of date
|
13319
|
+
* and not supported by Azure Communications Calling service.
|
13320
|
+
*
|
13321
|
+
* @beta
|
13322
|
+
*/
|
13323
|
+
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
13324
|
+
|
13325
|
+
/**
|
13326
|
+
* props for {@link UnsupportedBrowserVersion} UI
|
13327
|
+
*
|
13328
|
+
* @beta
|
13329
|
+
*/
|
13330
|
+
export declare interface UnsupportedBrowserVersionProps {
|
13331
|
+
/** Handler to perform an action when the help link is actioned */
|
13332
|
+
onTroubleshootingClick?: () => void;
|
13333
|
+
/** String overrides for the component */
|
13334
|
+
strings?: UnsupportedBrowserVersionStrings;
|
13335
|
+
/** Handler to allow user to continue into the call */
|
13336
|
+
onContinueAnywayClick?: () => void;
|
13337
|
+
}
|
13338
|
+
|
13339
|
+
/**
|
13340
|
+
* Strings for UnsupportedBrowser component
|
13341
|
+
*
|
13342
|
+
* @beta
|
13343
|
+
*/
|
13344
|
+
export declare interface UnsupportedBrowserVersionStrings {
|
13345
|
+
/** String for the primary text */
|
13346
|
+
primaryText: string;
|
13347
|
+
/** String for the secondary text */
|
13348
|
+
secondaryText: string;
|
13349
|
+
/** String to display in the text for the help link */
|
13350
|
+
moreHelpLinkText: string;
|
13351
|
+
/** String for continue without updating button */
|
13352
|
+
continueAnywayButtonText?: string;
|
13353
|
+
}
|
13354
|
+
|
13355
|
+
/**
|
13356
|
+
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
13357
|
+
*
|
13358
|
+
* @beta
|
13359
|
+
*/
|
13360
|
+
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
13361
|
+
|
13362
|
+
/**
|
13363
|
+
* Props for {@link UnsupportedOperatingSystem} UI
|
13364
|
+
*
|
13365
|
+
* @beta
|
13366
|
+
*/
|
13367
|
+
export declare interface UnsupportedOperatingSystemProps {
|
13368
|
+
/** Handler to perform a action when the help link is actioned */
|
13369
|
+
onTroubleshootingClick?: () => void;
|
13370
|
+
/** String overrides for the component */
|
13371
|
+
strings?: UnsupportedOperatingSystemStrings;
|
13372
|
+
}
|
13373
|
+
|
13374
|
+
/**
|
13375
|
+
* Strings for UnsupportedBrowser component
|
13376
|
+
*
|
13377
|
+
* @beta
|
13378
|
+
*/
|
13379
|
+
export declare interface UnsupportedOperatingSystemStrings {
|
13380
|
+
/** String for the primary text */
|
13381
|
+
primaryText: string;
|
13382
|
+
/** String for the secondary text */
|
13383
|
+
secondaryText: string;
|
13384
|
+
/** String to display in the text for the help link */
|
13385
|
+
moreHelpLinkText: string;
|
13386
|
+
}
|
13387
|
+
|
11291
13388
|
/**
|
11292
13389
|
* @public
|
11293
13390
|
* Callback function run when a message is updated.
|
11294
13391
|
*/
|
11295
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
13392
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
13393
|
+
|
13394
|
+
/**
|
13395
|
+
* Result payload for uploading an image.
|
13396
|
+
*
|
13397
|
+
* @beta
|
13398
|
+
*/
|
13399
|
+
export declare type UploadChatImageResult = {
|
13400
|
+
/** Id of the image. */
|
13401
|
+
id: string;
|
13402
|
+
/** The type of attachment. */
|
13403
|
+
attachmentType?: 'image' | 'file' | 'unknown';
|
13404
|
+
/** The name including file extension type of the attachment. */
|
13405
|
+
name?: string;
|
13406
|
+
};
|
11296
13407
|
|
11297
13408
|
/**
|
11298
13409
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -11466,7 +13577,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
|
|
11466
13577
|
*
|
11467
13578
|
* @public
|
11468
13579
|
*/
|
11469
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
13580
|
+
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;
|
11470
13581
|
|
11471
13582
|
/**
|
11472
13583
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -11617,7 +13728,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
11617
13728
|
/**
|
11618
13729
|
* @public
|
11619
13730
|
*/
|
11620
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
13731
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | 'focusedContent';
|
11621
13732
|
|
11622
13733
|
/**
|
11623
13734
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -11654,6 +13765,12 @@ export declare type VideoGalleryParticipant = {
|
|
11654
13765
|
isScreenSharingOn?: boolean;
|
11655
13766
|
/** Whether participant is spotlighted **/
|
11656
13767
|
spotlight?: Spotlight;
|
13768
|
+
/** Signal strength of the participant, range from 1 to 3, lower means better connection **/
|
13769
|
+
signalStrength?: number;
|
13770
|
+
/** Media audio video access states **/
|
13771
|
+
mediaAccess?: MediaAccess;
|
13772
|
+
/** Participant user role **/
|
13773
|
+
role?: string;
|
11657
13774
|
};
|
11658
13775
|
|
11659
13776
|
/**
|
@@ -11818,6 +13935,7 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
|
|
11818
13935
|
* @public
|
11819
13936
|
* */
|
11820
13937
|
reaction?: Reaction;
|
13938
|
+
mediaAccess?: MediaAccess;
|
11821
13939
|
}
|
11822
13940
|
|
11823
13941
|
/**
|
@@ -11933,6 +14051,31 @@ export declare interface VideoGalleryStyles extends BaseCustomStyles {
|
|
11933
14051
|
verticalGallery?: VerticalGalleryStyles;
|
11934
14052
|
}
|
11935
14053
|
|
14054
|
+
/**
|
14055
|
+
* Interface representing the position of a participant in Together Mode.
|
14056
|
+
* @beta
|
14057
|
+
*/
|
14058
|
+
export declare type VideoGalleryTogetherModeParticipantPosition = Record<string, VideoGalleryTogetherModeSeatingInfo>;
|
14059
|
+
|
14060
|
+
/**
|
14061
|
+
* Interface representing the seating information in Together Mode.
|
14062
|
+
* @beta
|
14063
|
+
*/
|
14064
|
+
export declare interface VideoGalleryTogetherModeSeatingInfo {
|
14065
|
+
top: number;
|
14066
|
+
left: number;
|
14067
|
+
width: number;
|
14068
|
+
height: number;
|
14069
|
+
}
|
14070
|
+
|
14071
|
+
/**
|
14072
|
+
* Interface representing the streams in Together Mode.
|
14073
|
+
* @beta
|
14074
|
+
*/
|
14075
|
+
export declare interface VideoGalleryTogetherModeStreams {
|
14076
|
+
mainVideoStream?: VideoGalleryStream;
|
14077
|
+
}
|
14078
|
+
|
11936
14079
|
/**
|
11937
14080
|
* Options to control how video streams are rendered.
|
11938
14081
|
*
|
@@ -12138,6 +14281,8 @@ export declare interface VideoTileStrings {
|
|
12138
14281
|
participantStateRinging: string;
|
12139
14282
|
/** String for displaying the Hold state of the remote participant */
|
12140
14283
|
participantStateHold: string;
|
14284
|
+
/** String for displaying the reconnecting state of the remote participant */
|
14285
|
+
participantReconnecting?: string;
|
12141
14286
|
/** String for the announcement of the muted state of the participant when muted */
|
12142
14287
|
moreOptionsParticipantMutedStateMutedAriaLabel: string;
|
12143
14288
|
/** String for the announcement of the unmuted state of the participant when unmuted */
|