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