@azure/communication-react 1.23.0 → 1.24.0-alpha-202501282341
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 +2349 -117
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-Bxyzl-fU.js +280 -0
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-Bxyzl-fU.js.map +1 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-CwWPuj8S.js +52 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-CwWPuj8S.js.map +1 -0
- package/dist/dist-cjs/communication-react/index-BYu1WVZM.js +47221 -0
- package/dist/dist-cjs/communication-react/index-BYu1WVZM.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +178 -37168
- 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 +8 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +16 -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 +27 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +148 -68
- 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 +37 -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 +98 -62
- 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 +43 -12
- 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.js +12 -9
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +11 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +42 -11
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.d.ts +5 -0
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +49 -8
- 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 +140 -3
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +24 -2
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +229 -35
- 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 +6 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +51 -12
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js +6 -2
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +6 -0
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +30 -19
- 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.js +2 -0
- package/dist/dist-esm/calling-stateful-client/src/MediaAccessSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +1 -3
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/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 +4 -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/EventSubscriber.js +11 -12
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +4 -16
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +57 -67
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +114 -128
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/constants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/index.d.ts +1 -0
- package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/api-summary.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +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.d.ts +101 -0
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +119 -9
- 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 +76 -31
- 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 +52 -13
- 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 -3
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +60 -12
- 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 +9 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +78 -20
- 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 +87 -24
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +7 -4
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBar.js +10 -14
- package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +14 -4
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +5 -16
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +69 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +37 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +75 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +58 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +15 -14
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +105 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +86 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +86 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +32 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +19 -27
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js +12 -48
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +45 -51
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +2 -6
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +11 -9
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +11 -23
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +6 -4
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +11 -5
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/EndCallButton.js +12 -13
- package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +9 -5
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +2 -6
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
- package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.js +1 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +7 -9
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js +13 -14
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js +26 -39
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js +5 -7
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js +3 -10
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +23 -7
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +3 -5
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +46 -23
- 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.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +13 -13
- 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 +85 -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 +22 -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 +79 -49
- 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 +29 -0
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.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 +58 -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/RealTimeTextModal.d.ts +42 -0
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js +55 -0
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +42 -21
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.d.ts +9 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js +29 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +30 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +112 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +19 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +41 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +42 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +66 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +20 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +45 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.d.ts +14 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js +56 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +30 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +96 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +59 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +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 +277 -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/StartRealTimeTextButton.d.ts +47 -0
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js +30 -0
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/StreamMedia.js +14 -3
- package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +10 -3
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +23 -23
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SystemMessage.js +2 -4
- package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +595 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +152 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +821 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js +123 -0
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.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.d.ts +5 -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 +6 -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/TogetherModeLayout.d.ts +9 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js +85 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js +53 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js.map +1 -0
- 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 +22 -8
- 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 +77 -74
- 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 +11 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +202 -29
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/VideoTile.js +97 -83
- 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 +24 -0
- package/dist/dist-esm/react-components/src/components/index.js +21 -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 +22 -1
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +63 -5
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +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 +7 -3
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +22 -22
- 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 +10 -0
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js +27 -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/TogetherMode.styles.d.ts +89 -0
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js +173 -0
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js.map +1 -0
- 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 +13 -2
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +44 -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/sortCaptionsAndRealTimeTexts.d.ts +8 -0
- package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js +25 -0
- package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js.map +1 -0
- 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 +61 -29
- 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 +2 -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 +21 -36
- 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 +21 -36
- 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 +20 -35
- 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 +20 -35
- 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 +19 -34
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +10 -2
- 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 +20 -35
- 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 +20 -35
- 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 +20 -35
- 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 +20 -35
- 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 +21 -36
- 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 +20 -35
- 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 +20 -35
- 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 +20 -35
- 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 +20 -35
- 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 +21 -36
- 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 +20 -35
- 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 +20 -35
- 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 +20 -35
- 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 +20 -35
- 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 +20 -35
- 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 +20 -35
- 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 +20 -35
- 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 +20 -35
- 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 +34 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +159 -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.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 +2 -0
- 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 +94 -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 +279 -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 +107 -39
- 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 +18 -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 +311 -192
- 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 +5 -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 +93 -37
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +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 +21 -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 +254 -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 +28 -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 +33 -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 +8 -16
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js +19 -34
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +11 -8
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +18 -13
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/adapters.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 +38 -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/ar-SA/strings.json +0 -6
- 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/cs-CZ/strings.json +0 -6
- 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/cy-GB/strings.json +0 -6
- 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/de-DE/strings.json +0 -6
- 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/en-GB/strings.json +0 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +12 -0
- 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-ES/strings.json +0 -6
- 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/es-MX/strings.json +0 -6
- 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/fi-FI/strings.json +0 -6
- 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-CA/strings.json +0 -6
- 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/fr-FR/strings.json +0 -6
- 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/he-IL/strings.json +0 -6
- 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/it-IT/strings.json +0 -6
- 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/ja-JP/strings.json +0 -6
- 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/ko-KR/strings.json +0 -6
- 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/nb-NO/strings.json +0 -6
- 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/nl-NL/strings.json +0 -6
- 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/pl-PL/strings.json +0 -6
- 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/pt-BR/strings.json +0 -6
- 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/ru-RU/strings.json +0 -6
- 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/sv-SE/strings.json +0 -6
- 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/tr-TR/strings.json +0 -6
- 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-CN/strings.json +0 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +0 -6
- package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +7 -7
@@ -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
|
* Forbid Teams meeting attendees audio by their user ids.
|
798
1227
|
*/
|
@@ -859,6 +1288,10 @@ export declare type CallAdapterClientState = {
|
|
859
1288
|
* Latest error encountered for each operation performed via the adapter.
|
860
1289
|
*/
|
861
1290
|
latestErrors: AdapterErrors;
|
1291
|
+
/**
|
1292
|
+
* Latest notifications from call client state.
|
1293
|
+
*/
|
1294
|
+
latestNotifications: AdapterNotifications;
|
862
1295
|
/**
|
863
1296
|
* Azure communications Phone number to make PSTN calls with.
|
864
1297
|
*/
|
@@ -999,7 +1432,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
999
1432
|
*
|
1000
1433
|
* @public
|
1001
1434
|
*/
|
1002
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
|
1435
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
|
1003
1436
|
|
1004
1437
|
/**
|
1005
1438
|
* {@link CommonCallAdapter} state.
|
@@ -1112,6 +1545,10 @@ export declare interface CallAdapterSubscribers {
|
|
1112
1545
|
* Subscribe function for 'mutedByOthers' event.
|
1113
1546
|
*/
|
1114
1547
|
on(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1548
|
+
/**
|
1549
|
+
* Subscribe function for 'breakoutRoomsUpdated' event.
|
1550
|
+
*/
|
1551
|
+
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
1115
1552
|
/**
|
1116
1553
|
* Unsubscribe function for 'participantsJoined' event.
|
1117
1554
|
*/
|
@@ -1196,6 +1633,10 @@ export declare interface CallAdapterSubscribers {
|
|
1196
1633
|
* Unsubscribe function for 'mutedByOthers' event.
|
1197
1634
|
*/
|
1198
1635
|
off(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1636
|
+
/**
|
1637
|
+
* Unsubscribe function for 'breakoutRoomsUpdated' event.
|
1638
|
+
*/
|
1639
|
+
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
1199
1640
|
}
|
1200
1641
|
|
1201
1642
|
/**
|
@@ -1206,6 +1647,7 @@ export declare interface CallAdapterSubscribers {
|
|
1206
1647
|
export declare type CallAdapterUiState = {
|
1207
1648
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1208
1649
|
page: CallCompositePage;
|
1650
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
1209
1651
|
};
|
1210
1652
|
|
1211
1653
|
/**
|
@@ -1249,7 +1691,7 @@ export declare interface CallAgentState {
|
|
1249
1691
|
*/
|
1250
1692
|
export declare interface CallAndChatLocator {
|
1251
1693
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1252
|
-
callLocator: GroupCallLocator;
|
1694
|
+
callLocator: GroupCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator;
|
1253
1695
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1254
1696
|
chatThreadId: string;
|
1255
1697
|
}
|
@@ -1453,6 +1895,7 @@ export declare type CallCompositeIcons = {
|
|
1453
1895
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
|
1454
1896
|
PeoplePaneMoreButton?: JSX.Element;
|
1455
1897
|
StopAllSpotlightMenuButton?: JSX.Element;
|
1898
|
+
TogetherModeLayout?: JSX.Element;
|
1456
1899
|
};
|
1457
1900
|
|
1458
1901
|
/**
|
@@ -1495,26 +1938,76 @@ export declare type CallCompositeOptions = {
|
|
1495
1938
|
*/
|
1496
1939
|
callControls?: boolean | CallControlOptions;
|
1497
1940
|
/**
|
1498
|
-
*
|
1941
|
+
* Device permissions check options for your call.
|
1942
|
+
* Here you can choose what device permissions you prompt the user for,
|
1943
|
+
* as well as what device permissions must be accepted before starting a call.
|
1499
1944
|
*/
|
1500
|
-
|
1945
|
+
deviceChecks?: DeviceCheckOptions;
|
1501
1946
|
/**
|
1502
|
-
*
|
1947
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1948
|
+
* unable to grant your site the required permissions for the call.
|
1503
1949
|
*
|
1504
|
-
* @
|
1950
|
+
* @example
|
1951
|
+
* ```ts
|
1952
|
+
* onPermissionsTroubleshootingClick: () =>
|
1953
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1954
|
+
* ```
|
1955
|
+
*
|
1956
|
+
* @remarks
|
1957
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1505
1958
|
*/
|
1506
|
-
|
1959
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1960
|
+
camera: PermissionState;
|
1961
|
+
microphone: PermissionState;
|
1962
|
+
}) => void;
|
1507
1963
|
/**
|
1508
|
-
*
|
1964
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1965
|
+
* having network issues when connecting to the call.
|
1966
|
+
*
|
1967
|
+
* @example
|
1968
|
+
* ```ts
|
1969
|
+
* onNetworkingTroubleShootingClick?: () =>
|
1970
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1971
|
+
* ```
|
1972
|
+
*
|
1973
|
+
* @remarks
|
1974
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1509
1975
|
*/
|
1510
|
-
|
1976
|
+
onNetworkingTroubleShootingClick?: () => void;
|
1511
1977
|
/**
|
1512
|
-
*
|
1513
|
-
*
|
1514
|
-
*
|
1515
|
-
*
|
1516
|
-
|
1517
|
-
|
1978
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1979
|
+
*
|
1980
|
+
* @example
|
1981
|
+
* ```ts
|
1982
|
+
* onBrowserTroubleShootingClick?: () =>
|
1983
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1984
|
+
* ```
|
1985
|
+
*
|
1986
|
+
* @remarks
|
1987
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
1988
|
+
*/
|
1989
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
1990
|
+
/**
|
1991
|
+
* Remote participant video tile menu options
|
1992
|
+
*/
|
1993
|
+
remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
|
1994
|
+
/**
|
1995
|
+
* Options for controlling the local video tile.
|
1996
|
+
*
|
1997
|
+
* @remarks if 'false' the local video tile will not be rendered.
|
1998
|
+
*/
|
1999
|
+
localVideoTile?: boolean | LocalVideoTileOptions;
|
2000
|
+
/**
|
2001
|
+
* Options for controlling video tile.
|
2002
|
+
*/
|
2003
|
+
videoTilesOptions?: VideoTilesOptions;
|
2004
|
+
/**
|
2005
|
+
* Whether to auto show the DTMF Dialer when the call starts in supported scenarios.
|
2006
|
+
* - Teams Voice Application like Call queue or Auto Attendant
|
2007
|
+
* - PSTN Calls
|
2008
|
+
* @defaultValue false
|
2009
|
+
*/
|
2010
|
+
disableAutoShowDtmfDialer?: boolean | DtmfDialPadOptions;
|
1518
2011
|
/**
|
1519
2012
|
* Options for controlling the starting layout of the composite's video gallery
|
1520
2013
|
*/
|
@@ -1614,7 +2107,7 @@ export declare type CallCompositeOptions = {
|
|
1614
2107
|
*
|
1615
2108
|
* @public
|
1616
2109
|
*/
|
1617
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest';
|
2110
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | 'transferring' | 'badRequest';
|
1618
2111
|
|
1619
2112
|
/**
|
1620
2113
|
* Props for {@link CallComposite}.
|
@@ -2108,6 +2601,14 @@ export declare interface CallCompositeStrings {
|
|
2108
2601
|
* string to be used to start captions
|
2109
2602
|
*/
|
2110
2603
|
startCaptionsButtonOnLabel?: string;
|
2604
|
+
/**
|
2605
|
+
* string to be used to open real time text contextual menu
|
2606
|
+
*/
|
2607
|
+
realTimeTextLabel?: string;
|
2608
|
+
/**
|
2609
|
+
* string to be used to start real time text
|
2610
|
+
*/
|
2611
|
+
startRealTimeTextLabel?: string;
|
2111
2612
|
/**
|
2112
2613
|
* string to be used to stop captions
|
2113
2614
|
*/
|
@@ -2176,6 +2677,46 @@ export declare interface CallCompositeStrings {
|
|
2176
2677
|
* captions banner loading spinner label
|
2177
2678
|
*/
|
2178
2679
|
captionsBannerSpinnerText?: string;
|
2680
|
+
/**
|
2681
|
+
* Default text for RTT input text box
|
2682
|
+
*/
|
2683
|
+
realTimeTextInputBoxDefaultText?: string;
|
2684
|
+
/**
|
2685
|
+
* Error message for RTT input text box when the size exceeds the limit 2000
|
2686
|
+
*/
|
2687
|
+
realTimeTextInputErrorMessage?: string;
|
2688
|
+
/**
|
2689
|
+
* Text to show in the real time text disclosure banner
|
2690
|
+
*/
|
2691
|
+
realTimeTextBannerContent?: string;
|
2692
|
+
/**
|
2693
|
+
* Title text of the real time text disclosure banner
|
2694
|
+
*/
|
2695
|
+
realTimeTextBannerTitle?: string;
|
2696
|
+
/**
|
2697
|
+
* Label for the link in the real time text disclosure banner
|
2698
|
+
*/
|
2699
|
+
realTimeTextBannerLinkLabel?: string;
|
2700
|
+
/**
|
2701
|
+
* Title for the container when only captions is enabled
|
2702
|
+
*/
|
2703
|
+
captionsOnlyContainerTitle?: string;
|
2704
|
+
/**
|
2705
|
+
* Title for the container when only real time text is enabled
|
2706
|
+
*/
|
2707
|
+
realTimeTextOnlyContainerTitle?: string;
|
2708
|
+
/**
|
2709
|
+
* Title for the container when both captions and real time text is enabled
|
2710
|
+
*/
|
2711
|
+
captionsAndRealTimeTextContainerTitle?: string;
|
2712
|
+
/**
|
2713
|
+
* Expand button aria label
|
2714
|
+
*/
|
2715
|
+
expandButtonAriaLabel?: string;
|
2716
|
+
/**
|
2717
|
+
* Minimize button aria label
|
2718
|
+
*/
|
2719
|
+
minimizeButtonAriaLabel?: string;
|
2179
2720
|
/**
|
2180
2721
|
* transfer page text when showing the transferor who initiated the transfer
|
2181
2722
|
*/
|
@@ -2467,6 +3008,40 @@ export declare interface CallCompositeStrings {
|
|
2467
3008
|
* Label for mute all cancel button
|
2468
3009
|
*/
|
2469
3010
|
muteAllCancelButtonLabel: string;
|
3011
|
+
/**
|
3012
|
+
* Label for join breakout room button
|
3013
|
+
*/
|
3014
|
+
joinBreakoutRoomButtonLabel: string;
|
3015
|
+
/**
|
3016
|
+
* Label for button to return from breakout room
|
3017
|
+
*/
|
3018
|
+
returnFromBreakoutRoomButtonLabel: string;
|
3019
|
+
/**
|
3020
|
+
* Label for button to leave breakout room and meeting
|
3021
|
+
*/
|
3022
|
+
leaveBreakoutRoomAndMeetingButtonLabel: string;
|
3023
|
+
/**
|
3024
|
+
* Notification title for when a user joins a breakout room
|
3025
|
+
*/
|
3026
|
+
breakoutRoomJoinedNotificationTitle: string;
|
3027
|
+
/**
|
3028
|
+
* Title for banner to join the assigned breakout room. The banner is shown in mobile view instead of the
|
3029
|
+
* notification.
|
3030
|
+
*/
|
3031
|
+
joinBreakoutRoomBannerTitle: string;
|
3032
|
+
/**
|
3033
|
+
* Label for button in banner to join breakout room. The banner is shown in mobile view instead of the notification.
|
3034
|
+
*/
|
3035
|
+
joinBreakoutRoomBannerButtonLabel: string;
|
3036
|
+
/**
|
3037
|
+
* Title for banner to return from breakout room. The banner is shown in mobile view instead of the notification.
|
3038
|
+
*/
|
3039
|
+
returnFromBreakoutRoomBannerTitle: string;
|
3040
|
+
/**
|
3041
|
+
* Label for button in banner to return from breakout room. The banner is shown in mobile view instead of the
|
3042
|
+
* notification.
|
3043
|
+
*/
|
3044
|
+
returnFromBreakoutRoomBannerButtonLabel: string;
|
2470
3045
|
/**
|
2471
3046
|
* Label for menu item to forbid audio media access
|
2472
3047
|
*/
|
@@ -2537,6 +3112,18 @@ export declare interface CallCompositeStrings {
|
|
2537
3112
|
forbidOthersVideoMenuLabel: string;
|
2538
3113
|
/** Label for menu item to permit audio media access */
|
2539
3114
|
permitOthersVideoMenuLabel: string;
|
3115
|
+
/** The title of the RealTimeText modal */
|
3116
|
+
realTimeTextModalTitle: string;
|
3117
|
+
/** The text of the RealTimeText modal */
|
3118
|
+
realTimeTextModalText: string;
|
3119
|
+
/** The label for the confirm button */
|
3120
|
+
realTimeTextConfirmButtonLabel: string;
|
3121
|
+
/** The label for the cancel button */
|
3122
|
+
realTimeTextCancelButtonLabel: string;
|
3123
|
+
/** The aria label for the modal */
|
3124
|
+
realTimeTextModalAriaLabel: string;
|
3125
|
+
/** The aria label for the close button */
|
3126
|
+
realTimeTextCloseModalButtonAriaLabel: string;
|
2540
3127
|
}
|
2541
3128
|
|
2542
3129
|
/**
|
@@ -2621,7 +3208,22 @@ export declare type CallErrors = {
|
|
2621
3208
|
*
|
2622
3209
|
* @public
|
2623
3210
|
*/
|
2624
|
-
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';
|
3211
|
+
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';
|
3212
|
+
|
3213
|
+
/**
|
3214
|
+
* Represents the name of the call feature stream
|
3215
|
+
* @beta
|
3216
|
+
*/
|
3217
|
+
export declare type CallFeatureStreamName = 'togetherMode';
|
3218
|
+
|
3219
|
+
/**
|
3220
|
+
* State only version of {@link @azure/communication-calling#CallFeatureStream}.
|
3221
|
+
* Represents call feature stream state.
|
3222
|
+
* @beta
|
3223
|
+
*/
|
3224
|
+
export declare interface CallFeatureStreamState extends RemoteVideoStreamState {
|
3225
|
+
feature?: CallFeatureStreamName;
|
3226
|
+
}
|
2625
3227
|
|
2626
3228
|
/**
|
2627
3229
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -2774,6 +3376,23 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
2774
3376
|
mediaAccess?: MediaAccess;
|
2775
3377
|
};
|
2776
3378
|
|
3379
|
+
/**
|
3380
|
+
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
3381
|
+
*
|
3382
|
+
* @remarks
|
3383
|
+
* This is currently in beta and only supports calling one Teams User.
|
3384
|
+
*
|
3385
|
+
* @example
|
3386
|
+
* ```
|
3387
|
+
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
3388
|
+
* ```
|
3389
|
+
*
|
3390
|
+
* @beta
|
3391
|
+
*/
|
3392
|
+
export declare type CallParticipantsLocator = {
|
3393
|
+
participantIds: string[];
|
3394
|
+
};
|
3395
|
+
|
2777
3396
|
/**
|
2778
3397
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
2779
3398
|
*
|
@@ -2874,6 +3493,10 @@ export declare interface CallState {
|
|
2874
3493
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
2875
3494
|
*/
|
2876
3495
|
recording: RecordingCallFeature;
|
3496
|
+
/**
|
3497
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3498
|
+
*/
|
3499
|
+
localRecording: LocalRecordingCallFeatureState;
|
2877
3500
|
/**
|
2878
3501
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
2879
3502
|
*
|
@@ -2884,6 +3507,11 @@ export declare interface CallState {
|
|
2884
3507
|
* Proxy of {@link @azure/communication-calling#RaiseHandCallFeature}.
|
2885
3508
|
*/
|
2886
3509
|
raiseHand: RaiseHandCallFeature;
|
3510
|
+
/**
|
3511
|
+
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature}.
|
3512
|
+
* @beta
|
3513
|
+
*/
|
3514
|
+
togetherMode: TogetherModeCallFeatureState;
|
2887
3515
|
/**
|
2888
3516
|
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
2889
3517
|
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
@@ -2930,6 +3558,10 @@ export declare interface CallState {
|
|
2930
3558
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
2931
3559
|
*/
|
2932
3560
|
role?: ParticipantRole;
|
3561
|
+
/**
|
3562
|
+
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3563
|
+
*/
|
3564
|
+
totalParticipantCount?: number;
|
2933
3565
|
/**
|
2934
3566
|
* Transfer state of call
|
2935
3567
|
*/
|
@@ -2949,13 +3581,17 @@ export declare interface CallState {
|
|
2949
3581
|
/**
|
2950
3582
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
2951
3583
|
*/
|
2952
|
-
info?: TeamsCallInfo;
|
3584
|
+
info?: TeamsCallInfo | /* @conditional-compile-remove(calling-beta-sdk) */ CallInfo;
|
2953
3585
|
/**
|
2954
3586
|
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
2955
3587
|
*/
|
2956
3588
|
meetingConference?: {
|
2957
3589
|
conferencePhones: ConferencePhoneInfo[];
|
2958
3590
|
};
|
3591
|
+
/**
|
3592
|
+
* Proxy of {@link @azure/communication-calling#BreakoutRoomsFeature}.
|
3593
|
+
*/
|
3594
|
+
breakoutRooms?: BreakoutRoomsState;
|
2959
3595
|
/**
|
2960
3596
|
* Proxy of {@link @azure/communication-calling#MediaAccessFeature}.
|
2961
3597
|
*/
|
@@ -3138,6 +3774,48 @@ export declare interface CallWithChatAdapterManagement {
|
|
3138
3774
|
* @public
|
3139
3775
|
*/
|
3140
3776
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
3777
|
+
/**
|
3778
|
+
* Create the html view for a togethermode stream.
|
3779
|
+
*
|
3780
|
+
* @remarks
|
3781
|
+
* This method is implemented for composite
|
3782
|
+
*
|
3783
|
+
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
3784
|
+
*
|
3785
|
+
* @beta
|
3786
|
+
*/
|
3787
|
+
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
3788
|
+
/**
|
3789
|
+
* Start together mode.
|
3790
|
+
*
|
3791
|
+
* @remarks
|
3792
|
+
* This method is implemented for composite
|
3793
|
+
*
|
3794
|
+
*
|
3795
|
+
* @beta
|
3796
|
+
*/
|
3797
|
+
startTogetherMode(): Promise<void>;
|
3798
|
+
/**
|
3799
|
+
* Recalculate the seating positions for together mode.
|
3800
|
+
*
|
3801
|
+
* @remarks
|
3802
|
+
* This method is implemented for composite
|
3803
|
+
*
|
3804
|
+
* @param width - Width of the container
|
3805
|
+
* @param height - Height of the container
|
3806
|
+
*
|
3807
|
+
* @beta
|
3808
|
+
*/
|
3809
|
+
setTogetherModeSceneSize(width: number, height: number): void;
|
3810
|
+
/**
|
3811
|
+
* Dispose the html view for a togethermode stream.
|
3812
|
+
*
|
3813
|
+
* @remarks
|
3814
|
+
* This method is implemented for composite
|
3815
|
+
*
|
3816
|
+
* @beta
|
3817
|
+
*/
|
3818
|
+
disposeTogetherModeStreamView(): Promise<void>;
|
3141
3819
|
/**
|
3142
3820
|
* Dispose the html view for a screen share stream
|
3143
3821
|
*
|
@@ -3245,7 +3923,19 @@ export declare interface CallWithChatAdapterManagement {
|
|
3245
3923
|
*
|
3246
3924
|
* @public
|
3247
3925
|
*/
|
3248
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3926
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
3927
|
+
/**
|
3928
|
+
* Upload an inline image for a message.
|
3929
|
+
*
|
3930
|
+
* @beta
|
3931
|
+
*/
|
3932
|
+
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
3933
|
+
/**
|
3934
|
+
* Delete an inline image for a message.
|
3935
|
+
*
|
3936
|
+
* @beta
|
3937
|
+
*/
|
3938
|
+
deleteImage(imageId: string): Promise<void>;
|
3249
3939
|
/**
|
3250
3940
|
* Send a read receipt for a message.
|
3251
3941
|
*
|
@@ -3263,7 +3953,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3263
3953
|
*
|
3264
3954
|
* @public
|
3265
3955
|
*/
|
3266
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
3956
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
3267
3957
|
/**
|
3268
3958
|
* Delete a message in the thread.
|
3269
3959
|
*
|
@@ -3308,6 +3998,10 @@ export declare interface CallWithChatAdapterManagement {
|
|
3308
3998
|
* @public
|
3309
3999
|
*/
|
3310
4000
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
4001
|
+
/**
|
4002
|
+
* Continues into a call when the browser version is not supported.
|
4003
|
+
*/
|
4004
|
+
allowUnsupportedBrowserVersion(): void;
|
3311
4005
|
/**
|
3312
4006
|
* Function to Start captions
|
3313
4007
|
* @param options - options for start captions
|
@@ -3387,6 +4081,10 @@ export declare interface CallWithChatAdapterManagement {
|
|
3387
4081
|
* Mute a participant
|
3388
4082
|
*/
|
3389
4083
|
muteAllRemoteParticipants(): Promise<void>;
|
4084
|
+
/**
|
4085
|
+
* Return to origin call of breakout room
|
4086
|
+
*/
|
4087
|
+
returnFromBreakoutRoom(): Promise<void>;
|
3390
4088
|
/**
|
3391
4089
|
* forbids audio for the specified user ids.
|
3392
4090
|
*/
|
@@ -3438,6 +4136,7 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
3438
4136
|
on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
3439
4137
|
on(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
3440
4138
|
on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
4139
|
+
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
3441
4140
|
off(event: 'callEnded', listener: CallEndedListener): void;
|
3442
4141
|
off(event: 'isMutedChanged', listener: IsMutedChangedListener): void;
|
3443
4142
|
off(event: 'callIdChanged', listener: CallIdChangedListener): void;
|
@@ -3455,6 +4154,7 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
3455
4154
|
off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
3456
4155
|
off(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
3457
4156
|
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
4157
|
+
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
3458
4158
|
on(event: 'messageReceived', listener: MessageReceivedListener): void;
|
3459
4159
|
on(event: 'messageEdited', listener: MessageEditedListener): void;
|
3460
4160
|
on(event: 'messageDeleted', listener: MessageDeletedListener): void;
|
@@ -3493,6 +4193,14 @@ export declare interface CallWithChatAdapterUiState {
|
|
3493
4193
|
* @public
|
3494
4194
|
*/
|
3495
4195
|
page: CallCompositePage;
|
4196
|
+
/**
|
4197
|
+
* State to track whether the end user has opted in to using a
|
4198
|
+
* out of date version of a supported browser. Allows the user
|
4199
|
+
* to start a call in this state.
|
4200
|
+
*
|
4201
|
+
* @beta
|
4202
|
+
*/
|
4203
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
3496
4204
|
}
|
3497
4205
|
|
3498
4206
|
/**
|
@@ -3511,6 +4219,8 @@ export declare interface CallWithChatClientState {
|
|
3511
4219
|
chat?: ChatThreadClientState;
|
3512
4220
|
/** Latest call error encountered for each operation performed via the adapter. */
|
3513
4221
|
latestCallErrors: AdapterErrors;
|
4222
|
+
/** Latest call notifications encountered in the call client state via the adapter. */
|
4223
|
+
latestCallNotifications: AdapterNotifications;
|
3514
4224
|
/** Latest chat error encountered for each operation performed via the adapter. */
|
3515
4225
|
latestChatErrors: AdapterErrors;
|
3516
4226
|
/** State of available and currently selected devices */
|
@@ -3666,6 +4376,62 @@ export declare type CallWithChatCompositeOptions = {
|
|
3666
4376
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
3667
4377
|
*/
|
3668
4378
|
callControls?: boolean | CallWithChatControlOptions;
|
4379
|
+
/**
|
4380
|
+
* Properties for configuring the File Sharing feature.
|
4381
|
+
* If undefined, file sharing feature will be disabled.
|
4382
|
+
* @beta
|
4383
|
+
*/
|
4384
|
+
attachmentOptions?: AttachmentOptions;
|
4385
|
+
/**
|
4386
|
+
* Device permissions check options for your call.
|
4387
|
+
* Here you can choose what device permissions you prompt the user for,
|
4388
|
+
* as well as what device permissions must be accepted before starting a call.
|
4389
|
+
*/
|
4390
|
+
deviceChecks?: DeviceCheckOptions;
|
4391
|
+
/**
|
4392
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
4393
|
+
* unable to grant your site the required permissions for the call.
|
4394
|
+
*
|
4395
|
+
* @example
|
4396
|
+
* ```ts
|
4397
|
+
* onPermissionsTroubleshootingClick: () =>
|
4398
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
4399
|
+
* ```
|
4400
|
+
*
|
4401
|
+
* @remarks
|
4402
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
4403
|
+
*/
|
4404
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
4405
|
+
camera: PermissionState;
|
4406
|
+
microphone: PermissionState;
|
4407
|
+
}) => void;
|
4408
|
+
/**
|
4409
|
+
* Optional callback to supply users with further troubleshooting steps for network issues
|
4410
|
+
* experienced when connecting to a call.
|
4411
|
+
*
|
4412
|
+
* @example
|
4413
|
+
* ```ts
|
4414
|
+
* onNetworkingTroubleShootingClick?: () =>
|
4415
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
4416
|
+
* ```
|
4417
|
+
*
|
4418
|
+
* @remarks
|
4419
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
4420
|
+
*/
|
4421
|
+
onNetworkingTroubleShootingClick?: () => void;
|
4422
|
+
/**
|
4423
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
4424
|
+
*
|
4425
|
+
* @example
|
4426
|
+
* ```ts
|
4427
|
+
* onBrowserTroubleShootingClick?: () =>
|
4428
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
4429
|
+
* ```
|
4430
|
+
*
|
4431
|
+
* @remarks
|
4432
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
4433
|
+
*/
|
4434
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
3669
4435
|
/**
|
3670
4436
|
* Remote participant video tile menu options
|
3671
4437
|
*/
|
@@ -3768,6 +4534,13 @@ export declare type CallWithChatCompositeOptions = {
|
|
3768
4534
|
*/
|
3769
4535
|
hideSpotlightButtons?: boolean;
|
3770
4536
|
};
|
4537
|
+
/**
|
4538
|
+
* Enables rich text editor for the send and edit boxes
|
4539
|
+
* @defaultValue `false`
|
4540
|
+
*
|
4541
|
+
* @beta
|
4542
|
+
*/
|
4543
|
+
richTextEditor?: boolean;
|
3771
4544
|
};
|
3772
4545
|
|
3773
4546
|
/**
|
@@ -3907,6 +4680,14 @@ export declare interface CallWithChatCompositeStrings {
|
|
3907
4680
|
* Side pane Chat screen title.
|
3908
4681
|
*/
|
3909
4682
|
chatPaneTitle: string;
|
4683
|
+
/**
|
4684
|
+
* Side pane Chat screen title in a breakout room.
|
4685
|
+
*/
|
4686
|
+
breakoutRoomChatPaneTitle: string;
|
4687
|
+
/**
|
4688
|
+
* Label for spinner when chat content is loading.
|
4689
|
+
*/
|
4690
|
+
chatContentSpinnerLabel: string;
|
3910
4691
|
/**
|
3911
4692
|
* New Message label for chat button with notification icon component.
|
3912
4693
|
*/
|
@@ -4001,7 +4782,36 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
4001
4782
|
*
|
4002
4783
|
* @public
|
4003
4784
|
*/
|
4004
|
-
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';
|
4785
|
+
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';
|
4786
|
+
|
4787
|
+
/**
|
4788
|
+
* @beta
|
4789
|
+
*
|
4790
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4791
|
+
* by their browsers settings.
|
4792
|
+
*/
|
4793
|
+
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4794
|
+
|
4795
|
+
/**
|
4796
|
+
* @beta
|
4797
|
+
* Props for CameraAndMicrophoneSitePermissions component.
|
4798
|
+
*/
|
4799
|
+
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4800
|
+
/** Icon name for the camera icon */
|
4801
|
+
cameraIconName?: string;
|
4802
|
+
/** Icon name for the microphone icon */
|
4803
|
+
microphoneIconName?: string;
|
4804
|
+
/** Icon name for the central icon between the camera and microphone icons */
|
4805
|
+
connectorIconName?: string;
|
4806
|
+
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4807
|
+
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4808
|
+
}
|
4809
|
+
|
4810
|
+
/**
|
4811
|
+
* @beta
|
4812
|
+
* Strings for CameraAndMicrophoneSitePermissions component.
|
4813
|
+
*/
|
4814
|
+
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
4005
4815
|
|
4006
4816
|
/**
|
4007
4817
|
* A button to turn camera on / off.
|
@@ -4163,6 +4973,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
4163
4973
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
4164
4974
|
}
|
4165
4975
|
|
4976
|
+
/**
|
4977
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4978
|
+
* by their browsers settings.
|
4979
|
+
*
|
4980
|
+
* @beta
|
4981
|
+
*/
|
4982
|
+
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
4983
|
+
|
4984
|
+
/**
|
4985
|
+
* @beta
|
4986
|
+
* Props for CameraSitePermissions component.
|
4987
|
+
*/
|
4988
|
+
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
4989
|
+
/** Icon name for the camera icon */
|
4990
|
+
cameraIconName?: string;
|
4991
|
+
/** Strings for use with the {@link CameraSitePermissions} */
|
4992
|
+
strings?: CameraSitePermissionsStrings;
|
4993
|
+
}
|
4994
|
+
|
4995
|
+
/**
|
4996
|
+
* @beta
|
4997
|
+
* Strings for CameraSitePermissions component.
|
4998
|
+
*/
|
4999
|
+
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
5000
|
+
|
4166
5001
|
/**
|
4167
5002
|
* @public
|
4168
5003
|
* Callback function run when a message edit is cancelled.
|
@@ -4305,10 +5140,22 @@ export declare interface CaptionsBannerProps {
|
|
4305
5140
|
* Array of captions to be displayed
|
4306
5141
|
*/
|
4307
5142
|
captions: CaptionsInformation[];
|
5143
|
+
/**
|
5144
|
+
* Array of finalized and partial real time text messages
|
5145
|
+
*/
|
5146
|
+
realTimeTexts?: {
|
5147
|
+
completedMessages?: RealTimeTextInformation[];
|
5148
|
+
currentInProgress?: RealTimeTextInformation[];
|
5149
|
+
myInProgress?: RealTimeTextInformation;
|
5150
|
+
};
|
4308
5151
|
/**
|
4309
5152
|
* Flag to indicate if captions are on
|
4310
5153
|
*/
|
4311
5154
|
isCaptionsOn?: boolean;
|
5155
|
+
/**
|
5156
|
+
* Flag to indicate if real time text is on
|
5157
|
+
*/
|
5158
|
+
isRealTimeTextOn?: boolean;
|
4312
5159
|
/**
|
4313
5160
|
* Flag to indicate if captions are being started
|
4314
5161
|
* This is used to show spinner while captions are being started
|
@@ -4335,6 +5182,14 @@ export declare interface CaptionsBannerProps {
|
|
4335
5182
|
captionsOptions?: {
|
4336
5183
|
height: 'full' | 'default';
|
4337
5184
|
};
|
5185
|
+
/**
|
5186
|
+
* Optional callback to send real time text.
|
5187
|
+
*/
|
5188
|
+
onSendRealTimeText?: (text: string, isFinalized: boolean) => Promise<void>;
|
5189
|
+
/**
|
5190
|
+
* Latest local real time text
|
5191
|
+
*/
|
5192
|
+
latestLocalRealTimeText?: RealTimeTextInformation;
|
4338
5193
|
}
|
4339
5194
|
|
4340
5195
|
/**
|
@@ -4355,6 +5210,46 @@ export declare interface CaptionsBannerStrings {
|
|
4355
5210
|
* Spinner text for captions banner
|
4356
5211
|
*/
|
4357
5212
|
captionsBannerSpinnerText?: string;
|
5213
|
+
/**
|
5214
|
+
* Default text for RTT input text box
|
5215
|
+
*/
|
5216
|
+
realTimeTextInputBoxDefaultText?: string;
|
5217
|
+
/**
|
5218
|
+
* Error message for RTT input text box when the size exceeds the limit 2000
|
5219
|
+
*/
|
5220
|
+
realTimeTextInputErrorMessage?: string;
|
5221
|
+
/**
|
5222
|
+
* Real time text disclosure banner title
|
5223
|
+
*/
|
5224
|
+
realTimeTextBannerTitle?: string;
|
5225
|
+
/**
|
5226
|
+
* Real time text disclosure banner content
|
5227
|
+
*/
|
5228
|
+
realTimeTextBannerContent?: string;
|
5229
|
+
/**
|
5230
|
+
* Real time text disclosure banner link label
|
5231
|
+
*/
|
5232
|
+
realTimeTextBannerLinkLabel?: string;
|
5233
|
+
/**
|
5234
|
+
* Title for the container when only captions is enabled
|
5235
|
+
*/
|
5236
|
+
captionsOnlyContainerTitle?: string;
|
5237
|
+
/**
|
5238
|
+
* Title for the container when only real time text is enabled
|
5239
|
+
*/
|
5240
|
+
realTimeTextOnlyContainerTitle?: string;
|
5241
|
+
/**
|
5242
|
+
* Title for the container when both captions and real time text is enabled
|
5243
|
+
*/
|
5244
|
+
captionsAndRealTimeTextContainerTitle?: string;
|
5245
|
+
/**
|
5246
|
+
* Expand button aria label
|
5247
|
+
*/
|
5248
|
+
expandButtonAriaLabel?: string;
|
5249
|
+
/**
|
5250
|
+
* Minimize button aria label
|
5251
|
+
*/
|
5252
|
+
minimizeButtonAriaLabel?: string;
|
4358
5253
|
}
|
4359
5254
|
|
4360
5255
|
/**
|
@@ -4462,6 +5357,12 @@ export declare type CaptionsInformation = {
|
|
4462
5357
|
* id of the speaker
|
4463
5358
|
*/
|
4464
5359
|
userId?: string;
|
5360
|
+
/**
|
5361
|
+
* timestamp when the caption was created
|
5362
|
+
* Please note that this value is essential for determining the order of captions and real time text messages
|
5363
|
+
* If you are using both captions and real time text, please ensure that the createdTimeStamp is populated
|
5364
|
+
*/
|
5365
|
+
createdTimeStamp?: Date;
|
4465
5366
|
};
|
4466
5367
|
|
4467
5368
|
/**
|
@@ -4704,7 +5605,15 @@ export declare interface ChatAdapterThreadManagement {
|
|
4704
5605
|
* Send a message in the thread.
|
4705
5606
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
4706
5607
|
*/
|
4707
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
5608
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
5609
|
+
/**
|
5610
|
+
* Upload an inline image for a message.
|
5611
|
+
*/
|
5612
|
+
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
5613
|
+
/**
|
5614
|
+
* Delete an inline image for a message.
|
5615
|
+
*/
|
5616
|
+
deleteImage(imageId: string): Promise<void>;
|
4708
5617
|
/**
|
4709
5618
|
* Send a read receipt for a message.
|
4710
5619
|
*/
|
@@ -4725,7 +5634,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
4725
5634
|
* Update a message content.
|
4726
5635
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
4727
5636
|
*/
|
4728
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
5637
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
4729
5638
|
/**
|
4730
5639
|
* Delete a message in the thread.
|
4731
5640
|
*/
|
@@ -4863,6 +5772,7 @@ export declare type ChatCompositeIcons = {
|
|
4863
5772
|
ParticipantItemOptionsHovered?: JSX.Element;
|
4864
5773
|
SendBoxSend?: JSX.Element;
|
4865
5774
|
SendBoxSendHovered?: JSX.Element;
|
5775
|
+
SendBoxAttachFile?: JSX.Element;
|
4866
5776
|
};
|
4867
5777
|
|
4868
5778
|
/**
|
@@ -4891,6 +5801,13 @@ export declare type ChatCompositeOptions = {
|
|
4891
5801
|
* @defaultValue true
|
4892
5802
|
*/
|
4893
5803
|
errorBar?: boolean;
|
5804
|
+
/**
|
5805
|
+
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
5806
|
+
* @defaultValue false
|
5807
|
+
*
|
5808
|
+
* @beta
|
5809
|
+
*/
|
5810
|
+
participantPane?: boolean;
|
4894
5811
|
/**
|
4895
5812
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
4896
5813
|
* @defaultValue true
|
@@ -4901,6 +5818,19 @@ export declare type ChatCompositeOptions = {
|
|
4901
5818
|
* When undefined nothing has focus on render
|
4902
5819
|
*/
|
4903
5820
|
autoFocus?: 'sendBoxTextField';
|
5821
|
+
/**
|
5822
|
+
* Properties for configuring the File Sharing feature.
|
5823
|
+
* If undefined, file sharing feature will be disabled.
|
5824
|
+
* @beta
|
5825
|
+
*/
|
5826
|
+
attachmentOptions?: AttachmentOptions;
|
5827
|
+
/**
|
5828
|
+
* Enables rich text editor for the send and edit boxes
|
5829
|
+
* @defaultValue `false`
|
5830
|
+
*
|
5831
|
+
* @beta
|
5832
|
+
*/
|
5833
|
+
richTextEditor?: boolean;
|
4904
5834
|
};
|
4905
5835
|
|
4906
5836
|
/**
|
@@ -4928,6 +5858,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
4928
5858
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
4929
5859
|
*/
|
4930
5860
|
options?: ChatCompositeOptions;
|
5861
|
+
/**
|
5862
|
+
* Optimizes the composite form factor for either desktop or mobile.
|
5863
|
+
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
5864
|
+
* @defaultValue 'desktop'
|
5865
|
+
*/
|
5866
|
+
formFactor?: 'desktop' | 'mobile';
|
4931
5867
|
}
|
4932
5868
|
|
4933
5869
|
/**
|
@@ -4942,9 +5878,29 @@ export declare interface ChatCompositeStrings {
|
|
4942
5878
|
* Chat list header text
|
4943
5879
|
*/
|
4944
5880
|
chatListHeader: string;
|
4945
|
-
|
4946
|
-
|
4947
|
-
|
5881
|
+
/**
|
5882
|
+
* Upload Attachment Button text
|
5883
|
+
*/
|
5884
|
+
uploadAttachment: string;
|
5885
|
+
/**
|
5886
|
+
* Error Message for image data is not provided for image upload
|
5887
|
+
*/
|
5888
|
+
uploadImageDataNotProvided: string;
|
5889
|
+
/**
|
5890
|
+
* Error Message for upload image is too large
|
5891
|
+
*/
|
5892
|
+
uploadImageIsTooLarge: string;
|
5893
|
+
/**
|
5894
|
+
* Error Message for unsupported image extension for image upload
|
5895
|
+
*/
|
5896
|
+
uploadImageExtensionIsNotAllowed: string;
|
5897
|
+
/**
|
5898
|
+
* Error Message for unable to upload image
|
5899
|
+
*/
|
5900
|
+
uploadImageFailed: string;
|
5901
|
+
}
|
5902
|
+
|
5903
|
+
/**
|
4948
5904
|
* Error thrown from failed {@link StatefulChatClient} methods.
|
4949
5905
|
*
|
4950
5906
|
* @public
|
@@ -4990,7 +5946,7 @@ export declare type ChatErrors = {
|
|
4990
5946
|
*
|
4991
5947
|
* @public
|
4992
5948
|
*/
|
4993
|
-
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';
|
5949
|
+
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';
|
4994
5950
|
|
4995
5951
|
/**
|
4996
5952
|
* Object containing all the handlers required for chat components.
|
@@ -5001,13 +5957,15 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
5001
5957
|
* @public
|
5002
5958
|
*/
|
5003
5959
|
export declare type ChatHandlers = {
|
5004
|
-
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
5960
|
+
onSendMessage: (content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions) => Promise<void>;
|
5961
|
+
onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
|
5962
|
+
onDeleteImage: (imageId: string) => Promise<void>;
|
5005
5963
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
5006
5964
|
onTyping: () => Promise<void>;
|
5007
5965
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
5008
5966
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
5009
5967
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
5010
|
-
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
5968
|
+
onUpdateMessage: (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
5011
5969
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
5012
5970
|
};
|
5013
5971
|
|
@@ -5050,6 +6008,12 @@ export declare interface ChatMessage extends MessageCommon {
|
|
5050
6008
|
attachments?: AttachmentMetadata[];
|
5051
6009
|
}
|
5052
6010
|
|
6011
|
+
/**
|
6012
|
+
* @beta
|
6013
|
+
* Type of the message content, either 'text' or 'html'.
|
6014
|
+
*/
|
6015
|
+
export declare type ChatMessageType = 'text' | 'html';
|
6016
|
+
|
5053
6017
|
/**
|
5054
6018
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
5055
6019
|
* client-side only metadata for chat messages.
|
@@ -5156,6 +6120,8 @@ export declare type ChatThreadClientState = {
|
|
5156
6120
|
*/
|
5157
6121
|
export declare type ChatThreadProperties = {
|
5158
6122
|
topic?: string;
|
6123
|
+
createdBy?: CommunicationIdentifierKind;
|
6124
|
+
messagingPolicy?: MessagingPolicy;
|
5159
6125
|
};
|
5160
6126
|
|
5161
6127
|
/**
|
@@ -5422,6 +6388,7 @@ export declare interface CommonCallingHandlers {
|
|
5422
6388
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
5423
6389
|
onRemoveParticipant(userId: string): Promise<void>;
|
5424
6390
|
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
6391
|
+
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
5425
6392
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
5426
6393
|
onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
|
5427
6394
|
onRejectCall: (incomingCallId: string) => Promise<void>;
|
@@ -5440,6 +6407,30 @@ export declare interface CommonCallingHandlers {
|
|
5440
6407
|
onStopAllSpotlight: () => Promise<void>;
|
5441
6408
|
onMuteParticipant: (userId: string) => Promise<void>;
|
5442
6409
|
onMuteAllRemoteParticipants: () => Promise<void>;
|
6410
|
+
/**
|
6411
|
+
* Call back to create a view for together mode
|
6412
|
+
*
|
6413
|
+
* @beta
|
6414
|
+
*/
|
6415
|
+
onCreateTogetherModeStreamView: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
6416
|
+
/**
|
6417
|
+
* Call back to create a view for together mode
|
6418
|
+
*
|
6419
|
+
* @beta
|
6420
|
+
*/
|
6421
|
+
onStartTogetherMode: () => Promise<void>;
|
6422
|
+
/**
|
6423
|
+
* Call set together mode scene size
|
6424
|
+
*
|
6425
|
+
* @beta
|
6426
|
+
*/
|
6427
|
+
onSetTogetherModeSceneSize: (width: number, height: number) => void;
|
6428
|
+
/**
|
6429
|
+
* Call back to dispose together mode views
|
6430
|
+
*
|
6431
|
+
* @beta
|
6432
|
+
*/
|
6433
|
+
onDisposeTogetherModeStreamView: () => Promise<void>;
|
5443
6434
|
/**
|
5444
6435
|
* Forbid remote participants from sending audio
|
5445
6436
|
*
|
@@ -5491,6 +6482,39 @@ export declare type CommonProperties<A, B> = {
|
|
5491
6482
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
5492
6483
|
}[keyof A & keyof B];
|
5493
6484
|
|
6485
|
+
/**
|
6486
|
+
* @beta
|
6487
|
+
* Props for SitePermissions components.
|
6488
|
+
*/
|
6489
|
+
export declare interface CommonSitePermissionsProps {
|
6490
|
+
/**
|
6491
|
+
* Name of application calling experience is in.
|
6492
|
+
*/
|
6493
|
+
appName: string;
|
6494
|
+
/**
|
6495
|
+
* Kind of the Site Permissions component.
|
6496
|
+
*/
|
6497
|
+
kind: 'request' | 'denied' | 'check';
|
6498
|
+
/**
|
6499
|
+
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
6500
|
+
*/
|
6501
|
+
browserHint?: 'safari' | 'unset';
|
6502
|
+
/**
|
6503
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
6504
|
+
* If this is not provided the button will not be shown.
|
6505
|
+
*/
|
6506
|
+
onTroubleshootingClick?: () => void;
|
6507
|
+
/**
|
6508
|
+
* Action that is taken when the user clicks the continue anyway button.
|
6509
|
+
* If this is not provided the button will not be shown.
|
6510
|
+
*/
|
6511
|
+
onContinueAnywayClick?: () => void;
|
6512
|
+
/**
|
6513
|
+
* Styles for SitePermissions component.
|
6514
|
+
*/
|
6515
|
+
styles?: SitePermissionsStyles;
|
6516
|
+
}
|
6517
|
+
|
5494
6518
|
/**
|
5495
6519
|
* A Chat or Calling participant's state, as reflected in the UI.
|
5496
6520
|
*
|
@@ -5688,6 +6712,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
5688
6712
|
export declare interface ComponentLocale {
|
5689
6713
|
/** Strings for components */
|
5690
6714
|
strings: ComponentStrings;
|
6715
|
+
/**
|
6716
|
+
* Optional function to provide customized date format.
|
6717
|
+
* @beta
|
6718
|
+
*/
|
6719
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
5691
6720
|
}
|
5692
6721
|
|
5693
6722
|
/**
|
@@ -5737,6 +6766,10 @@ export declare interface ComponentStrings {
|
|
5737
6766
|
typingIndicator: TypingIndicatorStrings;
|
5738
6767
|
/** Strings for SendBox */
|
5739
6768
|
sendBox: SendBoxStrings;
|
6769
|
+
/** Strings for RichTextSendBox */
|
6770
|
+
richTextSendBox: RichTextSendBoxStrings;
|
6771
|
+
/** Strings for MentionPopover */
|
6772
|
+
mentionPopover: MentionPopoverStrings;
|
5740
6773
|
/** Strings for ImageOverlay */
|
5741
6774
|
imageOverlay: ImageOverlayStrings;
|
5742
6775
|
/** Strings for MessageStatusIndicator */
|
@@ -5753,13 +6786,53 @@ export declare interface ComponentStrings {
|
|
5753
6786
|
videoTile: VideoTileStrings;
|
5754
6787
|
/** Strings for HoldButton */
|
5755
6788
|
holdButton: HoldButtonStrings;
|
6789
|
+
/** Strings for a site's permission request prompt */
|
6790
|
+
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6791
|
+
/** Strings for a site's permission request prompt */
|
6792
|
+
CameraSitePermissionsRequest: SitePermissionsStrings;
|
6793
|
+
/** Strings for a site's permission request prompt */
|
6794
|
+
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6795
|
+
/** Strings for a site's permission generic checking prompt */
|
6796
|
+
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6797
|
+
/** Strings for a site's permission generic checking prompt */
|
6798
|
+
CameraSitePermissionsCheck: SitePermissionsStrings;
|
6799
|
+
/** Strings for a site's permission generic checking prompt */
|
6800
|
+
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6801
|
+
/** Strings for a site's permission denied prompt */
|
6802
|
+
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6803
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
6804
|
+
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6805
|
+
/** Strings for a site's permission denied prompt */
|
6806
|
+
CameraSitePermissionsDenied: SitePermissionsStrings;
|
6807
|
+
/** Strings for a site's permission denied prompt */
|
6808
|
+
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6809
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
6810
|
+
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6811
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
6812
|
+
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6813
|
+
/** Strings for unsupported browser UI */
|
6814
|
+
UnsupportedBrowser: UnsupportedBrowserStrings;
|
6815
|
+
/** Strings for unsupported browser version UI */
|
6816
|
+
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
6817
|
+
/** Strings for unsupported browser version UI */
|
6818
|
+
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
6819
|
+
/** Strings for BrowserPemissionDenied */
|
6820
|
+
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
6821
|
+
/** Strings for BrowserPemissionDeniedIOS */
|
6822
|
+
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
5756
6823
|
/**
|
5757
6824
|
* Strings for the VerticalGallery.
|
5758
6825
|
*/
|
5759
6826
|
verticalGallery: VerticalGalleryStrings;
|
6827
|
+
/** Strings for the participant list component */
|
6828
|
+
ParticipantList: ParticipantListStrings;
|
5760
6829
|
/** Strings for the MeetingConferencePhoneInfoModal */
|
5761
6830
|
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
5762
6831
|
IncomingCallNotification: IncomingCallNotificationStrings;
|
6832
|
+
/** Strings for the RealTimeTextModal */
|
6833
|
+
realTimeTextModal: RealTimeTextModalStrings;
|
6834
|
+
/** Strings for RealTimeText */
|
6835
|
+
realTimeText: RealTimeTextStrings;
|
5763
6836
|
/** Strings for Captions Setting Modal */
|
5764
6837
|
captionsSettingsModal: CaptionsSettingsModalStrings;
|
5765
6838
|
/**
|
@@ -5774,6 +6847,8 @@ export declare interface ComponentStrings {
|
|
5774
6847
|
captionsBanner: CaptionsBannerStrings;
|
5775
6848
|
/** Strings for Start Captions Button */
|
5776
6849
|
startCaptionsButton: StartCaptionsButtonStrings;
|
6850
|
+
/** Strings for Start RealTimeText Button */
|
6851
|
+
startRealTimeTextButton: StartRealTimeTextButtonStrings;
|
5777
6852
|
}
|
5778
6853
|
|
5779
6854
|
/**
|
@@ -6325,7 +7400,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
6325
7400
|
/**
|
6326
7401
|
* @public
|
6327
7402
|
*/
|
6328
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
7403
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @conditional-compile-remove(teams-identity-support-beta) */ TeamsOutboundCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
6329
7404
|
|
6330
7405
|
/**
|
6331
7406
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -6335,7 +7410,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Pro
|
|
6335
7410
|
*
|
6336
7411
|
* @public
|
6337
7412
|
*/
|
6338
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
7413
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator | /* @conditional-compile-remove(teams-identity-support-beta) */ StartTeamsCallIdentifier[], options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
6339
7414
|
|
6340
7415
|
/**
|
6341
7416
|
* Object returned after creating a local or remote VideoStream.
|
@@ -6570,7 +7645,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6570
7645
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
6571
7646
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
6572
7647
|
ReactionButtonIcon: React_2.JSX.Element;
|
7648
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
7649
|
+
DownloadAttachment: React_2.JSX.Element;
|
6573
7650
|
OpenAttachment: React_2.JSX.Element;
|
7651
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
7652
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
6574
7653
|
EditBoxCancel: React_2.JSX.Element;
|
6575
7654
|
EditBoxSubmit: React_2.JSX.Element;
|
6576
7655
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -6589,6 +7668,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6589
7668
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
6590
7669
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
6591
7670
|
NotificationBarRecording: React_2.JSX.Element;
|
7671
|
+
NotificationBarBreakoutRoomOpened: React_2.JSX.Element;
|
7672
|
+
NotificationBarBreakoutRoomPromptJoin: React_2.JSX.Element;
|
7673
|
+
NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
|
7674
|
+
NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
|
7675
|
+
NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
|
6592
7676
|
HorizontalGalleryLeftButton: React_2.JSX.Element;
|
6593
7677
|
HorizontalGalleryRightButton: React_2.JSX.Element;
|
6594
7678
|
MessageDelivered: React_2.JSX.Element;
|
@@ -6614,6 +7698,13 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6614
7698
|
VideoTileMicOff: React_2.JSX.Element;
|
6615
7699
|
VideoTileCameraOff: React_2.JSX.Element;
|
6616
7700
|
DialpadBackspace: React_2.JSX.Element;
|
7701
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
7702
|
+
SitePermissionCamera: React_2.JSX.Element;
|
7703
|
+
SitePermissionMic: React_2.JSX.Element;
|
7704
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
7705
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
7706
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7707
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
6617
7708
|
VideoTilePinned: React_2.JSX.Element;
|
6618
7709
|
ParticipantItemPinned: React_2.JSX.Element;
|
6619
7710
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -6643,10 +7734,28 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6643
7734
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
6644
7735
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
6645
7736
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7737
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7738
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7739
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7740
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7741
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7742
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7743
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7744
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
7745
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7746
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7747
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7748
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7749
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7750
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
6646
7751
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
6647
7752
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
6648
7753
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
6649
7754
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7755
|
+
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
7756
|
+
RealTimeTextIcon: React_2.JSX.Element;
|
7757
|
+
ExpandIcon: React_2.JSX.Element;
|
7758
|
+
MinimizeIcon: React_2.JSX.Element;
|
6650
7759
|
};
|
6651
7760
|
|
6652
7761
|
/**
|
@@ -6667,6 +7776,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6667
7776
|
ParticipantItemOptionsHovered: JSX.Element;
|
6668
7777
|
SendBoxSend: JSX.Element;
|
6669
7778
|
SendBoxSendHovered: JSX.Element;
|
7779
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
6670
7780
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
6671
7781
|
ControlButtonCameraOff: JSX.Element;
|
6672
7782
|
ControlButtonCameraOn: JSX.Element;
|
@@ -6747,6 +7857,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6747
7857
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
|
6748
7858
|
PeoplePaneMoreButton?: JSX.Element | undefined;
|
6749
7859
|
StopAllSpotlightMenuButton?: JSX.Element | undefined;
|
7860
|
+
TogetherModeLayout?: JSX.Element | undefined;
|
6750
7861
|
ChevronLeft?: JSX.Element | undefined;
|
6751
7862
|
ControlBarChatButtonActive?: JSX.Element | undefined;
|
6752
7863
|
ControlBarChatButtonInactive?: JSX.Element | undefined;
|
@@ -6756,14 +7867,22 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6756
7867
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
6757
7868
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
6758
7869
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
6759
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
6760
7870
|
ChatMessageOptions: React_2.JSX.Element;
|
6761
7871
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
7872
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
7873
|
+
DownloadAttachment: React_2.JSX.Element;
|
6762
7874
|
OpenAttachment: React_2.JSX.Element;
|
7875
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
7876
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
6763
7877
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
6764
7878
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
6765
7879
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
6766
7880
|
NotificationBarRecording: React_2.JSX.Element;
|
7881
|
+
NotificationBarBreakoutRoomOpened: React_2.JSX.Element;
|
7882
|
+
NotificationBarBreakoutRoomPromptJoin: React_2.JSX.Element;
|
7883
|
+
NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
|
7884
|
+
NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
|
7885
|
+
NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
|
6767
7886
|
MessageResend: React_2.JSX.Element;
|
6768
7887
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6769
7888
|
HoldCallContextualMenuItem: React_2.JSX.Element;
|
@@ -6771,6 +7890,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6771
7890
|
ResumeCall: React_2.JSX.Element;
|
6772
7891
|
VideoTileCameraOff: React_2.JSX.Element;
|
6773
7892
|
DialpadBackspace: React_2.JSX.Element;
|
7893
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
7894
|
+
SitePermissionCamera: React_2.JSX.Element;
|
7895
|
+
SitePermissionMic: React_2.JSX.Element;
|
7896
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
7897
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
7898
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7899
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
6774
7900
|
VideoTilePinned: React_2.JSX.Element;
|
6775
7901
|
ParticipantItemPinned: React_2.JSX.Element;
|
6776
7902
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -6800,12 +7926,60 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6800
7926
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
6801
7927
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
6802
7928
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7929
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7930
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7931
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7932
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7933
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7934
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7935
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7936
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
7937
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7938
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7939
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7940
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7941
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7942
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
6803
7943
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
6804
7944
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
6805
7945
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
6806
7946
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7947
|
+
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
7948
|
+
RealTimeTextIcon: React_2.JSX.Element;
|
7949
|
+
ExpandIcon: React_2.JSX.Element;
|
7950
|
+
MinimizeIcon: React_2.JSX.Element;
|
6807
7951
|
};
|
6808
7952
|
|
7953
|
+
/**
|
7954
|
+
* @beta
|
7955
|
+
*
|
7956
|
+
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
7957
|
+
*/
|
7958
|
+
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
7959
|
+
|
7960
|
+
/**
|
7961
|
+
* Device Checks.
|
7962
|
+
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
7963
|
+
*
|
7964
|
+
* @beta
|
7965
|
+
*/
|
7966
|
+
export declare interface DeviceCheckOptions {
|
7967
|
+
/**
|
7968
|
+
* Camera Permission prompts for your call.
|
7969
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
7970
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
7971
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
7972
|
+
*/
|
7973
|
+
camera: 'required' | 'optional' | 'doNotPrompt';
|
7974
|
+
/**
|
7975
|
+
* Microphone permission prompts for your call.
|
7976
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
7977
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
7978
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
7979
|
+
*/
|
7980
|
+
microphone: 'required' | 'optional' | 'doNotPrompt';
|
7981
|
+
}
|
7982
|
+
|
6809
7983
|
/**
|
6810
7984
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
6811
7985
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -7483,7 +8657,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
7483
8657
|
*
|
7484
8658
|
* @public
|
7485
8659
|
*/
|
7486
|
-
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;
|
8660
|
+
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;
|
7487
8661
|
|
7488
8662
|
/**
|
7489
8663
|
* Get the selector for a specified component.
|
@@ -7669,6 +8843,10 @@ export declare interface _Identifiers {
|
|
7669
8843
|
verticalGalleryVideoTile: string;
|
7670
8844
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
7671
8845
|
verticalGalleryPageCounter: string;
|
8846
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
8847
|
+
mentionSuggestionList: string;
|
8848
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
8849
|
+
mentionSuggestionItem: string;
|
7672
8850
|
}
|
7673
8851
|
|
7674
8852
|
/**
|
@@ -7734,6 +8912,13 @@ export declare interface ImageOverlayStrings {
|
|
7734
8912
|
overlayVisibleMessage: string;
|
7735
8913
|
}
|
7736
8914
|
|
8915
|
+
/**
|
8916
|
+
* Preset dark theme for the ImageOverlay component.
|
8917
|
+
*
|
8918
|
+
* @public
|
8919
|
+
*/
|
8920
|
+
export declare const imageOverlayTheme: PartialTheme;
|
8921
|
+
|
7737
8922
|
/**
|
7738
8923
|
* @public
|
7739
8924
|
* This contains a readonly array that returns all the active `incomingCalls`.
|
@@ -8187,6 +9372,28 @@ export declare type LocalizationProviderProps = {
|
|
8187
9372
|
children: React_2.ReactNode;
|
8188
9373
|
};
|
8189
9374
|
|
9375
|
+
/**
|
9376
|
+
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
9377
|
+
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
9378
|
+
*
|
9379
|
+
* @beta
|
9380
|
+
*/
|
9381
|
+
export declare interface LocalRecordingCallFeatureState {
|
9382
|
+
/**
|
9383
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
9384
|
+
*/
|
9385
|
+
isLocalRecordingActive: boolean;
|
9386
|
+
/**
|
9387
|
+
* Contains list of information of started recordings
|
9388
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
9389
|
+
*/
|
9390
|
+
activeLocalRecordings?: LocalRecordingInfo[];
|
9391
|
+
/**
|
9392
|
+
* Contains list of information of stopped recordings
|
9393
|
+
*/
|
9394
|
+
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
9395
|
+
}
|
9396
|
+
|
8190
9397
|
/**
|
8191
9398
|
* @public
|
8192
9399
|
*/
|
@@ -8356,6 +9563,76 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
8356
9563
|
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
8357
9564
|
}
|
8358
9565
|
|
9566
|
+
/**
|
9567
|
+
* Mention's state, as reflected in the UI.
|
9568
|
+
*
|
9569
|
+
* @beta
|
9570
|
+
*/
|
9571
|
+
export declare interface Mention {
|
9572
|
+
/** ID of a mention */
|
9573
|
+
id: string;
|
9574
|
+
/** Display text of a mention */
|
9575
|
+
displayText: string;
|
9576
|
+
/** Optional React element to render an item icon of a mention suggestion */
|
9577
|
+
icon?: JSX.Element;
|
9578
|
+
}
|
9579
|
+
|
9580
|
+
/**
|
9581
|
+
* Options to display suggestions in the mention scenario.
|
9582
|
+
*
|
9583
|
+
* @beta
|
9584
|
+
*/
|
9585
|
+
export declare interface MentionDisplayOptions {
|
9586
|
+
/**
|
9587
|
+
* Optional callback for customizing the mention renderer in a message thread.
|
9588
|
+
*/
|
9589
|
+
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
9590
|
+
}
|
9591
|
+
|
9592
|
+
/**
|
9593
|
+
* Options to lookup suggestions in the mention scenario.
|
9594
|
+
*
|
9595
|
+
* @beta
|
9596
|
+
*/
|
9597
|
+
export declare interface MentionLookupOptions {
|
9598
|
+
/**
|
9599
|
+
* Optional string to set trigger keyword for mention a specific participant.
|
9600
|
+
*
|
9601
|
+
* @defaultValue `@`
|
9602
|
+
*/
|
9603
|
+
trigger?: string;
|
9604
|
+
/**
|
9605
|
+
* Optional callback to fetch a list of mention suggestions base on the query.
|
9606
|
+
*/
|
9607
|
+
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
9608
|
+
/**
|
9609
|
+
* Optional callback to render an item of the mention suggestions list.
|
9610
|
+
*/
|
9611
|
+
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
9612
|
+
}
|
9613
|
+
|
9614
|
+
/**
|
9615
|
+
* Options to lookup suggestions and display mentions in the mention scenario.
|
9616
|
+
*
|
9617
|
+
* @beta
|
9618
|
+
*/
|
9619
|
+
export declare type MentionOptions = {
|
9620
|
+
lookupOptions?: MentionLookupOptions;
|
9621
|
+
displayOptions?: MentionDisplayOptions;
|
9622
|
+
};
|
9623
|
+
|
9624
|
+
/**
|
9625
|
+
* Strings of {@link _MentionPopover} that can be overridden.
|
9626
|
+
*
|
9627
|
+
* @beta
|
9628
|
+
*/
|
9629
|
+
export declare interface MentionPopoverStrings {
|
9630
|
+
/**
|
9631
|
+
* Header text for MentionPopover
|
9632
|
+
*/
|
9633
|
+
mentionPopoverHeader: string;
|
9634
|
+
}
|
9635
|
+
|
8359
9636
|
/**
|
8360
9637
|
* Discriminated union of all messages.
|
8361
9638
|
*
|
@@ -8363,7 +9640,7 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
8363
9640
|
*
|
8364
9641
|
* @public
|
8365
9642
|
*/
|
8366
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
9643
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
|
8367
9644
|
|
8368
9645
|
/**
|
8369
9646
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -8405,6 +9682,20 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
8405
9682
|
*/
|
8406
9683
|
export declare type MessageEditedListener = MessageReceivedListener;
|
8407
9684
|
|
9685
|
+
/**
|
9686
|
+
* @beta
|
9687
|
+
* Message option that defines properties that can be set when
|
9688
|
+
* sending or updating a chat message.
|
9689
|
+
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
9690
|
+
* @property attachments - Attachments that contains file attachments attached to the message.
|
9691
|
+
* @property type - Type of the message content, either 'text' or 'html'.
|
9692
|
+
*/
|
9693
|
+
export declare type MessageOptions = {
|
9694
|
+
metadata?: Record<string, string>;
|
9695
|
+
attachments?: AttachmentMetadata[];
|
9696
|
+
type?: ChatMessageType;
|
9697
|
+
};
|
9698
|
+
|
8408
9699
|
/**
|
8409
9700
|
* Props to render a single message.
|
8410
9701
|
*
|
@@ -8420,7 +9711,7 @@ export declare type MessageProps = {
|
|
8420
9711
|
/**
|
8421
9712
|
* Strings from parent MessageThread component
|
8422
9713
|
*/
|
8423
|
-
strings: MessageThreadStrings
|
9714
|
+
strings: MessageThreadStrings & /* @conditional-compile-remove(rich-text-editor) */ Partial<RichTextStrings>;
|
8424
9715
|
/**
|
8425
9716
|
* Custom CSS styles for chat message container.
|
8426
9717
|
*/
|
@@ -8466,7 +9757,7 @@ export declare type MessageProps = {
|
|
8466
9757
|
* @param options - message options to be included in the message
|
8467
9758
|
*
|
8468
9759
|
*/
|
8469
|
-
onSendMessage?: (content: string) => Promise<void>;
|
9760
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
8470
9761
|
};
|
8471
9762
|
|
8472
9763
|
/**
|
@@ -8598,7 +9889,7 @@ export declare type MessageThreadProps = {
|
|
8598
9889
|
/**
|
8599
9890
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
8600
9891
|
*/
|
8601
|
-
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
9892
|
+
messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
|
8602
9893
|
/**
|
8603
9894
|
* number of participants in the thread
|
8604
9895
|
*/
|
@@ -8679,6 +9970,11 @@ export declare type MessageThreadProps = {
|
|
8679
9970
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
8680
9971
|
*/
|
8681
9972
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
9973
|
+
/**
|
9974
|
+
* Optional callback to render attachments in the message component.
|
9975
|
+
* @beta
|
9976
|
+
*/
|
9977
|
+
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
8682
9978
|
/**
|
8683
9979
|
* Optional callback to edit a message.
|
8684
9980
|
*
|
@@ -8707,7 +10003,7 @@ export declare type MessageThreadProps = {
|
|
8707
10003
|
* @param options - message options to be included in the message
|
8708
10004
|
*
|
8709
10005
|
*/
|
8710
|
-
onSendMessage?: (content: string) => Promise<void>;
|
10006
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
8711
10007
|
/**
|
8712
10008
|
/**
|
8713
10009
|
* Disable editing messages.
|
@@ -8721,11 +10017,32 @@ export declare type MessageThreadProps = {
|
|
8721
10017
|
* Optional strings to override in component
|
8722
10018
|
*/
|
8723
10019
|
strings?: Partial<MessageThreadStrings>;
|
10020
|
+
/**
|
10021
|
+
* @beta
|
10022
|
+
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
10023
|
+
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
10024
|
+
*/
|
10025
|
+
attachmentOptions?: AttachmentOptions;
|
10026
|
+
/**
|
10027
|
+
* Optional function to provide customized date format.
|
10028
|
+
* @beta
|
10029
|
+
*/
|
10030
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
10031
|
+
/**
|
10032
|
+
* Optional props needed to lookup a mention query and display mentions
|
10033
|
+
* @beta
|
10034
|
+
*/
|
10035
|
+
mentionOptions?: MentionOptions;
|
8724
10036
|
/**
|
8725
10037
|
* Optional callback called when an inline image is clicked.
|
8726
10038
|
* @beta
|
8727
10039
|
*/
|
8728
10040
|
inlineImageOptions?: InlineImageOptions;
|
10041
|
+
/**
|
10042
|
+
* Options to enable rich text editor for the edit box.
|
10043
|
+
* @beta
|
10044
|
+
*/
|
10045
|
+
richTextEditorOptions?: RichTextEditBoxOptions;
|
8729
10046
|
};
|
8730
10047
|
|
8731
10048
|
/**
|
@@ -8777,6 +10094,10 @@ export declare interface MessageThreadStrings {
|
|
8777
10094
|
failToSendTag?: string;
|
8778
10095
|
/** String for LiveMessage introduction for the Chat Message */
|
8779
10096
|
liveAuthorIntro: string;
|
10097
|
+
/** String for LiveMessage introduction for the edited Chat Message by remote user */
|
10098
|
+
editedMessageLiveAuthorIntro: string;
|
10099
|
+
/** String for LiveMessage introduction for the edited Chat Message sent by local user */
|
10100
|
+
editedMessageLocalUserLiveAuthorIntro: string;
|
8780
10101
|
/** String for aria text of remote user's message content */
|
8781
10102
|
messageContentAriaText: string;
|
8782
10103
|
/** String for aria text of local user's message content */
|
@@ -8799,10 +10120,20 @@ export declare interface MessageThreadStrings {
|
|
8799
10120
|
actionMenuMoreOptions?: string;
|
8800
10121
|
/** Aria label to announce when a message is deleted */
|
8801
10122
|
messageDeletedAnnouncementAriaLabel: string;
|
10123
|
+
/** String for download attachment button in attachment card */
|
10124
|
+
downloadAttachment: string;
|
8802
10125
|
/** String for open attachment button in attachment card */
|
8803
10126
|
openAttachment: string;
|
10127
|
+
/** String for policy violation message removal */
|
10128
|
+
blockedWarningText: string;
|
10129
|
+
/** String for policy violation message removal details link */
|
10130
|
+
blockedWarningLinkText: string;
|
8804
10131
|
/** String for aria text in attachment card group*/
|
8805
10132
|
attachmentCardGroupMessage: string;
|
10133
|
+
/**
|
10134
|
+
* Error message indicating that one or more image uploads are not complete.
|
10135
|
+
*/
|
10136
|
+
imageUploadsPendingError: string;
|
8806
10137
|
}
|
8807
10138
|
|
8808
10139
|
/**
|
@@ -8830,10 +10161,24 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
8830
10161
|
/** Styles for system message container. */
|
8831
10162
|
systemMessageContainer?: ComponentSlotStyle;
|
8832
10163
|
/** Styles for blocked message container. */
|
10164
|
+
blockedMessageContainer?: ComponentSlotStyle;
|
8833
10165
|
/** Styles for message status indicator container. */
|
8834
10166
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
8835
10167
|
}
|
8836
10168
|
|
10169
|
+
/**
|
10170
|
+
*
|
10171
|
+
* Messaging policy of a chat thread.
|
10172
|
+
*
|
10173
|
+
* @beta
|
10174
|
+
*/
|
10175
|
+
export declare interface MessagingPolicy {
|
10176
|
+
/**
|
10177
|
+
* Boolean to track whether or not messages are restricted to only text.
|
10178
|
+
* */
|
10179
|
+
textOnlyChat?: boolean;
|
10180
|
+
}
|
10181
|
+
|
8837
10182
|
/**
|
8838
10183
|
* A button to turn microphone on / off.
|
8839
10184
|
*
|
@@ -9026,6 +10371,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
9026
10371
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
9027
10372
|
}
|
9028
10373
|
|
10374
|
+
/**
|
10375
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
10376
|
+
* by their browsers settings.
|
10377
|
+
*
|
10378
|
+
* @beta
|
10379
|
+
*/
|
10380
|
+
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
10381
|
+
|
10382
|
+
/**
|
10383
|
+
* @beta
|
10384
|
+
* Props for MicrophoneSitePermissions component.
|
10385
|
+
*/
|
10386
|
+
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
10387
|
+
/** Icon name for the microphone icon */
|
10388
|
+
microphoneIconName?: string;
|
10389
|
+
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
10390
|
+
strings?: MicrophoneSitePermissionsStrings;
|
10391
|
+
}
|
10392
|
+
|
10393
|
+
/**
|
10394
|
+
* @beta
|
10395
|
+
* Strings for MicrophoneSitePermissions component.
|
10396
|
+
*/
|
10397
|
+
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
10398
|
+
|
9029
10399
|
/**
|
9030
10400
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
9031
10401
|
*
|
@@ -9335,6 +10705,26 @@ export declare interface NotificationStackStrings {
|
|
9335
10705
|
* Transcription stopped but recording still going on message
|
9336
10706
|
*/
|
9337
10707
|
transcriptionStoppedStillRecording?: NotificationStrings;
|
10708
|
+
/**
|
10709
|
+
* Message shown in notification when the user will be automatically to their assigned breakout room that is opened
|
10710
|
+
*/
|
10711
|
+
assignedBreakoutRoomOpened?: NotificationStrings;
|
10712
|
+
/**
|
10713
|
+
* Message shown in notification when the user is prompted to join their assigned breakout room that is opened
|
10714
|
+
*/
|
10715
|
+
assignedBreakoutRoomOpenedPromptJoin?: NotificationStrings;
|
10716
|
+
/**
|
10717
|
+
* Message shown in notification when the user is assigned breakout room is changed
|
10718
|
+
*/
|
10719
|
+
assignedBreakoutRoomChanged?: NotificationStrings;
|
10720
|
+
/**
|
10721
|
+
* Message shown in notification when breakout room is joined
|
10722
|
+
*/
|
10723
|
+
breakoutRoomJoined?: NotificationStrings;
|
10724
|
+
/**
|
10725
|
+
* Message shown in notification when breakout room is closing soon
|
10726
|
+
*/
|
10727
|
+
breakoutRoomClosingSoon?: NotificationStrings;
|
9338
10728
|
/**
|
9339
10729
|
* Message shown in notification when capability turnVideoOn is present
|
9340
10730
|
*/
|
@@ -9351,6 +10741,8 @@ export declare interface NotificationStackStrings {
|
|
9351
10741
|
* Message shown in notification when capability unMuteMic is absent
|
9352
10742
|
*/
|
9353
10743
|
capabilityUnmuteMicAbsent?: NotificationStrings;
|
10744
|
+
togetherModeStarted?: NotificationStrings;
|
10745
|
+
togetherModeEnded?: NotificationStrings;
|
9354
10746
|
}
|
9355
10747
|
|
9356
10748
|
/**
|
@@ -9422,7 +10814,7 @@ export declare interface NotificationStyles {
|
|
9422
10814
|
}
|
9423
10815
|
|
9424
10816
|
/** @public */
|
9425
|
-
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent';
|
10817
|
+
export declare type NotificationTarget = /* @conditional-compile-remove(breakout-rooms) */ 'assignedBreakoutRoomOpened' | /* @conditional-compile-remove(breakout-rooms) */ 'assignedBreakoutRoomOpenedPromptJoin' | /* @conditional-compile-remove(breakout-rooms) */ 'assignedBreakoutRoomChanged' | /* @conditional-compile-remove(breakout-rooms) */ 'breakoutRoomJoined' | /* @conditional-compile-remove(breakout-rooms) */ 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent' | /* @conditional-compile-remove(together-mode) */ 'togetherModeStarted' | /* @conditional-compile-remove(together-mode) */ 'togetherModeEnded';
|
9426
10818
|
|
9427
10819
|
/**
|
9428
10820
|
* All notifications that can be shown in the {@link NotificationStack}.
|
@@ -9721,6 +11113,10 @@ export declare type ParticipantListProps = {
|
|
9721
11113
|
styles?: ParticipantListStyles;
|
9722
11114
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
9723
11115
|
showParticipantOverflowTooltip?: boolean;
|
11116
|
+
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
11117
|
+
totalParticipantCount?: number;
|
11118
|
+
/** Strings for the participant list */
|
11119
|
+
strings?: ParticipantListStrings;
|
9724
11120
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
9725
11121
|
participantAriaLabelledBy?: string;
|
9726
11122
|
/** List of pinned participants */
|
@@ -9735,8 +11131,21 @@ export declare type ParticipantListProps = {
|
|
9735
11131
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
9736
11132
|
participants: CallParticipantListParticipant[];
|
9737
11133
|
myUserId: string;
|
11134
|
+
totalParticipantCount?: number;
|
9738
11135
|
};
|
9739
11136
|
|
11137
|
+
/**
|
11138
|
+
* Strings for the {@link ParticipantList}.
|
11139
|
+
*
|
11140
|
+
* @beta
|
11141
|
+
*/
|
11142
|
+
export declare interface ParticipantListStrings {
|
11143
|
+
/**
|
11144
|
+
* String for rendering the count of participants not contained in the displayed participant list
|
11145
|
+
*/
|
11146
|
+
overflowParticipantCount?: string;
|
11147
|
+
}
|
11148
|
+
|
9740
11149
|
/**
|
9741
11150
|
* Styles for the {@link ParticipantList}.
|
9742
11151
|
*
|
@@ -10219,6 +11628,143 @@ export declare type ReadReceiptsBySenderId = {
|
|
10219
11628
|
};
|
10220
11629
|
};
|
10221
11630
|
|
11631
|
+
/**
|
11632
|
+
* @beta
|
11633
|
+
* A component for displaying a single line of RealTimeText
|
11634
|
+
*/
|
11635
|
+
export declare const RealTimeText: (props: RealTimeTextProps) => JSX.Element;
|
11636
|
+
|
11637
|
+
/**
|
11638
|
+
* @beta
|
11639
|
+
* information required for each line of real time text
|
11640
|
+
*/
|
11641
|
+
export declare type RealTimeTextInformation = {
|
11642
|
+
/**
|
11643
|
+
* The sequence id of the real time text.
|
11644
|
+
*/
|
11645
|
+
id: number;
|
11646
|
+
/**
|
11647
|
+
* sender's display name
|
11648
|
+
*/
|
11649
|
+
displayName: string;
|
11650
|
+
/**
|
11651
|
+
* id of the sender
|
11652
|
+
*/
|
11653
|
+
userId?: string;
|
11654
|
+
/**
|
11655
|
+
* The real time text message.
|
11656
|
+
*/
|
11657
|
+
message: string;
|
11658
|
+
/**
|
11659
|
+
* if the real time text received is partial
|
11660
|
+
*/
|
11661
|
+
isTyping: boolean;
|
11662
|
+
/**
|
11663
|
+
* timestamp when the real time text was finalized
|
11664
|
+
*/
|
11665
|
+
finalizedTimeStamp: Date;
|
11666
|
+
/**
|
11667
|
+
* If message originated from the local participant
|
11668
|
+
* default value is false
|
11669
|
+
*/
|
11670
|
+
isMe?: boolean;
|
11671
|
+
};
|
11672
|
+
|
11673
|
+
/**
|
11674
|
+
* @beta
|
11675
|
+
* a component for realTimeText modal
|
11676
|
+
*/
|
11677
|
+
export declare const RealTimeTextModal: (props: RealTimeTextModalProps) => JSX.Element;
|
11678
|
+
|
11679
|
+
/**
|
11680
|
+
* @beta
|
11681
|
+
* RealTimeTextModal Component Props.
|
11682
|
+
*/
|
11683
|
+
export declare interface RealTimeTextModalProps {
|
11684
|
+
/** The strings for the RealTimeText modal */
|
11685
|
+
strings?: RealTimeTextModalStrings;
|
11686
|
+
/** The flag to show the modal */
|
11687
|
+
showModal?: boolean;
|
11688
|
+
/** The function to dismiss the modal */
|
11689
|
+
onDismissModal?: () => void;
|
11690
|
+
/**
|
11691
|
+
* Use this function to show RealTimeText UI in the calling experience.
|
11692
|
+
* Note that real time text should not be started for everyone in the call until the first real time text is received.
|
11693
|
+
*/
|
11694
|
+
onStartRealTimeText?: () => void;
|
11695
|
+
}
|
11696
|
+
|
11697
|
+
/**
|
11698
|
+
* @beta
|
11699
|
+
* strings for realTimeText modal
|
11700
|
+
*/
|
11701
|
+
export declare interface RealTimeTextModalStrings {
|
11702
|
+
/** The title of the RealTimeText modal */
|
11703
|
+
realTimeTextModalTitle?: string;
|
11704
|
+
/** The text of the RealTimeText modal */
|
11705
|
+
realTimeTextModalText?: string;
|
11706
|
+
/** The label for the confirm button */
|
11707
|
+
realTimeTextConfirmButtonLabel?: string;
|
11708
|
+
/** The label for the cancel button */
|
11709
|
+
realTimeTextCancelButtonLabel?: string;
|
11710
|
+
/** The aria label for the modal */
|
11711
|
+
realTimeTextModalAriaLabel?: string;
|
11712
|
+
/** The aria label for the close button */
|
11713
|
+
realTimeTextCloseModalButtonAriaLabel?: string;
|
11714
|
+
}
|
11715
|
+
|
11716
|
+
/**
|
11717
|
+
* @beta
|
11718
|
+
* Props for a single line of RealTimeText.
|
11719
|
+
*/
|
11720
|
+
export declare interface RealTimeTextProps {
|
11721
|
+
/**
|
11722
|
+
* RealTimeText id
|
11723
|
+
*/
|
11724
|
+
id: number;
|
11725
|
+
/**
|
11726
|
+
* Display name of the user
|
11727
|
+
*/
|
11728
|
+
displayName: string;
|
11729
|
+
/**
|
11730
|
+
* RealTimeText content
|
11731
|
+
*/
|
11732
|
+
message: string;
|
11733
|
+
/**
|
11734
|
+
* user id of the user
|
11735
|
+
*/
|
11736
|
+
userId?: string;
|
11737
|
+
/**
|
11738
|
+
* Optional callback to override render of the avatar.
|
11739
|
+
*
|
11740
|
+
* @param userId - user Id
|
11741
|
+
*/
|
11742
|
+
onRenderAvatar?: OnRenderAvatarCallback;
|
11743
|
+
/**
|
11744
|
+
* Boolean indicating whether the RealTimeText is still in progress
|
11745
|
+
*/
|
11746
|
+
isTyping?: boolean;
|
11747
|
+
/**
|
11748
|
+
* Boolean indicating whether the RealTimeText is from the local user
|
11749
|
+
*/
|
11750
|
+
isMe?: boolean;
|
11751
|
+
/**
|
11752
|
+
* Strings for RealTimeText
|
11753
|
+
*/
|
11754
|
+
strings?: RealTimeTextStrings;
|
11755
|
+
}
|
11756
|
+
|
11757
|
+
/**
|
11758
|
+
* @beta
|
11759
|
+
* strings for rtt
|
11760
|
+
*/
|
11761
|
+
export declare interface RealTimeTextStrings {
|
11762
|
+
/**
|
11763
|
+
* String indicating that the user is typing
|
11764
|
+
*/
|
11765
|
+
isTypingText?: string;
|
11766
|
+
}
|
11767
|
+
|
10222
11768
|
/**
|
10223
11769
|
* State only version of {@link @azure/communication-calling#RecordingCallFeature}. {@link StatefulCallClient} will
|
10224
11770
|
* automatically listen for recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
@@ -10230,8 +11776,35 @@ export declare interface RecordingCallFeature {
|
|
10230
11776
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
10231
11777
|
*/
|
10232
11778
|
isRecordingActive: boolean;
|
11779
|
+
/**
|
11780
|
+
* Contains list of information of started recordings
|
11781
|
+
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
11782
|
+
*/
|
11783
|
+
activeRecordings?: RecordingInfo[];
|
11784
|
+
/**
|
11785
|
+
* Contains list of information of stopped recordings
|
11786
|
+
*/
|
11787
|
+
lastStoppedRecording?: RecordingInfo[];
|
10233
11788
|
}
|
10234
11789
|
|
11790
|
+
/**
|
11791
|
+
* State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
|
11792
|
+
*
|
11793
|
+
* @beta
|
11794
|
+
*/
|
11795
|
+
export declare type RemoteDiagnosticState = {
|
11796
|
+
readonly diagnostic: RemoteDiagnosticType;
|
11797
|
+
readonly value: DiagnosticQuality | DiagnosticFlag;
|
11798
|
+
readonly valueType: DiagnosticValueType;
|
11799
|
+
};
|
11800
|
+
|
11801
|
+
/**
|
11802
|
+
* All type names for {@link @azure/communication-calling#RemoteDiagnosticState}.
|
11803
|
+
*
|
11804
|
+
* @beta
|
11805
|
+
*/
|
11806
|
+
export declare type RemoteDiagnosticType = NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType;
|
11807
|
+
|
10235
11808
|
/**
|
10236
11809
|
* State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
|
10237
11810
|
* automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -10277,101 +11850,355 @@ export declare interface RemoteParticipantState {
|
|
10277
11850
|
/**
|
10278
11851
|
* Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
|
10279
11852
|
*/
|
10280
|
-
raisedHand?: RaisedHandState;
|
11853
|
+
raisedHand?: RaisedHandState;
|
11854
|
+
/**
|
11855
|
+
* Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
|
11856
|
+
*
|
11857
|
+
* @public
|
11858
|
+
*/
|
11859
|
+
contentSharingStream?: HTMLElement;
|
11860
|
+
/**
|
11861
|
+
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
11862
|
+
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
11863
|
+
*
|
11864
|
+
* @public
|
11865
|
+
*/
|
11866
|
+
reactionState?: ReactionState;
|
11867
|
+
/**
|
11868
|
+
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
|
11869
|
+
*/
|
11870
|
+
spotlight?: SpotlightState;
|
11871
|
+
/**
|
11872
|
+
* Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
|
11873
|
+
*/
|
11874
|
+
mediaAccess?: MediaAccessState;
|
11875
|
+
/**
|
11876
|
+
* The diagnostic status of RemoteParticipant{@link @azure/communication-calling#RemoteDiagnostics}.
|
11877
|
+
*/
|
11878
|
+
diagnostics?: Partial<Record<RemoteDiagnosticType, RemoteDiagnosticState>>;
|
11879
|
+
}
|
11880
|
+
|
11881
|
+
/**
|
11882
|
+
* State only version of {@link @azure/communication-calling#RemoteVideoStream}.
|
11883
|
+
*
|
11884
|
+
* @public
|
11885
|
+
*/
|
11886
|
+
export declare interface RemoteVideoStreamState {
|
11887
|
+
/**
|
11888
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
|
11889
|
+
*/
|
11890
|
+
id: number;
|
11891
|
+
/**
|
11892
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
|
11893
|
+
*/
|
11894
|
+
mediaStreamType: MediaStreamType;
|
11895
|
+
/**
|
11896
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
|
11897
|
+
*/
|
11898
|
+
isAvailable: boolean;
|
11899
|
+
/**
|
11900
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
|
11901
|
+
* @public
|
11902
|
+
*/
|
11903
|
+
isReceiving: boolean;
|
11904
|
+
/**
|
11905
|
+
* {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
|
11906
|
+
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
11907
|
+
*/
|
11908
|
+
view?: VideoStreamRendererViewState;
|
11909
|
+
/**
|
11910
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
|
11911
|
+
*/
|
11912
|
+
streamSize?: {
|
11913
|
+
width: number;
|
11914
|
+
height: number;
|
11915
|
+
};
|
11916
|
+
}
|
11917
|
+
|
11918
|
+
/**
|
11919
|
+
* Menu options for remote video tiles in {@link VideoGallery}.
|
11920
|
+
*
|
11921
|
+
* @public
|
11922
|
+
*/
|
11923
|
+
export declare interface RemoteVideoTileMenuOptions {
|
11924
|
+
/**
|
11925
|
+
* If set to true, remote video tiles in the VideoGallery will not have menu options
|
11926
|
+
*
|
11927
|
+
* @defaultValue false
|
11928
|
+
*/
|
11929
|
+
isHidden?: boolean;
|
11930
|
+
}
|
11931
|
+
|
11932
|
+
/**
|
11933
|
+
* Details required for download a resource to cache.
|
11934
|
+
*
|
11935
|
+
* @public
|
11936
|
+
*/
|
11937
|
+
export declare type ResourceDetails = {
|
11938
|
+
threadId: string;
|
11939
|
+
messageId: string;
|
11940
|
+
resourceUrl: string;
|
11941
|
+
};
|
11942
|
+
|
11943
|
+
/**
|
11944
|
+
* Result of the Resource downloaded from stateful client
|
11945
|
+
* @public
|
11946
|
+
*/
|
11947
|
+
export declare type ResourceFetchResult = {
|
11948
|
+
sourceUrl?: string;
|
11949
|
+
error?: Error;
|
11950
|
+
};
|
11951
|
+
|
11952
|
+
/**
|
11953
|
+
* Options for the rich text editor edit box configuration.
|
11954
|
+
*
|
11955
|
+
* @beta
|
11956
|
+
*/
|
11957
|
+
export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
|
11958
|
+
/**
|
11959
|
+
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
11960
|
+
* When not provided, pasting images into rich text editor will be disabled.
|
11961
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11962
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
11963
|
+
* @param messageId - the id of the message that the inlineImage belongs to.
|
11964
|
+
*/
|
11965
|
+
onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
11966
|
+
/**
|
11967
|
+
* Optional callback invoked after inline image is removed from the UI.
|
11968
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11969
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
11970
|
+
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
11971
|
+
* @param messageId - the id of the message that the inlineImage belongs to.
|
11972
|
+
*/
|
11973
|
+
onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
11974
|
+
/**
|
11975
|
+
* Optional Record of type {@link AttachmentMetadataInProgress}
|
11976
|
+
* to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
|
11977
|
+
* - there is an error provided in the messagesInlineImagesWithProgress
|
11978
|
+
* - progress is less than 1 when the send button is clicked
|
11979
|
+
* - content html string is longer than the max allowed length.
|
11980
|
+
* (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
|
11981
|
+
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
11982
|
+
*/
|
11983
|
+
messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
|
11984
|
+
}
|
11985
|
+
|
11986
|
+
/**
|
11987
|
+
* Options for the rich text editor configuration.
|
11988
|
+
*
|
11989
|
+
* @beta
|
11990
|
+
*/
|
11991
|
+
export declare interface RichTextEditorOptions {
|
11992
|
+
/**
|
11993
|
+
* Optional callback to handle paste event.
|
11994
|
+
*/
|
11995
|
+
onPaste?: (event: {
|
11996
|
+
content: DocumentFragment;
|
11997
|
+
}) => void;
|
11998
|
+
}
|
11999
|
+
|
12000
|
+
/**
|
12001
|
+
* A component to render SendBox with Rich Text Editor support.
|
12002
|
+
*
|
12003
|
+
* @beta
|
12004
|
+
*/
|
12005
|
+
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
12006
|
+
|
12007
|
+
/**
|
12008
|
+
* Props for {@link RichTextSendBox}.
|
12009
|
+
*
|
12010
|
+
* @beta
|
12011
|
+
*/
|
12012
|
+
export declare interface RichTextSendBoxProps {
|
12013
|
+
/**
|
12014
|
+
* Optional boolean to disable text box
|
12015
|
+
* @defaultValue false
|
12016
|
+
*/
|
12017
|
+
disabled?: boolean;
|
12018
|
+
/**
|
12019
|
+
* Optional callback to handle paste event.
|
12020
|
+
*/
|
12021
|
+
onPaste?: (event: {
|
12022
|
+
content: DocumentFragment;
|
12023
|
+
}) => void;
|
12024
|
+
/**
|
12025
|
+
* Optional strings to override in component
|
12026
|
+
*/
|
12027
|
+
strings?: Partial<RichTextSendBoxStrings>;
|
12028
|
+
/**
|
12029
|
+
* Optional text for system message above the text box
|
12030
|
+
*/
|
12031
|
+
systemMessage?: string;
|
12032
|
+
/**
|
12033
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
12034
|
+
* to render attachments being uploaded in the SendBox.
|
12035
|
+
* @beta
|
12036
|
+
*/
|
12037
|
+
attachments?: AttachmentMetadataInProgress[];
|
12038
|
+
/**
|
12039
|
+
* enumerable to determine if the input box has focus on render or not.
|
12040
|
+
* When undefined nothing has focus on render
|
12041
|
+
*/
|
12042
|
+
autoFocus?: 'sendBoxTextField';
|
12043
|
+
/**
|
12044
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
12045
|
+
* cancel icon.
|
12046
|
+
*/
|
12047
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
12048
|
+
/**
|
12049
|
+
* Optional callback invoked after inline image is removed from the UI.
|
12050
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12051
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
12052
|
+
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
12053
|
+
*/
|
12054
|
+
onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12055
|
+
/**
|
12056
|
+
* Callback function used when the send button is clicked.
|
12057
|
+
*/
|
12058
|
+
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
12059
|
+
/**
|
12060
|
+
* Optional callback called when user is typing
|
12061
|
+
*/
|
12062
|
+
onTyping?: () => Promise<void>;
|
12063
|
+
/**
|
12064
|
+
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
12065
|
+
* When not provided, pasting images into rich text editor will be disabled.
|
12066
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12067
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
12068
|
+
*/
|
12069
|
+
onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12070
|
+
/**
|
12071
|
+
* Optional Array of type {@link AttachmentMetadataInProgress}
|
12072
|
+
* to render the errorBar for inline images inserted in the RichTextSendBox when:
|
12073
|
+
* - there is an error provided in the inlineImagesWithProgress
|
12074
|
+
* - progress is less than 1 when the send button is clicked
|
12075
|
+
* - content html string is longer than the max allowed length.
|
12076
|
+
* (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
|
12077
|
+
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
12078
|
+
*/
|
12079
|
+
inlineImagesWithProgress?: AttachmentMetadataInProgress[];
|
12080
|
+
}
|
12081
|
+
|
12082
|
+
/**
|
12083
|
+
* Strings of {@link RichTextSendBox} that can be overridden.
|
12084
|
+
*
|
12085
|
+
* @beta
|
12086
|
+
*/
|
12087
|
+
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
12088
|
+
}
|
12089
|
+
|
12090
|
+
/**
|
12091
|
+
* Strings of RichText that can be overridden.
|
12092
|
+
*
|
12093
|
+
* @beta
|
12094
|
+
*/
|
12095
|
+
export declare interface RichTextStrings {
|
12096
|
+
/**
|
12097
|
+
* Tooltip text for the bold button.
|
12098
|
+
*/
|
12099
|
+
richTextBoldTooltip: string;
|
12100
|
+
/**
|
12101
|
+
* Tooltip text for the italic button.
|
12102
|
+
*/
|
12103
|
+
richTextItalicTooltip: string;
|
12104
|
+
/**
|
12105
|
+
* Tooltip text for the underline button.
|
12106
|
+
*/
|
12107
|
+
richTextUnderlineTooltip: string;
|
12108
|
+
/**
|
12109
|
+
* Tooltip text for the bullet list button.
|
12110
|
+
*/
|
12111
|
+
richTextBulletListTooltip: string;
|
12112
|
+
/**
|
12113
|
+
* Tooltip text for the number list button.
|
12114
|
+
*/
|
12115
|
+
richTextNumberListTooltip: string;
|
12116
|
+
/**
|
12117
|
+
* Tooltip text for the increase indent button.
|
12118
|
+
*/
|
12119
|
+
richTextIncreaseIndentTooltip: string;
|
12120
|
+
/**
|
12121
|
+
* Tooltip text for the decrease indent button.
|
12122
|
+
*/
|
12123
|
+
richTextDecreaseIndentTooltip: string;
|
12124
|
+
/**
|
12125
|
+
* Tooltip text insert table button.
|
12126
|
+
*/
|
12127
|
+
richTextInsertTableTooltip: string;
|
12128
|
+
/**
|
12129
|
+
* Tooltip text for the rich text format button button.
|
12130
|
+
*/
|
12131
|
+
richTextFormatButtonTooltip: string;
|
12132
|
+
/**
|
12133
|
+
* Text for the insert menu item.
|
12134
|
+
*/
|
12135
|
+
richTextInsertRowOrColumnMenu: string;
|
12136
|
+
/**
|
12137
|
+
* Title for the insert table menu.
|
12138
|
+
*/
|
12139
|
+
richTextInsertTableMenuTitle: string;
|
12140
|
+
/**
|
12141
|
+
* Text for the insert menu item to insert row above the current selection.
|
12142
|
+
*/
|
12143
|
+
richTextInsertRowAboveMenu: string;
|
12144
|
+
/**
|
12145
|
+
* Text for the insert menu item to insert row below the current selection.
|
12146
|
+
*/
|
12147
|
+
richTextInsertRowBelowMenu: string;
|
12148
|
+
/**
|
12149
|
+
* Text for the insert menu item to insert column to the left from the current selection.
|
12150
|
+
*/
|
12151
|
+
richTextInsertColumnLeftMenu: string;
|
12152
|
+
/**
|
12153
|
+
* Text for the insert menu item to insert column to the right from the current selection.
|
12154
|
+
*/
|
12155
|
+
richTextInsertColumnRightMenu: string;
|
10281
12156
|
/**
|
10282
|
-
*
|
10283
|
-
*
|
10284
|
-
* @public
|
12157
|
+
* Text for the delete row or column menu.
|
10285
12158
|
*/
|
10286
|
-
|
12159
|
+
richTextDeleteRowOrColumnMenu: string;
|
10287
12160
|
/**
|
10288
|
-
*
|
10289
|
-
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
10290
|
-
*
|
10291
|
-
* @public
|
12161
|
+
* Text for the delete column menu.
|
10292
12162
|
*/
|
10293
|
-
|
12163
|
+
richTextDeleteColumnMenu: string;
|
10294
12164
|
/**
|
10295
|
-
*
|
12165
|
+
* Text for the delete row menu.
|
10296
12166
|
*/
|
10297
|
-
|
12167
|
+
richTextDeleteRowMenu: string;
|
10298
12168
|
/**
|
10299
|
-
*
|
12169
|
+
* Text for the delete table menu.
|
10300
12170
|
*/
|
10301
|
-
|
10302
|
-
}
|
10303
|
-
|
10304
|
-
/**
|
10305
|
-
* State only version of {@link @azure/communication-calling#RemoteVideoStream}.
|
10306
|
-
*
|
10307
|
-
* @public
|
10308
|
-
*/
|
10309
|
-
export declare interface RemoteVideoStreamState {
|
12171
|
+
richTextDeleteTableMenu: string;
|
10310
12172
|
/**
|
10311
|
-
*
|
12173
|
+
* Text for the rich text toolbar.
|
10312
12174
|
*/
|
10313
|
-
|
12175
|
+
richTextToolbarAriaLabel: string;
|
10314
12176
|
/**
|
10315
|
-
*
|
12177
|
+
* Text for the rich text toolbar more button.
|
10316
12178
|
*/
|
10317
|
-
|
12179
|
+
richTextToolbarMoreButtonAriaLabel: string;
|
10318
12180
|
/**
|
10319
|
-
*
|
12181
|
+
* Text for announcement when a new bulleted list item is added.
|
10320
12182
|
*/
|
10321
|
-
|
12183
|
+
richTextNewBulletedListItemAnnouncement: string;
|
10322
12184
|
/**
|
10323
|
-
*
|
10324
|
-
* @public
|
12185
|
+
* Text for announcement when a new numbered list item is added.
|
10325
12186
|
*/
|
10326
|
-
|
12187
|
+
richTextNewNumberedListItemAnnouncement: string;
|
10327
12188
|
/**
|
10328
|
-
*
|
10329
|
-
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
12189
|
+
* Text for announcement when the bulleted list style is applied.
|
10330
12190
|
*/
|
10331
|
-
|
12191
|
+
richTextBulletedListAppliedAnnouncement: string;
|
10332
12192
|
/**
|
10333
|
-
*
|
12193
|
+
* Text for announcement when the numbered list style is applied.
|
10334
12194
|
*/
|
10335
|
-
|
10336
|
-
width: number;
|
10337
|
-
height: number;
|
10338
|
-
};
|
10339
|
-
}
|
10340
|
-
|
10341
|
-
/**
|
10342
|
-
* Menu options for remote video tiles in {@link VideoGallery}.
|
10343
|
-
*
|
10344
|
-
* @public
|
10345
|
-
*/
|
10346
|
-
export declare interface RemoteVideoTileMenuOptions {
|
12195
|
+
richTextNumberedListAppliedAnnouncement: string;
|
10347
12196
|
/**
|
10348
|
-
*
|
10349
|
-
*
|
10350
|
-
* @defaultValue false
|
12197
|
+
* Error message indicating image upload is not complete.
|
10351
12198
|
*/
|
10352
|
-
|
12199
|
+
imageUploadsPendingError: string;
|
10353
12200
|
}
|
10354
12201
|
|
10355
|
-
/**
|
10356
|
-
* Details required for download a resource to cache.
|
10357
|
-
*
|
10358
|
-
* @public
|
10359
|
-
*/
|
10360
|
-
export declare type ResourceDetails = {
|
10361
|
-
threadId: string;
|
10362
|
-
messageId: string;
|
10363
|
-
resourceUrl: string;
|
10364
|
-
};
|
10365
|
-
|
10366
|
-
/**
|
10367
|
-
* Result of the Resource downloaded from stateful client
|
10368
|
-
* @public
|
10369
|
-
*/
|
10370
|
-
export declare type ResourceFetchResult = {
|
10371
|
-
sourceUrl?: string;
|
10372
|
-
error?: Error;
|
10373
|
-
};
|
10374
|
-
|
10375
12202
|
/**
|
10376
12203
|
* A button to start / stop screen sharing.
|
10377
12204
|
*
|
@@ -10443,6 +12270,42 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
10443
12270
|
*/
|
10444
12271
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
10445
12272
|
|
12273
|
+
/**
|
12274
|
+
* @beta
|
12275
|
+
* Error to be displayed to the user in an error bar above sendbox.
|
12276
|
+
*/
|
12277
|
+
export declare interface SendBoxErrorBarError {
|
12278
|
+
/** Error Message to be displayed */
|
12279
|
+
message: string;
|
12280
|
+
/**
|
12281
|
+
* Unix Timestamp. Preferred generation using `Date.now()`
|
12282
|
+
*/
|
12283
|
+
timestamp: number;
|
12284
|
+
/**
|
12285
|
+
* ErrorBar type. Defaults to `warning`.
|
12286
|
+
*/
|
12287
|
+
errorBarType?: SendBoxErrorBarType;
|
12288
|
+
}
|
12289
|
+
|
12290
|
+
/**
|
12291
|
+
* @beta
|
12292
|
+
* Error bar type for {@link SendBoxErrorBarError}
|
12293
|
+
*/
|
12294
|
+
export declare enum SendBoxErrorBarType {
|
12295
|
+
/** Info styled MessageBar */
|
12296
|
+
info = 0,
|
12297
|
+
/** Error styled MessageBar */
|
12298
|
+
error = 1,
|
12299
|
+
/** Blocked styled MessageBar */
|
12300
|
+
blocked = 2,
|
12301
|
+
/** SevereWarning styled MessageBar */
|
12302
|
+
severeWarning = 3,
|
12303
|
+
/** Success styled MessageBar */
|
12304
|
+
success = 4,
|
12305
|
+
/** Warning styled MessageBar */
|
12306
|
+
warning = 5
|
12307
|
+
}
|
12308
|
+
|
10446
12309
|
/**
|
10447
12310
|
* Props for {@link SendBox}.
|
10448
12311
|
*
|
@@ -10461,7 +12324,12 @@ export declare interface SendBoxProps {
|
|
10461
12324
|
/**
|
10462
12325
|
* Optional override behavior on send button click
|
10463
12326
|
*/
|
10464
|
-
onSendMessage?: (content: string) => Promise<void>;
|
12327
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
12328
|
+
/**
|
12329
|
+
* Optional props needed to lookup suggestions in the mention scenario.
|
12330
|
+
* @beta
|
12331
|
+
*/
|
12332
|
+
mentionLookupOptions?: MentionLookupOptions;
|
10465
12333
|
/**
|
10466
12334
|
* Optional callback called when user is typing
|
10467
12335
|
*/
|
@@ -10498,6 +12366,25 @@ export declare interface SendBoxProps {
|
|
10498
12366
|
* When undefined nothing has focus on render
|
10499
12367
|
*/
|
10500
12368
|
autoFocus?: 'sendBoxTextField';
|
12369
|
+
/**
|
12370
|
+
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
12371
|
+
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
12372
|
+
* be rendered below the text area in sendBox.
|
12373
|
+
* @beta
|
12374
|
+
*/
|
12375
|
+
onRenderAttachmentUploads?: () => JSX.Element;
|
12376
|
+
/**
|
12377
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
12378
|
+
* to render attachments being uploaded in the SendBox.
|
12379
|
+
* @beta
|
12380
|
+
*/
|
12381
|
+
attachments?: AttachmentMetadataInProgress[];
|
12382
|
+
/**
|
12383
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
12384
|
+
* cancel icon.
|
12385
|
+
* @beta
|
12386
|
+
*/
|
12387
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
10501
12388
|
}
|
10502
12389
|
|
10503
12390
|
/**
|
@@ -10528,6 +12415,26 @@ export declare interface SendBoxStrings {
|
|
10528
12415
|
* Aria label for send message button
|
10529
12416
|
*/
|
10530
12417
|
sendButtonAriaLabel: string;
|
12418
|
+
/**
|
12419
|
+
* Error message indicating that all attachment uploads are not complete.
|
12420
|
+
*/
|
12421
|
+
attachmentUploadsPendingError: string;
|
12422
|
+
/**
|
12423
|
+
* Aria label to notify user when focus is on cancel attachment upload button.
|
12424
|
+
*/
|
12425
|
+
removeAttachment: string;
|
12426
|
+
/**
|
12427
|
+
* Aria label to notify user attachment uploading starts.
|
12428
|
+
*/
|
12429
|
+
uploading: string;
|
12430
|
+
/**
|
12431
|
+
* Aria label to notify user attachment is uploaded.
|
12432
|
+
*/
|
12433
|
+
uploadCompleted: string;
|
12434
|
+
/**
|
12435
|
+
* Aria label to notify user more attachment action menu.
|
12436
|
+
*/
|
12437
|
+
attachmentMoreMenu: string;
|
10531
12438
|
}
|
10532
12439
|
|
10533
12440
|
/**
|
@@ -10548,6 +12455,45 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
10548
12455
|
systemMessage?: IStyle;
|
10549
12456
|
}
|
10550
12457
|
|
12458
|
+
/**
|
12459
|
+
* @beta
|
12460
|
+
* Strings for SitePermissions component
|
12461
|
+
*/
|
12462
|
+
export declare type SitePermissionsStrings = {
|
12463
|
+
/**
|
12464
|
+
* Main text string.
|
12465
|
+
*/
|
12466
|
+
primaryText?: string;
|
12467
|
+
/**
|
12468
|
+
* Subtext string.
|
12469
|
+
*/
|
12470
|
+
secondaryText?: string;
|
12471
|
+
/**
|
12472
|
+
* More help link string.
|
12473
|
+
*/
|
12474
|
+
linkText?: string;
|
12475
|
+
/**
|
12476
|
+
* Primary button text string.
|
12477
|
+
*/
|
12478
|
+
primaryButtonText?: string;
|
12479
|
+
/**
|
12480
|
+
* Aria label describing the content of the container
|
12481
|
+
*/
|
12482
|
+
ariaLabel?: string;
|
12483
|
+
};
|
12484
|
+
|
12485
|
+
/**
|
12486
|
+
* Fluent styles for {@link SitePermissionsContainer}.
|
12487
|
+
*
|
12488
|
+
* @beta
|
12489
|
+
*/
|
12490
|
+
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
12491
|
+
/** Styles for the primary button. */
|
12492
|
+
primaryButton?: IButtonStyles;
|
12493
|
+
/** Styles for the help troubleshooting link text. */
|
12494
|
+
troubleshootingLink?: ILinkStyles;
|
12495
|
+
}
|
12496
|
+
|
10551
12497
|
/**
|
10552
12498
|
* @public
|
10553
12499
|
* Type for representing a custom sound to use for a calling event
|
@@ -10820,6 +12766,59 @@ export declare interface StartCaptionsButtonStrings {
|
|
10820
12766
|
tooltipOffContent: string;
|
10821
12767
|
}
|
10822
12768
|
|
12769
|
+
/**
|
12770
|
+
* a button to start RealTimeText
|
12771
|
+
* based on accessibility requirement, real time text cannot be turned off once it is on
|
12772
|
+
*
|
12773
|
+
* Can be used with {@link ControlBar}
|
12774
|
+
*
|
12775
|
+
* @param props - properties for the start RealTimeText button.
|
12776
|
+
* @beta
|
12777
|
+
*/
|
12778
|
+
export declare const StartRealTimeTextButton: (props: StartRealTimeTextButtonProps) => JSX.Element;
|
12779
|
+
|
12780
|
+
/**
|
12781
|
+
* Props for the StartRealTimeTextButton component
|
12782
|
+
* @beta
|
12783
|
+
*/
|
12784
|
+
export declare interface StartRealTimeTextButtonProps extends ControlBarButtonProps {
|
12785
|
+
/**
|
12786
|
+
* Use this function to show RealTimeText UI in the calling experience.
|
12787
|
+
* Note that real time text should not be started for everyone in the call until the first real time text is received.
|
12788
|
+
*/
|
12789
|
+
onStartRealTimeText: () => void;
|
12790
|
+
/**
|
12791
|
+
* If RealTimeText is on
|
12792
|
+
*/
|
12793
|
+
isRealTimeTextOn: boolean;
|
12794
|
+
/**
|
12795
|
+
* Optional strings to override in component
|
12796
|
+
*/
|
12797
|
+
strings?: StartRealTimeTextButtonStrings;
|
12798
|
+
}
|
12799
|
+
|
12800
|
+
/**
|
12801
|
+
* Strings for the hold button labels
|
12802
|
+
* @beta
|
12803
|
+
*/
|
12804
|
+
export declare interface StartRealTimeTextButtonStrings {
|
12805
|
+
/**
|
12806
|
+
* Label for when action is to start RealTimeText
|
12807
|
+
*/
|
12808
|
+
onLabel: string;
|
12809
|
+
/**
|
12810
|
+
* Content for when button is checked, RealTimeText is on
|
12811
|
+
*/
|
12812
|
+
tooltipOnContent: string;
|
12813
|
+
}
|
12814
|
+
|
12815
|
+
/**
|
12816
|
+
* Parameter to start a call using a Teams user identity.
|
12817
|
+
*
|
12818
|
+
* @beta
|
12819
|
+
*/
|
12820
|
+
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
12821
|
+
|
10823
12822
|
/**
|
10824
12823
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
10825
12824
|
* The interface provides access to proxied state and also allows registering a handler for state change events. For
|
@@ -10905,7 +12904,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
10905
12904
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to start rendering.
|
10906
12905
|
* @param options - Options that are passed to the {@link @azure/communication-calling#VideoStreamRenderer}.
|
10907
12906
|
*/
|
10908
|
-
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
|
12907
|
+
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState | /* @conditional-compile-remove(together-mode) */ CallFeatureStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
|
10909
12908
|
/**
|
10910
12909
|
* Stops rendering a {@link RemoteVideoStreamState} or {@link LocalVideoStreamState} and removes the
|
10911
12910
|
* {@link VideoStreamRendererView} from the relevant {@link RemoteVideoStreamState} in {@link CallClientState} or
|
@@ -10930,7 +12929,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
10930
12929
|
* be undefined if disposing LocalVideoStreamState.
|
10931
12930
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
10932
12931
|
*/
|
10933
|
-
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
12932
|
+
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState | /* @conditional-compile-remove(together-mode) */ CallFeatureStreamState): void;
|
10934
12933
|
/**
|
10935
12934
|
* The CallAgent is used to handle calls.
|
10936
12935
|
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
@@ -11270,7 +13269,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
11270
13269
|
* @public
|
11271
13270
|
*/
|
11272
13271
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
11273
|
-
locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
|
13272
|
+
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
|
11274
13273
|
};
|
11275
13274
|
|
11276
13275
|
/**
|
@@ -11343,6 +13342,17 @@ export declare interface TeamsIncomingCallState {
|
|
11343
13342
|
endTime?: Date;
|
11344
13343
|
}
|
11345
13344
|
|
13345
|
+
/**
|
13346
|
+
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
13347
|
+
*
|
13348
|
+
* This is used to create an outbound call scenarios.
|
13349
|
+
*
|
13350
|
+
* @beta
|
13351
|
+
*/
|
13352
|
+
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13353
|
+
targetCallees: StartTeamsCallIdentifier[];
|
13354
|
+
};
|
13355
|
+
|
11346
13356
|
/**
|
11347
13357
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
11348
13358
|
*
|
@@ -11355,6 +13365,68 @@ export declare interface TeamsIncomingCallState {
|
|
11355
13365
|
*/
|
11356
13366
|
export declare const toFlatCommunicationIdentifier: (identifier: CommunicationIdentifier) => string;
|
11357
13367
|
|
13368
|
+
/**
|
13369
|
+
* State only version of {@link @azure/communication-calling#TogetherModeCallFeature}. {@link StatefulCallClient}.
|
13370
|
+
* Represents the state of the Together Mode feature.
|
13371
|
+
* @beta
|
13372
|
+
*/
|
13373
|
+
export declare interface TogetherModeCallFeatureState {
|
13374
|
+
isActive: boolean;
|
13375
|
+
/**
|
13376
|
+
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.togetherModeStream}.
|
13377
|
+
*/
|
13378
|
+
streams: TogetherModeStreamsState;
|
13379
|
+
/**
|
13380
|
+
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.TogetherModeSeatingMap}.
|
13381
|
+
*/
|
13382
|
+
seatingPositions: TogetherModeParticipantSeatingState;
|
13383
|
+
}
|
13384
|
+
|
13385
|
+
/**
|
13386
|
+
* Represents the seating positions of participants in Together Mode.
|
13387
|
+
*
|
13388
|
+
* @beta
|
13389
|
+
*/
|
13390
|
+
export declare type TogetherModeParticipantSeatingState = Record<string, TogetherModeSeatingPositionState>;
|
13391
|
+
|
13392
|
+
/**
|
13393
|
+
* State only version of {@link @azure/communication-calling#TogetherModeSeatingMap}.
|
13394
|
+
* @beta
|
13395
|
+
*
|
13396
|
+
* Represents the seating position of a participant in Together Mode.
|
13397
|
+
*/
|
13398
|
+
export declare interface TogetherModeSeatingPositionState {
|
13399
|
+
top: number;
|
13400
|
+
left: number;
|
13401
|
+
width: number;
|
13402
|
+
height: number;
|
13403
|
+
}
|
13404
|
+
|
13405
|
+
/**
|
13406
|
+
* Interface representing the result of a Together Mode stream view.
|
13407
|
+
* @beta
|
13408
|
+
*/
|
13409
|
+
export declare interface TogetherModeStreamOptions extends VideoStreamOptions {
|
13410
|
+
viewKind?: 'main' | 'panoramic';
|
13411
|
+
}
|
13412
|
+
|
13413
|
+
/**
|
13414
|
+
* Represents the streams in Together Mode.
|
13415
|
+
*
|
13416
|
+
* @beta
|
13417
|
+
*/
|
13418
|
+
export declare interface TogetherModeStreamsState {
|
13419
|
+
mainVideoStream?: CallFeatureStreamState;
|
13420
|
+
}
|
13421
|
+
|
13422
|
+
/**
|
13423
|
+
* Interface representing the result of a Together Mode stream view.
|
13424
|
+
* @beta
|
13425
|
+
*/
|
13426
|
+
export declare interface TogetherModeStreamViewResult {
|
13427
|
+
mainVideoView?: CreateVideoStreamViewResult;
|
13428
|
+
}
|
13429
|
+
|
11358
13430
|
/**
|
11359
13431
|
* Callback for {@link ChatAdapterSubscribers} 'topicChanged' event.
|
11360
13432
|
*
|
@@ -11543,11 +13615,129 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
11543
13615
|
typingString?: IStyle;
|
11544
13616
|
}
|
11545
13617
|
|
13618
|
+
/**
|
13619
|
+
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
13620
|
+
*
|
13621
|
+
* @beta
|
13622
|
+
*/
|
13623
|
+
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
13624
|
+
|
13625
|
+
/**
|
13626
|
+
* props for {@link UnsupportedBrowser} UI
|
13627
|
+
*
|
13628
|
+
* @beta
|
13629
|
+
*/
|
13630
|
+
export declare interface UnsupportedBrowserProps {
|
13631
|
+
/** Handler to perform an action when the help link is actioned */
|
13632
|
+
onTroubleshootingClick?: () => void;
|
13633
|
+
/** String overrides for the component */
|
13634
|
+
strings?: UnsupportedBrowserStrings;
|
13635
|
+
}
|
13636
|
+
|
13637
|
+
/**
|
13638
|
+
* Strings for UnsupportedBrowser component
|
13639
|
+
*
|
13640
|
+
* @beta
|
13641
|
+
*/
|
13642
|
+
export declare interface UnsupportedBrowserStrings {
|
13643
|
+
/** String for the primary text */
|
13644
|
+
primaryText: string;
|
13645
|
+
/** String for the secondary text */
|
13646
|
+
secondaryText: string;
|
13647
|
+
/** String to display in the text for the help link */
|
13648
|
+
moreHelpLinkText: string;
|
13649
|
+
}
|
13650
|
+
|
13651
|
+
/**
|
13652
|
+
* UI to display to the user that the browser version they are using is out of date
|
13653
|
+
* and not supported by Azure Communications Calling service.
|
13654
|
+
*
|
13655
|
+
* @beta
|
13656
|
+
*/
|
13657
|
+
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
13658
|
+
|
13659
|
+
/**
|
13660
|
+
* props for {@link UnsupportedBrowserVersion} UI
|
13661
|
+
*
|
13662
|
+
* @beta
|
13663
|
+
*/
|
13664
|
+
export declare interface UnsupportedBrowserVersionProps {
|
13665
|
+
/** Handler to perform an action when the help link is actioned */
|
13666
|
+
onTroubleshootingClick?: () => void;
|
13667
|
+
/** String overrides for the component */
|
13668
|
+
strings?: UnsupportedBrowserVersionStrings;
|
13669
|
+
/** Handler to allow user to continue into the call */
|
13670
|
+
onContinueAnywayClick?: () => void;
|
13671
|
+
}
|
13672
|
+
|
13673
|
+
/**
|
13674
|
+
* Strings for UnsupportedBrowser component
|
13675
|
+
*
|
13676
|
+
* @beta
|
13677
|
+
*/
|
13678
|
+
export declare interface UnsupportedBrowserVersionStrings {
|
13679
|
+
/** String for the primary text */
|
13680
|
+
primaryText: string;
|
13681
|
+
/** String for the secondary text */
|
13682
|
+
secondaryText: string;
|
13683
|
+
/** String to display in the text for the help link */
|
13684
|
+
moreHelpLinkText: string;
|
13685
|
+
/** String for continue without updating button */
|
13686
|
+
continueAnywayButtonText?: string;
|
13687
|
+
}
|
13688
|
+
|
13689
|
+
/**
|
13690
|
+
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
13691
|
+
*
|
13692
|
+
* @beta
|
13693
|
+
*/
|
13694
|
+
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
13695
|
+
|
13696
|
+
/**
|
13697
|
+
* Props for {@link UnsupportedOperatingSystem} UI
|
13698
|
+
*
|
13699
|
+
* @beta
|
13700
|
+
*/
|
13701
|
+
export declare interface UnsupportedOperatingSystemProps {
|
13702
|
+
/** Handler to perform a action when the help link is actioned */
|
13703
|
+
onTroubleshootingClick?: () => void;
|
13704
|
+
/** String overrides for the component */
|
13705
|
+
strings?: UnsupportedOperatingSystemStrings;
|
13706
|
+
}
|
13707
|
+
|
13708
|
+
/**
|
13709
|
+
* Strings for UnsupportedBrowser component
|
13710
|
+
*
|
13711
|
+
* @beta
|
13712
|
+
*/
|
13713
|
+
export declare interface UnsupportedOperatingSystemStrings {
|
13714
|
+
/** String for the primary text */
|
13715
|
+
primaryText: string;
|
13716
|
+
/** String for the secondary text */
|
13717
|
+
secondaryText: string;
|
13718
|
+
/** String to display in the text for the help link */
|
13719
|
+
moreHelpLinkText: string;
|
13720
|
+
}
|
13721
|
+
|
11546
13722
|
/**
|
11547
13723
|
* @public
|
11548
13724
|
* Callback function run when a message is updated.
|
11549
13725
|
*/
|
11550
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
13726
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
13727
|
+
|
13728
|
+
/**
|
13729
|
+
* Result payload for uploading an image.
|
13730
|
+
*
|
13731
|
+
* @beta
|
13732
|
+
*/
|
13733
|
+
export declare type UploadChatImageResult = {
|
13734
|
+
/** Id of the image. */
|
13735
|
+
id: string;
|
13736
|
+
/** The type of attachment. */
|
13737
|
+
attachmentType?: 'image' | 'file' | 'unknown';
|
13738
|
+
/** The name including file extension type of the attachment. */
|
13739
|
+
name?: string;
|
13740
|
+
};
|
11551
13741
|
|
11552
13742
|
/**
|
11553
13743
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -11721,7 +13911,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
|
|
11721
13911
|
*
|
11722
13912
|
* @public
|
11723
13913
|
*/
|
11724
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
13914
|
+
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;
|
11725
13915
|
|
11726
13916
|
/**
|
11727
13917
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -11872,7 +14062,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
11872
14062
|
/**
|
11873
14063
|
* @public
|
11874
14064
|
*/
|
11875
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
14065
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | /* @conditional-compile-remove(together-mode) */ 'togetherMode' | 'focusedContent';
|
11876
14066
|
|
11877
14067
|
/**
|
11878
14068
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -11909,6 +14099,8 @@ export declare type VideoGalleryParticipant = {
|
|
11909
14099
|
isScreenSharingOn?: boolean;
|
11910
14100
|
/** Whether participant is spotlighted **/
|
11911
14101
|
spotlight?: Spotlight;
|
14102
|
+
/** Signal strength of the participant, range from 1 to 3, lower means better connection **/
|
14103
|
+
signalStrength?: number;
|
11912
14104
|
/** Media audio video access states **/
|
11913
14105
|
mediaAccess?: MediaAccess;
|
11914
14106
|
/** Attendee can have audio be forbidden **/
|
@@ -12054,6 +14246,15 @@ export declare interface VideoGalleryProps {
|
|
12054
14246
|
* This callback is to mute a remote participant
|
12055
14247
|
*/
|
12056
14248
|
onMuteParticipant?: (userId: string) => Promise<void>;
|
14249
|
+
startTogetherModeEnabled?: boolean;
|
14250
|
+
isTogetherModeActive?: boolean;
|
14251
|
+
onCreateTogetherModeStreamView?: (options?: VideoStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
14252
|
+
/** Callback to create the local video stream view */
|
14253
|
+
onStartTogetherMode?: () => Promise<void>;
|
14254
|
+
onSetTogetherModeSceneSize?: (width: number, height: number) => void;
|
14255
|
+
togetherModeStreams?: VideoGalleryTogetherModeStreams;
|
14256
|
+
togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
|
14257
|
+
onDisposeTogetherModeStreamView?: () => Promise<void>;
|
12057
14258
|
/**
|
12058
14259
|
* This callback is to forbid audio for remote participant(s)
|
12059
14260
|
*/
|
@@ -12112,6 +14313,10 @@ export declare type VideoGallerySelector = (state: CallClientState, props: Calli
|
|
12112
14313
|
optimalVideoCount?: number;
|
12113
14314
|
spotlightedParticipants?: string[];
|
12114
14315
|
maxParticipantsToSpotlight?: number;
|
14316
|
+
isTogetherModeActive?: boolean;
|
14317
|
+
startTogetherModeEnabled?: boolean;
|
14318
|
+
togetherModeStreams?: VideoGalleryTogetherModeStreams;
|
14319
|
+
togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
|
12115
14320
|
};
|
12116
14321
|
|
12117
14322
|
/**
|
@@ -12212,6 +14417,31 @@ export declare interface VideoGalleryStyles extends BaseCustomStyles {
|
|
12212
14417
|
verticalGallery?: VerticalGalleryStyles;
|
12213
14418
|
}
|
12214
14419
|
|
14420
|
+
/**
|
14421
|
+
* Interface representing the position of a participant in Together Mode.
|
14422
|
+
* @beta
|
14423
|
+
*/
|
14424
|
+
export declare type VideoGalleryTogetherModeParticipantPosition = Record<string, VideoGalleryTogetherModeSeatingInfo>;
|
14425
|
+
|
14426
|
+
/**
|
14427
|
+
* Interface representing the seating information in Together Mode.
|
14428
|
+
* @beta
|
14429
|
+
*/
|
14430
|
+
export declare interface VideoGalleryTogetherModeSeatingInfo {
|
14431
|
+
top: number;
|
14432
|
+
left: number;
|
14433
|
+
width: number;
|
14434
|
+
height: number;
|
14435
|
+
}
|
14436
|
+
|
14437
|
+
/**
|
14438
|
+
* Interface representing the streams in Together Mode.
|
14439
|
+
* @beta
|
14440
|
+
*/
|
14441
|
+
export declare interface VideoGalleryTogetherModeStreams {
|
14442
|
+
mainVideoStream?: VideoGalleryStream;
|
14443
|
+
}
|
14444
|
+
|
12215
14445
|
/**
|
12216
14446
|
* Options to control how video streams are rendered.
|
12217
14447
|
*
|
@@ -12421,6 +14651,8 @@ export declare interface VideoTileStrings {
|
|
12421
14651
|
participantStateRinging: string;
|
12422
14652
|
/** String for displaying the Hold state of the remote participant */
|
12423
14653
|
participantStateHold: string;
|
14654
|
+
/** String for displaying the reconnecting state of the remote participant */
|
14655
|
+
participantReconnecting?: string;
|
12424
14656
|
/** String for the announcement of the muted state of the participant when muted */
|
12425
14657
|
moreOptionsParticipantMutedStateMutedAriaLabel: string;
|
12426
14658
|
/** String for the announcement of the unmuted state of the participant when unmuted */
|