@azure/communication-react 1.20.0 → 1.21.0-alpha-202410180016
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 +1768 -44
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-gYu0HYYZ.js +275 -0
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-gYu0HYYZ.js.map +1 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-CaxLScti.js +52 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-CaxLScti.js.map +1 -0
- package/dist/dist-cjs/communication-react/index-CAY7MwjX.js +44434 -0
- package/dist/dist-cjs/communication-react/index-CAY7MwjX.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +167 -36159
- 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 +14 -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 +25 -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 +2 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +83 -64
- 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 +23 -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 +74 -63
- 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 +32 -10
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +6 -3
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +18 -7
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +11 -9
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +14 -9
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +26 -6
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.d.ts +20 -0
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +125 -0
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +66 -71
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +140 -2
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +18 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +168 -34
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +7 -8
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +99 -108
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/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 +54 -12
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +15 -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.js +3 -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/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 +2 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +61 -65
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.d.ts +2 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +32 -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 +2 -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 +19 -0
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +32 -0
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.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 +0 -4
- 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 +33 -3
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +6 -7
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +6 -0
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +10 -14
- 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 +6 -2
- 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 +74 -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 +5 -9
- 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 +19 -27
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +11 -12
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +8 -19
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +57 -67
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +114 -128
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/index.d.ts +1 -0
- package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/api-summary.d.ts +2 -1
- package/dist/dist-esm/communication-react/src/api-summary.js +3 -1
- package/dist/dist-esm/communication-react/src/api-summary.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +27 -0
- package/dist/dist-esm/communication-react/src/index.js +12 -0
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/communication-react/src/javascript-loaders.js +1 -0
- 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.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 +3 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +19 -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 +8 -19
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
- package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +13 -8
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +36 -19
- 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 +68 -30
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +9 -5
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +10 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +15 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +8 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +47 -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 +57 -12
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +4 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +57 -27
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +22 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +20 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +273 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +23 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +53 -7
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +8 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +57 -12
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +97 -16
- 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 +5 -8
- 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 +31 -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 +23 -16
- 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 +39 -22
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +15 -23
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +4 -12
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +121 -0
- package/dist/dist-esm/react-components/src/components/MentionPopover.js +126 -0
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +20 -33
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +81 -5
- package/dist/dist-esm/react-components/src/components/MessageThread.js +116 -49
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +19 -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 +5 -11
- package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +20 -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 +54 -41
- 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/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/RemoteVideoTile.js +27 -18
- 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 +12 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +23 -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 +29 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +86 -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 +58 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +367 -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 +211 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +274 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +16 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +77 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +19 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +232 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +49 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +67 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +6 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +13 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +6 -14
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +47 -1
- package/dist/dist-esm/react-components/src/components/SendBox.js +103 -12
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +56 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +91 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +14 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +20 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +2 -4
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StreamMedia.js +5 -5
- package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +10 -3
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +23 -23
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SystemMessage.js +2 -4
- package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +595 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +152 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +821 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -14
- 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 +13 -31
- 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 +8 -12
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +8 -22
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +6 -2
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +19 -8
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +15 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +40 -16
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +17 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +99 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +4 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +6 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +17 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +29 -24
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +8 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +2 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +34 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +1 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +9 -34
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +2 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +1 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +10 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +22 -28
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +11 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +41 -51
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +39 -31
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +120 -27
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.js +31 -59
- 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 +20 -0
- package/dist/dist-esm/react-components/src/components/index.js +13 -0
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +58 -0
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +144 -0
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.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/MessageStatusIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +13 -10
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Notification.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +6 -4
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +1 -3
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +2 -2
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +82 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +295 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +21 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +34 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +2 -10
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +38 -0
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +99 -0
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +5 -0
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +32 -0
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -6
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +1 -2
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +26 -0
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +69 -0
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +1 -2
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +5 -19
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +37 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +41 -3
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +4 -2
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +41 -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/RichTextEditorUtils.d.ts +72 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +185 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +33 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +127 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +38 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +148 -5
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.js +4 -0
- package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +2 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +2 -5
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/utils/merge.js +16 -0
- package/dist/dist-esm/react-components/src/components/utils/merge.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
- package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +10 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +31 -18
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +8 -6
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +4 -0
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +5 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +1 -0
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +54 -0
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +3 -5
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +2 -2
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js +15 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +30 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +147 -14
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +6 -0
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +25 -0
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.d.ts +6 -0
- package/dist/dist-esm/react-components/src/theming/themes.js +10 -0
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -7
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/Attachment.d.ts +13 -0
- package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +20 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ReactionTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +72 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +92 -53
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +34 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +49 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +253 -63
- 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 +27 -4
- 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 +91 -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 +56 -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 +213 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +16 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +20 -2
- 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 +73 -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 +115 -70
- 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 +62 -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 +9 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +5 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +6 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +33 -13
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +9 -7
- 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 +114 -12
- 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 +23 -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 +1 -4
- 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 +12 -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 +24 -5
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +231 -36
- 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 +30 -5
- 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 +4 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +19 -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 +12 -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/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/CaptionsBanner.js +12 -14
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.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/CaptionsSettingsModal.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.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 +114 -43
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +39 -37
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +107 -72
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.d.ts +12 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js +50 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js +5 -7
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +92 -124
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js +5 -7
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +11 -9
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +23 -12
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +16 -16
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +14 -10
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +10 -0
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +20 -0
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +48 -2
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +39 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +7 -15
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js +19 -34
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +11 -8
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +18 -13
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/adapters.d.ts +23 -0
- package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/common/constants.js +6 -0
- package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +32 -6
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +7 -3
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js +5 -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 +4 -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.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.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 +2 -0
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
- package/package.json +4 -4
@@ -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';
|
@@ -46,6 +53,7 @@ import { IContextualMenuItemStyles } from '@fluentui/react';
|
|
46
53
|
import { IContextualMenuProps } from '@fluentui/react';
|
47
54
|
import { IContextualMenuStyles } from '@fluentui/react';
|
48
55
|
import { IIconProps } from '@fluentui/react';
|
56
|
+
import { ILinkStyles } from '@fluentui/react';
|
49
57
|
import { IMessageBarProps } from '@fluentui/react';
|
50
58
|
import { IncomingCall } from '@azure/communication-calling';
|
51
59
|
import { IncomingCallKind } from '@azure/communication-calling';
|
@@ -59,12 +67,15 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
|
|
59
67
|
import { ITextFieldStyles } from '@fluentui/react';
|
60
68
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
61
69
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
70
|
+
import { LocalRecordingInfo } from '@azure/communication-calling';
|
62
71
|
import { LocalVideoStream } from '@azure/communication-calling';
|
63
72
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
73
|
+
import type { MediaDiagnosticType } from '@azure/communication-calling';
|
64
74
|
import { MediaStreamType } from '@azure/communication-calling';
|
65
75
|
import { MicrosoftTeamsAppIdentifier } from '@azure/communication-common';
|
66
76
|
import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
67
77
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
78
|
+
import type { NetworkDiagnosticType } from '@azure/communication-calling';
|
68
79
|
import { PartialTheme } from '@fluentui/react';
|
69
80
|
import { ParticipantCapabilities } from '@azure/communication-calling';
|
70
81
|
import { ParticipantRole } from '@azure/communication-calling';
|
@@ -77,11 +88,13 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
|
|
77
88
|
import { default as React_2 } from 'react';
|
78
89
|
import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
79
90
|
import { ReactionMessage } from '@azure/communication-calling';
|
91
|
+
import { RecordingInfo } from '@azure/communication-calling';
|
80
92
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
81
93
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
82
94
|
import { RoomCallLocator } from '@azure/communication-calling';
|
83
95
|
import { ScalingMode } from '@azure/communication-calling';
|
84
96
|
import { SendMessageOptions } from '@azure/communication-chat';
|
97
|
+
import type { ServerDiagnosticType } from '@azure/communication-calling';
|
85
98
|
import { SpotlightedParticipant } from '@azure/communication-calling';
|
86
99
|
import { StartCallOptions } from '@azure/communication-calling';
|
87
100
|
import { StartCaptionsOptions } from '@azure/communication-calling';
|
@@ -201,6 +214,31 @@ export declare type AdapterErrors = {
|
|
201
214
|
[target: string]: AdapterError;
|
202
215
|
};
|
203
216
|
|
217
|
+
/**
|
218
|
+
* Notification from call client state stored in adapter state.
|
219
|
+
*
|
220
|
+
* @public
|
221
|
+
*/
|
222
|
+
export declare interface AdapterNotification {
|
223
|
+
/**
|
224
|
+
* Target of notification. There should only one notification per target.
|
225
|
+
*/
|
226
|
+
target: string;
|
227
|
+
/**
|
228
|
+
* Timestamp added to the notification in the adapter implementation.
|
229
|
+
*/
|
230
|
+
timestamp: Date;
|
231
|
+
}
|
232
|
+
|
233
|
+
/**
|
234
|
+
* Adapters stores the latest notification for each target.
|
235
|
+
*
|
236
|
+
* @public
|
237
|
+
*/
|
238
|
+
export declare type AdapterNotifications = {
|
239
|
+
[target: string]: AdapterNotification;
|
240
|
+
};
|
241
|
+
|
204
242
|
/**
|
205
243
|
* Functionality for interfacing with Composite adapter state.
|
206
244
|
*
|
@@ -236,6 +274,40 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
236
274
|
*/
|
237
275
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
238
276
|
|
277
|
+
/**
|
278
|
+
* @beta
|
279
|
+
* A callback function that defines what actions user can perform on an attachment.
|
280
|
+
* By default, the UI library would have default actions that opens attachment URL in a new tab.
|
281
|
+
* You can override the default actions or add new actions by providing this callback function.
|
282
|
+
* Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
|
283
|
+
*
|
284
|
+
* @param attachment - The file attachment that user is trying to perform actions on.
|
285
|
+
* @param message - The chat message that contains this attachment.
|
286
|
+
* @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
|
287
|
+
*/
|
288
|
+
export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
|
289
|
+
|
290
|
+
/**
|
291
|
+
* @beta
|
292
|
+
*
|
293
|
+
* Attachment download options defines the list of actions that can be performed on an attachment.
|
294
|
+
*/
|
295
|
+
export declare interface AttachmentDownloadOptions {
|
296
|
+
actionsForAttachment: AttachmentActionHandler;
|
297
|
+
}
|
298
|
+
|
299
|
+
/**
|
300
|
+
* @beta
|
301
|
+
*
|
302
|
+
* Attachment menu action defines buttons that can be shown on the attachment card.
|
303
|
+
* If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
|
304
|
+
*/
|
305
|
+
export declare interface AttachmentMenuAction {
|
306
|
+
name: string;
|
307
|
+
icon: JSX.Element;
|
308
|
+
onClick: (attachment: AttachmentMetadata) => Promise<void>;
|
309
|
+
}
|
310
|
+
|
239
311
|
/**
|
240
312
|
* Data model that represents a chat message attachment
|
241
313
|
* where it contains an ID to uniquely identify the attachment,
|
@@ -259,6 +331,150 @@ export declare interface AttachmentMetadata {
|
|
259
331
|
url: string;
|
260
332
|
}
|
261
333
|
|
334
|
+
/**
|
335
|
+
* Data model that represents a chat message attachment being uploaded
|
336
|
+
* where it contains an ID to uniquely identify the attachment,
|
337
|
+
* a name that represents the name of file,
|
338
|
+
* an optional URL to download the attachment,
|
339
|
+
* an optional progress value between 0 and 1 indicating the progress of the upload, and
|
340
|
+
* an optional error object that contains error message would be shown to the user.
|
341
|
+
*
|
342
|
+
*
|
343
|
+
* @beta
|
344
|
+
*/
|
345
|
+
export declare interface AttachmentMetadataInProgress {
|
346
|
+
/**
|
347
|
+
* Unique ID of the attachment.
|
348
|
+
*/
|
349
|
+
id: string;
|
350
|
+
/**
|
351
|
+
* Attachment name to be displayed.
|
352
|
+
*/
|
353
|
+
name: string;
|
354
|
+
/**
|
355
|
+
* Download URL for the attachment.
|
356
|
+
*/
|
357
|
+
url?: string;
|
358
|
+
/**
|
359
|
+
* A number between 0 and 1 indicating the progress of the upload.
|
360
|
+
*/
|
361
|
+
progress?: number;
|
362
|
+
/**
|
363
|
+
* A object contains error message would be shown to the user.
|
364
|
+
*/
|
365
|
+
error?: AttachmentProgressError;
|
366
|
+
}
|
367
|
+
|
368
|
+
/**
|
369
|
+
* @beta
|
370
|
+
*
|
371
|
+
* Attachment Options that defines behaviour for uploading and downloading attachments.
|
372
|
+
*/
|
373
|
+
export declare interface AttachmentOptions {
|
374
|
+
uploadOptions?: AttachmentUploadOptions;
|
375
|
+
downloadOptions?: AttachmentDownloadOptions;
|
376
|
+
}
|
377
|
+
|
378
|
+
/**
|
379
|
+
* @beta
|
380
|
+
* A attachment progress error object that contains message to be shown to
|
381
|
+
* the user when upload fails.
|
382
|
+
*/
|
383
|
+
export declare interface AttachmentProgressError {
|
384
|
+
message: string;
|
385
|
+
}
|
386
|
+
|
387
|
+
/**
|
388
|
+
* @beta
|
389
|
+
* A callback function for handling attachment removed by the user in send box.
|
390
|
+
*
|
391
|
+
* @param attachmentId - The ID of uploaded attachments.
|
392
|
+
*/
|
393
|
+
export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
|
394
|
+
|
395
|
+
/**
|
396
|
+
* @beta
|
397
|
+
* A callback function for handling list of upload tasks that contains files selected by user to upload.
|
398
|
+
*
|
399
|
+
* @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
|
400
|
+
*/
|
401
|
+
export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
|
402
|
+
|
403
|
+
/**
|
404
|
+
* @beta
|
405
|
+
*/
|
406
|
+
export declare interface AttachmentUploadOptions {
|
407
|
+
/**
|
408
|
+
* A list of strings containing the comma separated list of supported media (aka. mime) types.
|
409
|
+
* i.e. ['image/*', 'video/*', 'audio/*']
|
410
|
+
* Default value is `['*']`, meaning all media types are supported.
|
411
|
+
* Similar to the `accept` attribute of the `<input type="attachment" />` element.
|
412
|
+
* @beta
|
413
|
+
*/
|
414
|
+
supportedMediaTypes?: string[];
|
415
|
+
/**
|
416
|
+
* Disable multiple attachments to be selected if set to `true`.
|
417
|
+
* Default value is `false`, meaning multiple attachments can be selected.
|
418
|
+
* Similar to the `multiple` attribute of the `<input type="attachment" />` element.
|
419
|
+
* @beta
|
420
|
+
*/
|
421
|
+
disableMultipleUploads?: boolean;
|
422
|
+
/**
|
423
|
+
* A callback function of type {@link AttachmentSelectionHandler} that will be called
|
424
|
+
* when user finishes selecting files in browser's file picker. This function is required since
|
425
|
+
* this would be where upload logic is implemented to your own storage.
|
426
|
+
* @beta
|
427
|
+
*/
|
428
|
+
handleAttachmentSelection: AttachmentSelectionHandler;
|
429
|
+
/**
|
430
|
+
* A optional callback function that will be called
|
431
|
+
* when user removing files before clicking send message button. This function will be
|
432
|
+
* where you can remove the file from your storage.
|
433
|
+
* @beta
|
434
|
+
*/
|
435
|
+
handleAttachmentRemoval?: AttachmentRemovalHandler;
|
436
|
+
}
|
437
|
+
|
438
|
+
/**
|
439
|
+
* A upload task represents and manages an attachment that is being uploaded.
|
440
|
+
* When using the Composite, an attachment upload task is created for each file user is selected to upload.
|
441
|
+
* A upload task is complete when notifyUploadCompleted is called.
|
442
|
+
* A upload task is failed when notifyUploadFailed is called.
|
443
|
+
* @beta
|
444
|
+
*/
|
445
|
+
export declare interface AttachmentUploadTask {
|
446
|
+
/**
|
447
|
+
* Unique identifier for the attachment upload task.
|
448
|
+
*/
|
449
|
+
taskId: string;
|
450
|
+
/**
|
451
|
+
* HTML {@link File} object for the uploaded attachment.
|
452
|
+
*/
|
453
|
+
file?: File;
|
454
|
+
/**
|
455
|
+
* {@link Blob} object for the uploaded inline image.
|
456
|
+
*/
|
457
|
+
image?: Blob;
|
458
|
+
/**
|
459
|
+
* Update the progress of the upload changed.
|
460
|
+
* A upload is considered complete when the progress reaches 1.
|
461
|
+
* @param value - number between 0 and 1
|
462
|
+
*/
|
463
|
+
notifyUploadProgressChanged: (value: number) => void;
|
464
|
+
/**
|
465
|
+
* Mark the upload task as complete.
|
466
|
+
* An attachment is considered completed uploading when ID and URL are provided.
|
467
|
+
* @param id - the unique identifier of the attachment.
|
468
|
+
* @param url - the download URL of the attachment.
|
469
|
+
*/
|
470
|
+
notifyUploadCompleted: (id: string, url: string) => void;
|
471
|
+
/**
|
472
|
+
* Mark the upload task as failed.
|
473
|
+
* @param message - An error message that can be displayed to the user.
|
474
|
+
*/
|
475
|
+
notifyUploadFailed: (message: string) => void;
|
476
|
+
}
|
477
|
+
|
262
478
|
/**
|
263
479
|
* Custom data attributes for displaying avatar for a user.
|
264
480
|
*
|
@@ -449,6 +665,168 @@ export declare interface BaseCustomStyles {
|
|
449
665
|
root?: IStyle;
|
450
666
|
}
|
451
667
|
|
668
|
+
/**
|
669
|
+
* Content blocked message type.
|
670
|
+
*
|
671
|
+
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
672
|
+
*
|
673
|
+
* @beta
|
674
|
+
*/
|
675
|
+
export declare interface BlockedMessage extends MessageCommon {
|
676
|
+
messageType: 'blocked';
|
677
|
+
warningText?: string;
|
678
|
+
linkText?: string;
|
679
|
+
link?: string;
|
680
|
+
deletedOn?: Date;
|
681
|
+
senderId?: string;
|
682
|
+
senderDisplayName?: string;
|
683
|
+
status?: MessageStatus;
|
684
|
+
attached?: MessageAttachedStatus;
|
685
|
+
mine?: boolean;
|
686
|
+
}
|
687
|
+
|
688
|
+
/**
|
689
|
+
* Breakout rooms state
|
690
|
+
*
|
691
|
+
* @public
|
692
|
+
*/
|
693
|
+
export declare interface BreakoutRoomsState {
|
694
|
+
assignedBreakoutRoom?: BreakoutRoom;
|
695
|
+
breakoutRoomSettings?: BreakoutRoomsSettings;
|
696
|
+
breakoutRoomOriginCallId?: string;
|
697
|
+
breakoutRoomDisplayName?: string;
|
698
|
+
}
|
699
|
+
|
700
|
+
/**
|
701
|
+
* @beta
|
702
|
+
* Props for BrowserPermissionDeniedIOS component.
|
703
|
+
*/
|
704
|
+
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
705
|
+
/**
|
706
|
+
* Localization strings for BrowserPermissionDeniedIOS component.
|
707
|
+
*/
|
708
|
+
strings?: BrowserPermissionDeniedIOSStrings;
|
709
|
+
/**
|
710
|
+
* Link to image source.
|
711
|
+
*
|
712
|
+
* Image is inserted into the top of the component.
|
713
|
+
*/
|
714
|
+
imageSource?: string;
|
715
|
+
}
|
716
|
+
|
717
|
+
/**
|
718
|
+
* @beta
|
719
|
+
* Strings for BrowserPermissionDeniedIOS component
|
720
|
+
*/
|
721
|
+
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
722
|
+
/**
|
723
|
+
* Image alt text
|
724
|
+
*/
|
725
|
+
imageAltText: string;
|
726
|
+
/**
|
727
|
+
* Main text string.
|
728
|
+
*/
|
729
|
+
primaryText: string;
|
730
|
+
/**
|
731
|
+
* Subtext string.
|
732
|
+
*/
|
733
|
+
secondaryText: string;
|
734
|
+
/**
|
735
|
+
* Step 1 string
|
736
|
+
*/
|
737
|
+
step1Text: string;
|
738
|
+
/**
|
739
|
+
* Step 1 digit string
|
740
|
+
*/
|
741
|
+
step1DigitText: string;
|
742
|
+
/**
|
743
|
+
* Step 2 string
|
744
|
+
*/
|
745
|
+
step2Text: string;
|
746
|
+
/**
|
747
|
+
* Step 2 digit string
|
748
|
+
*/
|
749
|
+
step2DigitText: string;
|
750
|
+
/**
|
751
|
+
* Step 3 string
|
752
|
+
*/
|
753
|
+
step3Text: string;
|
754
|
+
/**
|
755
|
+
* Step 3 digit string
|
756
|
+
*/
|
757
|
+
step3DigitText: string;
|
758
|
+
/**
|
759
|
+
* Step 4 string
|
760
|
+
*/
|
761
|
+
step4Text: string;
|
762
|
+
/**
|
763
|
+
* Step 4 digit string
|
764
|
+
*/
|
765
|
+
step4DigitText: string;
|
766
|
+
}
|
767
|
+
|
768
|
+
/**
|
769
|
+
* @beta
|
770
|
+
* Props for BrowserPermissionDenied component.
|
771
|
+
*/
|
772
|
+
export declare interface BrowserPermissionDeniedProps {
|
773
|
+
/**
|
774
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
775
|
+
*/
|
776
|
+
onTroubleshootingClick?: () => void;
|
777
|
+
/**
|
778
|
+
* Action to be taken by the try again primary button.
|
779
|
+
*/
|
780
|
+
onTryAgainClick?: () => void;
|
781
|
+
/**
|
782
|
+
* Localization strings for BrowserPermissionDenied component.
|
783
|
+
*/
|
784
|
+
strings?: BrowserPermissionDeniedStrings;
|
785
|
+
/**
|
786
|
+
* Allows users to pass in an object contains custom CSS styles.
|
787
|
+
* @Example
|
788
|
+
* ```
|
789
|
+
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
790
|
+
* ```
|
791
|
+
*/
|
792
|
+
styles?: BrowserPermissionDeniedStyles;
|
793
|
+
}
|
794
|
+
|
795
|
+
/**
|
796
|
+
* @beta
|
797
|
+
* Strings for BrowserPermissionDenied component
|
798
|
+
*/
|
799
|
+
export declare interface BrowserPermissionDeniedStrings {
|
800
|
+
/**
|
801
|
+
* Main button text string.
|
802
|
+
*/
|
803
|
+
primaryButtonText: string;
|
804
|
+
/**
|
805
|
+
* Main text string.
|
806
|
+
*/
|
807
|
+
primaryText: string;
|
808
|
+
/**
|
809
|
+
* Subtext string.
|
810
|
+
*/
|
811
|
+
secondaryText: string;
|
812
|
+
/**
|
813
|
+
* More help link string.
|
814
|
+
*/
|
815
|
+
linkText: string;
|
816
|
+
}
|
817
|
+
|
818
|
+
/**
|
819
|
+
* Fluent styles for {@link BrowserPermissionDenied}.
|
820
|
+
*
|
821
|
+
* @beta
|
822
|
+
*/
|
823
|
+
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
824
|
+
/** Styles for the primary button. */
|
825
|
+
primaryButton?: IButtonStyles;
|
826
|
+
/** Styles for the help troubleshooting link text. */
|
827
|
+
troubleshootingLink?: ILinkStyles;
|
828
|
+
}
|
829
|
+
|
452
830
|
/**
|
453
831
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
454
832
|
*
|
@@ -702,6 +1080,10 @@ export declare interface CallAdapterCallOperations {
|
|
702
1080
|
* @public
|
703
1081
|
*/
|
704
1082
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1083
|
+
/**
|
1084
|
+
* Continues into a call when the browser version is not supported.
|
1085
|
+
*/
|
1086
|
+
allowUnsupportedBrowserVersion(): void;
|
705
1087
|
/**
|
706
1088
|
* Function to Start captions
|
707
1089
|
* @param options - options for start captions
|
@@ -787,6 +1169,10 @@ export declare interface CallAdapterCallOperations {
|
|
787
1169
|
* Mute All participants
|
788
1170
|
*/
|
789
1171
|
muteAllRemoteParticipants(): Promise<void>;
|
1172
|
+
/**
|
1173
|
+
* Return to origin call of breakout room
|
1174
|
+
*/
|
1175
|
+
returnFromBreakoutRoom(): Promise<void>;
|
790
1176
|
}
|
791
1177
|
|
792
1178
|
/**
|
@@ -821,6 +1207,10 @@ export declare type CallAdapterClientState = {
|
|
821
1207
|
* Latest error encountered for each operation performed via the adapter.
|
822
1208
|
*/
|
823
1209
|
latestErrors: AdapterErrors;
|
1210
|
+
/**
|
1211
|
+
* Latest notifications from call client state.
|
1212
|
+
*/
|
1213
|
+
latestNotifications: AdapterNotifications;
|
824
1214
|
/**
|
825
1215
|
* Azure communications Phone number to make PSTN calls with.
|
826
1216
|
*/
|
@@ -895,7 +1285,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
895
1285
|
*
|
896
1286
|
* @public
|
897
1287
|
*/
|
898
|
-
askDevicePermission(constrain: PermissionConstraints): Promise<
|
1288
|
+
askDevicePermission(constrain: PermissionConstraints): Promise<DeviceAccess>;
|
899
1289
|
/**
|
900
1290
|
* Query for available camera devices.
|
901
1291
|
*
|
@@ -961,7 +1351,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
961
1351
|
*
|
962
1352
|
* @public
|
963
1353
|
*/
|
964
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
|
1354
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
|
965
1355
|
|
966
1356
|
/**
|
967
1357
|
* {@link CommonCallAdapter} state.
|
@@ -1074,6 +1464,10 @@ export declare interface CallAdapterSubscribers {
|
|
1074
1464
|
* Subscribe function for 'mutedByOthers' event.
|
1075
1465
|
*/
|
1076
1466
|
on(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1467
|
+
/**
|
1468
|
+
* Subscribe function for 'breakoutRoomsUpdated' event.
|
1469
|
+
*/
|
1470
|
+
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
1077
1471
|
/**
|
1078
1472
|
* Unsubscribe function for 'participantsJoined' event.
|
1079
1473
|
*/
|
@@ -1158,6 +1552,10 @@ export declare interface CallAdapterSubscribers {
|
|
1158
1552
|
* Unsubscribe function for 'mutedByOthers' event.
|
1159
1553
|
*/
|
1160
1554
|
off(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1555
|
+
/**
|
1556
|
+
* Unsubscribe function for 'breakoutRoomsUpdated' event.
|
1557
|
+
*/
|
1558
|
+
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
1161
1559
|
}
|
1162
1560
|
|
1163
1561
|
/**
|
@@ -1168,6 +1566,7 @@ export declare interface CallAdapterSubscribers {
|
|
1168
1566
|
export declare type CallAdapterUiState = {
|
1169
1567
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1170
1568
|
page: CallCompositePage;
|
1569
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
1171
1570
|
};
|
1172
1571
|
|
1173
1572
|
/**
|
@@ -1211,7 +1610,7 @@ export declare interface CallAgentState {
|
|
1211
1610
|
*/
|
1212
1611
|
export declare interface CallAndChatLocator {
|
1213
1612
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1214
|
-
callLocator: GroupCallLocator;
|
1613
|
+
callLocator: GroupCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator;
|
1215
1614
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1216
1615
|
chatThreadId: string;
|
1217
1616
|
}
|
@@ -1298,6 +1697,12 @@ export declare interface CallClientState {
|
|
1298
1697
|
* See documentation of {@Link CallErrors} for details.
|
1299
1698
|
*/
|
1300
1699
|
latestErrors: CallErrors;
|
1700
|
+
/**
|
1701
|
+
* Stores the latest notifications.
|
1702
|
+
*
|
1703
|
+
* See documentation of {@Link CallNotifications} for details.
|
1704
|
+
*/
|
1705
|
+
latestNotifications: CallNotifications;
|
1301
1706
|
/**
|
1302
1707
|
* A phone number in E.164 format that will be used to represent callers identity.
|
1303
1708
|
* For example, using the alternateCallerId to add a participant using PSTN, this number will
|
@@ -1448,6 +1853,56 @@ export declare type CallCompositeOptions = {
|
|
1448
1853
|
* @defaultValue true
|
1449
1854
|
*/
|
1450
1855
|
callControls?: boolean | CallControlOptions;
|
1856
|
+
/**
|
1857
|
+
* Device permissions check options for your call.
|
1858
|
+
* Here you can choose what device permissions you prompt the user for,
|
1859
|
+
* as well as what device permissions must be accepted before starting a call.
|
1860
|
+
*/
|
1861
|
+
deviceChecks?: DeviceCheckOptions;
|
1862
|
+
/**
|
1863
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1864
|
+
* unable to grant your site the required permissions for the call.
|
1865
|
+
*
|
1866
|
+
* @example
|
1867
|
+
* ```ts
|
1868
|
+
* onPermissionsTroubleshootingClick: () =>
|
1869
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1870
|
+
* ```
|
1871
|
+
*
|
1872
|
+
* @remarks
|
1873
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1874
|
+
*/
|
1875
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1876
|
+
camera: PermissionState;
|
1877
|
+
microphone: PermissionState;
|
1878
|
+
}) => void;
|
1879
|
+
/**
|
1880
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1881
|
+
* having network issues when connecting to the call.
|
1882
|
+
*
|
1883
|
+
* @example
|
1884
|
+
* ```ts
|
1885
|
+
* onNetworkingTroubleShootingClick?: () =>
|
1886
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1887
|
+
* ```
|
1888
|
+
*
|
1889
|
+
* @remarks
|
1890
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1891
|
+
*/
|
1892
|
+
onNetworkingTroubleShootingClick?: () => void;
|
1893
|
+
/**
|
1894
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1895
|
+
*
|
1896
|
+
* @example
|
1897
|
+
* ```ts
|
1898
|
+
* onBrowserTroubleShootingClick?: () =>
|
1899
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1900
|
+
* ```
|
1901
|
+
*
|
1902
|
+
* @remarks
|
1903
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
1904
|
+
*/
|
1905
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
1451
1906
|
/**
|
1452
1907
|
* Remote participant video tile menu options
|
1453
1908
|
*/
|
@@ -1568,7 +2023,7 @@ export declare type CallCompositeOptions = {
|
|
1568
2023
|
*
|
1569
2024
|
* @public
|
1570
2025
|
*/
|
1571
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest';
|
2026
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | 'transferring' | 'badRequest';
|
1572
2027
|
|
1573
2028
|
/**
|
1574
2029
|
* Props for {@link CallComposite}.
|
@@ -2413,6 +2868,40 @@ export declare interface CallCompositeStrings {
|
|
2413
2868
|
* Label for mute all cancel button
|
2414
2869
|
*/
|
2415
2870
|
muteAllCancelButtonLabel: string;
|
2871
|
+
/**
|
2872
|
+
* Label for join breakout room button
|
2873
|
+
*/
|
2874
|
+
joinBreakoutRoomButtonLabel: string;
|
2875
|
+
/**
|
2876
|
+
* Label for button to return from breakout room
|
2877
|
+
*/
|
2878
|
+
returnFromBreakoutRoomButtonLabel: string;
|
2879
|
+
/**
|
2880
|
+
* Label for button to leave breakout room and meeting
|
2881
|
+
*/
|
2882
|
+
leaveBreakoutRoomAndMeetingButtonLabel: string;
|
2883
|
+
/**
|
2884
|
+
* Notification title for when a user joins a breakout room
|
2885
|
+
*/
|
2886
|
+
breakoutRoomJoinedNotificationTitle: string;
|
2887
|
+
/**
|
2888
|
+
* Title for banner to join the assigned breakout room. The banner is shown in mobile view instead of the
|
2889
|
+
* notification.
|
2890
|
+
*/
|
2891
|
+
joinBreakoutRoomBannerTitle: string;
|
2892
|
+
/**
|
2893
|
+
* Label for button in banner to join breakout room. The banner is shown in mobile view instead of the notification.
|
2894
|
+
*/
|
2895
|
+
joinBreakoutRoomBannerButtonLabel: string;
|
2896
|
+
/**
|
2897
|
+
* Title for banner to return from breakout room. The banner is shown in mobile view instead of the notification.
|
2898
|
+
*/
|
2899
|
+
returnFromBreakoutRoomBannerTitle: string;
|
2900
|
+
/**
|
2901
|
+
* Label for button in banner to return from breakout room. The banner is shown in mobile view instead of the
|
2902
|
+
* notification.
|
2903
|
+
*/
|
2904
|
+
returnFromBreakoutRoomBannerButtonLabel: string;
|
2416
2905
|
}
|
2417
2906
|
|
2418
2907
|
/**
|
@@ -2497,7 +2986,7 @@ export declare type CallErrors = {
|
|
2497
2986
|
*
|
2498
2987
|
* @public
|
2499
2988
|
*/
|
2500
|
-
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';
|
2989
|
+
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' | /* @conditional-compile-remove(soft-mute) */ 'Call.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
|
2501
2990
|
|
2502
2991
|
/**
|
2503
2992
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -2607,6 +3096,21 @@ export declare interface CallingTheme {
|
|
2607
3096
|
};
|
2608
3097
|
}
|
2609
3098
|
|
3099
|
+
/**
|
3100
|
+
* @public
|
3101
|
+
*/
|
3102
|
+
export declare interface CallNotification {
|
3103
|
+
target: NotificationTarget;
|
3104
|
+
timestamp: Date;
|
3105
|
+
}
|
3106
|
+
|
3107
|
+
/**
|
3108
|
+
* @public
|
3109
|
+
*/
|
3110
|
+
export declare type CallNotifications = {
|
3111
|
+
[target in NotificationTarget]: CallNotification;
|
3112
|
+
};
|
3113
|
+
|
2610
3114
|
/**
|
2611
3115
|
* Calling participant's state, as reflected in the UI components.
|
2612
3116
|
*
|
@@ -2634,11 +3138,28 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
2634
3138
|
};
|
2635
3139
|
|
2636
3140
|
/**
|
2637
|
-
*
|
3141
|
+
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
2638
3142
|
*
|
2639
|
-
*
|
3143
|
+
* @remarks
|
3144
|
+
* This is currently in beta and only supports calling one Teams User.
|
2640
3145
|
*
|
2641
|
-
* @
|
3146
|
+
* @example
|
3147
|
+
* ```
|
3148
|
+
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
3149
|
+
* ```
|
3150
|
+
*
|
3151
|
+
* @beta
|
3152
|
+
*/
|
3153
|
+
export declare type CallParticipantsLocator = {
|
3154
|
+
participantIds: string[];
|
3155
|
+
};
|
3156
|
+
|
3157
|
+
/**
|
3158
|
+
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
3159
|
+
*
|
3160
|
+
* Calling components from this package must be wrapped with a {@link CallProvider}.
|
3161
|
+
*
|
3162
|
+
* @public
|
2642
3163
|
*/
|
2643
3164
|
export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
|
2644
3165
|
|
@@ -2733,6 +3254,10 @@ export declare interface CallState {
|
|
2733
3254
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
2734
3255
|
*/
|
2735
3256
|
recording: RecordingCallFeature;
|
3257
|
+
/**
|
3258
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3259
|
+
*/
|
3260
|
+
localRecording: LocalRecordingCallFeatureState;
|
2736
3261
|
/**
|
2737
3262
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
2738
3263
|
*
|
@@ -2743,6 +3268,10 @@ export declare interface CallState {
|
|
2743
3268
|
* Proxy of {@link @azure/communication-calling#RaiseHandCallFeature}.
|
2744
3269
|
*/
|
2745
3270
|
raiseHand: RaiseHandCallFeature;
|
3271
|
+
/**
|
3272
|
+
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature}.
|
3273
|
+
*/
|
3274
|
+
togetherMode: TogetherModeCallFeature;
|
2746
3275
|
/**
|
2747
3276
|
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
2748
3277
|
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
@@ -2789,6 +3318,10 @@ export declare interface CallState {
|
|
2789
3318
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
2790
3319
|
*/
|
2791
3320
|
role?: ParticipantRole;
|
3321
|
+
/**
|
3322
|
+
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3323
|
+
*/
|
3324
|
+
totalParticipantCount?: number;
|
2792
3325
|
/**
|
2793
3326
|
* Transfer state of call
|
2794
3327
|
*/
|
@@ -2808,13 +3341,17 @@ export declare interface CallState {
|
|
2808
3341
|
/**
|
2809
3342
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
2810
3343
|
*/
|
2811
|
-
info?: TeamsCallInfo;
|
3344
|
+
info?: TeamsCallInfo | /* @conditional-compile-remove(calling-beta-sdk) */ CallInfo;
|
2812
3345
|
/**
|
2813
3346
|
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
2814
3347
|
*/
|
2815
3348
|
meetingConference?: {
|
2816
3349
|
conferencePhones: ConferencePhoneInfo[];
|
2817
3350
|
};
|
3351
|
+
/**
|
3352
|
+
* Proxy of {@link @azure/communication-calling#BreakoutRoomsFeature}.
|
3353
|
+
*/
|
3354
|
+
breakoutRooms?: BreakoutRoomsState;
|
2818
3355
|
}
|
2819
3356
|
|
2820
3357
|
/**
|
@@ -3028,7 +3565,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3028
3565
|
*
|
3029
3566
|
* @public
|
3030
3567
|
*/
|
3031
|
-
askDevicePermission(constrain: PermissionConstraints): Promise<
|
3568
|
+
askDevicePermission(constrain: PermissionConstraints): Promise<DeviceAccess>;
|
3032
3569
|
/**
|
3033
3570
|
* Query for available camera devices.
|
3034
3571
|
*
|
@@ -3100,7 +3637,19 @@ export declare interface CallWithChatAdapterManagement {
|
|
3100
3637
|
*
|
3101
3638
|
* @public
|
3102
3639
|
*/
|
3103
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3640
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
3641
|
+
/**
|
3642
|
+
* Upload an inline image for a message.
|
3643
|
+
*
|
3644
|
+
* @beta
|
3645
|
+
*/
|
3646
|
+
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
3647
|
+
/**
|
3648
|
+
* Delete an inline image for a message.
|
3649
|
+
*
|
3650
|
+
* @beta
|
3651
|
+
*/
|
3652
|
+
deleteImage(imageId: string): Promise<void>;
|
3104
3653
|
/**
|
3105
3654
|
* Send a read receipt for a message.
|
3106
3655
|
*
|
@@ -3118,7 +3667,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3118
3667
|
*
|
3119
3668
|
* @public
|
3120
3669
|
*/
|
3121
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
3670
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
3122
3671
|
/**
|
3123
3672
|
* Delete a message in the thread.
|
3124
3673
|
*
|
@@ -3163,6 +3712,10 @@ export declare interface CallWithChatAdapterManagement {
|
|
3163
3712
|
* @public
|
3164
3713
|
*/
|
3165
3714
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
3715
|
+
/**
|
3716
|
+
* Continues into a call when the browser version is not supported.
|
3717
|
+
*/
|
3718
|
+
allowUnsupportedBrowserVersion(): void;
|
3166
3719
|
/**
|
3167
3720
|
* Function to Start captions
|
3168
3721
|
* @param options - options for start captions
|
@@ -3242,6 +3795,10 @@ export declare interface CallWithChatAdapterManagement {
|
|
3242
3795
|
* Mute a participant
|
3243
3796
|
*/
|
3244
3797
|
muteAllRemoteParticipants(): Promise<void>;
|
3798
|
+
/**
|
3799
|
+
* Return to origin call of breakout room
|
3800
|
+
*/
|
3801
|
+
returnFromBreakoutRoom(): Promise<void>;
|
3245
3802
|
}
|
3246
3803
|
|
3247
3804
|
/**
|
@@ -3275,6 +3832,7 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
3275
3832
|
on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
3276
3833
|
on(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
3277
3834
|
on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
3835
|
+
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
3278
3836
|
off(event: 'callEnded', listener: CallEndedListener): void;
|
3279
3837
|
off(event: 'isMutedChanged', listener: IsMutedChangedListener): void;
|
3280
3838
|
off(event: 'callIdChanged', listener: CallIdChangedListener): void;
|
@@ -3292,6 +3850,7 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
3292
3850
|
off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
3293
3851
|
off(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
3294
3852
|
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
3853
|
+
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
3295
3854
|
on(event: 'messageReceived', listener: MessageReceivedListener): void;
|
3296
3855
|
on(event: 'messageEdited', listener: MessageEditedListener): void;
|
3297
3856
|
on(event: 'messageDeleted', listener: MessageDeletedListener): void;
|
@@ -3330,6 +3889,14 @@ export declare interface CallWithChatAdapterUiState {
|
|
3330
3889
|
* @public
|
3331
3890
|
*/
|
3332
3891
|
page: CallCompositePage;
|
3892
|
+
/**
|
3893
|
+
* State to track whether the end user has opted in to using a
|
3894
|
+
* out of date version of a supported browser. Allows the user
|
3895
|
+
* to start a call in this state.
|
3896
|
+
*
|
3897
|
+
* @beta
|
3898
|
+
*/
|
3899
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
3333
3900
|
}
|
3334
3901
|
|
3335
3902
|
/**
|
@@ -3348,6 +3915,8 @@ export declare interface CallWithChatClientState {
|
|
3348
3915
|
chat?: ChatThreadClientState;
|
3349
3916
|
/** Latest call error encountered for each operation performed via the adapter. */
|
3350
3917
|
latestCallErrors: AdapterErrors;
|
3918
|
+
/** Latest call notifications encountered in the call client state via the adapter. */
|
3919
|
+
latestCallNotifications: AdapterNotifications;
|
3351
3920
|
/** Latest chat error encountered for each operation performed via the adapter. */
|
3352
3921
|
latestChatErrors: AdapterErrors;
|
3353
3922
|
/** State of available and currently selected devices */
|
@@ -3501,6 +4070,62 @@ export declare type CallWithChatCompositeOptions = {
|
|
3501
4070
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
3502
4071
|
*/
|
3503
4072
|
callControls?: boolean | CallWithChatControlOptions;
|
4073
|
+
/**
|
4074
|
+
* Properties for configuring the File Sharing feature.
|
4075
|
+
* If undefined, file sharing feature will be disabled.
|
4076
|
+
* @beta
|
4077
|
+
*/
|
4078
|
+
attachmentOptions?: AttachmentOptions;
|
4079
|
+
/**
|
4080
|
+
* Device permissions check options for your call.
|
4081
|
+
* Here you can choose what device permissions you prompt the user for,
|
4082
|
+
* as well as what device permissions must be accepted before starting a call.
|
4083
|
+
*/
|
4084
|
+
deviceChecks?: DeviceCheckOptions;
|
4085
|
+
/**
|
4086
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
4087
|
+
* unable to grant your site the required permissions for the call.
|
4088
|
+
*
|
4089
|
+
* @example
|
4090
|
+
* ```ts
|
4091
|
+
* onPermissionsTroubleshootingClick: () =>
|
4092
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
4093
|
+
* ```
|
4094
|
+
*
|
4095
|
+
* @remarks
|
4096
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
4097
|
+
*/
|
4098
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
4099
|
+
camera: PermissionState;
|
4100
|
+
microphone: PermissionState;
|
4101
|
+
}) => void;
|
4102
|
+
/**
|
4103
|
+
* Optional callback to supply users with further troubleshooting steps for network issues
|
4104
|
+
* experienced when connecting to a call.
|
4105
|
+
*
|
4106
|
+
* @example
|
4107
|
+
* ```ts
|
4108
|
+
* onNetworkingTroubleShootingClick?: () =>
|
4109
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
4110
|
+
* ```
|
4111
|
+
*
|
4112
|
+
* @remarks
|
4113
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
4114
|
+
*/
|
4115
|
+
onNetworkingTroubleShootingClick?: () => void;
|
4116
|
+
/**
|
4117
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
4118
|
+
*
|
4119
|
+
* @example
|
4120
|
+
* ```ts
|
4121
|
+
* onBrowserTroubleShootingClick?: () =>
|
4122
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
4123
|
+
* ```
|
4124
|
+
*
|
4125
|
+
* @remarks
|
4126
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
4127
|
+
*/
|
4128
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
3504
4129
|
/**
|
3505
4130
|
* Remote participant video tile menu options
|
3506
4131
|
*/
|
@@ -3603,6 +4228,13 @@ export declare type CallWithChatCompositeOptions = {
|
|
3603
4228
|
*/
|
3604
4229
|
hideSpotlightButtons?: boolean;
|
3605
4230
|
};
|
4231
|
+
/**
|
4232
|
+
* Enables rich text editor for the send and edit boxes
|
4233
|
+
* @defaultValue `false`
|
4234
|
+
*
|
4235
|
+
* @beta
|
4236
|
+
*/
|
4237
|
+
richTextEditor?: boolean;
|
3606
4238
|
};
|
3607
4239
|
|
3608
4240
|
/**
|
@@ -3742,6 +4374,14 @@ export declare interface CallWithChatCompositeStrings {
|
|
3742
4374
|
* Side pane Chat screen title.
|
3743
4375
|
*/
|
3744
4376
|
chatPaneTitle: string;
|
4377
|
+
/**
|
4378
|
+
* Side pane Chat screen title in a breakout room.
|
4379
|
+
*/
|
4380
|
+
breakoutRoomChatPaneTitle: string;
|
4381
|
+
/**
|
4382
|
+
* Label for spinner when chat content is loading.
|
4383
|
+
*/
|
4384
|
+
chatContentSpinnerLabel: string;
|
3745
4385
|
/**
|
3746
4386
|
* New Message label for chat button with notification icon component.
|
3747
4387
|
*/
|
@@ -3836,7 +4476,36 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
3836
4476
|
*
|
3837
4477
|
* @public
|
3838
4478
|
*/
|
3839
|
-
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';
|
4479
|
+
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';
|
4480
|
+
|
4481
|
+
/**
|
4482
|
+
* @beta
|
4483
|
+
*
|
4484
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4485
|
+
* by their browsers settings.
|
4486
|
+
*/
|
4487
|
+
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4488
|
+
|
4489
|
+
/**
|
4490
|
+
* @beta
|
4491
|
+
* Props for CameraAndMicrophoneSitePermissions component.
|
4492
|
+
*/
|
4493
|
+
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4494
|
+
/** Icon name for the camera icon */
|
4495
|
+
cameraIconName?: string;
|
4496
|
+
/** Icon name for the microphone icon */
|
4497
|
+
microphoneIconName?: string;
|
4498
|
+
/** Icon name for the central icon between the camera and microphone icons */
|
4499
|
+
connectorIconName?: string;
|
4500
|
+
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4501
|
+
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4502
|
+
}
|
4503
|
+
|
4504
|
+
/**
|
4505
|
+
* @beta
|
4506
|
+
* Strings for CameraAndMicrophoneSitePermissions component.
|
4507
|
+
*/
|
4508
|
+
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
3840
4509
|
|
3841
4510
|
/**
|
3842
4511
|
* A button to turn camera on / off.
|
@@ -3998,6 +4667,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
3998
4667
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
3999
4668
|
}
|
4000
4669
|
|
4670
|
+
/**
|
4671
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4672
|
+
* by their browsers settings.
|
4673
|
+
*
|
4674
|
+
* @beta
|
4675
|
+
*/
|
4676
|
+
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
4677
|
+
|
4678
|
+
/**
|
4679
|
+
* @beta
|
4680
|
+
* Props for CameraSitePermissions component.
|
4681
|
+
*/
|
4682
|
+
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
4683
|
+
/** Icon name for the camera icon */
|
4684
|
+
cameraIconName?: string;
|
4685
|
+
/** Strings for use with the {@link CameraSitePermissions} */
|
4686
|
+
strings?: CameraSitePermissionsStrings;
|
4687
|
+
}
|
4688
|
+
|
4689
|
+
/**
|
4690
|
+
* @beta
|
4691
|
+
* Strings for CameraSitePermissions component.
|
4692
|
+
*/
|
4693
|
+
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
4694
|
+
|
4001
4695
|
/**
|
4002
4696
|
* @public
|
4003
4697
|
* Callback function run when a message edit is cancelled.
|
@@ -4325,7 +5019,15 @@ export declare interface ChatAdapterThreadManagement {
|
|
4325
5019
|
* Send a message in the thread.
|
4326
5020
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
4327
5021
|
*/
|
4328
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
5022
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
5023
|
+
/**
|
5024
|
+
* Upload an inline image for a message.
|
5025
|
+
*/
|
5026
|
+
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
5027
|
+
/**
|
5028
|
+
* Delete an inline image for a message.
|
5029
|
+
*/
|
5030
|
+
deleteImage(imageId: string): Promise<void>;
|
4329
5031
|
/**
|
4330
5032
|
* Send a read receipt for a message.
|
4331
5033
|
*/
|
@@ -4346,7 +5048,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
4346
5048
|
* Update a message content.
|
4347
5049
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
4348
5050
|
*/
|
4349
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
5051
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
4350
5052
|
/**
|
4351
5053
|
* Delete a message in the thread.
|
4352
5054
|
*/
|
@@ -4382,7 +5084,7 @@ export declare type ChatAdapterUiState = {
|
|
4382
5084
|
* Represents the type of attachment
|
4383
5085
|
* @public
|
4384
5086
|
*/
|
4385
|
-
export declare type ChatAttachmentType = 'unknown' | 'image' | 'file';
|
5087
|
+
export declare type ChatAttachmentType = 'unknown' | 'image' | /* @conditional-compile-remove(file-sharing-teams-interop) @conditional-compile-remove(file-sharing-acs) */ 'file';
|
4386
5088
|
|
4387
5089
|
/**
|
4388
5090
|
* Common props for selectors for {@link ChatClientState}.
|
@@ -4484,6 +5186,7 @@ export declare type ChatCompositeIcons = {
|
|
4484
5186
|
ParticipantItemOptionsHovered?: JSX.Element;
|
4485
5187
|
SendBoxSend?: JSX.Element;
|
4486
5188
|
SendBoxSendHovered?: JSX.Element;
|
5189
|
+
SendBoxAttachFile?: JSX.Element;
|
4487
5190
|
};
|
4488
5191
|
|
4489
5192
|
/**
|
@@ -4512,6 +5215,13 @@ export declare type ChatCompositeOptions = {
|
|
4512
5215
|
* @defaultValue true
|
4513
5216
|
*/
|
4514
5217
|
errorBar?: boolean;
|
5218
|
+
/**
|
5219
|
+
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
5220
|
+
* @defaultValue false
|
5221
|
+
*
|
5222
|
+
* @beta
|
5223
|
+
*/
|
5224
|
+
participantPane?: boolean;
|
4515
5225
|
/**
|
4516
5226
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
4517
5227
|
* @defaultValue true
|
@@ -4522,6 +5232,19 @@ export declare type ChatCompositeOptions = {
|
|
4522
5232
|
* When undefined nothing has focus on render
|
4523
5233
|
*/
|
4524
5234
|
autoFocus?: 'sendBoxTextField';
|
5235
|
+
/**
|
5236
|
+
* Properties for configuring the File Sharing feature.
|
5237
|
+
* If undefined, file sharing feature will be disabled.
|
5238
|
+
* @beta
|
5239
|
+
*/
|
5240
|
+
attachmentOptions?: AttachmentOptions;
|
5241
|
+
/**
|
5242
|
+
* Enables rich text editor for the send and edit boxes
|
5243
|
+
* @defaultValue `false`
|
5244
|
+
*
|
5245
|
+
* @beta
|
5246
|
+
*/
|
5247
|
+
richTextEditor?: boolean;
|
4525
5248
|
};
|
4526
5249
|
|
4527
5250
|
/**
|
@@ -4549,6 +5272,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
4549
5272
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
4550
5273
|
*/
|
4551
5274
|
options?: ChatCompositeOptions;
|
5275
|
+
/**
|
5276
|
+
* Optimizes the composite form factor for either desktop or mobile.
|
5277
|
+
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
5278
|
+
* @defaultValue 'desktop'
|
5279
|
+
*/
|
5280
|
+
formFactor?: 'desktop' | 'mobile';
|
4552
5281
|
}
|
4553
5282
|
|
4554
5283
|
/**
|
@@ -4563,6 +5292,26 @@ export declare interface ChatCompositeStrings {
|
|
4563
5292
|
* Chat list header text
|
4564
5293
|
*/
|
4565
5294
|
chatListHeader: string;
|
5295
|
+
/**
|
5296
|
+
* Upload Attachment Button text
|
5297
|
+
*/
|
5298
|
+
uploadAttachment: string;
|
5299
|
+
/**
|
5300
|
+
* Error Message for image data is not provided for image upload
|
5301
|
+
*/
|
5302
|
+
uploadImageDataNotProvided: string;
|
5303
|
+
/**
|
5304
|
+
* Error Message for upload image is too large
|
5305
|
+
*/
|
5306
|
+
uploadImageIsTooLarge: string;
|
5307
|
+
/**
|
5308
|
+
* Error Message for unsupported image extension for image upload
|
5309
|
+
*/
|
5310
|
+
uploadImageExtensionIsNotAllowed: string;
|
5311
|
+
/**
|
5312
|
+
* Error Message for unable to upload image
|
5313
|
+
*/
|
5314
|
+
uploadImageFailed: string;
|
4566
5315
|
}
|
4567
5316
|
|
4568
5317
|
/**
|
@@ -4611,7 +5360,7 @@ export declare type ChatErrors = {
|
|
4611
5360
|
*
|
4612
5361
|
* @public
|
4613
5362
|
*/
|
4614
|
-
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';
|
5363
|
+
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';
|
4615
5364
|
|
4616
5365
|
/**
|
4617
5366
|
* Object containing all the handlers required for chat components.
|
@@ -4622,13 +5371,15 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
4622
5371
|
* @public
|
4623
5372
|
*/
|
4624
5373
|
export declare type ChatHandlers = {
|
4625
|
-
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
5374
|
+
onSendMessage: (content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions) => Promise<void>;
|
5375
|
+
onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
|
5376
|
+
onDeleteImage: (imageId: string) => Promise<void>;
|
4626
5377
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
4627
5378
|
onTyping: () => Promise<void>;
|
4628
5379
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
4629
5380
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
4630
5381
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
4631
|
-
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
5382
|
+
onUpdateMessage: (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
4632
5383
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
4633
5384
|
};
|
4634
5385
|
|
@@ -4671,6 +5422,12 @@ export declare interface ChatMessage extends MessageCommon {
|
|
4671
5422
|
attachments?: AttachmentMetadata[];
|
4672
5423
|
}
|
4673
5424
|
|
5425
|
+
/**
|
5426
|
+
* @beta
|
5427
|
+
* Type of the message content, either 'text' or 'html'.
|
5428
|
+
*/
|
5429
|
+
export declare type ChatMessageType = 'text' | 'html';
|
5430
|
+
|
4674
5431
|
/**
|
4675
5432
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
4676
5433
|
* client-side only metadata for chat messages.
|
@@ -4777,6 +5534,8 @@ export declare type ChatThreadClientState = {
|
|
4777
5534
|
*/
|
4778
5535
|
export declare type ChatThreadProperties = {
|
4779
5536
|
topic?: string;
|
5537
|
+
createdBy?: CommunicationIdentifierKind;
|
5538
|
+
messagingPolicy?: MessagingPolicy;
|
4780
5539
|
};
|
4781
5540
|
|
4782
5541
|
/**
|
@@ -4905,7 +5664,7 @@ export declare type CommonCallControlOptions = {
|
|
4905
5664
|
* Show or Hide EndCall button during a call.
|
4906
5665
|
* @defaultValue true
|
4907
5666
|
*/
|
4908
|
-
endCallButton?: boolean | {
|
5667
|
+
endCallButton?: boolean | /* @conditional-compile-remove(end-call-options) */ {
|
4909
5668
|
/**
|
4910
5669
|
* whether to make end call button to trigger a menu, which will enable end call for everybody functionality.
|
4911
5670
|
* @defaultValue false
|
@@ -5043,6 +5802,7 @@ export declare interface CommonCallingHandlers {
|
|
5043
5802
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
5044
5803
|
onRemoveParticipant(userId: string): Promise<void>;
|
5045
5804
|
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
5805
|
+
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
5046
5806
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
5047
5807
|
onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
|
5048
5808
|
onRejectCall: (incomingCallId: string) => Promise<void>;
|
@@ -5072,6 +5832,39 @@ export declare type CommonProperties<A, B> = {
|
|
5072
5832
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
5073
5833
|
}[keyof A & keyof B];
|
5074
5834
|
|
5835
|
+
/**
|
5836
|
+
* @beta
|
5837
|
+
* Props for SitePermissions components.
|
5838
|
+
*/
|
5839
|
+
export declare interface CommonSitePermissionsProps {
|
5840
|
+
/**
|
5841
|
+
* Name of application calling experience is in.
|
5842
|
+
*/
|
5843
|
+
appName: string;
|
5844
|
+
/**
|
5845
|
+
* Kind of the Site Permissions component.
|
5846
|
+
*/
|
5847
|
+
kind: 'request' | 'denied' | 'check';
|
5848
|
+
/**
|
5849
|
+
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
5850
|
+
*/
|
5851
|
+
browserHint?: 'safari' | 'unset';
|
5852
|
+
/**
|
5853
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
5854
|
+
* If this is not provided the button will not be shown.
|
5855
|
+
*/
|
5856
|
+
onTroubleshootingClick?: () => void;
|
5857
|
+
/**
|
5858
|
+
* Action that is taken when the user clicks the continue anyway button.
|
5859
|
+
* If this is not provided the button will not be shown.
|
5860
|
+
*/
|
5861
|
+
onContinueAnywayClick?: () => void;
|
5862
|
+
/**
|
5863
|
+
* Styles for SitePermissions component.
|
5864
|
+
*/
|
5865
|
+
styles?: SitePermissionsStyles;
|
5866
|
+
}
|
5867
|
+
|
5075
5868
|
/**
|
5076
5869
|
* A Chat or Calling participant's state, as reflected in the UI.
|
5077
5870
|
*
|
@@ -5255,6 +6048,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
5255
6048
|
export declare interface ComponentLocale {
|
5256
6049
|
/** Strings for components */
|
5257
6050
|
strings: ComponentStrings;
|
6051
|
+
/**
|
6052
|
+
* Optional function to provide customized date format.
|
6053
|
+
* @beta
|
6054
|
+
*/
|
6055
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
5258
6056
|
}
|
5259
6057
|
|
5260
6058
|
/**
|
@@ -5304,6 +6102,10 @@ export declare interface ComponentStrings {
|
|
5304
6102
|
typingIndicator: TypingIndicatorStrings;
|
5305
6103
|
/** Strings for SendBox */
|
5306
6104
|
sendBox: SendBoxStrings;
|
6105
|
+
/** Strings for RichTextSendBox */
|
6106
|
+
richTextSendBox: RichTextSendBoxStrings;
|
6107
|
+
/** Strings for MentionPopover */
|
6108
|
+
mentionPopover: MentionPopoverStrings;
|
5307
6109
|
/** Strings for ImageOverlay */
|
5308
6110
|
imageOverlay: ImageOverlayStrings;
|
5309
6111
|
/** Strings for MessageStatusIndicator */
|
@@ -5320,10 +6122,46 @@ export declare interface ComponentStrings {
|
|
5320
6122
|
videoTile: VideoTileStrings;
|
5321
6123
|
/** Strings for HoldButton */
|
5322
6124
|
holdButton: HoldButtonStrings;
|
6125
|
+
/** Strings for a site's permission request prompt */
|
6126
|
+
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6127
|
+
/** Strings for a site's permission request prompt */
|
6128
|
+
CameraSitePermissionsRequest: SitePermissionsStrings;
|
6129
|
+
/** Strings for a site's permission request prompt */
|
6130
|
+
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6131
|
+
/** Strings for a site's permission generic checking prompt */
|
6132
|
+
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6133
|
+
/** Strings for a site's permission generic checking prompt */
|
6134
|
+
CameraSitePermissionsCheck: SitePermissionsStrings;
|
6135
|
+
/** Strings for a site's permission generic checking prompt */
|
6136
|
+
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6137
|
+
/** Strings for a site's permission denied prompt */
|
6138
|
+
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6139
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
6140
|
+
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6141
|
+
/** Strings for a site's permission denied prompt */
|
6142
|
+
CameraSitePermissionsDenied: SitePermissionsStrings;
|
6143
|
+
/** Strings for a site's permission denied prompt */
|
6144
|
+
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6145
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
6146
|
+
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6147
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
6148
|
+
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6149
|
+
/** Strings for unsupported browser UI */
|
6150
|
+
UnsupportedBrowser: UnsupportedBrowserStrings;
|
6151
|
+
/** Strings for unsupported browser version UI */
|
6152
|
+
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
6153
|
+
/** Strings for unsupported browser version UI */
|
6154
|
+
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
6155
|
+
/** Strings for BrowserPemissionDenied */
|
6156
|
+
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
6157
|
+
/** Strings for BrowserPemissionDeniedIOS */
|
6158
|
+
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
5323
6159
|
/**
|
5324
6160
|
* Strings for the VerticalGallery.
|
5325
6161
|
*/
|
5326
6162
|
verticalGallery: VerticalGalleryStrings;
|
6163
|
+
/** Strings for the participant list component */
|
6164
|
+
ParticipantList: ParticipantListStrings;
|
5327
6165
|
/** Strings for the MeetingConferencePhoneInfoModal */
|
5328
6166
|
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
5329
6167
|
IncomingCallNotification: IncomingCallNotificationStrings;
|
@@ -5864,7 +6702,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
5864
6702
|
/**
|
5865
6703
|
* @public
|
5866
6704
|
*/
|
5867
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
6705
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @conditional-compile-remove(teams-identity-support-beta) */ TeamsOutboundCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
5868
6706
|
|
5869
6707
|
/**
|
5870
6708
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -5874,7 +6712,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Pro
|
|
5874
6712
|
*
|
5875
6713
|
* @public
|
5876
6714
|
*/
|
5877
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
6715
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator | /* @conditional-compile-remove(teams-identity-support-beta) */ StartTeamsCallIdentifier[], options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
5878
6716
|
|
5879
6717
|
/**
|
5880
6718
|
* Object returned after creating a local or remote VideoStream.
|
@@ -6105,7 +6943,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6105
6943
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
6106
6944
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
6107
6945
|
ReactionButtonIcon: React_2.JSX.Element;
|
6946
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
6947
|
+
DownloadAttachment: React_2.JSX.Element;
|
6108
6948
|
OpenAttachment: React_2.JSX.Element;
|
6949
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
6950
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
6109
6951
|
EditBoxCancel: React_2.JSX.Element;
|
6110
6952
|
EditBoxSubmit: React_2.JSX.Element;
|
6111
6953
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -6124,6 +6966,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6124
6966
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
6125
6967
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
6126
6968
|
NotificationBarRecording: React_2.JSX.Element;
|
6969
|
+
NotificationBarBreakoutRoomOpened: React_2.JSX.Element;
|
6970
|
+
NotificationBarBreakoutRoomPromptJoin: React_2.JSX.Element;
|
6971
|
+
NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
|
6972
|
+
NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
|
6973
|
+
NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
|
6127
6974
|
HorizontalGalleryLeftButton: React_2.JSX.Element;
|
6128
6975
|
HorizontalGalleryRightButton: React_2.JSX.Element;
|
6129
6976
|
MessageDelivered: React_2.JSX.Element;
|
@@ -6148,6 +6995,13 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6148
6995
|
SendBoxSendHovered: React_2.JSX.Element;
|
6149
6996
|
VideoTileMicOff: React_2.JSX.Element;
|
6150
6997
|
DialpadBackspace: React_2.JSX.Element;
|
6998
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
6999
|
+
SitePermissionCamera: React_2.JSX.Element;
|
7000
|
+
SitePermissionMic: React_2.JSX.Element;
|
7001
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
7002
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
7003
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7004
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
6151
7005
|
VideoTilePinned: React_2.JSX.Element;
|
6152
7006
|
ParticipantItemPinned: React_2.JSX.Element;
|
6153
7007
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -6177,6 +7031,20 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6177
7031
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
6178
7032
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
6179
7033
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7034
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7035
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7036
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7037
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7038
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7039
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7040
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7041
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
7042
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7043
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7044
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7045
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7046
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7047
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
6180
7048
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
6181
7049
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
6182
7050
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
@@ -6201,6 +7069,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6201
7069
|
ParticipantItemOptionsHovered: JSX.Element;
|
6202
7070
|
SendBoxSend: JSX.Element;
|
6203
7071
|
SendBoxSendHovered: JSX.Element;
|
7072
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
6204
7073
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
6205
7074
|
ControlButtonCameraOff: JSX.Element;
|
6206
7075
|
ControlButtonCameraOn: JSX.Element;
|
@@ -6288,25 +7157,35 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6288
7157
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
6289
7158
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
6290
7159
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
6291
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
6292
7160
|
ChatMessageOptions: React_2.JSX.Element;
|
6293
7161
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
7162
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
7163
|
+
DownloadAttachment: React_2.JSX.Element;
|
6294
7164
|
OpenAttachment: React_2.JSX.Element;
|
7165
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
7166
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
6295
7167
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
6296
|
-
/**
|
6297
|
-
* Icons that can be overridden for {@link CallComposite}.
|
6298
|
-
*
|
6299
|
-
* @public
|
6300
|
-
*/
|
6301
7168
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
6302
7169
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
6303
7170
|
NotificationBarRecording: React_2.JSX.Element;
|
7171
|
+
NotificationBarBreakoutRoomOpened: React_2.JSX.Element;
|
7172
|
+
NotificationBarBreakoutRoomPromptJoin: React_2.JSX.Element;
|
7173
|
+
NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
|
7174
|
+
NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
|
7175
|
+
NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
|
6304
7176
|
MessageResend: React_2.JSX.Element;
|
6305
7177
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6306
7178
|
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6307
7179
|
HoldCallButton: React_2.JSX.Element;
|
6308
7180
|
ResumeCall: React_2.JSX.Element;
|
6309
7181
|
DialpadBackspace: React_2.JSX.Element;
|
7182
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
7183
|
+
SitePermissionCamera: React_2.JSX.Element;
|
7184
|
+
SitePermissionMic: React_2.JSX.Element;
|
7185
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
7186
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
7187
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7188
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
6310
7189
|
VideoTilePinned: React_2.JSX.Element;
|
6311
7190
|
ParticipantItemPinned: React_2.JSX.Element;
|
6312
7191
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -6336,12 +7215,56 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6336
7215
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
6337
7216
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
6338
7217
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7218
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7219
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7220
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7221
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7222
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7223
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7224
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7225
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
7226
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7227
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7228
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7229
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7230
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7231
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
6339
7232
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
6340
7233
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
6341
7234
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
6342
7235
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
6343
7236
|
};
|
6344
7237
|
|
7238
|
+
/**
|
7239
|
+
* @beta
|
7240
|
+
*
|
7241
|
+
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
7242
|
+
*/
|
7243
|
+
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
7244
|
+
|
7245
|
+
/**
|
7246
|
+
* Device Checks.
|
7247
|
+
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
7248
|
+
*
|
7249
|
+
* @beta
|
7250
|
+
*/
|
7251
|
+
export declare interface DeviceCheckOptions {
|
7252
|
+
/**
|
7253
|
+
* Camera Permission prompts for your call.
|
7254
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
7255
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
7256
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
7257
|
+
*/
|
7258
|
+
camera: 'required' | 'optional' | 'doNotPrompt';
|
7259
|
+
/**
|
7260
|
+
* Microphone permission prompts for your call.
|
7261
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
7262
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
7263
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
7264
|
+
*/
|
7265
|
+
microphone: 'required' | 'optional' | 'doNotPrompt';
|
7266
|
+
}
|
7267
|
+
|
6345
7268
|
/**
|
6346
7269
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
6347
7270
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -7011,7 +7934,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
7011
7934
|
*
|
7012
7935
|
* @public
|
7013
7936
|
*/
|
7014
|
-
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;
|
7937
|
+
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;
|
7015
7938
|
|
7016
7939
|
/**
|
7017
7940
|
* Get the selector for a specified component.
|
@@ -7197,6 +8120,10 @@ export declare interface _Identifiers {
|
|
7197
8120
|
verticalGalleryVideoTile: string;
|
7198
8121
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
7199
8122
|
verticalGalleryPageCounter: string;
|
8123
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
8124
|
+
mentionSuggestionList: string;
|
8125
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
8126
|
+
mentionSuggestionItem: string;
|
7200
8127
|
}
|
7201
8128
|
|
7202
8129
|
/**
|
@@ -7258,6 +8185,13 @@ export declare interface ImageOverlayStrings {
|
|
7258
8185
|
dismissButtonAriaLabel: string;
|
7259
8186
|
}
|
7260
8187
|
|
8188
|
+
/**
|
8189
|
+
* Preset dark theme for the ImageOverlay component.
|
8190
|
+
*
|
8191
|
+
* @public
|
8192
|
+
*/
|
8193
|
+
export declare const imageOverlayTheme: PartialTheme;
|
8194
|
+
|
7261
8195
|
/**
|
7262
8196
|
* @public
|
7263
8197
|
* This contains a readonly array that returns all the active `incomingCalls`.
|
@@ -7711,6 +8645,28 @@ export declare type LocalizationProviderProps = {
|
|
7711
8645
|
children: React_2.ReactNode;
|
7712
8646
|
};
|
7713
8647
|
|
8648
|
+
/**
|
8649
|
+
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
8650
|
+
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
8651
|
+
*
|
8652
|
+
* @beta
|
8653
|
+
*/
|
8654
|
+
export declare interface LocalRecordingCallFeatureState {
|
8655
|
+
/**
|
8656
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
8657
|
+
*/
|
8658
|
+
isLocalRecordingActive: boolean;
|
8659
|
+
/**
|
8660
|
+
* Contains list of information of started recordings
|
8661
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
8662
|
+
*/
|
8663
|
+
activeLocalRecordings?: LocalRecordingInfo[];
|
8664
|
+
/**
|
8665
|
+
* Contains list of information of stopped recordings
|
8666
|
+
*/
|
8667
|
+
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
8668
|
+
}
|
8669
|
+
|
7714
8670
|
/**
|
7715
8671
|
* @public
|
7716
8672
|
*/
|
@@ -7855,6 +8811,76 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
7855
8811
|
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
7856
8812
|
}
|
7857
8813
|
|
8814
|
+
/**
|
8815
|
+
* Mention's state, as reflected in the UI.
|
8816
|
+
*
|
8817
|
+
* @beta
|
8818
|
+
*/
|
8819
|
+
export declare interface Mention {
|
8820
|
+
/** ID of a mention */
|
8821
|
+
id: string;
|
8822
|
+
/** Display text of a mention */
|
8823
|
+
displayText: string;
|
8824
|
+
/** Optional React element to render an item icon of a mention suggestion */
|
8825
|
+
icon?: JSX.Element;
|
8826
|
+
}
|
8827
|
+
|
8828
|
+
/**
|
8829
|
+
* Options to display suggestions in the mention scenario.
|
8830
|
+
*
|
8831
|
+
* @beta
|
8832
|
+
*/
|
8833
|
+
export declare interface MentionDisplayOptions {
|
8834
|
+
/**
|
8835
|
+
* Optional callback for customizing the mention renderer in a message thread.
|
8836
|
+
*/
|
8837
|
+
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
8838
|
+
}
|
8839
|
+
|
8840
|
+
/**
|
8841
|
+
* Options to lookup suggestions in the mention scenario.
|
8842
|
+
*
|
8843
|
+
* @beta
|
8844
|
+
*/
|
8845
|
+
export declare interface MentionLookupOptions {
|
8846
|
+
/**
|
8847
|
+
* Optional string to set trigger keyword for mention a specific participant.
|
8848
|
+
*
|
8849
|
+
* @defaultValue `@`
|
8850
|
+
*/
|
8851
|
+
trigger?: string;
|
8852
|
+
/**
|
8853
|
+
* Optional callback to fetch a list of mention suggestions base on the query.
|
8854
|
+
*/
|
8855
|
+
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
8856
|
+
/**
|
8857
|
+
* Optional callback to render an item of the mention suggestions list.
|
8858
|
+
*/
|
8859
|
+
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
8860
|
+
}
|
8861
|
+
|
8862
|
+
/**
|
8863
|
+
* Options to lookup suggestions and display mentions in the mention scenario.
|
8864
|
+
*
|
8865
|
+
* @beta
|
8866
|
+
*/
|
8867
|
+
export declare type MentionOptions = {
|
8868
|
+
lookupOptions?: MentionLookupOptions;
|
8869
|
+
displayOptions?: MentionDisplayOptions;
|
8870
|
+
};
|
8871
|
+
|
8872
|
+
/**
|
8873
|
+
* Strings of {@link _MentionPopover} that can be overridden.
|
8874
|
+
*
|
8875
|
+
* @beta
|
8876
|
+
*/
|
8877
|
+
export declare interface MentionPopoverStrings {
|
8878
|
+
/**
|
8879
|
+
* Header text for MentionPopover
|
8880
|
+
*/
|
8881
|
+
mentionPopoverHeader: string;
|
8882
|
+
}
|
8883
|
+
|
7858
8884
|
/**
|
7859
8885
|
* Discriminated union of all messages.
|
7860
8886
|
*
|
@@ -7862,7 +8888,7 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
7862
8888
|
*
|
7863
8889
|
* @public
|
7864
8890
|
*/
|
7865
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
8891
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
|
7866
8892
|
|
7867
8893
|
/**
|
7868
8894
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -7904,6 +8930,20 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
7904
8930
|
*/
|
7905
8931
|
export declare type MessageEditedListener = MessageReceivedListener;
|
7906
8932
|
|
8933
|
+
/**
|
8934
|
+
* @beta
|
8935
|
+
* Message option that defines properties that can be set when
|
8936
|
+
* sending or updating a chat message.
|
8937
|
+
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
8938
|
+
* @property attachments - Attachments that contains file attachments attached to the message.
|
8939
|
+
* @property type - Type of the message content, either 'text' or 'html'.
|
8940
|
+
*/
|
8941
|
+
export declare type MessageOptions = {
|
8942
|
+
metadata?: Record<string, string>;
|
8943
|
+
attachments?: AttachmentMetadata[];
|
8944
|
+
type?: ChatMessageType;
|
8945
|
+
};
|
8946
|
+
|
7907
8947
|
/**
|
7908
8948
|
* Props to render a single message.
|
7909
8949
|
*
|
@@ -7919,7 +8959,7 @@ export declare type MessageProps = {
|
|
7919
8959
|
/**
|
7920
8960
|
* Strings from parent MessageThread component
|
7921
8961
|
*/
|
7922
|
-
strings: MessageThreadStrings
|
8962
|
+
strings: MessageThreadStrings & /* @conditional-compile-remove(rich-text-editor) */ Partial<RichTextStrings>;
|
7923
8963
|
/**
|
7924
8964
|
* Custom CSS styles for chat message container.
|
7925
8965
|
*/
|
@@ -7965,7 +9005,7 @@ export declare type MessageProps = {
|
|
7965
9005
|
* @param options - message options to be included in the message
|
7966
9006
|
*
|
7967
9007
|
*/
|
7968
|
-
onSendMessage?: (content: string) => Promise<void>;
|
9008
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
7969
9009
|
};
|
7970
9010
|
|
7971
9011
|
/**
|
@@ -8097,7 +9137,7 @@ export declare type MessageThreadProps = {
|
|
8097
9137
|
/**
|
8098
9138
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
8099
9139
|
*/
|
8100
|
-
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
9140
|
+
messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
|
8101
9141
|
/**
|
8102
9142
|
* number of participants in the thread
|
8103
9143
|
*/
|
@@ -8178,6 +9218,11 @@ export declare type MessageThreadProps = {
|
|
8178
9218
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
8179
9219
|
*/
|
8180
9220
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
9221
|
+
/**
|
9222
|
+
* Optional callback to render attachments in the message component.
|
9223
|
+
* @beta
|
9224
|
+
*/
|
9225
|
+
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
8181
9226
|
/**
|
8182
9227
|
* Optional callback to edit a message.
|
8183
9228
|
*
|
@@ -8206,7 +9251,7 @@ export declare type MessageThreadProps = {
|
|
8206
9251
|
* @param options - message options to be included in the message
|
8207
9252
|
*
|
8208
9253
|
*/
|
8209
|
-
onSendMessage?: (content: string) => Promise<void>;
|
9254
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
8210
9255
|
/**
|
8211
9256
|
/**
|
8212
9257
|
* Disable editing messages.
|
@@ -8220,11 +9265,32 @@ export declare type MessageThreadProps = {
|
|
8220
9265
|
* Optional strings to override in component
|
8221
9266
|
*/
|
8222
9267
|
strings?: Partial<MessageThreadStrings>;
|
9268
|
+
/**
|
9269
|
+
* @beta
|
9270
|
+
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
9271
|
+
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
9272
|
+
*/
|
9273
|
+
attachmentOptions?: AttachmentOptions;
|
9274
|
+
/**
|
9275
|
+
* Optional function to provide customized date format.
|
9276
|
+
* @beta
|
9277
|
+
*/
|
9278
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
9279
|
+
/**
|
9280
|
+
* Optional props needed to lookup a mention query and display mentions
|
9281
|
+
* @beta
|
9282
|
+
*/
|
9283
|
+
mentionOptions?: MentionOptions;
|
8223
9284
|
/**
|
8224
9285
|
* Optional callback called when an inline image is clicked.
|
8225
9286
|
* @beta
|
8226
9287
|
*/
|
8227
9288
|
inlineImageOptions?: InlineImageOptions;
|
9289
|
+
/**
|
9290
|
+
* Options to enable rich text editor for the edit box.
|
9291
|
+
* @beta
|
9292
|
+
*/
|
9293
|
+
richTextEditorOptions?: RichTextEditBoxOptions;
|
8228
9294
|
};
|
8229
9295
|
|
8230
9296
|
/**
|
@@ -8298,10 +9364,20 @@ export declare interface MessageThreadStrings {
|
|
8298
9364
|
actionMenuMoreOptions?: string;
|
8299
9365
|
/** Aria label to announce when a message is deleted */
|
8300
9366
|
messageDeletedAnnouncementAriaLabel: string;
|
9367
|
+
/** String for download attachment button in attachment card */
|
9368
|
+
downloadAttachment: string;
|
8301
9369
|
/** String for open attachment button in attachment card */
|
8302
9370
|
openAttachment: string;
|
9371
|
+
/** String for policy violation message removal */
|
9372
|
+
blockedWarningText: string;
|
9373
|
+
/** String for policy violation message removal details link */
|
9374
|
+
blockedWarningLinkText: string;
|
8303
9375
|
/** String for aria text in attachment card group*/
|
8304
9376
|
attachmentCardGroupMessage: string;
|
9377
|
+
/**
|
9378
|
+
* Error message indicating that one or more image uploads are not complete.
|
9379
|
+
*/
|
9380
|
+
imageUploadsPendingError: string;
|
8305
9381
|
}
|
8306
9382
|
|
8307
9383
|
/**
|
@@ -8329,10 +9405,24 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
8329
9405
|
/** Styles for system message container. */
|
8330
9406
|
systemMessageContainer?: ComponentSlotStyle;
|
8331
9407
|
/** Styles for blocked message container. */
|
9408
|
+
blockedMessageContainer?: ComponentSlotStyle;
|
8332
9409
|
/** Styles for message status indicator container. */
|
8333
9410
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
8334
9411
|
}
|
8335
9412
|
|
9413
|
+
/**
|
9414
|
+
*
|
9415
|
+
* Messaging policy of a chat thread.
|
9416
|
+
*
|
9417
|
+
* @beta
|
9418
|
+
*/
|
9419
|
+
export declare interface MessagingPolicy {
|
9420
|
+
/**
|
9421
|
+
* Boolean to track whether or not messages are restricted to only text.
|
9422
|
+
* */
|
9423
|
+
textOnlyChat?: boolean;
|
9424
|
+
}
|
9425
|
+
|
8336
9426
|
/**
|
8337
9427
|
* A button to turn microphone on / off.
|
8338
9428
|
*
|
@@ -8526,11 +9616,36 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
8526
9616
|
}
|
8527
9617
|
|
8528
9618
|
/**
|
8529
|
-
*
|
9619
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
9620
|
+
* by their browsers settings.
|
8530
9621
|
*
|
8531
|
-
* @
|
9622
|
+
* @beta
|
8532
9623
|
*/
|
8533
|
-
export declare
|
9624
|
+
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
9625
|
+
|
9626
|
+
/**
|
9627
|
+
* @beta
|
9628
|
+
* Props for MicrophoneSitePermissions component.
|
9629
|
+
*/
|
9630
|
+
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
9631
|
+
/** Icon name for the microphone icon */
|
9632
|
+
microphoneIconName?: string;
|
9633
|
+
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
9634
|
+
strings?: MicrophoneSitePermissionsStrings;
|
9635
|
+
}
|
9636
|
+
|
9637
|
+
/**
|
9638
|
+
* @beta
|
9639
|
+
* Strings for MicrophoneSitePermissions component.
|
9640
|
+
*/
|
9641
|
+
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
9642
|
+
|
9643
|
+
/**
|
9644
|
+
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
9645
|
+
*
|
9646
|
+
* @public
|
9647
|
+
*/
|
9648
|
+
export declare type NetworkDiagnosticChangedEvent = NetworkDiagnosticChangedEventArgs & {
|
8534
9649
|
type: 'network';
|
8535
9650
|
};
|
8536
9651
|
|
@@ -8816,6 +9931,26 @@ export declare interface NotificationStackStrings {
|
|
8816
9931
|
* Transcription stopped but recording still going on message
|
8817
9932
|
*/
|
8818
9933
|
transcriptionStoppedStillRecording?: NotificationStrings;
|
9934
|
+
/**
|
9935
|
+
* Message shown in notification when the user will be automatically to their assigned breakout room that is opened
|
9936
|
+
*/
|
9937
|
+
assignedBreakoutRoomOpened?: NotificationStrings;
|
9938
|
+
/**
|
9939
|
+
* Message shown in notification when the user is prompted to join their assigned breakout room that is opened
|
9940
|
+
*/
|
9941
|
+
assignedBreakoutRoomOpenedPromptJoin?: NotificationStrings;
|
9942
|
+
/**
|
9943
|
+
* Message shown in notification when the user is assigned breakout room is changed
|
9944
|
+
*/
|
9945
|
+
assignedBreakoutRoomChanged?: NotificationStrings;
|
9946
|
+
/**
|
9947
|
+
* Message shown in notification when breakout room is joined
|
9948
|
+
*/
|
9949
|
+
breakoutRoomJoined?: NotificationStrings;
|
9950
|
+
/**
|
9951
|
+
* Message shown in notification when breakout room is closing soon
|
9952
|
+
*/
|
9953
|
+
breakoutRoomClosingSoon?: NotificationStrings;
|
8819
9954
|
}
|
8820
9955
|
|
8821
9956
|
/**
|
@@ -8846,6 +9981,9 @@ export declare interface NotificationStrings {
|
|
8846
9981
|
secondaryButtonLabel?: string;
|
8847
9982
|
}
|
8848
9983
|
|
9984
|
+
/** @public */
|
9985
|
+
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon';
|
9986
|
+
|
8849
9987
|
/**
|
8850
9988
|
* All notifications that can be shown in the {@link NotificationStack}.
|
8851
9989
|
*
|
@@ -9133,6 +10271,10 @@ export declare type ParticipantListProps = {
|
|
9133
10271
|
styles?: ParticipantListStyles;
|
9134
10272
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
9135
10273
|
showParticipantOverflowTooltip?: boolean;
|
10274
|
+
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
10275
|
+
totalParticipantCount?: number;
|
10276
|
+
/** Strings for the participant list */
|
10277
|
+
strings?: ParticipantListStrings;
|
9136
10278
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
9137
10279
|
participantAriaLabelledBy?: string;
|
9138
10280
|
/** List of pinned participants */
|
@@ -9147,8 +10289,21 @@ export declare type ParticipantListProps = {
|
|
9147
10289
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
9148
10290
|
participants: CallParticipantListParticipant[];
|
9149
10291
|
myUserId: string;
|
10292
|
+
totalParticipantCount?: number;
|
9150
10293
|
};
|
9151
10294
|
|
10295
|
+
/**
|
10296
|
+
* Strings for the {@link ParticipantList}.
|
10297
|
+
*
|
10298
|
+
* @beta
|
10299
|
+
*/
|
10300
|
+
export declare interface ParticipantListStrings {
|
10301
|
+
/**
|
10302
|
+
* String for rendering the count of participants not contained in the displayed participant list
|
10303
|
+
*/
|
10304
|
+
overflowParticipantCount?: string;
|
10305
|
+
}
|
10306
|
+
|
9152
10307
|
/**
|
9153
10308
|
* Styles for the {@link ParticipantList}.
|
9154
10309
|
*
|
@@ -9623,8 +10778,28 @@ export declare interface RecordingCallFeature {
|
|
9623
10778
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
9624
10779
|
*/
|
9625
10780
|
isRecordingActive: boolean;
|
10781
|
+
/**
|
10782
|
+
* Contains list of information of started recordings
|
10783
|
+
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
10784
|
+
*/
|
10785
|
+
activeRecordings?: RecordingInfo[];
|
10786
|
+
/**
|
10787
|
+
* Contains list of information of stopped recordings
|
10788
|
+
*/
|
10789
|
+
lastStoppedRecording?: RecordingInfo[];
|
9626
10790
|
}
|
9627
10791
|
|
10792
|
+
/**
|
10793
|
+
* State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
|
10794
|
+
*
|
10795
|
+
* @beta
|
10796
|
+
*/
|
10797
|
+
export declare type RemoteDiagnosticState = {
|
10798
|
+
readonly diagnostic: NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType;
|
10799
|
+
readonly value: DiagnosticQuality | DiagnosticFlag;
|
10800
|
+
readonly valueType: DiagnosticValueType;
|
10801
|
+
};
|
10802
|
+
|
9628
10803
|
/**
|
9629
10804
|
* State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
|
9630
10805
|
* automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -9688,6 +10863,10 @@ export declare interface RemoteParticipantState {
|
|
9688
10863
|
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
|
9689
10864
|
*/
|
9690
10865
|
spotlight?: SpotlightState;
|
10866
|
+
/**
|
10867
|
+
* The diagnostic status of RemoteParticipant{@link @azure/communication-calling#RemoteDiagnostics}.
|
10868
|
+
*/
|
10869
|
+
diagnostics?: Record<string, RemoteDiagnosticState>;
|
9691
10870
|
}
|
9692
10871
|
|
9693
10872
|
/**
|
@@ -9761,6 +10940,252 @@ export declare type ResourceFetchResult = {
|
|
9761
10940
|
error?: Error;
|
9762
10941
|
};
|
9763
10942
|
|
10943
|
+
/**
|
10944
|
+
* Options for the rich text editor edit box configuration.
|
10945
|
+
*
|
10946
|
+
* @beta
|
10947
|
+
*/
|
10948
|
+
export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
|
10949
|
+
/**
|
10950
|
+
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
10951
|
+
* When not provided, pasting images into rich text editor will be disabled.
|
10952
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
10953
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
10954
|
+
* @param messageId - the id of the message that the inlineImage belongs to.
|
10955
|
+
*/
|
10956
|
+
onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
10957
|
+
/**
|
10958
|
+
* Optional callback invoked after inline image is removed from the UI.
|
10959
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
10960
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
10961
|
+
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
10962
|
+
* @param messageId - the id of the message that the inlineImage belongs to.
|
10963
|
+
*/
|
10964
|
+
onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
10965
|
+
/**
|
10966
|
+
* Optional Record of type {@link AttachmentMetadataInProgress}
|
10967
|
+
* to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
|
10968
|
+
* - there is an error provided in the messagesInlineImagesWithProgress
|
10969
|
+
* - progress is less than 1 when the send button is clicked
|
10970
|
+
* - content html string is longer than the max allowed length.
|
10971
|
+
* (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
|
10972
|
+
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
10973
|
+
*/
|
10974
|
+
messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
|
10975
|
+
}
|
10976
|
+
|
10977
|
+
/**
|
10978
|
+
* Options for the rich text editor configuration.
|
10979
|
+
*
|
10980
|
+
* @beta
|
10981
|
+
*/
|
10982
|
+
export declare interface RichTextEditorOptions {
|
10983
|
+
/**
|
10984
|
+
* Optional callback to handle paste event.
|
10985
|
+
*/
|
10986
|
+
onPaste?: (event: {
|
10987
|
+
content: DocumentFragment;
|
10988
|
+
}) => void;
|
10989
|
+
}
|
10990
|
+
|
10991
|
+
/**
|
10992
|
+
* A component to render SendBox with Rich Text Editor support.
|
10993
|
+
*
|
10994
|
+
* @beta
|
10995
|
+
*/
|
10996
|
+
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
10997
|
+
|
10998
|
+
/**
|
10999
|
+
* Props for {@link RichTextSendBox}.
|
11000
|
+
*
|
11001
|
+
* @beta
|
11002
|
+
*/
|
11003
|
+
export declare interface RichTextSendBoxProps {
|
11004
|
+
/**
|
11005
|
+
* Optional boolean to disable text box
|
11006
|
+
* @defaultValue false
|
11007
|
+
*/
|
11008
|
+
disabled?: boolean;
|
11009
|
+
/**
|
11010
|
+
* Optional callback to handle paste event.
|
11011
|
+
*/
|
11012
|
+
onPaste?: (event: {
|
11013
|
+
content: DocumentFragment;
|
11014
|
+
}) => void;
|
11015
|
+
/**
|
11016
|
+
* Optional strings to override in component
|
11017
|
+
*/
|
11018
|
+
strings?: Partial<RichTextSendBoxStrings>;
|
11019
|
+
/**
|
11020
|
+
* Optional text for system message above the text box
|
11021
|
+
*/
|
11022
|
+
systemMessage?: string;
|
11023
|
+
/**
|
11024
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
11025
|
+
* to render attachments being uploaded in the SendBox.
|
11026
|
+
* @beta
|
11027
|
+
*/
|
11028
|
+
attachments?: AttachmentMetadataInProgress[];
|
11029
|
+
/**
|
11030
|
+
* enumerable to determine if the input box has focus on render or not.
|
11031
|
+
* When undefined nothing has focus on render
|
11032
|
+
*/
|
11033
|
+
autoFocus?: 'sendBoxTextField';
|
11034
|
+
/**
|
11035
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
11036
|
+
* cancel icon.
|
11037
|
+
*/
|
11038
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
11039
|
+
/**
|
11040
|
+
* Optional callback invoked after inline image is removed from the UI.
|
11041
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11042
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
11043
|
+
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
11044
|
+
*/
|
11045
|
+
onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
|
11046
|
+
/**
|
11047
|
+
* Callback function used when the send button is clicked.
|
11048
|
+
*/
|
11049
|
+
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
11050
|
+
/**
|
11051
|
+
* Optional callback called when user is typing
|
11052
|
+
*/
|
11053
|
+
onTyping?: () => Promise<void>;
|
11054
|
+
/**
|
11055
|
+
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
11056
|
+
* When not provided, pasting images into rich text editor will be disabled.
|
11057
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11058
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
11059
|
+
*/
|
11060
|
+
onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
|
11061
|
+
/**
|
11062
|
+
* Optional Array of type {@link AttachmentMetadataInProgress}
|
11063
|
+
* to render the errorBar for inline images inserted in the RichTextSendBox when:
|
11064
|
+
* - there is an error provided in the inlineImagesWithProgress
|
11065
|
+
* - progress is less than 1 when the send button is clicked
|
11066
|
+
* - content html string is longer than the max allowed length.
|
11067
|
+
* (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
|
11068
|
+
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
11069
|
+
*/
|
11070
|
+
inlineImagesWithProgress?: AttachmentMetadataInProgress[];
|
11071
|
+
}
|
11072
|
+
|
11073
|
+
/**
|
11074
|
+
* Strings of {@link RichTextSendBox} that can be overridden.
|
11075
|
+
*
|
11076
|
+
* @beta
|
11077
|
+
*/
|
11078
|
+
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
11079
|
+
}
|
11080
|
+
|
11081
|
+
/**
|
11082
|
+
* Strings of RichText that can be overridden.
|
11083
|
+
*
|
11084
|
+
* @beta
|
11085
|
+
*/
|
11086
|
+
export declare interface RichTextStrings {
|
11087
|
+
/**
|
11088
|
+
* Tooltip text for the bold button.
|
11089
|
+
*/
|
11090
|
+
richTextBoldTooltip: string;
|
11091
|
+
/**
|
11092
|
+
* Tooltip text for the italic button.
|
11093
|
+
*/
|
11094
|
+
richTextItalicTooltip: string;
|
11095
|
+
/**
|
11096
|
+
* Tooltip text for the underline button.
|
11097
|
+
*/
|
11098
|
+
richTextUnderlineTooltip: string;
|
11099
|
+
/**
|
11100
|
+
* Tooltip text for the bullet list button.
|
11101
|
+
*/
|
11102
|
+
richTextBulletListTooltip: string;
|
11103
|
+
/**
|
11104
|
+
* Tooltip text for the number list button.
|
11105
|
+
*/
|
11106
|
+
richTextNumberListTooltip: string;
|
11107
|
+
/**
|
11108
|
+
* Tooltip text for the increase indent button.
|
11109
|
+
*/
|
11110
|
+
richTextIncreaseIndentTooltip: string;
|
11111
|
+
/**
|
11112
|
+
* Tooltip text for the decrease indent button.
|
11113
|
+
*/
|
11114
|
+
richTextDecreaseIndentTooltip: string;
|
11115
|
+
/**
|
11116
|
+
* Tooltip text insert table button.
|
11117
|
+
*/
|
11118
|
+
richTextInsertTableTooltip: string;
|
11119
|
+
/**
|
11120
|
+
* Tooltip text for the rich text format button button.
|
11121
|
+
*/
|
11122
|
+
richTextFormatButtonTooltip: string;
|
11123
|
+
/**
|
11124
|
+
* Text for the insert menu item.
|
11125
|
+
*/
|
11126
|
+
richTextInsertRowOrColumnMenu: string;
|
11127
|
+
/**
|
11128
|
+
* Title for the insert table menu.
|
11129
|
+
*/
|
11130
|
+
richTextInsertTableMenuTitle: string;
|
11131
|
+
/**
|
11132
|
+
* Text for the insert menu item to insert row above the current selection.
|
11133
|
+
*/
|
11134
|
+
richTextInsertRowAboveMenu: string;
|
11135
|
+
/**
|
11136
|
+
* Text for the insert menu item to insert row below the current selection.
|
11137
|
+
*/
|
11138
|
+
richTextInsertRowBelowMenu: string;
|
11139
|
+
/**
|
11140
|
+
* Text for the insert menu item to insert column to the left from the current selection.
|
11141
|
+
*/
|
11142
|
+
richTextInsertColumnLeftMenu: string;
|
11143
|
+
/**
|
11144
|
+
* Text for the insert menu item to insert column to the right from the current selection.
|
11145
|
+
*/
|
11146
|
+
richTextInsertColumnRightMenu: string;
|
11147
|
+
/**
|
11148
|
+
* Text for the delete row or column menu.
|
11149
|
+
*/
|
11150
|
+
richTextDeleteRowOrColumnMenu: string;
|
11151
|
+
/**
|
11152
|
+
* Text for the delete column menu.
|
11153
|
+
*/
|
11154
|
+
richTextDeleteColumnMenu: string;
|
11155
|
+
/**
|
11156
|
+
* Text for the delete row menu.
|
11157
|
+
*/
|
11158
|
+
richTextDeleteRowMenu: string;
|
11159
|
+
/**
|
11160
|
+
* Text for the delete table menu.
|
11161
|
+
*/
|
11162
|
+
richTextDeleteTableMenu: string;
|
11163
|
+
/**
|
11164
|
+
* Text for the rich text toolbar more button.
|
11165
|
+
*/
|
11166
|
+
richTextToolbarMoreButtonAriaLabel: string;
|
11167
|
+
/**
|
11168
|
+
* Text for announcement when a new bulleted list item is added.
|
11169
|
+
*/
|
11170
|
+
richTextNewBulletedListItemAnnouncement: string;
|
11171
|
+
/**
|
11172
|
+
* Text for announcement when a new numbered list item is added.
|
11173
|
+
*/
|
11174
|
+
richTextNewNumberedListItemAnnouncement: string;
|
11175
|
+
/**
|
11176
|
+
* Text for announcement when the bulleted list style is applied.
|
11177
|
+
*/
|
11178
|
+
richTextBulletedListAppliedAnnouncement: string;
|
11179
|
+
/**
|
11180
|
+
* Text for announcement when the numbered list style is applied.
|
11181
|
+
*/
|
11182
|
+
richTextNumberedListAppliedAnnouncement: string;
|
11183
|
+
/**
|
11184
|
+
* Error message indicating image upload is not complete.
|
11185
|
+
*/
|
11186
|
+
imageUploadsPendingError: string;
|
11187
|
+
}
|
11188
|
+
|
9764
11189
|
/**
|
9765
11190
|
* A button to start / stop screen sharing.
|
9766
11191
|
*
|
@@ -9832,6 +11257,42 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
9832
11257
|
*/
|
9833
11258
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
9834
11259
|
|
11260
|
+
/**
|
11261
|
+
* @beta
|
11262
|
+
* Error to be displayed to the user in an error bar above sendbox.
|
11263
|
+
*/
|
11264
|
+
export declare interface SendBoxErrorBarError {
|
11265
|
+
/** Error Message to be displayed */
|
11266
|
+
message: string;
|
11267
|
+
/**
|
11268
|
+
* Unix Timestamp. Preferred generation using `Date.now()`
|
11269
|
+
*/
|
11270
|
+
timestamp: number;
|
11271
|
+
/**
|
11272
|
+
* ErrorBar type. Defaults to `warning`.
|
11273
|
+
*/
|
11274
|
+
errorBarType?: SendBoxErrorBarType;
|
11275
|
+
}
|
11276
|
+
|
11277
|
+
/**
|
11278
|
+
* @beta
|
11279
|
+
* Error bar type for {@link SendBoxErrorBarError}
|
11280
|
+
*/
|
11281
|
+
export declare enum SendBoxErrorBarType {
|
11282
|
+
/** Info styled MessageBar */
|
11283
|
+
info = 0,
|
11284
|
+
/** Error styled MessageBar */
|
11285
|
+
error = 1,
|
11286
|
+
/** Blocked styled MessageBar */
|
11287
|
+
blocked = 2,
|
11288
|
+
/** SevereWarning styled MessageBar */
|
11289
|
+
severeWarning = 3,
|
11290
|
+
/** Success styled MessageBar */
|
11291
|
+
success = 4,
|
11292
|
+
/** Warning styled MessageBar */
|
11293
|
+
warning = 5
|
11294
|
+
}
|
11295
|
+
|
9835
11296
|
/**
|
9836
11297
|
* Props for {@link SendBox}.
|
9837
11298
|
*
|
@@ -9850,7 +11311,12 @@ export declare interface SendBoxProps {
|
|
9850
11311
|
/**
|
9851
11312
|
* Optional override behavior on send button click
|
9852
11313
|
*/
|
9853
|
-
onSendMessage?: (content: string) => Promise<void>;
|
11314
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
11315
|
+
/**
|
11316
|
+
* Optional props needed to lookup suggestions in the mention scenario.
|
11317
|
+
* @beta
|
11318
|
+
*/
|
11319
|
+
mentionLookupOptions?: MentionLookupOptions;
|
9854
11320
|
/**
|
9855
11321
|
* Optional callback called when user is typing
|
9856
11322
|
*/
|
@@ -9887,6 +11353,25 @@ export declare interface SendBoxProps {
|
|
9887
11353
|
* When undefined nothing has focus on render
|
9888
11354
|
*/
|
9889
11355
|
autoFocus?: 'sendBoxTextField';
|
11356
|
+
/**
|
11357
|
+
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
11358
|
+
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
11359
|
+
* be rendered below the text area in sendBox.
|
11360
|
+
* @beta
|
11361
|
+
*/
|
11362
|
+
onRenderAttachmentUploads?: () => JSX.Element;
|
11363
|
+
/**
|
11364
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
11365
|
+
* to render attachments being uploaded in the SendBox.
|
11366
|
+
* @beta
|
11367
|
+
*/
|
11368
|
+
attachments?: AttachmentMetadataInProgress[];
|
11369
|
+
/**
|
11370
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
11371
|
+
* cancel icon.
|
11372
|
+
* @beta
|
11373
|
+
*/
|
11374
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
9890
11375
|
}
|
9891
11376
|
|
9892
11377
|
/**
|
@@ -9917,6 +11402,26 @@ export declare interface SendBoxStrings {
|
|
9917
11402
|
* Aria label for send message button
|
9918
11403
|
*/
|
9919
11404
|
sendButtonAriaLabel: string;
|
11405
|
+
/**
|
11406
|
+
* Error message indicating that all attachment uploads are not complete.
|
11407
|
+
*/
|
11408
|
+
attachmentUploadsPendingError: string;
|
11409
|
+
/**
|
11410
|
+
* Aria label to notify user when focus is on cancel attachment upload button.
|
11411
|
+
*/
|
11412
|
+
removeAttachment: string;
|
11413
|
+
/**
|
11414
|
+
* Aria label to notify user attachment uploading starts.
|
11415
|
+
*/
|
11416
|
+
uploading: string;
|
11417
|
+
/**
|
11418
|
+
* Aria label to notify user attachment is uploaded.
|
11419
|
+
*/
|
11420
|
+
uploadCompleted: string;
|
11421
|
+
/**
|
11422
|
+
* Aria label to notify user more attachment action menu.
|
11423
|
+
*/
|
11424
|
+
attachmentMoreMenu: string;
|
9920
11425
|
}
|
9921
11426
|
|
9922
11427
|
/**
|
@@ -9937,6 +11442,45 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
9937
11442
|
systemMessage?: IStyle;
|
9938
11443
|
}
|
9939
11444
|
|
11445
|
+
/**
|
11446
|
+
* @beta
|
11447
|
+
* Strings for SitePermissions component
|
11448
|
+
*/
|
11449
|
+
export declare type SitePermissionsStrings = {
|
11450
|
+
/**
|
11451
|
+
* Main text string.
|
11452
|
+
*/
|
11453
|
+
primaryText?: string;
|
11454
|
+
/**
|
11455
|
+
* Subtext string.
|
11456
|
+
*/
|
11457
|
+
secondaryText?: string;
|
11458
|
+
/**
|
11459
|
+
* More help link string.
|
11460
|
+
*/
|
11461
|
+
linkText?: string;
|
11462
|
+
/**
|
11463
|
+
* Primary button text string.
|
11464
|
+
*/
|
11465
|
+
primaryButtonText?: string;
|
11466
|
+
/**
|
11467
|
+
* Aria label describing the content of the container
|
11468
|
+
*/
|
11469
|
+
ariaLabel?: string;
|
11470
|
+
};
|
11471
|
+
|
11472
|
+
/**
|
11473
|
+
* Fluent styles for {@link SitePermissionsContainer}.
|
11474
|
+
*
|
11475
|
+
* @beta
|
11476
|
+
*/
|
11477
|
+
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
11478
|
+
/** Styles for the primary button. */
|
11479
|
+
primaryButton?: IButtonStyles;
|
11480
|
+
/** Styles for the help troubleshooting link text. */
|
11481
|
+
troubleshootingLink?: ILinkStyles;
|
11482
|
+
}
|
11483
|
+
|
9940
11484
|
/**
|
9941
11485
|
* @public
|
9942
11486
|
* Type for representing a custom sound to use for a calling event
|
@@ -10117,7 +11661,7 @@ export declare interface SpotlightState {
|
|
10117
11661
|
* Identifier types for initiating a call using the CallAdapter
|
10118
11662
|
* @public
|
10119
11663
|
*/
|
10120
|
-
export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | PhoneNumberIdentifier | CommunicationUserIdentifier | MicrosoftTeamsUserIdentifier | UnknownIdentifier) | CommunicationIdentifier;
|
11664
|
+
export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | PhoneNumberIdentifier | CommunicationUserIdentifier | MicrosoftTeamsUserIdentifier | UnknownIdentifier) | /* @conditional-compile-remove(start-call-beta) */ CommunicationIdentifier;
|
10121
11665
|
|
10122
11666
|
/**
|
10123
11667
|
* Options passed to adapter.startCaptions
|
@@ -10133,6 +11677,13 @@ export declare interface StartCaptionsAdapterOptions extends StartCaptionsOption
|
|
10133
11677
|
startInBackground?: boolean;
|
10134
11678
|
}
|
10135
11679
|
|
11680
|
+
/**
|
11681
|
+
* Parameter to start a call using a Teams user identity.
|
11682
|
+
*
|
11683
|
+
* @beta
|
11684
|
+
*/
|
11685
|
+
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
11686
|
+
|
10136
11687
|
/**
|
10137
11688
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
10138
11689
|
* The interface provides access to proxied state and also allows registering a handler for state change events. For
|
@@ -10218,7 +11769,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
10218
11769
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to start rendering.
|
10219
11770
|
* @param options - Options that are passed to the {@link @azure/communication-calling#VideoStreamRenderer}.
|
10220
11771
|
*/
|
10221
|
-
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
|
11772
|
+
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState | /* @conditional-compile-remove(together-mode) */ TogetherModeStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
|
10222
11773
|
/**
|
10223
11774
|
* Stops rendering a {@link RemoteVideoStreamState} or {@link LocalVideoStreamState} and removes the
|
10224
11775
|
* {@link VideoStreamRendererView} from the relevant {@link RemoteVideoStreamState} in {@link CallClientState} or
|
@@ -10573,7 +12124,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
10573
12124
|
* @public
|
10574
12125
|
*/
|
10575
12126
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
10576
|
-
locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
|
12127
|
+
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
|
10577
12128
|
};
|
10578
12129
|
|
10579
12130
|
/**
|
@@ -10646,6 +12197,17 @@ export declare interface TeamsIncomingCallState {
|
|
10646
12197
|
endTime?: Date;
|
10647
12198
|
}
|
10648
12199
|
|
12200
|
+
/**
|
12201
|
+
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
12202
|
+
*
|
12203
|
+
* This is used to create an outbound call scenarios.
|
12204
|
+
*
|
12205
|
+
* @beta
|
12206
|
+
*/
|
12207
|
+
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
12208
|
+
targetCallees: StartTeamsCallIdentifier[];
|
12209
|
+
};
|
12210
|
+
|
10649
12211
|
/**
|
10650
12212
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
10651
12213
|
*
|
@@ -10658,6 +12220,50 @@ export declare interface TeamsIncomingCallState {
|
|
10658
12220
|
*/
|
10659
12221
|
export declare const toFlatCommunicationIdentifier: (identifier: CommunicationIdentifier) => string;
|
10660
12222
|
|
12223
|
+
/**
|
12224
|
+
* State only version of {@link @azure/communication-calling#TogetherModeCallFeature}. {@link StatefulCallClient} will
|
12225
|
+
* automatically listen for raised hands on the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
12226
|
+
* @alpha
|
12227
|
+
*/
|
12228
|
+
export declare interface TogetherModeCallFeature {
|
12229
|
+
/**
|
12230
|
+
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.togetherModeStream}.
|
12231
|
+
*/
|
12232
|
+
stream: TogetherModeStreamState[];
|
12233
|
+
}
|
12234
|
+
|
12235
|
+
/**
|
12236
|
+
* State only version of {@link @azure/communication-calling#TogetherModeVideoStream}.
|
12237
|
+
* @alpha
|
12238
|
+
*/
|
12239
|
+
export declare interface TogetherModeStreamState {
|
12240
|
+
/**
|
12241
|
+
* Proxy of {@link @azure/communication-calling#TogetherModeVideoStream.id}.
|
12242
|
+
*/
|
12243
|
+
id: number;
|
12244
|
+
/**
|
12245
|
+
* Proxy of {@link @azure/communication-calling#TogetherModeVideoStream.mediaStreamType}.
|
12246
|
+
*/
|
12247
|
+
mediaStreamType: MediaStreamType;
|
12248
|
+
/**
|
12249
|
+
* Proxy of {@link @azure/communication-calling#TogetherModeVideoStream.isReceiving}.
|
12250
|
+
* @public
|
12251
|
+
*/
|
12252
|
+
isReceiving: boolean;
|
12253
|
+
/**
|
12254
|
+
* {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
|
12255
|
+
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
12256
|
+
*/
|
12257
|
+
view?: VideoStreamRendererViewState;
|
12258
|
+
/**
|
12259
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
|
12260
|
+
*/
|
12261
|
+
streamSize?: {
|
12262
|
+
width: number;
|
12263
|
+
height: number;
|
12264
|
+
};
|
12265
|
+
}
|
12266
|
+
|
10661
12267
|
/**
|
10662
12268
|
* Callback for {@link ChatAdapterSubscribers} 'topicChanged' event.
|
10663
12269
|
*
|
@@ -10846,11 +12452,129 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
10846
12452
|
typingString?: IStyle;
|
10847
12453
|
}
|
10848
12454
|
|
12455
|
+
/**
|
12456
|
+
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
12457
|
+
*
|
12458
|
+
* @beta
|
12459
|
+
*/
|
12460
|
+
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
12461
|
+
|
12462
|
+
/**
|
12463
|
+
* props for {@link UnsupportedBrowser} UI
|
12464
|
+
*
|
12465
|
+
* @beta
|
12466
|
+
*/
|
12467
|
+
export declare interface UnsupportedBrowserProps {
|
12468
|
+
/** Handler to perform an action when the help link is actioned */
|
12469
|
+
onTroubleshootingClick?: () => void;
|
12470
|
+
/** String overrides for the component */
|
12471
|
+
strings?: UnsupportedBrowserStrings;
|
12472
|
+
}
|
12473
|
+
|
12474
|
+
/**
|
12475
|
+
* Strings for UnsupportedBrowser component
|
12476
|
+
*
|
12477
|
+
* @beta
|
12478
|
+
*/
|
12479
|
+
export declare interface UnsupportedBrowserStrings {
|
12480
|
+
/** String for the primary text */
|
12481
|
+
primaryText: string;
|
12482
|
+
/** String for the secondary text */
|
12483
|
+
secondaryText: string;
|
12484
|
+
/** String to display in the text for the help link */
|
12485
|
+
moreHelpLinkText: string;
|
12486
|
+
}
|
12487
|
+
|
12488
|
+
/**
|
12489
|
+
* UI to display to the user that the browser version they are using is out of date
|
12490
|
+
* and not supported by Azure Communications Calling service.
|
12491
|
+
*
|
12492
|
+
* @beta
|
12493
|
+
*/
|
12494
|
+
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
12495
|
+
|
12496
|
+
/**
|
12497
|
+
* props for {@link UnsupportedBrowserVersion} UI
|
12498
|
+
*
|
12499
|
+
* @beta
|
12500
|
+
*/
|
12501
|
+
export declare interface UnsupportedBrowserVersionProps {
|
12502
|
+
/** Handler to perform an action when the help link is actioned */
|
12503
|
+
onTroubleshootingClick?: () => void;
|
12504
|
+
/** String overrides for the component */
|
12505
|
+
strings?: UnsupportedBrowserVersionStrings;
|
12506
|
+
/** Handler to allow user to continue into the call */
|
12507
|
+
onContinueAnywayClick?: () => void;
|
12508
|
+
}
|
12509
|
+
|
12510
|
+
/**
|
12511
|
+
* Strings for UnsupportedBrowser component
|
12512
|
+
*
|
12513
|
+
* @beta
|
12514
|
+
*/
|
12515
|
+
export declare interface UnsupportedBrowserVersionStrings {
|
12516
|
+
/** String for the primary text */
|
12517
|
+
primaryText: string;
|
12518
|
+
/** String for the secondary text */
|
12519
|
+
secondaryText: string;
|
12520
|
+
/** String to display in the text for the help link */
|
12521
|
+
moreHelpLinkText: string;
|
12522
|
+
/** String for continue without updating button */
|
12523
|
+
continueAnywayButtonText?: string;
|
12524
|
+
}
|
12525
|
+
|
12526
|
+
/**
|
12527
|
+
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
12528
|
+
*
|
12529
|
+
* @beta
|
12530
|
+
*/
|
12531
|
+
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
12532
|
+
|
12533
|
+
/**
|
12534
|
+
* Props for {@link UnsupportedOperatingSystem} UI
|
12535
|
+
*
|
12536
|
+
* @beta
|
12537
|
+
*/
|
12538
|
+
export declare interface UnsupportedOperatingSystemProps {
|
12539
|
+
/** Handler to perform a action when the help link is actioned */
|
12540
|
+
onTroubleshootingClick?: () => void;
|
12541
|
+
/** String overrides for the component */
|
12542
|
+
strings?: UnsupportedOperatingSystemStrings;
|
12543
|
+
}
|
12544
|
+
|
12545
|
+
/**
|
12546
|
+
* Strings for UnsupportedBrowser component
|
12547
|
+
*
|
12548
|
+
* @beta
|
12549
|
+
*/
|
12550
|
+
export declare interface UnsupportedOperatingSystemStrings {
|
12551
|
+
/** String for the primary text */
|
12552
|
+
primaryText: string;
|
12553
|
+
/** String for the secondary text */
|
12554
|
+
secondaryText: string;
|
12555
|
+
/** String to display in the text for the help link */
|
12556
|
+
moreHelpLinkText: string;
|
12557
|
+
}
|
12558
|
+
|
10849
12559
|
/**
|
10850
12560
|
* @public
|
10851
12561
|
* Callback function run when a message is updated.
|
10852
12562
|
*/
|
10853
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
12563
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
12564
|
+
|
12565
|
+
/**
|
12566
|
+
* Result payload for uploading an image.
|
12567
|
+
*
|
12568
|
+
* @beta
|
12569
|
+
*/
|
12570
|
+
export declare type UploadChatImageResult = {
|
12571
|
+
/** Id of the image. */
|
12572
|
+
id: string;
|
12573
|
+
/** The type of attachment. */
|
12574
|
+
attachmentType?: 'image' | 'file' | 'unknown';
|
12575
|
+
/** The name including file extension type of the attachment. */
|
12576
|
+
name?: string;
|
12577
|
+
};
|
10854
12578
|
|
10855
12579
|
/**
|
10856
12580
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -11024,7 +12748,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
|
|
11024
12748
|
*
|
11025
12749
|
* @public
|
11026
12750
|
*/
|
11027
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
12751
|
+
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;
|
11028
12752
|
|
11029
12753
|
/**
|
11030
12754
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -11175,7 +12899,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
11175
12899
|
/**
|
11176
12900
|
* @public
|
11177
12901
|
*/
|
11178
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
12902
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | 'focusedContent';
|
11179
12903
|
|
11180
12904
|
/**
|
11181
12905
|
* The state of the local participant in the {@link VideoGallery}.
|