@azure/communication-react 1.24.0-alpha-202502140016 → 1.24.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 +52 -2266
- package/dist/dist-cjs/communication-react/index.js +38012 -178
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/common.d.ts +0 -13
- package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/constants.d.ts +0 -5
- package/dist/dist-esm/acs-ui-common/src/constants.js +0 -6
- package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js +1 -4
- package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts +0 -4
- package/dist/dist-esm/acs-ui-common/src/index.js +0 -6
- package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js +4 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js +4 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js +4 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +7 -6
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +0 -14
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -21
- 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.d.ts +0 -8
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +3 -106
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +55 -20
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +0 -28
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +69 -140
- 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.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js +2 -8
- package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +61 -57
- 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 +12 -22
- 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 -43
- 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 -16
- 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 -180
- 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 -23
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +37 -297
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +8 -7
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +108 -99
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -6
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +13 -57
- 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 -12
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +19 -42
- 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/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 -4
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +2 -2
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +15 -15
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +2 -6
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +8 -59
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +1 -2
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +0 -4
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +18 -68
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +7 -3
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +1 -3
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +3 -10
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -15
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +22 -16
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/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 -35
- package/dist/dist-esm/communication-react/src/index.js +0 -18
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/communication-react/src/javascript-loaders.js.map +1 -1
- package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +6 -3
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +10 -4
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +11 -11
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +6 -15
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +18 -21
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.js +20 -13
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
- package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.d.ts +0 -101
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +12 -119
- 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 +101 -94
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Notification.js +14 -6
- package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/NotificationStack.js +9 -13
- 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/RaiseHandButton.js +12 -6
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.js +23 -24
- package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +16 -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/StreamMedia.js +3 -14
- package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +3 -10
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +23 -23
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SystemMessage.js +4 -2
- package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js +6 -9
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -20
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +39 -19
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +1 -3
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +13 -9
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +22 -8
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +2 -6
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +8 -19
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +11 -15
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +16 -40
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.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 +2 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +4 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +11 -17
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +24 -29
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +6 -8
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +4 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +10 -34
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +6 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +34 -9
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +11 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +3 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +11 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +28 -22
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +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 +28 -176
- 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 -24
- package/dist/dist-esm/react-components/src/components/index.js +0 -21
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.d.ts +0 -25
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +3 -74
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +10 -3
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js +5 -2
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxButton.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +5 -2
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageBarLink.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +10 -13
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Notification.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +4 -6
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +3 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +2 -2
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +10 -2
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +6 -3
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +19 -5
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +1 -37
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +3 -41
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +2 -4
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +6 -29
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js +4 -1
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/Logger.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +1 -38
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +5 -148
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
- package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +1 -2
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +5 -2
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
- package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +1 -10
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +28 -44
- 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 -63
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +5 -3
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +2 -2
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js +1 -15
- package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -29
- package/dist/dist-esm/react-components/src/theming/icons.js +15 -148
- 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 +52 -84
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +0 -64
- 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 -48
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +66 -211
- 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 -72
- 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 -3
- 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 -18
- 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 -110
- 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 -68
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +12 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +32 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +11 -29
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +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 +15 -31
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +2 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +7 -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 -8
- 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 -89
- 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 -4
- 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 +25 -25
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +13 -113
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +13 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +7 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +8 -18
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +22 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +0 -24
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -32
- 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 -95
- 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 +24 -106
- 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 +37 -153
- 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 -73
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -20
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +4 -10
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +2 -20
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +1 -4
- 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 +0 -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 +2 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +32 -78
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -12
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +3 -27
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -4
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +17 -9
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +25 -24
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AudioProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +3 -7
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -5
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js +16 -36
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsSettingsModal.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +23 -9
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +16 -12
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +50 -110
- 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.d.ts +0 -3
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +72 -188
- 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.d.ts +0 -3
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +125 -161
- 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.d.ts +0 -3
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js +7 -5
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +9 -11
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +12 -23
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +16 -16
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +10 -14
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +2 -48
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +0 -39
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +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 +1 -33
- 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/types/FocusableElement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +14 -20
- 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-LqdBlDbr.js +0 -280
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-LqdBlDbr.js.map +0 -1
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-Dt2opTuc.js +0 -52
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-Dt2opTuc.js.map +0 -1
- package/dist/dist-cjs/communication-react/index-T7mEgvSq.js +0 -47492
- package/dist/dist-cjs/communication-react/index-T7mEgvSq.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/RealTimeTextSubscriber.d.ts +0 -16
- package/dist/dist-esm/calling-stateful-client/src/RealTimeTextSubscriber.js +0 -25
- package/dist/dist-esm/calling-stateful-client/src/RealTimeTextSubscriber.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/RTTDisclosureBanner.d.ts +0 -28
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js +0 -29
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RealTimeText.d.ts +0 -58
- package/dist/dist-esm/react-components/src/components/RealTimeText.js +0 -43
- package/dist/dist-esm/react-components/src/components/RealTimeText.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.d.ts +0 -42
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js +0 -55
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.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 -277
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +0 -16
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +0 -77
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +0 -19
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +0 -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/StartRealTimeTextButton.d.ts +0 -48
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js +0 -30
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.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 -53
- 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/RTTDisclosureBanner.styles.d.ts +0 -10
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js +0 -27
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +0 -82
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +0 -295
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +0 -21
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +0 -34
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -99
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +0 -5
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +0 -32
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/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/components/utils/sortCaptionsAndRealTimeTexts.d.ts +0 -8
- package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js +0 -25
- package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js.map +0 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.d.ts +0 -38
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js +0 -4
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/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/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/CallingRealTimeTextModal.d.ts +0 -12
- package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.js +0 -23
- package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.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,18 +63,14 @@ 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
|
-
import { ParticipantInfo } from '@azure/communication-calling';
|
83
74
|
import { ParticipantRole } from '@azure/communication-calling';
|
84
75
|
import { PermissionConstraints } from '@azure/communication-calling';
|
85
76
|
import { PersonaInitialsColor } from '@fluentui/react';
|
@@ -90,15 +81,11 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
|
|
90
81
|
import { default as React_2 } from 'react';
|
91
82
|
import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
92
83
|
import { ReactionMessage } from '@azure/communication-calling';
|
93
|
-
import { RealTimeTextInfo as RealTimeTextInfo_2 } from '@azure/communication-calling';
|
94
|
-
import { RealTimeTextResultType } from '@azure/communication-calling';
|
95
|
-
import { RecordingInfo } from '@azure/communication-calling';
|
96
84
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
97
85
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
98
86
|
import { RoomCallLocator } from '@azure/communication-calling';
|
99
87
|
import { ScalingMode } from '@azure/communication-calling';
|
100
88
|
import { SendMessageOptions } from '@azure/communication-chat';
|
101
|
-
import type { ServerDiagnosticType } from '@azure/communication-calling';
|
102
89
|
import { SpotlightedParticipant } from '@azure/communication-calling';
|
103
90
|
import { StartCallOptions } from '@azure/communication-calling';
|
104
91
|
import { StartCaptionsOptions } from '@azure/communication-calling';
|
@@ -283,40 +270,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
283
270
|
*/
|
284
271
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
285
272
|
|
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
273
|
/**
|
321
274
|
* Data model that represents a chat message attachment
|
322
275
|
* where it contains an ID to uniquely identify the attachment,
|
@@ -340,150 +293,6 @@ export declare interface AttachmentMetadata {
|
|
340
293
|
url: string;
|
341
294
|
}
|
342
295
|
|
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
296
|
/**
|
488
297
|
* Custom data attributes for displaying avatar for a user.
|
489
298
|
*
|
@@ -674,26 +483,6 @@ export declare interface BaseCustomStyles {
|
|
674
483
|
root?: IStyle;
|
675
484
|
}
|
676
485
|
|
677
|
-
/**
|
678
|
-
* Content blocked message type.
|
679
|
-
*
|
680
|
-
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
681
|
-
*
|
682
|
-
* @beta
|
683
|
-
*/
|
684
|
-
export declare interface BlockedMessage extends MessageCommon {
|
685
|
-
messageType: 'blocked';
|
686
|
-
warningText?: string;
|
687
|
-
linkText?: string;
|
688
|
-
link?: string;
|
689
|
-
deletedOn?: Date;
|
690
|
-
senderId?: string;
|
691
|
-
senderDisplayName?: string;
|
692
|
-
status?: MessageStatus;
|
693
|
-
attached?: MessageAttachedStatus;
|
694
|
-
mine?: boolean;
|
695
|
-
}
|
696
|
-
|
697
486
|
/**
|
698
487
|
* Breakout rooms state
|
699
488
|
*
|
@@ -708,136 +497,6 @@ export declare interface BreakoutRoomsState {
|
|
708
497
|
breakoutRoomDisplayName?: string;
|
709
498
|
}
|
710
499
|
|
711
|
-
/**
|
712
|
-
* @beta
|
713
|
-
* Props for BrowserPermissionDeniedIOS component.
|
714
|
-
*/
|
715
|
-
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
716
|
-
/**
|
717
|
-
* Localization strings for BrowserPermissionDeniedIOS component.
|
718
|
-
*/
|
719
|
-
strings?: BrowserPermissionDeniedIOSStrings;
|
720
|
-
/**
|
721
|
-
* Link to image source.
|
722
|
-
*
|
723
|
-
* Image is inserted into the top of the component.
|
724
|
-
*/
|
725
|
-
imageSource?: string;
|
726
|
-
}
|
727
|
-
|
728
|
-
/**
|
729
|
-
* @beta
|
730
|
-
* Strings for BrowserPermissionDeniedIOS component
|
731
|
-
*/
|
732
|
-
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
733
|
-
/**
|
734
|
-
* Image alt text
|
735
|
-
*/
|
736
|
-
imageAltText: string;
|
737
|
-
/**
|
738
|
-
* Main text string.
|
739
|
-
*/
|
740
|
-
primaryText: string;
|
741
|
-
/**
|
742
|
-
* Subtext string.
|
743
|
-
*/
|
744
|
-
secondaryText: string;
|
745
|
-
/**
|
746
|
-
* Step 1 string
|
747
|
-
*/
|
748
|
-
step1Text: string;
|
749
|
-
/**
|
750
|
-
* Step 1 digit string
|
751
|
-
*/
|
752
|
-
step1DigitText: string;
|
753
|
-
/**
|
754
|
-
* Step 2 string
|
755
|
-
*/
|
756
|
-
step2Text: string;
|
757
|
-
/**
|
758
|
-
* Step 2 digit string
|
759
|
-
*/
|
760
|
-
step2DigitText: string;
|
761
|
-
/**
|
762
|
-
* Step 3 string
|
763
|
-
*/
|
764
|
-
step3Text: string;
|
765
|
-
/**
|
766
|
-
* Step 3 digit string
|
767
|
-
*/
|
768
|
-
step3DigitText: string;
|
769
|
-
/**
|
770
|
-
* Step 4 string
|
771
|
-
*/
|
772
|
-
step4Text: string;
|
773
|
-
/**
|
774
|
-
* Step 4 digit string
|
775
|
-
*/
|
776
|
-
step4DigitText: string;
|
777
|
-
}
|
778
|
-
|
779
|
-
/**
|
780
|
-
* @beta
|
781
|
-
* Props for BrowserPermissionDenied component.
|
782
|
-
*/
|
783
|
-
export declare interface BrowserPermissionDeniedProps {
|
784
|
-
/**
|
785
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
786
|
-
*/
|
787
|
-
onTroubleshootingClick?: () => void;
|
788
|
-
/**
|
789
|
-
* Action to be taken by the try again primary button.
|
790
|
-
*/
|
791
|
-
onTryAgainClick?: () => void;
|
792
|
-
/**
|
793
|
-
* Localization strings for BrowserPermissionDenied component.
|
794
|
-
*/
|
795
|
-
strings?: BrowserPermissionDeniedStrings;
|
796
|
-
/**
|
797
|
-
* Allows users to pass in an object contains custom CSS styles.
|
798
|
-
* @Example
|
799
|
-
* ```
|
800
|
-
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
801
|
-
* ```
|
802
|
-
*/
|
803
|
-
styles?: BrowserPermissionDeniedStyles;
|
804
|
-
}
|
805
|
-
|
806
|
-
/**
|
807
|
-
* @beta
|
808
|
-
* Strings for BrowserPermissionDenied component
|
809
|
-
*/
|
810
|
-
export declare interface BrowserPermissionDeniedStrings {
|
811
|
-
/**
|
812
|
-
* Main button text string.
|
813
|
-
*/
|
814
|
-
primaryButtonText: string;
|
815
|
-
/**
|
816
|
-
* Main text string.
|
817
|
-
*/
|
818
|
-
primaryText: string;
|
819
|
-
/**
|
820
|
-
* Subtext string.
|
821
|
-
*/
|
822
|
-
secondaryText: string;
|
823
|
-
/**
|
824
|
-
* More help link string.
|
825
|
-
*/
|
826
|
-
linkText: string;
|
827
|
-
}
|
828
|
-
|
829
|
-
/**
|
830
|
-
* Fluent styles for {@link BrowserPermissionDenied}.
|
831
|
-
*
|
832
|
-
* @beta
|
833
|
-
*/
|
834
|
-
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
835
|
-
/** Styles for the primary button. */
|
836
|
-
primaryButton?: IButtonStyles;
|
837
|
-
/** Styles for the help troubleshooting link text. */
|
838
|
-
troubleshootingLink?: ILinkStyles;
|
839
|
-
}
|
840
|
-
|
841
500
|
/**
|
842
501
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
843
502
|
*
|
@@ -1041,49 +700,6 @@ export declare interface CallAdapterCallOperations {
|
|
1041
700
|
* @public
|
1042
701
|
*/
|
1043
702
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
1044
|
-
/**
|
1045
|
-
* Create the html view for a stream.
|
1046
|
-
*
|
1047
|
-
* @remarks
|
1048
|
-
* This method is implemented for composite
|
1049
|
-
*
|
1050
|
-
* @param featureName - Name of feature to render
|
1051
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
1052
|
-
*
|
1053
|
-
* @beta
|
1054
|
-
*/
|
1055
|
-
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
1056
|
-
/**
|
1057
|
-
* Start Together mode.
|
1058
|
-
*
|
1059
|
-
* @beta
|
1060
|
-
*/
|
1061
|
-
startTogetherMode(): Promise<void>;
|
1062
|
-
/**
|
1063
|
-
* Recalculate the seating positions for together mode.
|
1064
|
-
*
|
1065
|
-
* @remarks
|
1066
|
-
* This method is implemented for composite
|
1067
|
-
*
|
1068
|
-
* @param width - Width of the container
|
1069
|
-
* @param height - Height of the container
|
1070
|
-
*
|
1071
|
-
* @beta
|
1072
|
-
*/
|
1073
|
-
setTogetherModeSceneSize(width: number, height: number): void;
|
1074
|
-
/**
|
1075
|
-
* Dispose the html view for a stream.
|
1076
|
-
*
|
1077
|
-
* @remarks
|
1078
|
-
* This method is implemented for composite
|
1079
|
-
*
|
1080
|
-
*
|
1081
|
-
* @param featureName - Name of the feature to dispose
|
1082
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
1083
|
-
*
|
1084
|
-
* @beta
|
1085
|
-
*/
|
1086
|
-
disposeTogetherModeStreamView(): Promise<void>;
|
1087
703
|
/**
|
1088
704
|
* Dispose the html view for a screen share stream
|
1089
705
|
*
|
@@ -1134,10 +750,6 @@ export declare interface CallAdapterCallOperations {
|
|
1134
750
|
* @public
|
1135
751
|
*/
|
1136
752
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1137
|
-
/**
|
1138
|
-
* Continues into a call when the browser version is not supported.
|
1139
|
-
*/
|
1140
|
-
allowUnsupportedBrowserVersion(): void;
|
1141
753
|
/**
|
1142
754
|
* Function to Start captions
|
1143
755
|
* @param options - options for start captions
|
@@ -1259,12 +871,6 @@ export declare interface CallAdapterCallOperations {
|
|
1259
871
|
* Permit Teams meeting video.
|
1260
872
|
*/
|
1261
873
|
permitOthersVideo(): Promise<void>;
|
1262
|
-
/**
|
1263
|
-
* Send real time text
|
1264
|
-
* @param text - real time text content
|
1265
|
-
* @param finalized - Boolean to indicate if the real time text is final
|
1266
|
-
*/
|
1267
|
-
sendRealTimeText: (text: string, isFinalized: boolean) => Promise<void>;
|
1268
874
|
}
|
1269
875
|
|
1270
876
|
/**
|
@@ -1443,7 +1049,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
1443
1049
|
*
|
1444
1050
|
* @public
|
1445
1051
|
*/
|
1446
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator |
|
1052
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
|
1447
1053
|
|
1448
1054
|
/**
|
1449
1055
|
* {@link CommonCallAdapter} state.
|
@@ -1536,10 +1142,6 @@ export declare interface CallAdapterSubscribers {
|
|
1536
1142
|
* Subscribe function for 'isSpokenLanguageChanged' event.
|
1537
1143
|
*/
|
1538
1144
|
on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
1539
|
-
/**
|
1540
|
-
* Subscribe function for 'realTimeTextReceived' event.
|
1541
|
-
*/
|
1542
|
-
on(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
|
1543
1145
|
/**
|
1544
1146
|
* Subscribe function for 'transferRequested' event.
|
1545
1147
|
*/
|
@@ -1628,10 +1230,6 @@ export declare interface CallAdapterSubscribers {
|
|
1628
1230
|
* Unsubscribe function for 'isSpokenLanguageChanged' event.
|
1629
1231
|
*/
|
1630
1232
|
off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
1631
|
-
/**
|
1632
|
-
* Unsubscribe function for 'realTimeTextReceived' event.
|
1633
|
-
*/
|
1634
|
-
off(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
|
1635
1233
|
/**
|
1636
1234
|
* Unsubscribe function for 'transferRequested' event.
|
1637
1235
|
*/
|
@@ -1666,7 +1264,6 @@ export declare interface CallAdapterSubscribers {
|
|
1666
1264
|
export declare type CallAdapterUiState = {
|
1667
1265
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1668
1266
|
page: CallCompositePage;
|
1669
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
1670
1267
|
};
|
1671
1268
|
|
1672
1269
|
/**
|
@@ -1710,7 +1307,7 @@ export declare interface CallAgentState {
|
|
1710
1307
|
*/
|
1711
1308
|
export declare interface CallAndChatLocator {
|
1712
1309
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1713
|
-
callLocator: GroupCallLocator
|
1310
|
+
callLocator: GroupCallLocator;
|
1714
1311
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1715
1312
|
chatThreadId: string;
|
1716
1313
|
}
|
@@ -1914,7 +1511,6 @@ export declare type CallCompositeIcons = {
|
|
1914
1511
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
|
1915
1512
|
PeoplePaneMoreButton?: JSX.Element;
|
1916
1513
|
StopAllSpotlightMenuButton?: JSX.Element;
|
1917
|
-
TogetherModeLayout?: JSX.Element;
|
1918
1514
|
};
|
1919
1515
|
|
1920
1516
|
/**
|
@@ -1956,56 +1552,6 @@ export declare type CallCompositeOptions = {
|
|
1956
1552
|
* @defaultValue true
|
1957
1553
|
*/
|
1958
1554
|
callControls?: boolean | CallControlOptions;
|
1959
|
-
/**
|
1960
|
-
* Device permissions check options for your call.
|
1961
|
-
* Here you can choose what device permissions you prompt the user for,
|
1962
|
-
* as well as what device permissions must be accepted before starting a call.
|
1963
|
-
*/
|
1964
|
-
deviceChecks?: DeviceCheckOptions;
|
1965
|
-
/**
|
1966
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1967
|
-
* unable to grant your site the required permissions for the call.
|
1968
|
-
*
|
1969
|
-
* @example
|
1970
|
-
* ```ts
|
1971
|
-
* onPermissionsTroubleshootingClick: () =>
|
1972
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1973
|
-
* ```
|
1974
|
-
*
|
1975
|
-
* @remarks
|
1976
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1977
|
-
*/
|
1978
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1979
|
-
camera: PermissionState;
|
1980
|
-
microphone: PermissionState;
|
1981
|
-
}) => void;
|
1982
|
-
/**
|
1983
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1984
|
-
* having network issues when connecting to the call.
|
1985
|
-
*
|
1986
|
-
* @example
|
1987
|
-
* ```ts
|
1988
|
-
* onNetworkingTroubleShootingClick?: () =>
|
1989
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1990
|
-
* ```
|
1991
|
-
*
|
1992
|
-
* @remarks
|
1993
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1994
|
-
*/
|
1995
|
-
onNetworkingTroubleShootingClick?: () => void;
|
1996
|
-
/**
|
1997
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1998
|
-
*
|
1999
|
-
* @example
|
2000
|
-
* ```ts
|
2001
|
-
* onBrowserTroubleShootingClick?: () =>
|
2002
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
2003
|
-
* ```
|
2004
|
-
*
|
2005
|
-
* @remarks
|
2006
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
2007
|
-
*/
|
2008
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
2009
1555
|
/**
|
2010
1556
|
* Remote participant video tile menu options
|
2011
1557
|
*/
|
@@ -2126,7 +1672,7 @@ export declare type CallCompositeOptions = {
|
|
2126
1672
|
*
|
2127
1673
|
* @public
|
2128
1674
|
*/
|
2129
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' |
|
1675
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest' | 'returningFromBreakoutRoom';
|
2130
1676
|
|
2131
1677
|
/**
|
2132
1678
|
* Props for {@link CallComposite}.
|
@@ -2620,18 +2166,6 @@ export declare interface CallCompositeStrings {
|
|
2620
2166
|
* string to be used to start captions
|
2621
2167
|
*/
|
2622
2168
|
startCaptionsButtonOnLabel?: string;
|
2623
|
-
/**
|
2624
|
-
* string to be used to open real time text contextual menu
|
2625
|
-
*/
|
2626
|
-
realTimeTextLabel?: string;
|
2627
|
-
/**
|
2628
|
-
* string to be used to start real time text
|
2629
|
-
*/
|
2630
|
-
startRealTimeTextLabel?: string;
|
2631
|
-
/**
|
2632
|
-
* string to be used to when start real time text button is disabled
|
2633
|
-
*/
|
2634
|
-
disabledStartRealTimeTextLabel?: string;
|
2635
2169
|
/**
|
2636
2170
|
* string to be used to stop captions
|
2637
2171
|
*/
|
@@ -2701,83 +2235,43 @@ export declare interface CallCompositeStrings {
|
|
2701
2235
|
*/
|
2702
2236
|
captionsBannerSpinnerText?: string;
|
2703
2237
|
/**
|
2704
|
-
*
|
2238
|
+
* transfer page text when showing the transferor who initiated the transfer
|
2705
2239
|
*/
|
2706
|
-
|
2240
|
+
transferPageTransferorText: string;
|
2707
2241
|
/**
|
2708
|
-
*
|
2242
|
+
* transfer page text when showing the transfer target
|
2709
2243
|
*/
|
2710
|
-
|
2244
|
+
transferPageTransferTargetText: string;
|
2711
2245
|
/**
|
2712
|
-
*
|
2246
|
+
* transfer page display name for unknown participant
|
2713
2247
|
*/
|
2714
|
-
|
2248
|
+
transferPageUnknownTransferorDisplayName: string;
|
2715
2249
|
/**
|
2716
|
-
*
|
2250
|
+
* transfer page display name for unknown participant
|
2717
2251
|
*/
|
2718
|
-
|
2252
|
+
transferPageUnknownTransferTargetDisplayName: string;
|
2719
2253
|
/**
|
2720
|
-
*
|
2254
|
+
* notice to be announced by narrator the transfer page is showing
|
2721
2255
|
*/
|
2722
|
-
|
2256
|
+
transferPageNoticeString: string;
|
2723
2257
|
/**
|
2724
|
-
* Title
|
2258
|
+
* Title text of the page shown to the user when target participant could not be reached
|
2725
2259
|
*/
|
2726
|
-
|
2260
|
+
participantCouldNotBeReachedTitle?: string;
|
2727
2261
|
/**
|
2728
|
-
*
|
2262
|
+
* More details text of the page shown to the user when target participant could not be reached
|
2729
2263
|
*/
|
2730
|
-
|
2264
|
+
participantCouldNotBeReachedMoreDetails?: string;
|
2731
2265
|
/**
|
2732
|
-
* Title
|
2266
|
+
* Title text of the page shown to the user when permission to reach participant is not allowed
|
2733
2267
|
*/
|
2734
|
-
|
2268
|
+
permissionToReachTargetParticipantNotAllowedTitle?: string;
|
2735
2269
|
/**
|
2736
|
-
*
|
2270
|
+
* More details text of the page shown to the user when permission to reach participant is not allowed
|
2737
2271
|
*/
|
2738
|
-
|
2272
|
+
permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
|
2739
2273
|
/**
|
2740
|
-
*
|
2741
|
-
*/
|
2742
|
-
minimizeButtonAriaLabel?: string;
|
2743
|
-
/**
|
2744
|
-
* transfer page text when showing the transferor who initiated the transfer
|
2745
|
-
*/
|
2746
|
-
transferPageTransferorText: string;
|
2747
|
-
/**
|
2748
|
-
* transfer page text when showing the transfer target
|
2749
|
-
*/
|
2750
|
-
transferPageTransferTargetText: string;
|
2751
|
-
/**
|
2752
|
-
* transfer page display name for unknown participant
|
2753
|
-
*/
|
2754
|
-
transferPageUnknownTransferorDisplayName: string;
|
2755
|
-
/**
|
2756
|
-
* transfer page display name for unknown participant
|
2757
|
-
*/
|
2758
|
-
transferPageUnknownTransferTargetDisplayName: string;
|
2759
|
-
/**
|
2760
|
-
* notice to be announced by narrator the transfer page is showing
|
2761
|
-
*/
|
2762
|
-
transferPageNoticeString: string;
|
2763
|
-
/**
|
2764
|
-
* Title text of the page shown to the user when target participant could not be reached
|
2765
|
-
*/
|
2766
|
-
participantCouldNotBeReachedTitle?: string;
|
2767
|
-
/**
|
2768
|
-
* More details text of the page shown to the user when target participant could not be reached
|
2769
|
-
*/
|
2770
|
-
participantCouldNotBeReachedMoreDetails?: string;
|
2771
|
-
/**
|
2772
|
-
* Title text of the page shown to the user when permission to reach participant is not allowed
|
2773
|
-
*/
|
2774
|
-
permissionToReachTargetParticipantNotAllowedTitle?: string;
|
2775
|
-
/**
|
2776
|
-
* More details text of the page shown to the user when permission to reach participant is not allowed
|
2777
|
-
*/
|
2778
|
-
permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
|
2779
|
-
/**
|
2780
|
-
* Title text of the page shown to the user when tenant id for the target participant could not be resolved
|
2274
|
+
* Title text of the page shown to the user when tenant id for the target participant could not be resolved
|
2781
2275
|
*/
|
2782
2276
|
unableToResolveTenantTitle?: string;
|
2783
2277
|
/**
|
@@ -3135,18 +2629,6 @@ export declare interface CallCompositeStrings {
|
|
3135
2629
|
forbidOthersVideoMenuLabel: string;
|
3136
2630
|
/** Label for menu item to permit audio media access */
|
3137
2631
|
permitOthersVideoMenuLabel: string;
|
3138
|
-
/** The title of the RealTimeText modal */
|
3139
|
-
realTimeTextModalTitle: string;
|
3140
|
-
/** The text of the RealTimeText modal */
|
3141
|
-
realTimeTextModalText: string;
|
3142
|
-
/** The label for the confirm button */
|
3143
|
-
realTimeTextConfirmButtonLabel: string;
|
3144
|
-
/** The label for the cancel button */
|
3145
|
-
realTimeTextCancelButtonLabel: string;
|
3146
|
-
/** The aria label for the modal */
|
3147
|
-
realTimeTextModalAriaLabel: string;
|
3148
|
-
/** The aria label for the close button */
|
3149
|
-
realTimeTextCloseModalButtonAriaLabel: string;
|
3150
2632
|
}
|
3151
2633
|
|
3152
2634
|
/**
|
@@ -3231,22 +2713,7 @@ export declare type CallErrors = {
|
|
3231
2713
|
*
|
3232
2714
|
* @public
|
3233
2715
|
*/
|
3234
|
-
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' |
|
3235
|
-
|
3236
|
-
/**
|
3237
|
-
* Represents the name of the call feature stream
|
3238
|
-
* @beta
|
3239
|
-
*/
|
3240
|
-
export declare type CallFeatureStreamName = 'togetherMode';
|
3241
|
-
|
3242
|
-
/**
|
3243
|
-
* State only version of {@link @azure/communication-calling#CallFeatureStream}.
|
3244
|
-
* Represents call feature stream state.
|
3245
|
-
* @beta
|
3246
|
-
*/
|
3247
|
-
export declare interface CallFeatureStreamState extends RemoteVideoStreamState {
|
3248
|
-
feature?: CallFeatureStreamName;
|
3249
|
-
}
|
2716
|
+
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';
|
3250
2717
|
|
3251
2718
|
/**
|
3252
2719
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -3399,23 +2866,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
3399
2866
|
mediaAccess?: MediaAccess;
|
3400
2867
|
};
|
3401
2868
|
|
3402
|
-
/**
|
3403
|
-
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
3404
|
-
*
|
3405
|
-
* @remarks
|
3406
|
-
* This is currently in beta and only supports calling one Teams User.
|
3407
|
-
*
|
3408
|
-
* @example
|
3409
|
-
* ```
|
3410
|
-
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
3411
|
-
* ```
|
3412
|
-
*
|
3413
|
-
* @beta
|
3414
|
-
*/
|
3415
|
-
export declare type CallParticipantsLocator = {
|
3416
|
-
participantIds: string[];
|
3417
|
-
};
|
3418
|
-
|
3419
2869
|
/**
|
3420
2870
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
3421
2871
|
*
|
@@ -3508,10 +2958,6 @@ export declare interface CallState {
|
|
3508
2958
|
* Proxy of {@link @azure/communication-calling#CaptionsCallFeature}.
|
3509
2959
|
*/
|
3510
2960
|
captionsFeature: CaptionsCallFeatureState;
|
3511
|
-
/**
|
3512
|
-
* Proxy of {@link @azure/communication-calling#RealTimeTextCallFeature}.
|
3513
|
-
*/
|
3514
|
-
realTimeTextFeature: RealTimeTextCallFeatureState;
|
3515
2961
|
/**
|
3516
2962
|
* Proxy of {@link @azure/communication-calling#OptimalVideoCountCallFeature}.
|
3517
2963
|
*/
|
@@ -3520,10 +2966,6 @@ export declare interface CallState {
|
|
3520
2966
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
3521
2967
|
*/
|
3522
2968
|
recording: RecordingCallFeature;
|
3523
|
-
/**
|
3524
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3525
|
-
*/
|
3526
|
-
localRecording: LocalRecordingCallFeatureState;
|
3527
2969
|
/**
|
3528
2970
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
3529
2971
|
*
|
@@ -3534,11 +2976,6 @@ export declare interface CallState {
|
|
3534
2976
|
* Proxy of {@link @azure/communication-calling#RaiseHandCallFeature}.
|
3535
2977
|
*/
|
3536
2978
|
raiseHand: RaiseHandCallFeature;
|
3537
|
-
/**
|
3538
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature}.
|
3539
|
-
* @beta
|
3540
|
-
*/
|
3541
|
-
togetherMode: TogetherModeCallFeatureState;
|
3542
2979
|
/**
|
3543
2980
|
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
3544
2981
|
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
@@ -3585,10 +3022,6 @@ export declare interface CallState {
|
|
3585
3022
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
3586
3023
|
*/
|
3587
3024
|
role?: ParticipantRole;
|
3588
|
-
/**
|
3589
|
-
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3590
|
-
*/
|
3591
|
-
totalParticipantCount?: number;
|
3592
3025
|
/**
|
3593
3026
|
* Transfer state of call
|
3594
3027
|
*/
|
@@ -3608,7 +3041,7 @@ export declare interface CallState {
|
|
3608
3041
|
/**
|
3609
3042
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
3610
3043
|
*/
|
3611
|
-
info?: TeamsCallInfo
|
3044
|
+
info?: TeamsCallInfo;
|
3612
3045
|
/**
|
3613
3046
|
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
3614
3047
|
*/
|
@@ -3801,48 +3234,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
3801
3234
|
* @public
|
3802
3235
|
*/
|
3803
3236
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
3804
|
-
/**
|
3805
|
-
* Create the html view for a togethermode stream.
|
3806
|
-
*
|
3807
|
-
* @remarks
|
3808
|
-
* This method is implemented for composite
|
3809
|
-
*
|
3810
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
3811
|
-
*
|
3812
|
-
* @beta
|
3813
|
-
*/
|
3814
|
-
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
3815
|
-
/**
|
3816
|
-
* Start together mode.
|
3817
|
-
*
|
3818
|
-
* @remarks
|
3819
|
-
* This method is implemented for composite
|
3820
|
-
*
|
3821
|
-
*
|
3822
|
-
* @beta
|
3823
|
-
*/
|
3824
|
-
startTogetherMode(): Promise<void>;
|
3825
|
-
/**
|
3826
|
-
* Recalculate the seating positions for together mode.
|
3827
|
-
*
|
3828
|
-
* @remarks
|
3829
|
-
* This method is implemented for composite
|
3830
|
-
*
|
3831
|
-
* @param width - Width of the container
|
3832
|
-
* @param height - Height of the container
|
3833
|
-
*
|
3834
|
-
* @beta
|
3835
|
-
*/
|
3836
|
-
setTogetherModeSceneSize(width: number, height: number): void;
|
3837
|
-
/**
|
3838
|
-
* Dispose the html view for a togethermode stream.
|
3839
|
-
*
|
3840
|
-
* @remarks
|
3841
|
-
* This method is implemented for composite
|
3842
|
-
*
|
3843
|
-
* @beta
|
3844
|
-
*/
|
3845
|
-
disposeTogetherModeStreamView(): Promise<void>;
|
3846
3237
|
/**
|
3847
3238
|
* Dispose the html view for a screen share stream
|
3848
3239
|
*
|
@@ -3950,19 +3341,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3950
3341
|
*
|
3951
3342
|
* @public
|
3952
3343
|
*/
|
3953
|
-
sendMessage(content: string, options?: SendMessageOptions
|
3954
|
-
/**
|
3955
|
-
* Upload an inline image for a message.
|
3956
|
-
*
|
3957
|
-
* @beta
|
3958
|
-
*/
|
3959
|
-
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
3960
|
-
/**
|
3961
|
-
* Delete an inline image for a message.
|
3962
|
-
*
|
3963
|
-
* @beta
|
3964
|
-
*/
|
3965
|
-
deleteImage(imageId: string): Promise<void>;
|
3344
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3966
3345
|
/**
|
3967
3346
|
* Send a read receipt for a message.
|
3968
3347
|
*
|
@@ -3980,7 +3359,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3980
3359
|
*
|
3981
3360
|
* @public
|
3982
3361
|
*/
|
3983
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
3362
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
3984
3363
|
/**
|
3985
3364
|
* Delete a message in the thread.
|
3986
3365
|
*
|
@@ -4025,10 +3404,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
4025
3404
|
* @public
|
4026
3405
|
*/
|
4027
3406
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
4028
|
-
/**
|
4029
|
-
* Continues into a call when the browser version is not supported.
|
4030
|
-
*/
|
4031
|
-
allowUnsupportedBrowserVersion(): void;
|
4032
3407
|
/**
|
4033
3408
|
* Function to Start captions
|
4034
3409
|
* @param options - options for start captions
|
@@ -4130,12 +3505,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
4130
3505
|
forbidOthersVideo: () => Promise<void>;
|
4131
3506
|
/** permits video for Teams meeting attendees except the local user. */
|
4132
3507
|
permitOthersVideo: () => Promise<void>;
|
4133
|
-
/**
|
4134
|
-
* Send real time text
|
4135
|
-
* @param text - real time text content
|
4136
|
-
* @param finalized - Boolean to indicate if the real time text is final
|
4137
|
-
*/
|
4138
|
-
sendRealTimeText: (text: string, isFinalized: boolean) => Promise<void>;
|
4139
3508
|
}
|
4140
3509
|
|
4141
3510
|
/**
|
@@ -4167,7 +3536,6 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
4167
3536
|
on(event: 'isCaptionsActiveChanged', listener: IsCaptionsActiveChangedListener): void;
|
4168
3537
|
on(event: 'isCaptionLanguageChanged', listener: IsCaptionLanguageChangedListener): void;
|
4169
3538
|
on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
4170
|
-
on(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
|
4171
3539
|
on(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
4172
3540
|
on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
4173
3541
|
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
@@ -4186,7 +3554,6 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
4186
3554
|
off(event: 'isCaptionsActiveChanged', listener: IsCaptionsActiveChangedListener): void;
|
4187
3555
|
off(event: 'isCaptionLanguageChanged', listener: IsCaptionLanguageChangedListener): void;
|
4188
3556
|
off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
4189
|
-
off(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
|
4190
3557
|
off(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
4191
3558
|
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
4192
3559
|
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
@@ -4228,14 +3595,6 @@ export declare interface CallWithChatAdapterUiState {
|
|
4228
3595
|
* @public
|
4229
3596
|
*/
|
4230
3597
|
page: CallCompositePage;
|
4231
|
-
/**
|
4232
|
-
* State to track whether the end user has opted in to using a
|
4233
|
-
* out of date version of a supported browser. Allows the user
|
4234
|
-
* to start a call in this state.
|
4235
|
-
*
|
4236
|
-
* @beta
|
4237
|
-
*/
|
4238
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
4239
3598
|
}
|
4240
3599
|
|
4241
3600
|
/**
|
@@ -4411,62 +3770,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4411
3770
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
4412
3771
|
*/
|
4413
3772
|
callControls?: boolean | CallWithChatControlOptions;
|
4414
|
-
/**
|
4415
|
-
* Properties for configuring the File Sharing feature.
|
4416
|
-
* If undefined, file sharing feature will be disabled.
|
4417
|
-
* @beta
|
4418
|
-
*/
|
4419
|
-
attachmentOptions?: AttachmentOptions;
|
4420
|
-
/**
|
4421
|
-
* Device permissions check options for your call.
|
4422
|
-
* Here you can choose what device permissions you prompt the user for,
|
4423
|
-
* as well as what device permissions must be accepted before starting a call.
|
4424
|
-
*/
|
4425
|
-
deviceChecks?: DeviceCheckOptions;
|
4426
|
-
/**
|
4427
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
4428
|
-
* unable to grant your site the required permissions for the call.
|
4429
|
-
*
|
4430
|
-
* @example
|
4431
|
-
* ```ts
|
4432
|
-
* onPermissionsTroubleshootingClick: () =>
|
4433
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
4434
|
-
* ```
|
4435
|
-
*
|
4436
|
-
* @remarks
|
4437
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
4438
|
-
*/
|
4439
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
4440
|
-
camera: PermissionState;
|
4441
|
-
microphone: PermissionState;
|
4442
|
-
}) => void;
|
4443
|
-
/**
|
4444
|
-
* Optional callback to supply users with further troubleshooting steps for network issues
|
4445
|
-
* experienced when connecting to a call.
|
4446
|
-
*
|
4447
|
-
* @example
|
4448
|
-
* ```ts
|
4449
|
-
* onNetworkingTroubleShootingClick?: () =>
|
4450
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
4451
|
-
* ```
|
4452
|
-
*
|
4453
|
-
* @remarks
|
4454
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
4455
|
-
*/
|
4456
|
-
onNetworkingTroubleShootingClick?: () => void;
|
4457
|
-
/**
|
4458
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
4459
|
-
*
|
4460
|
-
* @example
|
4461
|
-
* ```ts
|
4462
|
-
* onBrowserTroubleShootingClick?: () =>
|
4463
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
4464
|
-
* ```
|
4465
|
-
*
|
4466
|
-
* @remarks
|
4467
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
4468
|
-
*/
|
4469
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
4470
3773
|
/**
|
4471
3774
|
* Remote participant video tile menu options
|
4472
3775
|
*/
|
@@ -4569,13 +3872,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4569
3872
|
*/
|
4570
3873
|
hideSpotlightButtons?: boolean;
|
4571
3874
|
};
|
4572
|
-
/**
|
4573
|
-
* Enables rich text editor for the send and edit boxes
|
4574
|
-
* @defaultValue `false`
|
4575
|
-
*
|
4576
|
-
* @beta
|
4577
|
-
*/
|
4578
|
-
richTextEditor?: boolean;
|
4579
3875
|
};
|
4580
3876
|
|
4581
3877
|
/**
|
@@ -4817,36 +4113,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
4817
4113
|
*
|
4818
4114
|
* @public
|
4819
4115
|
*/
|
4820
|
-
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' |
|
4821
|
-
|
4822
|
-
/**
|
4823
|
-
* @beta
|
4824
|
-
*
|
4825
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4826
|
-
* by their browsers settings.
|
4827
|
-
*/
|
4828
|
-
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4829
|
-
|
4830
|
-
/**
|
4831
|
-
* @beta
|
4832
|
-
* Props for CameraAndMicrophoneSitePermissions component.
|
4833
|
-
*/
|
4834
|
-
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4835
|
-
/** Icon name for the camera icon */
|
4836
|
-
cameraIconName?: string;
|
4837
|
-
/** Icon name for the microphone icon */
|
4838
|
-
microphoneIconName?: string;
|
4839
|
-
/** Icon name for the central icon between the camera and microphone icons */
|
4840
|
-
connectorIconName?: string;
|
4841
|
-
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4842
|
-
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4843
|
-
}
|
4844
|
-
|
4845
|
-
/**
|
4846
|
-
* @beta
|
4847
|
-
* Strings for CameraAndMicrophoneSitePermissions component.
|
4848
|
-
*/
|
4849
|
-
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
4116
|
+
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | 'spotlightChanged' | 'breakoutRoomsUpdated' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
|
4850
4117
|
|
4851
4118
|
/**
|
4852
4119
|
* A button to turn camera on / off.
|
@@ -5008,31 +4275,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
5008
4275
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
5009
4276
|
}
|
5010
4277
|
|
5011
|
-
/**
|
5012
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
5013
|
-
* by their browsers settings.
|
5014
|
-
*
|
5015
|
-
* @beta
|
5016
|
-
*/
|
5017
|
-
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
5018
|
-
|
5019
|
-
/**
|
5020
|
-
* @beta
|
5021
|
-
* Props for CameraSitePermissions component.
|
5022
|
-
*/
|
5023
|
-
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
5024
|
-
/** Icon name for the camera icon */
|
5025
|
-
cameraIconName?: string;
|
5026
|
-
/** Strings for use with the {@link CameraSitePermissions} */
|
5027
|
-
strings?: CameraSitePermissionsStrings;
|
5028
|
-
}
|
5029
|
-
|
5030
|
-
/**
|
5031
|
-
* @beta
|
5032
|
-
* Strings for CameraSitePermissions component.
|
5033
|
-
*/
|
5034
|
-
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
5035
|
-
|
5036
4278
|
/**
|
5037
4279
|
* @public
|
5038
4280
|
* Callback function run when a message edit is cancelled.
|
@@ -5175,22 +4417,10 @@ export declare interface CaptionsBannerProps {
|
|
5175
4417
|
* Array of captions to be displayed
|
5176
4418
|
*/
|
5177
4419
|
captions: CaptionsInformation[];
|
5178
|
-
/**
|
5179
|
-
* Array of finalized and partial real time text messages
|
5180
|
-
*/
|
5181
|
-
realTimeTexts?: {
|
5182
|
-
completedMessages?: RealTimeTextInformation[];
|
5183
|
-
currentInProgress?: RealTimeTextInformation[];
|
5184
|
-
myInProgress?: RealTimeTextInformation;
|
5185
|
-
};
|
5186
4420
|
/**
|
5187
4421
|
* Flag to indicate if captions are on
|
5188
4422
|
*/
|
5189
4423
|
isCaptionsOn?: boolean;
|
5190
|
-
/**
|
5191
|
-
* Flag to indicate if real time text is on
|
5192
|
-
*/
|
5193
|
-
isRealTimeTextOn?: boolean;
|
5194
4424
|
/**
|
5195
4425
|
* Flag to indicate if captions are being started
|
5196
4426
|
* This is used to show spinner while captions are being started
|
@@ -5217,14 +4447,6 @@ export declare interface CaptionsBannerProps {
|
|
5217
4447
|
captionsOptions?: {
|
5218
4448
|
height: 'full' | 'default';
|
5219
4449
|
};
|
5220
|
-
/**
|
5221
|
-
* Optional callback to send real time text.
|
5222
|
-
*/
|
5223
|
-
onSendRealTimeText?: (text: string, isFinalized: boolean) => Promise<void>;
|
5224
|
-
/**
|
5225
|
-
* Latest local real time text
|
5226
|
-
*/
|
5227
|
-
latestLocalRealTimeText?: RealTimeTextInformation;
|
5228
4450
|
}
|
5229
4451
|
|
5230
4452
|
/**
|
@@ -5233,15 +4455,8 @@ export declare interface CaptionsBannerProps {
|
|
5233
4455
|
*/
|
5234
4456
|
export declare type CaptionsBannerSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
5235
4457
|
captions: CaptionsInformation[];
|
5236
|
-
realTimeTexts: {
|
5237
|
-
completedMessages?: RealTimeTextInformation[];
|
5238
|
-
currentInProgress?: RealTimeTextInformation[];
|
5239
|
-
myInProgress?: RealTimeTextInformation;
|
5240
|
-
};
|
5241
4458
|
isCaptionsOn: boolean;
|
5242
4459
|
startCaptionsInProgress: boolean;
|
5243
|
-
isRealTimeTextOn: boolean;
|
5244
|
-
latestLocalRealTimeText: RealTimeTextInformation;
|
5245
4460
|
};
|
5246
4461
|
|
5247
4462
|
/**
|
@@ -5253,46 +4468,6 @@ export declare interface CaptionsBannerStrings {
|
|
5253
4468
|
* Spinner text for captions banner
|
5254
4469
|
*/
|
5255
4470
|
captionsBannerSpinnerText?: string;
|
5256
|
-
/**
|
5257
|
-
* Default text for RTT input text box
|
5258
|
-
*/
|
5259
|
-
realTimeTextInputBoxDefaultText?: string;
|
5260
|
-
/**
|
5261
|
-
* Error message for RTT input text box when the size exceeds the limit 2000
|
5262
|
-
*/
|
5263
|
-
realTimeTextInputErrorMessage?: string;
|
5264
|
-
/**
|
5265
|
-
* Real time text disclosure banner title
|
5266
|
-
*/
|
5267
|
-
realTimeTextBannerTitle?: string;
|
5268
|
-
/**
|
5269
|
-
* Real time text disclosure banner content
|
5270
|
-
*/
|
5271
|
-
realTimeTextBannerContent?: string;
|
5272
|
-
/**
|
5273
|
-
* Real time text disclosure banner link label
|
5274
|
-
*/
|
5275
|
-
realTimeTextBannerLinkLabel?: string;
|
5276
|
-
/**
|
5277
|
-
* Title for the container when only captions is enabled
|
5278
|
-
*/
|
5279
|
-
captionsOnlyContainerTitle?: string;
|
5280
|
-
/**
|
5281
|
-
* Title for the container when only real time text is enabled
|
5282
|
-
*/
|
5283
|
-
realTimeTextOnlyContainerTitle?: string;
|
5284
|
-
/**
|
5285
|
-
* Title for the container when both captions and real time text is enabled
|
5286
|
-
*/
|
5287
|
-
captionsAndRealTimeTextContainerTitle?: string;
|
5288
|
-
/**
|
5289
|
-
* Expand button aria label
|
5290
|
-
*/
|
5291
|
-
expandButtonAriaLabel?: string;
|
5292
|
-
/**
|
5293
|
-
* Minimize button aria label
|
5294
|
-
*/
|
5295
|
-
minimizeButtonAriaLabel?: string;
|
5296
4471
|
}
|
5297
4472
|
|
5298
4473
|
/**
|
@@ -5404,12 +4579,6 @@ export declare type CaptionsInformation = {
|
|
5404
4579
|
* id of the speaker
|
5405
4580
|
*/
|
5406
4581
|
userId?: string;
|
5407
|
-
/**
|
5408
|
-
* timestamp when the caption was created
|
5409
|
-
* Please note that this value is essential for determining the order of captions and real time text messages
|
5410
|
-
* If you are using both captions and real time text, please ensure that the createdTimeStamp is populated
|
5411
|
-
*/
|
5412
|
-
createdTimeStamp?: Date;
|
5413
4582
|
};
|
5414
4583
|
|
5415
4584
|
/**
|
@@ -5652,15 +4821,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5652
4821
|
* Send a message in the thread.
|
5653
4822
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
5654
4823
|
*/
|
5655
|
-
sendMessage(content: string, options?: SendMessageOptions
|
5656
|
-
/**
|
5657
|
-
* Upload an inline image for a message.
|
5658
|
-
*/
|
5659
|
-
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
5660
|
-
/**
|
5661
|
-
* Delete an inline image for a message.
|
5662
|
-
*/
|
5663
|
-
deleteImage(imageId: string): Promise<void>;
|
4824
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
5664
4825
|
/**
|
5665
4826
|
* Send a read receipt for a message.
|
5666
4827
|
*/
|
@@ -5681,7 +4842,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5681
4842
|
* Update a message content.
|
5682
4843
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
5683
4844
|
*/
|
5684
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
4845
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
5685
4846
|
/**
|
5686
4847
|
* Delete a message in the thread.
|
5687
4848
|
*/
|
@@ -5819,7 +4980,6 @@ export declare type ChatCompositeIcons = {
|
|
5819
4980
|
ParticipantItemOptionsHovered?: JSX.Element;
|
5820
4981
|
SendBoxSend?: JSX.Element;
|
5821
4982
|
SendBoxSendHovered?: JSX.Element;
|
5822
|
-
SendBoxAttachFile?: JSX.Element;
|
5823
4983
|
};
|
5824
4984
|
|
5825
4985
|
/**
|
@@ -5848,13 +5008,6 @@ export declare type ChatCompositeOptions = {
|
|
5848
5008
|
* @defaultValue true
|
5849
5009
|
*/
|
5850
5010
|
errorBar?: boolean;
|
5851
|
-
/**
|
5852
|
-
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
5853
|
-
* @defaultValue false
|
5854
|
-
*
|
5855
|
-
* @beta
|
5856
|
-
*/
|
5857
|
-
participantPane?: boolean;
|
5858
5011
|
/**
|
5859
5012
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
5860
5013
|
* @defaultValue true
|
@@ -5865,19 +5018,6 @@ export declare type ChatCompositeOptions = {
|
|
5865
5018
|
* When undefined nothing has focus on render
|
5866
5019
|
*/
|
5867
5020
|
autoFocus?: 'sendBoxTextField';
|
5868
|
-
/**
|
5869
|
-
* Properties for configuring the File Sharing feature.
|
5870
|
-
* If undefined, file sharing feature will be disabled.
|
5871
|
-
* @beta
|
5872
|
-
*/
|
5873
|
-
attachmentOptions?: AttachmentOptions;
|
5874
|
-
/**
|
5875
|
-
* Enables rich text editor for the send and edit boxes
|
5876
|
-
* @defaultValue `false`
|
5877
|
-
*
|
5878
|
-
* @beta
|
5879
|
-
*/
|
5880
|
-
richTextEditor?: boolean;
|
5881
5021
|
};
|
5882
5022
|
|
5883
5023
|
/**
|
@@ -5905,12 +5045,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
5905
5045
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
5906
5046
|
*/
|
5907
5047
|
options?: ChatCompositeOptions;
|
5908
|
-
/**
|
5909
|
-
* Optimizes the composite form factor for either desktop or mobile.
|
5910
|
-
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
5911
|
-
* @defaultValue 'desktop'
|
5912
|
-
*/
|
5913
|
-
formFactor?: 'desktop' | 'mobile';
|
5914
5048
|
}
|
5915
5049
|
|
5916
5050
|
/**
|
@@ -5925,26 +5059,6 @@ export declare interface ChatCompositeStrings {
|
|
5925
5059
|
* Chat list header text
|
5926
5060
|
*/
|
5927
5061
|
chatListHeader: string;
|
5928
|
-
/**
|
5929
|
-
* Upload Attachment Button text
|
5930
|
-
*/
|
5931
|
-
uploadAttachment: string;
|
5932
|
-
/**
|
5933
|
-
* Error Message for image data is not provided for image upload
|
5934
|
-
*/
|
5935
|
-
uploadImageDataNotProvided: string;
|
5936
|
-
/**
|
5937
|
-
* Error Message for upload image is too large
|
5938
|
-
*/
|
5939
|
-
uploadImageIsTooLarge: string;
|
5940
|
-
/**
|
5941
|
-
* Error Message for unsupported image extension for image upload
|
5942
|
-
*/
|
5943
|
-
uploadImageExtensionIsNotAllowed: string;
|
5944
|
-
/**
|
5945
|
-
* Error Message for unable to upload image
|
5946
|
-
*/
|
5947
|
-
uploadImageFailed: string;
|
5948
5062
|
}
|
5949
5063
|
|
5950
5064
|
/**
|
@@ -5993,7 +5107,7 @@ export declare type ChatErrors = {
|
|
5993
5107
|
*
|
5994
5108
|
* @public
|
5995
5109
|
*/
|
5996
|
-
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' |
|
5110
|
+
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';
|
5997
5111
|
|
5998
5112
|
/**
|
5999
5113
|
* Object containing all the handlers required for chat components.
|
@@ -6004,15 +5118,13 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
6004
5118
|
* @public
|
6005
5119
|
*/
|
6006
5120
|
export declare type ChatHandlers = {
|
6007
|
-
onSendMessage: (content: string, options?: SendMessageOptions
|
6008
|
-
onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
|
6009
|
-
onDeleteImage: (imageId: string) => Promise<void>;
|
5121
|
+
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
6010
5122
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
6011
5123
|
onTyping: () => Promise<void>;
|
6012
5124
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
6013
5125
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
6014
5126
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
6015
|
-
onUpdateMessage: (messageId: string, content: string
|
5127
|
+
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
6016
5128
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
6017
5129
|
};
|
6018
5130
|
|
@@ -6055,12 +5167,6 @@ export declare interface ChatMessage extends MessageCommon {
|
|
6055
5167
|
attachments?: AttachmentMetadata[];
|
6056
5168
|
}
|
6057
5169
|
|
6058
|
-
/**
|
6059
|
-
* @beta
|
6060
|
-
* Type of the message content, either 'text' or 'html'.
|
6061
|
-
*/
|
6062
|
-
export declare type ChatMessageType = 'text' | 'html';
|
6063
|
-
|
6064
5170
|
/**
|
6065
5171
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
6066
5172
|
* client-side only metadata for chat messages.
|
@@ -6167,8 +5273,6 @@ export declare type ChatThreadClientState = {
|
|
6167
5273
|
*/
|
6168
5274
|
export declare type ChatThreadProperties = {
|
6169
5275
|
topic?: string;
|
6170
|
-
createdBy?: CommunicationIdentifierKind;
|
6171
|
-
messagingPolicy?: MessagingPolicy;
|
6172
5276
|
};
|
6173
5277
|
|
6174
5278
|
/**
|
@@ -6435,7 +5539,6 @@ export declare interface CommonCallingHandlers {
|
|
6435
5539
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
6436
5540
|
onRemoveParticipant(userId: string): Promise<void>;
|
6437
5541
|
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
6438
|
-
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
6439
5542
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
6440
5543
|
onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
|
6441
5544
|
onRejectCall: (incomingCallId: string) => Promise<void>;
|
@@ -6446,7 +5549,6 @@ export declare interface CommonCallingHandlers {
|
|
6446
5549
|
onStopNoiseSuppressionEffect: () => Promise<void>;
|
6447
5550
|
onStartCaptions: (options?: CaptionsOptions) => Promise<void>;
|
6448
5551
|
onStopCaptions: () => Promise<void>;
|
6449
|
-
onSendRealTimeText: (text: string, isFinalized: boolean) => Promise<void>;
|
6450
5552
|
onSetSpokenLanguage: (language: string) => Promise<void>;
|
6451
5553
|
onSetCaptionLanguage: (language: string) => Promise<void>;
|
6452
5554
|
onSubmitSurvey(survey: CallSurvey): Promise<CallSurveyResponse | undefined>;
|
@@ -6455,30 +5557,6 @@ export declare interface CommonCallingHandlers {
|
|
6455
5557
|
onStopAllSpotlight: () => Promise<void>;
|
6456
5558
|
onMuteParticipant: (userId: string) => Promise<void>;
|
6457
5559
|
onMuteAllRemoteParticipants: () => Promise<void>;
|
6458
|
-
/**
|
6459
|
-
* Call back to create a view for together mode
|
6460
|
-
*
|
6461
|
-
* @beta
|
6462
|
-
*/
|
6463
|
-
onCreateTogetherModeStreamView: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
6464
|
-
/**
|
6465
|
-
* Call back to create a view for together mode
|
6466
|
-
*
|
6467
|
-
* @beta
|
6468
|
-
*/
|
6469
|
-
onStartTogetherMode: () => Promise<void>;
|
6470
|
-
/**
|
6471
|
-
* Call set together mode scene size
|
6472
|
-
*
|
6473
|
-
* @beta
|
6474
|
-
*/
|
6475
|
-
onSetTogetherModeSceneSize: (width: number, height: number) => void;
|
6476
|
-
/**
|
6477
|
-
* Call back to dispose together mode views
|
6478
|
-
*
|
6479
|
-
* @beta
|
6480
|
-
*/
|
6481
|
-
onDisposeTogetherModeStreamView: () => Promise<void>;
|
6482
5560
|
/**
|
6483
5561
|
* Forbid remote participants from sending audio
|
6484
5562
|
*
|
@@ -6531,42 +5609,9 @@ export declare type CommonProperties<A, B> = {
|
|
6531
5609
|
}[keyof A & keyof B];
|
6532
5610
|
|
6533
5611
|
/**
|
6534
|
-
*
|
6535
|
-
*
|
6536
|
-
|
6537
|
-
export declare interface CommonSitePermissionsProps {
|
6538
|
-
/**
|
6539
|
-
* Name of application calling experience is in.
|
6540
|
-
*/
|
6541
|
-
appName: string;
|
6542
|
-
/**
|
6543
|
-
* Kind of the Site Permissions component.
|
6544
|
-
*/
|
6545
|
-
kind: 'request' | 'denied' | 'check';
|
6546
|
-
/**
|
6547
|
-
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
6548
|
-
*/
|
6549
|
-
browserHint?: 'safari' | 'unset';
|
6550
|
-
/**
|
6551
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
6552
|
-
* If this is not provided the button will not be shown.
|
6553
|
-
*/
|
6554
|
-
onTroubleshootingClick?: () => void;
|
6555
|
-
/**
|
6556
|
-
* Action that is taken when the user clicks the continue anyway button.
|
6557
|
-
* If this is not provided the button will not be shown.
|
6558
|
-
*/
|
6559
|
-
onContinueAnywayClick?: () => void;
|
6560
|
-
/**
|
6561
|
-
* Styles for SitePermissions component.
|
6562
|
-
*/
|
6563
|
-
styles?: SitePermissionsStyles;
|
6564
|
-
}
|
6565
|
-
|
6566
|
-
/**
|
6567
|
-
* A Chat or Calling participant's state, as reflected in the UI.
|
6568
|
-
*
|
6569
|
-
* @public
|
5612
|
+
* A Chat or Calling participant's state, as reflected in the UI.
|
5613
|
+
*
|
5614
|
+
* @public
|
6570
5615
|
*/
|
6571
5616
|
export declare type CommunicationParticipant = {
|
6572
5617
|
/** User ID of participant */
|
@@ -6760,11 +5805,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
6760
5805
|
export declare interface ComponentLocale {
|
6761
5806
|
/** Strings for components */
|
6762
5807
|
strings: ComponentStrings;
|
6763
|
-
/**
|
6764
|
-
* Optional function to provide customized date format.
|
6765
|
-
* @beta
|
6766
|
-
*/
|
6767
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
6768
5808
|
}
|
6769
5809
|
|
6770
5810
|
/**
|
@@ -6814,10 +5854,6 @@ export declare interface ComponentStrings {
|
|
6814
5854
|
typingIndicator: TypingIndicatorStrings;
|
6815
5855
|
/** Strings for SendBox */
|
6816
5856
|
sendBox: SendBoxStrings;
|
6817
|
-
/** Strings for RichTextSendBox */
|
6818
|
-
richTextSendBox: RichTextSendBoxStrings;
|
6819
|
-
/** Strings for MentionPopover */
|
6820
|
-
mentionPopover: MentionPopoverStrings;
|
6821
5857
|
/** Strings for ImageOverlay */
|
6822
5858
|
imageOverlay: ImageOverlayStrings;
|
6823
5859
|
/** Strings for MessageStatusIndicator */
|
@@ -6834,53 +5870,13 @@ export declare interface ComponentStrings {
|
|
6834
5870
|
videoTile: VideoTileStrings;
|
6835
5871
|
/** Strings for HoldButton */
|
6836
5872
|
holdButton: HoldButtonStrings;
|
6837
|
-
/** Strings for a site's permission request prompt */
|
6838
|
-
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6839
|
-
/** Strings for a site's permission request prompt */
|
6840
|
-
CameraSitePermissionsRequest: SitePermissionsStrings;
|
6841
|
-
/** Strings for a site's permission request prompt */
|
6842
|
-
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6843
|
-
/** Strings for a site's permission generic checking prompt */
|
6844
|
-
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6845
|
-
/** Strings for a site's permission generic checking prompt */
|
6846
|
-
CameraSitePermissionsCheck: SitePermissionsStrings;
|
6847
|
-
/** Strings for a site's permission generic checking prompt */
|
6848
|
-
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6849
|
-
/** Strings for a site's permission denied prompt */
|
6850
|
-
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6851
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6852
|
-
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6853
|
-
/** Strings for a site's permission denied prompt */
|
6854
|
-
CameraSitePermissionsDenied: SitePermissionsStrings;
|
6855
|
-
/** Strings for a site's permission denied prompt */
|
6856
|
-
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6857
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6858
|
-
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6859
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6860
|
-
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6861
|
-
/** Strings for unsupported browser UI */
|
6862
|
-
UnsupportedBrowser: UnsupportedBrowserStrings;
|
6863
|
-
/** Strings for unsupported browser version UI */
|
6864
|
-
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
6865
|
-
/** Strings for unsupported browser version UI */
|
6866
|
-
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
6867
|
-
/** Strings for BrowserPemissionDenied */
|
6868
|
-
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
6869
|
-
/** Strings for BrowserPemissionDeniedIOS */
|
6870
|
-
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
6871
5873
|
/**
|
6872
5874
|
* Strings for the VerticalGallery.
|
6873
5875
|
*/
|
6874
5876
|
verticalGallery: VerticalGalleryStrings;
|
6875
|
-
/** Strings for the participant list component */
|
6876
|
-
ParticipantList: ParticipantListStrings;
|
6877
5877
|
/** Strings for the MeetingConferencePhoneInfoModal */
|
6878
5878
|
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
6879
5879
|
IncomingCallNotification: IncomingCallNotificationStrings;
|
6880
|
-
/** Strings for the RealTimeTextModal */
|
6881
|
-
realTimeTextModal: RealTimeTextModalStrings;
|
6882
|
-
/** Strings for RealTimeText */
|
6883
|
-
realTimeText: RealTimeTextStrings;
|
6884
5880
|
/** Strings for Captions Setting Modal */
|
6885
5881
|
captionsSettingsModal: CaptionsSettingsModalStrings;
|
6886
5882
|
/**
|
@@ -6895,8 +5891,6 @@ export declare interface ComponentStrings {
|
|
6895
5891
|
captionsBanner: CaptionsBannerStrings;
|
6896
5892
|
/** Strings for Start Captions Button */
|
6897
5893
|
startCaptionsButton: StartCaptionsButtonStrings;
|
6898
|
-
/** Strings for Start RealTimeText Button */
|
6899
|
-
startRealTimeTextButton: StartRealTimeTextButtonStrings;
|
6900
5894
|
}
|
6901
5895
|
|
6902
5896
|
/**
|
@@ -7448,7 +6442,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
7448
6442
|
/**
|
7449
6443
|
* @public
|
7450
6444
|
*/
|
7451
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs
|
6445
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
7452
6446
|
|
7453
6447
|
/**
|
7454
6448
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -7458,7 +6452,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @c
|
|
7458
6452
|
*
|
7459
6453
|
* @public
|
7460
6454
|
*/
|
7461
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator
|
6455
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
7462
6456
|
|
7463
6457
|
/**
|
7464
6458
|
* Object returned after creating a local or remote VideoStream.
|
@@ -7693,11 +6687,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7693
6687
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
7694
6688
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
7695
6689
|
ReactionButtonIcon: React_2.JSX.Element;
|
7696
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
7697
|
-
DownloadAttachment: React_2.JSX.Element;
|
7698
6690
|
OpenAttachment: React_2.JSX.Element;
|
7699
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
7700
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
7701
6691
|
EditBoxCancel: React_2.JSX.Element;
|
7702
6692
|
EditBoxSubmit: React_2.JSX.Element;
|
7703
6693
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -7747,13 +6737,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7747
6737
|
VideoTileMicOff: React_2.JSX.Element;
|
7748
6738
|
VideoTileCameraOff: React_2.JSX.Element;
|
7749
6739
|
DialpadBackspace: React_2.JSX.Element;
|
7750
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
7751
|
-
SitePermissionCamera: React_2.JSX.Element;
|
7752
|
-
SitePermissionMic: React_2.JSX.Element;
|
7753
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
7754
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
7755
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7756
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7757
6740
|
VideoTilePinned: React_2.JSX.Element;
|
7758
6741
|
ParticipantItemPinned: React_2.JSX.Element;
|
7759
6742
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -7783,28 +6766,10 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7783
6766
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
7784
6767
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
7785
6768
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7786
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7787
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7788
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7789
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7790
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7791
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7792
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7793
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
7794
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7795
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7796
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7797
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7798
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7799
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7800
6769
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
7801
6770
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
7802
6771
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
7803
6772
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7804
|
-
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
7805
|
-
RealTimeTextIcon: React_2.JSX.Element;
|
7806
|
-
ExpandIcon: React_2.JSX.Element;
|
7807
|
-
MinimizeIcon: React_2.JSX.Element;
|
7808
6773
|
};
|
7809
6774
|
|
7810
6775
|
/**
|
@@ -7825,7 +6790,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7825
6790
|
ParticipantItemOptionsHovered: JSX.Element;
|
7826
6791
|
SendBoxSend: JSX.Element;
|
7827
6792
|
SendBoxSendHovered: JSX.Element;
|
7828
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
7829
6793
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
7830
6794
|
ControlButtonCameraOff: JSX.Element;
|
7831
6795
|
ControlButtonCameraOn: JSX.Element;
|
@@ -7906,7 +6870,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7906
6870
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
|
7907
6871
|
PeoplePaneMoreButton?: JSX.Element | undefined;
|
7908
6872
|
StopAllSpotlightMenuButton?: JSX.Element | undefined;
|
7909
|
-
TogetherModeLayout?: JSX.Element | undefined;
|
7910
6873
|
ChevronLeft?: JSX.Element | undefined;
|
7911
6874
|
ControlBarChatButtonActive?: JSX.Element | undefined;
|
7912
6875
|
ControlBarChatButtonInactive?: JSX.Element | undefined;
|
@@ -7916,13 +6879,10 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7916
6879
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
7917
6880
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
7918
6881
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
6882
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
7919
6883
|
ChatMessageOptions: React_2.JSX.Element;
|
7920
6884
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
7921
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
7922
|
-
DownloadAttachment: React_2.JSX.Element;
|
7923
6885
|
OpenAttachment: React_2.JSX.Element;
|
7924
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
7925
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
7926
6886
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
7927
6887
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
7928
6888
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
@@ -7940,13 +6900,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7940
6900
|
ResumeCall: React_2.JSX.Element;
|
7941
6901
|
VideoTileCameraOff: React_2.JSX.Element;
|
7942
6902
|
DialpadBackspace: React_2.JSX.Element;
|
7943
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
7944
|
-
SitePermissionCamera: React_2.JSX.Element;
|
7945
|
-
SitePermissionMic: React_2.JSX.Element;
|
7946
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
7947
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
7948
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7949
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7950
6903
|
VideoTilePinned: React_2.JSX.Element;
|
7951
6904
|
ParticipantItemPinned: React_2.JSX.Element;
|
7952
6905
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -7976,60 +6929,12 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7976
6929
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
7977
6930
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
7978
6931
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7979
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7980
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7981
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7982
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7983
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7984
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7985
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7986
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
7987
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7988
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7989
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7990
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7991
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7992
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7993
6932
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
7994
6933
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
7995
6934
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
7996
6935
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7997
|
-
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
7998
|
-
RealTimeTextIcon: React_2.JSX.Element;
|
7999
|
-
ExpandIcon: React_2.JSX.Element;
|
8000
|
-
MinimizeIcon: React_2.JSX.Element;
|
8001
6936
|
};
|
8002
6937
|
|
8003
|
-
/**
|
8004
|
-
* @beta
|
8005
|
-
*
|
8006
|
-
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
8007
|
-
*/
|
8008
|
-
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
8009
|
-
|
8010
|
-
/**
|
8011
|
-
* Device Checks.
|
8012
|
-
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
8013
|
-
*
|
8014
|
-
* @beta
|
8015
|
-
*/
|
8016
|
-
export declare interface DeviceCheckOptions {
|
8017
|
-
/**
|
8018
|
-
* Camera Permission prompts for your call.
|
8019
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
8020
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
8021
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
8022
|
-
*/
|
8023
|
-
camera: 'required' | 'optional' | 'doNotPrompt';
|
8024
|
-
/**
|
8025
|
-
* Microphone permission prompts for your call.
|
8026
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
8027
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
8028
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
8029
|
-
*/
|
8030
|
-
microphone: 'required' | 'optional' | 'doNotPrompt';
|
8031
|
-
}
|
8032
|
-
|
8033
6938
|
/**
|
8034
6939
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
8035
6940
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -8707,7 +7612,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
8707
7612
|
*
|
8708
7613
|
* @public
|
8709
7614
|
*/
|
8710
|
-
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof
|
7615
|
+
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;
|
8711
7616
|
|
8712
7617
|
/**
|
8713
7618
|
* Get the selector for a specified component.
|
@@ -8893,10 +7798,6 @@ export declare interface _Identifiers {
|
|
8893
7798
|
verticalGalleryVideoTile: string;
|
8894
7799
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
8895
7800
|
verticalGalleryPageCounter: string;
|
8896
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
8897
|
-
mentionSuggestionList: string;
|
8898
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
8899
|
-
mentionSuggestionItem: string;
|
8900
7801
|
}
|
8901
7802
|
|
8902
7803
|
/**
|
@@ -8962,13 +7863,6 @@ export declare interface ImageOverlayStrings {
|
|
8962
7863
|
overlayVisibleMessage: string;
|
8963
7864
|
}
|
8964
7865
|
|
8965
|
-
/**
|
8966
|
-
* Preset dark theme for the ImageOverlay component.
|
8967
|
-
*
|
8968
|
-
* @public
|
8969
|
-
*/
|
8970
|
-
export declare const imageOverlayTheme: PartialTheme;
|
8971
|
-
|
8972
7866
|
/**
|
8973
7867
|
* @public
|
8974
7868
|
* This contains a readonly array that returns all the active `incomingCalls`.
|
@@ -9422,28 +8316,6 @@ export declare type LocalizationProviderProps = {
|
|
9422
8316
|
children: React_2.ReactNode;
|
9423
8317
|
};
|
9424
8318
|
|
9425
|
-
/**
|
9426
|
-
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
9427
|
-
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
9428
|
-
*
|
9429
|
-
* @beta
|
9430
|
-
*/
|
9431
|
-
export declare interface LocalRecordingCallFeatureState {
|
9432
|
-
/**
|
9433
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
9434
|
-
*/
|
9435
|
-
isLocalRecordingActive: boolean;
|
9436
|
-
/**
|
9437
|
-
* Contains list of information of started recordings
|
9438
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
9439
|
-
*/
|
9440
|
-
activeLocalRecordings?: LocalRecordingInfo[];
|
9441
|
-
/**
|
9442
|
-
* Contains list of information of stopped recordings
|
9443
|
-
*/
|
9444
|
-
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
9445
|
-
}
|
9446
|
-
|
9447
8319
|
/**
|
9448
8320
|
* @public
|
9449
8321
|
*/
|
@@ -9613,76 +8485,6 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
9613
8485
|
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
9614
8486
|
}
|
9615
8487
|
|
9616
|
-
/**
|
9617
|
-
* Mention's state, as reflected in the UI.
|
9618
|
-
*
|
9619
|
-
* @beta
|
9620
|
-
*/
|
9621
|
-
export declare interface Mention {
|
9622
|
-
/** ID of a mention */
|
9623
|
-
id: string;
|
9624
|
-
/** Display text of a mention */
|
9625
|
-
displayText: string;
|
9626
|
-
/** Optional React element to render an item icon of a mention suggestion */
|
9627
|
-
icon?: JSX.Element;
|
9628
|
-
}
|
9629
|
-
|
9630
|
-
/**
|
9631
|
-
* Options to display suggestions in the mention scenario.
|
9632
|
-
*
|
9633
|
-
* @beta
|
9634
|
-
*/
|
9635
|
-
export declare interface MentionDisplayOptions {
|
9636
|
-
/**
|
9637
|
-
* Optional callback for customizing the mention renderer in a message thread.
|
9638
|
-
*/
|
9639
|
-
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
9640
|
-
}
|
9641
|
-
|
9642
|
-
/**
|
9643
|
-
* Options to lookup suggestions in the mention scenario.
|
9644
|
-
*
|
9645
|
-
* @beta
|
9646
|
-
*/
|
9647
|
-
export declare interface MentionLookupOptions {
|
9648
|
-
/**
|
9649
|
-
* Optional string to set trigger keyword for mention a specific participant.
|
9650
|
-
*
|
9651
|
-
* @defaultValue `@`
|
9652
|
-
*/
|
9653
|
-
trigger?: string;
|
9654
|
-
/**
|
9655
|
-
* Optional callback to fetch a list of mention suggestions base on the query.
|
9656
|
-
*/
|
9657
|
-
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
9658
|
-
/**
|
9659
|
-
* Optional callback to render an item of the mention suggestions list.
|
9660
|
-
*/
|
9661
|
-
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
9662
|
-
}
|
9663
|
-
|
9664
|
-
/**
|
9665
|
-
* Options to lookup suggestions and display mentions in the mention scenario.
|
9666
|
-
*
|
9667
|
-
* @beta
|
9668
|
-
*/
|
9669
|
-
export declare type MentionOptions = {
|
9670
|
-
lookupOptions?: MentionLookupOptions;
|
9671
|
-
displayOptions?: MentionDisplayOptions;
|
9672
|
-
};
|
9673
|
-
|
9674
|
-
/**
|
9675
|
-
* Strings of {@link _MentionPopover} that can be overridden.
|
9676
|
-
*
|
9677
|
-
* @beta
|
9678
|
-
*/
|
9679
|
-
export declare interface MentionPopoverStrings {
|
9680
|
-
/**
|
9681
|
-
* Header text for MentionPopover
|
9682
|
-
*/
|
9683
|
-
mentionPopoverHeader: string;
|
9684
|
-
}
|
9685
|
-
|
9686
8488
|
/**
|
9687
8489
|
* Discriminated union of all messages.
|
9688
8490
|
*
|
@@ -9690,7 +8492,7 @@ export declare interface MentionPopoverStrings {
|
|
9690
8492
|
*
|
9691
8493
|
* @public
|
9692
8494
|
*/
|
9693
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage
|
8495
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
9694
8496
|
|
9695
8497
|
/**
|
9696
8498
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -9732,20 +8534,6 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
9732
8534
|
*/
|
9733
8535
|
export declare type MessageEditedListener = MessageReceivedListener;
|
9734
8536
|
|
9735
|
-
/**
|
9736
|
-
* @beta
|
9737
|
-
* Message option that defines properties that can be set when
|
9738
|
-
* sending or updating a chat message.
|
9739
|
-
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
9740
|
-
* @property attachments - Attachments that contains file attachments attached to the message.
|
9741
|
-
* @property type - Type of the message content, either 'text' or 'html'.
|
9742
|
-
*/
|
9743
|
-
export declare type MessageOptions = {
|
9744
|
-
metadata?: Record<string, string>;
|
9745
|
-
attachments?: AttachmentMetadata[];
|
9746
|
-
type?: ChatMessageType;
|
9747
|
-
};
|
9748
|
-
|
9749
8537
|
/**
|
9750
8538
|
* Props to render a single message.
|
9751
8539
|
*
|
@@ -9761,7 +8549,7 @@ export declare type MessageProps = {
|
|
9761
8549
|
/**
|
9762
8550
|
* Strings from parent MessageThread component
|
9763
8551
|
*/
|
9764
|
-
strings: MessageThreadStrings
|
8552
|
+
strings: MessageThreadStrings;
|
9765
8553
|
/**
|
9766
8554
|
* Custom CSS styles for chat message container.
|
9767
8555
|
*/
|
@@ -9807,7 +8595,7 @@ export declare type MessageProps = {
|
|
9807
8595
|
* @param options - message options to be included in the message
|
9808
8596
|
*
|
9809
8597
|
*/
|
9810
|
-
onSendMessage?: (content: string
|
8598
|
+
onSendMessage?: (content: string) => Promise<void>;
|
9811
8599
|
};
|
9812
8600
|
|
9813
8601
|
/**
|
@@ -9939,7 +8727,7 @@ export declare type MessageThreadProps = {
|
|
9939
8727
|
/**
|
9940
8728
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
9941
8729
|
*/
|
9942
|
-
messages: (ChatMessage | SystemMessage | CustomMessage
|
8730
|
+
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
9943
8731
|
/**
|
9944
8732
|
* number of participants in the thread
|
9945
8733
|
*/
|
@@ -10020,11 +8808,6 @@ export declare type MessageThreadProps = {
|
|
10020
8808
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
10021
8809
|
*/
|
10022
8810
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
10023
|
-
/**
|
10024
|
-
* Optional callback to render attachments in the message component.
|
10025
|
-
* @beta
|
10026
|
-
*/
|
10027
|
-
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
10028
8811
|
/**
|
10029
8812
|
* Optional callback to edit a message.
|
10030
8813
|
*
|
@@ -10053,7 +8836,7 @@ export declare type MessageThreadProps = {
|
|
10053
8836
|
* @param options - message options to be included in the message
|
10054
8837
|
*
|
10055
8838
|
*/
|
10056
|
-
onSendMessage?: (content: string
|
8839
|
+
onSendMessage?: (content: string) => Promise<void>;
|
10057
8840
|
/**
|
10058
8841
|
/**
|
10059
8842
|
* Disable editing messages.
|
@@ -10067,32 +8850,11 @@ export declare type MessageThreadProps = {
|
|
10067
8850
|
* Optional strings to override in component
|
10068
8851
|
*/
|
10069
8852
|
strings?: Partial<MessageThreadStrings>;
|
10070
|
-
/**
|
10071
|
-
* @beta
|
10072
|
-
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
10073
|
-
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
10074
|
-
*/
|
10075
|
-
attachmentOptions?: AttachmentOptions;
|
10076
|
-
/**
|
10077
|
-
* Optional function to provide customized date format.
|
10078
|
-
* @beta
|
10079
|
-
*/
|
10080
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
10081
|
-
/**
|
10082
|
-
* Optional props needed to lookup a mention query and display mentions
|
10083
|
-
* @beta
|
10084
|
-
*/
|
10085
|
-
mentionOptions?: MentionOptions;
|
10086
8853
|
/**
|
10087
8854
|
* Optional callback called when an inline image is clicked.
|
10088
8855
|
* @beta
|
10089
8856
|
*/
|
10090
8857
|
inlineImageOptions?: InlineImageOptions;
|
10091
|
-
/**
|
10092
|
-
* Options to enable rich text editor for the edit box.
|
10093
|
-
* @beta
|
10094
|
-
*/
|
10095
|
-
richTextEditorOptions?: RichTextEditBoxOptions;
|
10096
8858
|
};
|
10097
8859
|
|
10098
8860
|
/**
|
@@ -10170,20 +8932,10 @@ export declare interface MessageThreadStrings {
|
|
10170
8932
|
actionMenuMoreOptions?: string;
|
10171
8933
|
/** Aria label to announce when a message is deleted */
|
10172
8934
|
messageDeletedAnnouncementAriaLabel: string;
|
10173
|
-
/** String for download attachment button in attachment card */
|
10174
|
-
downloadAttachment: string;
|
10175
8935
|
/** String for open attachment button in attachment card */
|
10176
8936
|
openAttachment: string;
|
10177
|
-
/** String for policy violation message removal */
|
10178
|
-
blockedWarningText: string;
|
10179
|
-
/** String for policy violation message removal details link */
|
10180
|
-
blockedWarningLinkText: string;
|
10181
8937
|
/** String for aria text in attachment card group*/
|
10182
8938
|
attachmentCardGroupMessage: string;
|
10183
|
-
/**
|
10184
|
-
* Error message indicating that one or more image uploads are not complete.
|
10185
|
-
*/
|
10186
|
-
imageUploadsPendingError: string;
|
10187
8939
|
}
|
10188
8940
|
|
10189
8941
|
/**
|
@@ -10211,24 +8963,10 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
10211
8963
|
/** Styles for system message container. */
|
10212
8964
|
systemMessageContainer?: ComponentSlotStyle;
|
10213
8965
|
/** Styles for blocked message container. */
|
10214
|
-
blockedMessageContainer?: ComponentSlotStyle;
|
10215
8966
|
/** Styles for message status indicator container. */
|
10216
8967
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
10217
8968
|
}
|
10218
8969
|
|
10219
|
-
/**
|
10220
|
-
*
|
10221
|
-
* Messaging policy of a chat thread.
|
10222
|
-
*
|
10223
|
-
* @beta
|
10224
|
-
*/
|
10225
|
-
export declare interface MessagingPolicy {
|
10226
|
-
/**
|
10227
|
-
* Boolean to track whether or not messages are restricted to only text.
|
10228
|
-
* */
|
10229
|
-
textOnlyChat?: boolean;
|
10230
|
-
}
|
10231
|
-
|
10232
8970
|
/**
|
10233
8971
|
* A button to turn microphone on / off.
|
10234
8972
|
*
|
@@ -10421,31 +9159,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
10421
9159
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
10422
9160
|
}
|
10423
9161
|
|
10424
|
-
/**
|
10425
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
10426
|
-
* by their browsers settings.
|
10427
|
-
*
|
10428
|
-
* @beta
|
10429
|
-
*/
|
10430
|
-
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
10431
|
-
|
10432
|
-
/**
|
10433
|
-
* @beta
|
10434
|
-
* Props for MicrophoneSitePermissions component.
|
10435
|
-
*/
|
10436
|
-
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
10437
|
-
/** Icon name for the microphone icon */
|
10438
|
-
microphoneIconName?: string;
|
10439
|
-
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
10440
|
-
strings?: MicrophoneSitePermissionsStrings;
|
10441
|
-
}
|
10442
|
-
|
10443
|
-
/**
|
10444
|
-
* @beta
|
10445
|
-
* Strings for MicrophoneSitePermissions component.
|
10446
|
-
*/
|
10447
|
-
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
10448
|
-
|
10449
9162
|
/**
|
10450
9163
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
10451
9164
|
*
|
@@ -10795,8 +9508,6 @@ export declare interface NotificationStackStrings {
|
|
10795
9508
|
* Message shown in notification when capability unMuteMic is absent
|
10796
9509
|
*/
|
10797
9510
|
capabilityUnmuteMicAbsent?: NotificationStrings;
|
10798
|
-
togetherModeStarted?: NotificationStrings;
|
10799
|
-
togetherModeEnded?: NotificationStrings;
|
10800
9511
|
}
|
10801
9512
|
|
10802
9513
|
/**
|
@@ -10868,7 +9579,7 @@ export declare interface NotificationStyles {
|
|
10868
9579
|
}
|
10869
9580
|
|
10870
9581
|
/** @public */
|
10871
|
-
export declare type NotificationTarget =
|
9582
|
+
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'assignedBreakoutRoomClosed' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent';
|
10872
9583
|
|
10873
9584
|
/**
|
10874
9585
|
* All notifications that can be shown in the {@link NotificationStack}.
|
@@ -11167,10 +9878,6 @@ export declare type ParticipantListProps = {
|
|
11167
9878
|
styles?: ParticipantListStyles;
|
11168
9879
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
11169
9880
|
showParticipantOverflowTooltip?: boolean;
|
11170
|
-
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
11171
|
-
totalParticipantCount?: number;
|
11172
|
-
/** Strings for the participant list */
|
11173
|
-
strings?: ParticipantListStrings;
|
11174
9881
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
11175
9882
|
participantAriaLabelledBy?: string;
|
11176
9883
|
/** List of pinned participants */
|
@@ -11185,21 +9892,8 @@ export declare type ParticipantListProps = {
|
|
11185
9892
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
11186
9893
|
participants: CallParticipantListParticipant[];
|
11187
9894
|
myUserId: string;
|
11188
|
-
totalParticipantCount?: number;
|
11189
9895
|
};
|
11190
9896
|
|
11191
|
-
/**
|
11192
|
-
* Strings for the {@link ParticipantList}.
|
11193
|
-
*
|
11194
|
-
* @beta
|
11195
|
-
*/
|
11196
|
-
export declare interface ParticipantListStrings {
|
11197
|
-
/**
|
11198
|
-
* String for rendering the count of participants not contained in the displayed participant list
|
11199
|
-
*/
|
11200
|
-
overflowParticipantCount?: string;
|
11201
|
-
}
|
11202
|
-
|
11203
9897
|
/**
|
11204
9898
|
* Styles for the {@link ParticipantList}.
|
11205
9899
|
*
|
@@ -11682,204 +10376,6 @@ export declare type ReadReceiptsBySenderId = {
|
|
11682
10376
|
};
|
11683
10377
|
};
|
11684
10378
|
|
11685
|
-
/**
|
11686
|
-
* @beta
|
11687
|
-
* A component for displaying a single line of RealTimeText
|
11688
|
-
*/
|
11689
|
-
export declare const RealTimeText: (props: RealTimeTextProps) => JSX.Element;
|
11690
|
-
|
11691
|
-
/**
|
11692
|
-
* @beta
|
11693
|
-
*/
|
11694
|
-
export declare interface RealTimeTextCallFeatureState {
|
11695
|
-
/**
|
11696
|
-
* array of received captions
|
11697
|
-
*/
|
11698
|
-
realTimeTexts: {
|
11699
|
-
completedMessages?: RealTimeTextInfo[];
|
11700
|
-
currentInProgress?: RealTimeTextInfo[];
|
11701
|
-
myInProgress?: RealTimeTextInfo;
|
11702
|
-
};
|
11703
|
-
/**
|
11704
|
-
* whether real time text is on/off
|
11705
|
-
*/
|
11706
|
-
isRealTimeTextFeatureActive?: boolean;
|
11707
|
-
}
|
11708
|
-
|
11709
|
-
/**
|
11710
|
-
* @beta
|
11711
|
-
*/
|
11712
|
-
export declare interface RealTimeTextInfo {
|
11713
|
-
/**
|
11714
|
-
* The sequence id of the real time text.
|
11715
|
-
*/
|
11716
|
-
sequenceId: number;
|
11717
|
-
/**
|
11718
|
-
* The sender of the real time text.
|
11719
|
-
*/
|
11720
|
-
sender: ParticipantInfo;
|
11721
|
-
/**
|
11722
|
-
* The real time text message.
|
11723
|
-
*/
|
11724
|
-
message: string;
|
11725
|
-
/**
|
11726
|
-
* The result type of the real time text message.
|
11727
|
-
*/
|
11728
|
-
resultType: RealTimeTextResultType;
|
11729
|
-
/**
|
11730
|
-
* The timestamp when the real time text message was created.
|
11731
|
-
*/
|
11732
|
-
receivedTimestamp?: Date;
|
11733
|
-
/**
|
11734
|
-
* The timestamp when the real time text message was last updated.
|
11735
|
-
*/
|
11736
|
-
updatedTimestamp?: Date;
|
11737
|
-
/**
|
11738
|
-
* If message originated from the local participant
|
11739
|
-
* default is false
|
11740
|
-
*/
|
11741
|
-
isMe?: boolean;
|
11742
|
-
}
|
11743
|
-
|
11744
|
-
/**
|
11745
|
-
* @beta
|
11746
|
-
* information required for each line of real time text
|
11747
|
-
*/
|
11748
|
-
export declare type RealTimeTextInformation = {
|
11749
|
-
/**
|
11750
|
-
* The id of the real time text.
|
11751
|
-
*/
|
11752
|
-
id: number;
|
11753
|
-
/**
|
11754
|
-
* sender's display name
|
11755
|
-
*/
|
11756
|
-
displayName: string;
|
11757
|
-
/**
|
11758
|
-
* id of the sender
|
11759
|
-
*/
|
11760
|
-
userId?: string;
|
11761
|
-
/**
|
11762
|
-
* The real time text message.
|
11763
|
-
*/
|
11764
|
-
message: string;
|
11765
|
-
/**
|
11766
|
-
* if the real time text received is partial
|
11767
|
-
*/
|
11768
|
-
isTyping: boolean;
|
11769
|
-
/**
|
11770
|
-
* timestamp when the real time text was finalized
|
11771
|
-
*/
|
11772
|
-
finalizedTimeStamp: Date;
|
11773
|
-
/**
|
11774
|
-
* If message originated from the local participant
|
11775
|
-
* default value is false
|
11776
|
-
*/
|
11777
|
-
isMe?: boolean;
|
11778
|
-
};
|
11779
|
-
|
11780
|
-
/**
|
11781
|
-
* @beta
|
11782
|
-
* a component for realTimeText modal
|
11783
|
-
*/
|
11784
|
-
export declare const RealTimeTextModal: (props: RealTimeTextModalProps) => JSX.Element;
|
11785
|
-
|
11786
|
-
/**
|
11787
|
-
* @beta
|
11788
|
-
* RealTimeTextModal Component Props.
|
11789
|
-
*/
|
11790
|
-
export declare interface RealTimeTextModalProps {
|
11791
|
-
/** The strings for the RealTimeText modal */
|
11792
|
-
strings?: RealTimeTextModalStrings;
|
11793
|
-
/** The flag to show the modal */
|
11794
|
-
showModal?: boolean;
|
11795
|
-
/** The function to dismiss the modal */
|
11796
|
-
onDismissModal?: () => void;
|
11797
|
-
/**
|
11798
|
-
* Use this function to show RealTimeText UI in the calling experience.
|
11799
|
-
* Note that real time text should not be started for everyone in the call until the first real time text is received.
|
11800
|
-
*/
|
11801
|
-
onStartRealTimeText?: () => void;
|
11802
|
-
}
|
11803
|
-
|
11804
|
-
/**
|
11805
|
-
* @beta
|
11806
|
-
* strings for realTimeText modal
|
11807
|
-
*/
|
11808
|
-
export declare interface RealTimeTextModalStrings {
|
11809
|
-
/** The title of the RealTimeText modal */
|
11810
|
-
realTimeTextModalTitle?: string;
|
11811
|
-
/** The text of the RealTimeText modal */
|
11812
|
-
realTimeTextModalText?: string;
|
11813
|
-
/** The label for the confirm button */
|
11814
|
-
realTimeTextConfirmButtonLabel?: string;
|
11815
|
-
/** The label for the cancel button */
|
11816
|
-
realTimeTextCancelButtonLabel?: string;
|
11817
|
-
/** The aria label for the modal */
|
11818
|
-
realTimeTextModalAriaLabel?: string;
|
11819
|
-
/** The aria label for the close button */
|
11820
|
-
realTimeTextCloseModalButtonAriaLabel?: string;
|
11821
|
-
}
|
11822
|
-
|
11823
|
-
/**
|
11824
|
-
* @beta
|
11825
|
-
* Props for a single line of RealTimeText.
|
11826
|
-
*/
|
11827
|
-
export declare interface RealTimeTextProps {
|
11828
|
-
/**
|
11829
|
-
* RealTimeText id
|
11830
|
-
*/
|
11831
|
-
id: number;
|
11832
|
-
/**
|
11833
|
-
* Display name of the user
|
11834
|
-
*/
|
11835
|
-
displayName: string;
|
11836
|
-
/**
|
11837
|
-
* RealTimeText content
|
11838
|
-
*/
|
11839
|
-
message: string;
|
11840
|
-
/**
|
11841
|
-
* user id of the user
|
11842
|
-
*/
|
11843
|
-
userId?: string;
|
11844
|
-
/**
|
11845
|
-
* Optional callback to override render of the avatar.
|
11846
|
-
*
|
11847
|
-
* @param userId - user Id
|
11848
|
-
*/
|
11849
|
-
onRenderAvatar?: OnRenderAvatarCallback;
|
11850
|
-
/**
|
11851
|
-
* Boolean indicating whether the RealTimeText is still in progress
|
11852
|
-
*/
|
11853
|
-
isTyping?: boolean;
|
11854
|
-
/**
|
11855
|
-
* Boolean indicating whether the RealTimeText is from the local user
|
11856
|
-
*/
|
11857
|
-
isMe?: boolean;
|
11858
|
-
/**
|
11859
|
-
* Strings for RealTimeText
|
11860
|
-
*/
|
11861
|
-
strings?: RealTimeTextStrings;
|
11862
|
-
}
|
11863
|
-
|
11864
|
-
/**
|
11865
|
-
* Callback for {@link CallAdapterSubscribers} 'realTimeTextReceived' event.
|
11866
|
-
* @beta
|
11867
|
-
*/
|
11868
|
-
export declare type RealTimeTextReceivedListener = (event: {
|
11869
|
-
realTimeText: RealTimeTextInfo_2;
|
11870
|
-
}) => void;
|
11871
|
-
|
11872
|
-
/**
|
11873
|
-
* @beta
|
11874
|
-
* strings for rtt
|
11875
|
-
*/
|
11876
|
-
export declare interface RealTimeTextStrings {
|
11877
|
-
/**
|
11878
|
-
* String indicating that the user is typing
|
11879
|
-
*/
|
11880
|
-
isTypingText?: string;
|
11881
|
-
}
|
11882
|
-
|
11883
10379
|
/**
|
11884
10380
|
* State only version of {@link @azure/communication-calling#RecordingCallFeature}. {@link StatefulCallClient} will
|
11885
10381
|
* automatically listen for recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
@@ -11891,35 +10387,8 @@ export declare interface RecordingCallFeature {
|
|
11891
10387
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
11892
10388
|
*/
|
11893
10389
|
isRecordingActive: boolean;
|
11894
|
-
/**
|
11895
|
-
* Contains list of information of started recordings
|
11896
|
-
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
11897
|
-
*/
|
11898
|
-
activeRecordings?: RecordingInfo[];
|
11899
|
-
/**
|
11900
|
-
* Contains list of information of stopped recordings
|
11901
|
-
*/
|
11902
|
-
lastStoppedRecording?: RecordingInfo[];
|
11903
10390
|
}
|
11904
10391
|
|
11905
|
-
/**
|
11906
|
-
* State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
|
11907
|
-
*
|
11908
|
-
* @beta
|
11909
|
-
*/
|
11910
|
-
export declare type RemoteDiagnosticState = {
|
11911
|
-
readonly diagnostic: RemoteDiagnosticType;
|
11912
|
-
readonly value: DiagnosticQuality | DiagnosticFlag;
|
11913
|
-
readonly valueType: DiagnosticValueType;
|
11914
|
-
};
|
11915
|
-
|
11916
|
-
/**
|
11917
|
-
* All type names for {@link @azure/communication-calling#RemoteDiagnosticState}.
|
11918
|
-
*
|
11919
|
-
* @beta
|
11920
|
-
*/
|
11921
|
-
export declare type RemoteDiagnosticType = NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType;
|
11922
|
-
|
11923
10392
|
/**
|
11924
10393
|
* State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
|
11925
10394
|
* automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -11987,10 +10456,6 @@ export declare interface RemoteParticipantState {
|
|
11987
10456
|
* Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
|
11988
10457
|
*/
|
11989
10458
|
mediaAccess?: MediaAccessState;
|
11990
|
-
/**
|
11991
|
-
* The diagnostic status of RemoteParticipant{@link @azure/communication-calling#RemoteDiagnostics}.
|
11992
|
-
*/
|
11993
|
-
diagnostics?: Partial<Record<RemoteDiagnosticType, RemoteDiagnosticState>>;
|
11994
10459
|
}
|
11995
10460
|
|
11996
10461
|
/**
|
@@ -12064,256 +10529,6 @@ export declare type ResourceFetchResult = {
|
|
12064
10529
|
error?: Error;
|
12065
10530
|
};
|
12066
10531
|
|
12067
|
-
/**
|
12068
|
-
* Options for the rich text editor edit box configuration.
|
12069
|
-
*
|
12070
|
-
* @beta
|
12071
|
-
*/
|
12072
|
-
export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
|
12073
|
-
/**
|
12074
|
-
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
12075
|
-
* When not provided, pasting images into rich text editor will be disabled.
|
12076
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12077
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
12078
|
-
* @param messageId - the id of the message that the inlineImage belongs to.
|
12079
|
-
*/
|
12080
|
-
onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
12081
|
-
/**
|
12082
|
-
* Optional callback invoked after inline image is removed from the UI.
|
12083
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12084
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
12085
|
-
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
12086
|
-
* @param messageId - the id of the message that the inlineImage belongs to.
|
12087
|
-
*/
|
12088
|
-
onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
12089
|
-
/**
|
12090
|
-
* Optional Record of type {@link AttachmentMetadataInProgress}
|
12091
|
-
* to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
|
12092
|
-
* - there is an error provided in the messagesInlineImagesWithProgress
|
12093
|
-
* - progress is less than 1 when the send button is clicked
|
12094
|
-
* - content html string is longer than the max allowed length.
|
12095
|
-
* (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
|
12096
|
-
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
12097
|
-
*/
|
12098
|
-
messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
|
12099
|
-
}
|
12100
|
-
|
12101
|
-
/**
|
12102
|
-
* Options for the rich text editor configuration.
|
12103
|
-
*
|
12104
|
-
* @beta
|
12105
|
-
*/
|
12106
|
-
export declare interface RichTextEditorOptions {
|
12107
|
-
/**
|
12108
|
-
* Optional callback to handle paste event.
|
12109
|
-
*/
|
12110
|
-
onPaste?: (event: {
|
12111
|
-
content: DocumentFragment;
|
12112
|
-
}) => void;
|
12113
|
-
}
|
12114
|
-
|
12115
|
-
/**
|
12116
|
-
* A component to render SendBox with Rich Text Editor support.
|
12117
|
-
*
|
12118
|
-
* @beta
|
12119
|
-
*/
|
12120
|
-
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
12121
|
-
|
12122
|
-
/**
|
12123
|
-
* Props for {@link RichTextSendBox}.
|
12124
|
-
*
|
12125
|
-
* @beta
|
12126
|
-
*/
|
12127
|
-
export declare interface RichTextSendBoxProps {
|
12128
|
-
/**
|
12129
|
-
* Optional boolean to disable text box
|
12130
|
-
* @defaultValue false
|
12131
|
-
*/
|
12132
|
-
disabled?: boolean;
|
12133
|
-
/**
|
12134
|
-
* Optional callback to handle paste event.
|
12135
|
-
*/
|
12136
|
-
onPaste?: (event: {
|
12137
|
-
content: DocumentFragment;
|
12138
|
-
}) => void;
|
12139
|
-
/**
|
12140
|
-
* Optional strings to override in component
|
12141
|
-
*/
|
12142
|
-
strings?: Partial<RichTextSendBoxStrings>;
|
12143
|
-
/**
|
12144
|
-
* Optional text for system message above the text box
|
12145
|
-
*/
|
12146
|
-
systemMessage?: string;
|
12147
|
-
/**
|
12148
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
12149
|
-
* to render attachments being uploaded in the SendBox.
|
12150
|
-
* @beta
|
12151
|
-
*/
|
12152
|
-
attachments?: AttachmentMetadataInProgress[];
|
12153
|
-
/**
|
12154
|
-
* enumerable to determine if the input box has focus on render or not.
|
12155
|
-
* When undefined nothing has focus on render
|
12156
|
-
*/
|
12157
|
-
autoFocus?: 'sendBoxTextField';
|
12158
|
-
/**
|
12159
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
12160
|
-
* cancel icon.
|
12161
|
-
*/
|
12162
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
12163
|
-
/**
|
12164
|
-
* Optional callback invoked after inline image is removed from the UI.
|
12165
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12166
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
12167
|
-
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
12168
|
-
*/
|
12169
|
-
onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12170
|
-
/**
|
12171
|
-
* Callback function used when the send button is clicked.
|
12172
|
-
*/
|
12173
|
-
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
12174
|
-
/**
|
12175
|
-
* Optional callback called when user is typing
|
12176
|
-
*/
|
12177
|
-
onTyping?: () => Promise<void>;
|
12178
|
-
/**
|
12179
|
-
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
12180
|
-
* When not provided, pasting images into rich text editor will be disabled.
|
12181
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12182
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
12183
|
-
*/
|
12184
|
-
onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12185
|
-
/**
|
12186
|
-
* Optional Array of type {@link AttachmentMetadataInProgress}
|
12187
|
-
* to render the errorBar for inline images inserted in the RichTextSendBox when:
|
12188
|
-
* - there is an error provided in the inlineImagesWithProgress
|
12189
|
-
* - progress is less than 1 when the send button is clicked
|
12190
|
-
* - content html string is longer than the max allowed length.
|
12191
|
-
* (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
|
12192
|
-
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
12193
|
-
*/
|
12194
|
-
inlineImagesWithProgress?: AttachmentMetadataInProgress[];
|
12195
|
-
}
|
12196
|
-
|
12197
|
-
/**
|
12198
|
-
* Strings of {@link RichTextSendBox} that can be overridden.
|
12199
|
-
*
|
12200
|
-
* @beta
|
12201
|
-
*/
|
12202
|
-
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
12203
|
-
}
|
12204
|
-
|
12205
|
-
/**
|
12206
|
-
* Strings of RichText that can be overridden.
|
12207
|
-
*
|
12208
|
-
* @beta
|
12209
|
-
*/
|
12210
|
-
export declare interface RichTextStrings {
|
12211
|
-
/**
|
12212
|
-
* Tooltip text for the bold button.
|
12213
|
-
*/
|
12214
|
-
richTextBoldTooltip: string;
|
12215
|
-
/**
|
12216
|
-
* Tooltip text for the italic button.
|
12217
|
-
*/
|
12218
|
-
richTextItalicTooltip: string;
|
12219
|
-
/**
|
12220
|
-
* Tooltip text for the underline button.
|
12221
|
-
*/
|
12222
|
-
richTextUnderlineTooltip: string;
|
12223
|
-
/**
|
12224
|
-
* Tooltip text for the bullet list button.
|
12225
|
-
*/
|
12226
|
-
richTextBulletListTooltip: string;
|
12227
|
-
/**
|
12228
|
-
* Tooltip text for the number list button.
|
12229
|
-
*/
|
12230
|
-
richTextNumberListTooltip: string;
|
12231
|
-
/**
|
12232
|
-
* Tooltip text for the increase indent button.
|
12233
|
-
*/
|
12234
|
-
richTextIncreaseIndentTooltip: string;
|
12235
|
-
/**
|
12236
|
-
* Tooltip text for the decrease indent button.
|
12237
|
-
*/
|
12238
|
-
richTextDecreaseIndentTooltip: string;
|
12239
|
-
/**
|
12240
|
-
* Tooltip text insert table button.
|
12241
|
-
*/
|
12242
|
-
richTextInsertTableTooltip: string;
|
12243
|
-
/**
|
12244
|
-
* Tooltip text for the rich text format button button.
|
12245
|
-
*/
|
12246
|
-
richTextFormatButtonTooltip: string;
|
12247
|
-
/**
|
12248
|
-
* Text for the insert menu item.
|
12249
|
-
*/
|
12250
|
-
richTextInsertRowOrColumnMenu: string;
|
12251
|
-
/**
|
12252
|
-
* Title for the insert table menu.
|
12253
|
-
*/
|
12254
|
-
richTextInsertTableMenuTitle: string;
|
12255
|
-
/**
|
12256
|
-
* Text for the insert menu item to insert row above the current selection.
|
12257
|
-
*/
|
12258
|
-
richTextInsertRowAboveMenu: string;
|
12259
|
-
/**
|
12260
|
-
* Text for the insert menu item to insert row below the current selection.
|
12261
|
-
*/
|
12262
|
-
richTextInsertRowBelowMenu: string;
|
12263
|
-
/**
|
12264
|
-
* Text for the insert menu item to insert column to the left from the current selection.
|
12265
|
-
*/
|
12266
|
-
richTextInsertColumnLeftMenu: string;
|
12267
|
-
/**
|
12268
|
-
* Text for the insert menu item to insert column to the right from the current selection.
|
12269
|
-
*/
|
12270
|
-
richTextInsertColumnRightMenu: string;
|
12271
|
-
/**
|
12272
|
-
* Text for the delete row or column menu.
|
12273
|
-
*/
|
12274
|
-
richTextDeleteRowOrColumnMenu: string;
|
12275
|
-
/**
|
12276
|
-
* Text for the delete column menu.
|
12277
|
-
*/
|
12278
|
-
richTextDeleteColumnMenu: string;
|
12279
|
-
/**
|
12280
|
-
* Text for the delete row menu.
|
12281
|
-
*/
|
12282
|
-
richTextDeleteRowMenu: string;
|
12283
|
-
/**
|
12284
|
-
* Text for the delete table menu.
|
12285
|
-
*/
|
12286
|
-
richTextDeleteTableMenu: string;
|
12287
|
-
/**
|
12288
|
-
* Text for the rich text toolbar.
|
12289
|
-
*/
|
12290
|
-
richTextToolbarAriaLabel: string;
|
12291
|
-
/**
|
12292
|
-
* Text for the rich text toolbar more button.
|
12293
|
-
*/
|
12294
|
-
richTextToolbarMoreButtonAriaLabel: string;
|
12295
|
-
/**
|
12296
|
-
* Text for announcement when a new bulleted list item is added.
|
12297
|
-
*/
|
12298
|
-
richTextNewBulletedListItemAnnouncement: string;
|
12299
|
-
/**
|
12300
|
-
* Text for announcement when a new numbered list item is added.
|
12301
|
-
*/
|
12302
|
-
richTextNewNumberedListItemAnnouncement: string;
|
12303
|
-
/**
|
12304
|
-
* Text for announcement when the bulleted list style is applied.
|
12305
|
-
*/
|
12306
|
-
richTextBulletedListAppliedAnnouncement: string;
|
12307
|
-
/**
|
12308
|
-
* Text for announcement when the numbered list style is applied.
|
12309
|
-
*/
|
12310
|
-
richTextNumberedListAppliedAnnouncement: string;
|
12311
|
-
/**
|
12312
|
-
* Error message indicating image upload is not complete.
|
12313
|
-
*/
|
12314
|
-
imageUploadsPendingError: string;
|
12315
|
-
}
|
12316
|
-
|
12317
10532
|
/**
|
12318
10533
|
* A button to start / stop screen sharing.
|
12319
10534
|
*
|
@@ -12385,42 +10600,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
12385
10600
|
*/
|
12386
10601
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
12387
10602
|
|
12388
|
-
/**
|
12389
|
-
* @beta
|
12390
|
-
* Error to be displayed to the user in an error bar above sendbox.
|
12391
|
-
*/
|
12392
|
-
export declare interface SendBoxErrorBarError {
|
12393
|
-
/** Error Message to be displayed */
|
12394
|
-
message: string;
|
12395
|
-
/**
|
12396
|
-
* Unix Timestamp. Preferred generation using `Date.now()`
|
12397
|
-
*/
|
12398
|
-
timestamp: number;
|
12399
|
-
/**
|
12400
|
-
* ErrorBar type. Defaults to `warning`.
|
12401
|
-
*/
|
12402
|
-
errorBarType?: SendBoxErrorBarType;
|
12403
|
-
}
|
12404
|
-
|
12405
|
-
/**
|
12406
|
-
* @beta
|
12407
|
-
* Error bar type for {@link SendBoxErrorBarError}
|
12408
|
-
*/
|
12409
|
-
export declare enum SendBoxErrorBarType {
|
12410
|
-
/** Info styled MessageBar */
|
12411
|
-
info = 0,
|
12412
|
-
/** Error styled MessageBar */
|
12413
|
-
error = 1,
|
12414
|
-
/** Blocked styled MessageBar */
|
12415
|
-
blocked = 2,
|
12416
|
-
/** SevereWarning styled MessageBar */
|
12417
|
-
severeWarning = 3,
|
12418
|
-
/** Success styled MessageBar */
|
12419
|
-
success = 4,
|
12420
|
-
/** Warning styled MessageBar */
|
12421
|
-
warning = 5
|
12422
|
-
}
|
12423
|
-
|
12424
10603
|
/**
|
12425
10604
|
* Props for {@link SendBox}.
|
12426
10605
|
*
|
@@ -12439,12 +10618,7 @@ export declare interface SendBoxProps {
|
|
12439
10618
|
/**
|
12440
10619
|
* Optional override behavior on send button click
|
12441
10620
|
*/
|
12442
|
-
onSendMessage?: (content: string
|
12443
|
-
/**
|
12444
|
-
* Optional props needed to lookup suggestions in the mention scenario.
|
12445
|
-
* @beta
|
12446
|
-
*/
|
12447
|
-
mentionLookupOptions?: MentionLookupOptions;
|
10621
|
+
onSendMessage?: (content: string) => Promise<void>;
|
12448
10622
|
/**
|
12449
10623
|
* Optional callback called when user is typing
|
12450
10624
|
*/
|
@@ -12481,25 +10655,6 @@ export declare interface SendBoxProps {
|
|
12481
10655
|
* When undefined nothing has focus on render
|
12482
10656
|
*/
|
12483
10657
|
autoFocus?: 'sendBoxTextField';
|
12484
|
-
/**
|
12485
|
-
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
12486
|
-
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
12487
|
-
* be rendered below the text area in sendBox.
|
12488
|
-
* @beta
|
12489
|
-
*/
|
12490
|
-
onRenderAttachmentUploads?: () => JSX.Element;
|
12491
|
-
/**
|
12492
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
12493
|
-
* to render attachments being uploaded in the SendBox.
|
12494
|
-
* @beta
|
12495
|
-
*/
|
12496
|
-
attachments?: AttachmentMetadataInProgress[];
|
12497
|
-
/**
|
12498
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
12499
|
-
* cancel icon.
|
12500
|
-
* @beta
|
12501
|
-
*/
|
12502
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
12503
10658
|
}
|
12504
10659
|
|
12505
10660
|
/**
|
@@ -12530,26 +10685,6 @@ export declare interface SendBoxStrings {
|
|
12530
10685
|
* Aria label for send message button
|
12531
10686
|
*/
|
12532
10687
|
sendButtonAriaLabel: string;
|
12533
|
-
/**
|
12534
|
-
* Error message indicating that all attachment uploads are not complete.
|
12535
|
-
*/
|
12536
|
-
attachmentUploadsPendingError: string;
|
12537
|
-
/**
|
12538
|
-
* Aria label to notify user when focus is on cancel attachment upload button.
|
12539
|
-
*/
|
12540
|
-
removeAttachment: string;
|
12541
|
-
/**
|
12542
|
-
* Aria label to notify user attachment uploading starts.
|
12543
|
-
*/
|
12544
|
-
uploading: string;
|
12545
|
-
/**
|
12546
|
-
* Aria label to notify user attachment is uploaded.
|
12547
|
-
*/
|
12548
|
-
uploadCompleted: string;
|
12549
|
-
/**
|
12550
|
-
* Aria label to notify user more attachment action menu.
|
12551
|
-
*/
|
12552
|
-
attachmentMoreMenu: string;
|
12553
10688
|
}
|
12554
10689
|
|
12555
10690
|
/**
|
@@ -12570,45 +10705,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
12570
10705
|
systemMessage?: IStyle;
|
12571
10706
|
}
|
12572
10707
|
|
12573
|
-
/**
|
12574
|
-
* @beta
|
12575
|
-
* Strings for SitePermissions component
|
12576
|
-
*/
|
12577
|
-
export declare type SitePermissionsStrings = {
|
12578
|
-
/**
|
12579
|
-
* Main text string.
|
12580
|
-
*/
|
12581
|
-
primaryText?: string;
|
12582
|
-
/**
|
12583
|
-
* Subtext string.
|
12584
|
-
*/
|
12585
|
-
secondaryText?: string;
|
12586
|
-
/**
|
12587
|
-
* More help link string.
|
12588
|
-
*/
|
12589
|
-
linkText?: string;
|
12590
|
-
/**
|
12591
|
-
* Primary button text string.
|
12592
|
-
*/
|
12593
|
-
primaryButtonText?: string;
|
12594
|
-
/**
|
12595
|
-
* Aria label describing the content of the container
|
12596
|
-
*/
|
12597
|
-
ariaLabel?: string;
|
12598
|
-
};
|
12599
|
-
|
12600
|
-
/**
|
12601
|
-
* Fluent styles for {@link SitePermissionsContainer}.
|
12602
|
-
*
|
12603
|
-
* @beta
|
12604
|
-
*/
|
12605
|
-
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
12606
|
-
/** Styles for the primary button. */
|
12607
|
-
primaryButton?: IButtonStyles;
|
12608
|
-
/** Styles for the help troubleshooting link text. */
|
12609
|
-
troubleshootingLink?: ILinkStyles;
|
12610
|
-
}
|
12611
|
-
|
12612
10708
|
/**
|
12613
10709
|
* @public
|
12614
10710
|
* Type for representing a custom sound to use for a calling event
|
@@ -12881,60 +10977,6 @@ export declare interface StartCaptionsButtonStrings {
|
|
12881
10977
|
tooltipOffContent: string;
|
12882
10978
|
}
|
12883
10979
|
|
12884
|
-
/**
|
12885
|
-
* a button to start RealTimeText
|
12886
|
-
* based on accessibility requirement, real time text cannot be turned off once it is on
|
12887
|
-
*
|
12888
|
-
* Can be used with {@link ControlBar}
|
12889
|
-
*
|
12890
|
-
* @param props - properties for the start RealTimeText button.
|
12891
|
-
* @beta
|
12892
|
-
*/
|
12893
|
-
export declare const StartRealTimeTextButton: (props: StartRealTimeTextButtonProps) => JSX.Element;
|
12894
|
-
|
12895
|
-
/**
|
12896
|
-
* Props for the StartRealTimeTextButton component
|
12897
|
-
* @beta
|
12898
|
-
*/
|
12899
|
-
export declare interface StartRealTimeTextButtonProps extends ControlBarButtonProps {
|
12900
|
-
/**
|
12901
|
-
* Use this function to show RealTimeText UI in the calling experience.
|
12902
|
-
* Note that real time text should not be started for everyone in the call until the first real time text is received.
|
12903
|
-
*/
|
12904
|
-
onStartRealTimeText: () => void;
|
12905
|
-
/**
|
12906
|
-
* If RealTimeText is on
|
12907
|
-
*/
|
12908
|
-
isRealTimeTextOn: boolean;
|
12909
|
-
/**
|
12910
|
-
* Optional strings to override in component
|
12911
|
-
*/
|
12912
|
-
strings?: StartRealTimeTextButtonStrings;
|
12913
|
-
}
|
12914
|
-
|
12915
|
-
/**
|
12916
|
-
* Strings for the hold button labels
|
12917
|
-
* @beta
|
12918
|
-
*/
|
12919
|
-
export declare interface StartRealTimeTextButtonStrings {
|
12920
|
-
/**
|
12921
|
-
* Label for the start Real Time Text button
|
12922
|
-
*/
|
12923
|
-
label: string;
|
12924
|
-
/**
|
12925
|
-
* Content for when button is not checked, Real-Time Text is off.
|
12926
|
-
* We don't need to supply a tooltip string when RealTimeText is on, because the button will be disabled when Real-Time Text is on.
|
12927
|
-
*/
|
12928
|
-
tooltipOffContent: string;
|
12929
|
-
}
|
12930
|
-
|
12931
|
-
/**
|
12932
|
-
* Parameter to start a call using a Teams user identity.
|
12933
|
-
*
|
12934
|
-
* @beta
|
12935
|
-
*/
|
12936
|
-
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
12937
|
-
|
12938
10980
|
/**
|
12939
10981
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
12940
10982
|
* The interface provides access to proxied state and also allows registering a handler for state change events. For
|
@@ -13020,7 +11062,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
13020
11062
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to start rendering.
|
13021
11063
|
* @param options - Options that are passed to the {@link @azure/communication-calling#VideoStreamRenderer}.
|
13022
11064
|
*/
|
13023
|
-
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState
|
11065
|
+
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
|
13024
11066
|
/**
|
13025
11067
|
* Stops rendering a {@link RemoteVideoStreamState} or {@link LocalVideoStreamState} and removes the
|
13026
11068
|
* {@link VideoStreamRendererView} from the relevant {@link RemoteVideoStreamState} in {@link CallClientState} or
|
@@ -13045,7 +11087,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
13045
11087
|
* be undefined if disposing LocalVideoStreamState.
|
13046
11088
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
13047
11089
|
*/
|
13048
|
-
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState
|
11090
|
+
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
13049
11091
|
/**
|
13050
11092
|
* The CallAgent is used to handle calls.
|
13051
11093
|
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
@@ -13385,7 +11427,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
13385
11427
|
* @public
|
13386
11428
|
*/
|
13387
11429
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13388
|
-
locator: TeamsMeetingLinkLocator |
|
11430
|
+
locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
|
13389
11431
|
};
|
13390
11432
|
|
13391
11433
|
/**
|
@@ -13458,17 +11500,6 @@ export declare interface TeamsIncomingCallState {
|
|
13458
11500
|
endTime?: Date;
|
13459
11501
|
}
|
13460
11502
|
|
13461
|
-
/**
|
13462
|
-
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
13463
|
-
*
|
13464
|
-
* This is used to create an outbound call scenarios.
|
13465
|
-
*
|
13466
|
-
* @beta
|
13467
|
-
*/
|
13468
|
-
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13469
|
-
targetCallees: StartTeamsCallIdentifier[];
|
13470
|
-
};
|
13471
|
-
|
13472
11503
|
/**
|
13473
11504
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
13474
11505
|
*
|
@@ -13481,68 +11512,6 @@ export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon &
|
|
13481
11512
|
*/
|
13482
11513
|
export declare const toFlatCommunicationIdentifier: (identifier: CommunicationIdentifier) => string;
|
13483
11514
|
|
13484
|
-
/**
|
13485
|
-
* State only version of {@link @azure/communication-calling#TogetherModeCallFeature}. {@link StatefulCallClient}.
|
13486
|
-
* Represents the state of the Together Mode feature.
|
13487
|
-
* @beta
|
13488
|
-
*/
|
13489
|
-
export declare interface TogetherModeCallFeatureState {
|
13490
|
-
isActive: boolean;
|
13491
|
-
/**
|
13492
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.togetherModeStream}.
|
13493
|
-
*/
|
13494
|
-
streams: TogetherModeStreamsState;
|
13495
|
-
/**
|
13496
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.TogetherModeSeatingMap}.
|
13497
|
-
*/
|
13498
|
-
seatingPositions: TogetherModeParticipantSeatingState;
|
13499
|
-
}
|
13500
|
-
|
13501
|
-
/**
|
13502
|
-
* Represents the seating positions of participants in Together Mode.
|
13503
|
-
*
|
13504
|
-
* @beta
|
13505
|
-
*/
|
13506
|
-
export declare type TogetherModeParticipantSeatingState = Record<string, TogetherModeSeatingPositionState>;
|
13507
|
-
|
13508
|
-
/**
|
13509
|
-
* State only version of {@link @azure/communication-calling#TogetherModeSeatingMap}.
|
13510
|
-
* @beta
|
13511
|
-
*
|
13512
|
-
* Represents the seating position of a participant in Together Mode.
|
13513
|
-
*/
|
13514
|
-
export declare interface TogetherModeSeatingPositionState {
|
13515
|
-
top: number;
|
13516
|
-
left: number;
|
13517
|
-
width: number;
|
13518
|
-
height: number;
|
13519
|
-
}
|
13520
|
-
|
13521
|
-
/**
|
13522
|
-
* Interface representing the result of a Together Mode stream view.
|
13523
|
-
* @beta
|
13524
|
-
*/
|
13525
|
-
export declare interface TogetherModeStreamOptions extends VideoStreamOptions {
|
13526
|
-
viewKind?: 'main' | 'panoramic';
|
13527
|
-
}
|
13528
|
-
|
13529
|
-
/**
|
13530
|
-
* Represents the streams in Together Mode.
|
13531
|
-
*
|
13532
|
-
* @beta
|
13533
|
-
*/
|
13534
|
-
export declare interface TogetherModeStreamsState {
|
13535
|
-
mainVideoStream?: CallFeatureStreamState;
|
13536
|
-
}
|
13537
|
-
|
13538
|
-
/**
|
13539
|
-
* Interface representing the result of a Together Mode stream view.
|
13540
|
-
* @beta
|
13541
|
-
*/
|
13542
|
-
export declare interface TogetherModeStreamViewResult {
|
13543
|
-
mainVideoView?: CreateVideoStreamViewResult;
|
13544
|
-
}
|
13545
|
-
|
13546
11515
|
/**
|
13547
11516
|
* Callback for {@link ChatAdapterSubscribers} 'topicChanged' event.
|
13548
11517
|
*
|
@@ -13731,129 +11700,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
13731
11700
|
typingString?: IStyle;
|
13732
11701
|
}
|
13733
11702
|
|
13734
|
-
/**
|
13735
|
-
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
13736
|
-
*
|
13737
|
-
* @beta
|
13738
|
-
*/
|
13739
|
-
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
13740
|
-
|
13741
|
-
/**
|
13742
|
-
* props for {@link UnsupportedBrowser} UI
|
13743
|
-
*
|
13744
|
-
* @beta
|
13745
|
-
*/
|
13746
|
-
export declare interface UnsupportedBrowserProps {
|
13747
|
-
/** Handler to perform an action when the help link is actioned */
|
13748
|
-
onTroubleshootingClick?: () => void;
|
13749
|
-
/** String overrides for the component */
|
13750
|
-
strings?: UnsupportedBrowserStrings;
|
13751
|
-
}
|
13752
|
-
|
13753
|
-
/**
|
13754
|
-
* Strings for UnsupportedBrowser component
|
13755
|
-
*
|
13756
|
-
* @beta
|
13757
|
-
*/
|
13758
|
-
export declare interface UnsupportedBrowserStrings {
|
13759
|
-
/** String for the primary text */
|
13760
|
-
primaryText: string;
|
13761
|
-
/** String for the secondary text */
|
13762
|
-
secondaryText: string;
|
13763
|
-
/** String to display in the text for the help link */
|
13764
|
-
moreHelpLinkText: string;
|
13765
|
-
}
|
13766
|
-
|
13767
|
-
/**
|
13768
|
-
* UI to display to the user that the browser version they are using is out of date
|
13769
|
-
* and not supported by Azure Communications Calling service.
|
13770
|
-
*
|
13771
|
-
* @beta
|
13772
|
-
*/
|
13773
|
-
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
13774
|
-
|
13775
|
-
/**
|
13776
|
-
* props for {@link UnsupportedBrowserVersion} UI
|
13777
|
-
*
|
13778
|
-
* @beta
|
13779
|
-
*/
|
13780
|
-
export declare interface UnsupportedBrowserVersionProps {
|
13781
|
-
/** Handler to perform an action when the help link is actioned */
|
13782
|
-
onTroubleshootingClick?: () => void;
|
13783
|
-
/** String overrides for the component */
|
13784
|
-
strings?: UnsupportedBrowserVersionStrings;
|
13785
|
-
/** Handler to allow user to continue into the call */
|
13786
|
-
onContinueAnywayClick?: () => void;
|
13787
|
-
}
|
13788
|
-
|
13789
|
-
/**
|
13790
|
-
* Strings for UnsupportedBrowser component
|
13791
|
-
*
|
13792
|
-
* @beta
|
13793
|
-
*/
|
13794
|
-
export declare interface UnsupportedBrowserVersionStrings {
|
13795
|
-
/** String for the primary text */
|
13796
|
-
primaryText: string;
|
13797
|
-
/** String for the secondary text */
|
13798
|
-
secondaryText: string;
|
13799
|
-
/** String to display in the text for the help link */
|
13800
|
-
moreHelpLinkText: string;
|
13801
|
-
/** String for continue without updating button */
|
13802
|
-
continueAnywayButtonText?: string;
|
13803
|
-
}
|
13804
|
-
|
13805
|
-
/**
|
13806
|
-
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
13807
|
-
*
|
13808
|
-
* @beta
|
13809
|
-
*/
|
13810
|
-
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
13811
|
-
|
13812
|
-
/**
|
13813
|
-
* Props for {@link UnsupportedOperatingSystem} UI
|
13814
|
-
*
|
13815
|
-
* @beta
|
13816
|
-
*/
|
13817
|
-
export declare interface UnsupportedOperatingSystemProps {
|
13818
|
-
/** Handler to perform a action when the help link is actioned */
|
13819
|
-
onTroubleshootingClick?: () => void;
|
13820
|
-
/** String overrides for the component */
|
13821
|
-
strings?: UnsupportedOperatingSystemStrings;
|
13822
|
-
}
|
13823
|
-
|
13824
|
-
/**
|
13825
|
-
* Strings for UnsupportedBrowser component
|
13826
|
-
*
|
13827
|
-
* @beta
|
13828
|
-
*/
|
13829
|
-
export declare interface UnsupportedOperatingSystemStrings {
|
13830
|
-
/** String for the primary text */
|
13831
|
-
primaryText: string;
|
13832
|
-
/** String for the secondary text */
|
13833
|
-
secondaryText: string;
|
13834
|
-
/** String to display in the text for the help link */
|
13835
|
-
moreHelpLinkText: string;
|
13836
|
-
}
|
13837
|
-
|
13838
11703
|
/**
|
13839
11704
|
* @public
|
13840
11705
|
* Callback function run when a message is updated.
|
13841
11706
|
*/
|
13842
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string
|
13843
|
-
|
13844
|
-
/**
|
13845
|
-
* Result payload for uploading an image.
|
13846
|
-
*
|
13847
|
-
* @beta
|
13848
|
-
*/
|
13849
|
-
export declare type UploadChatImageResult = {
|
13850
|
-
/** Id of the image. */
|
13851
|
-
id: string;
|
13852
|
-
/** The type of attachment. */
|
13853
|
-
attachmentType?: 'image' | 'file' | 'unknown';
|
13854
|
-
/** The name including file extension type of the attachment. */
|
13855
|
-
name?: string;
|
13856
|
-
};
|
11707
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
13857
11708
|
|
13858
11709
|
/**
|
13859
11710
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -14027,7 +11878,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
|
|
14027
11878
|
*
|
14028
11879
|
* @public
|
14029
11880
|
*/
|
14030
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs
|
11881
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
14031
11882
|
|
14032
11883
|
/**
|
14033
11884
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -14178,7 +12029,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
14178
12029
|
/**
|
14179
12030
|
* @public
|
14180
12031
|
*/
|
14181
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' |
|
12032
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
14182
12033
|
|
14183
12034
|
/**
|
14184
12035
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -14215,8 +12066,6 @@ export declare type VideoGalleryParticipant = {
|
|
14215
12066
|
isScreenSharingOn?: boolean;
|
14216
12067
|
/** Whether participant is spotlighted **/
|
14217
12068
|
spotlight?: Spotlight;
|
14218
|
-
/** Signal strength of the participant, range from 1 to 3, lower means better connection **/
|
14219
|
-
signalStrength?: number;
|
14220
12069
|
/** Media audio video access states **/
|
14221
12070
|
mediaAccess?: MediaAccess;
|
14222
12071
|
/** Attendee can have audio be forbidden **/
|
@@ -14362,38 +12211,6 @@ export declare interface VideoGalleryProps {
|
|
14362
12211
|
* This callback is to mute a remote participant
|
14363
12212
|
*/
|
14364
12213
|
onMuteParticipant?: (userId: string) => Promise<void>;
|
14365
|
-
/**
|
14366
|
-
* Indicates if the local participant can start together mode
|
14367
|
-
*/
|
14368
|
-
startTogetherModeEnabled?: boolean;
|
14369
|
-
/**
|
14370
|
-
* Indicates if together mode is active
|
14371
|
-
*/
|
14372
|
-
isTogetherModeActive?: boolean;
|
14373
|
-
/**
|
14374
|
-
* Callback to create a together mode stream view
|
14375
|
-
*/
|
14376
|
-
onCreateTogetherModeStreamView?: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
14377
|
-
/**
|
14378
|
-
* This callback is to start together mode
|
14379
|
-
*/
|
14380
|
-
onStartTogetherMode?: () => Promise<void>;
|
14381
|
-
/**
|
14382
|
-
* This callback is to set the scene size for together mode
|
14383
|
-
*/
|
14384
|
-
onSetTogetherModeSceneSize?: (width: number, height: number) => void;
|
14385
|
-
/**
|
14386
|
-
* Together mode video streams
|
14387
|
-
*/
|
14388
|
-
togetherModeStreams?: VideoGalleryTogetherModeStreams;
|
14389
|
-
/**
|
14390
|
-
* Seating position of participants in together mode
|
14391
|
-
*/
|
14392
|
-
togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
|
14393
|
-
/**
|
14394
|
-
* Callback to dispose a together mode stream view
|
14395
|
-
*/
|
14396
|
-
onDisposeTogetherModeStreamView?: () => Promise<void>;
|
14397
12214
|
/**
|
14398
12215
|
* This callback is to forbid audio for remote participant(s)
|
14399
12216
|
*/
|
@@ -14452,10 +12269,6 @@ export declare type VideoGallerySelector = (state: CallClientState, props: Calli
|
|
14452
12269
|
optimalVideoCount?: number;
|
14453
12270
|
spotlightedParticipants?: string[];
|
14454
12271
|
maxParticipantsToSpotlight?: number;
|
14455
|
-
isTogetherModeActive?: boolean;
|
14456
|
-
startTogetherModeEnabled?: boolean;
|
14457
|
-
togetherModeStreams?: VideoGalleryTogetherModeStreams;
|
14458
|
-
togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
|
14459
12272
|
};
|
14460
12273
|
|
14461
12274
|
/**
|
@@ -14556,31 +12369,6 @@ export declare interface VideoGalleryStyles extends BaseCustomStyles {
|
|
14556
12369
|
verticalGallery?: VerticalGalleryStyles;
|
14557
12370
|
}
|
14558
12371
|
|
14559
|
-
/**
|
14560
|
-
* Interface representing the position of a participant in Together Mode.
|
14561
|
-
* @beta
|
14562
|
-
*/
|
14563
|
-
export declare type VideoGalleryTogetherModeParticipantPosition = Record<string, VideoGalleryTogetherModeSeatingInfo>;
|
14564
|
-
|
14565
|
-
/**
|
14566
|
-
* Interface representing the seating information in Together Mode.
|
14567
|
-
* @beta
|
14568
|
-
*/
|
14569
|
-
export declare interface VideoGalleryTogetherModeSeatingInfo {
|
14570
|
-
top: number;
|
14571
|
-
left: number;
|
14572
|
-
width: number;
|
14573
|
-
height: number;
|
14574
|
-
}
|
14575
|
-
|
14576
|
-
/**
|
14577
|
-
* Interface representing the streams in Together Mode.
|
14578
|
-
* @beta
|
14579
|
-
*/
|
14580
|
-
export declare interface VideoGalleryTogetherModeStreams {
|
14581
|
-
mainVideoStream?: VideoGalleryStream;
|
14582
|
-
}
|
14583
|
-
|
14584
12372
|
/**
|
14585
12373
|
* Options to control how video streams are rendered.
|
14586
12374
|
*
|
@@ -14790,8 +12578,6 @@ export declare interface VideoTileStrings {
|
|
14790
12578
|
participantStateRinging: string;
|
14791
12579
|
/** String for displaying the Hold state of the remote participant */
|
14792
12580
|
participantStateHold: string;
|
14793
|
-
/** String for displaying the reconnecting state of the remote participant */
|
14794
|
-
participantReconnecting?: string;
|
14795
12581
|
/** String for the announcement of the muted state of the participant when muted */
|
14796
12582
|
moreOptionsParticipantMutedStateMutedAriaLabel: string;
|
14797
12583
|
/** String for the announcement of the unmuted state of the participant when unmuted */
|