@azure/communication-react 1.21.0-alpha-202411140016 → 1.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/communication-react.d.ts +34 -2121
- package/dist/dist-cjs/communication-react/index.js +36324 -175
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/common.d.ts +0 -13
- package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/constants.d.ts +0 -5
- package/dist/dist-esm/acs-ui-common/src/constants.js +0 -6
- package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js +1 -4
- package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts +0 -4
- package/dist/dist-esm/acs-ui-common/src/index.js +0 -6
- package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js +4 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js +4 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js +4 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +7 -6
- 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 +0 -8
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -14
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +8 -18
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +1 -7
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +55 -24
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +0 -35
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +65 -181
- 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 +6 -13
- 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 +6 -39
- 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 +2 -8
- package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +63 -73
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +0 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +13 -48
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +3 -6
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +7 -18
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts +1 -2
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +10 -14
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +2 -6
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +15 -42
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +6 -26
- 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/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +71 -66
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +2 -178
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +0 -29
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +34 -269
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +8 -7
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +108 -99
- 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 +0 -7
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +12 -57
- 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.d.ts +0 -6
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +20 -32
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +73 -58
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +16 -14
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +0 -9
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +15 -53
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +3 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +0 -11
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +0 -32
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +64 -78
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +24 -42
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +11 -8
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -17
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +16 -14
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -34
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +7 -6
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -7
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +2 -2
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +15 -15
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +2 -6
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +8 -59
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +1 -2
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +0 -4
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +18 -68
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +7 -3
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +1 -3
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +3 -10
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -15
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +22 -16
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +12 -11
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +16 -4
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +67 -57
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +128 -114
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/index.d.ts +0 -1
- package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/api-summary.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +0 -35
- package/dist/dist-esm/communication-react/src/index.js +0 -18
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/communication-react/src/javascript-loaders.js.map +1 -1
- package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +6 -3
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +10 -4
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +11 -11
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +6 -15
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +18 -21
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.js +19 -8
- 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 +8 -13
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +19 -36
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +5 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +22 -37
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +1 -13
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +24 -30
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +0 -11
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +30 -64
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +5 -9
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +1 -8
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +9 -39
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +1 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +12 -46
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +1 -4
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +27 -57
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +1 -22
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +0 -20
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +2 -23
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +7 -53
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +1 -8
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +12 -49
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +15 -80
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +4 -7
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBar.js +14 -10
- package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +4 -14
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +16 -5
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +8 -5
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +27 -19
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js +48 -12
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +51 -45
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +6 -2
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +9 -11
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +23 -11
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +4 -6
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +5 -11
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/EndCallButton.js +13 -12
- package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +5 -9
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +6 -2
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
- package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.js +1 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +9 -7
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js +14 -13
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js +39 -26
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js +7 -5
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js +10 -3
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +7 -23
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +22 -39
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +23 -15
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +12 -4
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +33 -20
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +5 -81
- package/dist/dist-esm/react-components/src/components/MessageThread.js +49 -116
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +17 -16
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +101 -94
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Notification.js +14 -6
- package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +0 -20
- package/dist/dist-esm/react-components/src/components/NotificationStack.js +8 -17
- package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +22 -15
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +41 -54
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +32 -46
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +12 -6
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.js +23 -24
- package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +16 -24
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +14 -6
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +1 -47
- package/dist/dist-esm/react-components/src/components/SendBox.js +12 -103
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +4 -2
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -14
- package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +3 -10
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +23 -23
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SystemMessage.js +4 -2
- package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js +6 -9
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -20
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +39 -19
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +1 -3
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +13 -9
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +22 -8
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +2 -6
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +8 -19
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +11 -15
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +16 -40
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +2 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +4 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +11 -17
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +24 -29
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +6 -8
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +4 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +10 -34
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +6 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +34 -9
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +11 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +3 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +11 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +28 -22
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +6 -11
- 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 +51 -38
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +31 -39
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +26 -115
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/VideoTile.js +70 -51
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +0 -23
- package/dist/dist-esm/react-components/src/components/index.js +0 -19
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.d.ts +0 -8
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +2 -27
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +10 -3
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js +5 -2
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxButton.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +5 -2
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageBarLink.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +10 -13
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Notification.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +4 -6
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +3 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +2 -2
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +10 -2
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +6 -3
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +19 -5
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +1 -37
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +3 -41
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +2 -4
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +6 -29
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js +4 -1
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/Logger.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +1 -38
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +5 -148
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
- package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +1 -2
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +5 -2
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
- package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +1 -10
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +26 -42
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +6 -8
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +0 -4
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +1 -5
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +0 -3
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -63
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +5 -3
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +2 -2
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js +1 -15
- package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -31
- package/dist/dist-esm/react-components/src/theming/icons.js +15 -146
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.d.ts +0 -6
- package/dist/dist-esm/react-components/src/theming/themes.js +0 -10
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +7 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/Attachment.d.ts +0 -13
- package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -20
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.d.ts +0 -11
- 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.d.ts +1 -6
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/index.d.ts +0 -1
- package/dist/dist-esm/react-components/src/types/index.js +0 -2
- package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -72
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +51 -82
- 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 +0 -38
- 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 +5 -52
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +62 -266
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -68
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +3 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +37 -78
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +60 -36
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +20 -16
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +4 -22
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +4 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +22 -33
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +24 -42
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +30 -26
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +41 -68
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +12 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +32 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +11 -29
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +69 -99
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +7 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +11 -45
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +2 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +7 -6
- 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/useHandlers.js +13 -45
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +7 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +12 -114
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +13 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +7 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +8 -18
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +22 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +0 -18
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +4 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js +4 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +10 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +2 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +29 -41
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +4 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +9 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +4 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +24 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +12 -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 +7 -19
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +1 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +22 -99
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +5 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +0 -65
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +21 -114
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +7 -9
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +9 -6
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +3 -27
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +35 -246
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +3 -71
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -20
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +4 -10
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +2 -20
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -11
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +1 -5
- 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 +0 -5
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +0 -14
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -27
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +2 -10
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +27 -298
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -20
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +2 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +32 -78
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -12
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +3 -27
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -4
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +17 -9
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +25 -24
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AudioProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +3 -7
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -5
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +23 -9
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +14 -12
- 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 +16 -12
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/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 +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +42 -92
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +37 -39
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +72 -107
- 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/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js +7 -5
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +124 -92
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js +7 -5
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/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 +9 -11
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +12 -23
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +16 -16
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +10 -14
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +2 -48
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +0 -39
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +15 -7
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js +34 -19
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +8 -11
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +13 -18
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/adapters.d.ts +0 -23
- package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/common/constants.js +0 -6
- package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -33
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +3 -7
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +10 -4
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +44 -11
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +29 -6
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -4
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +13 -15
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.d.ts +0 -4
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +12 -40
- 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 +0 -1
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +0 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/strings.json +370 -370
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/strings.json +373 -373
- 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
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-BaScs-zR.js +0 -275
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-BaScs-zR.js.map +0 -1
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-DayjcNvP.js +0 -52
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-DayjcNvP.js.map +0 -1
- package/dist/dist-cjs/communication-react/index-DfcSe_yO.js +0 -45299
- package/dist/dist-cjs/communication-react/index-DfcSe_yO.js.map +0 -1
- package/dist/dist-esm/acs-ui-common/src/dataConversion.d.ts +0 -6
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js +0 -21
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js.map +0 -1
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.d.ts +0 -7
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.js +0 -18
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.d.ts +0 -20
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +0 -125
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.d.ts +0 -14
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js +0 -207
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +0 -17
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +0 -36
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/MediaAccessSubscriber.d.ts +0 -16
- package/dist/dist-esm/calling-stateful-client/src/MediaAccessSubscriber.js +0 -26
- package/dist/dist-esm/calling-stateful-client/src/MediaAccessSubscriber.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.d.ts +0 -24
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +0 -61
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.d.ts +0 -18
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js +0 -34
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js.map +0 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.d.ts +0 -6
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js +0 -23
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +0 -10
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +0 -15
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +0 -273
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -37
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -58
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -86
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -31
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +0 -121
- package/dist/dist-esm/react-components/src/components/MentionPopover.js +0 -126
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.d.ts +0 -28
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js +0 -28
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RTTModal.d.ts +0 -39
- package/dist/dist-esm/react-components/src/components/RTTModal.js +0 -55
- package/dist/dist-esm/react-components/src/components/RTTModal.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RealTimeText.d.ts +0 -54
- package/dist/dist-esm/react-components/src/components/RealTimeText.js +0 -43
- package/dist/dist-esm/react-components/src/components/RealTimeText.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.d.ts +0 -9
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js +0 -29
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +0 -30
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +0 -112
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +0 -12
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +0 -23
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +0 -42
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +0 -66
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +0 -20
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +0 -45
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js +0 -56
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +0 -29
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +0 -86
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +0 -58
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +0 -379
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +0 -37
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +0 -97
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +0 -215
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +0 -274
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +0 -16
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +0 -77
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +0 -19
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +0 -232
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +0 -49
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +0 -67
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +0 -6
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +0 -13
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +0 -56
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +0 -91
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +0 -20
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +0 -595
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +0 -152
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +0 -821
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +0 -17
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +0 -99
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +0 -26
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +0 -69
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.d.ts +0 -6
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js +0 -17
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +0 -82
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +0 -295
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +0 -21
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +0 -34
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -99
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +0 -5
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +0 -32
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -69
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +0 -72
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +0 -185
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +0 -33
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +0 -127
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
- package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.d.ts +0 -62
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js +0 -4
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.d.ts +0 -47
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js +0 -48
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.d.ts +0 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js +0 -41
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -49
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -213
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +0 -49
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +0 -48
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +0 -39
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +0 -273
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +0 -80
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +0 -41
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.d.ts +0 -38
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +0 -82
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +0 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.d.ts +0 -12
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js +0 -50
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +0 -10
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +0 -20
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +0 -1
@@ -7,9 +7,6 @@ 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';
|
13
10
|
import { Call } from '@azure/communication-calling';
|
14
11
|
import { CallAgent } from '@azure/communication-calling';
|
15
12
|
import { CallClient } from '@azure/communication-calling';
|
@@ -17,7 +14,6 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
17
14
|
import { CallDirection } from '@azure/communication-calling';
|
18
15
|
import { CallEndReason } from '@azure/communication-calling';
|
19
16
|
import { CallerInfo } from '@azure/communication-calling';
|
20
|
-
import { CallInfo } from '@azure/communication-calling';
|
21
17
|
import { CallKind } from '@azure/communication-calling';
|
22
18
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
23
19
|
import { CallSurvey } from '@azure/communication-calling';
|
@@ -39,9 +35,6 @@ import type { CommunicationUserKind } from '@azure/communication-common';
|
|
39
35
|
import { CreateViewOptions } from '@azure/communication-calling';
|
40
36
|
import { DeviceAccess } from '@azure/communication-calling';
|
41
37
|
import { DeviceManager } from '@azure/communication-calling';
|
42
|
-
import type { DiagnosticFlag } from '@azure/communication-calling';
|
43
|
-
import type { DiagnosticQuality } from '@azure/communication-calling';
|
44
|
-
import type { DiagnosticValueType } from '@azure/communication-calling';
|
45
38
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
46
39
|
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
47
40
|
import { EnvironmentInfo } from '@azure/communication-calling';
|
@@ -54,7 +47,6 @@ import { IContextualMenuProps } from '@fluentui/react';
|
|
54
47
|
import { IContextualMenuStyles } from '@fluentui/react';
|
55
48
|
import { IIconProps } from '@fluentui/react';
|
56
49
|
import { IIconStyles } from '@fluentui/react';
|
57
|
-
import { ILinkStyles } from '@fluentui/react';
|
58
50
|
import { IMessageBarProps } from '@fluentui/react';
|
59
51
|
import { IncomingCall } from '@azure/communication-calling';
|
60
52
|
import { IncomingCallKind } from '@azure/communication-calling';
|
@@ -68,15 +60,12 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
|
|
68
60
|
import { ITextFieldStyles } from '@fluentui/react';
|
69
61
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
70
62
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
71
|
-
import { LocalRecordingInfo } from '@azure/communication-calling';
|
72
63
|
import { LocalVideoStream } from '@azure/communication-calling';
|
73
64
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
74
|
-
import type { MediaDiagnosticType } from '@azure/communication-calling';
|
75
65
|
import { MediaStreamType } from '@azure/communication-calling';
|
76
66
|
import { MicrosoftTeamsAppIdentifier } from '@azure/communication-common';
|
77
67
|
import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
78
68
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
79
|
-
import type { NetworkDiagnosticType } from '@azure/communication-calling';
|
80
69
|
import { PartialTheme } from '@fluentui/react';
|
81
70
|
import { ParticipantCapabilities } from '@azure/communication-calling';
|
82
71
|
import { ParticipantRole } from '@azure/communication-calling';
|
@@ -89,13 +78,11 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
|
|
89
78
|
import { default as React_2 } from 'react';
|
90
79
|
import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
91
80
|
import { ReactionMessage } from '@azure/communication-calling';
|
92
|
-
import { RecordingInfo } from '@azure/communication-calling';
|
93
81
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
94
82
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
95
83
|
import { RoomCallLocator } from '@azure/communication-calling';
|
96
84
|
import { ScalingMode } from '@azure/communication-calling';
|
97
85
|
import { SendMessageOptions } from '@azure/communication-chat';
|
98
|
-
import type { ServerDiagnosticType } from '@azure/communication-calling';
|
99
86
|
import { SpotlightedParticipant } from '@azure/communication-calling';
|
100
87
|
import { StartCallOptions } from '@azure/communication-calling';
|
101
88
|
import { StartCaptionsOptions } from '@azure/communication-calling';
|
@@ -215,31 +202,6 @@ export declare type AdapterErrors = {
|
|
215
202
|
[target: string]: AdapterError;
|
216
203
|
};
|
217
204
|
|
218
|
-
/**
|
219
|
-
* Notification from call client state stored in adapter state.
|
220
|
-
*
|
221
|
-
* @public
|
222
|
-
*/
|
223
|
-
export declare interface AdapterNotification {
|
224
|
-
/**
|
225
|
-
* Target of notification. There should only one notification per target.
|
226
|
-
*/
|
227
|
-
target: string;
|
228
|
-
/**
|
229
|
-
* Timestamp added to the notification in the adapter implementation.
|
230
|
-
*/
|
231
|
-
timestamp: Date;
|
232
|
-
}
|
233
|
-
|
234
|
-
/**
|
235
|
-
* Adapters stores the latest notification for each target.
|
236
|
-
*
|
237
|
-
* @public
|
238
|
-
*/
|
239
|
-
export declare type AdapterNotifications = {
|
240
|
-
[target: string]: AdapterNotification;
|
241
|
-
};
|
242
|
-
|
243
205
|
/**
|
244
206
|
* Functionality for interfacing with Composite adapter state.
|
245
207
|
*
|
@@ -275,40 +237,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
275
237
|
*/
|
276
238
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
277
239
|
|
278
|
-
/**
|
279
|
-
* @beta
|
280
|
-
* A callback function that defines what actions user can perform on an attachment.
|
281
|
-
* By default, the UI library would have default actions that opens attachment URL in a new tab.
|
282
|
-
* You can override the default actions or add new actions by providing this callback function.
|
283
|
-
* Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
|
284
|
-
*
|
285
|
-
* @param attachment - The file attachment that user is trying to perform actions on.
|
286
|
-
* @param message - The chat message that contains this attachment.
|
287
|
-
* @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
|
288
|
-
*/
|
289
|
-
export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
|
290
|
-
|
291
|
-
/**
|
292
|
-
* @beta
|
293
|
-
*
|
294
|
-
* Attachment download options defines the list of actions that can be performed on an attachment.
|
295
|
-
*/
|
296
|
-
export declare interface AttachmentDownloadOptions {
|
297
|
-
actionsForAttachment: AttachmentActionHandler;
|
298
|
-
}
|
299
|
-
|
300
|
-
/**
|
301
|
-
* @beta
|
302
|
-
*
|
303
|
-
* Attachment menu action defines buttons that can be shown on the attachment card.
|
304
|
-
* If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
|
305
|
-
*/
|
306
|
-
export declare interface AttachmentMenuAction {
|
307
|
-
name: string;
|
308
|
-
icon: JSX.Element;
|
309
|
-
onClick: (attachment: AttachmentMetadata) => Promise<void>;
|
310
|
-
}
|
311
|
-
|
312
240
|
/**
|
313
241
|
* Data model that represents a chat message attachment
|
314
242
|
* where it contains an ID to uniquely identify the attachment,
|
@@ -332,150 +260,6 @@ export declare interface AttachmentMetadata {
|
|
332
260
|
url: string;
|
333
261
|
}
|
334
262
|
|
335
|
-
/**
|
336
|
-
* Data model that represents a chat message attachment being uploaded
|
337
|
-
* where it contains an ID to uniquely identify the attachment,
|
338
|
-
* a name that represents the name of file,
|
339
|
-
* an optional URL to download the attachment,
|
340
|
-
* an optional progress value between 0 and 1 indicating the progress of the upload, and
|
341
|
-
* an optional error object that contains error message would be shown to the user.
|
342
|
-
*
|
343
|
-
*
|
344
|
-
* @beta
|
345
|
-
*/
|
346
|
-
export declare interface AttachmentMetadataInProgress {
|
347
|
-
/**
|
348
|
-
* Unique ID of the attachment.
|
349
|
-
*/
|
350
|
-
id: string;
|
351
|
-
/**
|
352
|
-
* Attachment name to be displayed.
|
353
|
-
*/
|
354
|
-
name: string;
|
355
|
-
/**
|
356
|
-
* Download URL for the attachment.
|
357
|
-
*/
|
358
|
-
url?: string;
|
359
|
-
/**
|
360
|
-
* A number between 0 and 1 indicating the progress of the upload.
|
361
|
-
*/
|
362
|
-
progress?: number;
|
363
|
-
/**
|
364
|
-
* A object contains error message would be shown to the user.
|
365
|
-
*/
|
366
|
-
error?: AttachmentProgressError;
|
367
|
-
}
|
368
|
-
|
369
|
-
/**
|
370
|
-
* @beta
|
371
|
-
*
|
372
|
-
* Attachment Options that defines behaviour for uploading and downloading attachments.
|
373
|
-
*/
|
374
|
-
export declare interface AttachmentOptions {
|
375
|
-
uploadOptions?: AttachmentUploadOptions;
|
376
|
-
downloadOptions?: AttachmentDownloadOptions;
|
377
|
-
}
|
378
|
-
|
379
|
-
/**
|
380
|
-
* @beta
|
381
|
-
* A attachment progress error object that contains message to be shown to
|
382
|
-
* the user when upload fails.
|
383
|
-
*/
|
384
|
-
export declare interface AttachmentProgressError {
|
385
|
-
message: string;
|
386
|
-
}
|
387
|
-
|
388
|
-
/**
|
389
|
-
* @beta
|
390
|
-
* A callback function for handling attachment removed by the user in send box.
|
391
|
-
*
|
392
|
-
* @param attachmentId - The ID of uploaded attachments.
|
393
|
-
*/
|
394
|
-
export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
|
395
|
-
|
396
|
-
/**
|
397
|
-
* @beta
|
398
|
-
* A callback function for handling list of upload tasks that contains files selected by user to upload.
|
399
|
-
*
|
400
|
-
* @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
|
401
|
-
*/
|
402
|
-
export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
|
403
|
-
|
404
|
-
/**
|
405
|
-
* @beta
|
406
|
-
*/
|
407
|
-
export declare interface AttachmentUploadOptions {
|
408
|
-
/**
|
409
|
-
* A list of strings containing the comma separated list of supported media (aka. mime) types.
|
410
|
-
* i.e. ['image/*', 'video/*', 'audio/*']
|
411
|
-
* Default value is `['*']`, meaning all media types are supported.
|
412
|
-
* Similar to the `accept` attribute of the `<input type="attachment" />` element.
|
413
|
-
* @beta
|
414
|
-
*/
|
415
|
-
supportedMediaTypes?: string[];
|
416
|
-
/**
|
417
|
-
* Disable multiple attachments to be selected if set to `true`.
|
418
|
-
* Default value is `false`, meaning multiple attachments can be selected.
|
419
|
-
* Similar to the `multiple` attribute of the `<input type="attachment" />` element.
|
420
|
-
* @beta
|
421
|
-
*/
|
422
|
-
disableMultipleUploads?: boolean;
|
423
|
-
/**
|
424
|
-
* A callback function of type {@link AttachmentSelectionHandler} that will be called
|
425
|
-
* when user finishes selecting files in browser's file picker. This function is required since
|
426
|
-
* this would be where upload logic is implemented to your own storage.
|
427
|
-
* @beta
|
428
|
-
*/
|
429
|
-
handleAttachmentSelection: AttachmentSelectionHandler;
|
430
|
-
/**
|
431
|
-
* A optional callback function that will be called
|
432
|
-
* when user removing files before clicking send message button. This function will be
|
433
|
-
* where you can remove the file from your storage.
|
434
|
-
* @beta
|
435
|
-
*/
|
436
|
-
handleAttachmentRemoval?: AttachmentRemovalHandler;
|
437
|
-
}
|
438
|
-
|
439
|
-
/**
|
440
|
-
* A upload task represents and manages an attachment that is being uploaded.
|
441
|
-
* When using the Composite, an attachment upload task is created for each file user is selected to upload.
|
442
|
-
* A upload task is complete when notifyUploadCompleted is called.
|
443
|
-
* A upload task is failed when notifyUploadFailed is called.
|
444
|
-
* @beta
|
445
|
-
*/
|
446
|
-
export declare interface AttachmentUploadTask {
|
447
|
-
/**
|
448
|
-
* Unique identifier for the attachment upload task.
|
449
|
-
*/
|
450
|
-
taskId: string;
|
451
|
-
/**
|
452
|
-
* HTML {@link File} object for the uploaded attachment.
|
453
|
-
*/
|
454
|
-
file?: File;
|
455
|
-
/**
|
456
|
-
* {@link Blob} object for the uploaded inline image.
|
457
|
-
*/
|
458
|
-
image?: Blob;
|
459
|
-
/**
|
460
|
-
* Update the progress of the upload changed.
|
461
|
-
* A upload is considered complete when the progress reaches 1.
|
462
|
-
* @param value - number between 0 and 1
|
463
|
-
*/
|
464
|
-
notifyUploadProgressChanged: (value: number) => void;
|
465
|
-
/**
|
466
|
-
* Mark the upload task as complete.
|
467
|
-
* An attachment is considered completed uploading when ID and URL are provided.
|
468
|
-
* @param id - the unique identifier of the attachment.
|
469
|
-
* @param url - the download URL of the attachment.
|
470
|
-
*/
|
471
|
-
notifyUploadCompleted: (id: string, url: string) => void;
|
472
|
-
/**
|
473
|
-
* Mark the upload task as failed.
|
474
|
-
* @param message - An error message that can be displayed to the user.
|
475
|
-
*/
|
476
|
-
notifyUploadFailed: (message: string) => void;
|
477
|
-
}
|
478
|
-
|
479
263
|
/**
|
480
264
|
* Custom data attributes for displaying avatar for a user.
|
481
265
|
*
|
@@ -666,168 +450,6 @@ export declare interface BaseCustomStyles {
|
|
666
450
|
root?: IStyle;
|
667
451
|
}
|
668
452
|
|
669
|
-
/**
|
670
|
-
* Content blocked message type.
|
671
|
-
*
|
672
|
-
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
673
|
-
*
|
674
|
-
* @beta
|
675
|
-
*/
|
676
|
-
export declare interface BlockedMessage extends MessageCommon {
|
677
|
-
messageType: 'blocked';
|
678
|
-
warningText?: string;
|
679
|
-
linkText?: string;
|
680
|
-
link?: string;
|
681
|
-
deletedOn?: Date;
|
682
|
-
senderId?: string;
|
683
|
-
senderDisplayName?: string;
|
684
|
-
status?: MessageStatus;
|
685
|
-
attached?: MessageAttachedStatus;
|
686
|
-
mine?: boolean;
|
687
|
-
}
|
688
|
-
|
689
|
-
/**
|
690
|
-
* Breakout rooms state
|
691
|
-
*
|
692
|
-
* @public
|
693
|
-
*/
|
694
|
-
export declare interface BreakoutRoomsState {
|
695
|
-
assignedBreakoutRoom?: BreakoutRoom;
|
696
|
-
breakoutRoomSettings?: BreakoutRoomsSettings;
|
697
|
-
breakoutRoomOriginCallId?: string;
|
698
|
-
breakoutRoomDisplayName?: string;
|
699
|
-
}
|
700
|
-
|
701
|
-
/**
|
702
|
-
* @beta
|
703
|
-
* Props for BrowserPermissionDeniedIOS component.
|
704
|
-
*/
|
705
|
-
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
706
|
-
/**
|
707
|
-
* Localization strings for BrowserPermissionDeniedIOS component.
|
708
|
-
*/
|
709
|
-
strings?: BrowserPermissionDeniedIOSStrings;
|
710
|
-
/**
|
711
|
-
* Link to image source.
|
712
|
-
*
|
713
|
-
* Image is inserted into the top of the component.
|
714
|
-
*/
|
715
|
-
imageSource?: string;
|
716
|
-
}
|
717
|
-
|
718
|
-
/**
|
719
|
-
* @beta
|
720
|
-
* Strings for BrowserPermissionDeniedIOS component
|
721
|
-
*/
|
722
|
-
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
723
|
-
/**
|
724
|
-
* Image alt text
|
725
|
-
*/
|
726
|
-
imageAltText: string;
|
727
|
-
/**
|
728
|
-
* Main text string.
|
729
|
-
*/
|
730
|
-
primaryText: string;
|
731
|
-
/**
|
732
|
-
* Subtext string.
|
733
|
-
*/
|
734
|
-
secondaryText: string;
|
735
|
-
/**
|
736
|
-
* Step 1 string
|
737
|
-
*/
|
738
|
-
step1Text: string;
|
739
|
-
/**
|
740
|
-
* Step 1 digit string
|
741
|
-
*/
|
742
|
-
step1DigitText: string;
|
743
|
-
/**
|
744
|
-
* Step 2 string
|
745
|
-
*/
|
746
|
-
step2Text: string;
|
747
|
-
/**
|
748
|
-
* Step 2 digit string
|
749
|
-
*/
|
750
|
-
step2DigitText: string;
|
751
|
-
/**
|
752
|
-
* Step 3 string
|
753
|
-
*/
|
754
|
-
step3Text: string;
|
755
|
-
/**
|
756
|
-
* Step 3 digit string
|
757
|
-
*/
|
758
|
-
step3DigitText: string;
|
759
|
-
/**
|
760
|
-
* Step 4 string
|
761
|
-
*/
|
762
|
-
step4Text: string;
|
763
|
-
/**
|
764
|
-
* Step 4 digit string
|
765
|
-
*/
|
766
|
-
step4DigitText: string;
|
767
|
-
}
|
768
|
-
|
769
|
-
/**
|
770
|
-
* @beta
|
771
|
-
* Props for BrowserPermissionDenied component.
|
772
|
-
*/
|
773
|
-
export declare interface BrowserPermissionDeniedProps {
|
774
|
-
/**
|
775
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
776
|
-
*/
|
777
|
-
onTroubleshootingClick?: () => void;
|
778
|
-
/**
|
779
|
-
* Action to be taken by the try again primary button.
|
780
|
-
*/
|
781
|
-
onTryAgainClick?: () => void;
|
782
|
-
/**
|
783
|
-
* Localization strings for BrowserPermissionDenied component.
|
784
|
-
*/
|
785
|
-
strings?: BrowserPermissionDeniedStrings;
|
786
|
-
/**
|
787
|
-
* Allows users to pass in an object contains custom CSS styles.
|
788
|
-
* @Example
|
789
|
-
* ```
|
790
|
-
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
791
|
-
* ```
|
792
|
-
*/
|
793
|
-
styles?: BrowserPermissionDeniedStyles;
|
794
|
-
}
|
795
|
-
|
796
|
-
/**
|
797
|
-
* @beta
|
798
|
-
* Strings for BrowserPermissionDenied component
|
799
|
-
*/
|
800
|
-
export declare interface BrowserPermissionDeniedStrings {
|
801
|
-
/**
|
802
|
-
* Main button text string.
|
803
|
-
*/
|
804
|
-
primaryButtonText: string;
|
805
|
-
/**
|
806
|
-
* Main text string.
|
807
|
-
*/
|
808
|
-
primaryText: string;
|
809
|
-
/**
|
810
|
-
* Subtext string.
|
811
|
-
*/
|
812
|
-
secondaryText: string;
|
813
|
-
/**
|
814
|
-
* More help link string.
|
815
|
-
*/
|
816
|
-
linkText: string;
|
817
|
-
}
|
818
|
-
|
819
|
-
/**
|
820
|
-
* Fluent styles for {@link BrowserPermissionDenied}.
|
821
|
-
*
|
822
|
-
* @beta
|
823
|
-
*/
|
824
|
-
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
825
|
-
/** Styles for the primary button. */
|
826
|
-
primaryButton?: IButtonStyles;
|
827
|
-
/** Styles for the help troubleshooting link text. */
|
828
|
-
troubleshootingLink?: ILinkStyles;
|
829
|
-
}
|
830
|
-
|
831
453
|
/**
|
832
454
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
833
455
|
*
|
@@ -1031,49 +653,6 @@ export declare interface CallAdapterCallOperations {
|
|
1031
653
|
* @public
|
1032
654
|
*/
|
1033
655
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
1034
|
-
/**
|
1035
|
-
* Create the html view for a stream.
|
1036
|
-
*
|
1037
|
-
* @remarks
|
1038
|
-
* This method is implemented for composite
|
1039
|
-
*
|
1040
|
-
* @param featureName - Name of feature to render
|
1041
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
1042
|
-
*
|
1043
|
-
* @beta
|
1044
|
-
*/
|
1045
|
-
createTogetherModeStreamViews(options?: VideoStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
1046
|
-
/**
|
1047
|
-
* Start Together mode.
|
1048
|
-
*
|
1049
|
-
* @beta
|
1050
|
-
*/
|
1051
|
-
startTogetherMode(): Promise<void>;
|
1052
|
-
/**
|
1053
|
-
* Recalculate the seating positions for together mode.
|
1054
|
-
*
|
1055
|
-
* @remarks
|
1056
|
-
* This method is implemented for composite
|
1057
|
-
*
|
1058
|
-
* @param width - Width of the container
|
1059
|
-
* @param height - Height of the container
|
1060
|
-
*
|
1061
|
-
* @beta
|
1062
|
-
*/
|
1063
|
-
setTogetherModeSceneSize(width: number, height: number): void;
|
1064
|
-
/**
|
1065
|
-
* Dispose the html view for a stream.
|
1066
|
-
*
|
1067
|
-
* @remarks
|
1068
|
-
* This method is implemented for composite
|
1069
|
-
*
|
1070
|
-
*
|
1071
|
-
* @param featureName - Name of the feature to dispose
|
1072
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
1073
|
-
*
|
1074
|
-
* @beta
|
1075
|
-
*/
|
1076
|
-
disposeTogetherModeStreamViews(): Promise<void>;
|
1077
656
|
/**
|
1078
657
|
* Dispose the html view for a screen share stream
|
1079
658
|
*
|
@@ -1124,10 +703,6 @@ export declare interface CallAdapterCallOperations {
|
|
1124
703
|
* @public
|
1125
704
|
*/
|
1126
705
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1127
|
-
/**
|
1128
|
-
* Continues into a call when the browser version is not supported.
|
1129
|
-
*/
|
1130
|
-
allowUnsupportedBrowserVersion(): void;
|
1131
706
|
/**
|
1132
707
|
* Function to Start captions
|
1133
708
|
* @param options - options for start captions
|
@@ -1213,10 +788,6 @@ export declare interface CallAdapterCallOperations {
|
|
1213
788
|
* Mute All participants
|
1214
789
|
*/
|
1215
790
|
muteAllRemoteParticipants(): Promise<void>;
|
1216
|
-
/**
|
1217
|
-
* Return to origin call of breakout room
|
1218
|
-
*/
|
1219
|
-
returnFromBreakoutRoom(): Promise<void>;
|
1220
791
|
}
|
1221
792
|
|
1222
793
|
/**
|
@@ -1251,10 +822,6 @@ export declare type CallAdapterClientState = {
|
|
1251
822
|
* Latest error encountered for each operation performed via the adapter.
|
1252
823
|
*/
|
1253
824
|
latestErrors: AdapterErrors;
|
1254
|
-
/**
|
1255
|
-
* Latest notifications from call client state.
|
1256
|
-
*/
|
1257
|
-
latestNotifications: AdapterNotifications;
|
1258
825
|
/**
|
1259
826
|
* Azure communications Phone number to make PSTN calls with.
|
1260
827
|
*/
|
@@ -1395,7 +962,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
1395
962
|
*
|
1396
963
|
* @public
|
1397
964
|
*/
|
1398
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator |
|
965
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
|
1399
966
|
|
1400
967
|
/**
|
1401
968
|
* {@link CommonCallAdapter} state.
|
@@ -1508,10 +1075,6 @@ export declare interface CallAdapterSubscribers {
|
|
1508
1075
|
* Subscribe function for 'mutedByOthers' event.
|
1509
1076
|
*/
|
1510
1077
|
on(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1511
|
-
/**
|
1512
|
-
* Subscribe function for 'breakoutRoomsUpdated' event.
|
1513
|
-
*/
|
1514
|
-
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
1515
1078
|
/**
|
1516
1079
|
* Unsubscribe function for 'participantsJoined' event.
|
1517
1080
|
*/
|
@@ -1596,10 +1159,6 @@ export declare interface CallAdapterSubscribers {
|
|
1596
1159
|
* Unsubscribe function for 'mutedByOthers' event.
|
1597
1160
|
*/
|
1598
1161
|
off(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1599
|
-
/**
|
1600
|
-
* Unsubscribe function for 'breakoutRoomsUpdated' event.
|
1601
|
-
*/
|
1602
|
-
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
1603
1162
|
}
|
1604
1163
|
|
1605
1164
|
/**
|
@@ -1610,7 +1169,6 @@ export declare interface CallAdapterSubscribers {
|
|
1610
1169
|
export declare type CallAdapterUiState = {
|
1611
1170
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1612
1171
|
page: CallCompositePage;
|
1613
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
1614
1172
|
};
|
1615
1173
|
|
1616
1174
|
/**
|
@@ -1654,7 +1212,7 @@ export declare interface CallAgentState {
|
|
1654
1212
|
*/
|
1655
1213
|
export declare interface CallAndChatLocator {
|
1656
1214
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1657
|
-
callLocator: GroupCallLocator
|
1215
|
+
callLocator: GroupCallLocator;
|
1658
1216
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1659
1217
|
chatThreadId: string;
|
1660
1218
|
}
|
@@ -1741,12 +1299,6 @@ export declare interface CallClientState {
|
|
1741
1299
|
* See documentation of {@Link CallErrors} for details.
|
1742
1300
|
*/
|
1743
1301
|
latestErrors: CallErrors;
|
1744
|
-
/**
|
1745
|
-
* Stores the latest notifications.
|
1746
|
-
*
|
1747
|
-
* See documentation of {@Link CallNotifications} for details.
|
1748
|
-
*/
|
1749
|
-
latestNotifications: CallNotifications;
|
1750
1302
|
/**
|
1751
1303
|
* A phone number in E.164 format that will be used to represent callers identity.
|
1752
1304
|
* For example, using the alternateCallerId to add a participant using PSTN, this number will
|
@@ -1898,69 +1450,19 @@ export declare type CallCompositeOptions = {
|
|
1898
1450
|
*/
|
1899
1451
|
callControls?: boolean | CallControlOptions;
|
1900
1452
|
/**
|
1901
|
-
*
|
1902
|
-
* Here you can choose what device permissions you prompt the user for,
|
1903
|
-
* as well as what device permissions must be accepted before starting a call.
|
1453
|
+
* Remote participant video tile menu options
|
1904
1454
|
*/
|
1905
|
-
|
1455
|
+
remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
|
1906
1456
|
/**
|
1907
|
-
*
|
1908
|
-
* unable to grant your site the required permissions for the call.
|
1909
|
-
*
|
1910
|
-
* @example
|
1911
|
-
* ```ts
|
1912
|
-
* onPermissionsTroubleshootingClick: () =>
|
1913
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1914
|
-
* ```
|
1457
|
+
* Options for controlling the local video tile.
|
1915
1458
|
*
|
1916
|
-
* @remarks
|
1917
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1459
|
+
* @remarks if 'false' the local video tile will not be rendered.
|
1918
1460
|
*/
|
1919
|
-
|
1920
|
-
camera: PermissionState;
|
1921
|
-
microphone: PermissionState;
|
1922
|
-
}) => void;
|
1461
|
+
localVideoTile?: boolean | LocalVideoTileOptions;
|
1923
1462
|
/**
|
1924
|
-
*
|
1925
|
-
* having network issues when connecting to the call.
|
1926
|
-
*
|
1927
|
-
* @example
|
1928
|
-
* ```ts
|
1929
|
-
* onNetworkingTroubleShootingClick?: () =>
|
1930
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1931
|
-
* ```
|
1932
|
-
*
|
1933
|
-
* @remarks
|
1934
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1463
|
+
* Options for controlling video tile.
|
1935
1464
|
*/
|
1936
|
-
|
1937
|
-
/**
|
1938
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1939
|
-
*
|
1940
|
-
* @example
|
1941
|
-
* ```ts
|
1942
|
-
* onBrowserTroubleShootingClick?: () =>
|
1943
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1944
|
-
* ```
|
1945
|
-
*
|
1946
|
-
* @remarks
|
1947
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
1948
|
-
*/
|
1949
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
1950
|
-
/**
|
1951
|
-
* Remote participant video tile menu options
|
1952
|
-
*/
|
1953
|
-
remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
|
1954
|
-
/**
|
1955
|
-
* Options for controlling the local video tile.
|
1956
|
-
*
|
1957
|
-
* @remarks if 'false' the local video tile will not be rendered.
|
1958
|
-
*/
|
1959
|
-
localVideoTile?: boolean | LocalVideoTileOptions;
|
1960
|
-
/**
|
1961
|
-
* Options for controlling video tile.
|
1962
|
-
*/
|
1963
|
-
videoTilesOptions?: VideoTilesOptions;
|
1465
|
+
videoTilesOptions?: VideoTilesOptions;
|
1964
1466
|
/**
|
1965
1467
|
* Whether to auto show the DTMF Dialer when the call starts in supported scenarios.
|
1966
1468
|
* - Teams Voice Application like Call queue or Auto Attendant
|
@@ -2067,7 +1569,7 @@ export declare type CallCompositeOptions = {
|
|
2067
1569
|
*
|
2068
1570
|
* @public
|
2069
1571
|
*/
|
2070
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' |
|
1572
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest';
|
2071
1573
|
|
2072
1574
|
/**
|
2073
1575
|
* Props for {@link CallComposite}.
|
@@ -2697,10 +2199,6 @@ export declare interface CallCompositeStrings {
|
|
2697
2199
|
* Label for the selection of the default (Gallery) layout
|
2698
2200
|
*/
|
2699
2201
|
moreButtonLargeGalleryDefaultLayoutLabel?: string;
|
2700
|
-
/**
|
2701
|
-
* Label for the selection of the Together Mode (Gallery) layout
|
2702
|
-
*/
|
2703
|
-
moreButtonTogetherModeLayoutLabel?: string;
|
2704
2202
|
/**
|
2705
2203
|
* Label for the selection of the floatingLocalVideo (Dynamic) layout
|
2706
2204
|
*/
|
@@ -2916,40 +2414,6 @@ export declare interface CallCompositeStrings {
|
|
2916
2414
|
* Label for mute all cancel button
|
2917
2415
|
*/
|
2918
2416
|
muteAllCancelButtonLabel: string;
|
2919
|
-
/**
|
2920
|
-
* Label for join breakout room button
|
2921
|
-
*/
|
2922
|
-
joinBreakoutRoomButtonLabel: string;
|
2923
|
-
/**
|
2924
|
-
* Label for button to return from breakout room
|
2925
|
-
*/
|
2926
|
-
returnFromBreakoutRoomButtonLabel: string;
|
2927
|
-
/**
|
2928
|
-
* Label for button to leave breakout room and meeting
|
2929
|
-
*/
|
2930
|
-
leaveBreakoutRoomAndMeetingButtonLabel: string;
|
2931
|
-
/**
|
2932
|
-
* Notification title for when a user joins a breakout room
|
2933
|
-
*/
|
2934
|
-
breakoutRoomJoinedNotificationTitle: string;
|
2935
|
-
/**
|
2936
|
-
* Title for banner to join the assigned breakout room. The banner is shown in mobile view instead of the
|
2937
|
-
* notification.
|
2938
|
-
*/
|
2939
|
-
joinBreakoutRoomBannerTitle: string;
|
2940
|
-
/**
|
2941
|
-
* Label for button in banner to join breakout room. The banner is shown in mobile view instead of the notification.
|
2942
|
-
*/
|
2943
|
-
joinBreakoutRoomBannerButtonLabel: string;
|
2944
|
-
/**
|
2945
|
-
* Title for banner to return from breakout room. The banner is shown in mobile view instead of the notification.
|
2946
|
-
*/
|
2947
|
-
returnFromBreakoutRoomBannerTitle: string;
|
2948
|
-
/**
|
2949
|
-
* Label for button in banner to return from breakout room. The banner is shown in mobile view instead of the
|
2950
|
-
* notification.
|
2951
|
-
*/
|
2952
|
-
returnFromBreakoutRoomBannerButtonLabel: string;
|
2953
2417
|
}
|
2954
2418
|
|
2955
2419
|
/**
|
@@ -3034,22 +2498,7 @@ export declare type CallErrors = {
|
|
3034
2498
|
*
|
3035
2499
|
* @public
|
3036
2500
|
*/
|
3037
|
-
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' |
|
3038
|
-
|
3039
|
-
/**
|
3040
|
-
* Represents the name of the call feature stream
|
3041
|
-
* @beta
|
3042
|
-
*/
|
3043
|
-
export declare type CallFeatureStreamName = 'togetherMode';
|
3044
|
-
|
3045
|
-
/**
|
3046
|
-
* State only version of {@link @azure/communication-calling#CallFeatureStream}.
|
3047
|
-
* Represents call feature stream state.
|
3048
|
-
* @beta
|
3049
|
-
*/
|
3050
|
-
export declare interface CallFeatureStreamState extends RemoteVideoStreamState {
|
3051
|
-
feature?: CallFeatureStreamName;
|
3052
|
-
}
|
2501
|
+
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';
|
3053
2502
|
|
3054
2503
|
/**
|
3055
2504
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -3159,21 +2608,6 @@ export declare interface CallingTheme {
|
|
3159
2608
|
};
|
3160
2609
|
}
|
3161
2610
|
|
3162
|
-
/**
|
3163
|
-
* @public
|
3164
|
-
*/
|
3165
|
-
export declare interface CallNotification {
|
3166
|
-
target: NotificationTarget;
|
3167
|
-
timestamp: Date;
|
3168
|
-
}
|
3169
|
-
|
3170
|
-
/**
|
3171
|
-
* @public
|
3172
|
-
*/
|
3173
|
-
export declare type CallNotifications = {
|
3174
|
-
[target in NotificationTarget]: CallNotification;
|
3175
|
-
};
|
3176
|
-
|
3177
2611
|
/**
|
3178
2612
|
* Calling participant's state, as reflected in the UI components.
|
3179
2613
|
*
|
@@ -3198,25 +2632,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
3198
2632
|
reaction?: Reaction;
|
3199
2633
|
/** Whether calling participant is spotlighted **/
|
3200
2634
|
spotlight?: Spotlight;
|
3201
|
-
/** Whether calling participant has audio/video media access blocked **/
|
3202
|
-
mediaAccess?: MediaAccess;
|
3203
|
-
};
|
3204
|
-
|
3205
|
-
/**
|
3206
|
-
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
3207
|
-
*
|
3208
|
-
* @remarks
|
3209
|
-
* This is currently in beta and only supports calling one Teams User.
|
3210
|
-
*
|
3211
|
-
* @example
|
3212
|
-
* ```
|
3213
|
-
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
3214
|
-
* ```
|
3215
|
-
*
|
3216
|
-
* @beta
|
3217
|
-
*/
|
3218
|
-
export declare type CallParticipantsLocator = {
|
3219
|
-
participantIds: string[];
|
3220
2635
|
};
|
3221
2636
|
|
3222
2637
|
/**
|
@@ -3319,10 +2734,6 @@ export declare interface CallState {
|
|
3319
2734
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
3320
2735
|
*/
|
3321
2736
|
recording: RecordingCallFeature;
|
3322
|
-
/**
|
3323
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3324
|
-
*/
|
3325
|
-
localRecording: LocalRecordingCallFeatureState;
|
3326
2737
|
/**
|
3327
2738
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
3328
2739
|
*
|
@@ -3333,11 +2744,6 @@ export declare interface CallState {
|
|
3333
2744
|
* Proxy of {@link @azure/communication-calling#RaiseHandCallFeature}.
|
3334
2745
|
*/
|
3335
2746
|
raiseHand: RaiseHandCallFeature;
|
3336
|
-
/**
|
3337
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature}.
|
3338
|
-
* @beta
|
3339
|
-
*/
|
3340
|
-
togetherMode: TogetherModeCallFeature;
|
3341
2747
|
/**
|
3342
2748
|
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
3343
2749
|
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
@@ -3384,10 +2790,6 @@ export declare interface CallState {
|
|
3384
2790
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
3385
2791
|
*/
|
3386
2792
|
role?: ParticipantRole;
|
3387
|
-
/**
|
3388
|
-
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3389
|
-
*/
|
3390
|
-
totalParticipantCount?: number;
|
3391
2793
|
/**
|
3392
2794
|
* Transfer state of call
|
3393
2795
|
*/
|
@@ -3407,17 +2809,13 @@ export declare interface CallState {
|
|
3407
2809
|
/**
|
3408
2810
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
3409
2811
|
*/
|
3410
|
-
info?: TeamsCallInfo
|
2812
|
+
info?: TeamsCallInfo;
|
3411
2813
|
/**
|
3412
2814
|
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
3413
2815
|
*/
|
3414
2816
|
meetingConference?: {
|
3415
2817
|
conferencePhones: ConferencePhoneInfo[];
|
3416
2818
|
};
|
3417
|
-
/**
|
3418
|
-
* Proxy of {@link @azure/communication-calling#BreakoutRoomsFeature}.
|
3419
|
-
*/
|
3420
|
-
breakoutRooms?: BreakoutRoomsState;
|
3421
2819
|
}
|
3422
2820
|
|
3423
2821
|
/**
|
@@ -3596,48 +2994,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
3596
2994
|
* @public
|
3597
2995
|
*/
|
3598
2996
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
3599
|
-
/**
|
3600
|
-
* Create the html view for a togethermode stream.
|
3601
|
-
*
|
3602
|
-
* @remarks
|
3603
|
-
* This method is implemented for composite
|
3604
|
-
*
|
3605
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
3606
|
-
*
|
3607
|
-
* @beta
|
3608
|
-
*/
|
3609
|
-
createTogetherModeStreamViews(options?: VideoStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
3610
|
-
/**
|
3611
|
-
* Start together mode.
|
3612
|
-
*
|
3613
|
-
* @remarks
|
3614
|
-
* This method is implemented for composite
|
3615
|
-
*
|
3616
|
-
*
|
3617
|
-
* @beta
|
3618
|
-
*/
|
3619
|
-
startTogetherMode(): Promise<void>;
|
3620
|
-
/**
|
3621
|
-
* Recalculate the seating positions for together mode.
|
3622
|
-
*
|
3623
|
-
* @remarks
|
3624
|
-
* This method is implemented for composite
|
3625
|
-
*
|
3626
|
-
* @param width - Width of the container
|
3627
|
-
* @param height - Height of the container
|
3628
|
-
*
|
3629
|
-
* @beta
|
3630
|
-
*/
|
3631
|
-
setTogetherModeSceneSize(width: number, height: number): void;
|
3632
|
-
/**
|
3633
|
-
* Dispose the html view for a togethermode stream.
|
3634
|
-
*
|
3635
|
-
* @remarks
|
3636
|
-
* This method is implemented for composite
|
3637
|
-
*
|
3638
|
-
* @beta
|
3639
|
-
*/
|
3640
|
-
disposeTogetherModeStreamViews(): Promise<void>;
|
3641
2997
|
/**
|
3642
2998
|
* Dispose the html view for a screen share stream
|
3643
2999
|
*
|
@@ -3745,19 +3101,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3745
3101
|
*
|
3746
3102
|
* @public
|
3747
3103
|
*/
|
3748
|
-
sendMessage(content: string, options?: SendMessageOptions
|
3749
|
-
/**
|
3750
|
-
* Upload an inline image for a message.
|
3751
|
-
*
|
3752
|
-
* @beta
|
3753
|
-
*/
|
3754
|
-
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
3755
|
-
/**
|
3756
|
-
* Delete an inline image for a message.
|
3757
|
-
*
|
3758
|
-
* @beta
|
3759
|
-
*/
|
3760
|
-
deleteImage(imageId: string): Promise<void>;
|
3104
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3761
3105
|
/**
|
3762
3106
|
* Send a read receipt for a message.
|
3763
3107
|
*
|
@@ -3775,7 +3119,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3775
3119
|
*
|
3776
3120
|
* @public
|
3777
3121
|
*/
|
3778
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
3122
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
3779
3123
|
/**
|
3780
3124
|
* Delete a message in the thread.
|
3781
3125
|
*
|
@@ -3820,10 +3164,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
3820
3164
|
* @public
|
3821
3165
|
*/
|
3822
3166
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
3823
|
-
/**
|
3824
|
-
* Continues into a call when the browser version is not supported.
|
3825
|
-
*/
|
3826
|
-
allowUnsupportedBrowserVersion(): void;
|
3827
3167
|
/**
|
3828
3168
|
* Function to Start captions
|
3829
3169
|
* @param options - options for start captions
|
@@ -3903,10 +3243,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
3903
3243
|
* Mute a participant
|
3904
3244
|
*/
|
3905
3245
|
muteAllRemoteParticipants(): Promise<void>;
|
3906
|
-
/**
|
3907
|
-
* Return to origin call of breakout room
|
3908
|
-
*/
|
3909
|
-
returnFromBreakoutRoom(): Promise<void>;
|
3910
3246
|
}
|
3911
3247
|
|
3912
3248
|
/**
|
@@ -3940,7 +3276,6 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
3940
3276
|
on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
3941
3277
|
on(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
3942
3278
|
on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
3943
|
-
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
3944
3279
|
off(event: 'callEnded', listener: CallEndedListener): void;
|
3945
3280
|
off(event: 'isMutedChanged', listener: IsMutedChangedListener): void;
|
3946
3281
|
off(event: 'callIdChanged', listener: CallIdChangedListener): void;
|
@@ -3958,7 +3293,6 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
3958
3293
|
off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
3959
3294
|
off(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
3960
3295
|
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
3961
|
-
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
3962
3296
|
on(event: 'messageReceived', listener: MessageReceivedListener): void;
|
3963
3297
|
on(event: 'messageEdited', listener: MessageEditedListener): void;
|
3964
3298
|
on(event: 'messageDeleted', listener: MessageDeletedListener): void;
|
@@ -3997,14 +3331,6 @@ export declare interface CallWithChatAdapterUiState {
|
|
3997
3331
|
* @public
|
3998
3332
|
*/
|
3999
3333
|
page: CallCompositePage;
|
4000
|
-
/**
|
4001
|
-
* State to track whether the end user has opted in to using a
|
4002
|
-
* out of date version of a supported browser. Allows the user
|
4003
|
-
* to start a call in this state.
|
4004
|
-
*
|
4005
|
-
* @beta
|
4006
|
-
*/
|
4007
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
4008
3334
|
}
|
4009
3335
|
|
4010
3336
|
/**
|
@@ -4023,8 +3349,6 @@ export declare interface CallWithChatClientState {
|
|
4023
3349
|
chat?: ChatThreadClientState;
|
4024
3350
|
/** Latest call error encountered for each operation performed via the adapter. */
|
4025
3351
|
latestCallErrors: AdapterErrors;
|
4026
|
-
/** Latest call notifications encountered in the call client state via the adapter. */
|
4027
|
-
latestCallNotifications: AdapterNotifications;
|
4028
3352
|
/** Latest chat error encountered for each operation performed via the adapter. */
|
4029
3353
|
latestChatErrors: AdapterErrors;
|
4030
3354
|
/** State of available and currently selected devices */
|
@@ -4178,62 +3502,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4178
3502
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
4179
3503
|
*/
|
4180
3504
|
callControls?: boolean | CallWithChatControlOptions;
|
4181
|
-
/**
|
4182
|
-
* Properties for configuring the File Sharing feature.
|
4183
|
-
* If undefined, file sharing feature will be disabled.
|
4184
|
-
* @beta
|
4185
|
-
*/
|
4186
|
-
attachmentOptions?: AttachmentOptions;
|
4187
|
-
/**
|
4188
|
-
* Device permissions check options for your call.
|
4189
|
-
* Here you can choose what device permissions you prompt the user for,
|
4190
|
-
* as well as what device permissions must be accepted before starting a call.
|
4191
|
-
*/
|
4192
|
-
deviceChecks?: DeviceCheckOptions;
|
4193
|
-
/**
|
4194
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
4195
|
-
* unable to grant your site the required permissions for the call.
|
4196
|
-
*
|
4197
|
-
* @example
|
4198
|
-
* ```ts
|
4199
|
-
* onPermissionsTroubleshootingClick: () =>
|
4200
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
4201
|
-
* ```
|
4202
|
-
*
|
4203
|
-
* @remarks
|
4204
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
4205
|
-
*/
|
4206
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
4207
|
-
camera: PermissionState;
|
4208
|
-
microphone: PermissionState;
|
4209
|
-
}) => void;
|
4210
|
-
/**
|
4211
|
-
* Optional callback to supply users with further troubleshooting steps for network issues
|
4212
|
-
* experienced when connecting to a call.
|
4213
|
-
*
|
4214
|
-
* @example
|
4215
|
-
* ```ts
|
4216
|
-
* onNetworkingTroubleShootingClick?: () =>
|
4217
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
4218
|
-
* ```
|
4219
|
-
*
|
4220
|
-
* @remarks
|
4221
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
4222
|
-
*/
|
4223
|
-
onNetworkingTroubleShootingClick?: () => void;
|
4224
|
-
/**
|
4225
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
4226
|
-
*
|
4227
|
-
* @example
|
4228
|
-
* ```ts
|
4229
|
-
* onBrowserTroubleShootingClick?: () =>
|
4230
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
4231
|
-
* ```
|
4232
|
-
*
|
4233
|
-
* @remarks
|
4234
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
4235
|
-
*/
|
4236
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
4237
3505
|
/**
|
4238
3506
|
* Remote participant video tile menu options
|
4239
3507
|
*/
|
@@ -4336,13 +3604,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4336
3604
|
*/
|
4337
3605
|
hideSpotlightButtons?: boolean;
|
4338
3606
|
};
|
4339
|
-
/**
|
4340
|
-
* Enables rich text editor for the send and edit boxes
|
4341
|
-
* @defaultValue `false`
|
4342
|
-
*
|
4343
|
-
* @beta
|
4344
|
-
*/
|
4345
|
-
richTextEditor?: boolean;
|
4346
3607
|
};
|
4347
3608
|
|
4348
3609
|
/**
|
@@ -4482,14 +3743,6 @@ export declare interface CallWithChatCompositeStrings {
|
|
4482
3743
|
* Side pane Chat screen title.
|
4483
3744
|
*/
|
4484
3745
|
chatPaneTitle: string;
|
4485
|
-
/**
|
4486
|
-
* Side pane Chat screen title in a breakout room.
|
4487
|
-
*/
|
4488
|
-
breakoutRoomChatPaneTitle: string;
|
4489
|
-
/**
|
4490
|
-
* Label for spinner when chat content is loading.
|
4491
|
-
*/
|
4492
|
-
chatContentSpinnerLabel: string;
|
4493
3746
|
/**
|
4494
3747
|
* New Message label for chat button with notification icon component.
|
4495
3748
|
*/
|
@@ -4584,36 +3837,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
4584
3837
|
*
|
4585
3838
|
* @public
|
4586
3839
|
*/
|
4587
|
-
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | 'spotlightChanged' |
|
4588
|
-
|
4589
|
-
/**
|
4590
|
-
* @beta
|
4591
|
-
*
|
4592
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4593
|
-
* by their browsers settings.
|
4594
|
-
*/
|
4595
|
-
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4596
|
-
|
4597
|
-
/**
|
4598
|
-
* @beta
|
4599
|
-
* Props for CameraAndMicrophoneSitePermissions component.
|
4600
|
-
*/
|
4601
|
-
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4602
|
-
/** Icon name for the camera icon */
|
4603
|
-
cameraIconName?: string;
|
4604
|
-
/** Icon name for the microphone icon */
|
4605
|
-
microphoneIconName?: string;
|
4606
|
-
/** Icon name for the central icon between the camera and microphone icons */
|
4607
|
-
connectorIconName?: string;
|
4608
|
-
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4609
|
-
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4610
|
-
}
|
4611
|
-
|
4612
|
-
/**
|
4613
|
-
* @beta
|
4614
|
-
* Strings for CameraAndMicrophoneSitePermissions component.
|
4615
|
-
*/
|
4616
|
-
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
3840
|
+
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';
|
4617
3841
|
|
4618
3842
|
/**
|
4619
3843
|
* A button to turn camera on / off.
|
@@ -4775,31 +3999,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
4775
3999
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
4776
4000
|
}
|
4777
4001
|
|
4778
|
-
/**
|
4779
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4780
|
-
* by their browsers settings.
|
4781
|
-
*
|
4782
|
-
* @beta
|
4783
|
-
*/
|
4784
|
-
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
4785
|
-
|
4786
|
-
/**
|
4787
|
-
* @beta
|
4788
|
-
* Props for CameraSitePermissions component.
|
4789
|
-
*/
|
4790
|
-
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
4791
|
-
/** Icon name for the camera icon */
|
4792
|
-
cameraIconName?: string;
|
4793
|
-
/** Strings for use with the {@link CameraSitePermissions} */
|
4794
|
-
strings?: CameraSitePermissionsStrings;
|
4795
|
-
}
|
4796
|
-
|
4797
|
-
/**
|
4798
|
-
* @beta
|
4799
|
-
* Strings for CameraSitePermissions component.
|
4800
|
-
*/
|
4801
|
-
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
4802
|
-
|
4803
4002
|
/**
|
4804
4003
|
* @public
|
4805
4004
|
* Callback function run when a message edit is cancelled.
|
@@ -5127,15 +4326,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5127
4326
|
* Send a message in the thread.
|
5128
4327
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
5129
4328
|
*/
|
5130
|
-
sendMessage(content: string, options?: SendMessageOptions
|
5131
|
-
/**
|
5132
|
-
* Upload an inline image for a message.
|
5133
|
-
*/
|
5134
|
-
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
5135
|
-
/**
|
5136
|
-
* Delete an inline image for a message.
|
5137
|
-
*/
|
5138
|
-
deleteImage(imageId: string): Promise<void>;
|
4329
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
5139
4330
|
/**
|
5140
4331
|
* Send a read receipt for a message.
|
5141
4332
|
*/
|
@@ -5156,7 +4347,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5156
4347
|
* Update a message content.
|
5157
4348
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
5158
4349
|
*/
|
5159
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
4350
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
5160
4351
|
/**
|
5161
4352
|
* Delete a message in the thread.
|
5162
4353
|
*/
|
@@ -5294,7 +4485,6 @@ export declare type ChatCompositeIcons = {
|
|
5294
4485
|
ParticipantItemOptionsHovered?: JSX.Element;
|
5295
4486
|
SendBoxSend?: JSX.Element;
|
5296
4487
|
SendBoxSendHovered?: JSX.Element;
|
5297
|
-
SendBoxAttachFile?: JSX.Element;
|
5298
4488
|
};
|
5299
4489
|
|
5300
4490
|
/**
|
@@ -5323,13 +4513,6 @@ export declare type ChatCompositeOptions = {
|
|
5323
4513
|
* @defaultValue true
|
5324
4514
|
*/
|
5325
4515
|
errorBar?: boolean;
|
5326
|
-
/**
|
5327
|
-
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
5328
|
-
* @defaultValue false
|
5329
|
-
*
|
5330
|
-
* @beta
|
5331
|
-
*/
|
5332
|
-
participantPane?: boolean;
|
5333
4516
|
/**
|
5334
4517
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
5335
4518
|
* @defaultValue true
|
@@ -5340,19 +4523,6 @@ export declare type ChatCompositeOptions = {
|
|
5340
4523
|
* When undefined nothing has focus on render
|
5341
4524
|
*/
|
5342
4525
|
autoFocus?: 'sendBoxTextField';
|
5343
|
-
/**
|
5344
|
-
* Properties for configuring the File Sharing feature.
|
5345
|
-
* If undefined, file sharing feature will be disabled.
|
5346
|
-
* @beta
|
5347
|
-
*/
|
5348
|
-
attachmentOptions?: AttachmentOptions;
|
5349
|
-
/**
|
5350
|
-
* Enables rich text editor for the send and edit boxes
|
5351
|
-
* @defaultValue `false`
|
5352
|
-
*
|
5353
|
-
* @beta
|
5354
|
-
*/
|
5355
|
-
richTextEditor?: boolean;
|
5356
4526
|
};
|
5357
4527
|
|
5358
4528
|
/**
|
@@ -5380,12 +4550,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
5380
4550
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
5381
4551
|
*/
|
5382
4552
|
options?: ChatCompositeOptions;
|
5383
|
-
/**
|
5384
|
-
* Optimizes the composite form factor for either desktop or mobile.
|
5385
|
-
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
5386
|
-
* @defaultValue 'desktop'
|
5387
|
-
*/
|
5388
|
-
formFactor?: 'desktop' | 'mobile';
|
5389
4553
|
}
|
5390
4554
|
|
5391
4555
|
/**
|
@@ -5400,26 +4564,6 @@ export declare interface ChatCompositeStrings {
|
|
5400
4564
|
* Chat list header text
|
5401
4565
|
*/
|
5402
4566
|
chatListHeader: string;
|
5403
|
-
/**
|
5404
|
-
* Upload Attachment Button text
|
5405
|
-
*/
|
5406
|
-
uploadAttachment: string;
|
5407
|
-
/**
|
5408
|
-
* Error Message for image data is not provided for image upload
|
5409
|
-
*/
|
5410
|
-
uploadImageDataNotProvided: string;
|
5411
|
-
/**
|
5412
|
-
* Error Message for upload image is too large
|
5413
|
-
*/
|
5414
|
-
uploadImageIsTooLarge: string;
|
5415
|
-
/**
|
5416
|
-
* Error Message for unsupported image extension for image upload
|
5417
|
-
*/
|
5418
|
-
uploadImageExtensionIsNotAllowed: string;
|
5419
|
-
/**
|
5420
|
-
* Error Message for unable to upload image
|
5421
|
-
*/
|
5422
|
-
uploadImageFailed: string;
|
5423
4567
|
}
|
5424
4568
|
|
5425
4569
|
/**
|
@@ -5468,7 +4612,7 @@ export declare type ChatErrors = {
|
|
5468
4612
|
*
|
5469
4613
|
* @public
|
5470
4614
|
*/
|
5471
|
-
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' |
|
4615
|
+
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';
|
5472
4616
|
|
5473
4617
|
/**
|
5474
4618
|
* Object containing all the handlers required for chat components.
|
@@ -5479,15 +4623,13 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
5479
4623
|
* @public
|
5480
4624
|
*/
|
5481
4625
|
export declare type ChatHandlers = {
|
5482
|
-
onSendMessage: (content: string, options?: SendMessageOptions
|
5483
|
-
onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
|
5484
|
-
onDeleteImage: (imageId: string) => Promise<void>;
|
4626
|
+
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
5485
4627
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
5486
4628
|
onTyping: () => Promise<void>;
|
5487
4629
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
5488
4630
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
5489
4631
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
5490
|
-
onUpdateMessage: (messageId: string, content: string
|
4632
|
+
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
5491
4633
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
5492
4634
|
};
|
5493
4635
|
|
@@ -5530,12 +4672,6 @@ export declare interface ChatMessage extends MessageCommon {
|
|
5530
4672
|
attachments?: AttachmentMetadata[];
|
5531
4673
|
}
|
5532
4674
|
|
5533
|
-
/**
|
5534
|
-
* @beta
|
5535
|
-
* Type of the message content, either 'text' or 'html'.
|
5536
|
-
*/
|
5537
|
-
export declare type ChatMessageType = 'text' | 'html';
|
5538
|
-
|
5539
4675
|
/**
|
5540
4676
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
5541
4677
|
* client-side only metadata for chat messages.
|
@@ -5642,8 +4778,6 @@ export declare type ChatThreadClientState = {
|
|
5642
4778
|
*/
|
5643
4779
|
export declare type ChatThreadProperties = {
|
5644
4780
|
topic?: string;
|
5645
|
-
createdBy?: CommunicationIdentifierKind;
|
5646
|
-
messagingPolicy?: MessagingPolicy;
|
5647
4781
|
};
|
5648
4782
|
|
5649
4783
|
/**
|
@@ -5910,7 +5044,6 @@ export declare interface CommonCallingHandlers {
|
|
5910
5044
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
5911
5045
|
onRemoveParticipant(userId: string): Promise<void>;
|
5912
5046
|
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
5913
|
-
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
5914
5047
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
5915
5048
|
onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
|
5916
5049
|
onRejectCall: (incomingCallId: string) => Promise<void>;
|
@@ -5929,38 +5062,6 @@ export declare interface CommonCallingHandlers {
|
|
5929
5062
|
onStopAllSpotlight: () => Promise<void>;
|
5930
5063
|
onMuteParticipant: (userId: string) => Promise<void>;
|
5931
5064
|
onMuteAllRemoteParticipants: () => Promise<void>;
|
5932
|
-
/**
|
5933
|
-
* Call back to create a view for together mode
|
5934
|
-
*
|
5935
|
-
* @beta
|
5936
|
-
*/
|
5937
|
-
onCreateTogetherModeStreamView: (options?: VideoStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
5938
|
-
/**
|
5939
|
-
* Call back to create a view for together mode
|
5940
|
-
*
|
5941
|
-
* @beta
|
5942
|
-
*/
|
5943
|
-
onStartTogetherMode: () => Promise<void>;
|
5944
|
-
/**
|
5945
|
-
* Call set together mode scene size
|
5946
|
-
*
|
5947
|
-
* @beta
|
5948
|
-
*/
|
5949
|
-
onSetTogetherModeSceneSize: (width: number, height: number) => void;
|
5950
|
-
/**
|
5951
|
-
* Call back to dispose together mode views
|
5952
|
-
*
|
5953
|
-
* @beta
|
5954
|
-
*/
|
5955
|
-
onDisposeTogetherModeStreamViews: () => Promise<void>;
|
5956
|
-
onForbidParticipantAudio?: (userIds: string[]) => Promise<void>;
|
5957
|
-
onPermitParticipantAudio?: (userIds: string[]) => Promise<void>;
|
5958
|
-
onForbidRemoteParticipantsAudio?: () => Promise<void>;
|
5959
|
-
onPermitRemoteParticipantsAudio?: () => Promise<void>;
|
5960
|
-
onForbidParticipantVideo?: (userIds: string[]) => Promise<void>;
|
5961
|
-
onPermitParticipantVideo?: (userIds: string[]) => Promise<void>;
|
5962
|
-
onForbidRemoteParticipantsVideo?: () => Promise<void>;
|
5963
|
-
onPermitRemoteParticipantsVideo?: () => Promise<void>;
|
5964
5065
|
}
|
5965
5066
|
|
5966
5067
|
/**
|
@@ -5972,39 +5073,6 @@ export declare type CommonProperties<A, B> = {
|
|
5972
5073
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
5973
5074
|
}[keyof A & keyof B];
|
5974
5075
|
|
5975
|
-
/**
|
5976
|
-
* @beta
|
5977
|
-
* Props for SitePermissions components.
|
5978
|
-
*/
|
5979
|
-
export declare interface CommonSitePermissionsProps {
|
5980
|
-
/**
|
5981
|
-
* Name of application calling experience is in.
|
5982
|
-
*/
|
5983
|
-
appName: string;
|
5984
|
-
/**
|
5985
|
-
* Kind of the Site Permissions component.
|
5986
|
-
*/
|
5987
|
-
kind: 'request' | 'denied' | 'check';
|
5988
|
-
/**
|
5989
|
-
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
5990
|
-
*/
|
5991
|
-
browserHint?: 'safari' | 'unset';
|
5992
|
-
/**
|
5993
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
5994
|
-
* If this is not provided the button will not be shown.
|
5995
|
-
*/
|
5996
|
-
onTroubleshootingClick?: () => void;
|
5997
|
-
/**
|
5998
|
-
* Action that is taken when the user clicks the continue anyway button.
|
5999
|
-
* If this is not provided the button will not be shown.
|
6000
|
-
*/
|
6001
|
-
onContinueAnywayClick?: () => void;
|
6002
|
-
/**
|
6003
|
-
* Styles for SitePermissions component.
|
6004
|
-
*/
|
6005
|
-
styles?: SitePermissionsStyles;
|
6006
|
-
}
|
6007
|
-
|
6008
5076
|
/**
|
6009
5077
|
* A Chat or Calling participant's state, as reflected in the UI.
|
6010
5078
|
*
|
@@ -6202,11 +5270,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
6202
5270
|
export declare interface ComponentLocale {
|
6203
5271
|
/** Strings for components */
|
6204
5272
|
strings: ComponentStrings;
|
6205
|
-
/**
|
6206
|
-
* Optional function to provide customized date format.
|
6207
|
-
* @beta
|
6208
|
-
*/
|
6209
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
6210
5273
|
}
|
6211
5274
|
|
6212
5275
|
/**
|
@@ -6256,10 +5319,6 @@ export declare interface ComponentStrings {
|
|
6256
5319
|
typingIndicator: TypingIndicatorStrings;
|
6257
5320
|
/** Strings for SendBox */
|
6258
5321
|
sendBox: SendBoxStrings;
|
6259
|
-
/** Strings for RichTextSendBox */
|
6260
|
-
richTextSendBox: RichTextSendBoxStrings;
|
6261
|
-
/** Strings for MentionPopover */
|
6262
|
-
mentionPopover: MentionPopoverStrings;
|
6263
5322
|
/** Strings for ImageOverlay */
|
6264
5323
|
imageOverlay: ImageOverlayStrings;
|
6265
5324
|
/** Strings for MessageStatusIndicator */
|
@@ -6276,55 +5335,13 @@ export declare interface ComponentStrings {
|
|
6276
5335
|
videoTile: VideoTileStrings;
|
6277
5336
|
/** Strings for HoldButton */
|
6278
5337
|
holdButton: HoldButtonStrings;
|
6279
|
-
/** Strings for a site's permission request prompt */
|
6280
|
-
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6281
|
-
/** Strings for a site's permission request prompt */
|
6282
|
-
CameraSitePermissionsRequest: SitePermissionsStrings;
|
6283
|
-
/** Strings for a site's permission request prompt */
|
6284
|
-
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6285
|
-
/** Strings for a site's permission generic checking prompt */
|
6286
|
-
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6287
|
-
/** Strings for a site's permission generic checking prompt */
|
6288
|
-
CameraSitePermissionsCheck: SitePermissionsStrings;
|
6289
|
-
/** Strings for a site's permission generic checking prompt */
|
6290
|
-
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6291
|
-
/** Strings for a site's permission denied prompt */
|
6292
|
-
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6293
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6294
|
-
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6295
|
-
/** Strings for a site's permission denied prompt */
|
6296
|
-
CameraSitePermissionsDenied: SitePermissionsStrings;
|
6297
|
-
/** Strings for a site's permission denied prompt */
|
6298
|
-
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6299
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6300
|
-
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6301
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6302
|
-
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6303
|
-
/** Strings for unsupported browser UI */
|
6304
|
-
UnsupportedBrowser: UnsupportedBrowserStrings;
|
6305
|
-
/** Strings for unsupported browser version UI */
|
6306
|
-
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
6307
|
-
/** Strings for unsupported browser version UI */
|
6308
|
-
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
6309
|
-
/** Strings for BrowserPemissionDenied */
|
6310
|
-
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
6311
|
-
/** Strings for BrowserPemissionDeniedIOS */
|
6312
|
-
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
6313
5338
|
/**
|
6314
5339
|
* Strings for the VerticalGallery.
|
6315
5340
|
*/
|
6316
5341
|
verticalGallery: VerticalGalleryStrings;
|
6317
|
-
/** Strings for the participant list component */
|
6318
|
-
ParticipantList: ParticipantListStrings;
|
6319
5342
|
/** Strings for the MeetingConferencePhoneInfoModal */
|
6320
5343
|
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
6321
5344
|
IncomingCallNotification: IncomingCallNotificationStrings;
|
6322
|
-
/** Strings for the RTT Disclosure Banner */
|
6323
|
-
rttDisclosureBanner: RTTDisclosureBannerStrings;
|
6324
|
-
/** Strings for the RTTModal */
|
6325
|
-
rttModal: RTTModalStrings;
|
6326
|
-
/** Strings for RealTimeText */
|
6327
|
-
rtt: RealTimeTextStrings;
|
6328
5345
|
}
|
6329
5346
|
|
6330
5347
|
/**
|
@@ -6876,7 +5893,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
6876
5893
|
/**
|
6877
5894
|
* @public
|
6878
5895
|
*/
|
6879
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs
|
5896
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
6880
5897
|
|
6881
5898
|
/**
|
6882
5899
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -6886,7 +5903,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @c
|
|
6886
5903
|
*
|
6887
5904
|
* @public
|
6888
5905
|
*/
|
6889
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator
|
5906
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
6890
5907
|
|
6891
5908
|
/**
|
6892
5909
|
* Object returned after creating a local or remote VideoStream.
|
@@ -7117,11 +6134,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7117
6134
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
7118
6135
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
7119
6136
|
ReactionButtonIcon: React_2.JSX.Element;
|
7120
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
7121
|
-
DownloadAttachment: React_2.JSX.Element;
|
7122
6137
|
OpenAttachment: React_2.JSX.Element;
|
7123
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
7124
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
7125
6138
|
EditBoxCancel: React_2.JSX.Element;
|
7126
6139
|
EditBoxSubmit: React_2.JSX.Element;
|
7127
6140
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -7140,11 +6153,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7140
6153
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
7141
6154
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
7142
6155
|
NotificationBarRecording: React_2.JSX.Element;
|
7143
|
-
NotificationBarBreakoutRoomOpened: React_2.JSX.Element;
|
7144
|
-
NotificationBarBreakoutRoomPromptJoin: React_2.JSX.Element;
|
7145
|
-
NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
|
7146
|
-
NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
|
7147
|
-
NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
|
7148
6156
|
HorizontalGalleryLeftButton: React_2.JSX.Element;
|
7149
6157
|
HorizontalGalleryRightButton: React_2.JSX.Element;
|
7150
6158
|
MessageDelivered: React_2.JSX.Element;
|
@@ -7169,13 +6177,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7169
6177
|
SendBoxSendHovered: React_2.JSX.Element;
|
7170
6178
|
VideoTileMicOff: React_2.JSX.Element;
|
7171
6179
|
DialpadBackspace: React_2.JSX.Element;
|
7172
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
7173
|
-
SitePermissionCamera: React_2.JSX.Element;
|
7174
|
-
SitePermissionMic: React_2.JSX.Element;
|
7175
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
7176
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
7177
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7178
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7179
6180
|
VideoTilePinned: React_2.JSX.Element;
|
7180
6181
|
ParticipantItemPinned: React_2.JSX.Element;
|
7181
6182
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -7205,25 +6206,10 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7205
6206
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
7206
6207
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
7207
6208
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7208
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7209
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7210
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7211
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7212
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7213
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7214
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7215
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
7216
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7217
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7218
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7219
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7220
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7221
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7222
6209
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
7223
6210
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
7224
6211
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
7225
6212
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7226
|
-
RTTIcon: React_2.JSX.Element;
|
7227
6213
|
};
|
7228
6214
|
|
7229
6215
|
/**
|
@@ -7244,7 +6230,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7244
6230
|
ParticipantItemOptionsHovered: JSX.Element;
|
7245
6231
|
SendBoxSend: JSX.Element;
|
7246
6232
|
SendBoxSendHovered: JSX.Element;
|
7247
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
7248
6233
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
7249
6234
|
ControlButtonCameraOff: JSX.Element;
|
7250
6235
|
ControlButtonCameraOn: JSX.Element;
|
@@ -7332,35 +6317,20 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7332
6317
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
7333
6318
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
7334
6319
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
6320
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
7335
6321
|
ChatMessageOptions: React_2.JSX.Element;
|
7336
6322
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
7337
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
7338
|
-
DownloadAttachment: React_2.JSX.Element;
|
7339
6323
|
OpenAttachment: React_2.JSX.Element;
|
7340
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
7341
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
7342
6324
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
7343
6325
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
7344
6326
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
7345
6327
|
NotificationBarRecording: React_2.JSX.Element;
|
7346
|
-
NotificationBarBreakoutRoomOpened: React_2.JSX.Element;
|
7347
|
-
NotificationBarBreakoutRoomPromptJoin: React_2.JSX.Element;
|
7348
|
-
NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
|
7349
|
-
NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
|
7350
|
-
NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
|
7351
6328
|
MessageResend: React_2.JSX.Element;
|
7352
6329
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
7353
6330
|
HoldCallContextualMenuItem: React_2.JSX.Element;
|
7354
6331
|
HoldCallButton: React_2.JSX.Element;
|
7355
6332
|
ResumeCall: React_2.JSX.Element;
|
7356
6333
|
DialpadBackspace: React_2.JSX.Element;
|
7357
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
7358
|
-
SitePermissionCamera: React_2.JSX.Element;
|
7359
|
-
SitePermissionMic: React_2.JSX.Element;
|
7360
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
7361
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
7362
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7363
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7364
6334
|
VideoTilePinned: React_2.JSX.Element;
|
7365
6335
|
ParticipantItemPinned: React_2.JSX.Element;
|
7366
6336
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -7390,57 +6360,12 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7390
6360
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
7391
6361
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
7392
6362
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7393
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7394
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7395
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7396
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7397
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7398
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7399
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7400
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
7401
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7402
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7403
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7404
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7405
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7406
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7407
6363
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
7408
6364
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
7409
6365
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
7410
6366
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7411
|
-
RTTIcon: React_2.JSX.Element;
|
7412
6367
|
};
|
7413
6368
|
|
7414
|
-
/**
|
7415
|
-
* @beta
|
7416
|
-
*
|
7417
|
-
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
7418
|
-
*/
|
7419
|
-
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
7420
|
-
|
7421
|
-
/**
|
7422
|
-
* Device Checks.
|
7423
|
-
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
7424
|
-
*
|
7425
|
-
* @beta
|
7426
|
-
*/
|
7427
|
-
export declare interface DeviceCheckOptions {
|
7428
|
-
/**
|
7429
|
-
* Camera Permission prompts for your call.
|
7430
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
7431
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
7432
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
7433
|
-
*/
|
7434
|
-
camera: 'required' | 'optional' | 'doNotPrompt';
|
7435
|
-
/**
|
7436
|
-
* Microphone permission prompts for your call.
|
7437
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
7438
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
7439
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
7440
|
-
*/
|
7441
|
-
microphone: 'required' | 'optional' | 'doNotPrompt';
|
7442
|
-
}
|
7443
|
-
|
7444
6369
|
/**
|
7445
6370
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
7446
6371
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -8110,7 +7035,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
8110
7035
|
*
|
8111
7036
|
* @public
|
8112
7037
|
*/
|
8113
|
-
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof
|
7038
|
+
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;
|
8114
7039
|
|
8115
7040
|
/**
|
8116
7041
|
* Get the selector for a specified component.
|
@@ -8296,10 +7221,6 @@ export declare interface _Identifiers {
|
|
8296
7221
|
verticalGalleryVideoTile: string;
|
8297
7222
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
8298
7223
|
verticalGalleryPageCounter: string;
|
8299
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
8300
|
-
mentionSuggestionList: string;
|
8301
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
8302
|
-
mentionSuggestionItem: string;
|
8303
7224
|
}
|
8304
7225
|
|
8305
7226
|
/**
|
@@ -8361,13 +7282,6 @@ export declare interface ImageOverlayStrings {
|
|
8361
7282
|
dismissButtonAriaLabel: string;
|
8362
7283
|
}
|
8363
7284
|
|
8364
|
-
/**
|
8365
|
-
* Preset dark theme for the ImageOverlay component.
|
8366
|
-
*
|
8367
|
-
* @public
|
8368
|
-
*/
|
8369
|
-
export declare const imageOverlayTheme: PartialTheme;
|
8370
|
-
|
8371
7285
|
/**
|
8372
7286
|
* @public
|
8373
7287
|
* This contains a readonly array that returns all the active `incomingCalls`.
|
@@ -8821,28 +7735,6 @@ export declare type LocalizationProviderProps = {
|
|
8821
7735
|
children: React_2.ReactNode;
|
8822
7736
|
};
|
8823
7737
|
|
8824
|
-
/**
|
8825
|
-
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
8826
|
-
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
8827
|
-
*
|
8828
|
-
* @beta
|
8829
|
-
*/
|
8830
|
-
export declare interface LocalRecordingCallFeatureState {
|
8831
|
-
/**
|
8832
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
8833
|
-
*/
|
8834
|
-
isLocalRecordingActive: boolean;
|
8835
|
-
/**
|
8836
|
-
* Contains list of information of started recordings
|
8837
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
8838
|
-
*/
|
8839
|
-
activeLocalRecordings?: LocalRecordingInfo[];
|
8840
|
-
/**
|
8841
|
-
* Contains list of information of stopped recordings
|
8842
|
-
*/
|
8843
|
-
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
8844
|
-
}
|
8845
|
-
|
8846
7738
|
/**
|
8847
7739
|
* @public
|
8848
7740
|
*/
|
@@ -8930,31 +7822,6 @@ export declare type LocalVideoTileSize = '9:16' | '16:9' | 'hidden' | 'followDev
|
|
8930
7822
|
*/
|
8931
7823
|
export declare type LongPressTrigger = 'mouseAndTouch' | 'touch';
|
8932
7824
|
|
8933
|
-
/**
|
8934
|
-
* Audio/Video Media access state
|
8935
|
-
*
|
8936
|
-
* @alpha
|
8937
|
-
*/
|
8938
|
-
export declare type MediaAccess = {
|
8939
|
-
isAudioPermitted: boolean;
|
8940
|
-
isVideoPermitted: boolean;
|
8941
|
-
};
|
8942
|
-
|
8943
|
-
/**
|
8944
|
-
* Media access state
|
8945
|
-
* @alpha
|
8946
|
-
*/
|
8947
|
-
export declare interface MediaAccessState {
|
8948
|
-
/**
|
8949
|
-
* Whether the audio is forcibly muted
|
8950
|
-
*/
|
8951
|
-
isAudioPermitted: boolean;
|
8952
|
-
/**
|
8953
|
-
* Whether the video is forcibly muted
|
8954
|
-
*/
|
8955
|
-
isVideoPermitted: boolean;
|
8956
|
-
}
|
8957
|
-
|
8958
7825
|
/**
|
8959
7826
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a media diagnostic.
|
8960
7827
|
*
|
@@ -9012,76 +7879,6 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
9012
7879
|
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
9013
7880
|
}
|
9014
7881
|
|
9015
|
-
/**
|
9016
|
-
* Mention's state, as reflected in the UI.
|
9017
|
-
*
|
9018
|
-
* @beta
|
9019
|
-
*/
|
9020
|
-
export declare interface Mention {
|
9021
|
-
/** ID of a mention */
|
9022
|
-
id: string;
|
9023
|
-
/** Display text of a mention */
|
9024
|
-
displayText: string;
|
9025
|
-
/** Optional React element to render an item icon of a mention suggestion */
|
9026
|
-
icon?: JSX.Element;
|
9027
|
-
}
|
9028
|
-
|
9029
|
-
/**
|
9030
|
-
* Options to display suggestions in the mention scenario.
|
9031
|
-
*
|
9032
|
-
* @beta
|
9033
|
-
*/
|
9034
|
-
export declare interface MentionDisplayOptions {
|
9035
|
-
/**
|
9036
|
-
* Optional callback for customizing the mention renderer in a message thread.
|
9037
|
-
*/
|
9038
|
-
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
9039
|
-
}
|
9040
|
-
|
9041
|
-
/**
|
9042
|
-
* Options to lookup suggestions in the mention scenario.
|
9043
|
-
*
|
9044
|
-
* @beta
|
9045
|
-
*/
|
9046
|
-
export declare interface MentionLookupOptions {
|
9047
|
-
/**
|
9048
|
-
* Optional string to set trigger keyword for mention a specific participant.
|
9049
|
-
*
|
9050
|
-
* @defaultValue `@`
|
9051
|
-
*/
|
9052
|
-
trigger?: string;
|
9053
|
-
/**
|
9054
|
-
* Optional callback to fetch a list of mention suggestions base on the query.
|
9055
|
-
*/
|
9056
|
-
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
9057
|
-
/**
|
9058
|
-
* Optional callback to render an item of the mention suggestions list.
|
9059
|
-
*/
|
9060
|
-
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
9061
|
-
}
|
9062
|
-
|
9063
|
-
/**
|
9064
|
-
* Options to lookup suggestions and display mentions in the mention scenario.
|
9065
|
-
*
|
9066
|
-
* @beta
|
9067
|
-
*/
|
9068
|
-
export declare type MentionOptions = {
|
9069
|
-
lookupOptions?: MentionLookupOptions;
|
9070
|
-
displayOptions?: MentionDisplayOptions;
|
9071
|
-
};
|
9072
|
-
|
9073
|
-
/**
|
9074
|
-
* Strings of {@link _MentionPopover} that can be overridden.
|
9075
|
-
*
|
9076
|
-
* @beta
|
9077
|
-
*/
|
9078
|
-
export declare interface MentionPopoverStrings {
|
9079
|
-
/**
|
9080
|
-
* Header text for MentionPopover
|
9081
|
-
*/
|
9082
|
-
mentionPopoverHeader: string;
|
9083
|
-
}
|
9084
|
-
|
9085
7882
|
/**
|
9086
7883
|
* Discriminated union of all messages.
|
9087
7884
|
*
|
@@ -9089,7 +7886,7 @@ export declare interface MentionPopoverStrings {
|
|
9089
7886
|
*
|
9090
7887
|
* @public
|
9091
7888
|
*/
|
9092
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage
|
7889
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
9093
7890
|
|
9094
7891
|
/**
|
9095
7892
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -9131,20 +7928,6 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
9131
7928
|
*/
|
9132
7929
|
export declare type MessageEditedListener = MessageReceivedListener;
|
9133
7930
|
|
9134
|
-
/**
|
9135
|
-
* @beta
|
9136
|
-
* Message option that defines properties that can be set when
|
9137
|
-
* sending or updating a chat message.
|
9138
|
-
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
9139
|
-
* @property attachments - Attachments that contains file attachments attached to the message.
|
9140
|
-
* @property type - Type of the message content, either 'text' or 'html'.
|
9141
|
-
*/
|
9142
|
-
export declare type MessageOptions = {
|
9143
|
-
metadata?: Record<string, string>;
|
9144
|
-
attachments?: AttachmentMetadata[];
|
9145
|
-
type?: ChatMessageType;
|
9146
|
-
};
|
9147
|
-
|
9148
7931
|
/**
|
9149
7932
|
* Props to render a single message.
|
9150
7933
|
*
|
@@ -9160,7 +7943,7 @@ export declare type MessageProps = {
|
|
9160
7943
|
/**
|
9161
7944
|
* Strings from parent MessageThread component
|
9162
7945
|
*/
|
9163
|
-
strings: MessageThreadStrings
|
7946
|
+
strings: MessageThreadStrings;
|
9164
7947
|
/**
|
9165
7948
|
* Custom CSS styles for chat message container.
|
9166
7949
|
*/
|
@@ -9206,7 +7989,7 @@ export declare type MessageProps = {
|
|
9206
7989
|
* @param options - message options to be included in the message
|
9207
7990
|
*
|
9208
7991
|
*/
|
9209
|
-
onSendMessage?: (content: string
|
7992
|
+
onSendMessage?: (content: string) => Promise<void>;
|
9210
7993
|
};
|
9211
7994
|
|
9212
7995
|
/**
|
@@ -9338,7 +8121,7 @@ export declare type MessageThreadProps = {
|
|
9338
8121
|
/**
|
9339
8122
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
9340
8123
|
*/
|
9341
|
-
messages: (ChatMessage | SystemMessage | CustomMessage
|
8124
|
+
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
9342
8125
|
/**
|
9343
8126
|
* number of participants in the thread
|
9344
8127
|
*/
|
@@ -9419,11 +8202,6 @@ export declare type MessageThreadProps = {
|
|
9419
8202
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
9420
8203
|
*/
|
9421
8204
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
9422
|
-
/**
|
9423
|
-
* Optional callback to render attachments in the message component.
|
9424
|
-
* @beta
|
9425
|
-
*/
|
9426
|
-
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
9427
8205
|
/**
|
9428
8206
|
* Optional callback to edit a message.
|
9429
8207
|
*
|
@@ -9452,7 +8230,7 @@ export declare type MessageThreadProps = {
|
|
9452
8230
|
* @param options - message options to be included in the message
|
9453
8231
|
*
|
9454
8232
|
*/
|
9455
|
-
onSendMessage?: (content: string
|
8233
|
+
onSendMessage?: (content: string) => Promise<void>;
|
9456
8234
|
/**
|
9457
8235
|
/**
|
9458
8236
|
* Disable editing messages.
|
@@ -9466,32 +8244,11 @@ export declare type MessageThreadProps = {
|
|
9466
8244
|
* Optional strings to override in component
|
9467
8245
|
*/
|
9468
8246
|
strings?: Partial<MessageThreadStrings>;
|
9469
|
-
/**
|
9470
|
-
* @beta
|
9471
|
-
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
9472
|
-
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
9473
|
-
*/
|
9474
|
-
attachmentOptions?: AttachmentOptions;
|
9475
|
-
/**
|
9476
|
-
* Optional function to provide customized date format.
|
9477
|
-
* @beta
|
9478
|
-
*/
|
9479
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
9480
|
-
/**
|
9481
|
-
* Optional props needed to lookup a mention query and display mentions
|
9482
|
-
* @beta
|
9483
|
-
*/
|
9484
|
-
mentionOptions?: MentionOptions;
|
9485
8247
|
/**
|
9486
8248
|
* Optional callback called when an inline image is clicked.
|
9487
8249
|
* @beta
|
9488
8250
|
*/
|
9489
8251
|
inlineImageOptions?: InlineImageOptions;
|
9490
|
-
/**
|
9491
|
-
* Options to enable rich text editor for the edit box.
|
9492
|
-
* @beta
|
9493
|
-
*/
|
9494
|
-
richTextEditorOptions?: RichTextEditBoxOptions;
|
9495
8252
|
};
|
9496
8253
|
|
9497
8254
|
/**
|
@@ -9565,20 +8322,10 @@ export declare interface MessageThreadStrings {
|
|
9565
8322
|
actionMenuMoreOptions?: string;
|
9566
8323
|
/** Aria label to announce when a message is deleted */
|
9567
8324
|
messageDeletedAnnouncementAriaLabel: string;
|
9568
|
-
/** String for download attachment button in attachment card */
|
9569
|
-
downloadAttachment: string;
|
9570
8325
|
/** String for open attachment button in attachment card */
|
9571
8326
|
openAttachment: string;
|
9572
|
-
/** String for policy violation message removal */
|
9573
|
-
blockedWarningText: string;
|
9574
|
-
/** String for policy violation message removal details link */
|
9575
|
-
blockedWarningLinkText: string;
|
9576
8327
|
/** String for aria text in attachment card group*/
|
9577
8328
|
attachmentCardGroupMessage: string;
|
9578
|
-
/**
|
9579
|
-
* Error message indicating that one or more image uploads are not complete.
|
9580
|
-
*/
|
9581
|
-
imageUploadsPendingError: string;
|
9582
8329
|
}
|
9583
8330
|
|
9584
8331
|
/**
|
@@ -9606,24 +8353,10 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
9606
8353
|
/** Styles for system message container. */
|
9607
8354
|
systemMessageContainer?: ComponentSlotStyle;
|
9608
8355
|
/** Styles for blocked message container. */
|
9609
|
-
blockedMessageContainer?: ComponentSlotStyle;
|
9610
8356
|
/** Styles for message status indicator container. */
|
9611
8357
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
9612
8358
|
}
|
9613
8359
|
|
9614
|
-
/**
|
9615
|
-
*
|
9616
|
-
* Messaging policy of a chat thread.
|
9617
|
-
*
|
9618
|
-
* @beta
|
9619
|
-
*/
|
9620
|
-
export declare interface MessagingPolicy {
|
9621
|
-
/**
|
9622
|
-
* Boolean to track whether or not messages are restricted to only text.
|
9623
|
-
* */
|
9624
|
-
textOnlyChat?: boolean;
|
9625
|
-
}
|
9626
|
-
|
9627
8360
|
/**
|
9628
8361
|
* A button to turn microphone on / off.
|
9629
8362
|
*
|
@@ -9816,31 +8549,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
9816
8549
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
9817
8550
|
}
|
9818
8551
|
|
9819
|
-
/**
|
9820
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
9821
|
-
* by their browsers settings.
|
9822
|
-
*
|
9823
|
-
* @beta
|
9824
|
-
*/
|
9825
|
-
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
9826
|
-
|
9827
|
-
/**
|
9828
|
-
* @beta
|
9829
|
-
* Props for MicrophoneSitePermissions component.
|
9830
|
-
*/
|
9831
|
-
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
9832
|
-
/** Icon name for the microphone icon */
|
9833
|
-
microphoneIconName?: string;
|
9834
|
-
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
9835
|
-
strings?: MicrophoneSitePermissionsStrings;
|
9836
|
-
}
|
9837
|
-
|
9838
|
-
/**
|
9839
|
-
* @beta
|
9840
|
-
* Strings for MicrophoneSitePermissions component.
|
9841
|
-
*/
|
9842
|
-
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
9843
|
-
|
9844
8552
|
/**
|
9845
8553
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
9846
8554
|
*
|
@@ -10140,26 +8848,6 @@ export declare interface NotificationStackStrings {
|
|
10140
8848
|
* Transcription stopped but recording still going on message
|
10141
8849
|
*/
|
10142
8850
|
transcriptionStoppedStillRecording?: NotificationStrings;
|
10143
|
-
/**
|
10144
|
-
* Message shown in notification when the user will be automatically to their assigned breakout room that is opened
|
10145
|
-
*/
|
10146
|
-
assignedBreakoutRoomOpened?: NotificationStrings;
|
10147
|
-
/**
|
10148
|
-
* Message shown in notification when the user is prompted to join their assigned breakout room that is opened
|
10149
|
-
*/
|
10150
|
-
assignedBreakoutRoomOpenedPromptJoin?: NotificationStrings;
|
10151
|
-
/**
|
10152
|
-
* Message shown in notification when the user is assigned breakout room is changed
|
10153
|
-
*/
|
10154
|
-
assignedBreakoutRoomChanged?: NotificationStrings;
|
10155
|
-
/**
|
10156
|
-
* Message shown in notification when breakout room is joined
|
10157
|
-
*/
|
10158
|
-
breakoutRoomJoined?: NotificationStrings;
|
10159
|
-
/**
|
10160
|
-
* Message shown in notification when breakout room is closing soon
|
10161
|
-
*/
|
10162
|
-
breakoutRoomClosingSoon?: NotificationStrings;
|
10163
8851
|
}
|
10164
8852
|
|
10165
8853
|
/**
|
@@ -10230,9 +8918,6 @@ export declare interface NotificationStyles {
|
|
10230
8918
|
link?: IStackStyles;
|
10231
8919
|
}
|
10232
8920
|
|
10233
|
-
/** @public */
|
10234
|
-
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon';
|
10235
|
-
|
10236
8921
|
/**
|
10237
8922
|
* All notifications that can be shown in the {@link NotificationStack}.
|
10238
8923
|
*
|
@@ -10520,10 +9205,6 @@ export declare type ParticipantListProps = {
|
|
10520
9205
|
styles?: ParticipantListStyles;
|
10521
9206
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
10522
9207
|
showParticipantOverflowTooltip?: boolean;
|
10523
|
-
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
10524
|
-
totalParticipantCount?: number;
|
10525
|
-
/** Strings for the participant list */
|
10526
|
-
strings?: ParticipantListStrings;
|
10527
9208
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
10528
9209
|
participantAriaLabelledBy?: string;
|
10529
9210
|
/** List of pinned participants */
|
@@ -10538,21 +9219,8 @@ export declare type ParticipantListProps = {
|
|
10538
9219
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
10539
9220
|
participants: CallParticipantListParticipant[];
|
10540
9221
|
myUserId: string;
|
10541
|
-
totalParticipantCount?: number;
|
10542
9222
|
};
|
10543
9223
|
|
10544
|
-
/**
|
10545
|
-
* Strings for the {@link ParticipantList}.
|
10546
|
-
*
|
10547
|
-
* @beta
|
10548
|
-
*/
|
10549
|
-
export declare interface ParticipantListStrings {
|
10550
|
-
/**
|
10551
|
-
* String for rendering the count of participants not contained in the displayed participant list
|
10552
|
-
*/
|
10553
|
-
overflowParticipantCount?: string;
|
10554
|
-
}
|
10555
|
-
|
10556
9224
|
/**
|
10557
9225
|
* Styles for the {@link ParticipantList}.
|
10558
9226
|
*
|
@@ -11031,60 +9699,6 @@ export declare type ReadReceiptsBySenderId = {
|
|
11031
9699
|
};
|
11032
9700
|
};
|
11033
9701
|
|
11034
|
-
/**
|
11035
|
-
* @beta
|
11036
|
-
* A component for displaying a single line of RealTimeText
|
11037
|
-
*/
|
11038
|
-
export declare const RealTimeText: (props: RealTimeTextProps) => JSX.Element;
|
11039
|
-
|
11040
|
-
/**
|
11041
|
-
* @beta
|
11042
|
-
* Props for a single line of RealTimeText.
|
11043
|
-
*/
|
11044
|
-
export declare interface RealTimeTextProps {
|
11045
|
-
/**
|
11046
|
-
* RealTimeText id
|
11047
|
-
*/
|
11048
|
-
id: string;
|
11049
|
-
/**
|
11050
|
-
* Display name of the user
|
11051
|
-
*/
|
11052
|
-
displayName: string;
|
11053
|
-
/**
|
11054
|
-
* RealTimeText content
|
11055
|
-
*/
|
11056
|
-
captionText: string;
|
11057
|
-
/**
|
11058
|
-
* user id of the user
|
11059
|
-
*/
|
11060
|
-
userId?: string;
|
11061
|
-
/**
|
11062
|
-
* Optional callback to override render of the avatar.
|
11063
|
-
*
|
11064
|
-
* @param userId - user Id
|
11065
|
-
*/
|
11066
|
-
onRenderAvatar?: OnRenderAvatarCallback;
|
11067
|
-
/**
|
11068
|
-
* Boolean indicating whether the RealTimeText is still in progress
|
11069
|
-
*/
|
11070
|
-
isTyping?: boolean;
|
11071
|
-
/**
|
11072
|
-
* Strings for RealTimeText
|
11073
|
-
*/
|
11074
|
-
strings?: RealTimeTextStrings;
|
11075
|
-
}
|
11076
|
-
|
11077
|
-
/**
|
11078
|
-
* @beta
|
11079
|
-
* strings for rtt
|
11080
|
-
*/
|
11081
|
-
export declare interface RealTimeTextStrings {
|
11082
|
-
/**
|
11083
|
-
* String indicating that the user is typing
|
11084
|
-
*/
|
11085
|
-
isTypingText?: string;
|
11086
|
-
}
|
11087
|
-
|
11088
9702
|
/**
|
11089
9703
|
* State only version of {@link @azure/communication-calling#RecordingCallFeature}. {@link StatefulCallClient} will
|
11090
9704
|
* automatically listen for recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
@@ -11096,35 +9710,8 @@ export declare interface RecordingCallFeature {
|
|
11096
9710
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
11097
9711
|
*/
|
11098
9712
|
isRecordingActive: boolean;
|
11099
|
-
/**
|
11100
|
-
* Contains list of information of started recordings
|
11101
|
-
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
11102
|
-
*/
|
11103
|
-
activeRecordings?: RecordingInfo[];
|
11104
|
-
/**
|
11105
|
-
* Contains list of information of stopped recordings
|
11106
|
-
*/
|
11107
|
-
lastStoppedRecording?: RecordingInfo[];
|
11108
9713
|
}
|
11109
9714
|
|
11110
|
-
/**
|
11111
|
-
* State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
|
11112
|
-
*
|
11113
|
-
* @beta
|
11114
|
-
*/
|
11115
|
-
export declare type RemoteDiagnosticState = {
|
11116
|
-
readonly diagnostic: RemoteDiagnosticType;
|
11117
|
-
readonly value: DiagnosticQuality | DiagnosticFlag;
|
11118
|
-
readonly valueType: DiagnosticValueType;
|
11119
|
-
};
|
11120
|
-
|
11121
|
-
/**
|
11122
|
-
* All type names for {@link @azure/communication-calling#RemoteDiagnosticState}.
|
11123
|
-
*
|
11124
|
-
* @beta
|
11125
|
-
*/
|
11126
|
-
export declare type RemoteDiagnosticType = NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType;
|
11127
|
-
|
11128
9715
|
/**
|
11129
9716
|
* State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
|
11130
9717
|
* automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -11188,14 +9775,6 @@ export declare interface RemoteParticipantState {
|
|
11188
9775
|
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
|
11189
9776
|
*/
|
11190
9777
|
spotlight?: SpotlightState;
|
11191
|
-
/**
|
11192
|
-
* Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
|
11193
|
-
*/
|
11194
|
-
mediaAccess?: MediaAccessState;
|
11195
|
-
/**
|
11196
|
-
* The diagnostic status of RemoteParticipant{@link @azure/communication-calling#RemoteDiagnostics}.
|
11197
|
-
*/
|
11198
|
-
diagnostics?: Partial<Record<RemoteDiagnosticType, RemoteDiagnosticState>>;
|
11199
9778
|
}
|
11200
9779
|
|
11201
9780
|
/**
|
@@ -11269,325 +9848,6 @@ export declare type ResourceFetchResult = {
|
|
11269
9848
|
error?: Error;
|
11270
9849
|
};
|
11271
9850
|
|
11272
|
-
/**
|
11273
|
-
* Options for the rich text editor edit box configuration.
|
11274
|
-
*
|
11275
|
-
* @beta
|
11276
|
-
*/
|
11277
|
-
export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
|
11278
|
-
/**
|
11279
|
-
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
11280
|
-
* When not provided, pasting images into rich text editor will be disabled.
|
11281
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11282
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
11283
|
-
* @param messageId - the id of the message that the inlineImage belongs to.
|
11284
|
-
*/
|
11285
|
-
onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
11286
|
-
/**
|
11287
|
-
* Optional callback invoked after inline image is removed from the UI.
|
11288
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11289
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
11290
|
-
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
11291
|
-
* @param messageId - the id of the message that the inlineImage belongs to.
|
11292
|
-
*/
|
11293
|
-
onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
11294
|
-
/**
|
11295
|
-
* Optional Record of type {@link AttachmentMetadataInProgress}
|
11296
|
-
* to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
|
11297
|
-
* - there is an error provided in the messagesInlineImagesWithProgress
|
11298
|
-
* - progress is less than 1 when the send button is clicked
|
11299
|
-
* - content html string is longer than the max allowed length.
|
11300
|
-
* (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
|
11301
|
-
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
11302
|
-
*/
|
11303
|
-
messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
|
11304
|
-
}
|
11305
|
-
|
11306
|
-
/**
|
11307
|
-
* Options for the rich text editor configuration.
|
11308
|
-
*
|
11309
|
-
* @beta
|
11310
|
-
*/
|
11311
|
-
export declare interface RichTextEditorOptions {
|
11312
|
-
/**
|
11313
|
-
* Optional callback to handle paste event.
|
11314
|
-
*/
|
11315
|
-
onPaste?: (event: {
|
11316
|
-
content: DocumentFragment;
|
11317
|
-
}) => void;
|
11318
|
-
}
|
11319
|
-
|
11320
|
-
/**
|
11321
|
-
* A component to render SendBox with Rich Text Editor support.
|
11322
|
-
*
|
11323
|
-
* @beta
|
11324
|
-
*/
|
11325
|
-
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
11326
|
-
|
11327
|
-
/**
|
11328
|
-
* Props for {@link RichTextSendBox}.
|
11329
|
-
*
|
11330
|
-
* @beta
|
11331
|
-
*/
|
11332
|
-
export declare interface RichTextSendBoxProps {
|
11333
|
-
/**
|
11334
|
-
* Optional boolean to disable text box
|
11335
|
-
* @defaultValue false
|
11336
|
-
*/
|
11337
|
-
disabled?: boolean;
|
11338
|
-
/**
|
11339
|
-
* Optional callback to handle paste event.
|
11340
|
-
*/
|
11341
|
-
onPaste?: (event: {
|
11342
|
-
content: DocumentFragment;
|
11343
|
-
}) => void;
|
11344
|
-
/**
|
11345
|
-
* Optional strings to override in component
|
11346
|
-
*/
|
11347
|
-
strings?: Partial<RichTextSendBoxStrings>;
|
11348
|
-
/**
|
11349
|
-
* Optional text for system message above the text box
|
11350
|
-
*/
|
11351
|
-
systemMessage?: string;
|
11352
|
-
/**
|
11353
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
11354
|
-
* to render attachments being uploaded in the SendBox.
|
11355
|
-
* @beta
|
11356
|
-
*/
|
11357
|
-
attachments?: AttachmentMetadataInProgress[];
|
11358
|
-
/**
|
11359
|
-
* enumerable to determine if the input box has focus on render or not.
|
11360
|
-
* When undefined nothing has focus on render
|
11361
|
-
*/
|
11362
|
-
autoFocus?: 'sendBoxTextField';
|
11363
|
-
/**
|
11364
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
11365
|
-
* cancel icon.
|
11366
|
-
*/
|
11367
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
11368
|
-
/**
|
11369
|
-
* Optional callback invoked after inline image is removed from the UI.
|
11370
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11371
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
11372
|
-
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
11373
|
-
*/
|
11374
|
-
onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
|
11375
|
-
/**
|
11376
|
-
* Callback function used when the send button is clicked.
|
11377
|
-
*/
|
11378
|
-
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
11379
|
-
/**
|
11380
|
-
* Optional callback called when user is typing
|
11381
|
-
*/
|
11382
|
-
onTyping?: () => Promise<void>;
|
11383
|
-
/**
|
11384
|
-
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
11385
|
-
* When not provided, pasting images into rich text editor will be disabled.
|
11386
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11387
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
11388
|
-
*/
|
11389
|
-
onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
|
11390
|
-
/**
|
11391
|
-
* Optional Array of type {@link AttachmentMetadataInProgress}
|
11392
|
-
* to render the errorBar for inline images inserted in the RichTextSendBox when:
|
11393
|
-
* - there is an error provided in the inlineImagesWithProgress
|
11394
|
-
* - progress is less than 1 when the send button is clicked
|
11395
|
-
* - content html string is longer than the max allowed length.
|
11396
|
-
* (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
|
11397
|
-
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
11398
|
-
*/
|
11399
|
-
inlineImagesWithProgress?: AttachmentMetadataInProgress[];
|
11400
|
-
}
|
11401
|
-
|
11402
|
-
/**
|
11403
|
-
* Strings of {@link RichTextSendBox} that can be overridden.
|
11404
|
-
*
|
11405
|
-
* @beta
|
11406
|
-
*/
|
11407
|
-
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
11408
|
-
}
|
11409
|
-
|
11410
|
-
/**
|
11411
|
-
* Strings of RichText that can be overridden.
|
11412
|
-
*
|
11413
|
-
* @beta
|
11414
|
-
*/
|
11415
|
-
export declare interface RichTextStrings {
|
11416
|
-
/**
|
11417
|
-
* Tooltip text for the bold button.
|
11418
|
-
*/
|
11419
|
-
richTextBoldTooltip: string;
|
11420
|
-
/**
|
11421
|
-
* Tooltip text for the italic button.
|
11422
|
-
*/
|
11423
|
-
richTextItalicTooltip: string;
|
11424
|
-
/**
|
11425
|
-
* Tooltip text for the underline button.
|
11426
|
-
*/
|
11427
|
-
richTextUnderlineTooltip: string;
|
11428
|
-
/**
|
11429
|
-
* Tooltip text for the bullet list button.
|
11430
|
-
*/
|
11431
|
-
richTextBulletListTooltip: string;
|
11432
|
-
/**
|
11433
|
-
* Tooltip text for the number list button.
|
11434
|
-
*/
|
11435
|
-
richTextNumberListTooltip: string;
|
11436
|
-
/**
|
11437
|
-
* Tooltip text for the increase indent button.
|
11438
|
-
*/
|
11439
|
-
richTextIncreaseIndentTooltip: string;
|
11440
|
-
/**
|
11441
|
-
* Tooltip text for the decrease indent button.
|
11442
|
-
*/
|
11443
|
-
richTextDecreaseIndentTooltip: string;
|
11444
|
-
/**
|
11445
|
-
* Tooltip text insert table button.
|
11446
|
-
*/
|
11447
|
-
richTextInsertTableTooltip: string;
|
11448
|
-
/**
|
11449
|
-
* Tooltip text for the rich text format button button.
|
11450
|
-
*/
|
11451
|
-
richTextFormatButtonTooltip: string;
|
11452
|
-
/**
|
11453
|
-
* Text for the insert menu item.
|
11454
|
-
*/
|
11455
|
-
richTextInsertRowOrColumnMenu: string;
|
11456
|
-
/**
|
11457
|
-
* Title for the insert table menu.
|
11458
|
-
*/
|
11459
|
-
richTextInsertTableMenuTitle: string;
|
11460
|
-
/**
|
11461
|
-
* Text for the insert menu item to insert row above the current selection.
|
11462
|
-
*/
|
11463
|
-
richTextInsertRowAboveMenu: string;
|
11464
|
-
/**
|
11465
|
-
* Text for the insert menu item to insert row below the current selection.
|
11466
|
-
*/
|
11467
|
-
richTextInsertRowBelowMenu: string;
|
11468
|
-
/**
|
11469
|
-
* Text for the insert menu item to insert column to the left from the current selection.
|
11470
|
-
*/
|
11471
|
-
richTextInsertColumnLeftMenu: string;
|
11472
|
-
/**
|
11473
|
-
* Text for the insert menu item to insert column to the right from the current selection.
|
11474
|
-
*/
|
11475
|
-
richTextInsertColumnRightMenu: string;
|
11476
|
-
/**
|
11477
|
-
* Text for the delete row or column menu.
|
11478
|
-
*/
|
11479
|
-
richTextDeleteRowOrColumnMenu: string;
|
11480
|
-
/**
|
11481
|
-
* Text for the delete column menu.
|
11482
|
-
*/
|
11483
|
-
richTextDeleteColumnMenu: string;
|
11484
|
-
/**
|
11485
|
-
* Text for the delete row menu.
|
11486
|
-
*/
|
11487
|
-
richTextDeleteRowMenu: string;
|
11488
|
-
/**
|
11489
|
-
* Text for the delete table menu.
|
11490
|
-
*/
|
11491
|
-
richTextDeleteTableMenu: string;
|
11492
|
-
/**
|
11493
|
-
* Text for the rich text toolbar.
|
11494
|
-
*/
|
11495
|
-
richTextToolbarAriaLabel: string;
|
11496
|
-
/**
|
11497
|
-
* Text for the rich text toolbar more button.
|
11498
|
-
*/
|
11499
|
-
richTextToolbarMoreButtonAriaLabel: string;
|
11500
|
-
/**
|
11501
|
-
* Text for announcement when a new bulleted list item is added.
|
11502
|
-
*/
|
11503
|
-
richTextNewBulletedListItemAnnouncement: string;
|
11504
|
-
/**
|
11505
|
-
* Text for announcement when a new numbered list item is added.
|
11506
|
-
*/
|
11507
|
-
richTextNewNumberedListItemAnnouncement: string;
|
11508
|
-
/**
|
11509
|
-
* Text for announcement when the bulleted list style is applied.
|
11510
|
-
*/
|
11511
|
-
richTextBulletedListAppliedAnnouncement: string;
|
11512
|
-
/**
|
11513
|
-
* Text for announcement when the numbered list style is applied.
|
11514
|
-
*/
|
11515
|
-
richTextNumberedListAppliedAnnouncement: string;
|
11516
|
-
/**
|
11517
|
-
* Error message indicating image upload is not complete.
|
11518
|
-
*/
|
11519
|
-
imageUploadsPendingError: string;
|
11520
|
-
}
|
11521
|
-
|
11522
|
-
/**
|
11523
|
-
* @beta
|
11524
|
-
* Banner to disclose that RTT is enabled for all participants for the entire duration of the meeting.
|
11525
|
-
*/
|
11526
|
-
export declare const RTTDisclosureBanner: (props: RTTDisclosureBannerProps) => JSX.Element;
|
11527
|
-
|
11528
|
-
/**
|
11529
|
-
* @beta
|
11530
|
-
* Props for RTT Banner
|
11531
|
-
*/
|
11532
|
-
export declare interface RTTDisclosureBannerProps {
|
11533
|
-
/**
|
11534
|
-
* Optional callback to supply users with further troubleshooting steps or more information for the Real Time Text feature.
|
11535
|
-
*/
|
11536
|
-
onClickLink?: () => void;
|
11537
|
-
/** RTT Banner strings */
|
11538
|
-
strings?: RTTDisclosureBannerStrings;
|
11539
|
-
}
|
11540
|
-
|
11541
|
-
/**
|
11542
|
-
* @beta
|
11543
|
-
* strings for rtt modal
|
11544
|
-
*/
|
11545
|
-
export declare interface RTTDisclosureBannerStrings {
|
11546
|
-
bannerTitle: string;
|
11547
|
-
bannerContent: string;
|
11548
|
-
bannerLinkLabel?: string;
|
11549
|
-
}
|
11550
|
-
|
11551
|
-
/**
|
11552
|
-
* @beta
|
11553
|
-
* a component for rtt modal
|
11554
|
-
*/
|
11555
|
-
export declare const RTTModal: (props: RTTModalProps) => JSX.Element;
|
11556
|
-
|
11557
|
-
/**
|
11558
|
-
* @beta
|
11559
|
-
* RTTModal Component Props.
|
11560
|
-
*/
|
11561
|
-
export declare interface RTTModalProps {
|
11562
|
-
/** The strings for the RTT modal */
|
11563
|
-
strings?: RTTModalStrings;
|
11564
|
-
/** The flag to show the modal */
|
11565
|
-
showModal?: boolean;
|
11566
|
-
/** The function to dismiss the modal */
|
11567
|
-
onDismissModal?: () => void;
|
11568
|
-
/** The function to start RTT */
|
11569
|
-
onStartRTT?: () => Promise<void>;
|
11570
|
-
}
|
11571
|
-
|
11572
|
-
/**
|
11573
|
-
* @beta
|
11574
|
-
* strings for rtt modal
|
11575
|
-
*/
|
11576
|
-
export declare interface RTTModalStrings {
|
11577
|
-
/** The title of the RTT modal */
|
11578
|
-
rttModalTitle?: string;
|
11579
|
-
/** The text of the RTT modal */
|
11580
|
-
rttModalText?: string;
|
11581
|
-
/** The label for the confirm button */
|
11582
|
-
rttConfirmButtonLabel?: string;
|
11583
|
-
/** The label for the cancel button */
|
11584
|
-
rttCancelButtonLabel?: string;
|
11585
|
-
/** The aria label for the modal */
|
11586
|
-
rttModalAriaLabel?: string;
|
11587
|
-
/** The aria label for the close button */
|
11588
|
-
rttCloseModalButtonAriaLabel?: string;
|
11589
|
-
}
|
11590
|
-
|
11591
9851
|
/**
|
11592
9852
|
* A button to start / stop screen sharing.
|
11593
9853
|
*
|
@@ -11659,42 +9919,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
11659
9919
|
*/
|
11660
9920
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
11661
9921
|
|
11662
|
-
/**
|
11663
|
-
* @beta
|
11664
|
-
* Error to be displayed to the user in an error bar above sendbox.
|
11665
|
-
*/
|
11666
|
-
export declare interface SendBoxErrorBarError {
|
11667
|
-
/** Error Message to be displayed */
|
11668
|
-
message: string;
|
11669
|
-
/**
|
11670
|
-
* Unix Timestamp. Preferred generation using `Date.now()`
|
11671
|
-
*/
|
11672
|
-
timestamp: number;
|
11673
|
-
/**
|
11674
|
-
* ErrorBar type. Defaults to `warning`.
|
11675
|
-
*/
|
11676
|
-
errorBarType?: SendBoxErrorBarType;
|
11677
|
-
}
|
11678
|
-
|
11679
|
-
/**
|
11680
|
-
* @beta
|
11681
|
-
* Error bar type for {@link SendBoxErrorBarError}
|
11682
|
-
*/
|
11683
|
-
export declare enum SendBoxErrorBarType {
|
11684
|
-
/** Info styled MessageBar */
|
11685
|
-
info = 0,
|
11686
|
-
/** Error styled MessageBar */
|
11687
|
-
error = 1,
|
11688
|
-
/** Blocked styled MessageBar */
|
11689
|
-
blocked = 2,
|
11690
|
-
/** SevereWarning styled MessageBar */
|
11691
|
-
severeWarning = 3,
|
11692
|
-
/** Success styled MessageBar */
|
11693
|
-
success = 4,
|
11694
|
-
/** Warning styled MessageBar */
|
11695
|
-
warning = 5
|
11696
|
-
}
|
11697
|
-
|
11698
9922
|
/**
|
11699
9923
|
* Props for {@link SendBox}.
|
11700
9924
|
*
|
@@ -11713,12 +9937,7 @@ export declare interface SendBoxProps {
|
|
11713
9937
|
/**
|
11714
9938
|
* Optional override behavior on send button click
|
11715
9939
|
*/
|
11716
|
-
onSendMessage?: (content: string
|
11717
|
-
/**
|
11718
|
-
* Optional props needed to lookup suggestions in the mention scenario.
|
11719
|
-
* @beta
|
11720
|
-
*/
|
11721
|
-
mentionLookupOptions?: MentionLookupOptions;
|
9940
|
+
onSendMessage?: (content: string) => Promise<void>;
|
11722
9941
|
/**
|
11723
9942
|
* Optional callback called when user is typing
|
11724
9943
|
*/
|
@@ -11755,25 +9974,6 @@ export declare interface SendBoxProps {
|
|
11755
9974
|
* When undefined nothing has focus on render
|
11756
9975
|
*/
|
11757
9976
|
autoFocus?: 'sendBoxTextField';
|
11758
|
-
/**
|
11759
|
-
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
11760
|
-
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
11761
|
-
* be rendered below the text area in sendBox.
|
11762
|
-
* @beta
|
11763
|
-
*/
|
11764
|
-
onRenderAttachmentUploads?: () => JSX.Element;
|
11765
|
-
/**
|
11766
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
11767
|
-
* to render attachments being uploaded in the SendBox.
|
11768
|
-
* @beta
|
11769
|
-
*/
|
11770
|
-
attachments?: AttachmentMetadataInProgress[];
|
11771
|
-
/**
|
11772
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
11773
|
-
* cancel icon.
|
11774
|
-
* @beta
|
11775
|
-
*/
|
11776
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
11777
9977
|
}
|
11778
9978
|
|
11779
9979
|
/**
|
@@ -11804,26 +10004,6 @@ export declare interface SendBoxStrings {
|
|
11804
10004
|
* Aria label for send message button
|
11805
10005
|
*/
|
11806
10006
|
sendButtonAriaLabel: string;
|
11807
|
-
/**
|
11808
|
-
* Error message indicating that all attachment uploads are not complete.
|
11809
|
-
*/
|
11810
|
-
attachmentUploadsPendingError: string;
|
11811
|
-
/**
|
11812
|
-
* Aria label to notify user when focus is on cancel attachment upload button.
|
11813
|
-
*/
|
11814
|
-
removeAttachment: string;
|
11815
|
-
/**
|
11816
|
-
* Aria label to notify user attachment uploading starts.
|
11817
|
-
*/
|
11818
|
-
uploading: string;
|
11819
|
-
/**
|
11820
|
-
* Aria label to notify user attachment is uploaded.
|
11821
|
-
*/
|
11822
|
-
uploadCompleted: string;
|
11823
|
-
/**
|
11824
|
-
* Aria label to notify user more attachment action menu.
|
11825
|
-
*/
|
11826
|
-
attachmentMoreMenu: string;
|
11827
10007
|
}
|
11828
10008
|
|
11829
10009
|
/**
|
@@ -11844,45 +10024,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
11844
10024
|
systemMessage?: IStyle;
|
11845
10025
|
}
|
11846
10026
|
|
11847
|
-
/**
|
11848
|
-
* @beta
|
11849
|
-
* Strings for SitePermissions component
|
11850
|
-
*/
|
11851
|
-
export declare type SitePermissionsStrings = {
|
11852
|
-
/**
|
11853
|
-
* Main text string.
|
11854
|
-
*/
|
11855
|
-
primaryText?: string;
|
11856
|
-
/**
|
11857
|
-
* Subtext string.
|
11858
|
-
*/
|
11859
|
-
secondaryText?: string;
|
11860
|
-
/**
|
11861
|
-
* More help link string.
|
11862
|
-
*/
|
11863
|
-
linkText?: string;
|
11864
|
-
/**
|
11865
|
-
* Primary button text string.
|
11866
|
-
*/
|
11867
|
-
primaryButtonText?: string;
|
11868
|
-
/**
|
11869
|
-
* Aria label describing the content of the container
|
11870
|
-
*/
|
11871
|
-
ariaLabel?: string;
|
11872
|
-
};
|
11873
|
-
|
11874
|
-
/**
|
11875
|
-
* Fluent styles for {@link SitePermissionsContainer}.
|
11876
|
-
*
|
11877
|
-
* @beta
|
11878
|
-
*/
|
11879
|
-
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
11880
|
-
/** Styles for the primary button. */
|
11881
|
-
primaryButton?: IButtonStyles;
|
11882
|
-
/** Styles for the help troubleshooting link text. */
|
11883
|
-
troubleshootingLink?: ILinkStyles;
|
11884
|
-
}
|
11885
|
-
|
11886
10027
|
/**
|
11887
10028
|
* @public
|
11888
10029
|
* Type for representing a custom sound to use for a calling event
|
@@ -12083,13 +10224,6 @@ export declare interface StartCaptionsAdapterOptions extends StartCaptionsOption
|
|
12083
10224
|
startInBackground?: boolean;
|
12084
10225
|
}
|
12085
10226
|
|
12086
|
-
/**
|
12087
|
-
* Parameter to start a call using a Teams user identity.
|
12088
|
-
*
|
12089
|
-
* @beta
|
12090
|
-
*/
|
12091
|
-
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
12092
|
-
|
12093
10227
|
/**
|
12094
10228
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
12095
10229
|
* The interface provides access to proxied state and also allows registering a handler for state change events. For
|
@@ -12201,37 +10335,6 @@ export declare interface StatefulCallClient extends CallClient {
|
|
12201
10335
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
12202
10336
|
*/
|
12203
10337
|
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
12204
|
-
/**
|
12205
|
-
* Renders a {@link CallFeatureStreamState}
|
12206
|
-
* {@link VideoStreamRendererViewState} under the relevant {@link CallFeatureStreamState}
|
12207
|
-
* {@link @azure/communication-calling#VideoStreamRenderer.createView}.
|
12208
|
-
*
|
12209
|
-
* Scenario 1: Render CallFeatureStreamState
|
12210
|
-
* - CallId is required and stream of type CallFeatureStreamState is required
|
12211
|
-
* - Resulting {@link VideoStreamRendererViewState} is stored in the given callId and participantId in
|
12212
|
-
* {@link CallClientState}
|
12213
|
-
*
|
12214
|
-
* @param callId - CallId for the given stream. Can be undefined if the stream is not part of any call.
|
12215
|
-
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to start rendering.
|
12216
|
-
* @param options - Options that are passed to the {@link @azure/communication-calling#VideoStreamRenderer}.
|
12217
|
-
* @beta
|
12218
|
-
*/
|
12219
|
-
createView(callId: string, stream: CallFeatureStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
|
12220
|
-
/**
|
12221
|
-
* Stops rendering a {@link CallFeatureStreamState} and removes the
|
12222
|
-
* {@link VideoStreamRendererView} from the relevant {@link CallFeatureStreamState} in {@link CallClientState} or
|
12223
|
-
* {@link @azure/communication-calling#VideoStreamRenderer.dispose}.
|
12224
|
-
*
|
12225
|
-
* Its important to disposeView to clean up resources properly.
|
12226
|
-
*
|
12227
|
-
* Scenario 1: Dispose CallFeatureStreamState
|
12228
|
-
* - CallId is required and stream of type CallFeatureStreamState is required
|
12229
|
-
*
|
12230
|
-
* @param callId - CallId for the given stream. Can be undefined if the stream is not part of any call.
|
12231
|
-
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
12232
|
-
* @beta
|
12233
|
-
*/
|
12234
|
-
disposeView(callId: string, stream: CallFeatureStreamState): void;
|
12235
10338
|
/**
|
12236
10339
|
* The CallAgent is used to handle calls.
|
12237
10340
|
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
@@ -12561,7 +10664,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
12561
10664
|
* @public
|
12562
10665
|
*/
|
12563
10666
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
12564
|
-
locator: TeamsMeetingLinkLocator |
|
10667
|
+
locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
|
12565
10668
|
};
|
12566
10669
|
|
12567
10670
|
/**
|
@@ -12634,17 +10737,6 @@ export declare interface TeamsIncomingCallState {
|
|
12634
10737
|
endTime?: Date;
|
12635
10738
|
}
|
12636
10739
|
|
12637
|
-
/**
|
12638
|
-
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
12639
|
-
*
|
12640
|
-
* This is used to create an outbound call scenarios.
|
12641
|
-
*
|
12642
|
-
* @beta
|
12643
|
-
*/
|
12644
|
-
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
12645
|
-
targetCallees: StartTeamsCallIdentifier[];
|
12646
|
-
};
|
12647
|
-
|
12648
10740
|
/**
|
12649
10741
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
12650
10742
|
*
|
@@ -12657,60 +10749,6 @@ export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon &
|
|
12657
10749
|
*/
|
12658
10750
|
export declare const toFlatCommunicationIdentifier: (identifier: CommunicationIdentifier) => string;
|
12659
10751
|
|
12660
|
-
/**
|
12661
|
-
* State only version of {@link @azure/communication-calling#TogetherModeCallFeature}. {@link StatefulCallClient}.
|
12662
|
-
* Represents the state of the Together Mode feature.
|
12663
|
-
* @beta
|
12664
|
-
*/
|
12665
|
-
export declare interface TogetherModeCallFeature {
|
12666
|
-
isActive: boolean;
|
12667
|
-
/**
|
12668
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.togetherModeStream}.
|
12669
|
-
*/
|
12670
|
-
streams: TogetherModeStreamsState;
|
12671
|
-
/**
|
12672
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.TogetherModeSeatingMap}.
|
12673
|
-
*/
|
12674
|
-
seatingPositions: TogetherModeParticipantSeatingState;
|
12675
|
-
}
|
12676
|
-
|
12677
|
-
/**
|
12678
|
-
* Represents the seating positions of participants in Together Mode.
|
12679
|
-
*
|
12680
|
-
* @beta
|
12681
|
-
*/
|
12682
|
-
export declare type TogetherModeParticipantSeatingState = Record<string, TogetherModeSeatingPositionState>;
|
12683
|
-
|
12684
|
-
/**
|
12685
|
-
* State only version of {@link @azure/communication-calling#TogetherModeSeatingMap}.
|
12686
|
-
* @beta
|
12687
|
-
*
|
12688
|
-
* Represents the seating position of a participant in Together Mode.
|
12689
|
-
*/
|
12690
|
-
export declare interface TogetherModeSeatingPositionState {
|
12691
|
-
top: number;
|
12692
|
-
left: number;
|
12693
|
-
width: number;
|
12694
|
-
height: number;
|
12695
|
-
}
|
12696
|
-
|
12697
|
-
/**
|
12698
|
-
* Represents the streams in Together Mode.
|
12699
|
-
*
|
12700
|
-
* @beta
|
12701
|
-
*/
|
12702
|
-
export declare interface TogetherModeStreamsState {
|
12703
|
-
mainVideoStream?: CallFeatureStreamState;
|
12704
|
-
}
|
12705
|
-
|
12706
|
-
/**
|
12707
|
-
* Interface representing the result of a Together Mode stream view.
|
12708
|
-
* @beta
|
12709
|
-
*/
|
12710
|
-
export declare interface TogetherModeStreamViewResult {
|
12711
|
-
mainVideoView?: CreateVideoStreamViewResult;
|
12712
|
-
}
|
12713
|
-
|
12714
10752
|
/**
|
12715
10753
|
* Callback for {@link ChatAdapterSubscribers} 'topicChanged' event.
|
12716
10754
|
*
|
@@ -12899,129 +10937,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
12899
10937
|
typingString?: IStyle;
|
12900
10938
|
}
|
12901
10939
|
|
12902
|
-
/**
|
12903
|
-
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
12904
|
-
*
|
12905
|
-
* @beta
|
12906
|
-
*/
|
12907
|
-
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
12908
|
-
|
12909
|
-
/**
|
12910
|
-
* props for {@link UnsupportedBrowser} UI
|
12911
|
-
*
|
12912
|
-
* @beta
|
12913
|
-
*/
|
12914
|
-
export declare interface UnsupportedBrowserProps {
|
12915
|
-
/** Handler to perform an action when the help link is actioned */
|
12916
|
-
onTroubleshootingClick?: () => void;
|
12917
|
-
/** String overrides for the component */
|
12918
|
-
strings?: UnsupportedBrowserStrings;
|
12919
|
-
}
|
12920
|
-
|
12921
|
-
/**
|
12922
|
-
* Strings for UnsupportedBrowser component
|
12923
|
-
*
|
12924
|
-
* @beta
|
12925
|
-
*/
|
12926
|
-
export declare interface UnsupportedBrowserStrings {
|
12927
|
-
/** String for the primary text */
|
12928
|
-
primaryText: string;
|
12929
|
-
/** String for the secondary text */
|
12930
|
-
secondaryText: string;
|
12931
|
-
/** String to display in the text for the help link */
|
12932
|
-
moreHelpLinkText: string;
|
12933
|
-
}
|
12934
|
-
|
12935
|
-
/**
|
12936
|
-
* UI to display to the user that the browser version they are using is out of date
|
12937
|
-
* and not supported by Azure Communications Calling service.
|
12938
|
-
*
|
12939
|
-
* @beta
|
12940
|
-
*/
|
12941
|
-
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
12942
|
-
|
12943
|
-
/**
|
12944
|
-
* props for {@link UnsupportedBrowserVersion} UI
|
12945
|
-
*
|
12946
|
-
* @beta
|
12947
|
-
*/
|
12948
|
-
export declare interface UnsupportedBrowserVersionProps {
|
12949
|
-
/** Handler to perform an action when the help link is actioned */
|
12950
|
-
onTroubleshootingClick?: () => void;
|
12951
|
-
/** String overrides for the component */
|
12952
|
-
strings?: UnsupportedBrowserVersionStrings;
|
12953
|
-
/** Handler to allow user to continue into the call */
|
12954
|
-
onContinueAnywayClick?: () => void;
|
12955
|
-
}
|
12956
|
-
|
12957
|
-
/**
|
12958
|
-
* Strings for UnsupportedBrowser component
|
12959
|
-
*
|
12960
|
-
* @beta
|
12961
|
-
*/
|
12962
|
-
export declare interface UnsupportedBrowserVersionStrings {
|
12963
|
-
/** String for the primary text */
|
12964
|
-
primaryText: string;
|
12965
|
-
/** String for the secondary text */
|
12966
|
-
secondaryText: string;
|
12967
|
-
/** String to display in the text for the help link */
|
12968
|
-
moreHelpLinkText: string;
|
12969
|
-
/** String for continue without updating button */
|
12970
|
-
continueAnywayButtonText?: string;
|
12971
|
-
}
|
12972
|
-
|
12973
|
-
/**
|
12974
|
-
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
12975
|
-
*
|
12976
|
-
* @beta
|
12977
|
-
*/
|
12978
|
-
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
12979
|
-
|
12980
|
-
/**
|
12981
|
-
* Props for {@link UnsupportedOperatingSystem} UI
|
12982
|
-
*
|
12983
|
-
* @beta
|
12984
|
-
*/
|
12985
|
-
export declare interface UnsupportedOperatingSystemProps {
|
12986
|
-
/** Handler to perform a action when the help link is actioned */
|
12987
|
-
onTroubleshootingClick?: () => void;
|
12988
|
-
/** String overrides for the component */
|
12989
|
-
strings?: UnsupportedOperatingSystemStrings;
|
12990
|
-
}
|
12991
|
-
|
12992
|
-
/**
|
12993
|
-
* Strings for UnsupportedBrowser component
|
12994
|
-
*
|
12995
|
-
* @beta
|
12996
|
-
*/
|
12997
|
-
export declare interface UnsupportedOperatingSystemStrings {
|
12998
|
-
/** String for the primary text */
|
12999
|
-
primaryText: string;
|
13000
|
-
/** String for the secondary text */
|
13001
|
-
secondaryText: string;
|
13002
|
-
/** String to display in the text for the help link */
|
13003
|
-
moreHelpLinkText: string;
|
13004
|
-
}
|
13005
|
-
|
13006
10940
|
/**
|
13007
10941
|
* @public
|
13008
10942
|
* Callback function run when a message is updated.
|
13009
10943
|
*/
|
13010
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string
|
13011
|
-
|
13012
|
-
/**
|
13013
|
-
* Result payload for uploading an image.
|
13014
|
-
*
|
13015
|
-
* @beta
|
13016
|
-
*/
|
13017
|
-
export declare type UploadChatImageResult = {
|
13018
|
-
/** Id of the image. */
|
13019
|
-
id: string;
|
13020
|
-
/** The type of attachment. */
|
13021
|
-
attachmentType?: 'image' | 'file' | 'unknown';
|
13022
|
-
/** The name including file extension type of the attachment. */
|
13023
|
-
name?: string;
|
13024
|
-
};
|
10944
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
13025
10945
|
|
13026
10946
|
/**
|
13027
10947
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -13195,7 +11115,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
|
|
13195
11115
|
*
|
13196
11116
|
* @public
|
13197
11117
|
*/
|
13198
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs
|
11118
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
13199
11119
|
|
13200
11120
|
/**
|
13201
11121
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -13346,7 +11266,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
13346
11266
|
/**
|
13347
11267
|
* @public
|
13348
11268
|
*/
|
13349
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' |
|
11269
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
13350
11270
|
|
13351
11271
|
/**
|
13352
11272
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -13383,10 +11303,6 @@ export declare type VideoGalleryParticipant = {
|
|
13383
11303
|
isScreenSharingOn?: boolean;
|
13384
11304
|
/** Whether participant is spotlighted **/
|
13385
11305
|
spotlight?: Spotlight;
|
13386
|
-
/** Signal strength of the participant, range from 1 to 3, lower means better connection **/
|
13387
|
-
signalStrength?: number;
|
13388
|
-
/** audio video access states **/
|
13389
|
-
mediaAccess?: MediaAccess;
|
13390
11306
|
};
|
13391
11307
|
|
13392
11308
|
/**
|
@@ -13551,7 +11467,6 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
|
|
13551
11467
|
* @public
|
13552
11468
|
* */
|
13553
11469
|
reaction?: Reaction;
|
13554
|
-
mediaAccess?: MediaAccess;
|
13555
11470
|
}
|
13556
11471
|
|
13557
11472
|
/**
|
@@ -13872,8 +11787,6 @@ export declare interface VideoTileStrings {
|
|
13872
11787
|
participantStateRinging: string;
|
13873
11788
|
/** String for displaying the Hold state of the remote participant */
|
13874
11789
|
participantStateHold: string;
|
13875
|
-
/** String for displaying the reconnecting state of the remote participant */
|
13876
|
-
participantReconnecting?: string;
|
13877
11790
|
/** String for the announcement of the muted state of the participant when muted */
|
13878
11791
|
moreOptionsParticipantMutedStateMutedAriaLabel: string;
|
13879
11792
|
/** String for the announcement of the unmuted state of the participant when unmuted */
|