@azure/communication-react 1.25.0-alpha-202503210017 → 1.25.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 +71 -2320
- package/dist/dist-cjs/communication-react/index.js +38066 -177
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/common.d.ts +0 -13
- package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/constants.d.ts +0 -5
- package/dist/dist-esm/acs-ui-common/src/constants.js +0 -6
- package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js +1 -4
- package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts +0 -4
- package/dist/dist-esm/acs-ui-common/src/index.js +0 -6
- package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js +4 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js +4 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js +4 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +7 -6
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +0 -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 +53 -21
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +0 -20
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +70 -141
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +2 -2
- package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +5 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +6 -37
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js +2 -8
- package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +59 -59
- 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 -200
- 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 +2 -3
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +0 -8
- 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.d.ts +2 -2
- package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +6 -3
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +10 -4
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +11 -11
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +6 -15
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +18 -21
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.js +20 -13
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
- package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.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 +102 -95
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Notification.js +14 -6
- package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +0 -8
- package/dist/dist-esm/react-components/src/components/NotificationStack.js +9 -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 +13 -15
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +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 +8 -8
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +4 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +11 -17
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +24 -29
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +6 -8
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +4 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +10 -34
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +6 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +34 -9
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +11 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js +5 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +3 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +11 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +28 -22
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +5 -12
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +73 -57
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +31 -39
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -34
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +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 -25
- package/dist/dist-esm/react-components/src/components/index.js +0 -23
- 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 +63 -210
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -68
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +3 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -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 -69
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +12 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +32 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +11 -29
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +191 -226
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +7 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +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 +16 -115
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +13 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +7 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +8 -18
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +22 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +0 -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 -107
- 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 -154
- 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 +47 -107
- 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/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/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-DwDxd4Fh.js +0 -279
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-DwDxd4Fh.js.map +0 -1
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-SC6S0-2v.js +0 -51
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-SC6S0-2v.js.map +0 -1
- package/dist/dist-cjs/communication-react/index-DKJJ53Az.js +0 -47578
- package/dist/dist-cjs/communication-react/index-DKJJ53Az.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 -284
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +0 -16
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +0 -77
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.d.ts +0 -9
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.js +0 -18
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +0 -19
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +0 -240
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +0 -49
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +0 -67
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +0 -6
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +0 -13
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +0 -56
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +0 -91
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +0 -20
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/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 -299
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +0 -21
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +0 -34
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -99
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +0 -5
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +0 -32
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.d.ts +0 -98
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js +0 -202
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -69
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +0 -73
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +0 -186
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +0 -33
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +0 -127
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
- package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
- package/dist/dist-esm/react-components/src/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 -59
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js +0 -4
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -49
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -220
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +0 -49
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +0 -48
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +0 -39
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +0 -273
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/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
|
*
|
@@ -1043,45 +702,6 @@ export declare interface CallAdapterCallOperations {
|
|
1043
702
|
* @public
|
1044
703
|
*/
|
1045
704
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
1046
|
-
/**
|
1047
|
-
* Create the html view for a stream.
|
1048
|
-
*
|
1049
|
-
* @remarks
|
1050
|
-
* This method is implemented for composite
|
1051
|
-
*
|
1052
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
1053
|
-
*
|
1054
|
-
* @public
|
1055
|
-
*/
|
1056
|
-
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
1057
|
-
/**
|
1058
|
-
* Start Together mode.
|
1059
|
-
*
|
1060
|
-
* @public
|
1061
|
-
*/
|
1062
|
-
startTogetherMode(): Promise<void>;
|
1063
|
-
/**
|
1064
|
-
* Recalculate the seating positions for together mode.
|
1065
|
-
*
|
1066
|
-
* @remarks
|
1067
|
-
* This method is implemented for composite
|
1068
|
-
*
|
1069
|
-
* @param width - Width of the container
|
1070
|
-
* @param height - Height of the container
|
1071
|
-
*
|
1072
|
-
* @public
|
1073
|
-
*/
|
1074
|
-
setTogetherModeSceneSize(width: number, height: number): void;
|
1075
|
-
/**
|
1076
|
-
* Dispose the html view for a stream.
|
1077
|
-
*
|
1078
|
-
* @remarks
|
1079
|
-
* This method is implemented for composite
|
1080
|
-
*
|
1081
|
-
*
|
1082
|
-
* @public
|
1083
|
-
*/
|
1084
|
-
disposeTogetherModeStreamView(): Promise<void>;
|
1085
705
|
/**
|
1086
706
|
* Dispose the html view for a screen share stream
|
1087
707
|
*
|
@@ -1132,10 +752,6 @@ export declare interface CallAdapterCallOperations {
|
|
1132
752
|
* @public
|
1133
753
|
*/
|
1134
754
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1135
|
-
/**
|
1136
|
-
* Continues into a call when the browser version is not supported.
|
1137
|
-
*/
|
1138
|
-
allowUnsupportedBrowserVersion(): void;
|
1139
755
|
/**
|
1140
756
|
* Function to Start captions
|
1141
757
|
* @param options - options for start captions
|
@@ -1257,12 +873,6 @@ export declare interface CallAdapterCallOperations {
|
|
1257
873
|
* Permit Teams meeting video.
|
1258
874
|
*/
|
1259
875
|
permitOthersVideo(): Promise<void>;
|
1260
|
-
/**
|
1261
|
-
* Send real time text
|
1262
|
-
* @param text - real time text content
|
1263
|
-
* @param finalized - Boolean to indicate if the real time text is final
|
1264
|
-
*/
|
1265
|
-
sendRealTimeText: (text: string, isFinalized: boolean) => Promise<void>;
|
1266
876
|
}
|
1267
877
|
|
1268
878
|
/**
|
@@ -1441,7 +1051,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
1441
1051
|
*
|
1442
1052
|
* @public
|
1443
1053
|
*/
|
1444
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator |
|
1054
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
|
1445
1055
|
|
1446
1056
|
/**
|
1447
1057
|
* {@link CommonCallAdapter} state.
|
@@ -1534,10 +1144,6 @@ export declare interface CallAdapterSubscribers {
|
|
1534
1144
|
* Subscribe function for 'isSpokenLanguageChanged' event.
|
1535
1145
|
*/
|
1536
1146
|
on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
1537
|
-
/**
|
1538
|
-
* Subscribe function for 'realTimeTextReceived' event.
|
1539
|
-
*/
|
1540
|
-
on(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
|
1541
1147
|
/**
|
1542
1148
|
* Subscribe function for 'transferRequested' event.
|
1543
1149
|
*/
|
@@ -1626,10 +1232,6 @@ export declare interface CallAdapterSubscribers {
|
|
1626
1232
|
* Unsubscribe function for 'isSpokenLanguageChanged' event.
|
1627
1233
|
*/
|
1628
1234
|
off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
1629
|
-
/**
|
1630
|
-
* Unsubscribe function for 'realTimeTextReceived' event.
|
1631
|
-
*/
|
1632
|
-
off(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
|
1633
1235
|
/**
|
1634
1236
|
* Unsubscribe function for 'transferRequested' event.
|
1635
1237
|
*/
|
@@ -1664,7 +1266,6 @@ export declare interface CallAdapterSubscribers {
|
|
1664
1266
|
export declare type CallAdapterUiState = {
|
1665
1267
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1666
1268
|
page: CallCompositePage;
|
1667
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
1668
1269
|
};
|
1669
1270
|
|
1670
1271
|
/**
|
@@ -1708,7 +1309,7 @@ export declare interface CallAgentState {
|
|
1708
1309
|
*/
|
1709
1310
|
export declare interface CallAndChatLocator {
|
1710
1311
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1711
|
-
callLocator: GroupCallLocator
|
1312
|
+
callLocator: GroupCallLocator;
|
1712
1313
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1713
1314
|
chatThreadId: string;
|
1714
1315
|
}
|
@@ -1912,7 +1513,6 @@ export declare type CallCompositeIcons = {
|
|
1912
1513
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
|
1913
1514
|
PeoplePaneMoreButton?: JSX.Element;
|
1914
1515
|
StopAllSpotlightMenuButton?: JSX.Element;
|
1915
|
-
TogetherModeLayout?: JSX.Element;
|
1916
1516
|
};
|
1917
1517
|
|
1918
1518
|
/**
|
@@ -1954,56 +1554,6 @@ export declare type CallCompositeOptions = {
|
|
1954
1554
|
* @defaultValue true
|
1955
1555
|
*/
|
1956
1556
|
callControls?: boolean | CallControlOptions;
|
1957
|
-
/**
|
1958
|
-
* Device permissions check options for your call.
|
1959
|
-
* Here you can choose what device permissions you prompt the user for,
|
1960
|
-
* as well as what device permissions must be accepted before starting a call.
|
1961
|
-
*/
|
1962
|
-
deviceChecks?: DeviceCheckOptions;
|
1963
|
-
/**
|
1964
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1965
|
-
* unable to grant your site the required permissions for the call.
|
1966
|
-
*
|
1967
|
-
* @example
|
1968
|
-
* ```ts
|
1969
|
-
* onPermissionsTroubleshootingClick: () =>
|
1970
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1971
|
-
* ```
|
1972
|
-
*
|
1973
|
-
* @remarks
|
1974
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1975
|
-
*/
|
1976
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1977
|
-
camera: PermissionState;
|
1978
|
-
microphone: PermissionState;
|
1979
|
-
}) => void;
|
1980
|
-
/**
|
1981
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1982
|
-
* having network issues when connecting to the call.
|
1983
|
-
*
|
1984
|
-
* @example
|
1985
|
-
* ```ts
|
1986
|
-
* onNetworkingTroubleShootingClick?: () =>
|
1987
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1988
|
-
* ```
|
1989
|
-
*
|
1990
|
-
* @remarks
|
1991
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1992
|
-
*/
|
1993
|
-
onNetworkingTroubleShootingClick?: () => void;
|
1994
|
-
/**
|
1995
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1996
|
-
*
|
1997
|
-
* @example
|
1998
|
-
* ```ts
|
1999
|
-
* onBrowserTroubleShootingClick?: () =>
|
2000
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
2001
|
-
* ```
|
2002
|
-
*
|
2003
|
-
* @remarks
|
2004
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
2005
|
-
*/
|
2006
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
2007
1557
|
/**
|
2008
1558
|
* Remote participant video tile menu options
|
2009
1559
|
*/
|
@@ -2140,7 +1690,7 @@ export declare type CallCompositeOptions = {
|
|
2140
1690
|
*
|
2141
1691
|
* @public
|
2142
1692
|
*/
|
2143
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' |
|
1693
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest' | 'returningFromBreakoutRoom';
|
2144
1694
|
|
2145
1695
|
/**
|
2146
1696
|
* Props for {@link CallComposite}.
|
@@ -2634,18 +2184,6 @@ export declare interface CallCompositeStrings {
|
|
2634
2184
|
* string to be used to start captions
|
2635
2185
|
*/
|
2636
2186
|
startCaptionsButtonOnLabel?: string;
|
2637
|
-
/**
|
2638
|
-
* string to be used to open real time text contextual menu
|
2639
|
-
*/
|
2640
|
-
realTimeTextLabel?: string;
|
2641
|
-
/**
|
2642
|
-
* string to be used to start real time text
|
2643
|
-
*/
|
2644
|
-
startRealTimeTextLabel?: string;
|
2645
|
-
/**
|
2646
|
-
* string to be used to when start real time text button is disabled
|
2647
|
-
*/
|
2648
|
-
disabledStartRealTimeTextLabel?: string;
|
2649
2187
|
/**
|
2650
2188
|
* string to be used to stop captions
|
2651
2189
|
*/
|
@@ -2714,46 +2252,6 @@ export declare interface CallCompositeStrings {
|
|
2714
2252
|
* captions banner loading spinner label
|
2715
2253
|
*/
|
2716
2254
|
captionsBannerSpinnerText?: string;
|
2717
|
-
/**
|
2718
|
-
* Default text for RTT input text box
|
2719
|
-
*/
|
2720
|
-
realTimeTextInputBoxDefaultText?: string;
|
2721
|
-
/**
|
2722
|
-
* Error message for RTT input text box when the size exceeds the limit 2000
|
2723
|
-
*/
|
2724
|
-
realTimeTextInputErrorMessage?: string;
|
2725
|
-
/**
|
2726
|
-
* Text to show in the real time text disclosure banner
|
2727
|
-
*/
|
2728
|
-
realTimeTextBannerContent?: string;
|
2729
|
-
/**
|
2730
|
-
* Title text of the real time text disclosure banner
|
2731
|
-
*/
|
2732
|
-
realTimeTextBannerTitle?: string;
|
2733
|
-
/**
|
2734
|
-
* Label for the link in the real time text disclosure banner
|
2735
|
-
*/
|
2736
|
-
realTimeTextBannerLinkLabel?: string;
|
2737
|
-
/**
|
2738
|
-
* Title for the container when only captions is enabled
|
2739
|
-
*/
|
2740
|
-
captionsOnlyContainerTitle?: string;
|
2741
|
-
/**
|
2742
|
-
* Title for the container when only real time text is enabled
|
2743
|
-
*/
|
2744
|
-
realTimeTextOnlyContainerTitle?: string;
|
2745
|
-
/**
|
2746
|
-
* Title for the container when both captions and real time text is enabled
|
2747
|
-
*/
|
2748
|
-
captionsAndRealTimeTextContainerTitle?: string;
|
2749
|
-
/**
|
2750
|
-
* Expand button aria label
|
2751
|
-
*/
|
2752
|
-
expandButtonAriaLabel?: string;
|
2753
|
-
/**
|
2754
|
-
* Minimize button aria label
|
2755
|
-
*/
|
2756
|
-
minimizeButtonAriaLabel?: string;
|
2757
2255
|
/**
|
2758
2256
|
* transfer page text when showing the transferor who initiated the transfer
|
2759
2257
|
*/
|
@@ -3149,18 +2647,6 @@ export declare interface CallCompositeStrings {
|
|
3149
2647
|
forbidOthersVideoMenuLabel: string;
|
3150
2648
|
/** Label for menu item to permit audio media access */
|
3151
2649
|
permitOthersVideoMenuLabel: string;
|
3152
|
-
/** The title of the RealTimeText modal */
|
3153
|
-
realTimeTextModalTitle: string;
|
3154
|
-
/** The text of the RealTimeText modal */
|
3155
|
-
realTimeTextModalText: string;
|
3156
|
-
/** The label for the confirm button */
|
3157
|
-
realTimeTextConfirmButtonLabel: string;
|
3158
|
-
/** The label for the cancel button */
|
3159
|
-
realTimeTextCancelButtonLabel: string;
|
3160
|
-
/** The aria label for the modal */
|
3161
|
-
realTimeTextModalAriaLabel: string;
|
3162
|
-
/** The aria label for the close button */
|
3163
|
-
realTimeTextCloseModalButtonAriaLabel: string;
|
3164
2650
|
}
|
3165
2651
|
|
3166
2652
|
/**
|
@@ -3254,25 +2740,7 @@ export declare type CallErrors = {
|
|
3254
2740
|
*
|
3255
2741
|
* @public
|
3256
2742
|
*/
|
3257
|
-
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' |
|
3258
|
-
|
3259
|
-
/**
|
3260
|
-
* Represents the name of the call feature stream
|
3261
|
-
* @public
|
3262
|
-
*/
|
3263
|
-
export declare type CallFeatureStreamName = 'togetherMode';
|
3264
|
-
|
3265
|
-
/**
|
3266
|
-
* State only version of {@link @azure/communication-calling#CallFeatureStream}.
|
3267
|
-
* Represents call feature stream state.
|
3268
|
-
* @public
|
3269
|
-
*/
|
3270
|
-
export declare interface CallFeatureStreamState extends RemoteVideoStreamState {
|
3271
|
-
/**
|
3272
|
-
* The name of the call feature stream.
|
3273
|
-
*/
|
3274
|
-
feature?: CallFeatureStreamName;
|
3275
|
-
}
|
2743
|
+
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';
|
3276
2744
|
|
3277
2745
|
/**
|
3278
2746
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -3345,7 +2813,7 @@ export declare type CallingHandlersOptions = {
|
|
3345
2813
|
*
|
3346
2814
|
* @public
|
3347
2815
|
*/
|
3348
|
-
export declare type CallingReturnProps<Component extends (props: any) => JSX.Element> = GetCallingSelector<Component> extends (state: CallClientState, props: any) => any ? ReturnType<GetCallingSelector<Component>> & Common<CallingHandlers, Parameters<Component>[0]> : never;
|
2816
|
+
export declare type CallingReturnProps<Component extends (props: any) => JSX.Element> = GetCallingSelector<Component> extends ((state: CallClientState, props: any) => any) ? ReturnType<GetCallingSelector<Component>> & Common<CallingHandlers, Parameters<Component>[0]> : never;
|
3349
2817
|
|
3350
2818
|
/**
|
3351
2819
|
* @public
|
@@ -3425,23 +2893,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
3425
2893
|
mediaAccess?: MediaAccess;
|
3426
2894
|
};
|
3427
2895
|
|
3428
|
-
/**
|
3429
|
-
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
3430
|
-
*
|
3431
|
-
* @remarks
|
3432
|
-
* This is currently in beta and only supports calling one Teams User.
|
3433
|
-
*
|
3434
|
-
* @example
|
3435
|
-
* ```
|
3436
|
-
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
3437
|
-
* ```
|
3438
|
-
*
|
3439
|
-
* @beta
|
3440
|
-
*/
|
3441
|
-
export declare type CallParticipantsLocator = {
|
3442
|
-
participantIds: string[];
|
3443
|
-
};
|
3444
|
-
|
3445
2896
|
/**
|
3446
2897
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
3447
2898
|
*
|
@@ -3534,10 +2985,6 @@ export declare interface CallState {
|
|
3534
2985
|
* Proxy of {@link @azure/communication-calling#CaptionsCallFeature}.
|
3535
2986
|
*/
|
3536
2987
|
captionsFeature: CaptionsCallFeatureState;
|
3537
|
-
/**
|
3538
|
-
* Proxy of {@link @azure/communication-calling#RealTimeTextCallFeature}.
|
3539
|
-
*/
|
3540
|
-
realTimeTextFeature: RealTimeTextCallFeatureState;
|
3541
2988
|
/**
|
3542
2989
|
* Proxy of {@link @azure/communication-calling#OptimalVideoCountCallFeature}.
|
3543
2990
|
*/
|
@@ -3546,10 +2993,6 @@ export declare interface CallState {
|
|
3546
2993
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
3547
2994
|
*/
|
3548
2995
|
recording: RecordingCallFeature;
|
3549
|
-
/**
|
3550
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3551
|
-
*/
|
3552
|
-
localRecording: LocalRecordingCallFeatureState;
|
3553
2996
|
/**
|
3554
2997
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
3555
2998
|
*
|
@@ -3560,10 +3003,6 @@ export declare interface CallState {
|
|
3560
3003
|
* Proxy of {@link @azure/communication-calling#RaiseHandCallFeature}.
|
3561
3004
|
*/
|
3562
3005
|
raiseHand: RaiseHandCallFeature;
|
3563
|
-
/**
|
3564
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature}.
|
3565
|
-
*/
|
3566
|
-
togetherMode: TogetherModeCallFeatureState;
|
3567
3006
|
/**
|
3568
3007
|
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
3569
3008
|
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
@@ -3610,10 +3049,6 @@ export declare interface CallState {
|
|
3610
3049
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
3611
3050
|
*/
|
3612
3051
|
role?: ParticipantRole;
|
3613
|
-
/**
|
3614
|
-
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3615
|
-
*/
|
3616
|
-
totalParticipantCount?: number;
|
3617
3052
|
/**
|
3618
3053
|
* Transfer state of call
|
3619
3054
|
*/
|
@@ -3633,7 +3068,7 @@ export declare interface CallState {
|
|
3633
3068
|
/**
|
3634
3069
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
3635
3070
|
*/
|
3636
|
-
info?: TeamsCallInfo
|
3071
|
+
info?: TeamsCallInfo;
|
3637
3072
|
/**
|
3638
3073
|
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
3639
3074
|
*/
|
@@ -3826,48 +3261,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
3826
3261
|
* @public
|
3827
3262
|
*/
|
3828
3263
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
3829
|
-
/**
|
3830
|
-
* Create the html view for a togethermode stream.
|
3831
|
-
*
|
3832
|
-
* @remarks
|
3833
|
-
* This method is implemented for composite
|
3834
|
-
*
|
3835
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
3836
|
-
*
|
3837
|
-
* @public
|
3838
|
-
*/
|
3839
|
-
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
3840
|
-
/**
|
3841
|
-
* Start together mode.
|
3842
|
-
*
|
3843
|
-
* @remarks
|
3844
|
-
* This method is implemented for composite
|
3845
|
-
*
|
3846
|
-
*
|
3847
|
-
* @public
|
3848
|
-
*/
|
3849
|
-
startTogetherMode(): Promise<void>;
|
3850
|
-
/**
|
3851
|
-
* Recalculate the seating positions for together mode.
|
3852
|
-
*
|
3853
|
-
* @remarks
|
3854
|
-
* This method is implemented for composite
|
3855
|
-
*
|
3856
|
-
* @param width - Width of the container
|
3857
|
-
* @param height - Height of the container
|
3858
|
-
*
|
3859
|
-
* @public
|
3860
|
-
*/
|
3861
|
-
setTogetherModeSceneSize(width: number, height: number): void;
|
3862
|
-
/**
|
3863
|
-
* Dispose the html view for a togethermode stream.
|
3864
|
-
*
|
3865
|
-
* @remarks
|
3866
|
-
* This method is implemented for composite
|
3867
|
-
*
|
3868
|
-
* @public
|
3869
|
-
*/
|
3870
|
-
disposeTogetherModeStreamView(): Promise<void>;
|
3871
3264
|
/**
|
3872
3265
|
* Dispose the html view for a screen share stream
|
3873
3266
|
*
|
@@ -3975,19 +3368,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3975
3368
|
*
|
3976
3369
|
* @public
|
3977
3370
|
*/
|
3978
|
-
sendMessage(content: string, options?: SendMessageOptions
|
3979
|
-
/**
|
3980
|
-
* Upload an inline image for a message.
|
3981
|
-
*
|
3982
|
-
* @beta
|
3983
|
-
*/
|
3984
|
-
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
3985
|
-
/**
|
3986
|
-
* Delete an inline image for a message.
|
3987
|
-
*
|
3988
|
-
* @beta
|
3989
|
-
*/
|
3990
|
-
deleteImage(imageId: string): Promise<void>;
|
3371
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3991
3372
|
/**
|
3992
3373
|
* Send a read receipt for a message.
|
3993
3374
|
*
|
@@ -4005,7 +3386,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
4005
3386
|
*
|
4006
3387
|
* @public
|
4007
3388
|
*/
|
4008
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
3389
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
4009
3390
|
/**
|
4010
3391
|
* Delete a message in the thread.
|
4011
3392
|
*
|
@@ -4050,10 +3431,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
4050
3431
|
* @public
|
4051
3432
|
*/
|
4052
3433
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
4053
|
-
/**
|
4054
|
-
* Continues into a call when the browser version is not supported.
|
4055
|
-
*/
|
4056
|
-
allowUnsupportedBrowserVersion(): void;
|
4057
3434
|
/**
|
4058
3435
|
* Function to Start captions
|
4059
3436
|
* @param options - options for start captions
|
@@ -4155,12 +3532,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
4155
3532
|
forbidOthersVideo: () => Promise<void>;
|
4156
3533
|
/** permits video for Teams meeting attendees except the local user. */
|
4157
3534
|
permitOthersVideo: () => Promise<void>;
|
4158
|
-
/**
|
4159
|
-
* Send real time text
|
4160
|
-
* @param text - real time text content
|
4161
|
-
* @param finalized - Boolean to indicate if the real time text is final
|
4162
|
-
*/
|
4163
|
-
sendRealTimeText: (text: string, isFinalized: boolean) => Promise<void>;
|
4164
3535
|
}
|
4165
3536
|
|
4166
3537
|
/**
|
@@ -4192,7 +3563,6 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
4192
3563
|
on(event: 'isCaptionsActiveChanged', listener: IsCaptionsActiveChangedListener): void;
|
4193
3564
|
on(event: 'isCaptionLanguageChanged', listener: IsCaptionLanguageChangedListener): void;
|
4194
3565
|
on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
4195
|
-
on(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
|
4196
3566
|
on(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
4197
3567
|
on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
4198
3568
|
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
@@ -4211,7 +3581,6 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
4211
3581
|
off(event: 'isCaptionsActiveChanged', listener: IsCaptionsActiveChangedListener): void;
|
4212
3582
|
off(event: 'isCaptionLanguageChanged', listener: IsCaptionLanguageChangedListener): void;
|
4213
3583
|
off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
4214
|
-
off(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
|
4215
3584
|
off(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
4216
3585
|
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
4217
3586
|
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
@@ -4253,14 +3622,6 @@ export declare interface CallWithChatAdapterUiState {
|
|
4253
3622
|
* @public
|
4254
3623
|
*/
|
4255
3624
|
page: CallCompositePage;
|
4256
|
-
/**
|
4257
|
-
* State to track whether the end user has opted in to using a
|
4258
|
-
* out of date version of a supported browser. Allows the user
|
4259
|
-
* to start a call in this state.
|
4260
|
-
*
|
4261
|
-
* @beta
|
4262
|
-
*/
|
4263
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
4264
3625
|
}
|
4265
3626
|
|
4266
3627
|
/**
|
@@ -4436,62 +3797,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4436
3797
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
4437
3798
|
*/
|
4438
3799
|
callControls?: boolean | CallWithChatControlOptions;
|
4439
|
-
/**
|
4440
|
-
* Properties for configuring the File Sharing feature.
|
4441
|
-
* If undefined, file sharing feature will be disabled.
|
4442
|
-
* @beta
|
4443
|
-
*/
|
4444
|
-
attachmentOptions?: AttachmentOptions;
|
4445
|
-
/**
|
4446
|
-
* Device permissions check options for your call.
|
4447
|
-
* Here you can choose what device permissions you prompt the user for,
|
4448
|
-
* as well as what device permissions must be accepted before starting a call.
|
4449
|
-
*/
|
4450
|
-
deviceChecks?: DeviceCheckOptions;
|
4451
|
-
/**
|
4452
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
4453
|
-
* unable to grant your site the required permissions for the call.
|
4454
|
-
*
|
4455
|
-
* @example
|
4456
|
-
* ```ts
|
4457
|
-
* onPermissionsTroubleshootingClick: () =>
|
4458
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
4459
|
-
* ```
|
4460
|
-
*
|
4461
|
-
* @remarks
|
4462
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
4463
|
-
*/
|
4464
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
4465
|
-
camera: PermissionState;
|
4466
|
-
microphone: PermissionState;
|
4467
|
-
}) => void;
|
4468
|
-
/**
|
4469
|
-
* Optional callback to supply users with further troubleshooting steps for network issues
|
4470
|
-
* experienced when connecting to a call.
|
4471
|
-
*
|
4472
|
-
* @example
|
4473
|
-
* ```ts
|
4474
|
-
* onNetworkingTroubleShootingClick?: () =>
|
4475
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
4476
|
-
* ```
|
4477
|
-
*
|
4478
|
-
* @remarks
|
4479
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
4480
|
-
*/
|
4481
|
-
onNetworkingTroubleShootingClick?: () => void;
|
4482
|
-
/**
|
4483
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
4484
|
-
*
|
4485
|
-
* @example
|
4486
|
-
* ```ts
|
4487
|
-
* onBrowserTroubleShootingClick?: () =>
|
4488
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
4489
|
-
* ```
|
4490
|
-
*
|
4491
|
-
* @remarks
|
4492
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
4493
|
-
*/
|
4494
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
4495
3800
|
/**
|
4496
3801
|
* Remote participant video tile menu options
|
4497
3802
|
*/
|
@@ -4598,13 +3903,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4598
3903
|
*/
|
4599
3904
|
hideSpotlightButtons?: boolean;
|
4600
3905
|
};
|
4601
|
-
/**
|
4602
|
-
* Enables rich text editor for the send and edit boxes
|
4603
|
-
* @defaultValue `false`
|
4604
|
-
*
|
4605
|
-
* @beta
|
4606
|
-
*/
|
4607
|
-
richTextEditor?: boolean;
|
4608
3906
|
/**
|
4609
3907
|
* Options for settings related to joining a call.
|
4610
3908
|
*/
|
@@ -4858,36 +4156,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
4858
4156
|
*
|
4859
4157
|
* @public
|
4860
4158
|
*/
|
4861
|
-
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' |
|
4862
|
-
|
4863
|
-
/**
|
4864
|
-
* @beta
|
4865
|
-
*
|
4866
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4867
|
-
* by their browsers settings.
|
4868
|
-
*/
|
4869
|
-
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4870
|
-
|
4871
|
-
/**
|
4872
|
-
* @beta
|
4873
|
-
* Props for CameraAndMicrophoneSitePermissions component.
|
4874
|
-
*/
|
4875
|
-
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4876
|
-
/** Icon name for the camera icon */
|
4877
|
-
cameraIconName?: string;
|
4878
|
-
/** Icon name for the microphone icon */
|
4879
|
-
microphoneIconName?: string;
|
4880
|
-
/** Icon name for the central icon between the camera and microphone icons */
|
4881
|
-
connectorIconName?: string;
|
4882
|
-
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4883
|
-
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4884
|
-
}
|
4885
|
-
|
4886
|
-
/**
|
4887
|
-
* @beta
|
4888
|
-
* Strings for CameraAndMicrophoneSitePermissions component.
|
4889
|
-
*/
|
4890
|
-
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
4159
|
+
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';
|
4891
4160
|
|
4892
4161
|
/**
|
4893
4162
|
* A button to turn camera on / off.
|
@@ -5049,31 +4318,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
5049
4318
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
5050
4319
|
}
|
5051
4320
|
|
5052
|
-
/**
|
5053
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
5054
|
-
* by their browsers settings.
|
5055
|
-
*
|
5056
|
-
* @beta
|
5057
|
-
*/
|
5058
|
-
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
5059
|
-
|
5060
|
-
/**
|
5061
|
-
* @beta
|
5062
|
-
* Props for CameraSitePermissions component.
|
5063
|
-
*/
|
5064
|
-
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
5065
|
-
/** Icon name for the camera icon */
|
5066
|
-
cameraIconName?: string;
|
5067
|
-
/** Strings for use with the {@link CameraSitePermissions} */
|
5068
|
-
strings?: CameraSitePermissionsStrings;
|
5069
|
-
}
|
5070
|
-
|
5071
|
-
/**
|
5072
|
-
* @beta
|
5073
|
-
* Strings for CameraSitePermissions component.
|
5074
|
-
*/
|
5075
|
-
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
5076
|
-
|
5077
4321
|
/**
|
5078
4322
|
* @public
|
5079
4323
|
* Callback function run when a message edit is cancelled.
|
@@ -5216,22 +4460,10 @@ export declare interface CaptionsBannerProps {
|
|
5216
4460
|
* Array of captions to be displayed
|
5217
4461
|
*/
|
5218
4462
|
captions: CaptionsInformation[];
|
5219
|
-
/**
|
5220
|
-
* Array of finalized and partial real time text messages
|
5221
|
-
*/
|
5222
|
-
realTimeTexts?: {
|
5223
|
-
completedMessages?: RealTimeTextInformation[];
|
5224
|
-
currentInProgress?: RealTimeTextInformation[];
|
5225
|
-
myInProgress?: RealTimeTextInformation;
|
5226
|
-
};
|
5227
4463
|
/**
|
5228
4464
|
* Flag to indicate if captions are on
|
5229
4465
|
*/
|
5230
4466
|
isCaptionsOn?: boolean;
|
5231
|
-
/**
|
5232
|
-
* Flag to indicate if real time text is on
|
5233
|
-
*/
|
5234
|
-
isRealTimeTextOn?: boolean;
|
5235
4467
|
/**
|
5236
4468
|
* Flag to indicate if captions are being started
|
5237
4469
|
* This is used to show spinner while captions are being started
|
@@ -5258,14 +4490,6 @@ export declare interface CaptionsBannerProps {
|
|
5258
4490
|
captionsOptions?: {
|
5259
4491
|
height: 'full' | 'default';
|
5260
4492
|
};
|
5261
|
-
/**
|
5262
|
-
* Optional callback to send real time text.
|
5263
|
-
*/
|
5264
|
-
onSendRealTimeText?: (text: string, isFinalized: boolean) => Promise<void>;
|
5265
|
-
/**
|
5266
|
-
* Latest local real time text
|
5267
|
-
*/
|
5268
|
-
latestLocalRealTimeText?: RealTimeTextInformation;
|
5269
4493
|
}
|
5270
4494
|
|
5271
4495
|
/**
|
@@ -5274,15 +4498,8 @@ export declare interface CaptionsBannerProps {
|
|
5274
4498
|
*/
|
5275
4499
|
export declare type CaptionsBannerSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
5276
4500
|
captions: CaptionsInformation[];
|
5277
|
-
realTimeTexts: {
|
5278
|
-
completedMessages?: RealTimeTextInformation[];
|
5279
|
-
currentInProgress?: RealTimeTextInformation[];
|
5280
|
-
myInProgress?: RealTimeTextInformation;
|
5281
|
-
};
|
5282
4501
|
isCaptionsOn: boolean;
|
5283
4502
|
startCaptionsInProgress: boolean;
|
5284
|
-
isRealTimeTextOn: boolean;
|
5285
|
-
latestLocalRealTimeText: RealTimeTextInformation;
|
5286
4503
|
};
|
5287
4504
|
|
5288
4505
|
/**
|
@@ -5294,46 +4511,6 @@ export declare interface CaptionsBannerStrings {
|
|
5294
4511
|
* Spinner text for captions banner
|
5295
4512
|
*/
|
5296
4513
|
captionsBannerSpinnerText?: string;
|
5297
|
-
/**
|
5298
|
-
* Default text for RTT input text box
|
5299
|
-
*/
|
5300
|
-
realTimeTextInputBoxDefaultText?: string;
|
5301
|
-
/**
|
5302
|
-
* Error message for RTT input text box when the size exceeds the limit 2000
|
5303
|
-
*/
|
5304
|
-
realTimeTextInputErrorMessage?: string;
|
5305
|
-
/**
|
5306
|
-
* Real time text disclosure banner title
|
5307
|
-
*/
|
5308
|
-
realTimeTextBannerTitle?: string;
|
5309
|
-
/**
|
5310
|
-
* Real time text disclosure banner content
|
5311
|
-
*/
|
5312
|
-
realTimeTextBannerContent?: string;
|
5313
|
-
/**
|
5314
|
-
* Real time text disclosure banner link label
|
5315
|
-
*/
|
5316
|
-
realTimeTextBannerLinkLabel?: string;
|
5317
|
-
/**
|
5318
|
-
* Title for the container when only captions is enabled
|
5319
|
-
*/
|
5320
|
-
captionsOnlyContainerTitle?: string;
|
5321
|
-
/**
|
5322
|
-
* Title for the container when only real time text is enabled
|
5323
|
-
*/
|
5324
|
-
realTimeTextOnlyContainerTitle?: string;
|
5325
|
-
/**
|
5326
|
-
* Title for the container when both captions and real time text is enabled
|
5327
|
-
*/
|
5328
|
-
captionsAndRealTimeTextContainerTitle?: string;
|
5329
|
-
/**
|
5330
|
-
* Expand button aria label
|
5331
|
-
*/
|
5332
|
-
expandButtonAriaLabel?: string;
|
5333
|
-
/**
|
5334
|
-
* Minimize button aria label
|
5335
|
-
*/
|
5336
|
-
minimizeButtonAriaLabel?: string;
|
5337
4514
|
}
|
5338
4515
|
|
5339
4516
|
/**
|
@@ -5445,12 +4622,6 @@ export declare type CaptionsInformation = {
|
|
5445
4622
|
* id of the speaker
|
5446
4623
|
*/
|
5447
4624
|
userId?: string;
|
5448
|
-
/**
|
5449
|
-
* timestamp when the caption was created
|
5450
|
-
* Please note that this value is essential for determining the order of captions and real time text messages
|
5451
|
-
* If you are using both captions and real time text, please ensure that the createdTimeStamp is populated
|
5452
|
-
*/
|
5453
|
-
createdTimeStamp?: Date;
|
5454
4625
|
};
|
5455
4626
|
|
5456
4627
|
/**
|
@@ -5693,15 +4864,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5693
4864
|
* Send a message in the thread.
|
5694
4865
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
5695
4866
|
*/
|
5696
|
-
sendMessage(content: string, options?: SendMessageOptions
|
5697
|
-
/**
|
5698
|
-
* Upload an inline image for a message.
|
5699
|
-
*/
|
5700
|
-
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
5701
|
-
/**
|
5702
|
-
* Delete an inline image for a message.
|
5703
|
-
*/
|
5704
|
-
deleteImage(imageId: string): Promise<void>;
|
4867
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
5705
4868
|
/**
|
5706
4869
|
* Send a read receipt for a message.
|
5707
4870
|
*/
|
@@ -5722,7 +4885,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5722
4885
|
* Update a message content.
|
5723
4886
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
5724
4887
|
*/
|
5725
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
4888
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
5726
4889
|
/**
|
5727
4890
|
* Delete a message in the thread.
|
5728
4891
|
*/
|
@@ -5860,7 +5023,6 @@ export declare type ChatCompositeIcons = {
|
|
5860
5023
|
ParticipantItemOptionsHovered?: JSX.Element;
|
5861
5024
|
SendBoxSend?: JSX.Element;
|
5862
5025
|
SendBoxSendHovered?: JSX.Element;
|
5863
|
-
SendBoxAttachFile?: JSX.Element;
|
5864
5026
|
};
|
5865
5027
|
|
5866
5028
|
/**
|
@@ -5889,13 +5051,6 @@ export declare type ChatCompositeOptions = {
|
|
5889
5051
|
* @defaultValue true
|
5890
5052
|
*/
|
5891
5053
|
errorBar?: boolean;
|
5892
|
-
/**
|
5893
|
-
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
5894
|
-
* @defaultValue false
|
5895
|
-
*
|
5896
|
-
* @beta
|
5897
|
-
*/
|
5898
|
-
participantPane?: boolean;
|
5899
5054
|
/**
|
5900
5055
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
5901
5056
|
* @defaultValue true
|
@@ -5906,19 +5061,6 @@ export declare type ChatCompositeOptions = {
|
|
5906
5061
|
* When undefined nothing has focus on render
|
5907
5062
|
*/
|
5908
5063
|
autoFocus?: 'sendBoxTextField';
|
5909
|
-
/**
|
5910
|
-
* Properties for configuring the File Sharing feature.
|
5911
|
-
* If undefined, file sharing feature will be disabled.
|
5912
|
-
* @beta
|
5913
|
-
*/
|
5914
|
-
attachmentOptions?: AttachmentOptions;
|
5915
|
-
/**
|
5916
|
-
* Enables rich text editor for the send and edit boxes
|
5917
|
-
* @defaultValue `false`
|
5918
|
-
*
|
5919
|
-
* @beta
|
5920
|
-
*/
|
5921
|
-
richTextEditor?: boolean;
|
5922
5064
|
};
|
5923
5065
|
|
5924
5066
|
/**
|
@@ -5946,12 +5088,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
5946
5088
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
5947
5089
|
*/
|
5948
5090
|
options?: ChatCompositeOptions;
|
5949
|
-
/**
|
5950
|
-
* Optimizes the composite form factor for either desktop or mobile.
|
5951
|
-
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
5952
|
-
* @defaultValue 'desktop'
|
5953
|
-
*/
|
5954
|
-
formFactor?: 'desktop' | 'mobile';
|
5955
5091
|
}
|
5956
5092
|
|
5957
5093
|
/**
|
@@ -5966,26 +5102,6 @@ export declare interface ChatCompositeStrings {
|
|
5966
5102
|
* Chat list header text
|
5967
5103
|
*/
|
5968
5104
|
chatListHeader: string;
|
5969
|
-
/**
|
5970
|
-
* Upload Attachment Button text
|
5971
|
-
*/
|
5972
|
-
uploadAttachment: string;
|
5973
|
-
/**
|
5974
|
-
* Error Message for image data is not provided for image upload
|
5975
|
-
*/
|
5976
|
-
uploadImageDataNotProvided: string;
|
5977
|
-
/**
|
5978
|
-
* Error Message for upload image is too large
|
5979
|
-
*/
|
5980
|
-
uploadImageIsTooLarge: string;
|
5981
|
-
/**
|
5982
|
-
* Error Message for unsupported image extension for image upload
|
5983
|
-
*/
|
5984
|
-
uploadImageExtensionIsNotAllowed: string;
|
5985
|
-
/**
|
5986
|
-
* Error Message for unable to upload image
|
5987
|
-
*/
|
5988
|
-
uploadImageFailed: string;
|
5989
5105
|
}
|
5990
5106
|
|
5991
5107
|
/**
|
@@ -6034,7 +5150,7 @@ export declare type ChatErrors = {
|
|
6034
5150
|
*
|
6035
5151
|
* @public
|
6036
5152
|
*/
|
6037
|
-
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' |
|
5153
|
+
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';
|
6038
5154
|
|
6039
5155
|
/**
|
6040
5156
|
* Object containing all the handlers required for chat components.
|
@@ -6045,15 +5161,13 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
6045
5161
|
* @public
|
6046
5162
|
*/
|
6047
5163
|
export declare type ChatHandlers = {
|
6048
|
-
onSendMessage: (content: string, options?: SendMessageOptions
|
6049
|
-
onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
|
6050
|
-
onDeleteImage: (imageId: string) => Promise<void>;
|
5164
|
+
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
6051
5165
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
6052
5166
|
onTyping: () => Promise<void>;
|
6053
5167
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
6054
5168
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
6055
5169
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
6056
|
-
onUpdateMessage: (messageId: string, content: string
|
5170
|
+
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
6057
5171
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
6058
5172
|
};
|
6059
5173
|
|
@@ -6096,12 +5210,6 @@ export declare interface ChatMessage extends MessageCommon {
|
|
6096
5210
|
attachments?: AttachmentMetadata[];
|
6097
5211
|
}
|
6098
5212
|
|
6099
|
-
/**
|
6100
|
-
* @beta
|
6101
|
-
* Type of the message content, either 'text' or 'html'.
|
6102
|
-
*/
|
6103
|
-
export declare type ChatMessageType = 'text' | 'html';
|
6104
|
-
|
6105
5213
|
/**
|
6106
5214
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
6107
5215
|
* client-side only metadata for chat messages.
|
@@ -6131,7 +5239,7 @@ export declare type ChatParticipantListSelector = (state: ChatClientState, props
|
|
6131
5239
|
*
|
6132
5240
|
* @public
|
6133
5241
|
*/
|
6134
|
-
export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends (state: ChatClientState, props: any) => any ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : never;
|
5242
|
+
export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends ((state: ChatClientState, props: any) => any) ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : never;
|
6135
5243
|
|
6136
5244
|
/**
|
6137
5245
|
* A {@link React.Context} that stores a {@link @azure/communication-chat#ChatThreadClient}.
|
@@ -6208,8 +5316,6 @@ export declare type ChatThreadClientState = {
|
|
6208
5316
|
*/
|
6209
5317
|
export declare type ChatThreadProperties = {
|
6210
5318
|
topic?: string;
|
6211
|
-
createdBy?: CommunicationIdentifierKind;
|
6212
|
-
messagingPolicy?: MessagingPolicy;
|
6213
5319
|
};
|
6214
5320
|
|
6215
5321
|
/**
|
@@ -6476,7 +5582,6 @@ export declare interface CommonCallingHandlers {
|
|
6476
5582
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
6477
5583
|
onRemoveParticipant(userId: string): Promise<void>;
|
6478
5584
|
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
6479
|
-
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
6480
5585
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
6481
5586
|
onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
|
6482
5587
|
onRejectCall: (incomingCallId: string) => Promise<void>;
|
@@ -6487,7 +5592,6 @@ export declare interface CommonCallingHandlers {
|
|
6487
5592
|
onStopNoiseSuppressionEffect: () => Promise<void>;
|
6488
5593
|
onStartCaptions: (options?: CaptionsOptions) => Promise<void>;
|
6489
5594
|
onStopCaptions: () => Promise<void>;
|
6490
|
-
onSendRealTimeText: (text: string, isFinalized: boolean) => Promise<void>;
|
6491
5595
|
onSetSpokenLanguage: (language: string) => Promise<void>;
|
6492
5596
|
onSetCaptionLanguage: (language: string) => Promise<void>;
|
6493
5597
|
onSubmitSurvey(survey: CallSurvey): Promise<CallSurveyResponse | undefined>;
|
@@ -6496,22 +5600,6 @@ export declare interface CommonCallingHandlers {
|
|
6496
5600
|
onStopAllSpotlight: () => Promise<void>;
|
6497
5601
|
onMuteParticipant: (userId: string) => Promise<void>;
|
6498
5602
|
onMuteAllRemoteParticipants: () => Promise<void>;
|
6499
|
-
/**
|
6500
|
-
* Call back to create a view for together mode
|
6501
|
-
*/
|
6502
|
-
onCreateTogetherModeStreamView: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
6503
|
-
/**
|
6504
|
-
* Call back to create a view for together mode
|
6505
|
-
*/
|
6506
|
-
onStartTogetherMode: () => Promise<void>;
|
6507
|
-
/**
|
6508
|
-
* Call set together mode scene size
|
6509
|
-
*/
|
6510
|
-
onSetTogetherModeSceneSize: (width: number, height: number) => void;
|
6511
|
-
/**
|
6512
|
-
* Call back to dispose together mode views
|
6513
|
-
*/
|
6514
|
-
onDisposeTogetherModeStreamView: () => Promise<void>;
|
6515
5603
|
/**
|
6516
5604
|
* Forbid remote participants from sending audio
|
6517
5605
|
*
|
@@ -6563,39 +5651,6 @@ export declare type CommonProperties<A, B> = {
|
|
6563
5651
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
6564
5652
|
}[keyof A & keyof B];
|
6565
5653
|
|
6566
|
-
/**
|
6567
|
-
* @beta
|
6568
|
-
* Props for SitePermissions components.
|
6569
|
-
*/
|
6570
|
-
export declare interface CommonSitePermissionsProps {
|
6571
|
-
/**
|
6572
|
-
* Name of application calling experience is in.
|
6573
|
-
*/
|
6574
|
-
appName: string;
|
6575
|
-
/**
|
6576
|
-
* Kind of the Site Permissions component.
|
6577
|
-
*/
|
6578
|
-
kind: 'request' | 'denied' | 'check';
|
6579
|
-
/**
|
6580
|
-
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
6581
|
-
*/
|
6582
|
-
browserHint?: 'safari' | 'unset';
|
6583
|
-
/**
|
6584
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
6585
|
-
* If this is not provided the button will not be shown.
|
6586
|
-
*/
|
6587
|
-
onTroubleshootingClick?: () => void;
|
6588
|
-
/**
|
6589
|
-
* Action that is taken when the user clicks the continue anyway button.
|
6590
|
-
* If this is not provided the button will not be shown.
|
6591
|
-
*/
|
6592
|
-
onContinueAnywayClick?: () => void;
|
6593
|
-
/**
|
6594
|
-
* Styles for SitePermissions component.
|
6595
|
-
*/
|
6596
|
-
styles?: SitePermissionsStyles;
|
6597
|
-
}
|
6598
|
-
|
6599
5654
|
/**
|
6600
5655
|
* A Chat or Calling participant's state, as reflected in the UI.
|
6601
5656
|
*
|
@@ -6793,11 +5848,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
6793
5848
|
export declare interface ComponentLocale {
|
6794
5849
|
/** Strings for components */
|
6795
5850
|
strings: ComponentStrings;
|
6796
|
-
/**
|
6797
|
-
* Optional function to provide customized date format.
|
6798
|
-
* @beta
|
6799
|
-
*/
|
6800
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
6801
5851
|
}
|
6802
5852
|
|
6803
5853
|
/**
|
@@ -6847,10 +5897,6 @@ export declare interface ComponentStrings {
|
|
6847
5897
|
typingIndicator: TypingIndicatorStrings;
|
6848
5898
|
/** Strings for SendBox */
|
6849
5899
|
sendBox: SendBoxStrings;
|
6850
|
-
/** Strings for RichTextSendBox */
|
6851
|
-
richTextSendBox: RichTextSendBoxStrings;
|
6852
|
-
/** Strings for MentionPopover */
|
6853
|
-
mentionPopover: MentionPopoverStrings;
|
6854
5900
|
/** Strings for ImageOverlay */
|
6855
5901
|
imageOverlay: ImageOverlayStrings;
|
6856
5902
|
/** Strings for MessageStatusIndicator */
|
@@ -6867,53 +5913,13 @@ export declare interface ComponentStrings {
|
|
6867
5913
|
videoTile: VideoTileStrings;
|
6868
5914
|
/** Strings for HoldButton */
|
6869
5915
|
holdButton: HoldButtonStrings;
|
6870
|
-
/** Strings for a site's permission request prompt */
|
6871
|
-
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6872
|
-
/** Strings for a site's permission request prompt */
|
6873
|
-
CameraSitePermissionsRequest: SitePermissionsStrings;
|
6874
|
-
/** Strings for a site's permission request prompt */
|
6875
|
-
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6876
|
-
/** Strings for a site's permission generic checking prompt */
|
6877
|
-
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6878
|
-
/** Strings for a site's permission generic checking prompt */
|
6879
|
-
CameraSitePermissionsCheck: SitePermissionsStrings;
|
6880
|
-
/** Strings for a site's permission generic checking prompt */
|
6881
|
-
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6882
|
-
/** Strings for a site's permission denied prompt */
|
6883
|
-
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6884
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6885
|
-
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6886
|
-
/** Strings for a site's permission denied prompt */
|
6887
|
-
CameraSitePermissionsDenied: SitePermissionsStrings;
|
6888
|
-
/** Strings for a site's permission denied prompt */
|
6889
|
-
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6890
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6891
|
-
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6892
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6893
|
-
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6894
|
-
/** Strings for unsupported browser UI */
|
6895
|
-
UnsupportedBrowser: UnsupportedBrowserStrings;
|
6896
|
-
/** Strings for unsupported browser version UI */
|
6897
|
-
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
6898
|
-
/** Strings for unsupported browser version UI */
|
6899
|
-
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
6900
|
-
/** Strings for BrowserPemissionDenied */
|
6901
|
-
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
6902
|
-
/** Strings for BrowserPemissionDeniedIOS */
|
6903
|
-
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
6904
5916
|
/**
|
6905
5917
|
* Strings for the VerticalGallery.
|
6906
5918
|
*/
|
6907
5919
|
verticalGallery: VerticalGalleryStrings;
|
6908
|
-
/** Strings for the participant list component */
|
6909
|
-
ParticipantList: ParticipantListStrings;
|
6910
5920
|
/** Strings for the MeetingConferencePhoneInfoModal */
|
6911
5921
|
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
6912
5922
|
IncomingCallNotification: IncomingCallNotificationStrings;
|
6913
|
-
/** Strings for the RealTimeTextModal */
|
6914
|
-
realTimeTextModal: RealTimeTextModalStrings;
|
6915
|
-
/** Strings for RealTimeText */
|
6916
|
-
realTimeText: RealTimeTextStrings;
|
6917
5923
|
/** Strings for Captions Setting Modal */
|
6918
5924
|
captionsSettingsModal: CaptionsSettingsModalStrings;
|
6919
5925
|
/**
|
@@ -6928,8 +5934,6 @@ export declare interface ComponentStrings {
|
|
6928
5934
|
captionsBanner: CaptionsBannerStrings;
|
6929
5935
|
/** Strings for Start Captions Button */
|
6930
5936
|
startCaptionsButton: StartCaptionsButtonStrings;
|
6931
|
-
/** Strings for Start RealTimeText Button */
|
6932
|
-
startRealTimeTextButton: StartRealTimeTextButtonStrings;
|
6933
5937
|
}
|
6934
5938
|
|
6935
5939
|
/**
|
@@ -7481,7 +6485,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
7481
6485
|
/**
|
7482
6486
|
* @public
|
7483
6487
|
*/
|
7484
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs
|
6488
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
7485
6489
|
|
7486
6490
|
/**
|
7487
6491
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -7491,7 +6495,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @c
|
|
7491
6495
|
*
|
7492
6496
|
* @public
|
7493
6497
|
*/
|
7494
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator
|
6498
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
7495
6499
|
|
7496
6500
|
/**
|
7497
6501
|
* Object returned after creating a local or remote VideoStream.
|
@@ -7726,11 +6730,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7726
6730
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
7727
6731
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
7728
6732
|
ReactionButtonIcon: React_2.JSX.Element;
|
7729
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
7730
|
-
DownloadAttachment: React_2.JSX.Element;
|
7731
6733
|
OpenAttachment: React_2.JSX.Element;
|
7732
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
7733
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
7734
6734
|
EditBoxCancel: React_2.JSX.Element;
|
7735
6735
|
EditBoxSubmit: React_2.JSX.Element;
|
7736
6736
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -7780,13 +6780,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7780
6780
|
VideoTileMicOff: React_2.JSX.Element;
|
7781
6781
|
VideoTileCameraOff: React_2.JSX.Element;
|
7782
6782
|
DialpadBackspace: React_2.JSX.Element;
|
7783
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
7784
|
-
SitePermissionCamera: React_2.JSX.Element;
|
7785
|
-
SitePermissionMic: React_2.JSX.Element;
|
7786
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
7787
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
7788
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7789
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7790
6783
|
VideoTilePinned: React_2.JSX.Element;
|
7791
6784
|
ParticipantItemPinned: React_2.JSX.Element;
|
7792
6785
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -7816,28 +6809,10 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7816
6809
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
7817
6810
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
7818
6811
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7819
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7820
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7821
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7822
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7823
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7824
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7825
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7826
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
7827
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7828
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7829
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7830
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7831
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7832
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7833
6812
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
7834
6813
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
7835
6814
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
7836
6815
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7837
|
-
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
7838
|
-
RealTimeTextIcon: React_2.JSX.Element;
|
7839
|
-
ExpandIcon: React_2.JSX.Element;
|
7840
|
-
MinimizeIcon: React_2.JSX.Element;
|
7841
6816
|
};
|
7842
6817
|
|
7843
6818
|
/**
|
@@ -7858,7 +6833,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7858
6833
|
ParticipantItemOptionsHovered: JSX.Element;
|
7859
6834
|
SendBoxSend: JSX.Element;
|
7860
6835
|
SendBoxSendHovered: JSX.Element;
|
7861
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
7862
6836
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
7863
6837
|
ControlButtonCameraOff: JSX.Element;
|
7864
6838
|
ControlButtonCameraOn: JSX.Element;
|
@@ -7939,7 +6913,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7939
6913
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
|
7940
6914
|
PeoplePaneMoreButton?: JSX.Element | undefined;
|
7941
6915
|
StopAllSpotlightMenuButton?: JSX.Element | undefined;
|
7942
|
-
TogetherModeLayout?: JSX.Element | undefined;
|
7943
6916
|
ChevronLeft?: JSX.Element | undefined;
|
7944
6917
|
ControlBarChatButtonActive?: JSX.Element | undefined;
|
7945
6918
|
ControlBarChatButtonInactive?: JSX.Element | undefined;
|
@@ -7949,13 +6922,10 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7949
6922
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
7950
6923
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
7951
6924
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
6925
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
7952
6926
|
ChatMessageOptions: React_2.JSX.Element;
|
7953
6927
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
7954
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
7955
|
-
DownloadAttachment: React_2.JSX.Element;
|
7956
6928
|
OpenAttachment: React_2.JSX.Element;
|
7957
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
7958
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
7959
6929
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
7960
6930
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
7961
6931
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
@@ -7973,13 +6943,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7973
6943
|
ResumeCall: React_2.JSX.Element;
|
7974
6944
|
VideoTileCameraOff: React_2.JSX.Element;
|
7975
6945
|
DialpadBackspace: React_2.JSX.Element;
|
7976
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
7977
|
-
SitePermissionCamera: React_2.JSX.Element;
|
7978
|
-
SitePermissionMic: React_2.JSX.Element;
|
7979
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
7980
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
7981
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7982
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7983
6946
|
VideoTilePinned: React_2.JSX.Element;
|
7984
6947
|
ParticipantItemPinned: React_2.JSX.Element;
|
7985
6948
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -8009,60 +6972,12 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
8009
6972
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
8010
6973
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
8011
6974
|
VideoTileSpotlighted: React_2.JSX.Element;
|
8012
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
8013
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
8014
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
8015
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
8016
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
8017
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
8018
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
8019
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
8020
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
8021
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
8022
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
8023
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
8024
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
8025
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
8026
6975
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
8027
6976
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
8028
6977
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
8029
6978
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
8030
|
-
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
8031
|
-
RealTimeTextIcon: React_2.JSX.Element;
|
8032
|
-
ExpandIcon: React_2.JSX.Element;
|
8033
|
-
MinimizeIcon: React_2.JSX.Element;
|
8034
6979
|
};
|
8035
6980
|
|
8036
|
-
/**
|
8037
|
-
* @beta
|
8038
|
-
*
|
8039
|
-
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
8040
|
-
*/
|
8041
|
-
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
8042
|
-
|
8043
|
-
/**
|
8044
|
-
* Device Checks.
|
8045
|
-
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
8046
|
-
*
|
8047
|
-
* @beta
|
8048
|
-
*/
|
8049
|
-
export declare interface DeviceCheckOptions {
|
8050
|
-
/**
|
8051
|
-
* Camera Permission prompts for your call.
|
8052
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
8053
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
8054
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
8055
|
-
*/
|
8056
|
-
camera: 'required' | 'optional' | 'doNotPrompt';
|
8057
|
-
/**
|
8058
|
-
* Microphone permission prompts for your call.
|
8059
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
8060
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
8061
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
8062
|
-
*/
|
8063
|
-
microphone: 'required' | 'optional' | 'doNotPrompt';
|
8064
|
-
}
|
8065
|
-
|
8066
6981
|
/**
|
8067
6982
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
8068
6983
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -8740,7 +7655,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
8740
7655
|
*
|
8741
7656
|
* @public
|
8742
7657
|
*/
|
8743
|
-
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof
|
7658
|
+
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;
|
8744
7659
|
|
8745
7660
|
/**
|
8746
7661
|
* Get the selector for a specified component.
|
@@ -8926,10 +7841,6 @@ export declare interface _Identifiers {
|
|
8926
7841
|
verticalGalleryVideoTile: string;
|
8927
7842
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
8928
7843
|
verticalGalleryPageCounter: string;
|
8929
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
8930
|
-
mentionSuggestionList: string;
|
8931
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
8932
|
-
mentionSuggestionItem: string;
|
8933
7844
|
}
|
8934
7845
|
|
8935
7846
|
/**
|
@@ -8995,13 +7906,6 @@ export declare interface ImageOverlayStrings {
|
|
8995
7906
|
overlayVisibleMessage: string;
|
8996
7907
|
}
|
8997
7908
|
|
8998
|
-
/**
|
8999
|
-
* Preset dark theme for the ImageOverlay component.
|
9000
|
-
*
|
9001
|
-
* @public
|
9002
|
-
*/
|
9003
|
-
export declare const imageOverlayTheme: PartialTheme;
|
9004
|
-
|
9005
7909
|
/**
|
9006
7910
|
* @public
|
9007
7911
|
* This contains a readonly array that returns all the active `incomingCalls`.
|
@@ -9455,28 +8359,6 @@ export declare type LocalizationProviderProps = {
|
|
9455
8359
|
children: React_2.ReactNode;
|
9456
8360
|
};
|
9457
8361
|
|
9458
|
-
/**
|
9459
|
-
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
9460
|
-
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
9461
|
-
*
|
9462
|
-
* @beta
|
9463
|
-
*/
|
9464
|
-
export declare interface LocalRecordingCallFeatureState {
|
9465
|
-
/**
|
9466
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
9467
|
-
*/
|
9468
|
-
isLocalRecordingActive: boolean;
|
9469
|
-
/**
|
9470
|
-
* Contains list of information of started recordings
|
9471
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
9472
|
-
*/
|
9473
|
-
activeLocalRecordings?: LocalRecordingInfo[];
|
9474
|
-
/**
|
9475
|
-
* Contains list of information of stopped recordings
|
9476
|
-
*/
|
9477
|
-
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
9478
|
-
}
|
9479
|
-
|
9480
8362
|
/**
|
9481
8363
|
* @public
|
9482
8364
|
*/
|
@@ -9651,76 +8533,6 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
9651
8533
|
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
9652
8534
|
}
|
9653
8535
|
|
9654
|
-
/**
|
9655
|
-
* Mention's state, as reflected in the UI.
|
9656
|
-
*
|
9657
|
-
* @beta
|
9658
|
-
*/
|
9659
|
-
export declare interface Mention {
|
9660
|
-
/** ID of a mention */
|
9661
|
-
id: string;
|
9662
|
-
/** Display text of a mention */
|
9663
|
-
displayText: string;
|
9664
|
-
/** Optional React element to render an item icon of a mention suggestion */
|
9665
|
-
icon?: JSX.Element;
|
9666
|
-
}
|
9667
|
-
|
9668
|
-
/**
|
9669
|
-
* Options to display suggestions in the mention scenario.
|
9670
|
-
*
|
9671
|
-
* @beta
|
9672
|
-
*/
|
9673
|
-
export declare interface MentionDisplayOptions {
|
9674
|
-
/**
|
9675
|
-
* Optional callback for customizing the mention renderer in a message thread.
|
9676
|
-
*/
|
9677
|
-
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
9678
|
-
}
|
9679
|
-
|
9680
|
-
/**
|
9681
|
-
* Options to lookup suggestions in the mention scenario.
|
9682
|
-
*
|
9683
|
-
* @beta
|
9684
|
-
*/
|
9685
|
-
export declare interface MentionLookupOptions {
|
9686
|
-
/**
|
9687
|
-
* Optional string to set trigger keyword for mention a specific participant.
|
9688
|
-
*
|
9689
|
-
* @defaultValue `@`
|
9690
|
-
*/
|
9691
|
-
trigger?: string;
|
9692
|
-
/**
|
9693
|
-
* Optional callback to fetch a list of mention suggestions base on the query.
|
9694
|
-
*/
|
9695
|
-
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
9696
|
-
/**
|
9697
|
-
* Optional callback to render an item of the mention suggestions list.
|
9698
|
-
*/
|
9699
|
-
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
9700
|
-
}
|
9701
|
-
|
9702
|
-
/**
|
9703
|
-
* Options to lookup suggestions and display mentions in the mention scenario.
|
9704
|
-
*
|
9705
|
-
* @beta
|
9706
|
-
*/
|
9707
|
-
export declare type MentionOptions = {
|
9708
|
-
lookupOptions?: MentionLookupOptions;
|
9709
|
-
displayOptions?: MentionDisplayOptions;
|
9710
|
-
};
|
9711
|
-
|
9712
|
-
/**
|
9713
|
-
* Strings of {@link _MentionPopover} that can be overridden.
|
9714
|
-
*
|
9715
|
-
* @beta
|
9716
|
-
*/
|
9717
|
-
export declare interface MentionPopoverStrings {
|
9718
|
-
/**
|
9719
|
-
* Header text for MentionPopover
|
9720
|
-
*/
|
9721
|
-
mentionPopoverHeader: string;
|
9722
|
-
}
|
9723
|
-
|
9724
8536
|
/**
|
9725
8537
|
* Discriminated union of all messages.
|
9726
8538
|
*
|
@@ -9728,7 +8540,7 @@ export declare interface MentionPopoverStrings {
|
|
9728
8540
|
*
|
9729
8541
|
* @public
|
9730
8542
|
*/
|
9731
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage
|
8543
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
9732
8544
|
|
9733
8545
|
/**
|
9734
8546
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -9770,20 +8582,6 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
9770
8582
|
*/
|
9771
8583
|
export declare type MessageEditedListener = MessageReceivedListener;
|
9772
8584
|
|
9773
|
-
/**
|
9774
|
-
* @beta
|
9775
|
-
* Message option that defines properties that can be set when
|
9776
|
-
* sending or updating a chat message.
|
9777
|
-
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
9778
|
-
* @property attachments - Attachments that contains file attachments attached to the message.
|
9779
|
-
* @property type - Type of the message content, either 'text' or 'html'.
|
9780
|
-
*/
|
9781
|
-
export declare type MessageOptions = {
|
9782
|
-
metadata?: Record<string, string>;
|
9783
|
-
attachments?: AttachmentMetadata[];
|
9784
|
-
type?: ChatMessageType;
|
9785
|
-
};
|
9786
|
-
|
9787
8585
|
/**
|
9788
8586
|
* Props to render a single message.
|
9789
8587
|
*
|
@@ -9799,7 +8597,7 @@ export declare type MessageProps = {
|
|
9799
8597
|
/**
|
9800
8598
|
* Strings from parent MessageThread component
|
9801
8599
|
*/
|
9802
|
-
strings: MessageThreadStrings
|
8600
|
+
strings: MessageThreadStrings;
|
9803
8601
|
/**
|
9804
8602
|
* Custom CSS styles for chat message container.
|
9805
8603
|
*/
|
@@ -9845,7 +8643,7 @@ export declare type MessageProps = {
|
|
9845
8643
|
* @param options - message options to be included in the message
|
9846
8644
|
*
|
9847
8645
|
*/
|
9848
|
-
onSendMessage?: (content: string
|
8646
|
+
onSendMessage?: (content: string) => Promise<void>;
|
9849
8647
|
};
|
9850
8648
|
|
9851
8649
|
/**
|
@@ -9977,7 +8775,7 @@ export declare type MessageThreadProps = {
|
|
9977
8775
|
/**
|
9978
8776
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
9979
8777
|
*/
|
9980
|
-
messages: (ChatMessage | SystemMessage | CustomMessage
|
8778
|
+
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
9981
8779
|
/**
|
9982
8780
|
* number of participants in the thread
|
9983
8781
|
*/
|
@@ -10058,11 +8856,6 @@ export declare type MessageThreadProps = {
|
|
10058
8856
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
10059
8857
|
*/
|
10060
8858
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
10061
|
-
/**
|
10062
|
-
* Optional callback to render attachments in the message component.
|
10063
|
-
* @beta
|
10064
|
-
*/
|
10065
|
-
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
10066
8859
|
/**
|
10067
8860
|
* Optional callback to edit a message.
|
10068
8861
|
*
|
@@ -10091,7 +8884,7 @@ export declare type MessageThreadProps = {
|
|
10091
8884
|
* @param options - message options to be included in the message
|
10092
8885
|
*
|
10093
8886
|
*/
|
10094
|
-
onSendMessage?: (content: string
|
8887
|
+
onSendMessage?: (content: string) => Promise<void>;
|
10095
8888
|
/**
|
10096
8889
|
/**
|
10097
8890
|
* Disable editing messages.
|
@@ -10105,32 +8898,11 @@ export declare type MessageThreadProps = {
|
|
10105
8898
|
* Optional strings to override in component
|
10106
8899
|
*/
|
10107
8900
|
strings?: Partial<MessageThreadStrings>;
|
10108
|
-
/**
|
10109
|
-
* @beta
|
10110
|
-
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
10111
|
-
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
10112
|
-
*/
|
10113
|
-
attachmentOptions?: AttachmentOptions;
|
10114
|
-
/**
|
10115
|
-
* Optional function to provide customized date format.
|
10116
|
-
* @beta
|
10117
|
-
*/
|
10118
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
10119
|
-
/**
|
10120
|
-
* Optional props needed to lookup a mention query and display mentions
|
10121
|
-
* @beta
|
10122
|
-
*/
|
10123
|
-
mentionOptions?: MentionOptions;
|
10124
8901
|
/**
|
10125
8902
|
* Optional callback called when an inline image is clicked.
|
10126
8903
|
* @beta
|
10127
8904
|
*/
|
10128
8905
|
inlineImageOptions?: InlineImageOptions;
|
10129
|
-
/**
|
10130
|
-
* Options to enable rich text editor for the edit box.
|
10131
|
-
* @beta
|
10132
|
-
*/
|
10133
|
-
richTextEditorOptions?: RichTextEditBoxOptions;
|
10134
8906
|
};
|
10135
8907
|
|
10136
8908
|
/**
|
@@ -10208,20 +8980,10 @@ export declare interface MessageThreadStrings {
|
|
10208
8980
|
actionMenuMoreOptions?: string;
|
10209
8981
|
/** Aria label to announce when a message is deleted */
|
10210
8982
|
messageDeletedAnnouncementAriaLabel: string;
|
10211
|
-
/** String for download attachment button in attachment card */
|
10212
|
-
downloadAttachment: string;
|
10213
8983
|
/** String for open attachment button in attachment card */
|
10214
8984
|
openAttachment: string;
|
10215
|
-
/** String for policy violation message removal */
|
10216
|
-
blockedWarningText: string;
|
10217
|
-
/** String for policy violation message removal details link */
|
10218
|
-
blockedWarningLinkText: string;
|
10219
8985
|
/** String for aria text in attachment card group*/
|
10220
8986
|
attachmentCardGroupMessage: string;
|
10221
|
-
/**
|
10222
|
-
* Error message indicating that one or more image uploads are not complete.
|
10223
|
-
*/
|
10224
|
-
imageUploadsPendingError: string;
|
10225
8987
|
}
|
10226
8988
|
|
10227
8989
|
/**
|
@@ -10249,24 +9011,10 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
10249
9011
|
/** Styles for system message container. */
|
10250
9012
|
systemMessageContainer?: ComponentSlotStyle;
|
10251
9013
|
/** Styles for blocked message container. */
|
10252
|
-
blockedMessageContainer?: ComponentSlotStyle;
|
10253
9014
|
/** Styles for message status indicator container. */
|
10254
9015
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
10255
9016
|
}
|
10256
9017
|
|
10257
|
-
/**
|
10258
|
-
*
|
10259
|
-
* Messaging policy of a chat thread.
|
10260
|
-
*
|
10261
|
-
* @beta
|
10262
|
-
*/
|
10263
|
-
export declare interface MessagingPolicy {
|
10264
|
-
/**
|
10265
|
-
* Boolean to track whether or not messages are restricted to only text.
|
10266
|
-
* */
|
10267
|
-
textOnlyChat?: boolean;
|
10268
|
-
}
|
10269
|
-
|
10270
9018
|
/**
|
10271
9019
|
* A button to turn microphone on / off.
|
10272
9020
|
*
|
@@ -10459,31 +9207,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
10459
9207
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
10460
9208
|
}
|
10461
9209
|
|
10462
|
-
/**
|
10463
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
10464
|
-
* by their browsers settings.
|
10465
|
-
*
|
10466
|
-
* @beta
|
10467
|
-
*/
|
10468
|
-
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
10469
|
-
|
10470
|
-
/**
|
10471
|
-
* @beta
|
10472
|
-
* Props for MicrophoneSitePermissions component.
|
10473
|
-
*/
|
10474
|
-
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
10475
|
-
/** Icon name for the microphone icon */
|
10476
|
-
microphoneIconName?: string;
|
10477
|
-
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
10478
|
-
strings?: MicrophoneSitePermissionsStrings;
|
10479
|
-
}
|
10480
|
-
|
10481
|
-
/**
|
10482
|
-
* @beta
|
10483
|
-
* Strings for MicrophoneSitePermissions component.
|
10484
|
-
*/
|
10485
|
-
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
10486
|
-
|
10487
9210
|
/**
|
10488
9211
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
10489
9212
|
*
|
@@ -10833,14 +9556,6 @@ export declare interface NotificationStackStrings {
|
|
10833
9556
|
* Message shown in notification when capability unMuteMic is absent
|
10834
9557
|
*/
|
10835
9558
|
capabilityUnmuteMicAbsent?: NotificationStrings;
|
10836
|
-
/**
|
10837
|
-
* Message shown in notification when together mode is started
|
10838
|
-
*/
|
10839
|
-
togetherModeStarted?: NotificationStrings;
|
10840
|
-
/**
|
10841
|
-
* Message shown in notification when together mode ends
|
10842
|
-
*/
|
10843
|
-
togetherModeEnded?: NotificationStrings;
|
10844
9559
|
}
|
10845
9560
|
|
10846
9561
|
/**
|
@@ -10912,7 +9627,7 @@ export declare interface NotificationStyles {
|
|
10912
9627
|
}
|
10913
9628
|
|
10914
9629
|
/** @public */
|
10915
|
-
export declare type NotificationTarget =
|
9630
|
+
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'assignedBreakoutRoomClosed' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent';
|
10916
9631
|
|
10917
9632
|
/**
|
10918
9633
|
* All notifications that can be shown in the {@link NotificationStack}.
|
@@ -11211,10 +9926,6 @@ export declare type ParticipantListProps = {
|
|
11211
9926
|
styles?: ParticipantListStyles;
|
11212
9927
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
11213
9928
|
showParticipantOverflowTooltip?: boolean;
|
11214
|
-
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
11215
|
-
totalParticipantCount?: number;
|
11216
|
-
/** Strings for the participant list */
|
11217
|
-
strings?: ParticipantListStrings;
|
11218
9929
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
11219
9930
|
participantAriaLabelledBy?: string;
|
11220
9931
|
/** List of pinned participants */
|
@@ -11229,21 +9940,8 @@ export declare type ParticipantListProps = {
|
|
11229
9940
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
11230
9941
|
participants: CallParticipantListParticipant[];
|
11231
9942
|
myUserId: string;
|
11232
|
-
totalParticipantCount?: number;
|
11233
9943
|
};
|
11234
9944
|
|
11235
|
-
/**
|
11236
|
-
* Strings for the {@link ParticipantList}.
|
11237
|
-
*
|
11238
|
-
* @beta
|
11239
|
-
*/
|
11240
|
-
export declare interface ParticipantListStrings {
|
11241
|
-
/**
|
11242
|
-
* String for rendering the count of participants not contained in the displayed participant list
|
11243
|
-
*/
|
11244
|
-
overflowParticipantCount?: string;
|
11245
|
-
}
|
11246
|
-
|
11247
9945
|
/**
|
11248
9946
|
* Styles for the {@link ParticipantList}.
|
11249
9947
|
*
|
@@ -11726,204 +10424,6 @@ export declare type ReadReceiptsBySenderId = {
|
|
11726
10424
|
};
|
11727
10425
|
};
|
11728
10426
|
|
11729
|
-
/**
|
11730
|
-
* @beta
|
11731
|
-
* A component for displaying a single line of RealTimeText
|
11732
|
-
*/
|
11733
|
-
export declare const RealTimeText: (props: RealTimeTextProps) => JSX.Element;
|
11734
|
-
|
11735
|
-
/**
|
11736
|
-
* @beta
|
11737
|
-
*/
|
11738
|
-
export declare interface RealTimeTextCallFeatureState {
|
11739
|
-
/**
|
11740
|
-
* array of received captions
|
11741
|
-
*/
|
11742
|
-
realTimeTexts: {
|
11743
|
-
completedMessages?: RealTimeTextInfo[];
|
11744
|
-
currentInProgress?: RealTimeTextInfo[];
|
11745
|
-
myInProgress?: RealTimeTextInfo;
|
11746
|
-
};
|
11747
|
-
/**
|
11748
|
-
* whether real time text is on/off
|
11749
|
-
*/
|
11750
|
-
isRealTimeTextFeatureActive?: boolean;
|
11751
|
-
}
|
11752
|
-
|
11753
|
-
/**
|
11754
|
-
* @beta
|
11755
|
-
*/
|
11756
|
-
export declare interface RealTimeTextInfo {
|
11757
|
-
/**
|
11758
|
-
* The sequence id of the real time text.
|
11759
|
-
*/
|
11760
|
-
sequenceId: number;
|
11761
|
-
/**
|
11762
|
-
* The sender of the real time text.
|
11763
|
-
*/
|
11764
|
-
sender: ParticipantInfo;
|
11765
|
-
/**
|
11766
|
-
* The real time text message.
|
11767
|
-
*/
|
11768
|
-
message: string;
|
11769
|
-
/**
|
11770
|
-
* The result type of the real time text message.
|
11771
|
-
*/
|
11772
|
-
resultType: RealTimeTextResultType;
|
11773
|
-
/**
|
11774
|
-
* The timestamp when the real time text message was created.
|
11775
|
-
*/
|
11776
|
-
receivedTimestamp?: Date;
|
11777
|
-
/**
|
11778
|
-
* The timestamp when the real time text message was last updated.
|
11779
|
-
*/
|
11780
|
-
updatedTimestamp?: Date;
|
11781
|
-
/**
|
11782
|
-
* If message originated from the local participant
|
11783
|
-
* default is false
|
11784
|
-
*/
|
11785
|
-
isMe?: boolean;
|
11786
|
-
}
|
11787
|
-
|
11788
|
-
/**
|
11789
|
-
* @beta
|
11790
|
-
* information required for each line of real time text
|
11791
|
-
*/
|
11792
|
-
export declare type RealTimeTextInformation = {
|
11793
|
-
/**
|
11794
|
-
* The id of the real time text.
|
11795
|
-
*/
|
11796
|
-
id: number;
|
11797
|
-
/**
|
11798
|
-
* sender's display name
|
11799
|
-
*/
|
11800
|
-
displayName: string;
|
11801
|
-
/**
|
11802
|
-
* id of the sender
|
11803
|
-
*/
|
11804
|
-
userId?: string;
|
11805
|
-
/**
|
11806
|
-
* The real time text message.
|
11807
|
-
*/
|
11808
|
-
message: string;
|
11809
|
-
/**
|
11810
|
-
* if the real time text received is partial
|
11811
|
-
*/
|
11812
|
-
isTyping: boolean;
|
11813
|
-
/**
|
11814
|
-
* timestamp when the real time text was finalized
|
11815
|
-
*/
|
11816
|
-
finalizedTimeStamp: Date;
|
11817
|
-
/**
|
11818
|
-
* If message originated from the local participant
|
11819
|
-
* default value is false
|
11820
|
-
*/
|
11821
|
-
isMe?: boolean;
|
11822
|
-
};
|
11823
|
-
|
11824
|
-
/**
|
11825
|
-
* @beta
|
11826
|
-
* a component for realTimeText modal
|
11827
|
-
*/
|
11828
|
-
export declare const RealTimeTextModal: (props: RealTimeTextModalProps) => JSX.Element;
|
11829
|
-
|
11830
|
-
/**
|
11831
|
-
* @beta
|
11832
|
-
* RealTimeTextModal Component Props.
|
11833
|
-
*/
|
11834
|
-
export declare interface RealTimeTextModalProps {
|
11835
|
-
/** The strings for the RealTimeText modal */
|
11836
|
-
strings?: RealTimeTextModalStrings;
|
11837
|
-
/** The flag to show the modal */
|
11838
|
-
showModal?: boolean;
|
11839
|
-
/** The function to dismiss the modal */
|
11840
|
-
onDismissModal?: () => void;
|
11841
|
-
/**
|
11842
|
-
* Use this function to show RealTimeText UI in the calling experience.
|
11843
|
-
* Note that real time text should not be started for everyone in the call until the first real time text is received.
|
11844
|
-
*/
|
11845
|
-
onStartRealTimeText?: () => void;
|
11846
|
-
}
|
11847
|
-
|
11848
|
-
/**
|
11849
|
-
* @beta
|
11850
|
-
* strings for realTimeText modal
|
11851
|
-
*/
|
11852
|
-
export declare interface RealTimeTextModalStrings {
|
11853
|
-
/** The title of the RealTimeText modal */
|
11854
|
-
realTimeTextModalTitle?: string;
|
11855
|
-
/** The text of the RealTimeText modal */
|
11856
|
-
realTimeTextModalText?: string;
|
11857
|
-
/** The label for the confirm button */
|
11858
|
-
realTimeTextConfirmButtonLabel?: string;
|
11859
|
-
/** The label for the cancel button */
|
11860
|
-
realTimeTextCancelButtonLabel?: string;
|
11861
|
-
/** The aria label for the modal */
|
11862
|
-
realTimeTextModalAriaLabel?: string;
|
11863
|
-
/** The aria label for the close button */
|
11864
|
-
realTimeTextCloseModalButtonAriaLabel?: string;
|
11865
|
-
}
|
11866
|
-
|
11867
|
-
/**
|
11868
|
-
* @beta
|
11869
|
-
* Props for a single line of RealTimeText.
|
11870
|
-
*/
|
11871
|
-
export declare interface RealTimeTextProps {
|
11872
|
-
/**
|
11873
|
-
* RealTimeText id
|
11874
|
-
*/
|
11875
|
-
id: number;
|
11876
|
-
/**
|
11877
|
-
* Display name of the user
|
11878
|
-
*/
|
11879
|
-
displayName: string;
|
11880
|
-
/**
|
11881
|
-
* RealTimeText content
|
11882
|
-
*/
|
11883
|
-
message: string;
|
11884
|
-
/**
|
11885
|
-
* user id of the user
|
11886
|
-
*/
|
11887
|
-
userId?: string;
|
11888
|
-
/**
|
11889
|
-
* Optional callback to override render of the avatar.
|
11890
|
-
*
|
11891
|
-
* @param userId - user Id
|
11892
|
-
*/
|
11893
|
-
onRenderAvatar?: OnRenderAvatarCallback;
|
11894
|
-
/**
|
11895
|
-
* Boolean indicating whether the RealTimeText is still in progress
|
11896
|
-
*/
|
11897
|
-
isTyping?: boolean;
|
11898
|
-
/**
|
11899
|
-
* Boolean indicating whether the RealTimeText is from the local user
|
11900
|
-
*/
|
11901
|
-
isMe?: boolean;
|
11902
|
-
/**
|
11903
|
-
* Strings for RealTimeText
|
11904
|
-
*/
|
11905
|
-
strings?: RealTimeTextStrings;
|
11906
|
-
}
|
11907
|
-
|
11908
|
-
/**
|
11909
|
-
* Callback for {@link CallAdapterSubscribers} 'realTimeTextReceived' event.
|
11910
|
-
* @beta
|
11911
|
-
*/
|
11912
|
-
export declare type RealTimeTextReceivedListener = (event: {
|
11913
|
-
realTimeText: RealTimeTextInfo_2;
|
11914
|
-
}) => void;
|
11915
|
-
|
11916
|
-
/**
|
11917
|
-
* @beta
|
11918
|
-
* strings for rtt
|
11919
|
-
*/
|
11920
|
-
export declare interface RealTimeTextStrings {
|
11921
|
-
/**
|
11922
|
-
* String indicating that the user is typing
|
11923
|
-
*/
|
11924
|
-
isTypingText?: string;
|
11925
|
-
}
|
11926
|
-
|
11927
10427
|
/**
|
11928
10428
|
* State only version of {@link @azure/communication-calling#RecordingCallFeature}. {@link StatefulCallClient} will
|
11929
10429
|
* automatically listen for recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
@@ -11935,35 +10435,8 @@ export declare interface RecordingCallFeature {
|
|
11935
10435
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
11936
10436
|
*/
|
11937
10437
|
isRecordingActive: boolean;
|
11938
|
-
/**
|
11939
|
-
* Contains list of information of started recordings
|
11940
|
-
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
11941
|
-
*/
|
11942
|
-
activeRecordings?: RecordingInfo[];
|
11943
|
-
/**
|
11944
|
-
* Contains list of information of stopped recordings
|
11945
|
-
*/
|
11946
|
-
lastStoppedRecording?: RecordingInfo[];
|
11947
10438
|
}
|
11948
10439
|
|
11949
|
-
/**
|
11950
|
-
* State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
|
11951
|
-
*
|
11952
|
-
* @beta
|
11953
|
-
*/
|
11954
|
-
export declare type RemoteDiagnosticState = {
|
11955
|
-
readonly diagnostic: RemoteDiagnosticType;
|
11956
|
-
readonly value: DiagnosticQuality | DiagnosticFlag;
|
11957
|
-
readonly valueType: DiagnosticValueType;
|
11958
|
-
};
|
11959
|
-
|
11960
|
-
/**
|
11961
|
-
* All type names for {@link @azure/communication-calling#RemoteDiagnosticState}.
|
11962
|
-
*
|
11963
|
-
* @beta
|
11964
|
-
*/
|
11965
|
-
export declare type RemoteDiagnosticType = NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType;
|
11966
|
-
|
11967
10440
|
/**
|
11968
10441
|
* State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
|
11969
10442
|
* automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -12031,10 +10504,6 @@ export declare interface RemoteParticipantState {
|
|
12031
10504
|
* Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
|
12032
10505
|
*/
|
12033
10506
|
mediaAccess?: MediaAccessState;
|
12034
|
-
/**
|
12035
|
-
* The diagnostic status of RemoteParticipant{@link @azure/communication-calling#RemoteDiagnostics}.
|
12036
|
-
*/
|
12037
|
-
diagnostics?: Partial<Record<RemoteDiagnosticType, RemoteDiagnosticState>>;
|
12038
10507
|
}
|
12039
10508
|
|
12040
10509
|
/**
|
@@ -12109,313 +10578,63 @@ export declare type ResourceFetchResult = {
|
|
12109
10578
|
};
|
12110
10579
|
|
12111
10580
|
/**
|
12112
|
-
*
|
10581
|
+
* A button to start / stop screen sharing.
|
10582
|
+
*
|
10583
|
+
* Can be used with {@link ControlBar}.
|
12113
10584
|
*
|
12114
|
-
* @
|
10585
|
+
* @public
|
12115
10586
|
*/
|
12116
|
-
export declare
|
12117
|
-
|
12118
|
-
|
12119
|
-
|
12120
|
-
|
12121
|
-
|
12122
|
-
|
12123
|
-
|
12124
|
-
onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
10587
|
+
export declare const ScreenShareButton: (props: ScreenShareButtonProps) => JSX.Element;
|
10588
|
+
|
10589
|
+
/**
|
10590
|
+
* Props for {@link ScreenShareButton}.
|
10591
|
+
*
|
10592
|
+
* @public
|
10593
|
+
*/
|
10594
|
+
export declare interface ScreenShareButtonProps extends ControlBarButtonProps {
|
12125
10595
|
/**
|
12126
|
-
*
|
12127
|
-
*
|
12128
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
12129
|
-
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
12130
|
-
* @param messageId - the id of the message that the inlineImage belongs to.
|
10596
|
+
* Utility property for using this component with `communication react eventHandlers`.
|
10597
|
+
* Maps directly to the `onClick` property.
|
12131
10598
|
*/
|
12132
|
-
|
10599
|
+
onToggleScreenShare?: () => Promise<void>;
|
12133
10600
|
/**
|
12134
|
-
* Optional
|
12135
|
-
* to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
|
12136
|
-
* - there is an error provided in the messagesInlineImagesWithProgress
|
12137
|
-
* - progress is less than 1 when the send button is clicked
|
12138
|
-
* - content html string is longer than the max allowed length.
|
12139
|
-
* (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
|
12140
|
-
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
10601
|
+
* Optional strings to override in component
|
12141
10602
|
*/
|
12142
|
-
|
10603
|
+
strings?: Partial<ScreenShareButtonStrings>;
|
12143
10604
|
}
|
12144
10605
|
|
12145
10606
|
/**
|
12146
|
-
*
|
10607
|
+
* Selector type for {@link ScreenShareButton} component.
|
12147
10608
|
*
|
12148
|
-
* @
|
10609
|
+
* @public
|
12149
10610
|
*/
|
12150
|
-
export declare
|
12151
|
-
|
12152
|
-
|
12153
|
-
|
12154
|
-
onPaste?: (event: {
|
12155
|
-
content: DocumentFragment;
|
12156
|
-
}) => void;
|
12157
|
-
}
|
10611
|
+
export declare type ScreenShareButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
10612
|
+
checked?: boolean;
|
10613
|
+
disabled?: boolean;
|
10614
|
+
};
|
12158
10615
|
|
12159
10616
|
/**
|
12160
|
-
*
|
10617
|
+
* Strings of {@link ScreenShareButton} that can be overridden.
|
12161
10618
|
*
|
12162
|
-
* @
|
10619
|
+
* @public
|
12163
10620
|
*/
|
12164
|
-
export declare
|
10621
|
+
export declare interface ScreenShareButtonStrings {
|
10622
|
+
/** Label when button is on. */
|
10623
|
+
onLabel: string;
|
10624
|
+
/** Label when button is off. */
|
10625
|
+
offLabel: string;
|
10626
|
+
/** * Tooltip content when the button is disabled. */
|
10627
|
+
tooltipDisabledContent?: string;
|
10628
|
+
/** Tooltip content when the button is on. */
|
10629
|
+
tooltipOnContent?: string;
|
10630
|
+
/** Tooltip content when the button is off. */
|
10631
|
+
tooltipOffContent?: string;
|
10632
|
+
}
|
12165
10633
|
|
12166
10634
|
/**
|
12167
|
-
*
|
10635
|
+
* An optimized selector that refines {@link ClientState} updates into props for React Components in this library.
|
12168
10636
|
*
|
12169
|
-
* @
|
12170
|
-
*/
|
12171
|
-
export declare interface RichTextSendBoxProps {
|
12172
|
-
/**
|
12173
|
-
* Optional boolean to disable text box
|
12174
|
-
* @defaultValue false
|
12175
|
-
*/
|
12176
|
-
disabled?: boolean;
|
12177
|
-
/**
|
12178
|
-
* Optional callback to handle paste event.
|
12179
|
-
*/
|
12180
|
-
onPaste?: (event: {
|
12181
|
-
content: DocumentFragment;
|
12182
|
-
}) => void;
|
12183
|
-
/**
|
12184
|
-
* Optional strings to override in component
|
12185
|
-
*/
|
12186
|
-
strings?: Partial<RichTextSendBoxStrings>;
|
12187
|
-
/**
|
12188
|
-
* Optional text for system message above the text box
|
12189
|
-
*/
|
12190
|
-
systemMessage?: string;
|
12191
|
-
/**
|
12192
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
12193
|
-
* to render attachments being uploaded in the SendBox.
|
12194
|
-
* @beta
|
12195
|
-
*/
|
12196
|
-
attachments?: AttachmentMetadataInProgress[];
|
12197
|
-
/**
|
12198
|
-
* enumerable to determine if the input box has focus on render or not.
|
12199
|
-
* When undefined nothing has focus on render
|
12200
|
-
*/
|
12201
|
-
autoFocus?: 'sendBoxTextField';
|
12202
|
-
/**
|
12203
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
12204
|
-
* cancel icon.
|
12205
|
-
*/
|
12206
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
12207
|
-
/**
|
12208
|
-
* Optional callback invoked after inline image is removed from the UI.
|
12209
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12210
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
12211
|
-
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
12212
|
-
*/
|
12213
|
-
onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12214
|
-
/**
|
12215
|
-
* Callback function used when the send button is clicked.
|
12216
|
-
*/
|
12217
|
-
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
12218
|
-
/**
|
12219
|
-
* Optional callback called when user is typing
|
12220
|
-
*/
|
12221
|
-
onTyping?: () => Promise<void>;
|
12222
|
-
/**
|
12223
|
-
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
12224
|
-
* When not provided, pasting images into rich text editor will be disabled.
|
12225
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12226
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
12227
|
-
*/
|
12228
|
-
onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12229
|
-
/**
|
12230
|
-
* Optional Array of type {@link AttachmentMetadataInProgress}
|
12231
|
-
* to render the errorBar for inline images inserted in the RichTextSendBox when:
|
12232
|
-
* - there is an error provided in the inlineImagesWithProgress
|
12233
|
-
* - progress is less than 1 when the send button is clicked
|
12234
|
-
* - content html string is longer than the max allowed length.
|
12235
|
-
* (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
|
12236
|
-
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
12237
|
-
*/
|
12238
|
-
inlineImagesWithProgress?: AttachmentMetadataInProgress[];
|
12239
|
-
}
|
12240
|
-
|
12241
|
-
/**
|
12242
|
-
* Strings of {@link RichTextSendBox} that can be overridden.
|
12243
|
-
*
|
12244
|
-
* @beta
|
12245
|
-
*/
|
12246
|
-
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
12247
|
-
}
|
12248
|
-
|
12249
|
-
/**
|
12250
|
-
* Strings of RichText that can be overridden.
|
12251
|
-
*
|
12252
|
-
* @beta
|
12253
|
-
*/
|
12254
|
-
export declare interface RichTextStrings {
|
12255
|
-
/**
|
12256
|
-
* Tooltip text for the bold button.
|
12257
|
-
*/
|
12258
|
-
richTextBoldTooltip: string;
|
12259
|
-
/**
|
12260
|
-
* Tooltip text for the italic button.
|
12261
|
-
*/
|
12262
|
-
richTextItalicTooltip: string;
|
12263
|
-
/**
|
12264
|
-
* Tooltip text for the underline button.
|
12265
|
-
*/
|
12266
|
-
richTextUnderlineTooltip: string;
|
12267
|
-
/**
|
12268
|
-
* Tooltip text for the bullet list button.
|
12269
|
-
*/
|
12270
|
-
richTextBulletListTooltip: string;
|
12271
|
-
/**
|
12272
|
-
* Tooltip text for the number list button.
|
12273
|
-
*/
|
12274
|
-
richTextNumberListTooltip: string;
|
12275
|
-
/**
|
12276
|
-
* Tooltip text for the increase indent button.
|
12277
|
-
*/
|
12278
|
-
richTextIncreaseIndentTooltip: string;
|
12279
|
-
/**
|
12280
|
-
* Tooltip text for the decrease indent button.
|
12281
|
-
*/
|
12282
|
-
richTextDecreaseIndentTooltip: string;
|
12283
|
-
/**
|
12284
|
-
* Tooltip text insert table button.
|
12285
|
-
*/
|
12286
|
-
richTextInsertTableTooltip: string;
|
12287
|
-
/**
|
12288
|
-
* Tooltip text for the rich text format button button.
|
12289
|
-
*/
|
12290
|
-
richTextFormatButtonTooltip: string;
|
12291
|
-
/**
|
12292
|
-
* Text for the insert menu item.
|
12293
|
-
*/
|
12294
|
-
richTextInsertRowOrColumnMenu: string;
|
12295
|
-
/**
|
12296
|
-
* Title for the insert table menu.
|
12297
|
-
*/
|
12298
|
-
richTextInsertTableMenuTitle: string;
|
12299
|
-
/**
|
12300
|
-
* Text for the insert menu item to insert row above the current selection.
|
12301
|
-
*/
|
12302
|
-
richTextInsertRowAboveMenu: string;
|
12303
|
-
/**
|
12304
|
-
* Text for the insert menu item to insert row below the current selection.
|
12305
|
-
*/
|
12306
|
-
richTextInsertRowBelowMenu: string;
|
12307
|
-
/**
|
12308
|
-
* Text for the insert menu item to insert column to the left from the current selection.
|
12309
|
-
*/
|
12310
|
-
richTextInsertColumnLeftMenu: string;
|
12311
|
-
/**
|
12312
|
-
* Text for the insert menu item to insert column to the right from the current selection.
|
12313
|
-
*/
|
12314
|
-
richTextInsertColumnRightMenu: string;
|
12315
|
-
/**
|
12316
|
-
* Text for the delete row or column menu.
|
12317
|
-
*/
|
12318
|
-
richTextDeleteRowOrColumnMenu: string;
|
12319
|
-
/**
|
12320
|
-
* Text for the delete column menu.
|
12321
|
-
*/
|
12322
|
-
richTextDeleteColumnMenu: string;
|
12323
|
-
/**
|
12324
|
-
* Text for the delete row menu.
|
12325
|
-
*/
|
12326
|
-
richTextDeleteRowMenu: string;
|
12327
|
-
/**
|
12328
|
-
* Text for the delete table menu.
|
12329
|
-
*/
|
12330
|
-
richTextDeleteTableMenu: string;
|
12331
|
-
/**
|
12332
|
-
* Text for the rich text toolbar.
|
12333
|
-
*/
|
12334
|
-
richTextToolbarAriaLabel: string;
|
12335
|
-
/**
|
12336
|
-
* Text for the rich text toolbar more button.
|
12337
|
-
*/
|
12338
|
-
richTextToolbarMoreButtonAriaLabel: string;
|
12339
|
-
/**
|
12340
|
-
* Text for announcement when a new bulleted list item is added.
|
12341
|
-
*/
|
12342
|
-
richTextNewBulletedListItemAnnouncement: string;
|
12343
|
-
/**
|
12344
|
-
* Text for announcement when a new numbered list item is added.
|
12345
|
-
*/
|
12346
|
-
richTextNewNumberedListItemAnnouncement: string;
|
12347
|
-
/**
|
12348
|
-
* Text for announcement when the bulleted list style is applied.
|
12349
|
-
*/
|
12350
|
-
richTextBulletedListAppliedAnnouncement: string;
|
12351
|
-
/**
|
12352
|
-
* Text for announcement when the numbered list style is applied.
|
12353
|
-
*/
|
12354
|
-
richTextNumberedListAppliedAnnouncement: string;
|
12355
|
-
/**
|
12356
|
-
* Error message indicating image upload is not complete.
|
12357
|
-
*/
|
12358
|
-
imageUploadsPendingError: string;
|
12359
|
-
}
|
12360
|
-
|
12361
|
-
/**
|
12362
|
-
* A button to start / stop screen sharing.
|
12363
|
-
*
|
12364
|
-
* Can be used with {@link ControlBar}.
|
12365
|
-
*
|
12366
|
-
* @public
|
12367
|
-
*/
|
12368
|
-
export declare const ScreenShareButton: (props: ScreenShareButtonProps) => JSX.Element;
|
12369
|
-
|
12370
|
-
/**
|
12371
|
-
* Props for {@link ScreenShareButton}.
|
12372
|
-
*
|
12373
|
-
* @public
|
12374
|
-
*/
|
12375
|
-
export declare interface ScreenShareButtonProps extends ControlBarButtonProps {
|
12376
|
-
/**
|
12377
|
-
* Utility property for using this component with `communication react eventHandlers`.
|
12378
|
-
* Maps directly to the `onClick` property.
|
12379
|
-
*/
|
12380
|
-
onToggleScreenShare?: () => Promise<void>;
|
12381
|
-
/**
|
12382
|
-
* Optional strings to override in component
|
12383
|
-
*/
|
12384
|
-
strings?: Partial<ScreenShareButtonStrings>;
|
12385
|
-
}
|
12386
|
-
|
12387
|
-
/**
|
12388
|
-
* Selector type for {@link ScreenShareButton} component.
|
12389
|
-
*
|
12390
|
-
* @public
|
12391
|
-
*/
|
12392
|
-
export declare type ScreenShareButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
12393
|
-
checked?: boolean;
|
12394
|
-
disabled?: boolean;
|
12395
|
-
};
|
12396
|
-
|
12397
|
-
/**
|
12398
|
-
* Strings of {@link ScreenShareButton} that can be overridden.
|
12399
|
-
*
|
12400
|
-
* @public
|
12401
|
-
*/
|
12402
|
-
export declare interface ScreenShareButtonStrings {
|
12403
|
-
/** Label when button is on. */
|
12404
|
-
onLabel: string;
|
12405
|
-
/** Label when button is off. */
|
12406
|
-
offLabel: string;
|
12407
|
-
/** * Tooltip content when the button is disabled. */
|
12408
|
-
tooltipDisabledContent?: string;
|
12409
|
-
/** Tooltip content when the button is on. */
|
12410
|
-
tooltipOnContent?: string;
|
12411
|
-
/** Tooltip content when the button is off. */
|
12412
|
-
tooltipOffContent?: string;
|
12413
|
-
}
|
12414
|
-
|
12415
|
-
/**
|
12416
|
-
* An optimized selector that refines {@link ClientState} updates into props for React Components in this library.
|
12417
|
-
*
|
12418
|
-
* @public
|
10637
|
+
* @public
|
12419
10638
|
*/
|
12420
10639
|
export declare type Selector = (state: ClientState, props: any) => any;
|
12421
10640
|
|
@@ -12429,42 +10648,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
12429
10648
|
*/
|
12430
10649
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
12431
10650
|
|
12432
|
-
/**
|
12433
|
-
* @beta
|
12434
|
-
* Error to be displayed to the user in an error bar above sendbox.
|
12435
|
-
*/
|
12436
|
-
export declare interface SendBoxErrorBarError {
|
12437
|
-
/** Error Message to be displayed */
|
12438
|
-
message: string;
|
12439
|
-
/**
|
12440
|
-
* Unix Timestamp. Preferred generation using `Date.now()`
|
12441
|
-
*/
|
12442
|
-
timestamp: number;
|
12443
|
-
/**
|
12444
|
-
* ErrorBar type. Defaults to `warning`.
|
12445
|
-
*/
|
12446
|
-
errorBarType?: SendBoxErrorBarType;
|
12447
|
-
}
|
12448
|
-
|
12449
|
-
/**
|
12450
|
-
* @beta
|
12451
|
-
* Error bar type for {@link SendBoxErrorBarError}
|
12452
|
-
*/
|
12453
|
-
export declare enum SendBoxErrorBarType {
|
12454
|
-
/** Info styled MessageBar */
|
12455
|
-
info = 0,
|
12456
|
-
/** Error styled MessageBar */
|
12457
|
-
error = 1,
|
12458
|
-
/** Blocked styled MessageBar */
|
12459
|
-
blocked = 2,
|
12460
|
-
/** SevereWarning styled MessageBar */
|
12461
|
-
severeWarning = 3,
|
12462
|
-
/** Success styled MessageBar */
|
12463
|
-
success = 4,
|
12464
|
-
/** Warning styled MessageBar */
|
12465
|
-
warning = 5
|
12466
|
-
}
|
12467
|
-
|
12468
10651
|
/**
|
12469
10652
|
* Props for {@link SendBox}.
|
12470
10653
|
*
|
@@ -12483,12 +10666,7 @@ export declare interface SendBoxProps {
|
|
12483
10666
|
/**
|
12484
10667
|
* Optional override behavior on send button click
|
12485
10668
|
*/
|
12486
|
-
onSendMessage?: (content: string
|
12487
|
-
/**
|
12488
|
-
* Optional props needed to lookup suggestions in the mention scenario.
|
12489
|
-
* @beta
|
12490
|
-
*/
|
12491
|
-
mentionLookupOptions?: MentionLookupOptions;
|
10669
|
+
onSendMessage?: (content: string) => Promise<void>;
|
12492
10670
|
/**
|
12493
10671
|
* Optional callback called when user is typing
|
12494
10672
|
*/
|
@@ -12525,25 +10703,6 @@ export declare interface SendBoxProps {
|
|
12525
10703
|
* When undefined nothing has focus on render
|
12526
10704
|
*/
|
12527
10705
|
autoFocus?: 'sendBoxTextField';
|
12528
|
-
/**
|
12529
|
-
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
12530
|
-
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
12531
|
-
* be rendered below the text area in sendBox.
|
12532
|
-
* @beta
|
12533
|
-
*/
|
12534
|
-
onRenderAttachmentUploads?: () => JSX.Element;
|
12535
|
-
/**
|
12536
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
12537
|
-
* to render attachments being uploaded in the SendBox.
|
12538
|
-
* @beta
|
12539
|
-
*/
|
12540
|
-
attachments?: AttachmentMetadataInProgress[];
|
12541
|
-
/**
|
12542
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
12543
|
-
* cancel icon.
|
12544
|
-
* @beta
|
12545
|
-
*/
|
12546
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
12547
10706
|
}
|
12548
10707
|
|
12549
10708
|
/**
|
@@ -12574,26 +10733,6 @@ export declare interface SendBoxStrings {
|
|
12574
10733
|
* Aria label for send message button
|
12575
10734
|
*/
|
12576
10735
|
sendButtonAriaLabel: string;
|
12577
|
-
/**
|
12578
|
-
* Error message indicating that all attachment uploads are not complete.
|
12579
|
-
*/
|
12580
|
-
attachmentUploadsPendingError: string;
|
12581
|
-
/**
|
12582
|
-
* Aria label to notify user when focus is on cancel attachment upload button.
|
12583
|
-
*/
|
12584
|
-
removeAttachment: string;
|
12585
|
-
/**
|
12586
|
-
* Aria label to notify user attachment uploading starts.
|
12587
|
-
*/
|
12588
|
-
uploading: string;
|
12589
|
-
/**
|
12590
|
-
* Aria label to notify user attachment is uploaded.
|
12591
|
-
*/
|
12592
|
-
uploadCompleted: string;
|
12593
|
-
/**
|
12594
|
-
* Aria label to notify user more attachment action menu.
|
12595
|
-
*/
|
12596
|
-
attachmentMoreMenu: string;
|
12597
10736
|
}
|
12598
10737
|
|
12599
10738
|
/**
|
@@ -12614,45 +10753,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
12614
10753
|
systemMessage?: IStyle;
|
12615
10754
|
}
|
12616
10755
|
|
12617
|
-
/**
|
12618
|
-
* @beta
|
12619
|
-
* Strings for SitePermissions component
|
12620
|
-
*/
|
12621
|
-
export declare type SitePermissionsStrings = {
|
12622
|
-
/**
|
12623
|
-
* Main text string.
|
12624
|
-
*/
|
12625
|
-
primaryText?: string;
|
12626
|
-
/**
|
12627
|
-
* Subtext string.
|
12628
|
-
*/
|
12629
|
-
secondaryText?: string;
|
12630
|
-
/**
|
12631
|
-
* More help link string.
|
12632
|
-
*/
|
12633
|
-
linkText?: string;
|
12634
|
-
/**
|
12635
|
-
* Primary button text string.
|
12636
|
-
*/
|
12637
|
-
primaryButtonText?: string;
|
12638
|
-
/**
|
12639
|
-
* Aria label describing the content of the container
|
12640
|
-
*/
|
12641
|
-
ariaLabel?: string;
|
12642
|
-
};
|
12643
|
-
|
12644
|
-
/**
|
12645
|
-
* Fluent styles for {@link SitePermissionsContainer}.
|
12646
|
-
*
|
12647
|
-
* @beta
|
12648
|
-
*/
|
12649
|
-
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
12650
|
-
/** Styles for the primary button. */
|
12651
|
-
primaryButton?: IButtonStyles;
|
12652
|
-
/** Styles for the help troubleshooting link text. */
|
12653
|
-
troubleshootingLink?: ILinkStyles;
|
12654
|
-
}
|
12655
|
-
|
12656
10756
|
/**
|
12657
10757
|
* @public
|
12658
10758
|
* Type for representing a custom sound to use for a calling event
|
@@ -12925,60 +11025,6 @@ export declare interface StartCaptionsButtonStrings {
|
|
12925
11025
|
tooltipOffContent: string;
|
12926
11026
|
}
|
12927
11027
|
|
12928
|
-
/**
|
12929
|
-
* a button to start RealTimeText
|
12930
|
-
* based on accessibility requirement, real time text cannot be turned off once it is on
|
12931
|
-
*
|
12932
|
-
* Can be used with {@link ControlBar}
|
12933
|
-
*
|
12934
|
-
* @param props - properties for the start RealTimeText button.
|
12935
|
-
* @beta
|
12936
|
-
*/
|
12937
|
-
export declare const StartRealTimeTextButton: (props: StartRealTimeTextButtonProps) => JSX.Element;
|
12938
|
-
|
12939
|
-
/**
|
12940
|
-
* Props for the StartRealTimeTextButton component
|
12941
|
-
* @beta
|
12942
|
-
*/
|
12943
|
-
export declare interface StartRealTimeTextButtonProps extends ControlBarButtonProps {
|
12944
|
-
/**
|
12945
|
-
* Use this function to show RealTimeText UI in the calling experience.
|
12946
|
-
* Note that real time text should not be started for everyone in the call until the first real time text is received.
|
12947
|
-
*/
|
12948
|
-
onStartRealTimeText: () => void;
|
12949
|
-
/**
|
12950
|
-
* If RealTimeText is on
|
12951
|
-
*/
|
12952
|
-
isRealTimeTextOn: boolean;
|
12953
|
-
/**
|
12954
|
-
* Optional strings to override in component
|
12955
|
-
*/
|
12956
|
-
strings?: StartRealTimeTextButtonStrings;
|
12957
|
-
}
|
12958
|
-
|
12959
|
-
/**
|
12960
|
-
* Strings for the hold button labels
|
12961
|
-
* @beta
|
12962
|
-
*/
|
12963
|
-
export declare interface StartRealTimeTextButtonStrings {
|
12964
|
-
/**
|
12965
|
-
* Label for the start Real Time Text button
|
12966
|
-
*/
|
12967
|
-
label: string;
|
12968
|
-
/**
|
12969
|
-
* Content for when button is not checked, Real-Time Text is off.
|
12970
|
-
* 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.
|
12971
|
-
*/
|
12972
|
-
tooltipOffContent: string;
|
12973
|
-
}
|
12974
|
-
|
12975
|
-
/**
|
12976
|
-
* Parameter to start a call using a Teams user identity.
|
12977
|
-
*
|
12978
|
-
* @beta
|
12979
|
-
*/
|
12980
|
-
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
12981
|
-
|
12982
11028
|
/**
|
12983
11029
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
12984
11030
|
* The interface provides access to proxied state and also allows registering a handler for state change events. For
|
@@ -13064,7 +11110,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
13064
11110
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to start rendering.
|
13065
11111
|
* @param options - Options that are passed to the {@link @azure/communication-calling#VideoStreamRenderer}.
|
13066
11112
|
*/
|
13067
|
-
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState
|
11113
|
+
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
|
13068
11114
|
/**
|
13069
11115
|
* Stops rendering a {@link RemoteVideoStreamState} or {@link LocalVideoStreamState} and removes the
|
13070
11116
|
* {@link VideoStreamRendererView} from the relevant {@link RemoteVideoStreamState} in {@link CallClientState} or
|
@@ -13089,7 +11135,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
13089
11135
|
* be undefined if disposing LocalVideoStreamState.
|
13090
11136
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
13091
11137
|
*/
|
13092
|
-
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState
|
11138
|
+
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
13093
11139
|
/**
|
13094
11140
|
* The CallAgent is used to handle calls.
|
13095
11141
|
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
@@ -13429,7 +11475,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
13429
11475
|
* @public
|
13430
11476
|
*/
|
13431
11477
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13432
|
-
locator: TeamsMeetingLinkLocator |
|
11478
|
+
locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
|
13433
11479
|
};
|
13434
11480
|
|
13435
11481
|
/**
|
@@ -13502,17 +11548,6 @@ export declare interface TeamsIncomingCallState {
|
|
13502
11548
|
endTime?: Date;
|
13503
11549
|
}
|
13504
11550
|
|
13505
|
-
/**
|
13506
|
-
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
13507
|
-
*
|
13508
|
-
* This is used to create an outbound call scenarios.
|
13509
|
-
*
|
13510
|
-
* @beta
|
13511
|
-
*/
|
13512
|
-
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13513
|
-
targetCallees: StartTeamsCallIdentifier[];
|
13514
|
-
};
|
13515
|
-
|
13516
11551
|
/**
|
13517
11552
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
13518
11553
|
*
|
@@ -13525,92 +11560,6 @@ export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon &
|
|
13525
11560
|
*/
|
13526
11561
|
export declare const toFlatCommunicationIdentifier: (identifier: CommunicationIdentifier) => string;
|
13527
11562
|
|
13528
|
-
/**
|
13529
|
-
* State only version of {@link @azure/communication-calling#TogetherModeCallFeature}. {@link StatefulCallClient}.
|
13530
|
-
* Represents the state of the Together Mode feature.
|
13531
|
-
* @public
|
13532
|
-
*/
|
13533
|
-
export declare interface TogetherModeCallFeatureState {
|
13534
|
-
/**
|
13535
|
-
* Flag indicating if Together Mode is active in the call
|
13536
|
-
*/
|
13537
|
-
isActive: boolean;
|
13538
|
-
/**
|
13539
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.togetherModeStream}.
|
13540
|
-
*/
|
13541
|
-
streams: TogetherModeStreamsState;
|
13542
|
-
/**
|
13543
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.TogetherModeSeatingMap}.
|
13544
|
-
*/
|
13545
|
-
seatingPositions: TogetherModeParticipantSeatingState;
|
13546
|
-
}
|
13547
|
-
|
13548
|
-
/**
|
13549
|
-
* Represents the seating positions of participants in Together Mode.
|
13550
|
-
*
|
13551
|
-
* @public
|
13552
|
-
*/
|
13553
|
-
export declare type TogetherModeParticipantSeatingState = Record<string, TogetherModeSeatingPositionState>;
|
13554
|
-
|
13555
|
-
/**
|
13556
|
-
* State only version of {@link @azure/communication-calling#TogetherModeSeatingMap}.
|
13557
|
-
* @public
|
13558
|
-
*
|
13559
|
-
* Represents the seating position of a participant in Together Mode.
|
13560
|
-
*/
|
13561
|
-
export declare interface TogetherModeSeatingPositionState {
|
13562
|
-
/**
|
13563
|
-
* The top left offset from the top of the together mode view.
|
13564
|
-
*/
|
13565
|
-
top: number;
|
13566
|
-
/**
|
13567
|
-
* The left offset position from the left of the together mode view.
|
13568
|
-
*/
|
13569
|
-
left: number;
|
13570
|
-
/**
|
13571
|
-
* The width of the seating area
|
13572
|
-
*/
|
13573
|
-
width: number;
|
13574
|
-
/**
|
13575
|
-
* The height of the seating area.
|
13576
|
-
*/
|
13577
|
-
height: number;
|
13578
|
-
}
|
13579
|
-
|
13580
|
-
/**
|
13581
|
-
* Interface representing the result of a Together Mode stream view.
|
13582
|
-
* @public
|
13583
|
-
*/
|
13584
|
-
export declare interface TogetherModeStreamOptions extends VideoStreamOptions {
|
13585
|
-
/**
|
13586
|
-
* The kind of together mode view to be created. Default is 'main'.
|
13587
|
-
*/
|
13588
|
-
viewKind?: 'main' | 'panoramic';
|
13589
|
-
}
|
13590
|
-
|
13591
|
-
/**
|
13592
|
-
* Represents the streams in Together Mode.
|
13593
|
-
*
|
13594
|
-
* @public
|
13595
|
-
*/
|
13596
|
-
export declare interface TogetherModeStreamsState {
|
13597
|
-
/**
|
13598
|
-
* The main video stream in Together Mode.
|
13599
|
-
*/
|
13600
|
-
mainVideoStream?: CallFeatureStreamState;
|
13601
|
-
}
|
13602
|
-
|
13603
|
-
/**
|
13604
|
-
* Interface representing the result of a Together Mode stream view.
|
13605
|
-
* @public
|
13606
|
-
*/
|
13607
|
-
export declare interface TogetherModeStreamViewResult {
|
13608
|
-
/**
|
13609
|
-
* Together mode stream view id.
|
13610
|
-
*/
|
13611
|
-
mainVideoView?: CreateVideoStreamViewResult;
|
13612
|
-
}
|
13613
|
-
|
13614
11563
|
/**
|
13615
11564
|
* Callback for {@link ChatAdapterSubscribers} 'topicChanged' event.
|
13616
11565
|
*
|
@@ -13799,129 +11748,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
13799
11748
|
typingString?: IStyle;
|
13800
11749
|
}
|
13801
11750
|
|
13802
|
-
/**
|
13803
|
-
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
13804
|
-
*
|
13805
|
-
* @beta
|
13806
|
-
*/
|
13807
|
-
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
13808
|
-
|
13809
|
-
/**
|
13810
|
-
* props for {@link UnsupportedBrowser} UI
|
13811
|
-
*
|
13812
|
-
* @beta
|
13813
|
-
*/
|
13814
|
-
export declare interface UnsupportedBrowserProps {
|
13815
|
-
/** Handler to perform an action when the help link is actioned */
|
13816
|
-
onTroubleshootingClick?: () => void;
|
13817
|
-
/** String overrides for the component */
|
13818
|
-
strings?: UnsupportedBrowserStrings;
|
13819
|
-
}
|
13820
|
-
|
13821
|
-
/**
|
13822
|
-
* Strings for UnsupportedBrowser component
|
13823
|
-
*
|
13824
|
-
* @beta
|
13825
|
-
*/
|
13826
|
-
export declare interface UnsupportedBrowserStrings {
|
13827
|
-
/** String for the primary text */
|
13828
|
-
primaryText: string;
|
13829
|
-
/** String for the secondary text */
|
13830
|
-
secondaryText: string;
|
13831
|
-
/** String to display in the text for the help link */
|
13832
|
-
moreHelpLinkText: string;
|
13833
|
-
}
|
13834
|
-
|
13835
|
-
/**
|
13836
|
-
* UI to display to the user that the browser version they are using is out of date
|
13837
|
-
* and not supported by Azure Communications Calling service.
|
13838
|
-
*
|
13839
|
-
* @beta
|
13840
|
-
*/
|
13841
|
-
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
13842
|
-
|
13843
|
-
/**
|
13844
|
-
* props for {@link UnsupportedBrowserVersion} UI
|
13845
|
-
*
|
13846
|
-
* @beta
|
13847
|
-
*/
|
13848
|
-
export declare interface UnsupportedBrowserVersionProps {
|
13849
|
-
/** Handler to perform an action when the help link is actioned */
|
13850
|
-
onTroubleshootingClick?: () => void;
|
13851
|
-
/** String overrides for the component */
|
13852
|
-
strings?: UnsupportedBrowserVersionStrings;
|
13853
|
-
/** Handler to allow user to continue into the call */
|
13854
|
-
onContinueAnywayClick?: () => void;
|
13855
|
-
}
|
13856
|
-
|
13857
|
-
/**
|
13858
|
-
* Strings for UnsupportedBrowser component
|
13859
|
-
*
|
13860
|
-
* @beta
|
13861
|
-
*/
|
13862
|
-
export declare interface UnsupportedBrowserVersionStrings {
|
13863
|
-
/** String for the primary text */
|
13864
|
-
primaryText: string;
|
13865
|
-
/** String for the secondary text */
|
13866
|
-
secondaryText: string;
|
13867
|
-
/** String to display in the text for the help link */
|
13868
|
-
moreHelpLinkText: string;
|
13869
|
-
/** String for continue without updating button */
|
13870
|
-
continueAnywayButtonText?: string;
|
13871
|
-
}
|
13872
|
-
|
13873
|
-
/**
|
13874
|
-
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
13875
|
-
*
|
13876
|
-
* @beta
|
13877
|
-
*/
|
13878
|
-
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
13879
|
-
|
13880
|
-
/**
|
13881
|
-
* Props for {@link UnsupportedOperatingSystem} UI
|
13882
|
-
*
|
13883
|
-
* @beta
|
13884
|
-
*/
|
13885
|
-
export declare interface UnsupportedOperatingSystemProps {
|
13886
|
-
/** Handler to perform a action when the help link is actioned */
|
13887
|
-
onTroubleshootingClick?: () => void;
|
13888
|
-
/** String overrides for the component */
|
13889
|
-
strings?: UnsupportedOperatingSystemStrings;
|
13890
|
-
}
|
13891
|
-
|
13892
|
-
/**
|
13893
|
-
* Strings for UnsupportedBrowser component
|
13894
|
-
*
|
13895
|
-
* @beta
|
13896
|
-
*/
|
13897
|
-
export declare interface UnsupportedOperatingSystemStrings {
|
13898
|
-
/** String for the primary text */
|
13899
|
-
primaryText: string;
|
13900
|
-
/** String for the secondary text */
|
13901
|
-
secondaryText: string;
|
13902
|
-
/** String to display in the text for the help link */
|
13903
|
-
moreHelpLinkText: string;
|
13904
|
-
}
|
13905
|
-
|
13906
11751
|
/**
|
13907
11752
|
* @public
|
13908
11753
|
* Callback function run when a message is updated.
|
13909
11754
|
*/
|
13910
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string
|
13911
|
-
|
13912
|
-
/**
|
13913
|
-
* Result payload for uploading an image.
|
13914
|
-
*
|
13915
|
-
* @beta
|
13916
|
-
*/
|
13917
|
-
export declare type UploadChatImageResult = {
|
13918
|
-
/** Id of the image. */
|
13919
|
-
id: string;
|
13920
|
-
/** The type of attachment. */
|
13921
|
-
attachmentType?: 'image' | 'file' | 'unknown';
|
13922
|
-
/** The name including file extension type of the attachment. */
|
13923
|
-
name?: string;
|
13924
|
-
};
|
11755
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
13925
11756
|
|
13926
11757
|
/**
|
13927
11758
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -14095,7 +11926,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
|
|
14095
11926
|
*
|
14096
11927
|
* @public
|
14097
11928
|
*/
|
14098
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs
|
11929
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
14099
11930
|
|
14100
11931
|
/**
|
14101
11932
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -14246,7 +12077,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
14246
12077
|
/**
|
14247
12078
|
* @public
|
14248
12079
|
*/
|
14249
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' |
|
12080
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
14250
12081
|
|
14251
12082
|
/**
|
14252
12083
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -14283,8 +12114,6 @@ export declare type VideoGalleryParticipant = {
|
|
14283
12114
|
isScreenSharingOn?: boolean;
|
14284
12115
|
/** Whether participant is spotlighted **/
|
14285
12116
|
spotlight?: Spotlight;
|
14286
|
-
/** Signal strength of the participant, range from 1 to 3, lower means better connection **/
|
14287
|
-
signalStrength?: number;
|
14288
12117
|
/** Media audio video access states **/
|
14289
12118
|
mediaAccess?: MediaAccess;
|
14290
12119
|
/** Attendee can have audio be forbidden **/
|
@@ -14430,38 +12259,6 @@ export declare interface VideoGalleryProps {
|
|
14430
12259
|
* This callback is to mute a remote participant
|
14431
12260
|
*/
|
14432
12261
|
onMuteParticipant?: (userId: string) => Promise<void>;
|
14433
|
-
/**
|
14434
|
-
* Indicates if the local participant can start together mode
|
14435
|
-
*/
|
14436
|
-
startTogetherModeEnabled?: boolean;
|
14437
|
-
/**
|
14438
|
-
* Indicates if together mode is active
|
14439
|
-
*/
|
14440
|
-
isTogetherModeActive?: boolean;
|
14441
|
-
/**
|
14442
|
-
* Callback to create a together mode stream view
|
14443
|
-
*/
|
14444
|
-
onCreateTogetherModeStreamView?: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
14445
|
-
/**
|
14446
|
-
* This callback is to start together mode
|
14447
|
-
*/
|
14448
|
-
onStartTogetherMode?: () => Promise<void>;
|
14449
|
-
/**
|
14450
|
-
* This callback is to set the scene size for together mode
|
14451
|
-
*/
|
14452
|
-
onSetTogetherModeSceneSize?: (width: number, height: number) => void;
|
14453
|
-
/**
|
14454
|
-
* Together mode video streams
|
14455
|
-
*/
|
14456
|
-
togetherModeStreams?: VideoGalleryTogetherModeStreams;
|
14457
|
-
/**
|
14458
|
-
* Seating position of participants in together mode
|
14459
|
-
*/
|
14460
|
-
togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
|
14461
|
-
/**
|
14462
|
-
* Callback to dispose a together mode stream view
|
14463
|
-
*/
|
14464
|
-
onDisposeTogetherModeStreamView?: () => Promise<void>;
|
14465
12262
|
/**
|
14466
12263
|
* This callback is to forbid audio for remote participant(s)
|
14467
12264
|
*/
|
@@ -14524,10 +12321,6 @@ export declare type VideoGallerySelector = (state: CallClientState, props: Calli
|
|
14524
12321
|
optimalVideoCount?: number;
|
14525
12322
|
spotlightedParticipants?: string[];
|
14526
12323
|
maxParticipantsToSpotlight?: number;
|
14527
|
-
isTogetherModeActive?: boolean;
|
14528
|
-
startTogetherModeEnabled?: boolean;
|
14529
|
-
togetherModeStreams?: VideoGalleryTogetherModeStreams;
|
14530
|
-
togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
|
14531
12324
|
};
|
14532
12325
|
|
14533
12326
|
/**
|
@@ -14628,46 +12421,6 @@ export declare interface VideoGalleryStyles extends BaseCustomStyles {
|
|
14628
12421
|
verticalGallery?: VerticalGalleryStyles;
|
14629
12422
|
}
|
14630
12423
|
|
14631
|
-
/**
|
14632
|
-
* Interface representing the position of a participant in Together Mode.
|
14633
|
-
* @public
|
14634
|
-
*/
|
14635
|
-
export declare type VideoGalleryTogetherModeParticipantPosition = Record<string, VideoGalleryTogetherModeSeatingInfo>;
|
14636
|
-
|
14637
|
-
/**
|
14638
|
-
* Interface representing the seating information in Together Mode.
|
14639
|
-
* @public
|
14640
|
-
*/
|
14641
|
-
export declare interface VideoGalleryTogetherModeSeatingInfo {
|
14642
|
-
/**
|
14643
|
-
* The top left offset from the top of the together mode view.
|
14644
|
-
*/
|
14645
|
-
top: number;
|
14646
|
-
/**
|
14647
|
-
* The left offset position from the left of the together mode view.
|
14648
|
-
*/
|
14649
|
-
left: number;
|
14650
|
-
/**
|
14651
|
-
*The width of the seating area
|
14652
|
-
*/
|
14653
|
-
width: number;
|
14654
|
-
/**
|
14655
|
-
* The height of the seating area.
|
14656
|
-
*/
|
14657
|
-
height: number;
|
14658
|
-
}
|
14659
|
-
|
14660
|
-
/**
|
14661
|
-
* Interface representing the streams in Together Mode.
|
14662
|
-
* @public
|
14663
|
-
*/
|
14664
|
-
export declare interface VideoGalleryTogetherModeStreams {
|
14665
|
-
/**
|
14666
|
-
* The main video stream in Together Mode.
|
14667
|
-
*/
|
14668
|
-
mainVideoStream?: VideoGalleryStream;
|
14669
|
-
}
|
14670
|
-
|
14671
12424
|
/**
|
14672
12425
|
* Options to control how video streams are rendered.
|
14673
12426
|
*
|
@@ -14877,8 +12630,6 @@ export declare interface VideoTileStrings {
|
|
14877
12630
|
participantStateRinging: string;
|
14878
12631
|
/** String for displaying the Hold state of the remote participant */
|
14879
12632
|
participantStateHold: string;
|
14880
|
-
/** String for displaying the reconnecting state of the remote participant */
|
14881
|
-
participantReconnecting?: string;
|
14882
12633
|
/** String for the announcement of the muted state of the participant when muted */
|
14883
12634
|
moreOptionsParticipantMutedStateMutedAriaLabel: string;
|
14884
12635
|
/** String for the announcement of the unmuted state of the participant when unmuted */
|