@azure/communication-react 1.26.0-alpha-202504162032 → 1.26.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 +38 -1901
- package/dist/dist-cjs/communication-react/index.js +38777 -177
- 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 -5
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -10
- 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 +14 -55
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +53 -21
- 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 -19
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +69 -135
- 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 +5 -1
- 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 -37
- 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.d.ts +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 +59 -51
- 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 +10 -33
- 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.js +9 -11
- 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 +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +13 -23
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.d.ts +0 -5
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +8 -44
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +8 -12
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.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 +3 -144
- 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 -18
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +38 -193
- 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 +111 -102
- 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 -5
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +12 -47
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js +2 -6
- 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 +19 -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/MediaAccessSubscriber.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/RealTimeTextSubscriber.js +0 -3
- package/dist/dist-esm/calling-stateful-client/src/RealTimeTextSubscriber.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 -3
- 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 +2 -3
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +0 -6
- 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/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/constants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/index.d.ts +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 -28
- package/dist/dist-esm/communication-react/src/index.js +0 -15
- 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.d.ts +2 -2
- 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 +28 -60
- 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 -38
- 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 +27 -63
- 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 -47
- 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 +6 -50
- 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 +16 -61
- 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.js +14 -13
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js +39 -26
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js +7 -5
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js +10 -3
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +7 -23
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +22 -40
- 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.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +13 -13
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/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 +102 -95
- 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 -8
- package/dist/dist-esm/react-components/src/components/NotificationStack.js +9 -12
- package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +22 -21
- 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 +47 -63
- 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/RTTDisclosureBanner.js +4 -7
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.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/RealTimeText.js +2 -7
- package/dist/dist-esm/react-components/src/components/RealTimeText.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js +7 -9
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +16 -25
- 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/StartRealTimeTextButton.js +1 -6
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.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 +13 -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 +17 -41
- 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.d.ts +0 -5
- 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 +8 -8
- 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/LocalScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js +5 -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 +5 -12
- 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 +73 -57
- 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 -34
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +29 -185
- 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 +77 -60
- 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 -21
- 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.js +3 -8
- 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/RTTDisclosureBanner.styles.js +0 -4
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.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/sortCaptionsAndRealTimeTexts.js +3 -11
- package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.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 +27 -37
- 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 -2
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -54
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 +10 -0
- 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 -26
- package/dist/dist-esm/react-components/src/theming/icons.js +14 -136
- 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.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 +0 -2
- 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 +55 -97
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- 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 -43
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +63 -190
- 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 -46
- 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/Banner.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js +11 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +41 -98
- 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 +18 -10
- 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 -69
- 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 +191 -226
- 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.js +14 -26
- 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 +12 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +37 -86
- 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 +30 -18
- 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 +16 -115
- 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 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -18
- 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 -94
- 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 +22 -91
- 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.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +3 -20
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +41 -191
- 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 -64
- 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 -6
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -13
- 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 -8
- 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.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 +8 -30
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +72 -154
- 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 -4
- 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 +15 -25
- 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/CallingRealTimeTextModal.js +1 -5
- package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.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 +48 -86
- 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 +86 -149
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js +4 -2
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.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 +135 -136
- 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/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 +16 -8
- 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.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 +2 -37
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +4 -12
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +10 -4
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +44 -11
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +29 -6
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -4
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +13 -15
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +14 -19
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
- package/package.json +3 -3
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-ClBYNQcI.js +0 -279
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-ClBYNQcI.js.map +0 -1
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-zKj5z_6J.js +0 -51
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-zKj5z_6J.js.map +0 -1
- package/dist/dist-cjs/communication-react/index-Y6qfhE4K.js +0 -47827
- package/dist/dist-cjs/communication-react/index-Y6qfhE4K.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/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/TogetherModeSubscriber.d.ts +0 -24
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +0 -71
- 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/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 -15
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +0 -42
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +0 -66
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +0 -20
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +0 -45
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js +0 -56
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +0 -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 -379
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +0 -37
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +0 -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 -284
- 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/RichTextSendBoxUtils.d.ts +0 -9
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.js +0 -18
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.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 -240
- 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/TogetherModeOverlay.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js +0 -107
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.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/VideoGallery/TogetherModeLayout.d.ts +0 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js +0 -17
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.d.ts +0 -23
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js +0 -57
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.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/RichTextEditor.styles.d.ts +0 -82
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +0 -299
- 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/TogetherMode.styles.d.ts +0 -98
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js +0 -202
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.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 -59
- 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/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/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/adapter/OnFetchProfileCallback.d.ts +0 -39
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/OnFetchProfileCallback.js +0 -203
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/OnFetchProfileCallback.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/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
@@ -17,7 +17,6 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
17
17
|
import { CallDirection } from '@azure/communication-calling';
|
18
18
|
import { CallEndReason } from '@azure/communication-calling';
|
19
19
|
import { CallerInfo } from '@azure/communication-calling';
|
20
|
-
import { CallInfo } from '@azure/communication-calling';
|
21
20
|
import { CallKind } from '@azure/communication-calling';
|
22
21
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
23
22
|
import { CallSurvey } from '@azure/communication-calling';
|
@@ -39,9 +38,6 @@ import type { CommunicationUserKind } from '@azure/communication-common';
|
|
39
38
|
import { CreateViewOptions } from '@azure/communication-calling';
|
40
39
|
import { DeviceAccess } from '@azure/communication-calling';
|
41
40
|
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
41
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
46
42
|
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
47
43
|
import { EnvironmentInfo } from '@azure/communication-calling';
|
@@ -54,7 +50,6 @@ import { IContextualMenuProps } from '@fluentui/react';
|
|
54
50
|
import { IContextualMenuStyles } from '@fluentui/react';
|
55
51
|
import { IIconProps } from '@fluentui/react';
|
56
52
|
import { IIconStyles } from '@fluentui/react';
|
57
|
-
import { ILinkStyles } from '@fluentui/react';
|
58
53
|
import { IMessageBarProps } from '@fluentui/react';
|
59
54
|
import { IncomingCall } from '@azure/communication-calling';
|
60
55
|
import { IncomingCallKind } from '@azure/communication-calling';
|
@@ -68,15 +63,12 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
|
|
68
63
|
import { ITextFieldStyles } from '@fluentui/react';
|
69
64
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
70
65
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
71
|
-
import { LocalRecordingInfo } from '@azure/communication-calling';
|
72
66
|
import { LocalVideoStream } from '@azure/communication-calling';
|
73
67
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
74
|
-
import type { MediaDiagnosticType } from '@azure/communication-calling';
|
75
68
|
import { MediaStreamType } from '@azure/communication-calling';
|
76
69
|
import { MicrosoftTeamsAppIdentifier } from '@azure/communication-common';
|
77
70
|
import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
78
71
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
79
|
-
import type { NetworkDiagnosticType } from '@azure/communication-calling';
|
80
72
|
import { PartialTheme } from '@fluentui/react';
|
81
73
|
import { ParticipantCapabilities } from '@azure/communication-calling';
|
82
74
|
import { ParticipantInfo } from '@azure/communication-calling';
|
@@ -92,13 +84,11 @@ import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
|
92
84
|
import { ReactionMessage } from '@azure/communication-calling';
|
93
85
|
import { RealTimeTextInfo as RealTimeTextInfo_2 } from '@azure/communication-calling';
|
94
86
|
import { RealTimeTextResultType } from '@azure/communication-calling';
|
95
|
-
import { RecordingInfo } from '@azure/communication-calling';
|
96
87
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
97
88
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
98
89
|
import { RoomCallLocator } from '@azure/communication-calling';
|
99
90
|
import { ScalingMode } from '@azure/communication-calling';
|
100
91
|
import { SendMessageOptions } from '@azure/communication-chat';
|
101
|
-
import type { ServerDiagnosticType } from '@azure/communication-calling';
|
102
92
|
import { SpotlightedParticipant } from '@azure/communication-calling';
|
103
93
|
import { StartCallOptions } from '@azure/communication-calling';
|
104
94
|
import { StartCaptionsOptions } from '@azure/communication-calling';
|
@@ -283,40 +273,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
283
273
|
*/
|
284
274
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
285
275
|
|
286
|
-
/**
|
287
|
-
* @beta
|
288
|
-
* A callback function that defines what actions user can perform on an attachment.
|
289
|
-
* By default, the UI library would have default actions that opens attachment URL in a new tab.
|
290
|
-
* You can override the default actions or add new actions by providing this callback function.
|
291
|
-
* Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
|
292
|
-
*
|
293
|
-
* @param attachment - The file attachment that user is trying to perform actions on.
|
294
|
-
* @param message - The chat message that contains this attachment.
|
295
|
-
* @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
|
296
|
-
*/
|
297
|
-
export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
|
298
|
-
|
299
|
-
/**
|
300
|
-
* @beta
|
301
|
-
*
|
302
|
-
* Attachment download options defines the list of actions that can be performed on an attachment.
|
303
|
-
*/
|
304
|
-
export declare interface AttachmentDownloadOptions {
|
305
|
-
actionsForAttachment: AttachmentActionHandler;
|
306
|
-
}
|
307
|
-
|
308
|
-
/**
|
309
|
-
* @beta
|
310
|
-
*
|
311
|
-
* Attachment menu action defines buttons that can be shown on the attachment card.
|
312
|
-
* If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
|
313
|
-
*/
|
314
|
-
export declare interface AttachmentMenuAction {
|
315
|
-
name: string;
|
316
|
-
icon: JSX.Element;
|
317
|
-
onClick: (attachment: AttachmentMetadata) => Promise<void>;
|
318
|
-
}
|
319
|
-
|
320
276
|
/**
|
321
277
|
* Data model that represents a chat message attachment
|
322
278
|
* where it contains an ID to uniquely identify the attachment,
|
@@ -340,150 +296,6 @@ export declare interface AttachmentMetadata {
|
|
340
296
|
url: string;
|
341
297
|
}
|
342
298
|
|
343
|
-
/**
|
344
|
-
* Data model that represents a chat message attachment being uploaded
|
345
|
-
* where it contains an ID to uniquely identify the attachment,
|
346
|
-
* a name that represents the name of file,
|
347
|
-
* an optional URL to download the attachment,
|
348
|
-
* an optional progress value between 0 and 1 indicating the progress of the upload, and
|
349
|
-
* an optional error object that contains error message would be shown to the user.
|
350
|
-
*
|
351
|
-
*
|
352
|
-
* @beta
|
353
|
-
*/
|
354
|
-
export declare interface AttachmentMetadataInProgress {
|
355
|
-
/**
|
356
|
-
* Unique ID of the attachment.
|
357
|
-
*/
|
358
|
-
id: string;
|
359
|
-
/**
|
360
|
-
* Attachment name to be displayed.
|
361
|
-
*/
|
362
|
-
name: string;
|
363
|
-
/**
|
364
|
-
* Download URL for the attachment.
|
365
|
-
*/
|
366
|
-
url?: string;
|
367
|
-
/**
|
368
|
-
* A number between 0 and 1 indicating the progress of the upload.
|
369
|
-
*/
|
370
|
-
progress?: number;
|
371
|
-
/**
|
372
|
-
* A object contains error message would be shown to the user.
|
373
|
-
*/
|
374
|
-
error?: AttachmentProgressError;
|
375
|
-
}
|
376
|
-
|
377
|
-
/**
|
378
|
-
* @beta
|
379
|
-
*
|
380
|
-
* Attachment Options that defines behaviour for uploading and downloading attachments.
|
381
|
-
*/
|
382
|
-
export declare interface AttachmentOptions {
|
383
|
-
uploadOptions?: AttachmentUploadOptions;
|
384
|
-
downloadOptions?: AttachmentDownloadOptions;
|
385
|
-
}
|
386
|
-
|
387
|
-
/**
|
388
|
-
* @beta
|
389
|
-
* A attachment progress error object that contains message to be shown to
|
390
|
-
* the user when upload fails.
|
391
|
-
*/
|
392
|
-
export declare interface AttachmentProgressError {
|
393
|
-
message: string;
|
394
|
-
}
|
395
|
-
|
396
|
-
/**
|
397
|
-
* @beta
|
398
|
-
* A callback function for handling attachment removed by the user in send box.
|
399
|
-
*
|
400
|
-
* @param attachmentId - The ID of uploaded attachments.
|
401
|
-
*/
|
402
|
-
export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
|
403
|
-
|
404
|
-
/**
|
405
|
-
* @beta
|
406
|
-
* A callback function for handling list of upload tasks that contains files selected by user to upload.
|
407
|
-
*
|
408
|
-
* @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
|
409
|
-
*/
|
410
|
-
export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
|
411
|
-
|
412
|
-
/**
|
413
|
-
* @beta
|
414
|
-
*/
|
415
|
-
export declare interface AttachmentUploadOptions {
|
416
|
-
/**
|
417
|
-
* A list of strings containing the comma separated list of supported media (aka. mime) types.
|
418
|
-
* i.e. ['image/*', 'video/*', 'audio/*']
|
419
|
-
* Default value is `['*']`, meaning all media types are supported.
|
420
|
-
* Similar to the `accept` attribute of the `<input type="attachment" />` element.
|
421
|
-
* @beta
|
422
|
-
*/
|
423
|
-
supportedMediaTypes?: string[];
|
424
|
-
/**
|
425
|
-
* Disable multiple attachments to be selected if set to `true`.
|
426
|
-
* Default value is `false`, meaning multiple attachments can be selected.
|
427
|
-
* Similar to the `multiple` attribute of the `<input type="attachment" />` element.
|
428
|
-
* @beta
|
429
|
-
*/
|
430
|
-
disableMultipleUploads?: boolean;
|
431
|
-
/**
|
432
|
-
* A callback function of type {@link AttachmentSelectionHandler} that will be called
|
433
|
-
* when user finishes selecting files in browser's file picker. This function is required since
|
434
|
-
* this would be where upload logic is implemented to your own storage.
|
435
|
-
* @beta
|
436
|
-
*/
|
437
|
-
handleAttachmentSelection: AttachmentSelectionHandler;
|
438
|
-
/**
|
439
|
-
* A optional callback function that will be called
|
440
|
-
* when user removing files before clicking send message button. This function will be
|
441
|
-
* where you can remove the file from your storage.
|
442
|
-
* @beta
|
443
|
-
*/
|
444
|
-
handleAttachmentRemoval?: AttachmentRemovalHandler;
|
445
|
-
}
|
446
|
-
|
447
|
-
/**
|
448
|
-
* A upload task represents and manages an attachment that is being uploaded.
|
449
|
-
* When using the Composite, an attachment upload task is created for each file user is selected to upload.
|
450
|
-
* A upload task is complete when notifyUploadCompleted is called.
|
451
|
-
* A upload task is failed when notifyUploadFailed is called.
|
452
|
-
* @beta
|
453
|
-
*/
|
454
|
-
export declare interface AttachmentUploadTask {
|
455
|
-
/**
|
456
|
-
* Unique identifier for the attachment upload task.
|
457
|
-
*/
|
458
|
-
taskId: string;
|
459
|
-
/**
|
460
|
-
* HTML {@link File} object for the uploaded attachment.
|
461
|
-
*/
|
462
|
-
file?: File;
|
463
|
-
/**
|
464
|
-
* {@link Blob} object for the uploaded inline image.
|
465
|
-
*/
|
466
|
-
image?: Blob;
|
467
|
-
/**
|
468
|
-
* Update the progress of the upload changed.
|
469
|
-
* A upload is considered complete when the progress reaches 1.
|
470
|
-
* @param value - number between 0 and 1
|
471
|
-
*/
|
472
|
-
notifyUploadProgressChanged: (value: number) => void;
|
473
|
-
/**
|
474
|
-
* Mark the upload task as complete.
|
475
|
-
* An attachment is considered completed uploading when ID and URL are provided.
|
476
|
-
* @param id - the unique identifier of the attachment.
|
477
|
-
* @param url - the download URL of the attachment.
|
478
|
-
*/
|
479
|
-
notifyUploadCompleted: (id: string, url: string) => void;
|
480
|
-
/**
|
481
|
-
* Mark the upload task as failed.
|
482
|
-
* @param message - An error message that can be displayed to the user.
|
483
|
-
*/
|
484
|
-
notifyUploadFailed: (message: string) => void;
|
485
|
-
}
|
486
|
-
|
487
299
|
/**
|
488
300
|
* Custom data attributes for displaying avatar for a user.
|
489
301
|
*
|
@@ -592,7 +404,6 @@ export declare type AzureCommunicationChatAdapterArgs = {
|
|
592
404
|
displayName: string;
|
593
405
|
credential: CommunicationTokenCredential;
|
594
406
|
threadId: string;
|
595
|
-
chatAdapterOptions?: ChatAdapterOptions;
|
596
407
|
};
|
597
408
|
|
598
409
|
/**
|
@@ -675,26 +486,6 @@ export declare interface BaseCustomStyles {
|
|
675
486
|
root?: IStyle;
|
676
487
|
}
|
677
488
|
|
678
|
-
/**
|
679
|
-
* Content blocked message type.
|
680
|
-
*
|
681
|
-
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
682
|
-
*
|
683
|
-
* @beta
|
684
|
-
*/
|
685
|
-
export declare interface BlockedMessage extends MessageCommon {
|
686
|
-
messageType: 'blocked';
|
687
|
-
warningText?: string;
|
688
|
-
linkText?: string;
|
689
|
-
link?: string;
|
690
|
-
deletedOn?: Date;
|
691
|
-
senderId?: string;
|
692
|
-
senderDisplayName?: string;
|
693
|
-
status?: MessageStatus;
|
694
|
-
attached?: MessageAttachedStatus;
|
695
|
-
mine?: boolean;
|
696
|
-
}
|
697
|
-
|
698
489
|
/**
|
699
490
|
* Breakout rooms state
|
700
491
|
*
|
@@ -709,136 +500,6 @@ export declare interface BreakoutRoomsState {
|
|
709
500
|
breakoutRoomDisplayName?: string;
|
710
501
|
}
|
711
502
|
|
712
|
-
/**
|
713
|
-
* @beta
|
714
|
-
* Props for BrowserPermissionDeniedIOS component.
|
715
|
-
*/
|
716
|
-
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
717
|
-
/**
|
718
|
-
* Localization strings for BrowserPermissionDeniedIOS component.
|
719
|
-
*/
|
720
|
-
strings?: BrowserPermissionDeniedIOSStrings;
|
721
|
-
/**
|
722
|
-
* Link to image source.
|
723
|
-
*
|
724
|
-
* Image is inserted into the top of the component.
|
725
|
-
*/
|
726
|
-
imageSource?: string;
|
727
|
-
}
|
728
|
-
|
729
|
-
/**
|
730
|
-
* @beta
|
731
|
-
* Strings for BrowserPermissionDeniedIOS component
|
732
|
-
*/
|
733
|
-
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
734
|
-
/**
|
735
|
-
* Image alt text
|
736
|
-
*/
|
737
|
-
imageAltText: string;
|
738
|
-
/**
|
739
|
-
* Main text string.
|
740
|
-
*/
|
741
|
-
primaryText: string;
|
742
|
-
/**
|
743
|
-
* Subtext string.
|
744
|
-
*/
|
745
|
-
secondaryText: string;
|
746
|
-
/**
|
747
|
-
* Step 1 string
|
748
|
-
*/
|
749
|
-
step1Text: string;
|
750
|
-
/**
|
751
|
-
* Step 1 digit string
|
752
|
-
*/
|
753
|
-
step1DigitText: string;
|
754
|
-
/**
|
755
|
-
* Step 2 string
|
756
|
-
*/
|
757
|
-
step2Text: string;
|
758
|
-
/**
|
759
|
-
* Step 2 digit string
|
760
|
-
*/
|
761
|
-
step2DigitText: string;
|
762
|
-
/**
|
763
|
-
* Step 3 string
|
764
|
-
*/
|
765
|
-
step3Text: string;
|
766
|
-
/**
|
767
|
-
* Step 3 digit string
|
768
|
-
*/
|
769
|
-
step3DigitText: string;
|
770
|
-
/**
|
771
|
-
* Step 4 string
|
772
|
-
*/
|
773
|
-
step4Text: string;
|
774
|
-
/**
|
775
|
-
* Step 4 digit string
|
776
|
-
*/
|
777
|
-
step4DigitText: string;
|
778
|
-
}
|
779
|
-
|
780
|
-
/**
|
781
|
-
* @beta
|
782
|
-
* Props for BrowserPermissionDenied component.
|
783
|
-
*/
|
784
|
-
export declare interface BrowserPermissionDeniedProps {
|
785
|
-
/**
|
786
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
787
|
-
*/
|
788
|
-
onTroubleshootingClick?: () => void;
|
789
|
-
/**
|
790
|
-
* Action to be taken by the try again primary button.
|
791
|
-
*/
|
792
|
-
onTryAgainClick?: () => void;
|
793
|
-
/**
|
794
|
-
* Localization strings for BrowserPermissionDenied component.
|
795
|
-
*/
|
796
|
-
strings?: BrowserPermissionDeniedStrings;
|
797
|
-
/**
|
798
|
-
* Allows users to pass in an object contains custom CSS styles.
|
799
|
-
* @Example
|
800
|
-
* ```
|
801
|
-
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
802
|
-
* ```
|
803
|
-
*/
|
804
|
-
styles?: BrowserPermissionDeniedStyles;
|
805
|
-
}
|
806
|
-
|
807
|
-
/**
|
808
|
-
* @beta
|
809
|
-
* Strings for BrowserPermissionDenied component
|
810
|
-
*/
|
811
|
-
export declare interface BrowserPermissionDeniedStrings {
|
812
|
-
/**
|
813
|
-
* Main button text string.
|
814
|
-
*/
|
815
|
-
primaryButtonText: string;
|
816
|
-
/**
|
817
|
-
* Main text string.
|
818
|
-
*/
|
819
|
-
primaryText: string;
|
820
|
-
/**
|
821
|
-
* Subtext string.
|
822
|
-
*/
|
823
|
-
secondaryText: string;
|
824
|
-
/**
|
825
|
-
* More help link string.
|
826
|
-
*/
|
827
|
-
linkText: string;
|
828
|
-
}
|
829
|
-
|
830
|
-
/**
|
831
|
-
* Fluent styles for {@link BrowserPermissionDenied}.
|
832
|
-
*
|
833
|
-
* @beta
|
834
|
-
*/
|
835
|
-
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
836
|
-
/** Styles for the primary button. */
|
837
|
-
primaryButton?: IButtonStyles;
|
838
|
-
/** Styles for the help troubleshooting link text. */
|
839
|
-
troubleshootingLink?: ILinkStyles;
|
840
|
-
}
|
841
|
-
|
842
503
|
/**
|
843
504
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
844
505
|
*
|
@@ -1044,45 +705,6 @@ export declare interface CallAdapterCallOperations {
|
|
1044
705
|
* @public
|
1045
706
|
*/
|
1046
707
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
1047
|
-
/**
|
1048
|
-
* Create the html view for a stream.
|
1049
|
-
*
|
1050
|
-
* @remarks
|
1051
|
-
* This method is implemented for composite
|
1052
|
-
*
|
1053
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
1054
|
-
*
|
1055
|
-
* @beta
|
1056
|
-
*/
|
1057
|
-
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
1058
|
-
/**
|
1059
|
-
* Start Together mode.
|
1060
|
-
*
|
1061
|
-
* @beta
|
1062
|
-
*/
|
1063
|
-
startTogetherMode(): Promise<void>;
|
1064
|
-
/**
|
1065
|
-
* Recalculate the seating positions for together mode.
|
1066
|
-
*
|
1067
|
-
* @remarks
|
1068
|
-
* This method is implemented for composite
|
1069
|
-
*
|
1070
|
-
* @param width - Width of the container
|
1071
|
-
* @param height - Height of the container
|
1072
|
-
*
|
1073
|
-
* @beta
|
1074
|
-
*/
|
1075
|
-
setTogetherModeSceneSize(width: number, height: number): void;
|
1076
|
-
/**
|
1077
|
-
* Dispose the html view for a stream.
|
1078
|
-
*
|
1079
|
-
* @remarks
|
1080
|
-
* This method is implemented for composite
|
1081
|
-
*
|
1082
|
-
*
|
1083
|
-
* @beta
|
1084
|
-
*/
|
1085
|
-
disposeTogetherModeStreamView(): Promise<void>;
|
1086
708
|
/**
|
1087
709
|
* Dispose the html view for a screen share stream
|
1088
710
|
*
|
@@ -1133,10 +755,6 @@ export declare interface CallAdapterCallOperations {
|
|
1133
755
|
* @public
|
1134
756
|
*/
|
1135
757
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1136
|
-
/**
|
1137
|
-
* Continues into a call when the browser version is not supported.
|
1138
|
-
*/
|
1139
|
-
allowUnsupportedBrowserVersion(): void;
|
1140
758
|
/**
|
1141
759
|
* Function to Start captions
|
1142
760
|
* @param options - options for start captions
|
@@ -1442,7 +1060,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
1442
1060
|
*
|
1443
1061
|
* @public
|
1444
1062
|
*/
|
1445
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator |
|
1063
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
|
1446
1064
|
|
1447
1065
|
/**
|
1448
1066
|
* {@link CommonCallAdapter} state.
|
@@ -1665,7 +1283,6 @@ export declare interface CallAdapterSubscribers {
|
|
1665
1283
|
export declare type CallAdapterUiState = {
|
1666
1284
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1667
1285
|
page: CallCompositePage;
|
1668
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
1669
1286
|
};
|
1670
1287
|
|
1671
1288
|
/**
|
@@ -1709,7 +1326,7 @@ export declare interface CallAgentState {
|
|
1709
1326
|
*/
|
1710
1327
|
export declare interface CallAndChatLocator {
|
1711
1328
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1712
|
-
callLocator: GroupCallLocator
|
1329
|
+
callLocator: GroupCallLocator;
|
1713
1330
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1714
1331
|
chatThreadId: string;
|
1715
1332
|
}
|
@@ -1913,7 +1530,6 @@ export declare type CallCompositeIcons = {
|
|
1913
1530
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
|
1914
1531
|
PeoplePaneMoreButton?: JSX.Element;
|
1915
1532
|
StopAllSpotlightMenuButton?: JSX.Element;
|
1916
|
-
TogetherModeLayout?: JSX.Element;
|
1917
1533
|
};
|
1918
1534
|
|
1919
1535
|
/**
|
@@ -1955,56 +1571,6 @@ export declare type CallCompositeOptions = {
|
|
1955
1571
|
* @defaultValue true
|
1956
1572
|
*/
|
1957
1573
|
callControls?: boolean | CallControlOptions;
|
1958
|
-
/**
|
1959
|
-
* Device permissions check options for your call.
|
1960
|
-
* Here you can choose what device permissions you prompt the user for,
|
1961
|
-
* as well as what device permissions must be accepted before starting a call.
|
1962
|
-
*/
|
1963
|
-
deviceChecks?: DeviceCheckOptions;
|
1964
|
-
/**
|
1965
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1966
|
-
* unable to grant your site the required permissions for the call.
|
1967
|
-
*
|
1968
|
-
* @example
|
1969
|
-
* ```ts
|
1970
|
-
* onPermissionsTroubleshootingClick: () =>
|
1971
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1972
|
-
* ```
|
1973
|
-
*
|
1974
|
-
* @remarks
|
1975
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1976
|
-
*/
|
1977
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1978
|
-
camera: PermissionState;
|
1979
|
-
microphone: PermissionState;
|
1980
|
-
}) => void;
|
1981
|
-
/**
|
1982
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1983
|
-
* having network issues when connecting to the call.
|
1984
|
-
*
|
1985
|
-
* @example
|
1986
|
-
* ```ts
|
1987
|
-
* onNetworkingTroubleShootingClick?: () =>
|
1988
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1989
|
-
* ```
|
1990
|
-
*
|
1991
|
-
* @remarks
|
1992
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1993
|
-
*/
|
1994
|
-
onNetworkingTroubleShootingClick?: () => void;
|
1995
|
-
/**
|
1996
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1997
|
-
*
|
1998
|
-
* @example
|
1999
|
-
* ```ts
|
2000
|
-
* onBrowserTroubleShootingClick?: () =>
|
2001
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
2002
|
-
* ```
|
2003
|
-
*
|
2004
|
-
* @remarks
|
2005
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
2006
|
-
*/
|
2007
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
2008
1574
|
/**
|
2009
1575
|
* Remote participant video tile menu options
|
2010
1576
|
*/
|
@@ -2145,7 +1711,7 @@ export declare type CallCompositeOptions = {
|
|
2145
1711
|
*
|
2146
1712
|
* @public
|
2147
1713
|
*/
|
2148
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' |
|
1714
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest' | 'returningFromBreakoutRoom';
|
2149
1715
|
|
2150
1716
|
/**
|
2151
1717
|
* Props for {@link CallComposite}.
|
@@ -3259,25 +2825,7 @@ export declare type CallErrors = {
|
|
3259
2825
|
*
|
3260
2826
|
* @public
|
3261
2827
|
*/
|
3262
|
-
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' |
|
3263
|
-
|
3264
|
-
/**
|
3265
|
-
* Represents the name of the call feature stream
|
3266
|
-
* @public
|
3267
|
-
*/
|
3268
|
-
export declare type CallFeatureStreamName = 'togetherMode';
|
3269
|
-
|
3270
|
-
/**
|
3271
|
-
* State only version of {@link @azure/communication-calling#CallFeatureStream}.
|
3272
|
-
* Represents call feature stream state.
|
3273
|
-
* @public
|
3274
|
-
*/
|
3275
|
-
export declare interface CallFeatureStreamState extends RemoteVideoStreamState {
|
3276
|
-
/**
|
3277
|
-
* The name of the call feature stream.
|
3278
|
-
*/
|
3279
|
-
feature?: CallFeatureStreamName;
|
3280
|
-
}
|
2828
|
+
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';
|
3281
2829
|
|
3282
2830
|
/**
|
3283
2831
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -3350,7 +2898,7 @@ export declare type CallingHandlersOptions = {
|
|
3350
2898
|
*
|
3351
2899
|
* @public
|
3352
2900
|
*/
|
3353
|
-
export declare type CallingReturnProps<Component extends (props: any) => JSX.Element> = GetCallingSelector<Component> extends (state: CallClientState, props: any) => any ? ReturnType<GetCallingSelector<Component>> & Common<CallingHandlers, Parameters<Component>[0]> : never;
|
2901
|
+
export declare type CallingReturnProps<Component extends (props: any) => JSX.Element> = GetCallingSelector<Component> extends ((state: CallClientState, props: any) => any) ? ReturnType<GetCallingSelector<Component>> & Common<CallingHandlers, Parameters<Component>[0]> : never;
|
3354
2902
|
|
3355
2903
|
/**
|
3356
2904
|
* @public
|
@@ -3430,23 +2978,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
3430
2978
|
mediaAccess?: MediaAccess;
|
3431
2979
|
};
|
3432
2980
|
|
3433
|
-
/**
|
3434
|
-
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
3435
|
-
*
|
3436
|
-
* @remarks
|
3437
|
-
* This is currently in beta and only supports calling one Teams User.
|
3438
|
-
*
|
3439
|
-
* @example
|
3440
|
-
* ```
|
3441
|
-
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
3442
|
-
* ```
|
3443
|
-
*
|
3444
|
-
* @beta
|
3445
|
-
*/
|
3446
|
-
export declare type CallParticipantsLocator = {
|
3447
|
-
participantIds: string[];
|
3448
|
-
};
|
3449
|
-
|
3450
2981
|
/**
|
3451
2982
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
3452
2983
|
*
|
@@ -3551,10 +3082,6 @@ export declare interface CallState {
|
|
3551
3082
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
3552
3083
|
*/
|
3553
3084
|
recording: RecordingCallFeature;
|
3554
|
-
/**
|
3555
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3556
|
-
*/
|
3557
|
-
localRecording: LocalRecordingCallFeatureState;
|
3558
3085
|
/**
|
3559
3086
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
3560
3087
|
*
|
@@ -3565,10 +3092,6 @@ export declare interface CallState {
|
|
3565
3092
|
* Proxy of {@link @azure/communication-calling#RaiseHandCallFeature}.
|
3566
3093
|
*/
|
3567
3094
|
raiseHand: RaiseHandCallFeature;
|
3568
|
-
/**
|
3569
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature}.
|
3570
|
-
*/
|
3571
|
-
togetherMode: TogetherModeCallFeatureState;
|
3572
3095
|
/**
|
3573
3096
|
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
3574
3097
|
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
@@ -3615,10 +3138,6 @@ export declare interface CallState {
|
|
3615
3138
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
3616
3139
|
*/
|
3617
3140
|
role?: ParticipantRole;
|
3618
|
-
/**
|
3619
|
-
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3620
|
-
*/
|
3621
|
-
totalParticipantCount?: number;
|
3622
3141
|
/**
|
3623
3142
|
* Transfer state of call
|
3624
3143
|
*/
|
@@ -3638,7 +3157,7 @@ export declare interface CallState {
|
|
3638
3157
|
/**
|
3639
3158
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
3640
3159
|
*/
|
3641
|
-
info?: TeamsCallInfo
|
3160
|
+
info?: TeamsCallInfo;
|
3642
3161
|
/**
|
3643
3162
|
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
3644
3163
|
*/
|
@@ -3832,54 +3351,12 @@ export declare interface CallWithChatAdapterManagement {
|
|
3832
3351
|
*/
|
3833
3352
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
3834
3353
|
/**
|
3835
|
-
*
|
3354
|
+
* Dispose the html view for a screen share stream
|
3836
3355
|
*
|
3837
3356
|
* @remarks
|
3838
|
-
*
|
3357
|
+
* this method is implemented for composite
|
3839
3358
|
*
|
3840
|
-
* @param
|
3841
|
-
*
|
3842
|
-
* @beta
|
3843
|
-
*/
|
3844
|
-
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
3845
|
-
/**
|
3846
|
-
* Start together mode.
|
3847
|
-
*
|
3848
|
-
* @remarks
|
3849
|
-
* This method is implemented for composite
|
3850
|
-
*
|
3851
|
-
*
|
3852
|
-
* @beta
|
3853
|
-
*/
|
3854
|
-
startTogetherMode(): Promise<void>;
|
3855
|
-
/**
|
3856
|
-
* Recalculate the seating positions for together mode.
|
3857
|
-
*
|
3858
|
-
* @remarks
|
3859
|
-
* This method is implemented for composite
|
3860
|
-
*
|
3861
|
-
* @param width - Width of the container
|
3862
|
-
* @param height - Height of the container
|
3863
|
-
*
|
3864
|
-
* @beta
|
3865
|
-
*/
|
3866
|
-
setTogetherModeSceneSize(width: number, height: number): void;
|
3867
|
-
/**
|
3868
|
-
* Dispose the html view for a togethermode stream.
|
3869
|
-
*
|
3870
|
-
* @remarks
|
3871
|
-
* This method is implemented for composite
|
3872
|
-
*
|
3873
|
-
* @beta
|
3874
|
-
*/
|
3875
|
-
disposeTogetherModeStreamView(): Promise<void>;
|
3876
|
-
/**
|
3877
|
-
* Dispose the html view for a screen share stream
|
3878
|
-
*
|
3879
|
-
* @remarks
|
3880
|
-
* this method is implemented for composite
|
3881
|
-
*
|
3882
|
-
* @param remoteUserId - Id of the participant to dispose the screen share stream view for.
|
3359
|
+
* @param remoteUserId - Id of the participant to dispose the screen share stream view for.
|
3883
3360
|
*
|
3884
3361
|
* @public
|
3885
3362
|
*/
|
@@ -3980,19 +3457,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3980
3457
|
*
|
3981
3458
|
* @public
|
3982
3459
|
*/
|
3983
|
-
sendMessage(content: string, options?: SendMessageOptions
|
3984
|
-
/**
|
3985
|
-
* Upload an inline image for a message.
|
3986
|
-
*
|
3987
|
-
* @beta
|
3988
|
-
*/
|
3989
|
-
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
3990
|
-
/**
|
3991
|
-
* Delete an inline image for a message.
|
3992
|
-
*
|
3993
|
-
* @beta
|
3994
|
-
*/
|
3995
|
-
deleteImage(imageId: string): Promise<void>;
|
3460
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3996
3461
|
/**
|
3997
3462
|
* Send a read receipt for a message.
|
3998
3463
|
*
|
@@ -4010,7 +3475,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
4010
3475
|
*
|
4011
3476
|
* @public
|
4012
3477
|
*/
|
4013
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
3478
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
4014
3479
|
/**
|
4015
3480
|
* Delete a message in the thread.
|
4016
3481
|
*
|
@@ -4055,10 +3520,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
4055
3520
|
* @public
|
4056
3521
|
*/
|
4057
3522
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
4058
|
-
/**
|
4059
|
-
* Continues into a call when the browser version is not supported.
|
4060
|
-
*/
|
4061
|
-
allowUnsupportedBrowserVersion(): void;
|
4062
3523
|
/**
|
4063
3524
|
* Function to Start captions
|
4064
3525
|
* @param options - options for start captions
|
@@ -4258,14 +3719,6 @@ export declare interface CallWithChatAdapterUiState {
|
|
4258
3719
|
* @public
|
4259
3720
|
*/
|
4260
3721
|
page: CallCompositePage;
|
4261
|
-
/**
|
4262
|
-
* State to track whether the end user has opted in to using a
|
4263
|
-
* out of date version of a supported browser. Allows the user
|
4264
|
-
* to start a call in this state.
|
4265
|
-
*
|
4266
|
-
* @beta
|
4267
|
-
*/
|
4268
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
4269
3722
|
}
|
4270
3723
|
|
4271
3724
|
/**
|
@@ -4441,62 +3894,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4441
3894
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
4442
3895
|
*/
|
4443
3896
|
callControls?: boolean | CallWithChatControlOptions;
|
4444
|
-
/**
|
4445
|
-
* Properties for configuring the File Sharing feature.
|
4446
|
-
* If undefined, file sharing feature will be disabled.
|
4447
|
-
* @beta
|
4448
|
-
*/
|
4449
|
-
attachmentOptions?: AttachmentOptions;
|
4450
|
-
/**
|
4451
|
-
* Device permissions check options for your call.
|
4452
|
-
* Here you can choose what device permissions you prompt the user for,
|
4453
|
-
* as well as what device permissions must be accepted before starting a call.
|
4454
|
-
*/
|
4455
|
-
deviceChecks?: DeviceCheckOptions;
|
4456
|
-
/**
|
4457
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
4458
|
-
* unable to grant your site the required permissions for the call.
|
4459
|
-
*
|
4460
|
-
* @example
|
4461
|
-
* ```ts
|
4462
|
-
* onPermissionsTroubleshootingClick: () =>
|
4463
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
4464
|
-
* ```
|
4465
|
-
*
|
4466
|
-
* @remarks
|
4467
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
4468
|
-
*/
|
4469
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
4470
|
-
camera: PermissionState;
|
4471
|
-
microphone: PermissionState;
|
4472
|
-
}) => void;
|
4473
|
-
/**
|
4474
|
-
* Optional callback to supply users with further troubleshooting steps for network issues
|
4475
|
-
* experienced when connecting to a call.
|
4476
|
-
*
|
4477
|
-
* @example
|
4478
|
-
* ```ts
|
4479
|
-
* onNetworkingTroubleShootingClick?: () =>
|
4480
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
4481
|
-
* ```
|
4482
|
-
*
|
4483
|
-
* @remarks
|
4484
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
4485
|
-
*/
|
4486
|
-
onNetworkingTroubleShootingClick?: () => void;
|
4487
|
-
/**
|
4488
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
4489
|
-
*
|
4490
|
-
* @example
|
4491
|
-
* ```ts
|
4492
|
-
* onBrowserTroubleShootingClick?: () =>
|
4493
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
4494
|
-
* ```
|
4495
|
-
*
|
4496
|
-
* @remarks
|
4497
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
4498
|
-
*/
|
4499
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
4500
3897
|
/**
|
4501
3898
|
* Remote participant video tile menu options
|
4502
3899
|
*/
|
@@ -4603,13 +4000,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4603
4000
|
*/
|
4604
4001
|
hideSpotlightButtons?: boolean;
|
4605
4002
|
};
|
4606
|
-
/**
|
4607
|
-
* Enables rich text editor for the send and edit boxes
|
4608
|
-
* @defaultValue `false`
|
4609
|
-
*
|
4610
|
-
* @beta
|
4611
|
-
*/
|
4612
|
-
richTextEditor?: boolean;
|
4613
4003
|
/**
|
4614
4004
|
* Options for settings related to joining a call.
|
4615
4005
|
*/
|
@@ -4863,36 +4253,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
4863
4253
|
*
|
4864
4254
|
* @public
|
4865
4255
|
*/
|
4866
|
-
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' |
|
4867
|
-
|
4868
|
-
/**
|
4869
|
-
* @beta
|
4870
|
-
*
|
4871
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4872
|
-
* by their browsers settings.
|
4873
|
-
*/
|
4874
|
-
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4875
|
-
|
4876
|
-
/**
|
4877
|
-
* @beta
|
4878
|
-
* Props for CameraAndMicrophoneSitePermissions component.
|
4879
|
-
*/
|
4880
|
-
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4881
|
-
/** Icon name for the camera icon */
|
4882
|
-
cameraIconName?: string;
|
4883
|
-
/** Icon name for the microphone icon */
|
4884
|
-
microphoneIconName?: string;
|
4885
|
-
/** Icon name for the central icon between the camera and microphone icons */
|
4886
|
-
connectorIconName?: string;
|
4887
|
-
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4888
|
-
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4889
|
-
}
|
4890
|
-
|
4891
|
-
/**
|
4892
|
-
* @beta
|
4893
|
-
* Strings for CameraAndMicrophoneSitePermissions component.
|
4894
|
-
*/
|
4895
|
-
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
4256
|
+
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'realTimeTextReceived' | 'capabilitiesChanged' | 'spotlightChanged' | 'breakoutRoomsUpdated' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
|
4896
4257
|
|
4897
4258
|
/**
|
4898
4259
|
* A button to turn camera on / off.
|
@@ -5054,31 +4415,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
5054
4415
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
5055
4416
|
}
|
5056
4417
|
|
5057
|
-
/**
|
5058
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
5059
|
-
* by their browsers settings.
|
5060
|
-
*
|
5061
|
-
* @beta
|
5062
|
-
*/
|
5063
|
-
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
5064
|
-
|
5065
|
-
/**
|
5066
|
-
* @beta
|
5067
|
-
* Props for CameraSitePermissions component.
|
5068
|
-
*/
|
5069
|
-
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
5070
|
-
/** Icon name for the camera icon */
|
5071
|
-
cameraIconName?: string;
|
5072
|
-
/** Strings for use with the {@link CameraSitePermissions} */
|
5073
|
-
strings?: CameraSitePermissionsStrings;
|
5074
|
-
}
|
5075
|
-
|
5076
|
-
/**
|
5077
|
-
* @beta
|
5078
|
-
* Strings for CameraSitePermissions component.
|
5079
|
-
*/
|
5080
|
-
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
5081
|
-
|
5082
4418
|
/**
|
5083
4419
|
* @public
|
5084
4420
|
* Callback function run when a message edit is cancelled.
|
@@ -5595,18 +4931,6 @@ export declare interface CaptionsSettingsModalStrings {
|
|
5595
4931
|
*/
|
5596
4932
|
export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable_2 & ChatAdapterSubscribers;
|
5597
4933
|
|
5598
|
-
/**
|
5599
|
-
* Options for configuring the ChatAdapter.
|
5600
|
-
*
|
5601
|
-
* @public
|
5602
|
-
*/
|
5603
|
-
export declare type ChatAdapterOptions = {
|
5604
|
-
/**
|
5605
|
-
* Optional callback to fetch a chat profile
|
5606
|
-
*/
|
5607
|
-
onFetchProfile?: OnFetchChatProfileCallback;
|
5608
|
-
};
|
5609
|
-
|
5610
4934
|
/**
|
5611
4935
|
* {@link ChatAdapter} state.
|
5612
4936
|
*
|
@@ -5710,15 +5034,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5710
5034
|
* Send a message in the thread.
|
5711
5035
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
5712
5036
|
*/
|
5713
|
-
sendMessage(content: string, options?: SendMessageOptions
|
5714
|
-
/**
|
5715
|
-
* Upload an inline image for a message.
|
5716
|
-
*/
|
5717
|
-
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
5718
|
-
/**
|
5719
|
-
* Delete an inline image for a message.
|
5720
|
-
*/
|
5721
|
-
deleteImage(imageId: string): Promise<void>;
|
5037
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
5722
5038
|
/**
|
5723
5039
|
* Send a read receipt for a message.
|
5724
5040
|
*/
|
@@ -5739,7 +5055,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5739
5055
|
* Update a message content.
|
5740
5056
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
5741
5057
|
*/
|
5742
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
5058
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
5743
5059
|
/**
|
5744
5060
|
* Delete a message in the thread.
|
5745
5061
|
*/
|
@@ -5877,7 +5193,6 @@ export declare type ChatCompositeIcons = {
|
|
5877
5193
|
ParticipantItemOptionsHovered?: JSX.Element;
|
5878
5194
|
SendBoxSend?: JSX.Element;
|
5879
5195
|
SendBoxSendHovered?: JSX.Element;
|
5880
|
-
SendBoxAttachFile?: JSX.Element;
|
5881
5196
|
};
|
5882
5197
|
|
5883
5198
|
/**
|
@@ -5906,13 +5221,6 @@ export declare type ChatCompositeOptions = {
|
|
5906
5221
|
* @defaultValue true
|
5907
5222
|
*/
|
5908
5223
|
errorBar?: boolean;
|
5909
|
-
/**
|
5910
|
-
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
5911
|
-
* @defaultValue false
|
5912
|
-
*
|
5913
|
-
* @beta
|
5914
|
-
*/
|
5915
|
-
participantPane?: boolean;
|
5916
5224
|
/**
|
5917
5225
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
5918
5226
|
* @defaultValue true
|
@@ -5923,19 +5231,6 @@ export declare type ChatCompositeOptions = {
|
|
5923
5231
|
* When undefined nothing has focus on render
|
5924
5232
|
*/
|
5925
5233
|
autoFocus?: 'sendBoxTextField';
|
5926
|
-
/**
|
5927
|
-
* Properties for configuring the File Sharing feature.
|
5928
|
-
* If undefined, file sharing feature will be disabled.
|
5929
|
-
* @beta
|
5930
|
-
*/
|
5931
|
-
attachmentOptions?: AttachmentOptions;
|
5932
|
-
/**
|
5933
|
-
* Enables rich text editor for the send and edit boxes
|
5934
|
-
* @defaultValue `false`
|
5935
|
-
*
|
5936
|
-
* @beta
|
5937
|
-
*/
|
5938
|
-
richTextEditor?: boolean;
|
5939
5234
|
};
|
5940
5235
|
|
5941
5236
|
/**
|
@@ -5963,12 +5258,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
5963
5258
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
5964
5259
|
*/
|
5965
5260
|
options?: ChatCompositeOptions;
|
5966
|
-
/**
|
5967
|
-
* Optimizes the composite form factor for either desktop or mobile.
|
5968
|
-
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
5969
|
-
* @defaultValue 'desktop'
|
5970
|
-
*/
|
5971
|
-
formFactor?: 'desktop' | 'mobile';
|
5972
5261
|
}
|
5973
5262
|
|
5974
5263
|
/**
|
@@ -5983,26 +5272,6 @@ export declare interface ChatCompositeStrings {
|
|
5983
5272
|
* Chat list header text
|
5984
5273
|
*/
|
5985
5274
|
chatListHeader: string;
|
5986
|
-
/**
|
5987
|
-
* Upload Attachment Button text
|
5988
|
-
*/
|
5989
|
-
uploadAttachment: string;
|
5990
|
-
/**
|
5991
|
-
* Error Message for image data is not provided for image upload
|
5992
|
-
*/
|
5993
|
-
uploadImageDataNotProvided: string;
|
5994
|
-
/**
|
5995
|
-
* Error Message for upload image is too large
|
5996
|
-
*/
|
5997
|
-
uploadImageIsTooLarge: string;
|
5998
|
-
/**
|
5999
|
-
* Error Message for unsupported image extension for image upload
|
6000
|
-
*/
|
6001
|
-
uploadImageExtensionIsNotAllowed: string;
|
6002
|
-
/**
|
6003
|
-
* Error Message for unable to upload image
|
6004
|
-
*/
|
6005
|
-
uploadImageFailed: string;
|
6006
5275
|
}
|
6007
5276
|
|
6008
5277
|
/**
|
@@ -6051,7 +5320,7 @@ export declare type ChatErrors = {
|
|
6051
5320
|
*
|
6052
5321
|
* @public
|
6053
5322
|
*/
|
6054
|
-
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' |
|
5323
|
+
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';
|
6055
5324
|
|
6056
5325
|
/**
|
6057
5326
|
* Object containing all the handlers required for chat components.
|
@@ -6062,15 +5331,13 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
6062
5331
|
* @public
|
6063
5332
|
*/
|
6064
5333
|
export declare type ChatHandlers = {
|
6065
|
-
onSendMessage: (content: string, options?: SendMessageOptions
|
6066
|
-
onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
|
6067
|
-
onDeleteImage: (imageId: string) => Promise<void>;
|
5334
|
+
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
6068
5335
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
6069
5336
|
onTyping: () => Promise<void>;
|
6070
5337
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
6071
5338
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
6072
5339
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
6073
|
-
onUpdateMessage: (messageId: string, content: string
|
5340
|
+
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
6074
5341
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
6075
5342
|
};
|
6076
5343
|
|
@@ -6113,12 +5380,6 @@ export declare interface ChatMessage extends MessageCommon {
|
|
6113
5380
|
attachments?: AttachmentMetadata[];
|
6114
5381
|
}
|
6115
5382
|
|
6116
|
-
/**
|
6117
|
-
* @beta
|
6118
|
-
* Type of the message content, either 'text' or 'html'.
|
6119
|
-
*/
|
6120
|
-
export declare type ChatMessageType = 'text' | 'html';
|
6121
|
-
|
6122
5383
|
/**
|
6123
5384
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
6124
5385
|
* client-side only metadata for chat messages.
|
@@ -6143,24 +5404,12 @@ export declare type ChatParticipantListSelector = (state: ChatClientState, props
|
|
6143
5404
|
participants: ParticipantListParticipant[];
|
6144
5405
|
};
|
6145
5406
|
|
6146
|
-
/**
|
6147
|
-
* The profile of a user or bot.
|
6148
|
-
*
|
6149
|
-
* @public
|
6150
|
-
*/
|
6151
|
-
export declare type ChatProfile = {
|
6152
|
-
/**
|
6153
|
-
* Primary text to display, usually the name of the person.
|
6154
|
-
*/
|
6155
|
-
displayName?: string;
|
6156
|
-
};
|
6157
|
-
|
6158
5407
|
/**
|
6159
5408
|
* Helper type for {@link usePropsFor}.
|
6160
5409
|
*
|
6161
5410
|
* @public
|
6162
5411
|
*/
|
6163
|
-
export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends (state: ChatClientState, props: any) => any ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : never;
|
5412
|
+
export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends ((state: ChatClientState, props: any) => any) ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : never;
|
6164
5413
|
|
6165
5414
|
/**
|
6166
5415
|
* A {@link React.Context} that stores a {@link @azure/communication-chat#ChatThreadClient}.
|
@@ -6237,8 +5486,6 @@ export declare type ChatThreadClientState = {
|
|
6237
5486
|
*/
|
6238
5487
|
export declare type ChatThreadProperties = {
|
6239
5488
|
topic?: string;
|
6240
|
-
createdBy?: CommunicationIdentifierKind;
|
6241
|
-
messagingPolicy?: MessagingPolicy;
|
6242
5489
|
};
|
6243
5490
|
|
6244
5491
|
/**
|
@@ -6505,7 +5752,6 @@ export declare interface CommonCallingHandlers {
|
|
6505
5752
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
6506
5753
|
onRemoveParticipant(userId: string): Promise<void>;
|
6507
5754
|
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
6508
|
-
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
6509
5755
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
6510
5756
|
onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
|
6511
5757
|
onRejectCall: (incomingCallId: string) => Promise<void>;
|
@@ -6525,22 +5771,6 @@ export declare interface CommonCallingHandlers {
|
|
6525
5771
|
onStopAllSpotlight: () => Promise<void>;
|
6526
5772
|
onMuteParticipant: (userId: string) => Promise<void>;
|
6527
5773
|
onMuteAllRemoteParticipants: () => Promise<void>;
|
6528
|
-
/**
|
6529
|
-
* Call back to create a view for together mode
|
6530
|
-
*/
|
6531
|
-
onCreateTogetherModeStreamView: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
6532
|
-
/**
|
6533
|
-
* Call back to create a view for together mode
|
6534
|
-
*/
|
6535
|
-
onStartTogetherMode: () => Promise<void>;
|
6536
|
-
/**
|
6537
|
-
* Call set together mode scene size
|
6538
|
-
*/
|
6539
|
-
onSetTogetherModeSceneSize: (width: number, height: number) => void;
|
6540
|
-
/**
|
6541
|
-
* Call back to dispose together mode views
|
6542
|
-
*/
|
6543
|
-
onDisposeTogetherModeStreamView: () => Promise<void>;
|
6544
5774
|
/**
|
6545
5775
|
* Forbid remote participants from sending audio
|
6546
5776
|
*
|
@@ -6592,39 +5822,6 @@ export declare type CommonProperties<A, B> = {
|
|
6592
5822
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
6593
5823
|
}[keyof A & keyof B];
|
6594
5824
|
|
6595
|
-
/**
|
6596
|
-
* @beta
|
6597
|
-
* Props for SitePermissions components.
|
6598
|
-
*/
|
6599
|
-
export declare interface CommonSitePermissionsProps {
|
6600
|
-
/**
|
6601
|
-
* Name of application calling experience is in.
|
6602
|
-
*/
|
6603
|
-
appName: string;
|
6604
|
-
/**
|
6605
|
-
* Kind of the Site Permissions component.
|
6606
|
-
*/
|
6607
|
-
kind: 'request' | 'denied' | 'check';
|
6608
|
-
/**
|
6609
|
-
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
6610
|
-
*/
|
6611
|
-
browserHint?: 'safari' | 'unset';
|
6612
|
-
/**
|
6613
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
6614
|
-
* If this is not provided the button will not be shown.
|
6615
|
-
*/
|
6616
|
-
onTroubleshootingClick?: () => void;
|
6617
|
-
/**
|
6618
|
-
* Action that is taken when the user clicks the continue anyway button.
|
6619
|
-
* If this is not provided the button will not be shown.
|
6620
|
-
*/
|
6621
|
-
onContinueAnywayClick?: () => void;
|
6622
|
-
/**
|
6623
|
-
* Styles for SitePermissions component.
|
6624
|
-
*/
|
6625
|
-
styles?: SitePermissionsStyles;
|
6626
|
-
}
|
6627
|
-
|
6628
5825
|
/**
|
6629
5826
|
* A Chat or Calling participant's state, as reflected in the UI.
|
6630
5827
|
*
|
@@ -6822,11 +6019,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
6822
6019
|
export declare interface ComponentLocale {
|
6823
6020
|
/** Strings for components */
|
6824
6021
|
strings: ComponentStrings;
|
6825
|
-
/**
|
6826
|
-
* Optional function to provide customized date format.
|
6827
|
-
* @beta
|
6828
|
-
*/
|
6829
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
6830
6022
|
}
|
6831
6023
|
|
6832
6024
|
/**
|
@@ -6876,10 +6068,6 @@ export declare interface ComponentStrings {
|
|
6876
6068
|
typingIndicator: TypingIndicatorStrings;
|
6877
6069
|
/** Strings for SendBox */
|
6878
6070
|
sendBox: SendBoxStrings;
|
6879
|
-
/** Strings for RichTextSendBox */
|
6880
|
-
richTextSendBox: RichTextSendBoxStrings;
|
6881
|
-
/** Strings for MentionPopover */
|
6882
|
-
mentionPopover: MentionPopoverStrings;
|
6883
6071
|
/** Strings for ImageOverlay */
|
6884
6072
|
imageOverlay: ImageOverlayStrings;
|
6885
6073
|
/** Strings for MessageStatusIndicator */
|
@@ -6896,46 +6084,10 @@ export declare interface ComponentStrings {
|
|
6896
6084
|
videoTile: VideoTileStrings;
|
6897
6085
|
/** Strings for HoldButton */
|
6898
6086
|
holdButton: HoldButtonStrings;
|
6899
|
-
/** Strings for a site's permission request prompt */
|
6900
|
-
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6901
|
-
/** Strings for a site's permission request prompt */
|
6902
|
-
CameraSitePermissionsRequest: SitePermissionsStrings;
|
6903
|
-
/** Strings for a site's permission request prompt */
|
6904
|
-
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6905
|
-
/** Strings for a site's permission generic checking prompt */
|
6906
|
-
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6907
|
-
/** Strings for a site's permission generic checking prompt */
|
6908
|
-
CameraSitePermissionsCheck: SitePermissionsStrings;
|
6909
|
-
/** Strings for a site's permission generic checking prompt */
|
6910
|
-
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6911
|
-
/** Strings for a site's permission denied prompt */
|
6912
|
-
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6913
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6914
|
-
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6915
|
-
/** Strings for a site's permission denied prompt */
|
6916
|
-
CameraSitePermissionsDenied: SitePermissionsStrings;
|
6917
|
-
/** Strings for a site's permission denied prompt */
|
6918
|
-
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6919
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6920
|
-
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6921
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6922
|
-
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6923
|
-
/** Strings for unsupported browser UI */
|
6924
|
-
UnsupportedBrowser: UnsupportedBrowserStrings;
|
6925
|
-
/** Strings for unsupported browser version UI */
|
6926
|
-
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
6927
|
-
/** Strings for unsupported browser version UI */
|
6928
|
-
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
6929
|
-
/** Strings for BrowserPemissionDenied */
|
6930
|
-
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
6931
|
-
/** Strings for BrowserPemissionDeniedIOS */
|
6932
|
-
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
6933
6087
|
/**
|
6934
6088
|
* Strings for the VerticalGallery.
|
6935
6089
|
*/
|
6936
6090
|
verticalGallery: VerticalGalleryStrings;
|
6937
|
-
/** Strings for the participant list component */
|
6938
|
-
ParticipantList: ParticipantListStrings;
|
6939
6091
|
/** Strings for the MeetingConferencePhoneInfoModal */
|
6940
6092
|
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
6941
6093
|
IncomingCallNotification: IncomingCallNotificationStrings;
|
@@ -7428,7 +6580,7 @@ export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({
|
|
7428
6580
|
*
|
7429
6581
|
* @public
|
7430
6582
|
*/
|
7431
|
-
export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointUrl, userId, displayName, credential, threadId
|
6583
|
+
export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointUrl, userId, displayName, credential, threadId }: AzureCommunicationChatAdapterArgs) => Promise<ChatAdapter>;
|
7432
6584
|
|
7433
6585
|
/**
|
7434
6586
|
* Create a {@link ChatAdapter} using the provided {@link StatefulChatClient}.
|
@@ -7438,7 +6590,7 @@ export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointU
|
|
7438
6590
|
*
|
7439
6591
|
* @public
|
7440
6592
|
*/
|
7441
|
-
export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient
|
6593
|
+
export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient): Promise<ChatAdapter>;
|
7442
6594
|
|
7443
6595
|
/**
|
7444
6596
|
* Type of {@link createDefaultCallingHandlers}.
|
@@ -7510,7 +6662,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
7510
6662
|
/**
|
7511
6663
|
* @public
|
7512
6664
|
*/
|
7513
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs
|
6665
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
7514
6666
|
|
7515
6667
|
/**
|
7516
6668
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -7520,7 +6672,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @c
|
|
7520
6672
|
*
|
7521
6673
|
* @public
|
7522
6674
|
*/
|
7523
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator
|
6675
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
7524
6676
|
|
7525
6677
|
/**
|
7526
6678
|
* Object returned after creating a local or remote VideoStream.
|
@@ -7755,11 +6907,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7755
6907
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
7756
6908
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
7757
6909
|
ReactionButtonIcon: React_2.JSX.Element;
|
7758
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
7759
|
-
DownloadAttachment: React_2.JSX.Element;
|
7760
6910
|
OpenAttachment: React_2.JSX.Element;
|
7761
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
7762
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
7763
6911
|
EditBoxCancel: React_2.JSX.Element;
|
7764
6912
|
EditBoxSubmit: React_2.JSX.Element;
|
7765
6913
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -7811,13 +6959,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7811
6959
|
VideoTileMicOff: React_2.JSX.Element;
|
7812
6960
|
VideoTileCameraOff: React_2.JSX.Element;
|
7813
6961
|
DialpadBackspace: React_2.JSX.Element;
|
7814
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
7815
|
-
SitePermissionCamera: React_2.JSX.Element;
|
7816
|
-
SitePermissionMic: React_2.JSX.Element;
|
7817
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
7818
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
7819
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7820
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7821
6962
|
VideoTilePinned: React_2.JSX.Element;
|
7822
6963
|
ParticipantItemPinned: React_2.JSX.Element;
|
7823
6964
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -7847,25 +6988,10 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7847
6988
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
7848
6989
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
7849
6990
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7850
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7851
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7852
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7853
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7854
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7855
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7856
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7857
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
7858
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7859
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7860
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7861
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7862
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7863
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7864
6991
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
7865
6992
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
7866
6993
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
7867
6994
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7868
|
-
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
7869
6995
|
RealTimeTextIcon: React_2.JSX.Element;
|
7870
6996
|
ExpandIcon: React_2.JSX.Element;
|
7871
6997
|
MinimizeIcon: React_2.JSX.Element;
|
@@ -7889,7 +7015,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7889
7015
|
ParticipantItemOptionsHovered: JSX.Element;
|
7890
7016
|
SendBoxSend: JSX.Element;
|
7891
7017
|
SendBoxSendHovered: JSX.Element;
|
7892
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
7893
7018
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
7894
7019
|
ControlButtonCameraOff: JSX.Element;
|
7895
7020
|
ControlButtonCameraOn: JSX.Element;
|
@@ -7970,7 +7095,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7970
7095
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
|
7971
7096
|
PeoplePaneMoreButton?: JSX.Element | undefined;
|
7972
7097
|
StopAllSpotlightMenuButton?: JSX.Element | undefined;
|
7973
|
-
TogetherModeLayout?: JSX.Element | undefined;
|
7974
7098
|
ChevronLeft?: JSX.Element | undefined;
|
7975
7099
|
ControlBarChatButtonActive?: JSX.Element | undefined;
|
7976
7100
|
ControlBarChatButtonInactive?: JSX.Element | undefined;
|
@@ -7980,13 +7104,10 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7980
7104
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
7981
7105
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
7982
7106
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
7107
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
7983
7108
|
ChatMessageOptions: React_2.JSX.Element;
|
7984
7109
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
7985
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
7986
|
-
DownloadAttachment: React_2.JSX.Element;
|
7987
7110
|
OpenAttachment: React_2.JSX.Element;
|
7988
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
7989
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
7990
7111
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
7991
7112
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
7992
7113
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
@@ -8006,13 +7127,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
8006
7127
|
ResumeCall: React_2.JSX.Element;
|
8007
7128
|
VideoTileCameraOff: React_2.JSX.Element;
|
8008
7129
|
DialpadBackspace: React_2.JSX.Element;
|
8009
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
8010
|
-
SitePermissionCamera: React_2.JSX.Element;
|
8011
|
-
SitePermissionMic: React_2.JSX.Element;
|
8012
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
8013
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
8014
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
8015
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
8016
7130
|
VideoTilePinned: React_2.JSX.Element;
|
8017
7131
|
ParticipantItemPinned: React_2.JSX.Element;
|
8018
7132
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -8023,13 +7137,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
8023
7137
|
SplitButtonPrimaryActionCameraOn: React_2.JSX.Element;
|
8024
7138
|
SplitButtonPrimaryActionCameraOff: React_2.JSX.Element;
|
8025
7139
|
SplitButtonPrimaryActionMicUnmuted: React_2.JSX.Element;
|
8026
|
-
SplitButtonPrimaryActionMicMuted: React_2.JSX.Element;
|
8027
|
-
* Icon wrapper to use when including customizable icons inside the CallWithChatComposite.
|
8028
|
-
* This wrapper ensures the icon name is being type-checked helping ensure no typos
|
8029
|
-
* and ensure that icon is customizable through the composite API.
|
8030
|
-
*
|
8031
|
-
* @private
|
8032
|
-
*/
|
7140
|
+
SplitButtonPrimaryActionMicMuted: React_2.JSX.Element;
|
8033
7141
|
VerticalGalleryLeftButton: React_2.JSX.Element;
|
8034
7142
|
VerticalGalleryRightButton: React_2.JSX.Element;
|
8035
7143
|
ControlButtonVideoEffectsOption: React_2.JSX.Element;
|
@@ -8048,60 +7156,15 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
8048
7156
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
8049
7157
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
8050
7158
|
VideoTileSpotlighted: React_2.JSX.Element;
|
8051
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
8052
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
8053
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
8054
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
8055
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
8056
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
8057
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
8058
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
8059
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
8060
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
8061
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
8062
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
8063
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
8064
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
8065
7159
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
8066
7160
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
8067
7161
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
8068
7162
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
8069
|
-
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
8070
7163
|
RealTimeTextIcon: React_2.JSX.Element;
|
8071
7164
|
ExpandIcon: React_2.JSX.Element;
|
8072
7165
|
MinimizeIcon: React_2.JSX.Element;
|
8073
7166
|
};
|
8074
7167
|
|
8075
|
-
/**
|
8076
|
-
* @beta
|
8077
|
-
*
|
8078
|
-
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
8079
|
-
*/
|
8080
|
-
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
8081
|
-
|
8082
|
-
/**
|
8083
|
-
* Device Checks.
|
8084
|
-
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
8085
|
-
*
|
8086
|
-
* @beta
|
8087
|
-
*/
|
8088
|
-
export declare interface DeviceCheckOptions {
|
8089
|
-
/**
|
8090
|
-
* Camera Permission prompts for your call.
|
8091
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
8092
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
8093
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
8094
|
-
*/
|
8095
|
-
camera: 'required' | 'optional' | 'doNotPrompt';
|
8096
|
-
/**
|
8097
|
-
* Microphone permission prompts for your call.
|
8098
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
8099
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
8100
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
8101
|
-
*/
|
8102
|
-
microphone: 'required' | 'optional' | 'doNotPrompt';
|
8103
|
-
}
|
8104
|
-
|
8105
7168
|
/**
|
8106
7169
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
8107
7170
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -8779,7 +7842,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
8779
7842
|
*
|
8780
7843
|
* @public
|
8781
7844
|
*/
|
8782
|
-
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof
|
7845
|
+
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;
|
8783
7846
|
|
8784
7847
|
/**
|
8785
7848
|
* Get the selector for a specified component.
|
@@ -8965,10 +8028,6 @@ export declare interface _Identifiers {
|
|
8965
8028
|
verticalGalleryVideoTile: string;
|
8966
8029
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
8967
8030
|
verticalGalleryPageCounter: string;
|
8968
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
8969
|
-
mentionSuggestionList: string;
|
8970
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
8971
|
-
mentionSuggestionItem: string;
|
8972
8031
|
}
|
8973
8032
|
|
8974
8033
|
/**
|
@@ -9034,13 +8093,6 @@ export declare interface ImageOverlayStrings {
|
|
9034
8093
|
overlayVisibleMessage: string;
|
9035
8094
|
}
|
9036
8095
|
|
9037
|
-
/**
|
9038
|
-
* Preset dark theme for the ImageOverlay component.
|
9039
|
-
*
|
9040
|
-
* @public
|
9041
|
-
*/
|
9042
|
-
export declare const imageOverlayTheme: PartialTheme;
|
9043
|
-
|
9044
8096
|
/**
|
9045
8097
|
* @public
|
9046
8098
|
* This contains a readonly array that returns all the active `incomingCalls`.
|
@@ -9494,28 +8546,6 @@ export declare type LocalizationProviderProps = {
|
|
9494
8546
|
children: React_2.ReactNode;
|
9495
8547
|
};
|
9496
8548
|
|
9497
|
-
/**
|
9498
|
-
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
9499
|
-
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
9500
|
-
*
|
9501
|
-
* @beta
|
9502
|
-
*/
|
9503
|
-
export declare interface LocalRecordingCallFeatureState {
|
9504
|
-
/**
|
9505
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
9506
|
-
*/
|
9507
|
-
isLocalRecordingActive: boolean;
|
9508
|
-
/**
|
9509
|
-
* Contains list of information of started recordings
|
9510
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
9511
|
-
*/
|
9512
|
-
activeLocalRecordings?: LocalRecordingInfo[];
|
9513
|
-
/**
|
9514
|
-
* Contains list of information of stopped recordings
|
9515
|
-
*/
|
9516
|
-
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
9517
|
-
}
|
9518
|
-
|
9519
8549
|
/**
|
9520
8550
|
* @public
|
9521
8551
|
*/
|
@@ -9690,76 +8720,6 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
9690
8720
|
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
9691
8721
|
}
|
9692
8722
|
|
9693
|
-
/**
|
9694
|
-
* Mention's state, as reflected in the UI.
|
9695
|
-
*
|
9696
|
-
* @beta
|
9697
|
-
*/
|
9698
|
-
export declare interface Mention {
|
9699
|
-
/** ID of a mention */
|
9700
|
-
id: string;
|
9701
|
-
/** Display text of a mention */
|
9702
|
-
displayText: string;
|
9703
|
-
/** Optional React element to render an item icon of a mention suggestion */
|
9704
|
-
icon?: JSX.Element;
|
9705
|
-
}
|
9706
|
-
|
9707
|
-
/**
|
9708
|
-
* Options to display suggestions in the mention scenario.
|
9709
|
-
*
|
9710
|
-
* @beta
|
9711
|
-
*/
|
9712
|
-
export declare interface MentionDisplayOptions {
|
9713
|
-
/**
|
9714
|
-
* Optional callback for customizing the mention renderer in a message thread.
|
9715
|
-
*/
|
9716
|
-
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
9717
|
-
}
|
9718
|
-
|
9719
|
-
/**
|
9720
|
-
* Options to lookup suggestions in the mention scenario.
|
9721
|
-
*
|
9722
|
-
* @beta
|
9723
|
-
*/
|
9724
|
-
export declare interface MentionLookupOptions {
|
9725
|
-
/**
|
9726
|
-
* Optional string to set trigger keyword for mention a specific participant.
|
9727
|
-
*
|
9728
|
-
* @defaultValue `@`
|
9729
|
-
*/
|
9730
|
-
trigger?: string;
|
9731
|
-
/**
|
9732
|
-
* Optional callback to fetch a list of mention suggestions base on the query.
|
9733
|
-
*/
|
9734
|
-
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
9735
|
-
/**
|
9736
|
-
* Optional callback to render an item of the mention suggestions list.
|
9737
|
-
*/
|
9738
|
-
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
9739
|
-
}
|
9740
|
-
|
9741
|
-
/**
|
9742
|
-
* Options to lookup suggestions and display mentions in the mention scenario.
|
9743
|
-
*
|
9744
|
-
* @beta
|
9745
|
-
*/
|
9746
|
-
export declare type MentionOptions = {
|
9747
|
-
lookupOptions?: MentionLookupOptions;
|
9748
|
-
displayOptions?: MentionDisplayOptions;
|
9749
|
-
};
|
9750
|
-
|
9751
|
-
/**
|
9752
|
-
* Strings of {@link _MentionPopover} that can be overridden.
|
9753
|
-
*
|
9754
|
-
* @beta
|
9755
|
-
*/
|
9756
|
-
export declare interface MentionPopoverStrings {
|
9757
|
-
/**
|
9758
|
-
* Header text for MentionPopover
|
9759
|
-
*/
|
9760
|
-
mentionPopoverHeader: string;
|
9761
|
-
}
|
9762
|
-
|
9763
8723
|
/**
|
9764
8724
|
* Discriminated union of all messages.
|
9765
8725
|
*
|
@@ -9767,7 +8727,7 @@ export declare interface MentionPopoverStrings {
|
|
9767
8727
|
*
|
9768
8728
|
* @public
|
9769
8729
|
*/
|
9770
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage
|
8730
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
9771
8731
|
|
9772
8732
|
/**
|
9773
8733
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -9809,20 +8769,6 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
9809
8769
|
*/
|
9810
8770
|
export declare type MessageEditedListener = MessageReceivedListener;
|
9811
8771
|
|
9812
|
-
/**
|
9813
|
-
* @beta
|
9814
|
-
* Message option that defines properties that can be set when
|
9815
|
-
* sending or updating a chat message.
|
9816
|
-
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
9817
|
-
* @property attachments - Attachments that contains file attachments attached to the message.
|
9818
|
-
* @property type - Type of the message content, either 'text' or 'html'.
|
9819
|
-
*/
|
9820
|
-
export declare type MessageOptions = {
|
9821
|
-
metadata?: Record<string, string>;
|
9822
|
-
attachments?: AttachmentMetadata[];
|
9823
|
-
type?: ChatMessageType;
|
9824
|
-
};
|
9825
|
-
|
9826
8772
|
/**
|
9827
8773
|
* Props to render a single message.
|
9828
8774
|
*
|
@@ -9838,7 +8784,7 @@ export declare type MessageProps = {
|
|
9838
8784
|
/**
|
9839
8785
|
* Strings from parent MessageThread component
|
9840
8786
|
*/
|
9841
|
-
strings: MessageThreadStrings
|
8787
|
+
strings: MessageThreadStrings;
|
9842
8788
|
/**
|
9843
8789
|
* Custom CSS styles for chat message container.
|
9844
8790
|
*/
|
@@ -9884,7 +8830,7 @@ export declare type MessageProps = {
|
|
9884
8830
|
* @param options - message options to be included in the message
|
9885
8831
|
*
|
9886
8832
|
*/
|
9887
|
-
onSendMessage?: (content: string
|
8833
|
+
onSendMessage?: (content: string) => Promise<void>;
|
9888
8834
|
};
|
9889
8835
|
|
9890
8836
|
/**
|
@@ -10016,7 +8962,7 @@ export declare type MessageThreadProps = {
|
|
10016
8962
|
/**
|
10017
8963
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
10018
8964
|
*/
|
10019
|
-
messages: (ChatMessage | SystemMessage | CustomMessage
|
8965
|
+
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
10020
8966
|
/**
|
10021
8967
|
* number of participants in the thread
|
10022
8968
|
*/
|
@@ -10097,11 +9043,6 @@ export declare type MessageThreadProps = {
|
|
10097
9043
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
10098
9044
|
*/
|
10099
9045
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
10100
|
-
/**
|
10101
|
-
* Optional callback to render attachments in the message component.
|
10102
|
-
* @beta
|
10103
|
-
*/
|
10104
|
-
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
10105
9046
|
/**
|
10106
9047
|
* Optional callback to edit a message.
|
10107
9048
|
*
|
@@ -10130,7 +9071,7 @@ export declare type MessageThreadProps = {
|
|
10130
9071
|
* @param options - message options to be included in the message
|
10131
9072
|
*
|
10132
9073
|
*/
|
10133
|
-
onSendMessage?: (content: string
|
9074
|
+
onSendMessage?: (content: string) => Promise<void>;
|
10134
9075
|
/**
|
10135
9076
|
/**
|
10136
9077
|
* Disable editing messages.
|
@@ -10144,32 +9085,11 @@ export declare type MessageThreadProps = {
|
|
10144
9085
|
* Optional strings to override in component
|
10145
9086
|
*/
|
10146
9087
|
strings?: Partial<MessageThreadStrings>;
|
10147
|
-
/**
|
10148
|
-
* @beta
|
10149
|
-
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
10150
|
-
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
10151
|
-
*/
|
10152
|
-
attachmentOptions?: AttachmentOptions;
|
10153
|
-
/**
|
10154
|
-
* Optional function to provide customized date format.
|
10155
|
-
* @beta
|
10156
|
-
*/
|
10157
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
10158
|
-
/**
|
10159
|
-
* Optional props needed to lookup a mention query and display mentions
|
10160
|
-
* @beta
|
10161
|
-
*/
|
10162
|
-
mentionOptions?: MentionOptions;
|
10163
9088
|
/**
|
10164
9089
|
* Optional callback called when an inline image is clicked.
|
10165
9090
|
* @beta
|
10166
9091
|
*/
|
10167
9092
|
inlineImageOptions?: InlineImageOptions;
|
10168
|
-
/**
|
10169
|
-
* Options to enable rich text editor for the edit box.
|
10170
|
-
* @beta
|
10171
|
-
*/
|
10172
|
-
richTextEditorOptions?: RichTextEditBoxOptions;
|
10173
9093
|
};
|
10174
9094
|
|
10175
9095
|
/**
|
@@ -10247,20 +9167,10 @@ export declare interface MessageThreadStrings {
|
|
10247
9167
|
actionMenuMoreOptions?: string;
|
10248
9168
|
/** Aria label to announce when a message is deleted */
|
10249
9169
|
messageDeletedAnnouncementAriaLabel: string;
|
10250
|
-
/** String for download attachment button in attachment card */
|
10251
|
-
downloadAttachment: string;
|
10252
9170
|
/** String for open attachment button in attachment card */
|
10253
9171
|
openAttachment: string;
|
10254
|
-
/** String for policy violation message removal */
|
10255
|
-
blockedWarningText: string;
|
10256
|
-
/** String for policy violation message removal details link */
|
10257
|
-
blockedWarningLinkText: string;
|
10258
9172
|
/** String for aria text in attachment card group*/
|
10259
9173
|
attachmentCardGroupMessage: string;
|
10260
|
-
/**
|
10261
|
-
* Error message indicating that one or more image uploads are not complete.
|
10262
|
-
*/
|
10263
|
-
imageUploadsPendingError: string;
|
10264
9174
|
}
|
10265
9175
|
|
10266
9176
|
/**
|
@@ -10288,24 +9198,10 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
10288
9198
|
/** Styles for system message container. */
|
10289
9199
|
systemMessageContainer?: ComponentSlotStyle;
|
10290
9200
|
/** Styles for blocked message container. */
|
10291
|
-
blockedMessageContainer?: ComponentSlotStyle;
|
10292
9201
|
/** Styles for message status indicator container. */
|
10293
9202
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
10294
9203
|
}
|
10295
9204
|
|
10296
|
-
/**
|
10297
|
-
*
|
10298
|
-
* Messaging policy of a chat thread.
|
10299
|
-
*
|
10300
|
-
* @beta
|
10301
|
-
*/
|
10302
|
-
export declare interface MessagingPolicy {
|
10303
|
-
/**
|
10304
|
-
* Boolean to track whether or not messages are restricted to only text.
|
10305
|
-
* */
|
10306
|
-
textOnlyChat?: boolean;
|
10307
|
-
}
|
10308
|
-
|
10309
9205
|
/**
|
10310
9206
|
* A button to turn microphone on / off.
|
10311
9207
|
*
|
@@ -10498,31 +9394,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
10498
9394
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
10499
9395
|
}
|
10500
9396
|
|
10501
|
-
/**
|
10502
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
10503
|
-
* by their browsers settings.
|
10504
|
-
*
|
10505
|
-
* @beta
|
10506
|
-
*/
|
10507
|
-
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
10508
|
-
|
10509
|
-
/**
|
10510
|
-
* @beta
|
10511
|
-
* Props for MicrophoneSitePermissions component.
|
10512
|
-
*/
|
10513
|
-
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
10514
|
-
/** Icon name for the microphone icon */
|
10515
|
-
microphoneIconName?: string;
|
10516
|
-
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
10517
|
-
strings?: MicrophoneSitePermissionsStrings;
|
10518
|
-
}
|
10519
|
-
|
10520
|
-
/**
|
10521
|
-
* @beta
|
10522
|
-
* Strings for MicrophoneSitePermissions component.
|
10523
|
-
*/
|
10524
|
-
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
10525
|
-
|
10526
9397
|
/**
|
10527
9398
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
10528
9399
|
*
|
@@ -10885,14 +9756,6 @@ export declare interface NotificationStackStrings {
|
|
10885
9756
|
* Message shown in notification when capability unMuteMic is absent
|
10886
9757
|
*/
|
10887
9758
|
capabilityUnmuteMicAbsent?: NotificationStrings;
|
10888
|
-
/**
|
10889
|
-
* Message shown in notification when together mode is started
|
10890
|
-
*/
|
10891
|
-
togetherModeStarted?: NotificationStrings;
|
10892
|
-
/**
|
10893
|
-
* Message shown in notification when together mode ends
|
10894
|
-
*/
|
10895
|
-
togetherModeEnded?: NotificationStrings;
|
10896
9759
|
/**
|
10897
9760
|
* Message shown in notification when there was an error with transcription.
|
10898
9761
|
*/
|
@@ -10972,7 +9835,7 @@ export declare interface NotificationStyles {
|
|
10972
9835
|
}
|
10973
9836
|
|
10974
9837
|
/** @public */
|
10975
|
-
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'assignedBreakoutRoomClosed' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent'
|
9838
|
+
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'assignedBreakoutRoomClosed' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent';
|
10976
9839
|
|
10977
9840
|
/**
|
10978
9841
|
* All notifications that can be shown in the {@link NotificationStack}.
|
@@ -10981,13 +9844,6 @@ export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assigne
|
|
10981
9844
|
*/
|
10982
9845
|
export declare type NotificationType = keyof NotificationStackStrings;
|
10983
9846
|
|
10984
|
-
/**
|
10985
|
-
* Callback function used to provide custom data to build profile for a user or bot.
|
10986
|
-
*
|
10987
|
-
* @public
|
10988
|
-
*/
|
10989
|
-
export declare type OnFetchChatProfileCallback = (userId: string, defaultProfile?: ChatProfile) => Promise<ChatProfile | undefined>;
|
10990
|
-
|
10991
9847
|
/**
|
10992
9848
|
* Callback function used to provide custom data to build profile for a user or bot.
|
10993
9849
|
*
|
@@ -11278,10 +10134,6 @@ export declare type ParticipantListProps = {
|
|
11278
10134
|
styles?: ParticipantListStyles;
|
11279
10135
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
11280
10136
|
showParticipantOverflowTooltip?: boolean;
|
11281
|
-
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
11282
|
-
totalParticipantCount?: number;
|
11283
|
-
/** Strings for the participant list */
|
11284
|
-
strings?: ParticipantListStrings;
|
11285
10137
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
11286
10138
|
participantAriaLabelledBy?: string;
|
11287
10139
|
/** List of pinned participants */
|
@@ -11296,21 +10148,8 @@ export declare type ParticipantListProps = {
|
|
11296
10148
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
11297
10149
|
participants: CallParticipantListParticipant[];
|
11298
10150
|
myUserId: string;
|
11299
|
-
totalParticipantCount?: number;
|
11300
10151
|
};
|
11301
10152
|
|
11302
|
-
/**
|
11303
|
-
* Strings for the {@link ParticipantList}.
|
11304
|
-
*
|
11305
|
-
* @beta
|
11306
|
-
*/
|
11307
|
-
export declare interface ParticipantListStrings {
|
11308
|
-
/**
|
11309
|
-
* String for rendering the count of participants not contained in the displayed participant list
|
11310
|
-
*/
|
11311
|
-
overflowParticipantCount?: string;
|
11312
|
-
}
|
11313
|
-
|
11314
10153
|
/**
|
11315
10154
|
* Styles for the {@link ParticipantList}.
|
11316
10155
|
*
|
@@ -12002,35 +10841,8 @@ export declare interface RecordingCallFeature {
|
|
12002
10841
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
12003
10842
|
*/
|
12004
10843
|
isRecordingActive: boolean;
|
12005
|
-
/**
|
12006
|
-
* Contains list of information of started recordings
|
12007
|
-
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
12008
|
-
*/
|
12009
|
-
activeRecordings?: RecordingInfo[];
|
12010
|
-
/**
|
12011
|
-
* Contains list of information of stopped recordings
|
12012
|
-
*/
|
12013
|
-
lastStoppedRecording?: RecordingInfo[];
|
12014
10844
|
}
|
12015
10845
|
|
12016
|
-
/**
|
12017
|
-
* State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
|
12018
|
-
*
|
12019
|
-
* @beta
|
12020
|
-
*/
|
12021
|
-
export declare type RemoteDiagnosticState = {
|
12022
|
-
readonly diagnostic: RemoteDiagnosticType;
|
12023
|
-
readonly value: DiagnosticQuality | DiagnosticFlag;
|
12024
|
-
readonly valueType: DiagnosticValueType;
|
12025
|
-
};
|
12026
|
-
|
12027
|
-
/**
|
12028
|
-
* All type names for {@link @azure/communication-calling#RemoteDiagnosticState}.
|
12029
|
-
*
|
12030
|
-
* @beta
|
12031
|
-
*/
|
12032
|
-
export declare type RemoteDiagnosticType = NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType;
|
12033
|
-
|
12034
10846
|
/**
|
12035
10847
|
* State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
|
12036
10848
|
* automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -12098,10 +10910,6 @@ export declare interface RemoteParticipantState {
|
|
12098
10910
|
* Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
|
12099
10911
|
*/
|
12100
10912
|
mediaAccess?: MediaAccessState;
|
12101
|
-
/**
|
12102
|
-
* The diagnostic status of RemoteParticipant{@link @azure/communication-calling#RemoteDiagnostics}.
|
12103
|
-
*/
|
12104
|
-
diagnostics?: Partial<Record<RemoteDiagnosticType, RemoteDiagnosticState>>;
|
12105
10913
|
}
|
12106
10914
|
|
12107
10915
|
/**
|
@@ -12175,256 +10983,6 @@ export declare type ResourceFetchResult = {
|
|
12175
10983
|
error?: Error;
|
12176
10984
|
};
|
12177
10985
|
|
12178
|
-
/**
|
12179
|
-
* Options for the rich text editor edit box configuration.
|
12180
|
-
*
|
12181
|
-
* @beta
|
12182
|
-
*/
|
12183
|
-
export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
|
12184
|
-
/**
|
12185
|
-
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
12186
|
-
* When not provided, pasting images into rich text editor will be disabled.
|
12187
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12188
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
12189
|
-
* @param messageId - the id of the message that the inlineImage belongs to.
|
12190
|
-
*/
|
12191
|
-
onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
12192
|
-
/**
|
12193
|
-
* Optional callback invoked after inline image is removed from the UI.
|
12194
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12195
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
12196
|
-
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
12197
|
-
* @param messageId - the id of the message that the inlineImage belongs to.
|
12198
|
-
*/
|
12199
|
-
onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
12200
|
-
/**
|
12201
|
-
* Optional Record of type {@link AttachmentMetadataInProgress}
|
12202
|
-
* to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
|
12203
|
-
* - there is an error provided in the messagesInlineImagesWithProgress
|
12204
|
-
* - progress is less than 1 when the send button is clicked
|
12205
|
-
* - content html string is longer than the max allowed length.
|
12206
|
-
* (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
|
12207
|
-
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
12208
|
-
*/
|
12209
|
-
messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
|
12210
|
-
}
|
12211
|
-
|
12212
|
-
/**
|
12213
|
-
* Options for the rich text editor configuration.
|
12214
|
-
*
|
12215
|
-
* @beta
|
12216
|
-
*/
|
12217
|
-
export declare interface RichTextEditorOptions {
|
12218
|
-
/**
|
12219
|
-
* Optional callback to handle paste event.
|
12220
|
-
*/
|
12221
|
-
onPaste?: (event: {
|
12222
|
-
content: DocumentFragment;
|
12223
|
-
}) => void;
|
12224
|
-
}
|
12225
|
-
|
12226
|
-
/**
|
12227
|
-
* A component to render SendBox with Rich Text Editor support.
|
12228
|
-
*
|
12229
|
-
* @beta
|
12230
|
-
*/
|
12231
|
-
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
12232
|
-
|
12233
|
-
/**
|
12234
|
-
* Props for {@link RichTextSendBox}.
|
12235
|
-
*
|
12236
|
-
* @beta
|
12237
|
-
*/
|
12238
|
-
export declare interface RichTextSendBoxProps {
|
12239
|
-
/**
|
12240
|
-
* Optional boolean to disable text box
|
12241
|
-
* @defaultValue false
|
12242
|
-
*/
|
12243
|
-
disabled?: boolean;
|
12244
|
-
/**
|
12245
|
-
* Optional callback to handle paste event.
|
12246
|
-
*/
|
12247
|
-
onPaste?: (event: {
|
12248
|
-
content: DocumentFragment;
|
12249
|
-
}) => void;
|
12250
|
-
/**
|
12251
|
-
* Optional strings to override in component
|
12252
|
-
*/
|
12253
|
-
strings?: Partial<RichTextSendBoxStrings>;
|
12254
|
-
/**
|
12255
|
-
* Optional text for system message above the text box
|
12256
|
-
*/
|
12257
|
-
systemMessage?: string;
|
12258
|
-
/**
|
12259
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
12260
|
-
* to render attachments being uploaded in the SendBox.
|
12261
|
-
* @beta
|
12262
|
-
*/
|
12263
|
-
attachments?: AttachmentMetadataInProgress[];
|
12264
|
-
/**
|
12265
|
-
* enumerable to determine if the input box has focus on render or not.
|
12266
|
-
* When undefined nothing has focus on render
|
12267
|
-
*/
|
12268
|
-
autoFocus?: 'sendBoxTextField';
|
12269
|
-
/**
|
12270
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
12271
|
-
* cancel icon.
|
12272
|
-
*/
|
12273
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
12274
|
-
/**
|
12275
|
-
* Optional callback invoked after inline image is removed from the UI.
|
12276
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12277
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
12278
|
-
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
12279
|
-
*/
|
12280
|
-
onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12281
|
-
/**
|
12282
|
-
* Callback function used when the send button is clicked.
|
12283
|
-
*/
|
12284
|
-
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
12285
|
-
/**
|
12286
|
-
* Optional callback called when user is typing
|
12287
|
-
*/
|
12288
|
-
onTyping?: () => Promise<void>;
|
12289
|
-
/**
|
12290
|
-
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
12291
|
-
* When not provided, pasting images into rich text editor will be disabled.
|
12292
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12293
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
12294
|
-
*/
|
12295
|
-
onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12296
|
-
/**
|
12297
|
-
* Optional Array of type {@link AttachmentMetadataInProgress}
|
12298
|
-
* to render the errorBar for inline images inserted in the RichTextSendBox when:
|
12299
|
-
* - there is an error provided in the inlineImagesWithProgress
|
12300
|
-
* - progress is less than 1 when the send button is clicked
|
12301
|
-
* - content html string is longer than the max allowed length.
|
12302
|
-
* (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
|
12303
|
-
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
12304
|
-
*/
|
12305
|
-
inlineImagesWithProgress?: AttachmentMetadataInProgress[];
|
12306
|
-
}
|
12307
|
-
|
12308
|
-
/**
|
12309
|
-
* Strings of {@link RichTextSendBox} that can be overridden.
|
12310
|
-
*
|
12311
|
-
* @beta
|
12312
|
-
*/
|
12313
|
-
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
12314
|
-
}
|
12315
|
-
|
12316
|
-
/**
|
12317
|
-
* Strings of RichText that can be overridden.
|
12318
|
-
*
|
12319
|
-
* @beta
|
12320
|
-
*/
|
12321
|
-
export declare interface RichTextStrings {
|
12322
|
-
/**
|
12323
|
-
* Tooltip text for the bold button.
|
12324
|
-
*/
|
12325
|
-
richTextBoldTooltip: string;
|
12326
|
-
/**
|
12327
|
-
* Tooltip text for the italic button.
|
12328
|
-
*/
|
12329
|
-
richTextItalicTooltip: string;
|
12330
|
-
/**
|
12331
|
-
* Tooltip text for the underline button.
|
12332
|
-
*/
|
12333
|
-
richTextUnderlineTooltip: string;
|
12334
|
-
/**
|
12335
|
-
* Tooltip text for the bullet list button.
|
12336
|
-
*/
|
12337
|
-
richTextBulletListTooltip: string;
|
12338
|
-
/**
|
12339
|
-
* Tooltip text for the number list button.
|
12340
|
-
*/
|
12341
|
-
richTextNumberListTooltip: string;
|
12342
|
-
/**
|
12343
|
-
* Tooltip text for the increase indent button.
|
12344
|
-
*/
|
12345
|
-
richTextIncreaseIndentTooltip: string;
|
12346
|
-
/**
|
12347
|
-
* Tooltip text for the decrease indent button.
|
12348
|
-
*/
|
12349
|
-
richTextDecreaseIndentTooltip: string;
|
12350
|
-
/**
|
12351
|
-
* Tooltip text insert table button.
|
12352
|
-
*/
|
12353
|
-
richTextInsertTableTooltip: string;
|
12354
|
-
/**
|
12355
|
-
* Tooltip text for the rich text format button button.
|
12356
|
-
*/
|
12357
|
-
richTextFormatButtonTooltip: string;
|
12358
|
-
/**
|
12359
|
-
* Text for the insert menu item.
|
12360
|
-
*/
|
12361
|
-
richTextInsertRowOrColumnMenu: string;
|
12362
|
-
/**
|
12363
|
-
* Title for the insert table menu.
|
12364
|
-
*/
|
12365
|
-
richTextInsertTableMenuTitle: string;
|
12366
|
-
/**
|
12367
|
-
* Text for the insert menu item to insert row above the current selection.
|
12368
|
-
*/
|
12369
|
-
richTextInsertRowAboveMenu: string;
|
12370
|
-
/**
|
12371
|
-
* Text for the insert menu item to insert row below the current selection.
|
12372
|
-
*/
|
12373
|
-
richTextInsertRowBelowMenu: string;
|
12374
|
-
/**
|
12375
|
-
* Text for the insert menu item to insert column to the left from the current selection.
|
12376
|
-
*/
|
12377
|
-
richTextInsertColumnLeftMenu: string;
|
12378
|
-
/**
|
12379
|
-
* Text for the insert menu item to insert column to the right from the current selection.
|
12380
|
-
*/
|
12381
|
-
richTextInsertColumnRightMenu: string;
|
12382
|
-
/**
|
12383
|
-
* Text for the delete row or column menu.
|
12384
|
-
*/
|
12385
|
-
richTextDeleteRowOrColumnMenu: string;
|
12386
|
-
/**
|
12387
|
-
* Text for the delete column menu.
|
12388
|
-
*/
|
12389
|
-
richTextDeleteColumnMenu: string;
|
12390
|
-
/**
|
12391
|
-
* Text for the delete row menu.
|
12392
|
-
*/
|
12393
|
-
richTextDeleteRowMenu: string;
|
12394
|
-
/**
|
12395
|
-
* Text for the delete table menu.
|
12396
|
-
*/
|
12397
|
-
richTextDeleteTableMenu: string;
|
12398
|
-
/**
|
12399
|
-
* Text for the rich text toolbar.
|
12400
|
-
*/
|
12401
|
-
richTextToolbarAriaLabel: string;
|
12402
|
-
/**
|
12403
|
-
* Text for the rich text toolbar more button.
|
12404
|
-
*/
|
12405
|
-
richTextToolbarMoreButtonAriaLabel: string;
|
12406
|
-
/**
|
12407
|
-
* Text for announcement when a new bulleted list item is added.
|
12408
|
-
*/
|
12409
|
-
richTextNewBulletedListItemAnnouncement: string;
|
12410
|
-
/**
|
12411
|
-
* Text for announcement when a new numbered list item is added.
|
12412
|
-
*/
|
12413
|
-
richTextNewNumberedListItemAnnouncement: string;
|
12414
|
-
/**
|
12415
|
-
* Text for announcement when the bulleted list style is applied.
|
12416
|
-
*/
|
12417
|
-
richTextBulletedListAppliedAnnouncement: string;
|
12418
|
-
/**
|
12419
|
-
* Text for announcement when the numbered list style is applied.
|
12420
|
-
*/
|
12421
|
-
richTextNumberedListAppliedAnnouncement: string;
|
12422
|
-
/**
|
12423
|
-
* Error message indicating image upload is not complete.
|
12424
|
-
*/
|
12425
|
-
imageUploadsPendingError: string;
|
12426
|
-
}
|
12427
|
-
|
12428
10986
|
/**
|
12429
10987
|
* A button to start / stop screen sharing.
|
12430
10988
|
*
|
@@ -12496,42 +11054,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
12496
11054
|
*/
|
12497
11055
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
12498
11056
|
|
12499
|
-
/**
|
12500
|
-
* @beta
|
12501
|
-
* Error to be displayed to the user in an error bar above sendbox.
|
12502
|
-
*/
|
12503
|
-
export declare interface SendBoxErrorBarError {
|
12504
|
-
/** Error Message to be displayed */
|
12505
|
-
message: string;
|
12506
|
-
/**
|
12507
|
-
* Unix Timestamp. Preferred generation using `Date.now()`
|
12508
|
-
*/
|
12509
|
-
timestamp: number;
|
12510
|
-
/**
|
12511
|
-
* ErrorBar type. Defaults to `warning`.
|
12512
|
-
*/
|
12513
|
-
errorBarType?: SendBoxErrorBarType;
|
12514
|
-
}
|
12515
|
-
|
12516
|
-
/**
|
12517
|
-
* @beta
|
12518
|
-
* Error bar type for {@link SendBoxErrorBarError}
|
12519
|
-
*/
|
12520
|
-
export declare enum SendBoxErrorBarType {
|
12521
|
-
/** Info styled MessageBar */
|
12522
|
-
info = 0,
|
12523
|
-
/** Error styled MessageBar */
|
12524
|
-
error = 1,
|
12525
|
-
/** Blocked styled MessageBar */
|
12526
|
-
blocked = 2,
|
12527
|
-
/** SevereWarning styled MessageBar */
|
12528
|
-
severeWarning = 3,
|
12529
|
-
/** Success styled MessageBar */
|
12530
|
-
success = 4,
|
12531
|
-
/** Warning styled MessageBar */
|
12532
|
-
warning = 5
|
12533
|
-
}
|
12534
|
-
|
12535
11057
|
/**
|
12536
11058
|
* Props for {@link SendBox}.
|
12537
11059
|
*
|
@@ -12550,12 +11072,7 @@ export declare interface SendBoxProps {
|
|
12550
11072
|
/**
|
12551
11073
|
* Optional override behavior on send button click
|
12552
11074
|
*/
|
12553
|
-
onSendMessage?: (content: string
|
12554
|
-
/**
|
12555
|
-
* Optional props needed to lookup suggestions in the mention scenario.
|
12556
|
-
* @beta
|
12557
|
-
*/
|
12558
|
-
mentionLookupOptions?: MentionLookupOptions;
|
11075
|
+
onSendMessage?: (content: string) => Promise<void>;
|
12559
11076
|
/**
|
12560
11077
|
* Optional callback called when user is typing
|
12561
11078
|
*/
|
@@ -12592,25 +11109,6 @@ export declare interface SendBoxProps {
|
|
12592
11109
|
* When undefined nothing has focus on render
|
12593
11110
|
*/
|
12594
11111
|
autoFocus?: 'sendBoxTextField';
|
12595
|
-
/**
|
12596
|
-
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
12597
|
-
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
12598
|
-
* be rendered below the text area in sendBox.
|
12599
|
-
* @beta
|
12600
|
-
*/
|
12601
|
-
onRenderAttachmentUploads?: () => JSX.Element;
|
12602
|
-
/**
|
12603
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
12604
|
-
* to render attachments being uploaded in the SendBox.
|
12605
|
-
* @beta
|
12606
|
-
*/
|
12607
|
-
attachments?: AttachmentMetadataInProgress[];
|
12608
|
-
/**
|
12609
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
12610
|
-
* cancel icon.
|
12611
|
-
* @beta
|
12612
|
-
*/
|
12613
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
12614
11112
|
}
|
12615
11113
|
|
12616
11114
|
/**
|
@@ -12641,26 +11139,6 @@ export declare interface SendBoxStrings {
|
|
12641
11139
|
* Aria label for send message button
|
12642
11140
|
*/
|
12643
11141
|
sendButtonAriaLabel: string;
|
12644
|
-
/**
|
12645
|
-
* Error message indicating that all attachment uploads are not complete.
|
12646
|
-
*/
|
12647
|
-
attachmentUploadsPendingError: string;
|
12648
|
-
/**
|
12649
|
-
* Aria label to notify user when focus is on cancel attachment upload button.
|
12650
|
-
*/
|
12651
|
-
removeAttachment: string;
|
12652
|
-
/**
|
12653
|
-
* Aria label to notify user attachment uploading starts.
|
12654
|
-
*/
|
12655
|
-
uploading: string;
|
12656
|
-
/**
|
12657
|
-
* Aria label to notify user attachment is uploaded.
|
12658
|
-
*/
|
12659
|
-
uploadCompleted: string;
|
12660
|
-
/**
|
12661
|
-
* Aria label to notify user more attachment action menu.
|
12662
|
-
*/
|
12663
|
-
attachmentMoreMenu: string;
|
12664
11142
|
}
|
12665
11143
|
|
12666
11144
|
/**
|
@@ -12681,45 +11159,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
12681
11159
|
systemMessage?: IStyle;
|
12682
11160
|
}
|
12683
11161
|
|
12684
|
-
/**
|
12685
|
-
* @beta
|
12686
|
-
* Strings for SitePermissions component
|
12687
|
-
*/
|
12688
|
-
export declare type SitePermissionsStrings = {
|
12689
|
-
/**
|
12690
|
-
* Main text string.
|
12691
|
-
*/
|
12692
|
-
primaryText?: string;
|
12693
|
-
/**
|
12694
|
-
* Subtext string.
|
12695
|
-
*/
|
12696
|
-
secondaryText?: string;
|
12697
|
-
/**
|
12698
|
-
* More help link string.
|
12699
|
-
*/
|
12700
|
-
linkText?: string;
|
12701
|
-
/**
|
12702
|
-
* Primary button text string.
|
12703
|
-
*/
|
12704
|
-
primaryButtonText?: string;
|
12705
|
-
/**
|
12706
|
-
* Aria label describing the content of the container
|
12707
|
-
*/
|
12708
|
-
ariaLabel?: string;
|
12709
|
-
};
|
12710
|
-
|
12711
|
-
/**
|
12712
|
-
* Fluent styles for {@link SitePermissionsContainer}.
|
12713
|
-
*
|
12714
|
-
* @beta
|
12715
|
-
*/
|
12716
|
-
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
12717
|
-
/** Styles for the primary button. */
|
12718
|
-
primaryButton?: IButtonStyles;
|
12719
|
-
/** Styles for the help troubleshooting link text. */
|
12720
|
-
troubleshootingLink?: ILinkStyles;
|
12721
|
-
}
|
12722
|
-
|
12723
11162
|
/**
|
12724
11163
|
* @public
|
12725
11164
|
* Type for representing a custom sound to use for a calling event
|
@@ -13039,13 +11478,6 @@ export declare interface StartRealTimeTextButtonStrings {
|
|
13039
11478
|
tooltipOffContent: string;
|
13040
11479
|
}
|
13041
11480
|
|
13042
|
-
/**
|
13043
|
-
* Parameter to start a call using a Teams user identity.
|
13044
|
-
*
|
13045
|
-
* @beta
|
13046
|
-
*/
|
13047
|
-
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
13048
|
-
|
13049
11481
|
/**
|
13050
11482
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
13051
11483
|
* The interface provides access to proxied state and also allows registering a handler for state change events. For
|
@@ -13131,7 +11563,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
13131
11563
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to start rendering.
|
13132
11564
|
* @param options - Options that are passed to the {@link @azure/communication-calling#VideoStreamRenderer}.
|
13133
11565
|
*/
|
13134
|
-
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState
|
11566
|
+
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
|
13135
11567
|
/**
|
13136
11568
|
* Stops rendering a {@link RemoteVideoStreamState} or {@link LocalVideoStreamState} and removes the
|
13137
11569
|
* {@link VideoStreamRendererView} from the relevant {@link RemoteVideoStreamState} in {@link CallClientState} or
|
@@ -13156,7 +11588,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
13156
11588
|
* be undefined if disposing LocalVideoStreamState.
|
13157
11589
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
13158
11590
|
*/
|
13159
|
-
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState
|
11591
|
+
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
13160
11592
|
/**
|
13161
11593
|
* The CallAgent is used to handle calls.
|
13162
11594
|
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
@@ -13496,7 +11928,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
13496
11928
|
* @public
|
13497
11929
|
*/
|
13498
11930
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13499
|
-
locator: TeamsMeetingLinkLocator |
|
11931
|
+
locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
|
13500
11932
|
};
|
13501
11933
|
|
13502
11934
|
/**
|
@@ -13569,17 +12001,6 @@ export declare interface TeamsIncomingCallState {
|
|
13569
12001
|
endTime?: Date;
|
13570
12002
|
}
|
13571
12003
|
|
13572
|
-
/**
|
13573
|
-
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
13574
|
-
*
|
13575
|
-
* This is used to create an outbound call scenarios.
|
13576
|
-
*
|
13577
|
-
* @beta
|
13578
|
-
*/
|
13579
|
-
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13580
|
-
targetCallees: StartTeamsCallIdentifier[];
|
13581
|
-
};
|
13582
|
-
|
13583
12004
|
/**
|
13584
12005
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
13585
12006
|
*
|
@@ -13592,92 +12013,6 @@ export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon &
|
|
13592
12013
|
*/
|
13593
12014
|
export declare const toFlatCommunicationIdentifier: (identifier: CommunicationIdentifier) => string;
|
13594
12015
|
|
13595
|
-
/**
|
13596
|
-
* State only version of {@link @azure/communication-calling#TogetherModeCallFeature}. {@link StatefulCallClient}.
|
13597
|
-
* Represents the state of the Together Mode feature.
|
13598
|
-
* @public
|
13599
|
-
*/
|
13600
|
-
export declare interface TogetherModeCallFeatureState {
|
13601
|
-
/**
|
13602
|
-
* Flag indicating if Together Mode is active in the call
|
13603
|
-
*/
|
13604
|
-
isActive: boolean;
|
13605
|
-
/**
|
13606
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.togetherModeStream}.
|
13607
|
-
*/
|
13608
|
-
streams: TogetherModeStreamsState;
|
13609
|
-
/**
|
13610
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.TogetherModeSeatingMap}.
|
13611
|
-
*/
|
13612
|
-
seatingPositions: TogetherModeParticipantSeatingState;
|
13613
|
-
}
|
13614
|
-
|
13615
|
-
/**
|
13616
|
-
* Represents the seating positions of participants in Together Mode.
|
13617
|
-
*
|
13618
|
-
* @public
|
13619
|
-
*/
|
13620
|
-
export declare type TogetherModeParticipantSeatingState = Record<string, TogetherModeSeatingPositionState>;
|
13621
|
-
|
13622
|
-
/**
|
13623
|
-
* State only version of {@link @azure/communication-calling#TogetherModeSeatingMap}.
|
13624
|
-
* @public
|
13625
|
-
*
|
13626
|
-
* Represents the seating position of a participant in Together Mode.
|
13627
|
-
*/
|
13628
|
-
export declare interface TogetherModeSeatingPositionState {
|
13629
|
-
/**
|
13630
|
-
* The top left offset from the top of the together mode view.
|
13631
|
-
*/
|
13632
|
-
top: number;
|
13633
|
-
/**
|
13634
|
-
* The left offset position from the left of the together mode view.
|
13635
|
-
*/
|
13636
|
-
left: number;
|
13637
|
-
/**
|
13638
|
-
* The width of the seating area
|
13639
|
-
*/
|
13640
|
-
width: number;
|
13641
|
-
/**
|
13642
|
-
* The height of the seating area.
|
13643
|
-
*/
|
13644
|
-
height: number;
|
13645
|
-
}
|
13646
|
-
|
13647
|
-
/**
|
13648
|
-
* Interface representing the result of a Together Mode stream view.
|
13649
|
-
* @public
|
13650
|
-
*/
|
13651
|
-
export declare interface TogetherModeStreamOptions extends VideoStreamOptions {
|
13652
|
-
/**
|
13653
|
-
* The kind of together mode view to be created. Default is 'main'.
|
13654
|
-
*/
|
13655
|
-
viewKind?: 'main' | 'panoramic';
|
13656
|
-
}
|
13657
|
-
|
13658
|
-
/**
|
13659
|
-
* Represents the streams in Together Mode.
|
13660
|
-
*
|
13661
|
-
* @public
|
13662
|
-
*/
|
13663
|
-
export declare interface TogetherModeStreamsState {
|
13664
|
-
/**
|
13665
|
-
* The main video stream in Together Mode.
|
13666
|
-
*/
|
13667
|
-
mainVideoStream?: CallFeatureStreamState;
|
13668
|
-
}
|
13669
|
-
|
13670
|
-
/**
|
13671
|
-
* Interface representing the result of a Together Mode stream view.
|
13672
|
-
* @public
|
13673
|
-
*/
|
13674
|
-
export declare interface TogetherModeStreamViewResult {
|
13675
|
-
/**
|
13676
|
-
* Together mode stream view id.
|
13677
|
-
*/
|
13678
|
-
mainVideoView?: CreateVideoStreamViewResult;
|
13679
|
-
}
|
13680
|
-
|
13681
12016
|
/**
|
13682
12017
|
* Callback for {@link ChatAdapterSubscribers} 'topicChanged' event.
|
13683
12018
|
*
|
@@ -13866,129 +12201,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
13866
12201
|
typingString?: IStyle;
|
13867
12202
|
}
|
13868
12203
|
|
13869
|
-
/**
|
13870
|
-
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
13871
|
-
*
|
13872
|
-
* @beta
|
13873
|
-
*/
|
13874
|
-
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
13875
|
-
|
13876
|
-
/**
|
13877
|
-
* props for {@link UnsupportedBrowser} UI
|
13878
|
-
*
|
13879
|
-
* @beta
|
13880
|
-
*/
|
13881
|
-
export declare interface UnsupportedBrowserProps {
|
13882
|
-
/** Handler to perform an action when the help link is actioned */
|
13883
|
-
onTroubleshootingClick?: () => void;
|
13884
|
-
/** String overrides for the component */
|
13885
|
-
strings?: UnsupportedBrowserStrings;
|
13886
|
-
}
|
13887
|
-
|
13888
|
-
/**
|
13889
|
-
* Strings for UnsupportedBrowser component
|
13890
|
-
*
|
13891
|
-
* @beta
|
13892
|
-
*/
|
13893
|
-
export declare interface UnsupportedBrowserStrings {
|
13894
|
-
/** String for the primary text */
|
13895
|
-
primaryText: string;
|
13896
|
-
/** String for the secondary text */
|
13897
|
-
secondaryText: string;
|
13898
|
-
/** String to display in the text for the help link */
|
13899
|
-
moreHelpLinkText: string;
|
13900
|
-
}
|
13901
|
-
|
13902
|
-
/**
|
13903
|
-
* UI to display to the user that the browser version they are using is out of date
|
13904
|
-
* and not supported by Azure Communications Calling service.
|
13905
|
-
*
|
13906
|
-
* @beta
|
13907
|
-
*/
|
13908
|
-
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
13909
|
-
|
13910
|
-
/**
|
13911
|
-
* props for {@link UnsupportedBrowserVersion} UI
|
13912
|
-
*
|
13913
|
-
* @beta
|
13914
|
-
*/
|
13915
|
-
export declare interface UnsupportedBrowserVersionProps {
|
13916
|
-
/** Handler to perform an action when the help link is actioned */
|
13917
|
-
onTroubleshootingClick?: () => void;
|
13918
|
-
/** String overrides for the component */
|
13919
|
-
strings?: UnsupportedBrowserVersionStrings;
|
13920
|
-
/** Handler to allow user to continue into the call */
|
13921
|
-
onContinueAnywayClick?: () => void;
|
13922
|
-
}
|
13923
|
-
|
13924
|
-
/**
|
13925
|
-
* Strings for UnsupportedBrowser component
|
13926
|
-
*
|
13927
|
-
* @beta
|
13928
|
-
*/
|
13929
|
-
export declare interface UnsupportedBrowserVersionStrings {
|
13930
|
-
/** String for the primary text */
|
13931
|
-
primaryText: string;
|
13932
|
-
/** String for the secondary text */
|
13933
|
-
secondaryText: string;
|
13934
|
-
/** String to display in the text for the help link */
|
13935
|
-
moreHelpLinkText: string;
|
13936
|
-
/** String for continue without updating button */
|
13937
|
-
continueAnywayButtonText?: string;
|
13938
|
-
}
|
13939
|
-
|
13940
|
-
/**
|
13941
|
-
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
13942
|
-
*
|
13943
|
-
* @beta
|
13944
|
-
*/
|
13945
|
-
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
13946
|
-
|
13947
|
-
/**
|
13948
|
-
* Props for {@link UnsupportedOperatingSystem} UI
|
13949
|
-
*
|
13950
|
-
* @beta
|
13951
|
-
*/
|
13952
|
-
export declare interface UnsupportedOperatingSystemProps {
|
13953
|
-
/** Handler to perform a action when the help link is actioned */
|
13954
|
-
onTroubleshootingClick?: () => void;
|
13955
|
-
/** String overrides for the component */
|
13956
|
-
strings?: UnsupportedOperatingSystemStrings;
|
13957
|
-
}
|
13958
|
-
|
13959
|
-
/**
|
13960
|
-
* Strings for UnsupportedBrowser component
|
13961
|
-
*
|
13962
|
-
* @beta
|
13963
|
-
*/
|
13964
|
-
export declare interface UnsupportedOperatingSystemStrings {
|
13965
|
-
/** String for the primary text */
|
13966
|
-
primaryText: string;
|
13967
|
-
/** String for the secondary text */
|
13968
|
-
secondaryText: string;
|
13969
|
-
/** String to display in the text for the help link */
|
13970
|
-
moreHelpLinkText: string;
|
13971
|
-
}
|
13972
|
-
|
13973
12204
|
/**
|
13974
12205
|
* @public
|
13975
12206
|
* Callback function run when a message is updated.
|
13976
12207
|
*/
|
13977
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string
|
13978
|
-
|
13979
|
-
/**
|
13980
|
-
* Result payload for uploading an image.
|
13981
|
-
*
|
13982
|
-
* @beta
|
13983
|
-
*/
|
13984
|
-
export declare type UploadChatImageResult = {
|
13985
|
-
/** Id of the image. */
|
13986
|
-
id: string;
|
13987
|
-
/** The type of attachment. */
|
13988
|
-
attachmentType?: 'image' | 'file' | 'unknown';
|
13989
|
-
/** The name including file extension type of the attachment. */
|
13990
|
-
name?: string;
|
13991
|
-
};
|
12208
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
13992
12209
|
|
13993
12210
|
/**
|
13994
12211
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -14162,7 +12379,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
|
|
14162
12379
|
*
|
14163
12380
|
* @public
|
14164
12381
|
*/
|
14165
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs
|
12382
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
14166
12383
|
|
14167
12384
|
/**
|
14168
12385
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -14313,7 +12530,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
14313
12530
|
/**
|
14314
12531
|
* @public
|
14315
12532
|
*/
|
14316
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' |
|
12533
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
14317
12534
|
|
14318
12535
|
/**
|
14319
12536
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -14350,8 +12567,6 @@ export declare type VideoGalleryParticipant = {
|
|
14350
12567
|
isScreenSharingOn?: boolean;
|
14351
12568
|
/** Whether participant is spotlighted **/
|
14352
12569
|
spotlight?: Spotlight;
|
14353
|
-
/** Signal strength of the participant, range from 1 to 3, lower means better connection **/
|
14354
|
-
signalStrength?: number;
|
14355
12570
|
/** Media audio video access states **/
|
14356
12571
|
mediaAccess?: MediaAccess;
|
14357
12572
|
/** Attendee can have audio be forbidden **/
|
@@ -14497,38 +12712,6 @@ export declare interface VideoGalleryProps {
|
|
14497
12712
|
* This callback is to mute a remote participant
|
14498
12713
|
*/
|
14499
12714
|
onMuteParticipant?: (userId: string) => Promise<void>;
|
14500
|
-
/**
|
14501
|
-
* Indicates if the local participant can start together mode
|
14502
|
-
*/
|
14503
|
-
startTogetherModeEnabled?: boolean;
|
14504
|
-
/**
|
14505
|
-
* Indicates if together mode is active
|
14506
|
-
*/
|
14507
|
-
isTogetherModeActive?: boolean;
|
14508
|
-
/**
|
14509
|
-
* Callback to create a together mode stream view
|
14510
|
-
*/
|
14511
|
-
onCreateTogetherModeStreamView?: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
14512
|
-
/**
|
14513
|
-
* This callback is to start together mode
|
14514
|
-
*/
|
14515
|
-
onStartTogetherMode?: () => Promise<void>;
|
14516
|
-
/**
|
14517
|
-
* This callback is to set the scene size for together mode
|
14518
|
-
*/
|
14519
|
-
onSetTogetherModeSceneSize?: (width: number, height: number) => void;
|
14520
|
-
/**
|
14521
|
-
* Together mode video streams
|
14522
|
-
*/
|
14523
|
-
togetherModeStreams?: VideoGalleryTogetherModeStreams;
|
14524
|
-
/**
|
14525
|
-
* Seating position of participants in together mode
|
14526
|
-
*/
|
14527
|
-
togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
|
14528
|
-
/**
|
14529
|
-
* Callback to dispose a together mode stream view
|
14530
|
-
*/
|
14531
|
-
onDisposeTogetherModeStreamView?: () => Promise<void>;
|
14532
12715
|
/**
|
14533
12716
|
* This callback is to forbid audio for remote participant(s)
|
14534
12717
|
*/
|
@@ -14591,10 +12774,6 @@ export declare type VideoGallerySelector = (state: CallClientState, props: Calli
|
|
14591
12774
|
optimalVideoCount?: number;
|
14592
12775
|
spotlightedParticipants?: string[];
|
14593
12776
|
maxParticipantsToSpotlight?: number;
|
14594
|
-
isTogetherModeActive?: boolean;
|
14595
|
-
startTogetherModeEnabled?: boolean;
|
14596
|
-
togetherModeStreams?: VideoGalleryTogetherModeStreams;
|
14597
|
-
togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
|
14598
12777
|
};
|
14599
12778
|
|
14600
12779
|
/**
|
@@ -14695,46 +12874,6 @@ export declare interface VideoGalleryStyles extends BaseCustomStyles {
|
|
14695
12874
|
verticalGallery?: VerticalGalleryStyles;
|
14696
12875
|
}
|
14697
12876
|
|
14698
|
-
/**
|
14699
|
-
* Interface representing the position of a participant in Together Mode.
|
14700
|
-
* @public
|
14701
|
-
*/
|
14702
|
-
export declare type VideoGalleryTogetherModeParticipantPosition = Record<string, VideoGalleryTogetherModeSeatingInfo>;
|
14703
|
-
|
14704
|
-
/**
|
14705
|
-
* Interface representing the seating information in Together Mode.
|
14706
|
-
* @public
|
14707
|
-
*/
|
14708
|
-
export declare interface VideoGalleryTogetherModeSeatingInfo {
|
14709
|
-
/**
|
14710
|
-
* The top left offset from the top of the together mode view.
|
14711
|
-
*/
|
14712
|
-
top: number;
|
14713
|
-
/**
|
14714
|
-
* The left offset position from the left of the together mode view.
|
14715
|
-
*/
|
14716
|
-
left: number;
|
14717
|
-
/**
|
14718
|
-
*The width of the seating area
|
14719
|
-
*/
|
14720
|
-
width: number;
|
14721
|
-
/**
|
14722
|
-
* The height of the seating area.
|
14723
|
-
*/
|
14724
|
-
height: number;
|
14725
|
-
}
|
14726
|
-
|
14727
|
-
/**
|
14728
|
-
* Interface representing the streams in Together Mode.
|
14729
|
-
* @public
|
14730
|
-
*/
|
14731
|
-
export declare interface VideoGalleryTogetherModeStreams {
|
14732
|
-
/**
|
14733
|
-
* The main video stream in Together Mode.
|
14734
|
-
*/
|
14735
|
-
mainVideoStream?: VideoGalleryStream;
|
14736
|
-
}
|
14737
|
-
|
14738
12877
|
/**
|
14739
12878
|
* Options to control how video streams are rendered.
|
14740
12879
|
*
|
@@ -14944,8 +13083,6 @@ export declare interface VideoTileStrings {
|
|
14944
13083
|
participantStateRinging: string;
|
14945
13084
|
/** String for displaying the Hold state of the remote participant */
|
14946
13085
|
participantStateHold: string;
|
14947
|
-
/** String for displaying the reconnecting state of the remote participant */
|
14948
|
-
participantReconnecting?: string;
|
14949
13086
|
/** String for the announcement of the muted state of the participant when muted */
|
14950
13087
|
moreOptionsParticipantMutedStateMutedAriaLabel: string;
|
14951
13088
|
/** String for the announcement of the unmuted state of the participant when unmuted */
|