@azure/communication-react 1.11.0-beta.1 → 1.11.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 +104 -2153
- package/dist/dist-cjs/communication-react/index.js +6151 -11468
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/MessageStatus.d.ts +1 -1
- package/dist/dist-esm/acs-ui-common/src/areEqual.d.ts +3 -3
- package/dist/dist-esm/acs-ui-common/src/commonProperties.d.ts +2 -2
- package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts +1 -0
- 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.d.ts +1 -1
- package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.d.ts +2 -2
- 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.d.ts +7 -1
- package/dist/dist-esm/acs-ui-common/src/telemetry.js +26 -2
- 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/calling-component-bindings/src/baseSelectors.d.ts +2 -3
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -5
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +5 -17
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +1 -13
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.d.ts +3 -3
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +0 -4
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.d.ts +16 -0
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +21 -0
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +5 -15
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +33 -42
- 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 +0 -10
- package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts +2 -2
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +1 -15
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +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 +2 -5
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +0 -19
- 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/index.d.ts +0 -6
- package/dist/dist-esm/calling-component-bindings/src/index.js +0 -8
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +1 -2
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +5 -10
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.d.ts +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.d.ts +4 -5
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +3 -15
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +1 -20
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.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.d.ts +3 -10
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +0 -12
- 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.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +2 -2
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +1 -6
- 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 +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +5 -7
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +5 -6
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +1 -15
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +2 -3
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +0 -5
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +4 -57
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +3 -9
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +23 -55
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +0 -41
- 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/CallSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +23 -51
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.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.js +0 -10
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.d.ts +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +10 -12
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +28 -13
- 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/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/RecordingSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +0 -8
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +12 -29
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +13 -36
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.d.ts +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +40 -34
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.d.ts +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.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.d.ts +2 -2
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +0 -8
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -3
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/index.js +1 -0
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.d.ts +1 -1
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.d.ts +1 -1
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.d.ts +1 -1
- 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 +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +1 -1
- 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/messageThreadSelector.d.ts +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +6 -119
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.d.ts +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.d.ts +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.d.ts +1 -1
- package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.d.ts +1 -1
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +3 -3
- 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 +5 -5
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +8 -8
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.d.ts +12 -5
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +10 -2
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.d.ts +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +1 -4
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/index.d.ts +1 -1
- package/dist/dist-esm/chat-stateful-client/src/index.js +1 -1
- package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.d.ts +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.d.ts +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.d.ts +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.d.ts +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.d.ts +1 -2
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +0 -26
- package/dist/dist-esm/communication-react/src/index.js +0 -16
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/communication-react/src/mergedHooks.d.ts +7 -7
- package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.d.ts +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.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.d.ts +1 -1
- 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.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts +4 -30
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +3 -10
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts +3 -5
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +11 -16
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts +2 -23
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +11 -44
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +36 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +47 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +1 -16
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +3 -98
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.d.ts +6 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +34 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/FluentChatMessageComponentWrapper.d.ts +22 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/FluentChatMessageComponentWrapper.js +110 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/FluentChatMessageComponentWrapper.js.map +1 -0
- 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.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBar.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +1 -2
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +0 -6
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +20 -54
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +5 -27
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +2 -4
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +0 -18
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +2 -2
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.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/MessageThread.d.ts +13 -63
- package/dist/dist-esm/react-components/src/components/MessageThread.js +103 -222
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +0 -13
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +6 -5
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +2 -17
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +13 -23
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +1 -3
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +0 -41
- package/dist/dist-esm/react-components/src/components/SendBox.js +3 -31
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StreamMedia.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SystemMessage.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +0 -2
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +0 -2
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -24
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +0 -2
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.d.ts +1 -1
- 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.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +24 -9
- 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.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +2 -3
- 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.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.d.ts +0 -5
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +6 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +3 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.d.ts +1 -1
- 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.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.d.ts +0 -5
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +6 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.d.ts +1 -1
- 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/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
- 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.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/videoGalleryLayoutUtils.js +3 -15
- 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 +4 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +9 -16
- 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 -7
- package/dist/dist-esm/react-components/src/components/VideoTile.js +4 -10
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +0 -18
- package/dist/dist-esm/react-components/src/components/index.js +0 -12
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- 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.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +18 -0
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +1 -2
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +3 -3
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.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/Datetime.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.d.ts +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/formatPhoneNumber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +4 -5
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.d.ts +1 -2
- 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.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.d.ts +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.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/index.d.ts +0 -1
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +1 -64
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +2 -1
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +1 -16
- package/dist/dist-esm/react-components/src/theming/icons.js +0 -108
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeDuplicates.d.ts +2 -2
- package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.d.ts +2 -21
- package/dist/dist-esm/react-components/src/theming/themes.js +4 -18
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.d.ts +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +4 -30
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CommunicationParticipant.d.ts +1 -1
- package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.d.ts +1 -1
- package/dist/dist-esm/react-components/src/types/OnRender.d.ts +2 -10
- package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.d.ts +4 -4
- package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.d.ts +1 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +2 -8
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +0 -2
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +1 -79
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +6 -117
- 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 -128
- 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 +26 -79
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +63 -292
- 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 +33 -154
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -1
- 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.d.ts +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/DiagnosticsForwarder.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.d.ts +2 -2
- 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.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +1 -7
- 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 +1 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +1 -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/CallArrangement.js +9 -55
- 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.d.ts +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +16 -83
- 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.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 -27
- 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 +2 -20
- 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 -27
- 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.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +8 -2
- 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 +1 -1
- 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 +4 -24
- 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 +7 -5
- 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 +10 -12
- 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/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +1 -1
- 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.d.ts +2 -2
- 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.d.ts +1 -1
- 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/SvgWithWordWrapping.d.ts +12 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +86 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +1 -1
- 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 +1 -1
- 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.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +3 -4
- 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.map +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/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 +3 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +6 -23
- 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.d.ts +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/index.d.ts +0 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +0 -2
- 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 +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +12 -83
- 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/LobbyPage.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +1 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.d.ts +1 -20
- 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 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -10
- 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 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +1 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +1 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +0 -4
- 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/lobbySelector.d.ts +1 -20
- 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 +1 -20
- 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 +1 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -20
- 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 +2 -40
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +1 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +1 -20
- 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/CallConfiguration.styles.d.ts +11 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +47 -21
- 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/CallPage.styles.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +1 -0
- 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/LobbyTile.styles.d.ts +5 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +10 -0
- 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/LocalPreview.styles.d.ts +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +18 -6
- 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/types/CallControlOptions.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.d.ts +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.d.ts +1 -1
- 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.map +1 -1
- 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 +22 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +64 -72
- 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/useConsoleErrors.d.ts +6 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js +31 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +2 -69
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +12 -41
- 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.map +1 -1
- 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.d.ts +1 -1
- 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.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -32
- 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 +8 -35
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +11 -123
- 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 +1 -65
- 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 +8 -16
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -38
- 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 +1 -14
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +1 -37
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.d.ts +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 -22
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +1 -9
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +1 -21
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +1 -13
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.d.ts +4 -11
- 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 +2 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +15 -140
- 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 -4
- 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 +11 -33
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +24 -145
- 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/AzureCommunicationFileUploadAdapter.d.ts +4 -32
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +1 -159
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +11 -26
- 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.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +0 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUpload.d.ts +14 -14
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUpload.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +1 -8
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +2 -2
- 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 +1 -3
- 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.d.ts +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/index.d.ts +0 -4
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +1 -5
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +0 -11
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +6 -7
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +21 -4
- 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.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +8 -18
- 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.d.ts +9 -9
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +0 -48
- 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/PeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +0 -45
- 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 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
- 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.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +3 -6
- 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 +2 -14
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/adapters.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +51 -76
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +0 -12
- package/dist/dist-esm/react-composites/src/composites/common/icons.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/ModalLocalAndRemotePIP.styles.d.ts +1 -1
- 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.d.ts +1 -1
- 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/types/CommonCallControlOptions.d.ts +6 -17
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +2 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +2 -0
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +16 -15
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +0 -45
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +0 -91
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +0 -19
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +0 -91
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +0 -23
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -49
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.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/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -43
- 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 -75
- 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 -68
- 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 -39
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +0 -49
- package/dist/dist-esm/react-components/src/components/HoldButton.js +0 -25
- package/dist/dist-esm/react-components/src/components/HoldButton.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +0 -71
- package/dist/dist-esm/react-components/src/components/ImageGallery.js +0 -56
- package/dist/dist-esm/react-components/src/components/ImageGallery.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 -117
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +0 -41
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +0 -573
- 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 -816
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.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/ImageGallery.style.d.ts +0 -68
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +0 -205
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.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 -68
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.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 -92
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.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 -67
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
- package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -48
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -218
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +0 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +0 -93
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +0 -26
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +0 -24
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +0 -28
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.d.ts +0 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +0 -113
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.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/CallComposite/styles/HoldPane.styles.d.ts +0 -32
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +0 -81
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.d.ts +0 -37
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +0 -73
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.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/FileDownloadErrorBar.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +0 -23
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +0 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +0 -11
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -12
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -15
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +0 -34
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +0 -14
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +0 -22
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +0 -107
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +0 -17
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +0 -32
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +0 -22
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +0 -74
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +0 -61
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.d.ts +0 -17
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +0 -50
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.d.ts +0 -11
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +0 -40
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js.map +0 -1
@@ -17,7 +17,6 @@
|
|
17
17
|
|
18
18
|
/// <reference types="react" />
|
19
19
|
|
20
|
-
import { AddPhoneNumberOptions } from '@azure/communication-calling';
|
21
20
|
import { AudioDeviceInfo } from '@azure/communication-calling';
|
22
21
|
import { BackgroundBlurConfig } from '@azure/communication-calling';
|
23
22
|
import { BackgroundBlurEffect } from '@azure/communication-calling';
|
@@ -30,7 +29,6 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
30
29
|
import { CallDirection } from '@azure/communication-calling';
|
31
30
|
import { CallEndReason } from '@azure/communication-calling';
|
32
31
|
import { CallerInfo } from '@azure/communication-calling';
|
33
|
-
import { CallKind } from '@azure/communication-calling';
|
34
32
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
35
33
|
import { CapabilitiesChangeInfo } from '@azure/communication-calling';
|
36
34
|
import { CaptionsResultType } from '@azure/communication-calling';
|
@@ -49,8 +47,6 @@ import { CreateViewOptions } from '@azure/communication-calling';
|
|
49
47
|
import { DeviceAccess } from '@azure/communication-calling';
|
50
48
|
import { DeviceManager } from '@azure/communication-calling';
|
51
49
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
52
|
-
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
53
|
-
import { EnvironmentInfo } from '@azure/communication-calling';
|
54
50
|
import { GroupCallLocator } from '@azure/communication-calling';
|
55
51
|
import { IButtonProps } from '@fluentui/react';
|
56
52
|
import { IButtonStyles } from '@fluentui/react';
|
@@ -58,22 +54,18 @@ import { IContextualMenuItem } from '@fluentui/react';
|
|
58
54
|
import { IContextualMenuItemStyles } from '@fluentui/react';
|
59
55
|
import { IContextualMenuProps } from '@fluentui/react';
|
60
56
|
import { IContextualMenuStyles } from '@fluentui/react';
|
61
|
-
import { ILinkStyles } from '@fluentui/react';
|
62
57
|
import { IMessageBarProps } from '@fluentui/react';
|
63
|
-
import { IncomingCall } from '@azure/communication-calling';
|
64
58
|
import { IPersonaStyleProps } from '@fluentui/react';
|
65
59
|
import { IPersonaStyles } from '@fluentui/react';
|
66
60
|
import { IRawStyle } from '@fluentui/react';
|
67
61
|
import { IRenderFunction } from '@fluentui/react';
|
68
62
|
import { IStyle } from '@fluentui/react';
|
69
63
|
import { IStyleFunctionOrObject } from '@fluentui/react';
|
70
|
-
import { ITextFieldStyles } from '@fluentui/react';
|
71
64
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
72
65
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
73
66
|
import { LocalVideoStream } from '@azure/communication-calling';
|
74
67
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
75
68
|
import { MediaStreamType } from '@azure/communication-calling';
|
76
|
-
import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
77
69
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
78
70
|
import { PartialTheme } from '@fluentui/react';
|
79
71
|
import { ParticipantCapabilities } from '@azure/communication-calling';
|
@@ -82,7 +74,6 @@ import { PermissionConstraints } from '@azure/communication-calling';
|
|
82
74
|
import { PersonaInitialsColor } from '@fluentui/react';
|
83
75
|
import { PersonaPresence } from '@fluentui/react';
|
84
76
|
import { PersonaSize } from '@fluentui/react';
|
85
|
-
import { PhoneNumberIdentifier } from '@azure/communication-common';
|
86
77
|
import { PropertyChangedEvent } from '@azure/communication-calling';
|
87
78
|
import { default as React_2 } from 'react';
|
88
79
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
@@ -92,34 +83,14 @@ import { ScalingMode } from '@azure/communication-calling';
|
|
92
83
|
import { SendMessageOptions } from '@azure/communication-chat';
|
93
84
|
import { StartCallOptions } from '@azure/communication-calling';
|
94
85
|
import { StartCaptionsOptions } from '@azure/communication-calling';
|
95
|
-
import { SyntheticEvent } from 'react';
|
96
|
-
import { TeamsCall } from '@azure/communication-calling';
|
97
|
-
import { TeamsCallAgent } from '@azure/communication-calling';
|
98
86
|
import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
|
99
87
|
import { Theme } from '@fluentui/react';
|
100
|
-
import { TransferRequestedEventArgs } from '@azure/communication-calling';
|
101
88
|
import { TypingIndicatorReceivedEvent } from '@azure/communication-chat';
|
102
89
|
import { VideoDeviceInfo } from '@azure/communication-calling';
|
103
90
|
import { VideoEffectName } from '@azure/communication-calling';
|
104
91
|
import { VideoStreamRenderer } from '@azure/communication-calling';
|
105
92
|
import { VideoStreamRendererView } from '@azure/communication-calling';
|
106
93
|
|
107
|
-
/**
|
108
|
-
* Transfer feature state
|
109
|
-
*
|
110
|
-
* @beta
|
111
|
-
*/
|
112
|
-
export declare interface AcceptedTransfer {
|
113
|
-
/**
|
114
|
-
* Stores call id of accepted transfer
|
115
|
-
*/
|
116
|
-
callId: string;
|
117
|
-
/**
|
118
|
-
* Stores timestamp when transfer was accepted
|
119
|
-
*/
|
120
|
-
timestamp: Date;
|
121
|
-
}
|
122
|
-
|
123
94
|
/**
|
124
95
|
* Active error messages to be shown via {@link ErrorBar}.
|
125
96
|
*
|
@@ -139,38 +110,6 @@ export declare interface ActiveErrorMessage {
|
|
139
110
|
timestamp?: Date;
|
140
111
|
}
|
141
112
|
|
142
|
-
/**
|
143
|
-
* Attributes required for SendBox to show file uploads like name, progress etc.
|
144
|
-
* @beta
|
145
|
-
*/
|
146
|
-
export declare interface ActiveFileUpload {
|
147
|
-
/**
|
148
|
-
* Unique identifier for the file upload.
|
149
|
-
*/
|
150
|
-
id: string;
|
151
|
-
/**
|
152
|
-
* File name to be rendered for uploaded file.
|
153
|
-
*/
|
154
|
-
filename: string;
|
155
|
-
/**
|
156
|
-
* A number between 0 and 1 indicating the progress of the upload.
|
157
|
-
* This is unrelated to the `uploadComplete` property.
|
158
|
-
* It is only used to show the progress of the upload.
|
159
|
-
* Progress of 1 doesn't mark the upload as complete, set the `uploadComplete`
|
160
|
-
* property to true to mark the upload as complete.
|
161
|
-
*/
|
162
|
-
progress: number;
|
163
|
-
/**
|
164
|
-
* Error to be displayed to the user if the upload fails.
|
165
|
-
*/
|
166
|
-
error?: SendBoxErrorBarError;
|
167
|
-
/**
|
168
|
-
* `true` means that the upload is completed.
|
169
|
-
* This is independent of the upload `progress`.
|
170
|
-
*/
|
171
|
-
uploadComplete?: boolean;
|
172
|
-
}
|
173
|
-
|
174
113
|
/**
|
175
114
|
* Error reported via error events and stored in adapter state.
|
176
115
|
*
|
@@ -237,15 +176,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
237
176
|
*/
|
238
177
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
239
178
|
|
240
|
-
/**
|
241
|
-
* Meta Data of the attachment object returned by the ACS SDK.
|
242
|
-
* @beta
|
243
|
-
*/
|
244
|
-
export declare interface AttachmentDownloadResult {
|
245
|
-
attachmentId: string;
|
246
|
-
blobUrl: string;
|
247
|
-
}
|
248
|
-
|
249
179
|
/**
|
250
180
|
* Custom data attributes for displaying avatar for a user.
|
251
181
|
*
|
@@ -275,11 +205,6 @@ export declare type AvatarPersonaData = {
|
|
275
205
|
* @defaultvalue `white`
|
276
206
|
*/
|
277
207
|
initialsTextColor?: string;
|
278
|
-
/**
|
279
|
-
* If true, show the special coin for unknown persona.
|
280
|
-
* It has '?' in place of initials, with static font and background colors
|
281
|
-
*/
|
282
|
-
showUnknownPersonaCoin?: boolean;
|
283
208
|
};
|
284
209
|
|
285
210
|
/**
|
@@ -301,11 +226,6 @@ export declare type AzureCommunicationCallAdapterArgs = {
|
|
301
226
|
displayName: string;
|
302
227
|
credential: CommunicationTokenCredential;
|
303
228
|
locator: CallAdapterLocator;
|
304
|
-
/**
|
305
|
-
* A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
|
306
|
-
* E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
|
307
|
-
*/
|
308
|
-
alternateCallerId?: string;
|
309
229
|
/**
|
310
230
|
* Optional parameters for the {@link AzureCommunicationCallAdapter} created
|
311
231
|
*/
|
@@ -330,7 +250,6 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
|
|
330
250
|
displayName: string;
|
331
251
|
credential: CommunicationTokenCredential;
|
332
252
|
locator: CallAndChatLocator | TeamsMeetingLinkLocator;
|
333
|
-
alternateCallerId?: string;
|
334
253
|
callAdapterOptions?: AzureCommunicationCallAdapterOptions;
|
335
254
|
};
|
336
255
|
|
@@ -346,7 +265,6 @@ export declare type AzureCommunicationCallWithChatAdapterFromClientArgs = {
|
|
346
265
|
chatClient: StatefulChatClient;
|
347
266
|
chatThreadClient: ChatThreadClient;
|
348
267
|
callAdapterOptions?: AzureCommunicationCallAdapterOptions;
|
349
|
-
chatAdapterOptions?: AzureCommunicationChatAdapterOptions;
|
350
268
|
};
|
351
269
|
|
352
270
|
/**
|
@@ -362,14 +280,6 @@ export declare type AzureCommunicationChatAdapterArgs = {
|
|
362
280
|
threadId: string;
|
363
281
|
};
|
364
282
|
|
365
|
-
/**
|
366
|
-
* Configuration options to include when creating AzureCommunicationChatAdapter.
|
367
|
-
* @beta
|
368
|
-
*/
|
369
|
-
export declare type AzureCommunicationChatAdapterOptions = {
|
370
|
-
credential?: CommunicationTokenCredential;
|
371
|
-
};
|
372
|
-
|
373
283
|
/**
|
374
284
|
* Properties common to all composites exported from this library.
|
375
285
|
*
|
@@ -425,186 +335,6 @@ export declare interface BaseCustomStyles {
|
|
425
335
|
root?: IStyle;
|
426
336
|
}
|
427
337
|
|
428
|
-
/**
|
429
|
-
* Base interface that all Meta Data should extend.
|
430
|
-
* Typically used for ACS to ACS file transfers.
|
431
|
-
* @beta
|
432
|
-
*/
|
433
|
-
export declare interface BaseFileMetadata {
|
434
|
-
/**
|
435
|
-
* File name to be displayed.
|
436
|
-
*/
|
437
|
-
name: string;
|
438
|
-
/**
|
439
|
-
* Extension is used for rendering the file icon.
|
440
|
-
* An unknown extension will be rendered as a generic icon.
|
441
|
-
* Example: `jpeg`
|
442
|
-
*/
|
443
|
-
extension: string;
|
444
|
-
/**
|
445
|
-
* Download URL for the file.
|
446
|
-
*/
|
447
|
-
url: string;
|
448
|
-
/**
|
449
|
-
* Unique ID of the file.
|
450
|
-
*/
|
451
|
-
id: string;
|
452
|
-
/**
|
453
|
-
* Attachment Type
|
454
|
-
*/
|
455
|
-
attachmentType: FileMetadataAttachmentType;
|
456
|
-
}
|
457
|
-
|
458
|
-
/**
|
459
|
-
* Content blocked message type.
|
460
|
-
*
|
461
|
-
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
462
|
-
*
|
463
|
-
* @beta
|
464
|
-
*/
|
465
|
-
export declare interface BlockedMessage extends MessageCommon {
|
466
|
-
messageType: 'blocked';
|
467
|
-
warningText?: string;
|
468
|
-
linkText?: string;
|
469
|
-
link?: string;
|
470
|
-
deletedOn?: Date;
|
471
|
-
senderId?: string;
|
472
|
-
senderDisplayName?: string;
|
473
|
-
status?: MessageStatus;
|
474
|
-
attached?: MessageAttachedStatus;
|
475
|
-
mine?: boolean;
|
476
|
-
}
|
477
|
-
|
478
|
-
/**
|
479
|
-
* @beta
|
480
|
-
* Props for BrowserPermissionDeniedIOS component.
|
481
|
-
*/
|
482
|
-
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
483
|
-
/**
|
484
|
-
* Localization strings for BrowserPermissionDeniedIOS component.
|
485
|
-
*/
|
486
|
-
strings?: BrowserPermissionDeniedIOSStrings;
|
487
|
-
/**
|
488
|
-
* Link to image source.
|
489
|
-
*
|
490
|
-
* Image is inserted into the top of the component.
|
491
|
-
*/
|
492
|
-
imageSource?: string;
|
493
|
-
}
|
494
|
-
|
495
|
-
/**
|
496
|
-
* @beta
|
497
|
-
* Strings for BrowserPermissionDeniedIOS component
|
498
|
-
*/
|
499
|
-
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
500
|
-
/**
|
501
|
-
* Image alt text
|
502
|
-
*/
|
503
|
-
imageAltText: string;
|
504
|
-
/**
|
505
|
-
* Main text string.
|
506
|
-
*/
|
507
|
-
primaryText: string;
|
508
|
-
/**
|
509
|
-
* Subtext string.
|
510
|
-
*/
|
511
|
-
secondaryText: string;
|
512
|
-
/**
|
513
|
-
* Step 1 string
|
514
|
-
*/
|
515
|
-
step1Text: string;
|
516
|
-
/**
|
517
|
-
* Step 1 digit string
|
518
|
-
*/
|
519
|
-
step1DigitText: string;
|
520
|
-
/**
|
521
|
-
* Step 2 string
|
522
|
-
*/
|
523
|
-
step2Text: string;
|
524
|
-
/**
|
525
|
-
* Step 2 digit string
|
526
|
-
*/
|
527
|
-
step2DigitText: string;
|
528
|
-
/**
|
529
|
-
* Step 3 string
|
530
|
-
*/
|
531
|
-
step3Text: string;
|
532
|
-
/**
|
533
|
-
* Step 3 digit string
|
534
|
-
*/
|
535
|
-
step3DigitText: string;
|
536
|
-
/**
|
537
|
-
* Step 4 string
|
538
|
-
*/
|
539
|
-
step4Text: string;
|
540
|
-
/**
|
541
|
-
* Step 4 digit string
|
542
|
-
*/
|
543
|
-
step4DigitText: string;
|
544
|
-
}
|
545
|
-
|
546
|
-
/**
|
547
|
-
* @beta
|
548
|
-
* Props for BrowserPermissionDenied component.
|
549
|
-
*/
|
550
|
-
export declare interface BrowserPermissionDeniedProps {
|
551
|
-
/**
|
552
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
553
|
-
*/
|
554
|
-
onTroubleshootingClick?: () => void;
|
555
|
-
/**
|
556
|
-
* Action to be taken by the try again primary button.
|
557
|
-
*/
|
558
|
-
onTryAgainClick?: () => void;
|
559
|
-
/**
|
560
|
-
* Localization strings for BrowserPermissionDenied component.
|
561
|
-
*/
|
562
|
-
strings?: BrowserPermissionDeniedStrings;
|
563
|
-
/**
|
564
|
-
* Allows users to pass in an object contains custom CSS styles.
|
565
|
-
* @Example
|
566
|
-
* ```
|
567
|
-
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
568
|
-
* ```
|
569
|
-
*/
|
570
|
-
styles?: BrowserPermissionDeniedStyles;
|
571
|
-
}
|
572
|
-
|
573
|
-
/**
|
574
|
-
* @beta
|
575
|
-
* Strings for BrowserPermissionDenied component
|
576
|
-
*/
|
577
|
-
export declare interface BrowserPermissionDeniedStrings {
|
578
|
-
/**
|
579
|
-
* Main button text string.
|
580
|
-
*/
|
581
|
-
primaryButtonText: string;
|
582
|
-
/**
|
583
|
-
* Main text string.
|
584
|
-
*/
|
585
|
-
primaryText: string;
|
586
|
-
/**
|
587
|
-
* Subtext string.
|
588
|
-
*/
|
589
|
-
secondaryText: string;
|
590
|
-
/**
|
591
|
-
* More help link string.
|
592
|
-
*/
|
593
|
-
linkText: string;
|
594
|
-
}
|
595
|
-
|
596
|
-
/**
|
597
|
-
* Fluent styles for {@link BrowserPermissionDenied}.
|
598
|
-
*
|
599
|
-
* @beta
|
600
|
-
*/
|
601
|
-
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
602
|
-
/** Styles for the primary button. */
|
603
|
-
primaryButton?: IButtonStyles;
|
604
|
-
/** Styles for the help troubleshooting link text. */
|
605
|
-
troubleshootingLink?: ILinkStyles;
|
606
|
-
}
|
607
|
-
|
608
338
|
/**
|
609
339
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
610
340
|
*
|
@@ -638,12 +368,6 @@ export declare interface CallAdapter extends CommonCallAdapter {
|
|
638
368
|
* @public
|
639
369
|
*/
|
640
370
|
startCall(participants: string[], options?: StartCallOptions): Call | undefined;
|
641
|
-
/**
|
642
|
-
* Start the call.
|
643
|
-
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
644
|
-
* @beta
|
645
|
-
*/
|
646
|
-
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
|
647
371
|
}
|
648
372
|
|
649
373
|
/**
|
@@ -688,12 +412,6 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
|
|
688
412
|
* @public
|
689
413
|
*/
|
690
414
|
startCall(participants: string[], options?: StartCallOptions): Call | undefined;
|
691
|
-
/**
|
692
|
-
* Start the call.
|
693
|
-
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
694
|
-
* @beta
|
695
|
-
*/
|
696
|
-
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
|
697
415
|
}
|
698
416
|
|
699
417
|
/**
|
@@ -770,12 +488,6 @@ export declare interface CallAdapterCallOperations {
|
|
770
488
|
* @public
|
771
489
|
*/
|
772
490
|
removeParticipant(userId: string): Promise<void>;
|
773
|
-
/**
|
774
|
-
* Remove a participant from the call.
|
775
|
-
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
776
|
-
* @beta
|
777
|
-
*/
|
778
|
-
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
779
491
|
/**
|
780
492
|
* Create the html view for a stream.
|
781
493
|
*
|
@@ -827,35 +539,6 @@ export declare interface CallAdapterCallOperations {
|
|
827
539
|
* @public
|
828
540
|
*/
|
829
541
|
disposeLocalVideoStreamView(): Promise<void>;
|
830
|
-
/**
|
831
|
-
* Holds the call.
|
832
|
-
*
|
833
|
-
* @beta
|
834
|
-
*/
|
835
|
-
holdCall(): Promise<void>;
|
836
|
-
/**
|
837
|
-
* Resumes the call from a `LocalHold` state.
|
838
|
-
*
|
839
|
-
* @beta
|
840
|
-
*/
|
841
|
-
resumeCall(): Promise<void>;
|
842
|
-
/**
|
843
|
-
* Add a participant to the call.
|
844
|
-
*
|
845
|
-
* @beta
|
846
|
-
*/
|
847
|
-
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
848
|
-
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
849
|
-
/**
|
850
|
-
* send dtmf tone to another participant in a 1:1 PSTN call
|
851
|
-
*
|
852
|
-
* @beta
|
853
|
-
*/
|
854
|
-
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
855
|
-
/**
|
856
|
-
* Continues into a call when the browser version is not supported.
|
857
|
-
*/
|
858
|
-
allowUnsupportedBrowserVersion(): void;
|
859
542
|
/**
|
860
543
|
* Function to Start captions
|
861
544
|
* @param options - options for start captions
|
@@ -923,14 +606,6 @@ export declare type CallAdapterClientState = {
|
|
923
606
|
* Latest error encountered for each operation performed via the adapter.
|
924
607
|
*/
|
925
608
|
latestErrors: AdapterErrors;
|
926
|
-
/**
|
927
|
-
* Azure communications Phone number to make PSTN calls with.
|
928
|
-
*/
|
929
|
-
alternateCallerId?: string;
|
930
|
-
/**
|
931
|
-
* Environment information about system the adapter is made on
|
932
|
-
*/
|
933
|
-
environmentInfo?: EnvironmentInfo;
|
934
609
|
/**
|
935
610
|
* State to track whether the local participant's camera is on. To be used when creating a custom
|
936
611
|
* control bar with the CallComposite.
|
@@ -948,10 +623,6 @@ export declare type CallAdapterClientState = {
|
|
948
623
|
* State to track the selected video background effect.
|
949
624
|
*/
|
950
625
|
selectedVideoBackgroundEffect?: VideoBackgroundEffect;
|
951
|
-
/**
|
952
|
-
* Call from transfer request accepted by local user
|
953
|
-
*/
|
954
|
-
acceptedTransferCallState?: CallState;
|
955
626
|
};
|
956
627
|
|
957
628
|
/**
|
@@ -1036,7 +707,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
1036
707
|
*
|
1037
708
|
* @public
|
1038
709
|
*/
|
1039
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator
|
710
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator;
|
1040
711
|
|
1041
712
|
/**
|
1042
713
|
* {@link CommonCallAdapter} state.
|
@@ -1129,14 +800,14 @@ export declare interface CallAdapterSubscribers {
|
|
1129
800
|
* Subscribe function for 'isSpokenLanguageChanged' event.
|
1130
801
|
*/
|
1131
802
|
on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
1132
|
-
/**
|
1133
|
-
* Subscribe function for 'transferRequested' event.
|
1134
|
-
*/
|
1135
|
-
on(event: 'transferRequested', listener: TransferRequestedListener): void;
|
1136
803
|
/**
|
1137
804
|
* Subscribe function for 'capabilitiesChanged' event.
|
1138
805
|
*/
|
1139
806
|
on(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
807
|
+
/**
|
808
|
+
* Subscribe function for 'roleChanged' event.
|
809
|
+
*/
|
810
|
+
on(event: 'roleChanged', listener: PropertyChangedEvent): void;
|
1140
811
|
/**
|
1141
812
|
* Unsubscribe function for 'participantsJoined' event.
|
1142
813
|
*/
|
@@ -1201,14 +872,14 @@ export declare interface CallAdapterSubscribers {
|
|
1201
872
|
* Unsubscribe function for 'isSpokenLanguageChanged' event.
|
1202
873
|
*/
|
1203
874
|
off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
1204
|
-
/**
|
1205
|
-
* Unsubscribe function for 'transferRequested' event.
|
1206
|
-
*/
|
1207
|
-
off(event: 'transferRequested', listener: TransferRequestedListener): void;
|
1208
875
|
/**
|
1209
876
|
* Unsubscribe function for 'capabilitiesChanged' event.
|
1210
877
|
*/
|
1211
878
|
off(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
879
|
+
/**
|
880
|
+
* Unsubscribe function for 'roleChanged' event.
|
881
|
+
*/
|
882
|
+
off(event: 'roleChanged', listener: PropertyChangedEvent): void;
|
1212
883
|
}
|
1213
884
|
|
1214
885
|
/**
|
@@ -1219,7 +890,6 @@ export declare interface CallAdapterSubscribers {
|
|
1219
890
|
export declare type CallAdapterUiState = {
|
1220
891
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1221
892
|
page: CallCompositePage;
|
1222
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
1223
893
|
};
|
1224
894
|
|
1225
895
|
/**
|
@@ -1238,7 +908,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
|
|
1238
908
|
*/
|
1239
909
|
export declare interface CallAgentProviderProps {
|
1240
910
|
children: React_2.ReactNode;
|
1241
|
-
callAgent?: CallAgent
|
911
|
+
callAgent?: CallAgent;
|
1242
912
|
}
|
1243
913
|
|
1244
914
|
/**
|
@@ -1263,7 +933,7 @@ export declare interface CallAgentState {
|
|
1263
933
|
*/
|
1264
934
|
export declare interface CallAndChatLocator {
|
1265
935
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1266
|
-
callLocator: GroupCallLocator
|
936
|
+
callLocator: GroupCallLocator;
|
1267
937
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1268
938
|
chatThreadId: string;
|
1269
939
|
}
|
@@ -1350,16 +1020,6 @@ export declare interface CallClientState {
|
|
1350
1020
|
* See documentation of {@Link CallErrors} for details.
|
1351
1021
|
*/
|
1352
1022
|
latestErrors: CallErrors;
|
1353
|
-
/**
|
1354
|
-
* A phone number in E.164 format that will be used to represent callers identity.
|
1355
|
-
* For example, using the alternateCallerId to add a participant using PSTN, this number will
|
1356
|
-
* be used as the caller id in the PSTN call.
|
1357
|
-
*/
|
1358
|
-
alternateCallerId?: string;
|
1359
|
-
/**
|
1360
|
-
* state to track the environment that the stateful client was made in is supported
|
1361
|
-
*/
|
1362
|
-
environmentInfo?: EnvironmentInfo;
|
1363
1023
|
}
|
1364
1024
|
|
1365
1025
|
/**
|
@@ -1433,9 +1093,6 @@ export declare type CallCompositeIcons = {
|
|
1433
1093
|
ParticipantItemScreenShareStart?: JSX.Element;
|
1434
1094
|
VideoTileMicOff?: JSX.Element;
|
1435
1095
|
LocalCameraSwitch?: JSX.Element;
|
1436
|
-
PeoplePaneAddPerson?: JSX.Element;
|
1437
|
-
PeoplePaneOpenDialpad?: JSX.Element;
|
1438
|
-
DialpadStartCall?: JSX.Element;
|
1439
1096
|
NoticePageInviteToRoomRemoved?: JSX.Element;
|
1440
1097
|
BlurVideoBackground?: JSX.Element;
|
1441
1098
|
RemoveVideoBackgroundEffect?: JSX.Element;
|
@@ -1467,66 +1124,10 @@ export declare type CallCompositeOptions = {
|
|
1467
1124
|
* @defaultValue true
|
1468
1125
|
*/
|
1469
1126
|
callControls?: boolean | CallControlOptions;
|
1470
|
-
/**
|
1471
|
-
* Device permissions check options for your call.
|
1472
|
-
* Here you can choose what device permissions you prompt the user for,
|
1473
|
-
* as well as what device permissions must be accepted before starting a call.
|
1474
|
-
*/
|
1475
|
-
deviceChecks?: DeviceCheckOptions;
|
1476
|
-
/**
|
1477
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1478
|
-
* unable to grant your site the required permissions for the call.
|
1479
|
-
*
|
1480
|
-
* @example
|
1481
|
-
* ```ts
|
1482
|
-
* onPermissionsTroubleshootingClick: () =>
|
1483
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1484
|
-
* ```
|
1485
|
-
*
|
1486
|
-
* @remarks
|
1487
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1488
|
-
*/
|
1489
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1490
|
-
camera: PermissionState;
|
1491
|
-
microphone: PermissionState;
|
1492
|
-
}) => void;
|
1493
|
-
/**
|
1494
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1495
|
-
* having network issues when connecting to the call.
|
1496
|
-
*
|
1497
|
-
* @example
|
1498
|
-
* ```ts
|
1499
|
-
* onNetworkingTroubleShootingClick?: () =>
|
1500
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1501
|
-
* ```
|
1502
|
-
*
|
1503
|
-
* @remarks
|
1504
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1505
|
-
*/
|
1506
|
-
onNetworkingTroubleShootingClick?: () => void;
|
1507
|
-
/**
|
1508
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1509
|
-
*
|
1510
|
-
* @example
|
1511
|
-
* ```ts
|
1512
|
-
* onBrowserTroubleShootingClick?: () =>
|
1513
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1514
|
-
* ```
|
1515
|
-
*
|
1516
|
-
* @remarks
|
1517
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
1518
|
-
*/
|
1519
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
1520
1127
|
/**
|
1521
1128
|
* Remote participant video tile menu options
|
1522
1129
|
*/
|
1523
1130
|
remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
|
1524
|
-
/**
|
1525
|
-
* Options for controlling the local video tile.
|
1526
|
-
*
|
1527
|
-
* @remarks if 'false' the local video tile will not be rendered.
|
1528
|
-
*/
|
1529
|
-
localVideoTile?: boolean | LocalVideoTileOptions;
|
1530
1131
|
/**
|
1531
1132
|
* Options for controlling the starting layout of the composite's video gallery
|
1532
1133
|
*/
|
@@ -1543,7 +1144,7 @@ export declare type CallCompositeOptions = {
|
|
1543
1144
|
*
|
1544
1145
|
* @public
|
1545
1146
|
*/
|
1546
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' |
|
1147
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall';
|
1547
1148
|
|
1548
1149
|
/**
|
1549
1150
|
* Props for {@link CallComposite}.
|
@@ -1789,74 +1390,10 @@ export declare interface CallCompositeStrings {
|
|
1789
1390
|
* Label for SidePaneHeader dismiss button
|
1790
1391
|
*/
|
1791
1392
|
dismissSidePaneButtonLabel?: string;
|
1792
|
-
/**
|
1793
|
-
* Side pane People section subheader.
|
1794
|
-
*/
|
1795
|
-
peoplePaneSubTitle: string;
|
1796
|
-
/**
|
1797
|
-
* Label for button to copy invite link
|
1798
|
-
*/
|
1799
|
-
copyInviteLinkButtonLabel: string;
|
1800
|
-
/**
|
1801
|
-
* Label for button to open dialpad
|
1802
|
-
*/
|
1803
|
-
openDialpadButtonLabel: string;
|
1804
|
-
/**
|
1805
|
-
* Label for menu item to remove participant
|
1806
|
-
*/
|
1807
|
-
removeMenuLabel: string;
|
1808
|
-
/**
|
1809
|
-
* Label for add people dropdown
|
1810
|
-
*/
|
1811
|
-
peoplePaneAddPeopleButtonLabel: string;
|
1812
|
-
/**
|
1813
|
-
* Label for button to start a call
|
1814
|
-
*/
|
1815
|
-
dialpadStartCallButtonLabel: string;
|
1816
|
-
/**
|
1817
|
-
* Title for dialpad Modal
|
1818
|
-
*/
|
1819
|
-
dialpadModalTitle: string;
|
1820
|
-
/**
|
1821
|
-
* Aria Label for dialpad Modal
|
1822
|
-
*/
|
1823
|
-
dialpadModalAriaLabel: string;
|
1824
|
-
/**
|
1825
|
-
* Aria Label for dialpad Modal close button
|
1826
|
-
*/
|
1827
|
-
dialpadCloseModalButtonAriaLabel: string;
|
1828
1393
|
/**
|
1829
1394
|
* label for more button in the Calling composite
|
1830
1395
|
*/
|
1831
1396
|
moreButtonCallingLabel: string;
|
1832
|
-
/**
|
1833
|
-
* Label for the resume call button on the hold pane
|
1834
|
-
*/
|
1835
|
-
resumeCallButtonLabel: string;
|
1836
|
-
/**
|
1837
|
-
* Label for the resume call button on the hold pane when call is resuming
|
1838
|
-
*/
|
1839
|
-
resumingCallButtonLabel: string;
|
1840
|
-
/**
|
1841
|
-
* Aria label for the resume call button on the hold pane
|
1842
|
-
*/
|
1843
|
-
resumeCallButtonAriaLabel: string;
|
1844
|
-
/**
|
1845
|
-
* Aria label for the resume call button on the hold pane when call is resuming
|
1846
|
-
*/
|
1847
|
-
resumingCallButtonAriaLabel: string;
|
1848
|
-
/**
|
1849
|
-
* Label for the hold pane
|
1850
|
-
*/
|
1851
|
-
holdScreenLabel: string;
|
1852
|
-
/**
|
1853
|
-
* Placeholder text for dtmf dialpad
|
1854
|
-
*/
|
1855
|
-
dtmfDialpadPlaceholderText: string;
|
1856
|
-
/**
|
1857
|
-
* Label for the button to open dtmf dialpad
|
1858
|
-
*/
|
1859
|
-
openDtmfDialpadLabel: string;
|
1860
1397
|
/**
|
1861
1398
|
* aria label for when the invite link has been actioned
|
1862
1399
|
*/
|
@@ -1929,18 +1466,6 @@ export declare interface CallCompositeStrings {
|
|
1929
1466
|
* More details text of the page shown to the user when the user attempts to join a room they are not invited to.
|
1930
1467
|
*/
|
1931
1468
|
notInvitedToRoomDetails?: string;
|
1932
|
-
/**
|
1933
|
-
* Control bar People button ToolTipContent
|
1934
|
-
*/
|
1935
|
-
peopleButtonTooltipOpen: string;
|
1936
|
-
/**
|
1937
|
-
* Control bar People button ToolTipContent
|
1938
|
-
*/
|
1939
|
-
peopleButtonTooltipClose: string;
|
1940
|
-
/**
|
1941
|
-
* Label disaplayed on the lobby screen during a 1:1 outbound call.
|
1942
|
-
*/
|
1943
|
-
outboundCallingNoticeString: string;
|
1944
1469
|
/**
|
1945
1470
|
* Notice to be announced by narrator when a participant joins a call
|
1946
1471
|
*/
|
@@ -2066,59 +1591,7 @@ export declare interface CallCompositeStrings {
|
|
2066
1591
|
*/
|
2067
1592
|
captionsBannerSpinnerText?: string;
|
2068
1593
|
/**
|
2069
|
-
*
|
2070
|
-
*/
|
2071
|
-
transferPageTransferorText: string;
|
2072
|
-
/**
|
2073
|
-
* transfer page text when showing the transfer target
|
2074
|
-
*/
|
2075
|
-
transferPageTransferTargetText: string;
|
2076
|
-
/**
|
2077
|
-
* transfer page display name for unknown participant
|
2078
|
-
*/
|
2079
|
-
transferPageUnknownTransferorDisplayName: string;
|
2080
|
-
/**
|
2081
|
-
* transfer page display name for unknown participant
|
2082
|
-
*/
|
2083
|
-
transferPageUnknownTransferTargetDisplayName: string;
|
2084
|
-
/**
|
2085
|
-
* notice to be announced by narrator the transfer page is showing
|
2086
|
-
*/
|
2087
|
-
transferPageNoticeString: string;
|
2088
|
-
/**
|
2089
|
-
* Title text of the page shown to the user when target participant could not be reached
|
2090
|
-
*/
|
2091
|
-
participantCouldNotBeReachedTitle?: string;
|
2092
|
-
/**
|
2093
|
-
* More details text of the page shown to the user when target participant could not be reached
|
2094
|
-
*/
|
2095
|
-
participantCouldNotBeReachedMoreDetails?: string;
|
2096
|
-
/**
|
2097
|
-
* Title text of the page shown to the user when permission to reach participant is not allowed
|
2098
|
-
*/
|
2099
|
-
permissionToReachTargetParticipantNotAllowedTitle?: string;
|
2100
|
-
/**
|
2101
|
-
* More details text of the page shown to the user when permission to reach participant is not allowed
|
2102
|
-
*/
|
2103
|
-
permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
|
2104
|
-
/**
|
2105
|
-
* Title text of the page shown to the user when tenant id for the target participant could not be resolved
|
2106
|
-
*/
|
2107
|
-
unableToResolveTenantTitle?: string;
|
2108
|
-
/**
|
2109
|
-
* More details text of the page shown to the user when tenant id for the target participant could not be resolved
|
2110
|
-
*/
|
2111
|
-
unableToResolveTenantMoreDetails?: string;
|
2112
|
-
/**
|
2113
|
-
* Title text of the page shown to the user when target participant id is malformed
|
2114
|
-
*/
|
2115
|
-
participantIdIsMalformedTitle?: string;
|
2116
|
-
/**
|
2117
|
-
* More details text of the page shown to the user when target participant id is malformed
|
2118
|
-
*/
|
2119
|
-
participantIdIsMalformedMoreDetails?: string;
|
2120
|
-
/**
|
2121
|
-
* Controls label to move the overflow gallery around
|
1594
|
+
* Controls label to move the overflow gallery around
|
2122
1595
|
*/
|
2123
1596
|
moreButtonGalleryControlLabel?: string;
|
2124
1597
|
/**
|
@@ -2237,7 +1710,7 @@ export declare type CallErrors = {
|
|
2237
1710
|
*
|
2238
1711
|
* @public
|
2239
1712
|
*/
|
2240
|
-
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' |
|
1713
|
+
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' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'VideoEffectsFeature.startEffects';
|
2241
1714
|
|
2242
1715
|
/**
|
2243
1716
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -2317,23 +1790,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
2317
1790
|
raisedHand?: RaisedHand;
|
2318
1791
|
};
|
2319
1792
|
|
2320
|
-
/**
|
2321
|
-
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
2322
|
-
*
|
2323
|
-
* @remarks
|
2324
|
-
* This is currently in beta and only supports calling one Teams User.
|
2325
|
-
*
|
2326
|
-
* @example
|
2327
|
-
* ```
|
2328
|
-
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
2329
|
-
* ```
|
2330
|
-
*
|
2331
|
-
* @beta
|
2332
|
-
*/
|
2333
|
-
export declare type CallParticipantsLocator = {
|
2334
|
-
participantIds: string[];
|
2335
|
-
};
|
2336
|
-
|
2337
1793
|
/**
|
2338
1794
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
2339
1795
|
*
|
@@ -2350,7 +1806,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
|
|
2350
1806
|
*/
|
2351
1807
|
export declare interface CallProviderProps {
|
2352
1808
|
children: React_2.ReactNode;
|
2353
|
-
call?: Call
|
1809
|
+
call?: Call;
|
2354
1810
|
}
|
2355
1811
|
|
2356
1812
|
/**
|
@@ -2364,10 +1820,6 @@ export declare interface CallState {
|
|
2364
1820
|
* Proxy of {@link @azure/communication-calling#Call.id}.
|
2365
1821
|
*/
|
2366
1822
|
id: string;
|
2367
|
-
/**
|
2368
|
-
* Type of the call.
|
2369
|
-
*/
|
2370
|
-
kind: CallKind;
|
2371
1823
|
/**
|
2372
1824
|
* Proxy of {@link @azure/communication-calling#Call.callerInfo}.
|
2373
1825
|
*/
|
@@ -2466,14 +1918,6 @@ export declare interface CallState {
|
|
2466
1918
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
2467
1919
|
*/
|
2468
1920
|
role?: ParticipantRole;
|
2469
|
-
/**
|
2470
|
-
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
2471
|
-
*/
|
2472
|
-
totalParticipantCount?: number;
|
2473
|
-
/**
|
2474
|
-
* Transfer state of call
|
2475
|
-
*/
|
2476
|
-
transfer: TransferFeature;
|
2477
1921
|
/**
|
2478
1922
|
* Proxy of {@link @azure/communication-calling#CapabilitiesFeature}.
|
2479
1923
|
*/
|
@@ -2485,7 +1929,7 @@ export declare interface CallState {
|
|
2485
1929
|
*
|
2486
1930
|
* @public
|
2487
1931
|
*/
|
2488
|
-
export declare interface CallWithChatAdapter extends CallWithChatAdapterManagement, AdapterState<CallWithChatAdapterState>,
|
1932
|
+
export declare interface CallWithChatAdapter extends CallWithChatAdapterManagement, AdapterState<CallWithChatAdapterState>, Disposable_2, CallWithChatAdapterSubscriptions {
|
2489
1933
|
}
|
2490
1934
|
|
2491
1935
|
/**
|
@@ -2501,12 +1945,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
2501
1945
|
* @public
|
2502
1946
|
*/
|
2503
1947
|
removeParticipant(userId: string): Promise<void>;
|
2504
|
-
/**
|
2505
|
-
* Remove a participant from the call.
|
2506
|
-
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
2507
|
-
* @beta
|
2508
|
-
*/
|
2509
|
-
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
2510
1948
|
/**
|
2511
1949
|
* Join the call with microphone initially on/off.
|
2512
1950
|
* @deprecated Use joinCall(options?:JoinCallOptions) instead.
|
@@ -2572,12 +2010,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
2572
2010
|
* @public
|
2573
2011
|
*/
|
2574
2012
|
startCall(participants: string[], options?: StartCallOptions): Call | undefined;
|
2575
|
-
/**
|
2576
|
-
* Start the call.
|
2577
|
-
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
2578
|
-
* @beta
|
2579
|
-
*/
|
2580
|
-
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
|
2581
2013
|
/**
|
2582
2014
|
* Start sharing the screen during a call.
|
2583
2015
|
*
|
@@ -2767,52 +2199,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
2767
2199
|
* @public
|
2768
2200
|
*/
|
2769
2201
|
loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
|
2770
|
-
/** @beta */
|
2771
|
-
registerActiveFileUploads: (files: File[]) => FileUploadManager[];
|
2772
|
-
/** @beta */
|
2773
|
-
registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
|
2774
|
-
/** @beta */
|
2775
|
-
clearFileUploads: () => void;
|
2776
|
-
/** @beta */
|
2777
|
-
cancelFileUpload: (id: string) => void;
|
2778
|
-
/** @beta */
|
2779
|
-
updateFileUploadProgress: (id: string, progress: number) => void;
|
2780
|
-
/** @beta */
|
2781
|
-
updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
|
2782
|
-
/** @beta */
|
2783
|
-
updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
|
2784
|
-
downloadAttachments: (options: {
|
2785
|
-
attachmentUrls: Record<string, string>;
|
2786
|
-
}) => Promise<AttachmentDownloadResult[]>;
|
2787
|
-
/**
|
2788
|
-
* Puts the Call in a Localhold.
|
2789
|
-
*
|
2790
|
-
* @beta
|
2791
|
-
*/
|
2792
|
-
holdCall: () => Promise<void>;
|
2793
|
-
/**
|
2794
|
-
* Resumes the call from a LocalHold state.
|
2795
|
-
*
|
2796
|
-
* @beta
|
2797
|
-
*/
|
2798
|
-
resumeCall: () => Promise<void>;
|
2799
|
-
/**
|
2800
|
-
* Adds a new Participant to the call.
|
2801
|
-
*
|
2802
|
-
* @beta
|
2803
|
-
*/
|
2804
|
-
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
2805
|
-
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
2806
|
-
/**
|
2807
|
-
* send dtmf tone to another participant in the call in 1:1 calls
|
2808
|
-
*
|
2809
|
-
* @beta
|
2810
|
-
*/
|
2811
|
-
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
2812
|
-
/**
|
2813
|
-
* Continues into a call when the browser version is not supported.
|
2814
|
-
*/
|
2815
|
-
allowUnsupportedBrowserVersion(): void;
|
2816
2202
|
/**
|
2817
2203
|
* Function to Start captions
|
2818
2204
|
* @param options - options for start captions
|
@@ -2938,22 +2324,6 @@ export declare interface CallWithChatAdapterUiState {
|
|
2938
2324
|
* @public
|
2939
2325
|
*/
|
2940
2326
|
page: CallCompositePage;
|
2941
|
-
/**
|
2942
|
-
* Files being uploaded by a user in the current thread.
|
2943
|
-
* Should be set to null once the upload is complete.
|
2944
|
-
* Array of type {@link FileUploadsUiState}
|
2945
|
-
*
|
2946
|
-
* @beta
|
2947
|
-
*/
|
2948
|
-
fileUploads?: FileUploadsUiState;
|
2949
|
-
/**
|
2950
|
-
* State to track whether the end user has opted in to using a
|
2951
|
-
* out of date version of a supported browser. Allows the user
|
2952
|
-
* to start a call in this state.
|
2953
|
-
*
|
2954
|
-
* @beta
|
2955
|
-
*/
|
2956
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
2957
2327
|
}
|
2958
2328
|
|
2959
2329
|
/**
|
@@ -2978,10 +2348,6 @@ export declare interface CallWithChatClientState {
|
|
2978
2348
|
devices: DeviceManagerState;
|
2979
2349
|
/** State of whether the active call is a Teams interop call */
|
2980
2350
|
isTeamsCall: boolean;
|
2981
|
-
/** alternateCallerId for PSTN call */
|
2982
|
-
alternateCallerId?: string | undefined;
|
2983
|
-
/** Environment information for system adapter is made on */
|
2984
|
-
environmentInfo?: EnvironmentInfo;
|
2985
2351
|
/** Default set of background images for background replacement effect */
|
2986
2352
|
videoBackgroundImages?: VideoBackgroundImage[];
|
2987
2353
|
/** Dependency to be injected for video background effects */
|
@@ -3056,9 +2422,6 @@ export declare type CallWithChatCompositeIcons = {
|
|
3056
2422
|
ParticipantItemScreenShareStart?: JSX.Element;
|
3057
2423
|
VideoTileMicOff?: JSX.Element;
|
3058
2424
|
LocalCameraSwitch?: JSX.Element;
|
3059
|
-
PeoplePaneAddPerson?: JSX.Element;
|
3060
|
-
PeoplePaneOpenDialpad?: JSX.Element;
|
3061
|
-
DialpadStartCall?: JSX.Element;
|
3062
2425
|
DefaultCustomButton?: JSX.Element;
|
3063
2426
|
EditBoxCancel?: JSX.Element;
|
3064
2427
|
EditBoxSubmit?: JSX.Element;
|
@@ -3086,72 +2449,10 @@ export declare type CallWithChatCompositeOptions = {
|
|
3086
2449
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
3087
2450
|
*/
|
3088
2451
|
callControls?: boolean | CallWithChatControlOptions;
|
3089
|
-
/**
|
3090
|
-
* Properties for configuring the File Sharing feature.
|
3091
|
-
* If undefined, file sharing feature will be disabled.
|
3092
|
-
* @beta
|
3093
|
-
*/
|
3094
|
-
fileSharing?: FileSharingOptions;
|
3095
|
-
/**
|
3096
|
-
* Device permissions check options for your call.
|
3097
|
-
* Here you can choose what device permissions you prompt the user for,
|
3098
|
-
* as well as what device permissions must be accepted before starting a call.
|
3099
|
-
*/
|
3100
|
-
deviceChecks?: DeviceCheckOptions;
|
3101
|
-
/**
|
3102
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
3103
|
-
* unable to grant your site the required permissions for the call.
|
3104
|
-
*
|
3105
|
-
* @example
|
3106
|
-
* ```ts
|
3107
|
-
* onPermissionsTroubleshootingClick: () =>
|
3108
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
3109
|
-
* ```
|
3110
|
-
*
|
3111
|
-
* @remarks
|
3112
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
3113
|
-
*/
|
3114
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
3115
|
-
camera: PermissionState;
|
3116
|
-
microphone: PermissionState;
|
3117
|
-
}) => void;
|
3118
|
-
/**
|
3119
|
-
* Optional callback to supply users with further troubleshooting steps for network issues
|
3120
|
-
* experienced when connecting to a call.
|
3121
|
-
*
|
3122
|
-
* @example
|
3123
|
-
* ```ts
|
3124
|
-
* onNetworkingTroubleShootingClick?: () =>
|
3125
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
3126
|
-
* ```
|
3127
|
-
*
|
3128
|
-
* @remarks
|
3129
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
3130
|
-
*/
|
3131
|
-
onNetworkingTroubleShootingClick?: () => void;
|
3132
|
-
/**
|
3133
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
3134
|
-
*
|
3135
|
-
* @example
|
3136
|
-
* ```ts
|
3137
|
-
* onBrowserTroubleShootingClick?: () =>
|
3138
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
3139
|
-
* ```
|
3140
|
-
*
|
3141
|
-
* @remarks
|
3142
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
3143
|
-
*/
|
3144
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
3145
2452
|
/**
|
3146
2453
|
* Remote participant video tile menu options
|
3147
2454
|
*/
|
3148
2455
|
remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
|
3149
|
-
/**
|
3150
|
-
* Options for controlling the local video tile.
|
3151
|
-
*
|
3152
|
-
* @remarks if 'false' the local video tile will not be rendered.
|
3153
|
-
*/
|
3154
|
-
localVideoTile?: boolean | LocalVideoTileOptions;
|
3155
2456
|
/**
|
3156
2457
|
* Options for controlling the starting layout of the composite's video gallery
|
3157
2458
|
*/
|
@@ -3312,10 +2613,6 @@ export declare interface CallWithChatCompositeStrings {
|
|
3312
2613
|
* Label for button to copy invite link
|
3313
2614
|
*/
|
3314
2615
|
copyInviteLinkButtonLabel: string;
|
3315
|
-
/**
|
3316
|
-
* Label for button to open dialpad
|
3317
|
-
*/
|
3318
|
-
openDialpadButtonLabel: string;
|
3319
2616
|
/**
|
3320
2617
|
* Label for SidePaneHeader dismiss button
|
3321
2618
|
*/
|
@@ -3328,34 +2625,6 @@ export declare interface CallWithChatCompositeStrings {
|
|
3328
2625
|
* Aria label string for return to call back button
|
3329
2626
|
*/
|
3330
2627
|
returnToCallButtonAriaLabel?: string;
|
3331
|
-
/**
|
3332
|
-
* Label for add people dropdown
|
3333
|
-
*/
|
3334
|
-
peoplePaneAddPeopleButtonLabel: string;
|
3335
|
-
/**
|
3336
|
-
* Label for button to start a call
|
3337
|
-
*/
|
3338
|
-
dialpadStartCallButtonLabel: string;
|
3339
|
-
/**
|
3340
|
-
* Title for dialpad Modal
|
3341
|
-
*/
|
3342
|
-
dialpadModalTitle: string;
|
3343
|
-
/**
|
3344
|
-
* Aria Label for dialpad Modal
|
3345
|
-
*/
|
3346
|
-
dialpadModalAriaLabel: string;
|
3347
|
-
/**
|
3348
|
-
* Aria Label for dialpad Modal close button
|
3349
|
-
*/
|
3350
|
-
dialpadCloseModalButtonAriaLabel: string;
|
3351
|
-
/**
|
3352
|
-
* Placeholder text for dtmf dialpad
|
3353
|
-
*/
|
3354
|
-
dtmfDialpadPlaceholderText: string;
|
3355
|
-
/**
|
3356
|
-
* Label for the button to open dtmf dialpad
|
3357
|
-
*/
|
3358
|
-
openDtmfDialpadLabel: string;
|
3359
2628
|
/**
|
3360
2629
|
* aria label for when the invite link has been actioned
|
3361
2630
|
*/
|
@@ -3372,9 +2641,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
3372
2641
|
* Show or hide the chat button in the call-with-chat composite control bar.
|
3373
2642
|
* @defaultValue true
|
3374
2643
|
*/
|
3375
|
-
chatButton?: boolean
|
3376
|
-
disabled: boolean;
|
3377
|
-
};
|
2644
|
+
chatButton?: boolean;
|
3378
2645
|
}
|
3379
2646
|
|
3380
2647
|
/**
|
@@ -3384,35 +2651,6 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
3384
2651
|
*/
|
3385
2652
|
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | /* @conditional-compile-remove(close-captions) */ 'isCaptionsActiveChanged' | /* @conditional-compile-remove(close-captions) */ 'captionsReceived' | /* @conditional-compile-remove(close-captions) */ 'isCaptionLanguageChanged' | /* @conditional-compile-remove(close-captions) */ 'isSpokenLanguageChanged' | /* @conditional-compile-remove(capabilities) */ 'capabilitiesChanged' | 'messageReceived' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved';
|
3386
2653
|
|
3387
|
-
/**
|
3388
|
-
* @beta
|
3389
|
-
*
|
3390
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
3391
|
-
* by their browsers settings.
|
3392
|
-
*/
|
3393
|
-
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
3394
|
-
|
3395
|
-
/**
|
3396
|
-
* @beta
|
3397
|
-
* Props for CameraAndMicrophoneSitePermissions component.
|
3398
|
-
*/
|
3399
|
-
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
3400
|
-
/** Icon name for the camera icon */
|
3401
|
-
cameraIconName?: string;
|
3402
|
-
/** Icon name for the microphone icon */
|
3403
|
-
microphoneIconName?: string;
|
3404
|
-
/** Icon name for the central icon between the camera and microphone icons */
|
3405
|
-
connectorIconName?: string;
|
3406
|
-
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
3407
|
-
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
3408
|
-
}
|
3409
|
-
|
3410
|
-
/**
|
3411
|
-
* @beta
|
3412
|
-
* Strings for CameraAndMicrophoneSitePermissions component.
|
3413
|
-
*/
|
3414
|
-
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
3415
|
-
|
3416
2654
|
/**
|
3417
2655
|
* A button to turn camera on / off.
|
3418
2656
|
*
|
@@ -3569,31 +2807,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
3569
2807
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
3570
2808
|
}
|
3571
2809
|
|
3572
|
-
/**
|
3573
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
3574
|
-
* by their browsers settings.
|
3575
|
-
*
|
3576
|
-
* @beta
|
3577
|
-
*/
|
3578
|
-
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
3579
|
-
|
3580
|
-
/**
|
3581
|
-
* @beta
|
3582
|
-
* Props for CameraSitePermissions component.
|
3583
|
-
*/
|
3584
|
-
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
3585
|
-
/** Icon name for the camera icon */
|
3586
|
-
cameraIconName?: string;
|
3587
|
-
/** Strings for use with the {@link CameraSitePermissions} */
|
3588
|
-
strings?: CameraSitePermissionsStrings;
|
3589
|
-
}
|
3590
|
-
|
3591
|
-
/**
|
3592
|
-
* @beta
|
3593
|
-
* Strings for CameraSitePermissions component.
|
3594
|
-
*/
|
3595
|
-
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
3596
|
-
|
3597
2810
|
/**
|
3598
2811
|
* @public
|
3599
2812
|
* Callback function run when a message edit is cancelled.
|
@@ -3799,7 +3012,7 @@ export declare type CaptionsReceivedListener = (event: {
|
|
3799
3012
|
*
|
3800
3013
|
* @public
|
3801
3014
|
*/
|
3802
|
-
export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> &
|
3015
|
+
export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable_2 & ChatAdapterSubscribers;
|
3803
3016
|
|
3804
3017
|
/**
|
3805
3018
|
* {@link ChatAdapter} state.
|
@@ -3907,9 +3120,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
3907
3120
|
/**
|
3908
3121
|
* Update a message content.
|
3909
3122
|
*/
|
3910
|
-
updateMessage(messageId: string, content: string, metadata?: Record<string, string
|
3911
|
-
attachedFilesMetadata?: FileMetadata[];
|
3912
|
-
}): Promise<void>;
|
3123
|
+
updateMessage(messageId: string, content: string, metadata?: Record<string, string>): Promise<void>;
|
3913
3124
|
/**
|
3914
3125
|
* Delete a message in the thread.
|
3915
3126
|
*/
|
@@ -3922,9 +3133,6 @@ export declare interface ChatAdapterThreadManagement {
|
|
3922
3133
|
*
|
3923
3134
|
*/
|
3924
3135
|
loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
|
3925
|
-
downloadAttachments: (options: {
|
3926
|
-
attachmentUrls: Record<string, string>;
|
3927
|
-
}) => Promise<AttachmentDownloadResult[]>;
|
3928
3136
|
}
|
3929
3137
|
|
3930
3138
|
/**
|
@@ -3934,13 +3142,6 @@ export declare interface ChatAdapterThreadManagement {
|
|
3934
3142
|
*/
|
3935
3143
|
export declare type ChatAdapterUiState = {
|
3936
3144
|
error?: Error;
|
3937
|
-
/**
|
3938
|
-
* Files being uploaded by a user in the current thread.
|
3939
|
-
* Should be set to null once the upload is complete.
|
3940
|
-
* Array of type {@link FileUploadsUiState}
|
3941
|
-
* @beta
|
3942
|
-
*/
|
3943
|
-
fileUploads?: FileUploadsUiState;
|
3944
3145
|
};
|
3945
3146
|
|
3946
3147
|
/**
|
@@ -4043,7 +3244,6 @@ export declare type ChatCompositeIcons = {
|
|
4043
3244
|
ParticipantItemOptionsHovered?: JSX.Element;
|
4044
3245
|
SendBoxSend?: JSX.Element;
|
4045
3246
|
SendBoxSendHovered?: JSX.Element;
|
4046
|
-
SendBoxAttachFile?: JSX.Element;
|
4047
3247
|
};
|
4048
3248
|
|
4049
3249
|
/**
|
@@ -4058,13 +3258,6 @@ export declare type ChatCompositeOptions = {
|
|
4058
3258
|
* @defaultValue true
|
4059
3259
|
*/
|
4060
3260
|
errorBar?: boolean;
|
4061
|
-
/**
|
4062
|
-
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
4063
|
-
* @defaultValue false
|
4064
|
-
*
|
4065
|
-
* @beta
|
4066
|
-
*/
|
4067
|
-
participantPane?: boolean;
|
4068
3261
|
/**
|
4069
3262
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
4070
3263
|
* @defaultValue true
|
@@ -4075,12 +3268,6 @@ export declare type ChatCompositeOptions = {
|
|
4075
3268
|
* When undefined nothing has focus on render
|
4076
3269
|
*/
|
4077
3270
|
autoFocus?: 'sendBoxTextField';
|
4078
|
-
/**
|
4079
|
-
* Properties for configuring the File Sharing feature.
|
4080
|
-
* If undefined, file sharing feature will be disabled.
|
4081
|
-
* @beta
|
4082
|
-
*/
|
4083
|
-
fileSharing?: FileSharingOptions;
|
4084
3271
|
};
|
4085
3272
|
|
4086
3273
|
/**
|
@@ -4108,12 +3295,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
4108
3295
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
4109
3296
|
*/
|
4110
3297
|
options?: ChatCompositeOptions;
|
4111
|
-
/**
|
4112
|
-
* Optimizes the composite form factor for either desktop or mobile.
|
4113
|
-
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
4114
|
-
* @defaultValue 'desktop'
|
4115
|
-
*/
|
4116
|
-
formFactor?: 'desktop' | 'mobile';
|
4117
3298
|
}
|
4118
3299
|
|
4119
3300
|
/**
|
@@ -4128,10 +3309,6 @@ export declare interface ChatCompositeStrings {
|
|
4128
3309
|
* Chat list header text
|
4129
3310
|
*/
|
4130
3311
|
chatListHeader: string;
|
4131
|
-
/**
|
4132
|
-
* Upload File Button text
|
4133
|
-
*/
|
4134
|
-
uploadFile: string;
|
4135
3312
|
}
|
4136
3313
|
|
4137
3314
|
/**
|
@@ -4180,7 +3357,7 @@ export declare type ChatErrors = {
|
|
4180
3357
|
*
|
4181
3358
|
* @public
|
4182
3359
|
*/
|
4183
|
-
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' |
|
3360
|
+
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';
|
4184
3361
|
|
4185
3362
|
/**
|
4186
3363
|
* Object containing all the handlers required for chat components.
|
@@ -4197,10 +3374,7 @@ export declare type ChatHandlers = {
|
|
4197
3374
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
4198
3375
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
4199
3376
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
4200
|
-
onUpdateMessage: (messageId: string, content: string
|
4201
|
-
metadata?: Record<string, string>;
|
4202
|
-
attachedFilesMetadata?: FileMetadata[];
|
4203
|
-
}) => Promise<void>;
|
3377
|
+
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
4204
3378
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
4205
3379
|
};
|
4206
3380
|
|
@@ -4227,12 +3401,6 @@ export declare interface ChatMessage extends MessageCommon {
|
|
4227
3401
|
* {@link @azure/communication-chat#ChatMessage.metadata}
|
4228
3402
|
*/
|
4229
3403
|
metadata?: Record<string, string>;
|
4230
|
-
/**
|
4231
|
-
* @beta
|
4232
|
-
* A list of files attached to the message.
|
4233
|
-
* {@link FileMetadata}
|
4234
|
-
*/
|
4235
|
-
attachedFilesMetadata?: FileMetadata[];
|
4236
3404
|
}
|
4237
3405
|
|
4238
3406
|
/**
|
@@ -4246,7 +3414,6 @@ export declare interface ChatMessage extends MessageCommon {
|
|
4246
3414
|
export declare type ChatMessageWithStatus = ChatMessage_2 & {
|
4247
3415
|
clientMessageId?: string;
|
4248
3416
|
status: MessageStatus;
|
4249
|
-
policyViolation?: boolean;
|
4250
3417
|
};
|
4251
3418
|
|
4252
3419
|
/**
|
@@ -4266,26 +3433,6 @@ export declare type ChatParticipantListSelector = (state: ChatClientState, props
|
|
4266
3433
|
*/
|
4267
3434
|
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;
|
4268
3435
|
|
4269
|
-
/**
|
4270
|
-
* Custom Fluent theme palette used by chat related components in this library.
|
4271
|
-
*
|
4272
|
-
* @beta
|
4273
|
-
*/
|
4274
|
-
export declare interface ChatTheme {
|
4275
|
-
/**
|
4276
|
-
* Custom Fluent theme palette used by chat related components in this library.
|
4277
|
-
*
|
4278
|
-
* @beta
|
4279
|
-
*/
|
4280
|
-
chatPalette: {
|
4281
|
-
modalOverlayBlack: string;
|
4282
|
-
modalTitleWhite: string;
|
4283
|
-
modalButtonBackground: string;
|
4284
|
-
modalButtonBackgroundHover: string;
|
4285
|
-
modalButtonBackgroundActive: string;
|
4286
|
-
};
|
4287
|
-
}
|
4288
|
-
|
4289
3436
|
/**
|
4290
3437
|
* A {@link React.Context} that stores a {@link @azure/communication-chat#ChatThreadClient}.
|
4291
3438
|
*
|
@@ -4383,7 +3530,7 @@ export declare type Common<A, B> = Pick<A, CommonProperties<A, B>>;
|
|
4383
3530
|
*
|
4384
3531
|
* @public
|
4385
3532
|
*/
|
4386
|
-
export declare interface CommonCallAdapter extends AdapterState<CallAdapterState>,
|
3533
|
+
export declare interface CommonCallAdapter extends AdapterState<CallAdapterState>, Disposable_2, CallAdapterCallOperations, CallAdapterDeviceManagement, CallAdapterSubscribers {
|
4387
3534
|
/**
|
4388
3535
|
* Join the call with microphone initially on/off.
|
4389
3536
|
* @deprecated Use joinCall(options?:JoinCallOptions) instead.
|
@@ -4411,12 +3558,6 @@ export declare interface CommonCallAdapter extends AdapterState<CallAdapterState
|
|
4411
3558
|
* @public
|
4412
3559
|
*/
|
4413
3560
|
startCall(participants: string[], options?: StartCallOptions): void;
|
4414
|
-
/**
|
4415
|
-
* Start the call.
|
4416
|
-
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
4417
|
-
* @beta
|
4418
|
-
*/
|
4419
|
-
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): void;
|
4420
3561
|
}
|
4421
3562
|
|
4422
3563
|
/**
|
@@ -4432,12 +3573,6 @@ export declare type CommonCallAdapterOptions = {
|
|
4432
3573
|
videoBackgroundImages?: VideoBackgroundImage[];
|
4433
3574
|
onResolveDependency?: () => Promise<VideoBackgroundEffectsDependency>;
|
4434
3575
|
};
|
4435
|
-
/**
|
4436
|
-
* Use this to fetch profile information which will override data in {@link CallAdapterState} like display name
|
4437
|
-
* The onFetchProfile is fetch-and-forget one time action for each user, once a user profile is updated, the value will be cached
|
4438
|
-
* and would not be updated again within the lifecycle of adapter.
|
4439
|
-
*/
|
4440
|
-
onFetchProfile?: OnFetchProfileCallback;
|
4441
3576
|
};
|
4442
3577
|
|
4443
3578
|
/**
|
@@ -4460,9 +3595,7 @@ export declare type CommonCallControlOptions = {
|
|
4460
3595
|
* Show or Hide Camera Button during a call
|
4461
3596
|
* @defaultValue true
|
4462
3597
|
*/
|
4463
|
-
cameraButton?: boolean
|
4464
|
-
disabled: boolean;
|
4465
|
-
};
|
3598
|
+
cameraButton?: boolean;
|
4466
3599
|
/**
|
4467
3600
|
* Show or Hide EndCall button during a call.
|
4468
3601
|
* @defaultValue true
|
@@ -4472,16 +3605,12 @@ export declare type CommonCallControlOptions = {
|
|
4472
3605
|
* Show or Hide Microphone button during a call.
|
4473
3606
|
* @defaultValue true
|
4474
3607
|
*/
|
4475
|
-
microphoneButton?: boolean
|
4476
|
-
disabled: boolean;
|
4477
|
-
};
|
3608
|
+
microphoneButton?: boolean;
|
4478
3609
|
/**
|
4479
3610
|
* Show or Hide Devices button during a call.
|
4480
3611
|
* @defaultValue true
|
4481
3612
|
*/
|
4482
|
-
devicesButton?: boolean
|
4483
|
-
disabled: boolean;
|
4484
|
-
};
|
3613
|
+
devicesButton?: boolean;
|
4485
3614
|
/**
|
4486
3615
|
* Show, Hide or Disable participants button during a call.
|
4487
3616
|
* @defaultValue true
|
@@ -4512,16 +3641,11 @@ export declare type CommonCallControlOptions = {
|
|
4512
3641
|
* Inject custom buttons in the call controls.
|
4513
3642
|
*/
|
4514
3643
|
onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
|
4515
|
-
holdButton?: boolean | {
|
4516
|
-
disabled: boolean;
|
4517
|
-
};
|
4518
3644
|
/**
|
4519
3645
|
* Show or hide the people button in the composite control bar.
|
4520
3646
|
* @defaultValue true
|
4521
3647
|
*/
|
4522
|
-
peopleButton?: boolean
|
4523
|
-
disabled: boolean;
|
4524
|
-
};
|
3648
|
+
peopleButton?: boolean;
|
4525
3649
|
};
|
4526
3650
|
|
4527
3651
|
/**
|
@@ -4546,9 +3670,6 @@ export declare interface CommonCallingHandlers {
|
|
4546
3670
|
onRaiseHand: () => Promise<void>;
|
4547
3671
|
onLowerHand: () => Promise<void>;
|
4548
3672
|
onToggleRaiseHand: () => Promise<void>;
|
4549
|
-
onToggleHold: () => Promise<void>;
|
4550
|
-
onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
4551
|
-
onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
|
4552
3673
|
onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
4553
3674
|
onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
4554
3675
|
/**
|
@@ -4558,10 +3679,7 @@ export declare interface CommonCallingHandlers {
|
|
4558
3679
|
onDisposeLocalStreamView: () => Promise<void>;
|
4559
3680
|
onDisposeRemoteVideoStreamView: (userId: string) => Promise<void>;
|
4560
3681
|
onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
|
4561
|
-
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
4562
3682
|
onRemoveParticipant(userId: string): Promise<void>;
|
4563
|
-
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
4564
|
-
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
4565
3683
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
4566
3684
|
onRemoveVideoBackgroundEffects: () => Promise<void>;
|
4567
3685
|
onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
|
@@ -4581,39 +3699,6 @@ export declare type CommonProperties<A, B> = {
|
|
4581
3699
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
4582
3700
|
}[keyof A & keyof B];
|
4583
3701
|
|
4584
|
-
/**
|
4585
|
-
* @beta
|
4586
|
-
* Props for SitePermissions components.
|
4587
|
-
*/
|
4588
|
-
export declare interface CommonSitePermissionsProps {
|
4589
|
-
/**
|
4590
|
-
* Name of application calling experience is in.
|
4591
|
-
*/
|
4592
|
-
appName: string;
|
4593
|
-
/**
|
4594
|
-
* Kind of the Site Permissions component.
|
4595
|
-
*/
|
4596
|
-
kind: 'request' | 'denied' | 'check';
|
4597
|
-
/**
|
4598
|
-
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
4599
|
-
*/
|
4600
|
-
browserHint?: 'safari' | 'unset';
|
4601
|
-
/**
|
4602
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
4603
|
-
* If this is not provided the button will not be shown.
|
4604
|
-
*/
|
4605
|
-
onTroubleshootingClick?: () => void;
|
4606
|
-
/**
|
4607
|
-
* Action that is taken when the user clicks the continue anyway button.
|
4608
|
-
* If this is not provided the button will not be shown.
|
4609
|
-
*/
|
4610
|
-
onContinueAnywayClick?: () => void;
|
4611
|
-
/**
|
4612
|
-
* Styles for SitePermissions component.
|
4613
|
-
*/
|
4614
|
-
styles?: SitePermissionsStyles;
|
4615
|
-
}
|
4616
|
-
|
4617
3702
|
/**
|
4618
3703
|
* A Chat or Calling participant's state, as reflected in the UI.
|
4619
3704
|
*
|
@@ -4790,11 +3875,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
4790
3875
|
export declare interface ComponentLocale {
|
4791
3876
|
/** Strings for components */
|
4792
3877
|
strings: ComponentStrings;
|
4793
|
-
/**
|
4794
|
-
* Optional function to provide customized date format.
|
4795
|
-
* @beta
|
4796
|
-
*/
|
4797
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
4798
3878
|
}
|
4799
3879
|
|
4800
3880
|
/**
|
@@ -4840,62 +3920,16 @@ export declare interface ComponentStrings {
|
|
4840
3920
|
typingIndicator: TypingIndicatorStrings;
|
4841
3921
|
/** Strings for SendBox */
|
4842
3922
|
sendBox: SendBoxStrings;
|
4843
|
-
/** Strings for MentionPopover */
|
4844
|
-
mentionPopover: MentionPopoverStrings;
|
4845
|
-
/** Strings for ImageGallery */
|
4846
|
-
imageGallery: ImageGalleryStrings;
|
4847
3923
|
/** Strings for MessageStatusIndicator */
|
4848
3924
|
messageStatusIndicator: MessageStatusIndicatorStrings;
|
4849
3925
|
/** Strings for ErroBar */
|
4850
3926
|
errorBar: ErrorBarStrings;
|
4851
3927
|
/** Strings for VideoGallery */
|
4852
3928
|
videoGallery: VideoGalleryStrings;
|
4853
|
-
/** Strings for Dialpad */
|
4854
|
-
dialpad: DialpadStrings;
|
4855
|
-
/** Strings for VideoTile */
|
4856
|
-
videoTile: VideoTileStrings;
|
4857
|
-
/** Strings for HoldButton */
|
4858
|
-
holdButton: HoldButtonStrings;
|
4859
|
-
/** Strings for a site's permission request prompt */
|
4860
|
-
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
4861
|
-
/** Strings for a site's permission request prompt */
|
4862
|
-
CameraSitePermissionsRequest: SitePermissionsStrings;
|
4863
|
-
/** Strings for a site's permission request prompt */
|
4864
|
-
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
4865
|
-
/** Strings for a site's permission generic checking prompt */
|
4866
|
-
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
4867
|
-
/** Strings for a site's permission generic checking prompt */
|
4868
|
-
CameraSitePermissionsCheck: SitePermissionsStrings;
|
4869
|
-
/** Strings for a site's permission generic checking prompt */
|
4870
|
-
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
4871
|
-
/** Strings for a site's permission denied prompt */
|
4872
|
-
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
4873
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
4874
|
-
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
4875
|
-
/** Strings for a site's permission denied prompt */
|
4876
|
-
CameraSitePermissionsDenied: SitePermissionsStrings;
|
4877
|
-
/** Strings for a site's permission denied prompt */
|
4878
|
-
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
4879
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
4880
|
-
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
4881
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
4882
|
-
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
4883
|
-
/** Strings for unsupported browser UI */
|
4884
|
-
UnsupportedBrowser: UnsupportedBrowserStrings;
|
4885
|
-
/** Strings for unsupported browser version UI */
|
4886
|
-
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
4887
|
-
/** Strings for unsupported browser version UI */
|
4888
|
-
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
4889
|
-
/** Strings for BrowserPemissionDenied */
|
4890
|
-
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
4891
|
-
/** Strings for BrowserPemissionDeniedIOS */
|
4892
|
-
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
4893
3929
|
/**
|
4894
3930
|
* Strings for the VerticalGallery.
|
4895
3931
|
*/
|
4896
3932
|
verticalGallery: VerticalGalleryStrings;
|
4897
|
-
/** Strings for the participant list component */
|
4898
|
-
ParticipantList: ParticipantListStrings;
|
4899
3933
|
}
|
4900
3934
|
|
4901
3935
|
/**
|
@@ -5258,7 +4292,7 @@ export declare interface ControlBarProps {
|
|
5258
4292
|
*
|
5259
4293
|
* @public
|
5260
4294
|
*/
|
5261
|
-
export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator,
|
4295
|
+
export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
|
5262
4296
|
|
5263
4297
|
/**
|
5264
4298
|
* Create a {@link CallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -5276,7 +4310,7 @@ export declare const createAzureCommunicationCallAdapterFromClient: (callClient:
|
|
5276
4310
|
*
|
5277
4311
|
* @public
|
5278
4312
|
*/
|
5279
|
-
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator,
|
4313
|
+
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
5280
4314
|
|
5281
4315
|
/**
|
5282
4316
|
* Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
|
@@ -5287,7 +4321,7 @@ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, dis
|
|
5287
4321
|
*
|
5288
4322
|
* @public
|
5289
4323
|
*/
|
5290
|
-
export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions
|
4324
|
+
export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
|
5291
4325
|
|
5292
4326
|
/**
|
5293
4327
|
* Create a {@link ChatAdapter} backed by Azure Communication Services.
|
@@ -5306,9 +4340,7 @@ export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointU
|
|
5306
4340
|
*
|
5307
4341
|
* @public
|
5308
4342
|
*/
|
5309
|
-
export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient
|
5310
|
-
credential?: CommunicationTokenCredential;
|
5311
|
-
}): Promise<ChatAdapter>;
|
4343
|
+
export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient): Promise<ChatAdapter>;
|
5312
4344
|
|
5313
4345
|
/**
|
5314
4346
|
* Type of {@link createDefaultCallingHandlers}.
|
@@ -5339,18 +4371,6 @@ export declare const createDefaultCallingHandlers: CreateDefaultCallingHandlers;
|
|
5339
4371
|
*/
|
5340
4372
|
export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
|
5341
4373
|
|
5342
|
-
/**
|
5343
|
-
* Create the default implementation of {@link TeamsCallingHandlers} for teams call.
|
5344
|
-
*
|
5345
|
-
* Useful when implementing a custom component that utilizes the providers
|
5346
|
-
* exported from this library.
|
5347
|
-
*
|
5348
|
-
* @beta
|
5349
|
-
*/
|
5350
|
-
export declare const createDefaultTeamsCallingHandlers: (callClient: StatefulCallClient, callAgent: undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent, deviceManager: StatefulDeviceManager | undefined, call: undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall, options?: {
|
5351
|
-
onResolveVideoBackgroundEffectsDependency?: (() => Promise<VideoBackgroundEffectsDependency>) | undefined;
|
5352
|
-
} | undefined) => never | TeamsCallingHandlers;
|
5353
|
-
|
5354
4374
|
/**
|
5355
4375
|
* Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
|
5356
4376
|
* {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
|
@@ -5365,7 +4385,7 @@ export declare const createDefaultTeamsCallingHandlers: (callClient: StatefulCal
|
|
5365
4385
|
*
|
5366
4386
|
* @public
|
5367
4387
|
*/
|
5368
|
-
export declare const createStatefulCallClient: (args: StatefulCallClientArgs, options?: StatefulCallClientOptions
|
4388
|
+
export declare const createStatefulCallClient: (args: StatefulCallClientArgs, options?: StatefulCallClientOptions) => StatefulCallClient;
|
5369
4389
|
|
5370
4390
|
/**
|
5371
4391
|
* Creates a stateful ChatClient {@link StatefulChatClient} by proxying ChatClient
|
@@ -5374,22 +4394,7 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
|
|
5374
4394
|
*
|
5375
4395
|
* @public
|
5376
4396
|
*/
|
5377
|
-
export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions
|
5378
|
-
|
5379
|
-
/**
|
5380
|
-
* @beta
|
5381
|
-
*/
|
5382
|
-
export declare const createTeamsCallAdapter: ({ userId, credential, locator, options }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
5383
|
-
|
5384
|
-
/**
|
5385
|
-
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
5386
|
-
*
|
5387
|
-
* Useful if you want to keep a reference to {@link StatefulCallClient}.
|
5388
|
-
* Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
|
5389
|
-
*
|
5390
|
-
* @beta
|
5391
|
-
*/
|
5392
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: CommonCallAdapterOptions | undefined) => Promise<TeamsCallAdapter>;
|
4397
|
+
export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions) => StatefulChatClient;
|
5393
4398
|
|
5394
4399
|
/**
|
5395
4400
|
* Object returned after creating a local or remote VideoStream.
|
@@ -5441,13 +4446,6 @@ export declare type CustomAvatarOptions = {
|
|
5441
4446
|
styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
|
5442
4447
|
/** Display name to be used in Persona */
|
5443
4448
|
text?: string;
|
5444
|
-
/** State for the participant to be displayed in the defaultPlaceHolder */
|
5445
|
-
participantState?: ParticipantState;
|
5446
|
-
/**
|
5447
|
-
* If true, show the special coin for unknown persona.
|
5448
|
-
* It has '?' in place of initials, with static font and background colors
|
5449
|
-
*/
|
5450
|
-
showUnknownPersonaCoin?: boolean;
|
5451
4449
|
};
|
5452
4450
|
|
5453
4451
|
/**
|
@@ -5573,19 +4571,7 @@ export declare interface CustomMessage extends MessageCommon {
|
|
5573
4571
|
*
|
5574
4572
|
* @public
|
5575
4573
|
*/
|
5576
|
-
export declare const darkTheme: PartialTheme & CallingTheme
|
5577
|
-
|
5578
|
-
/**
|
5579
|
-
* @beta
|
5580
|
-
* `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
|
5581
|
-
*/
|
5582
|
-
export declare type DeclarativeCallAgent = CallAgent & /* @conditional-compile-remove(one-to-n-calling) */ IncomingCallManagement;
|
5583
|
-
|
5584
|
-
/**
|
5585
|
-
* @beta
|
5586
|
-
* Proxies the {@link @azure/communication-calling#IncomingCall} interface.
|
5587
|
-
*/
|
5588
|
-
export declare type DeclarativeIncomingCall = IncomingCall;
|
4574
|
+
export declare const darkTheme: PartialTheme & CallingTheme;
|
5589
4575
|
|
5590
4576
|
/**
|
5591
4577
|
* The default set of icons that are available to use in the UI components.
|
@@ -5603,16 +4589,12 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5603
4589
|
ControlButtonMicOn: React_2.JSX.Element;
|
5604
4590
|
ControlButtonOptions: React_2.JSX.Element;
|
5605
4591
|
ControlButtonParticipants: React_2.JSX.Element;
|
5606
|
-
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
5607
4592
|
ControlButtonScreenShareStart: React_2.JSX.Element;
|
5608
4593
|
ControlButtonScreenShareStop: React_2.JSX.Element;
|
5609
4594
|
ControlButtonRaiseHand: React_2.JSX.Element;
|
5610
4595
|
ControlButtonLowerHand: React_2.JSX.Element;
|
5611
4596
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
5612
4597
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
5613
|
-
CancelFileUpload: React_2.JSX.Element;
|
5614
|
-
DownloadFile: React_2.JSX.Element;
|
5615
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
5616
4598
|
EditBoxCancel: React_2.JSX.Element;
|
5617
4599
|
EditBoxSubmit: React_2.JSX.Element;
|
5618
4600
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -5645,20 +4627,9 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5645
4627
|
ParticipantItemOptions: React_2.JSX.Element;
|
5646
4628
|
ParticipantItemOptionsHovered: React_2.JSX.Element;
|
5647
4629
|
ParticipantItemScreenShareStart: React_2.JSX.Element;
|
5648
|
-
HoldCallContextualMenuItem: React_2.JSX.Element;
|
5649
|
-
HoldCallButton: React_2.JSX.Element;
|
5650
|
-
ResumeCall: React_2.JSX.Element;
|
5651
4630
|
SendBoxSend: React_2.JSX.Element;
|
5652
4631
|
SendBoxSendHovered: React_2.JSX.Element;
|
5653
4632
|
VideoTileMicOff: React_2.JSX.Element;
|
5654
|
-
DialpadBackspace: React_2.JSX.Element;
|
5655
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
5656
|
-
SitePermissionCamera: React_2.JSX.Element;
|
5657
|
-
SitePermissionMic: React_2.JSX.Element;
|
5658
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
5659
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
5660
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
5661
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
5662
4633
|
VideoTilePinned: React_2.JSX.Element;
|
5663
4634
|
VideoTileMoreOptions: React_2.JSX.Element;
|
5664
4635
|
VideoTileScaleFit: React_2.JSX.Element;
|
@@ -5689,49 +4660,48 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5689
4660
|
* @public
|
5690
4661
|
*/
|
5691
4662
|
export declare const DEFAULT_COMPOSITE_ICONS: {
|
5692
|
-
EditBoxCancel: JSX.Element
|
5693
|
-
EditBoxSubmit: JSX.Element
|
5694
|
-
MessageDelivered: JSX.Element
|
5695
|
-
MessageEdit: JSX.Element
|
5696
|
-
MessageFailed: JSX.Element
|
5697
|
-
MessageRemove: JSX.Element
|
5698
|
-
MessageSeen: JSX.Element
|
5699
|
-
MessageSending: JSX.Element
|
5700
|
-
ParticipantItemOptions: JSX.Element
|
5701
|
-
ParticipantItemOptionsHovered: JSX.Element
|
5702
|
-
SendBoxSend: JSX.Element
|
5703
|
-
SendBoxSendHovered: JSX.Element
|
5704
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
4663
|
+
EditBoxCancel: JSX.Element;
|
4664
|
+
EditBoxSubmit: JSX.Element;
|
4665
|
+
MessageDelivered: JSX.Element;
|
4666
|
+
MessageEdit: JSX.Element;
|
4667
|
+
MessageFailed: JSX.Element;
|
4668
|
+
MessageRemove: JSX.Element;
|
4669
|
+
MessageSeen: JSX.Element;
|
4670
|
+
MessageSending: JSX.Element;
|
4671
|
+
ParticipantItemOptions: JSX.Element;
|
4672
|
+
ParticipantItemOptionsHovered: JSX.Element;
|
4673
|
+
SendBoxSend: JSX.Element;
|
4674
|
+
SendBoxSendHovered: JSX.Element;
|
5705
4675
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
5706
|
-
ControlButtonCameraOff: JSX.Element
|
5707
|
-
ControlButtonCameraOn: JSX.Element
|
5708
|
-
ControlButtonEndCall: JSX.Element
|
5709
|
-
ControlButtonMicOff: JSX.Element
|
5710
|
-
ControlButtonMicOn: JSX.Element
|
5711
|
-
ControlButtonOptions: JSX.Element
|
5712
|
-
ControlButtonParticipants: JSX.Element
|
5713
|
-
ControlButtonScreenShareStart: JSX.Element
|
5714
|
-
ControlButtonScreenShareStop: JSX.Element
|
4676
|
+
ControlButtonCameraOff: JSX.Element;
|
4677
|
+
ControlButtonCameraOn: JSX.Element;
|
4678
|
+
ControlButtonEndCall: JSX.Element;
|
4679
|
+
ControlButtonMicOff: JSX.Element;
|
4680
|
+
ControlButtonMicOn: JSX.Element;
|
4681
|
+
ControlButtonOptions: JSX.Element;
|
4682
|
+
ControlButtonParticipants: JSX.Element;
|
4683
|
+
ControlButtonScreenShareStart: JSX.Element;
|
4684
|
+
ControlButtonScreenShareStop: JSX.Element;
|
5715
4685
|
ControlButtonCameraProhibited?: JSX.Element | undefined;
|
5716
4686
|
ControlButtonMicProhibited?: JSX.Element | undefined;
|
5717
|
-
ControlButtonRaiseHand: JSX.Element
|
5718
|
-
ControlButtonLowerHand: JSX.Element
|
5719
|
-
RaiseHandContextualMenuItem: JSX.Element
|
5720
|
-
LowerHandContextualMenuItem: JSX.Element
|
5721
|
-
ErrorBarCallCameraAccessDenied: JSX.Element
|
5722
|
-
ErrorBarCallCameraAlreadyInUse: JSX.Element
|
5723
|
-
ErrorBarCallLocalVideoFreeze: JSX.Element
|
5724
|
-
ErrorBarCallMacOsCameraAccessDenied: JSX.Element
|
5725
|
-
ErrorBarCallMacOsMicrophoneAccessDenied: JSX.Element
|
5726
|
-
ErrorBarCallMicrophoneAccessDenied: JSX.Element
|
5727
|
-
ErrorBarCallMicrophoneMutedBySystem: JSX.Element
|
5728
|
-
ErrorBarCallMicrophoneUnmutedBySystem: JSX.Element
|
5729
|
-
ErrorBarCallNetworkQualityLow: JSX.Element
|
5730
|
-
ErrorBarCallNoMicrophoneFound: JSX.Element
|
5731
|
-
ErrorBarCallNoSpeakerFound: JSX.Element
|
5732
|
-
ErrorBarClear: JSX.Element
|
5733
|
-
HorizontalGalleryLeftButton: JSX.Element
|
5734
|
-
HorizontalGalleryRightButton: JSX.Element
|
4687
|
+
ControlButtonRaiseHand: JSX.Element;
|
4688
|
+
ControlButtonLowerHand: JSX.Element;
|
4689
|
+
RaiseHandContextualMenuItem: JSX.Element;
|
4690
|
+
LowerHandContextualMenuItem: JSX.Element;
|
4691
|
+
ErrorBarCallCameraAccessDenied: JSX.Element;
|
4692
|
+
ErrorBarCallCameraAlreadyInUse: JSX.Element;
|
4693
|
+
ErrorBarCallLocalVideoFreeze: JSX.Element;
|
4694
|
+
ErrorBarCallMacOsCameraAccessDenied: JSX.Element;
|
4695
|
+
ErrorBarCallMacOsMicrophoneAccessDenied: JSX.Element;
|
4696
|
+
ErrorBarCallMicrophoneAccessDenied: JSX.Element;
|
4697
|
+
ErrorBarCallMicrophoneMutedBySystem: JSX.Element;
|
4698
|
+
ErrorBarCallMicrophoneUnmutedBySystem: JSX.Element;
|
4699
|
+
ErrorBarCallNetworkQualityLow: JSX.Element;
|
4700
|
+
ErrorBarCallNoMicrophoneFound: JSX.Element;
|
4701
|
+
ErrorBarCallNoSpeakerFound: JSX.Element;
|
4702
|
+
ErrorBarClear: JSX.Element;
|
4703
|
+
HorizontalGalleryLeftButton: JSX.Element;
|
4704
|
+
HorizontalGalleryRightButton: JSX.Element;
|
5735
4705
|
LobbyScreenConnectingToCall?: JSX.Element | undefined;
|
5736
4706
|
LobbyScreenWaitingToBeAdmitted?: JSX.Element | undefined;
|
5737
4707
|
LocalDeviceSettingsCamera?: JSX.Element | undefined;
|
@@ -5747,16 +4717,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5747
4717
|
NoticePageNotInvitedToRoom?: JSX.Element | undefined;
|
5748
4718
|
NoticePageRoomNotFound?: JSX.Element | undefined;
|
5749
4719
|
NoticePageRoomNotValid?: JSX.Element | undefined;
|
5750
|
-
OptionsCamera: JSX.Element
|
5751
|
-
OptionsMic: JSX.Element
|
5752
|
-
OptionsSpeaker: JSX.Element
|
5753
|
-
ParticipantItemMicOff: JSX.Element
|
5754
|
-
ParticipantItemScreenShareStart: JSX.Element
|
5755
|
-
VideoTileMicOff: JSX.Element
|
4720
|
+
OptionsCamera: JSX.Element;
|
4721
|
+
OptionsMic: JSX.Element;
|
4722
|
+
OptionsSpeaker: JSX.Element;
|
4723
|
+
ParticipantItemMicOff: JSX.Element;
|
4724
|
+
ParticipantItemScreenShareStart: JSX.Element;
|
4725
|
+
VideoTileMicOff: JSX.Element;
|
5756
4726
|
LocalCameraSwitch?: JSX.Element | undefined;
|
5757
|
-
PeoplePaneAddPerson?: JSX.Element | undefined;
|
5758
|
-
PeoplePaneOpenDialpad?: JSX.Element | undefined;
|
5759
|
-
DialpadStartCall?: JSX.Element | undefined;
|
5760
4727
|
NoticePageInviteToRoomRemoved?: JSX.Element | undefined;
|
5761
4728
|
BlurVideoBackground?: JSX.Element | undefined;
|
5762
4729
|
RemoveVideoBackgroundEffect?: JSX.Element | undefined;
|
@@ -5777,25 +4744,11 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5777
4744
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
5778
4745
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
5779
4746
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
4747
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
5780
4748
|
ChatMessageOptions: React_2.JSX.Element;
|
5781
|
-
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
5782
|
-
CancelFileUpload: React_2.JSX.Element;
|
5783
|
-
DownloadFile: React_2.JSX.Element;
|
5784
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
5785
4749
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
5786
4750
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
5787
4751
|
MessageResend: React_2.JSX.Element;
|
5788
|
-
HoldCallContextualMenuItem: React_2.JSX.Element;
|
5789
|
-
HoldCallButton: React_2.JSX.Element;
|
5790
|
-
ResumeCall: React_2.JSX.Element;
|
5791
|
-
DialpadBackspace: React_2.JSX.Element;
|
5792
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
5793
|
-
SitePermissionCamera: React_2.JSX.Element;
|
5794
|
-
SitePermissionMic: React_2.JSX.Element;
|
5795
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
5796
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
5797
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
5798
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
5799
4752
|
VideoTilePinned: React_2.JSX.Element;
|
5800
4753
|
VideoTileMoreOptions: React_2.JSX.Element;
|
5801
4754
|
VideoTileScaleFit: React_2.JSX.Element;
|
@@ -5820,29 +4773,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5820
4773
|
ContextMenuSpeakerIcon: React_2.JSX.Element;
|
5821
4774
|
};
|
5822
4775
|
|
5823
|
-
/**
|
5824
|
-
* Device Checks.
|
5825
|
-
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
5826
|
-
*
|
5827
|
-
* @beta
|
5828
|
-
*/
|
5829
|
-
export declare interface DeviceCheckOptions {
|
5830
|
-
/**
|
5831
|
-
* Camera Permission prompts for your call.
|
5832
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
5833
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
5834
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
5835
|
-
*/
|
5836
|
-
camera: 'required' | 'optional' | 'doNotPrompt';
|
5837
|
-
/**
|
5838
|
-
* Microphone permission prompts for your call.
|
5839
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
5840
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
5841
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
5842
|
-
*/
|
5843
|
-
microphone: 'required' | 'optional' | 'doNotPrompt';
|
5844
|
-
}
|
5845
|
-
|
5846
4776
|
/**
|
5847
4777
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
5848
4778
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -6061,60 +4991,6 @@ export declare interface DiagnosticsCallFeatureState {
|
|
6061
4991
|
media: MediaDiagnosticsState;
|
6062
4992
|
}
|
6063
4993
|
|
6064
|
-
/**
|
6065
|
-
* A component to allow users to enter phone number through clicking on dialpad/using keyboard
|
6066
|
-
* It will return empty component for stable builds
|
6067
|
-
*
|
6068
|
-
* @beta
|
6069
|
-
*/
|
6070
|
-
export declare const Dialpad: (props: DialpadProps) => JSX.Element;
|
6071
|
-
|
6072
|
-
/**
|
6073
|
-
* Props for {@link Dialpad} component.
|
6074
|
-
*
|
6075
|
-
* @beta
|
6076
|
-
*/
|
6077
|
-
export declare interface DialpadProps {
|
6078
|
-
strings?: DialpadStrings;
|
6079
|
-
/** function to send dtmf tones on button click */
|
6080
|
-
onSendDtmfTone?: (dtmfTone: DtmfTone) => Promise<void>;
|
6081
|
-
/** Callback for dialpad button behavior*/
|
6082
|
-
onClickDialpadButton?: (buttonValue: string, buttonIndex: number) => void;
|
6083
|
-
/** set dialpad textfield content */
|
6084
|
-
textFieldValue?: string;
|
6085
|
-
/** on change function for text field, provides an unformatted plain text*/
|
6086
|
-
onChange?: (input: string) => void;
|
6087
|
-
/** boolean input to determine when to show/hide delete button, default true */
|
6088
|
-
showDeleteButton?: boolean;
|
6089
|
-
/** boolean input to determine if dialpad is in mobile view, default false */
|
6090
|
-
isMobile?: boolean;
|
6091
|
-
styles?: DialpadStyles;
|
6092
|
-
}
|
6093
|
-
|
6094
|
-
/**
|
6095
|
-
* Strings of {@link Dialpad} that can be overridden.
|
6096
|
-
*
|
6097
|
-
* @beta
|
6098
|
-
*/
|
6099
|
-
export declare interface DialpadStrings {
|
6100
|
-
placeholderText: string;
|
6101
|
-
deleteButtonAriaLabel?: string;
|
6102
|
-
}
|
6103
|
-
|
6104
|
-
/**
|
6105
|
-
* Styles for {@link Dialpad} component.
|
6106
|
-
*
|
6107
|
-
* @beta
|
6108
|
-
*/
|
6109
|
-
export declare interface DialpadStyles {
|
6110
|
-
root?: IStyle;
|
6111
|
-
button?: IButtonStyles;
|
6112
|
-
textField?: Partial<ITextFieldStyles>;
|
6113
|
-
digit?: IStyle;
|
6114
|
-
letter?: IStyle;
|
6115
|
-
deleteIcon?: IButtonStyles;
|
6116
|
-
}
|
6117
|
-
|
6118
4994
|
/**
|
6119
4995
|
* Callback for {@link CallAdapterSubscribers} 'displayNameChanged' event.
|
6120
4996
|
*
|
@@ -6130,17 +5006,11 @@ export declare type DisplayNameChangedListener = (event: {
|
|
6130
5006
|
*
|
6131
5007
|
* @public
|
6132
5008
|
*/
|
6133
|
-
|
5009
|
+
declare interface Disposable_2 {
|
6134
5010
|
/** Dispose of the Composite */
|
6135
5011
|
dispose(): void;
|
6136
5012
|
}
|
6137
|
-
|
6138
|
-
/**
|
6139
|
-
* DTMF tone for PSTN calls.
|
6140
|
-
*
|
6141
|
-
* @beta
|
6142
|
-
*/
|
6143
|
-
export declare type DtmfTone = 'A' | 'B' | 'C' | 'D' | 'Flash' | 'Num0' | 'Num1' | 'Num2' | 'Num3' | 'Num4' | 'Num5' | 'Num6' | 'Num7' | 'Num8' | 'Num9' | 'Pound' | 'Star';
|
5013
|
+
export { Disposable_2 as Disposable }
|
6144
5014
|
|
6145
5015
|
/**
|
6146
5016
|
* A type for trivial selectors that return no data.
|
@@ -6395,199 +5265,6 @@ export declare interface ErrorBarStrings {
|
|
6395
5265
|
*/
|
6396
5266
|
export declare type ErrorType = keyof ErrorBarStrings;
|
6397
5267
|
|
6398
|
-
/**
|
6399
|
-
* @beta
|
6400
|
-
* A file download error returned via a {@link FileDownloadHandler}.
|
6401
|
-
* This error message is used to render an error message in the UI.
|
6402
|
-
*/
|
6403
|
-
export declare interface FileDownloadError {
|
6404
|
-
/** The error message to display in the UI */
|
6405
|
-
errorMessage: string;
|
6406
|
-
}
|
6407
|
-
|
6408
|
-
/**
|
6409
|
-
* @beta
|
6410
|
-
*
|
6411
|
-
* A callback function for handling file downloads.
|
6412
|
-
* The function needs to return a promise that resolves to a file download URL.
|
6413
|
-
* If the promise is rejected, the {@link Error.message} will be used to display an error message to the user.
|
6414
|
-
*
|
6415
|
-
* @example
|
6416
|
-
* ```ts
|
6417
|
-
* const fileDownloadHandler: FileDownloadHandler = async (userId, fileData) => {
|
6418
|
-
* if (isUnauthorizedUser(userId)) {
|
6419
|
-
* return { errorMessage: 'You don’t have permission to download this file.' };
|
6420
|
-
* } else {
|
6421
|
-
* return new URL(fileData.url);
|
6422
|
-
* }
|
6423
|
-
* }
|
6424
|
-
*
|
6425
|
-
* const App = () => (
|
6426
|
-
* <ChatComposite
|
6427
|
-
* ...
|
6428
|
-
* fileSharing={{
|
6429
|
-
* fileDownloadHandler: fileDownloadHandler
|
6430
|
-
* }}
|
6431
|
-
* />
|
6432
|
-
* )
|
6433
|
-
*
|
6434
|
-
* ```
|
6435
|
-
* @param userId - The user ID of the user downloading the file.
|
6436
|
-
* @param fileMetadata - The {@link FileMetadata} containing file `url`, `extension` and `name`.
|
6437
|
-
*/
|
6438
|
-
export declare type FileDownloadHandler = (userId: string, fileMetadata: FileMetadata) => Promise<URL | FileDownloadError>;
|
6439
|
-
|
6440
|
-
/**
|
6441
|
-
* Meta Data containing information about the uploaded file.
|
6442
|
-
* @beta
|
6443
|
-
*/
|
6444
|
-
export declare type FileMetadata = FileSharingMetadata | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ ImageFileMetadata;
|
6445
|
-
|
6446
|
-
/**
|
6447
|
-
* @beta
|
6448
|
-
*/
|
6449
|
-
export declare type FileMetadataAttachmentType = 'fileSharing' | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ 'inlineImage' | 'unknown';
|
6450
|
-
|
6451
|
-
/**
|
6452
|
-
* Meta Data containing basic information about the uploaded file.
|
6453
|
-
* Typically used for ACS to ACS file transfers.
|
6454
|
-
* @beta
|
6455
|
-
*/
|
6456
|
-
export declare interface FileSharingMetadata extends BaseFileMetadata {
|
6457
|
-
attachmentType: 'fileSharing';
|
6458
|
-
payload?: Record<string, string>;
|
6459
|
-
}
|
6460
|
-
|
6461
|
-
/**
|
6462
|
-
* Properties for configuring the File Sharing feature.
|
6463
|
-
* @beta
|
6464
|
-
*/
|
6465
|
-
export declare interface FileSharingOptions {
|
6466
|
-
/**
|
6467
|
-
* A string containing the comma separated list of accepted file types.
|
6468
|
-
* Similar to the `accept` attribute of the `<input type="file" />` element.
|
6469
|
-
* Accepts any type of file if not specified.
|
6470
|
-
* @beta
|
6471
|
-
*/
|
6472
|
-
accept?: string;
|
6473
|
-
/**
|
6474
|
-
* Allows multiple files to be selected if set to `true`.
|
6475
|
-
* Similar to the `multiple` attribute of the `<input type="file" />` element.
|
6476
|
-
* @defaultValue false
|
6477
|
-
* @beta
|
6478
|
-
*/
|
6479
|
-
multiple?: boolean;
|
6480
|
-
/**
|
6481
|
-
* A function of type {@link FileUploadHandler} for handling file uploads.
|
6482
|
-
* @beta
|
6483
|
-
*/
|
6484
|
-
uploadHandler: FileUploadHandler;
|
6485
|
-
/**
|
6486
|
-
* A function of type {@link FileDownloadHandler} for handling file downloads.
|
6487
|
-
* If the function is not specified, the file's `url` will be opened in a new tab to
|
6488
|
-
* initiate the download.
|
6489
|
-
*/
|
6490
|
-
downloadHandler?: FileDownloadHandler;
|
6491
|
-
}
|
6492
|
-
|
6493
|
-
/**
|
6494
|
-
* @beta
|
6495
|
-
*/
|
6496
|
-
export declare interface FileUploadAdapter {
|
6497
|
-
registerActiveFileUploads: (files: File[]) => FileUploadManager[];
|
6498
|
-
registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
|
6499
|
-
clearFileUploads: () => void;
|
6500
|
-
cancelFileUpload: (id: string) => void;
|
6501
|
-
updateFileUploadProgress: (id: string, progress: number) => void;
|
6502
|
-
updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
|
6503
|
-
updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
|
6504
|
-
}
|
6505
|
-
|
6506
|
-
/**
|
6507
|
-
* @beta
|
6508
|
-
* Error message to be displayed to the user if the upload fails.
|
6509
|
-
*/
|
6510
|
-
export declare type FileUploadError = {
|
6511
|
-
message: string;
|
6512
|
-
timestamp: number;
|
6513
|
-
};
|
6514
|
-
|
6515
|
-
/**
|
6516
|
-
* @beta
|
6517
|
-
* A callback function for handling file uploads.
|
6518
|
-
*
|
6519
|
-
* @param userId - The user ID of the user uploading the file.
|
6520
|
-
* @param fileUploads - The list of uploaded files. Each file is represented by an {@link FileUpload} object.
|
6521
|
-
*/
|
6522
|
-
export declare type FileUploadHandler = (userId: string, fileUploads: FileUploadManager[]) => void;
|
6523
|
-
|
6524
|
-
/**
|
6525
|
-
* A wrapper object for a file that is being uploaded.
|
6526
|
-
* Allows mmanaging file uploads by providing common functions for updating the
|
6527
|
-
* upload progress, canceling an upload, completing an upload etc.
|
6528
|
-
* @beta
|
6529
|
-
*/
|
6530
|
-
export declare interface FileUploadManager {
|
6531
|
-
/**
|
6532
|
-
* Unique identifier for the file upload.
|
6533
|
-
*/
|
6534
|
-
id: string;
|
6535
|
-
/**
|
6536
|
-
* HTML {@link File} object for the uploaded file.
|
6537
|
-
*/
|
6538
|
-
file?: File;
|
6539
|
-
/**
|
6540
|
-
* Update the progress of the upload.
|
6541
|
-
* @param value - number between 0 and 1
|
6542
|
-
*/
|
6543
|
-
notifyUploadProgressChanged: (value: number) => void;
|
6544
|
-
/**
|
6545
|
-
* Mark the upload as complete.
|
6546
|
-
* Requires the `metadata` param containing uploaded file information.
|
6547
|
-
* @param metadata - {@link FileMetadata}
|
6548
|
-
*/
|
6549
|
-
notifyUploadCompleted: (metadata: FileMetadata) => void;
|
6550
|
-
/**
|
6551
|
-
* Mark the upload as failed.
|
6552
|
-
* @param message - An error message that can be displayed to the user.
|
6553
|
-
*/
|
6554
|
-
notifyUploadFailed: (message: string) => void;
|
6555
|
-
}
|
6556
|
-
|
6557
|
-
/**
|
6558
|
-
* Contains the state attibutes of a file upload like name, progress etc.
|
6559
|
-
* @beta
|
6560
|
-
*/
|
6561
|
-
export declare interface FileUploadState {
|
6562
|
-
/**
|
6563
|
-
* Unique identifier for the file upload.
|
6564
|
-
*/
|
6565
|
-
id: string;
|
6566
|
-
/**
|
6567
|
-
* Filename extracted from the {@link File} object.
|
6568
|
-
* This attribute is used to render the filename if `metadata.name` is not available.
|
6569
|
-
*/
|
6570
|
-
filename: string;
|
6571
|
-
/**
|
6572
|
-
* A number between 0 and 1 indicating the progress of the upload.
|
6573
|
-
*/
|
6574
|
-
progress: number;
|
6575
|
-
/**
|
6576
|
-
* Meta Data {@link FileMetadata} containing information about the uploaded file.
|
6577
|
-
*/
|
6578
|
-
metadata?: FileMetadata;
|
6579
|
-
/**
|
6580
|
-
* Error message to be displayed to the user if the upload fails.
|
6581
|
-
*/
|
6582
|
-
error?: FileUploadError;
|
6583
|
-
}
|
6584
|
-
|
6585
|
-
/**
|
6586
|
-
* A record containing {@link FileUploadState} mapped to unique ids.
|
6587
|
-
* @beta
|
6588
|
-
*/
|
6589
|
-
export declare type FileUploadsUiState = Record<string, FileUploadState>;
|
6590
|
-
|
6591
5268
|
/**
|
6592
5269
|
* Provider to apply a Fluent theme across this library's react components.
|
6593
5270
|
*
|
@@ -6627,7 +5304,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
|
|
6627
5304
|
*
|
6628
5305
|
* @public
|
6629
5306
|
*/
|
6630
|
-
export declare type GetCallingSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof VideoGallery> extends true ? VideoGallerySelector : AreEqual<Component, typeof DevicesButton> extends true ? DevicesButtonSelector : AreEqual<Component, typeof MicrophoneButton> extends true ? MicrophoneButtonSelector : AreEqual<Component, typeof CameraButton> extends true ? CameraButtonSelector : AreEqual<Component, typeof ScreenShareButton> extends true ? ScreenShareButtonSelector : AreEqual<Component, typeof ParticipantList> extends true ? ParticipantListSelector : AreEqual<Component, typeof ParticipantsButton> extends true ? ParticipantsButtonSelector : AreEqual<Component, typeof EndCallButton> extends true ? EmptySelector : AreEqual<Component, typeof ErrorBar> extends true ? CallErrorBarSelector :
|
5307
|
+
export declare type GetCallingSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof VideoGallery> extends true ? VideoGallerySelector : AreEqual<Component, typeof DevicesButton> extends true ? DevicesButtonSelector : AreEqual<Component, typeof MicrophoneButton> extends true ? MicrophoneButtonSelector : AreEqual<Component, typeof CameraButton> extends true ? CameraButtonSelector : AreEqual<Component, typeof ScreenShareButton> extends true ? ScreenShareButtonSelector : AreEqual<Component, typeof ParticipantList> extends true ? ParticipantListSelector : AreEqual<Component, typeof ParticipantsButton> extends true ? ParticipantsButtonSelector : AreEqual<Component, typeof EndCallButton> extends true ? EmptySelector : AreEqual<Component, typeof ErrorBar> extends true ? CallErrorBarSelector : undefined;
|
6631
5308
|
|
6632
5309
|
/**
|
6633
5310
|
* Get the selector for a specified component.
|
@@ -6689,63 +5366,6 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
|
|
6689
5366
|
children?: IStyle;
|
6690
5367
|
}
|
6691
5368
|
|
6692
|
-
/**
|
6693
|
-
* a button to hold or resume a ongoing call.
|
6694
|
-
*
|
6695
|
-
* Can be used with {@link ControlBar}
|
6696
|
-
*
|
6697
|
-
* @param props - properties for the hold button.
|
6698
|
-
* @returns
|
6699
|
-
* @beta
|
6700
|
-
*/
|
6701
|
-
export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
|
6702
|
-
|
6703
|
-
/**
|
6704
|
-
*@beta
|
6705
|
-
*/
|
6706
|
-
export declare interface HoldButtonProps extends ControlBarButtonProps {
|
6707
|
-
/**
|
6708
|
-
* Utility property for using this component with communication react handlers
|
6709
|
-
* Holds the call or resumes it based on call state.
|
6710
|
-
*/
|
6711
|
-
onToggleHold: () => Promise<void>;
|
6712
|
-
/**
|
6713
|
-
* Optional strings to override in component
|
6714
|
-
*/
|
6715
|
-
strings?: HoldButtonStrings;
|
6716
|
-
}
|
6717
|
-
|
6718
|
-
/**
|
6719
|
-
* Selector type for the {@link HoldButton} component.
|
6720
|
-
* @public
|
6721
|
-
*/
|
6722
|
-
export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
6723
|
-
checked: boolean;
|
6724
|
-
};
|
6725
|
-
|
6726
|
-
/**
|
6727
|
-
* Strings for the hold button labels
|
6728
|
-
* @beta
|
6729
|
-
*/
|
6730
|
-
export declare interface HoldButtonStrings {
|
6731
|
-
/**
|
6732
|
-
* Label for when action is to resume call.
|
6733
|
-
*/
|
6734
|
-
onLabel: string;
|
6735
|
-
/**
|
6736
|
-
* Label for when action is to hold call.
|
6737
|
-
*/
|
6738
|
-
offLabel: string;
|
6739
|
-
/**
|
6740
|
-
* Content for when button is checked
|
6741
|
-
*/
|
6742
|
-
tooltipOnContent: string;
|
6743
|
-
/**
|
6744
|
-
* Content for when button is unchecked
|
6745
|
-
*/
|
6746
|
-
tooltipOffContent: string;
|
6747
|
-
}
|
6748
|
-
|
6749
5369
|
/**
|
6750
5370
|
* {@link HorizontalGallery} Component Styles.
|
6751
5371
|
* @public
|
@@ -6830,108 +5450,8 @@ export declare interface _Identifiers {
|
|
6830
5450
|
verticalGalleryVideoTile: string;
|
6831
5451
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
6832
5452
|
verticalGalleryPageCounter: string;
|
6833
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
6834
|
-
mentionSuggestionList: string;
|
6835
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
6836
|
-
mentionSuggestionItem: string;
|
6837
|
-
}
|
6838
|
-
|
6839
|
-
/**
|
6840
|
-
* Meta Data containing data for images.
|
6841
|
-
* @beta
|
6842
|
-
*/
|
6843
|
-
export declare interface ImageFileMetadata extends BaseFileMetadata {
|
6844
|
-
attachmentType: 'inlineImage';
|
6845
|
-
previewUrl?: string;
|
6846
|
-
}
|
6847
|
-
|
6848
|
-
/**
|
6849
|
-
* Component to render a fullscreen modal for a selected image.
|
6850
|
-
*
|
6851
|
-
* @beta
|
6852
|
-
*/
|
6853
|
-
export declare const ImageGallery: (props: ImageGalleryProps) => JSX.Element;
|
6854
|
-
|
6855
|
-
/**
|
6856
|
-
* Props for {@link ImageGallery}.
|
6857
|
-
*
|
6858
|
-
* @beta
|
6859
|
-
*/
|
6860
|
-
export declare interface ImageGalleryImageProps {
|
6861
|
-
/** Image Url used to display the image in a large scale. */
|
6862
|
-
imageUrl: string;
|
6863
|
-
/** String used as a file name when downloading this image to user's local device. */
|
6864
|
-
downloadFilename: string;
|
6865
|
-
/** Optional string used as a alt text for the image. @default 'image' */
|
6866
|
-
altText?: string;
|
6867
|
-
/** Optional string used as the title of the image and displayed on the top left corner of the ImageGallery. */
|
6868
|
-
title?: string;
|
6869
|
-
/** Optional JSX element used as a title icon and displayed to the left of the title element. */
|
6870
|
-
titleIcon?: JSX.Element;
|
6871
|
-
}
|
6872
|
-
|
6873
|
-
/**
|
6874
|
-
* Props for {@link ImageGallery}.
|
6875
|
-
*
|
6876
|
-
* @beta
|
6877
|
-
*/
|
6878
|
-
export declare interface ImageGalleryProps {
|
6879
|
-
/**
|
6880
|
-
* Boolean that controls whether the modal is displayed.
|
6881
|
-
*/
|
6882
|
-
isOpen: boolean;
|
6883
|
-
/**
|
6884
|
-
* Array of images used to populate the ImageGallery
|
6885
|
-
*/
|
6886
|
-
images: Array<ImageGalleryImageProps>;
|
6887
|
-
/**
|
6888
|
-
* Callback to invoke when the ImageGallery modal is dismissed
|
6889
|
-
*/
|
6890
|
-
onDismiss: () => void;
|
6891
|
-
/**
|
6892
|
-
* Callback called when the download button is clicked.
|
6893
|
-
*/
|
6894
|
-
onImageDownloadButtonClicked: (imageUrl: string, downloadFilename: string) => void;
|
6895
|
-
/**
|
6896
|
-
* Callback called when there's an error loading the image.
|
6897
|
-
*/
|
6898
|
-
onError?: (event: SyntheticEvent<HTMLImageElement, Event>) => void;
|
6899
|
-
/**
|
6900
|
-
* Indicating which index of the images array to start with.
|
6901
|
-
*/
|
6902
|
-
startIndex?: number;
|
6903
|
-
}
|
6904
|
-
|
6905
|
-
/**
|
6906
|
-
* Strings of {@link ImageGallery} that can be overridden.
|
6907
|
-
*
|
6908
|
-
* @beta
|
6909
|
-
*/
|
6910
|
-
export declare interface ImageGalleryStrings {
|
6911
|
-
/**
|
6912
|
-
* Download button label for ImageGallery
|
6913
|
-
*/
|
6914
|
-
downloadButtonLabel: string;
|
6915
|
-
/**
|
6916
|
-
* Dismiss button aria label for ImageGallery
|
6917
|
-
*/
|
6918
|
-
dismissButtonAriaLabel: string;
|
6919
5453
|
}
|
6920
5454
|
|
6921
|
-
/**
|
6922
|
-
* @beta
|
6923
|
-
* This contains a readonly array that returns all the active `incomingCalls`.
|
6924
|
-
* An active incoming call is a call that has not been answered, declined or disconnected.
|
6925
|
-
*/
|
6926
|
-
export declare type IncomingCallManagement = {
|
6927
|
-
/**
|
6928
|
-
* @beta
|
6929
|
-
* @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
|
6930
|
-
* @returns readonly array of {@link DeclarativeIncomingCall}
|
6931
|
-
*/
|
6932
|
-
incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
|
6933
|
-
};
|
6934
|
-
|
6935
5455
|
/**
|
6936
5456
|
* State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
|
6937
5457
|
* automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -7062,7 +5582,7 @@ export declare interface JumpToNewMessageButtonProps {
|
|
7062
5582
|
*
|
7063
5583
|
* @public
|
7064
5584
|
*/
|
7065
|
-
export declare const lightTheme: PartialTheme & CallingTheme
|
5585
|
+
export declare const lightTheme: PartialTheme & CallingTheme;
|
7066
5586
|
|
7067
5587
|
/**
|
7068
5588
|
* Whether the stream is loading or not.
|
@@ -7106,6 +5626,8 @@ export declare interface LocalVideoCameraCycleButtonProps {
|
|
7106
5626
|
label?: string;
|
7107
5627
|
/** description for local video camera switcher */
|
7108
5628
|
ariaDescription?: string;
|
5629
|
+
/** control to enable large button mode */
|
5630
|
+
size?: 'small' | 'large';
|
7109
5631
|
}
|
7110
5632
|
|
7111
5633
|
/**
|
@@ -7146,117 +5668,29 @@ export declare interface LocalVideoStreamVideoEffectsState {
|
|
7146
5668
|
activeEffects?: VideoEffectName[];
|
7147
5669
|
}
|
7148
5670
|
|
7149
|
-
/**
|
7150
|
-
* Options for the local video tile in the Call composite.
|
7151
|
-
*
|
7152
|
-
* @beta
|
7153
|
-
*/
|
7154
|
-
export declare interface LocalVideoTileOptions {
|
7155
|
-
/**
|
7156
|
-
* Position of the local video tile. If unset will render the local tile in the floating local position.
|
7157
|
-
*
|
7158
|
-
* @defaultValue 'floating'
|
7159
|
-
* @remarks 'grid' - local video tile will be rendered in the grid view of the videoGallery.
|
7160
|
-
* 'floating' - local video tile will be rendered in the floating position and will observe overflow gallery
|
7161
|
-
* local video tile rules and be docked in the bottom corner.
|
7162
|
-
* This does not affect the Configuration screen or the side pane Picture in Picture in Picture view.
|
7163
|
-
*/
|
7164
|
-
position?: 'grid' | 'floating';
|
7165
|
-
}
|
7166
|
-
|
7167
5671
|
/**
|
7168
5672
|
* different modes of the local video tile
|
7169
5673
|
*
|
7170
|
-
* @beta
|
7171
|
-
*/
|
7172
|
-
export declare type LocalVideoTileSize = '9:16' | '16:9' | 'hidden' | 'followDeviceOrientation';
|
7173
|
-
|
7174
|
-
/**
|
7175
|
-
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a media diagnostic.
|
7176
|
-
*
|
7177
5674
|
* @public
|
7178
|
-
*/
|
7179
|
-
export declare type
|
7180
|
-
type: 'media';
|
7181
|
-
};
|
7182
|
-
|
7183
|
-
/**
|
7184
|
-
* State only proxy for {@link @azure/communication-calling#MediaDiagnostics}.
|
7185
|
-
*
|
7186
|
-
* @public
|
7187
|
-
*/
|
7188
|
-
export declare interface MediaDiagnosticsState {
|
7189
|
-
latest: LatestMediaDiagnostics;
|
7190
|
-
}
|
7191
|
-
|
7192
|
-
/**
|
7193
|
-
* Mention's state, as reflected in the UI.
|
7194
|
-
*
|
7195
|
-
* @beta
|
7196
|
-
*/
|
7197
|
-
export declare interface Mention {
|
7198
|
-
/** ID of a mention */
|
7199
|
-
id: string;
|
7200
|
-
/** Display text of a mention */
|
7201
|
-
displayText: string;
|
7202
|
-
/** Optional React element to render an item icon of a mention suggestion */
|
7203
|
-
icon?: JSX.Element;
|
7204
|
-
}
|
7205
|
-
|
7206
|
-
/**
|
7207
|
-
* Options to display suggestions in the mention scenario.
|
7208
|
-
*
|
7209
|
-
* @beta
|
7210
|
-
*/
|
7211
|
-
export declare interface MentionDisplayOptions {
|
7212
|
-
/**
|
7213
|
-
* Optional callback for customizing the mention renderer in a message thread.
|
7214
|
-
*/
|
7215
|
-
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
7216
|
-
}
|
7217
|
-
|
7218
|
-
/**
|
7219
|
-
* Options to lookup suggestions in the mention scenario.
|
7220
|
-
*
|
7221
|
-
* @beta
|
7222
|
-
*/
|
7223
|
-
export declare interface MentionLookupOptions {
|
7224
|
-
/**
|
7225
|
-
* Optional string to set trigger keyword for mention a specific participant.
|
7226
|
-
*
|
7227
|
-
* @defaultValue `@`
|
7228
|
-
*/
|
7229
|
-
trigger?: string;
|
7230
|
-
/**
|
7231
|
-
* Optional callback to fetch a list of mention suggestions base on the query.
|
7232
|
-
*/
|
7233
|
-
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
7234
|
-
/**
|
7235
|
-
* Optional callback to render an item of the mention suggestions list.
|
7236
|
-
*/
|
7237
|
-
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void) => JSX.Element;
|
7238
|
-
}
|
5675
|
+
*/
|
5676
|
+
export declare type LocalVideoTileSize = '9:16' | '16:9' | 'hidden' | 'followDeviceOrientation';
|
7239
5677
|
|
7240
5678
|
/**
|
7241
|
-
*
|
5679
|
+
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a media diagnostic.
|
7242
5680
|
*
|
7243
|
-
* @
|
5681
|
+
* @public
|
7244
5682
|
*/
|
7245
|
-
export declare type
|
7246
|
-
|
7247
|
-
displayOptions?: MentionDisplayOptions;
|
5683
|
+
export declare type MediaDiagnosticChangedEvent = MediaDiagnosticChangedEventArgs & {
|
5684
|
+
type: 'media';
|
7248
5685
|
};
|
7249
5686
|
|
7250
5687
|
/**
|
7251
|
-
*
|
5688
|
+
* State only proxy for {@link @azure/communication-calling#MediaDiagnostics}.
|
7252
5689
|
*
|
7253
|
-
* @
|
5690
|
+
* @public
|
7254
5691
|
*/
|
7255
|
-
export declare interface
|
7256
|
-
|
7257
|
-
* Header text for MentionPopover
|
7258
|
-
*/
|
7259
|
-
mentionPopoverHeader: string;
|
5692
|
+
export declare interface MediaDiagnosticsState {
|
5693
|
+
latest: LatestMediaDiagnostics;
|
7260
5694
|
}
|
7261
5695
|
|
7262
5696
|
/**
|
@@ -7266,7 +5700,7 @@ export declare interface MentionPopoverStrings {
|
|
7266
5700
|
*
|
7267
5701
|
* @public
|
7268
5702
|
*/
|
7269
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage
|
5703
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
7270
5704
|
|
7271
5705
|
/**
|
7272
5706
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -7486,7 +5920,7 @@ export declare type MessageThreadProps = {
|
|
7486
5920
|
/**
|
7487
5921
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
7488
5922
|
*/
|
7489
|
-
messages: (ChatMessage | SystemMessage | CustomMessage
|
5923
|
+
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
7490
5924
|
/**
|
7491
5925
|
* number of participants in the thread
|
7492
5926
|
*/
|
@@ -7549,8 +5983,7 @@ export declare type MessageThreadProps = {
|
|
7549
5983
|
/**
|
7550
5984
|
* Optional callback to override render of the button for jumping to the new message.
|
7551
5985
|
*
|
7552
|
-
* @param newMessageButtonProps - button props of type JumpToNewMessageButtonProps
|
7553
|
-
*/
|
5986
|
+
* @param newMessageButtonProps - button props of type JumpToNewMessageButtonProps 0 */
|
7554
5987
|
onRenderJumpToNewMessageButton?: (newMessageButtonProps: JumpToNewMessageButtonProps) => JSX.Element;
|
7555
5988
|
/**
|
7556
5989
|
* Optional callback to override loading of previous messages.
|
@@ -7568,17 +6001,6 @@ export declare type MessageThreadProps = {
|
|
7568
6001
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
7569
6002
|
*/
|
7570
6003
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
7571
|
-
/**
|
7572
|
-
* Optional callback to render uploaded files in the message component.
|
7573
|
-
* @beta
|
7574
|
-
*/
|
7575
|
-
onRenderFileDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
|
7576
|
-
/**
|
7577
|
-
* Optional callback to retrieve the inline image in a message.
|
7578
|
-
* @param attachment - FileMetadata object we want to render
|
7579
|
-
* @beta
|
7580
|
-
*/
|
7581
|
-
onFetchAttachments?: (attachments: FileMetadata[]) => Promise<AttachmentDownloadResult[]>;
|
7582
6004
|
/**
|
7583
6005
|
* Optional callback to edit a message.
|
7584
6006
|
*
|
@@ -7620,28 +6042,6 @@ export declare type MessageThreadProps = {
|
|
7620
6042
|
* Optional strings to override in component
|
7621
6043
|
*/
|
7622
6044
|
strings?: Partial<MessageThreadStrings>;
|
7623
|
-
/**
|
7624
|
-
* @beta
|
7625
|
-
* Optional function called when someone clicks on the file download icon.
|
7626
|
-
* If file attachments are defined in the `message.metadata` property using the `fileSharingMetadata` key,
|
7627
|
-
* this function will be called with the data inside `fileSharingMetadata` key.
|
7628
|
-
*/
|
7629
|
-
fileDownloadHandler?: FileDownloadHandler;
|
7630
|
-
/**
|
7631
|
-
* Optional function to provide customized date format.
|
7632
|
-
* @beta
|
7633
|
-
*/
|
7634
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
7635
|
-
/**
|
7636
|
-
* Optional props needed to lookup a mention query and display mentions
|
7637
|
-
* @beta
|
7638
|
-
*/
|
7639
|
-
mentionOptions?: MentionOptions;
|
7640
|
-
/**
|
7641
|
-
* Optional callback called when an inline image is clicked.
|
7642
|
-
* @beta
|
7643
|
-
*/
|
7644
|
-
onInlineImageClicked?: (attachmentId: string, messageId: string) => Promise<void>;
|
7645
6045
|
};
|
7646
6046
|
|
7647
6047
|
/**
|
@@ -7713,14 +6113,8 @@ export declare interface MessageThreadStrings {
|
|
7713
6113
|
editBoxSubmitButton: string;
|
7714
6114
|
/** String for action menu indicating there are more options */
|
7715
6115
|
actionMenuMoreOptions?: string;
|
7716
|
-
/**
|
7717
|
-
|
7718
|
-
/** String for policy violation message removal */
|
7719
|
-
blockedWarningText: string;
|
7720
|
-
/** String for policy violation message removal details link */
|
7721
|
-
blockedWarningLinkText: string;
|
7722
|
-
/** String for aria text in file attachment group*/
|
7723
|
-
fileCardGroupMessage: string;
|
6116
|
+
/** Aria label to announce when a message is deleted */
|
6117
|
+
messageDeletedAnnouncementAriaLabel: string;
|
7724
6118
|
}
|
7725
6119
|
|
7726
6120
|
/**
|
@@ -7748,7 +6142,6 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
7748
6142
|
/** Styles for system message container. */
|
7749
6143
|
systemMessageContainer?: ComponentSlotStyle;
|
7750
6144
|
/** Styles for blocked message container. */
|
7751
|
-
blockedMessageContainer?: ComponentSlotStyle;
|
7752
6145
|
/** Styles for message status indicator container. */
|
7753
6146
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
7754
6147
|
}
|
@@ -7917,31 +6310,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
7917
6310
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
7918
6311
|
}
|
7919
6312
|
|
7920
|
-
/**
|
7921
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
7922
|
-
* by their browsers settings.
|
7923
|
-
*
|
7924
|
-
* @beta
|
7925
|
-
*/
|
7926
|
-
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
7927
|
-
|
7928
|
-
/**
|
7929
|
-
* @beta
|
7930
|
-
* Props for MicrophoneSitePermissions component.
|
7931
|
-
*/
|
7932
|
-
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
7933
|
-
/** Icon name for the microphone icon */
|
7934
|
-
microphoneIconName?: string;
|
7935
|
-
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
7936
|
-
strings?: MicrophoneSitePermissionsStrings;
|
7937
|
-
}
|
7938
|
-
|
7939
|
-
/**
|
7940
|
-
* @beta
|
7941
|
-
* Strings for MicrophoneSitePermissions component.
|
7942
|
-
*/
|
7943
|
-
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
7944
|
-
|
7945
6313
|
/**
|
7946
6314
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
7947
6315
|
*
|
@@ -7960,13 +6328,6 @@ export declare interface NetworkDiagnosticsState {
|
|
7960
6328
|
latest: LatestNetworkDiagnostics;
|
7961
6329
|
}
|
7962
6330
|
|
7963
|
-
/**
|
7964
|
-
* Callback function used to provide custom data to build profile for a user.
|
7965
|
-
*
|
7966
|
-
* @beta
|
7967
|
-
*/
|
7968
|
-
export declare type OnFetchProfileCallback = (userId: string, defaultProfile?: Profile) => Promise<Profile | undefined>;
|
7969
|
-
|
7970
6331
|
/**
|
7971
6332
|
* A custom rendered callback that allows users to customize the rendering of a Persona Component.
|
7972
6333
|
*
|
@@ -8089,14 +6450,6 @@ export declare interface ParticipantItemProps {
|
|
8089
6450
|
onClick?: (props?: ParticipantItemProps) => void;
|
8090
6451
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
8091
6452
|
showParticipantOverflowTooltip?: boolean;
|
8092
|
-
/**
|
8093
|
-
* Optional value to determine and display a participants connection status.
|
8094
|
-
* For example, `Connecting`, `Ringing` etc.
|
8095
|
-
* The actual text that is displayed is determined by the localized string
|
8096
|
-
* corresponding to the provided participant state.
|
8097
|
-
* For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
|
8098
|
-
*/
|
8099
|
-
participantState?: ParticipantState;
|
8100
6453
|
/**
|
8101
6454
|
* Optional aria property that prefixes the ParticipantItems aria content
|
8102
6455
|
* Takes in a unique id value of the element you would like to be read before the ParticipantItem.
|
@@ -8122,10 +6475,6 @@ export declare interface ParticipantItemStrings {
|
|
8122
6475
|
mutedIconLabel: string;
|
8123
6476
|
/** placeholder text for participants who does not have a display name*/
|
8124
6477
|
displayNamePlaceholder?: string;
|
8125
|
-
/** String shown when `participantState` is `Ringing` */
|
8126
|
-
participantStateRinging?: string;
|
8127
|
-
/** String shown when `participantState` is `Hold` */
|
8128
|
-
participantStateHold?: string;
|
8129
6478
|
}
|
8130
6479
|
|
8131
6480
|
/**
|
@@ -8205,10 +6554,6 @@ export declare type ParticipantListProps = {
|
|
8205
6554
|
styles?: ParticipantListStyles;
|
8206
6555
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
8207
6556
|
showParticipantOverflowTooltip?: boolean;
|
8208
|
-
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
8209
|
-
totalParticipantCount?: number;
|
8210
|
-
/** Strings for the participant list */
|
8211
|
-
strings?: ParticipantListStrings;
|
8212
6557
|
/** Optional aria-lablledby prop that prefixes each ParticipantItem aria-label */
|
8213
6558
|
participantAriaLabelledBy?: string;
|
8214
6559
|
};
|
@@ -8221,21 +6566,8 @@ export declare type ParticipantListProps = {
|
|
8221
6566
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
8222
6567
|
participants: CallParticipantListParticipant[];
|
8223
6568
|
myUserId: string;
|
8224
|
-
totalParticipantCount?: number;
|
8225
6569
|
};
|
8226
6570
|
|
8227
|
-
/**
|
8228
|
-
* Strings for the {@link ParticipantList}.
|
8229
|
-
*
|
8230
|
-
* @beta
|
8231
|
-
*/
|
8232
|
-
export declare interface ParticipantListStrings {
|
8233
|
-
/**
|
8234
|
-
* String for rendering the count of participants not contained in the displayed participant list
|
8235
|
-
*/
|
8236
|
-
overflowParticipantCount?: string;
|
8237
|
-
}
|
8238
|
-
|
8239
6571
|
/**
|
8240
6572
|
* Styles for the {@link ParticipantList}.
|
8241
6573
|
*
|
@@ -8452,18 +6784,6 @@ export declare type ParticipantsRemovedListener = (event: {
|
|
8452
6784
|
*/
|
8453
6785
|
export declare type ParticipantState = 'Idle' | 'Connecting' | 'Ringing' | 'Connected' | 'Hold' | 'InLobby' | 'EarlyMedia' | 'Disconnected';
|
8454
6786
|
|
8455
|
-
/**
|
8456
|
-
* The profile of a user.
|
8457
|
-
*
|
8458
|
-
* @beta
|
8459
|
-
*/
|
8460
|
-
export declare type Profile = {
|
8461
|
-
/**
|
8462
|
-
* Primary text to display, usually the name of the person.
|
8463
|
-
*/
|
8464
|
-
displayName?: string;
|
8465
|
-
};
|
8466
|
-
|
8467
6787
|
/**
|
8468
6788
|
* Raised hand state with order
|
8469
6789
|
*
|
@@ -8648,7 +6968,6 @@ export declare interface RemoteVideoStreamState {
|
|
8648
6968
|
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
|
8649
6969
|
* @beta
|
8650
6970
|
*/
|
8651
|
-
isReceiving: boolean;
|
8652
6971
|
/**
|
8653
6972
|
* {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
|
8654
6973
|
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
@@ -8748,19 +7067,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
8748
7067
|
*/
|
8749
7068
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
8750
7069
|
|
8751
|
-
/**
|
8752
|
-
* @beta
|
8753
|
-
* Error to be displayed to the user in an error bar above sendbox.
|
8754
|
-
*/
|
8755
|
-
export declare interface SendBoxErrorBarError {
|
8756
|
-
/** Error Message to be displayed */
|
8757
|
-
message: string;
|
8758
|
-
/**
|
8759
|
-
* Unix Timestamp. Preferred generation using `Date.now()`
|
8760
|
-
*/
|
8761
|
-
timestamp: number;
|
8762
|
-
}
|
8763
|
-
|
8764
7070
|
/**
|
8765
7071
|
* Props for {@link SendBox}.
|
8766
7072
|
*
|
@@ -8780,11 +7086,6 @@ export declare interface SendBoxProps {
|
|
8780
7086
|
* Optional override behavior on send button click
|
8781
7087
|
*/
|
8782
7088
|
onSendMessage?: (content: string) => Promise<void>;
|
8783
|
-
/**
|
8784
|
-
* Optional props needed to lookup suggestions in the mention scenario.
|
8785
|
-
* @beta
|
8786
|
-
*/
|
8787
|
-
mentionLookupOptions?: MentionLookupOptions;
|
8788
7089
|
/**
|
8789
7090
|
* Optional callback called when user is typing
|
8790
7091
|
*/
|
@@ -8821,25 +7122,6 @@ export declare interface SendBoxProps {
|
|
8821
7122
|
* When undefined nothing has focus on render
|
8822
7123
|
*/
|
8823
7124
|
autoFocus?: 'sendBoxTextField';
|
8824
|
-
/**
|
8825
|
-
* Optional callback to render uploaded files in the SendBox. The sendBox will expand
|
8826
|
-
* vertically to accommodate the uploaded files. File uploads will
|
8827
|
-
* be rendered below the text area in sendBox.
|
8828
|
-
* @beta
|
8829
|
-
*/
|
8830
|
-
onRenderFileUploads?: () => JSX.Element;
|
8831
|
-
/**
|
8832
|
-
* Optional array of active file uploads where each object has attributes
|
8833
|
-
* of a file upload like name, progress, errorMessage etc.
|
8834
|
-
* @beta
|
8835
|
-
*/
|
8836
|
-
activeFileUploads?: ActiveFileUpload[];
|
8837
|
-
/**
|
8838
|
-
* Optional callback to remove the file upload before sending by clicking on
|
8839
|
-
* cancel icon.
|
8840
|
-
* @beta
|
8841
|
-
*/
|
8842
|
-
onCancelFileUpload?: (fileId: string) => void;
|
8843
7125
|
}
|
8844
7126
|
|
8845
7127
|
/**
|
@@ -8870,22 +7152,6 @@ export declare interface SendBoxStrings {
|
|
8870
7152
|
* Aria label for send message button
|
8871
7153
|
*/
|
8872
7154
|
sendButtonAriaLabel: string;
|
8873
|
-
/**
|
8874
|
-
* Error message indicating that all file uploads are not complete.
|
8875
|
-
*/
|
8876
|
-
fileUploadsPendingError: string;
|
8877
|
-
/**
|
8878
|
-
* Aria label to notify user when focus is on cancel file upload button.
|
8879
|
-
*/
|
8880
|
-
removeFile: string;
|
8881
|
-
/**
|
8882
|
-
* Aria label to notify user file uploading starts.
|
8883
|
-
*/
|
8884
|
-
uploading: string;
|
8885
|
-
/**
|
8886
|
-
* Aria label to notify user file is uploaded.
|
8887
|
-
*/
|
8888
|
-
uploadCompleted: string;
|
8889
7155
|
}
|
8890
7156
|
|
8891
7157
|
/**
|
@@ -8906,45 +7172,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
8906
7172
|
systemMessage?: IStyle;
|
8907
7173
|
}
|
8908
7174
|
|
8909
|
-
/**
|
8910
|
-
* @beta
|
8911
|
-
* Strings for SitePermissions component
|
8912
|
-
*/
|
8913
|
-
export declare type SitePermissionsStrings = {
|
8914
|
-
/**
|
8915
|
-
* Main text string.
|
8916
|
-
*/
|
8917
|
-
primaryText?: string;
|
8918
|
-
/**
|
8919
|
-
* Subtext string.
|
8920
|
-
*/
|
8921
|
-
secondaryText?: string;
|
8922
|
-
/**
|
8923
|
-
* More help link string.
|
8924
|
-
*/
|
8925
|
-
linkText?: string;
|
8926
|
-
/**
|
8927
|
-
* Primary button text string.
|
8928
|
-
*/
|
8929
|
-
primaryButtonText?: string;
|
8930
|
-
/**
|
8931
|
-
* Aria label describing the content of the container
|
8932
|
-
*/
|
8933
|
-
ariaLabel?: string;
|
8934
|
-
};
|
8935
|
-
|
8936
|
-
/**
|
8937
|
-
* Fluent styles for {@link SitePermissionsContainer}.
|
8938
|
-
*
|
8939
|
-
* @beta
|
8940
|
-
*/
|
8941
|
-
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
8942
|
-
/** Styles for the primary button. */
|
8943
|
-
primaryButton?: IButtonStyles;
|
8944
|
-
/** Styles for the help troubleshooting link text. */
|
8945
|
-
troubleshootingLink?: ILinkStyles;
|
8946
|
-
}
|
8947
|
-
|
8948
7175
|
/**
|
8949
7176
|
* @public
|
8950
7177
|
* spoken language strings for captions setting modal
|
@@ -9101,19 +7328,6 @@ export declare interface StatefulCallClient extends CallClient {
|
|
9101
7328
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
9102
7329
|
*/
|
9103
7330
|
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
9104
|
-
/** @conditional-compile-remove(one-to-n-calling) */
|
9105
|
-
/**
|
9106
|
-
* The CallAgent is used to handle calls.
|
9107
|
-
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
9108
|
-
* - The CallClient can only have one active CallAgent instance at a time.
|
9109
|
-
* - You can create a new CallClient instance to create a new CallAgent.
|
9110
|
-
* - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
|
9111
|
-
* createCallAgent() method again to create a new CallAgent.
|
9112
|
-
* @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
|
9113
|
-
* @param options - The CallAgentOptions for additional options like display name.
|
9114
|
-
* @public
|
9115
|
-
*/
|
9116
|
-
createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
|
9117
7331
|
}
|
9118
7332
|
|
9119
7333
|
/**
|
@@ -9126,16 +7340,7 @@ export declare type StatefulCallClientArgs = {
|
|
9126
7340
|
* UserId from SDK. This is provided for developer convenience to easily access the userId from the
|
9127
7341
|
* state. It is not used by StatefulCallClient.
|
9128
7342
|
*/
|
9129
|
-
userId: CommunicationUserIdentifier
|
9130
|
-
/**
|
9131
|
-
* A phone number in E.164 format that will be used to represent the callers identity. This number is required
|
9132
|
-
* to start a PSTN call.
|
9133
|
-
*
|
9134
|
-
* example: +11234567
|
9135
|
-
*
|
9136
|
-
* This is not a cached value from the headless calling client.
|
9137
|
-
*/
|
9138
|
-
alternateCallerId?: string;
|
7343
|
+
userId: CommunicationUserIdentifier;
|
9139
7344
|
};
|
9140
7345
|
|
9141
7346
|
/**
|
@@ -9290,74 +7495,6 @@ export declare interface SystemMessageCommon extends MessageCommon {
|
|
9290
7495
|
*/
|
9291
7496
|
export declare type TeamsAdapterOptions = CommonCallAdapterOptions;
|
9292
7497
|
|
9293
|
-
/**
|
9294
|
-
* An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
|
9295
|
-
*
|
9296
|
-
* @beta
|
9297
|
-
*/
|
9298
|
-
export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
9299
|
-
/**
|
9300
|
-
* Join the call with microphone initially on/off.
|
9301
|
-
* @deprecated Use joinCall(options?:JoinCallOptions) instead.
|
9302
|
-
* @param microphoneOn - Whether microphone is initially enabled
|
9303
|
-
*
|
9304
|
-
* @beta
|
9305
|
-
*/
|
9306
|
-
joinCall(microphoneOn?: boolean): TeamsCall | undefined;
|
9307
|
-
/**
|
9308
|
-
* Join the call with options bag to set microphone/camera initial state when joining call
|
9309
|
-
* true = turn on the device when joining call
|
9310
|
-
* false = turn off the device when joining call
|
9311
|
-
* 'keep'/undefined = retain devices' precall state
|
9312
|
-
*
|
9313
|
-
* @param options - param to set microphone/camera initially on/off.
|
9314
|
-
*
|
9315
|
-
* @public
|
9316
|
-
*/
|
9317
|
-
joinCall(options?: JoinCallOptions): TeamsCall | undefined;
|
9318
|
-
/**
|
9319
|
-
* Start the call.
|
9320
|
-
*
|
9321
|
-
* @param participants - An array of participant ids to join
|
9322
|
-
*
|
9323
|
-
* @beta
|
9324
|
-
*/
|
9325
|
-
startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
|
9326
|
-
/**
|
9327
|
-
* Start the call.
|
9328
|
-
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
9329
|
-
* @beta
|
9330
|
-
*/
|
9331
|
-
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
|
9332
|
-
}
|
9333
|
-
|
9334
|
-
/**
|
9335
|
-
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
9336
|
-
*
|
9337
|
-
* @beta
|
9338
|
-
*/
|
9339
|
-
export declare type TeamsCallAdapterArgs = {
|
9340
|
-
userId: MicrosoftTeamsUserIdentifier;
|
9341
|
-
credential: CommunicationTokenCredential;
|
9342
|
-
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
|
9343
|
-
/**
|
9344
|
-
* Optional parameters for the {@link TeamsCallAdapter} created
|
9345
|
-
*/
|
9346
|
-
options?: TeamsAdapterOptions;
|
9347
|
-
};
|
9348
|
-
|
9349
|
-
/**
|
9350
|
-
* Object containing all the teams call handlers required for calling components.
|
9351
|
-
*
|
9352
|
-
* Calling related components from this package are able to pick out relevant handlers from this object.
|
9353
|
-
* See {@link useHandlers} and {@link usePropsFor}.
|
9354
|
-
*
|
9355
|
-
* @beta
|
9356
|
-
*/
|
9357
|
-
export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
|
9358
|
-
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
9359
|
-
}
|
9360
|
-
|
9361
7498
|
/**
|
9362
7499
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
9363
7500
|
*
|
@@ -9403,27 +7540,6 @@ export declare interface TranscriptionCallFeature {
|
|
9403
7540
|
isTranscriptionActive: boolean;
|
9404
7541
|
}
|
9405
7542
|
|
9406
|
-
/**
|
9407
|
-
* Transfer feature state
|
9408
|
-
*
|
9409
|
-
* @beta
|
9410
|
-
*/
|
9411
|
-
export declare interface TransferFeature {
|
9412
|
-
/**
|
9413
|
-
* Accepted transfer requests
|
9414
|
-
*/
|
9415
|
-
acceptedTransfers: {
|
9416
|
-
[key: string]: AcceptedTransfer;
|
9417
|
-
};
|
9418
|
-
}
|
9419
|
-
|
9420
|
-
/**
|
9421
|
-
* Callback for {@link CallAdapterSubscribers} 'transferRequested' event.
|
9422
|
-
*
|
9423
|
-
* @beta
|
9424
|
-
*/
|
9425
|
-
export declare type TransferRequestedListener = (event: TransferRequestedEventArgs) => void;
|
9426
|
-
|
9427
7543
|
/**
|
9428
7544
|
* Component to notify local user when one or more participants in the chat thread are typing.
|
9429
7545
|
*
|
@@ -9558,118 +7674,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
9558
7674
|
typingString?: IStyle;
|
9559
7675
|
}
|
9560
7676
|
|
9561
|
-
/**
|
9562
|
-
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
9563
|
-
*
|
9564
|
-
* @beta
|
9565
|
-
*/
|
9566
|
-
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
9567
|
-
|
9568
|
-
/**
|
9569
|
-
* props for {@link UnsupportedBrowser} UI
|
9570
|
-
*
|
9571
|
-
* @beta
|
9572
|
-
*/
|
9573
|
-
export declare interface UnsupportedBrowserProps {
|
9574
|
-
/** Handler to perform an action when the help link is actioned */
|
9575
|
-
onTroubleshootingClick?: () => void;
|
9576
|
-
/** String overrides for the component */
|
9577
|
-
strings?: UnsupportedBrowserStrings;
|
9578
|
-
}
|
9579
|
-
|
9580
|
-
/**
|
9581
|
-
* Strings for UnsupportedBrowser component
|
9582
|
-
*
|
9583
|
-
* @beta
|
9584
|
-
*/
|
9585
|
-
export declare interface UnsupportedBrowserStrings {
|
9586
|
-
/** String for the primary text */
|
9587
|
-
primaryText: string;
|
9588
|
-
/** String for the secondary text */
|
9589
|
-
secondaryText: string;
|
9590
|
-
/** String to display in the text for the help link */
|
9591
|
-
moreHelpLinkText: string;
|
9592
|
-
}
|
9593
|
-
|
9594
|
-
/**
|
9595
|
-
* UI to display to the user that the browser version they are using is out of date
|
9596
|
-
* and not supported by Azure Communications Calling service.
|
9597
|
-
*
|
9598
|
-
* @beta
|
9599
|
-
*/
|
9600
|
-
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
9601
|
-
|
9602
|
-
/**
|
9603
|
-
* props for {@link UnsupportedBrowserVersion} UI
|
9604
|
-
*
|
9605
|
-
* @beta
|
9606
|
-
*/
|
9607
|
-
export declare interface UnsupportedBrowserVersionProps {
|
9608
|
-
/** Handler to perform an action when the help link is actioned */
|
9609
|
-
onTroubleshootingClick?: () => void;
|
9610
|
-
/** String overrides for the component */
|
9611
|
-
strings?: UnsupportedBrowserVersionStrings;
|
9612
|
-
/** Handler to allow user to continue into the call */
|
9613
|
-
onContinueAnywayClick?: () => void;
|
9614
|
-
}
|
9615
|
-
|
9616
|
-
/**
|
9617
|
-
* Strings for UnsupportedBrowser component
|
9618
|
-
*
|
9619
|
-
* @beta
|
9620
|
-
*/
|
9621
|
-
export declare interface UnsupportedBrowserVersionStrings {
|
9622
|
-
/** String for the primary text */
|
9623
|
-
primaryText: string;
|
9624
|
-
/** String for the secondary text */
|
9625
|
-
secondaryText: string;
|
9626
|
-
/** String to display in the text for the help link */
|
9627
|
-
moreHelpLinkText: string;
|
9628
|
-
/** String for continue without updating button */
|
9629
|
-
continueAnywayButtonText?: string;
|
9630
|
-
}
|
9631
|
-
|
9632
|
-
/**
|
9633
|
-
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
9634
|
-
*
|
9635
|
-
* @beta
|
9636
|
-
*/
|
9637
|
-
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
9638
|
-
|
9639
|
-
/**
|
9640
|
-
* Props for {@link UnsupportedOperatingSystem} UI
|
9641
|
-
*
|
9642
|
-
* @beta
|
9643
|
-
*/
|
9644
|
-
export declare interface UnsupportedOperatingSystemProps {
|
9645
|
-
/** Handler to perform a action when the help link is actioned */
|
9646
|
-
onTroubleshootingClick?: () => void;
|
9647
|
-
/** String overrides for the component */
|
9648
|
-
strings?: UnsupportedOperatingSystemStrings;
|
9649
|
-
}
|
9650
|
-
|
9651
|
-
/**
|
9652
|
-
* Strings for UnsupportedBrowser component
|
9653
|
-
*
|
9654
|
-
* @beta
|
9655
|
-
*/
|
9656
|
-
export declare interface UnsupportedOperatingSystemStrings {
|
9657
|
-
/** String for the primary text */
|
9658
|
-
primaryText: string;
|
9659
|
-
/** String for the secondary text */
|
9660
|
-
secondaryText: string;
|
9661
|
-
/** String to display in the text for the help link */
|
9662
|
-
moreHelpLinkText: string;
|
9663
|
-
}
|
9664
|
-
|
9665
7677
|
/**
|
9666
7678
|
* @public
|
9667
7679
|
* Callback function run when a message is updated.
|
9668
7680
|
*/
|
9669
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string
|
9670
|
-
metadata?: Record<string, string>;
|
9671
|
-
attachedFilesMetadata?: FileMetadata[];
|
9672
|
-
}) => Promise<void>;
|
7681
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
9673
7682
|
|
9674
7683
|
/**
|
9675
7684
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -9805,7 +7814,7 @@ export declare const useDeviceManager: () => StatefulDeviceManager | undefined;
|
|
9805
7814
|
*
|
9806
7815
|
* @public
|
9807
7816
|
*/
|
9808
|
-
export declare const usePropsFor: <Component extends (props: any) => JSX.Element>(component: Component, type?:
|
7817
|
+
export declare const usePropsFor: <Component extends (props: any) => JSX.Element>(component: Component, type?: 'calling' | 'chat') => ComponentProps<Component>;
|
9809
7818
|
|
9810
7819
|
/**
|
9811
7820
|
* Hook to obtain a selector for a specified component.
|
@@ -9815,45 +7824,7 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
|
|
9815
7824
|
*
|
9816
7825
|
* @public
|
9817
7826
|
*/
|
9818
|
-
export declare const useSelector: <ParamT extends Selector | undefined>(selector: ParamT, selectorProps?: (ParamT extends Selector ? Parameters<ParamT>[1] : undefined) | undefined, type?:
|
9819
|
-
|
9820
|
-
/**
|
9821
|
-
* Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
|
9822
|
-
*
|
9823
|
-
* Useful when implementing a custom component that utilizes the providers
|
9824
|
-
* exported from this library.
|
9825
|
-
*
|
9826
|
-
* you must have previously used the CallProvider with a TeamsCall object to use this hook
|
9827
|
-
*
|
9828
|
-
* @beta
|
9829
|
-
*/
|
9830
|
-
export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
9831
|
-
|
9832
|
-
/**
|
9833
|
-
* A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
|
9834
|
-
*
|
9835
|
-
* Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
|
9836
|
-
* creation of the adapter internally.
|
9837
|
-
*
|
9838
|
-
* Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
|
9839
|
-
* as they are created. The adapter is only created when all arguments are defined.
|
9840
|
-
*
|
9841
|
-
* Note that you must memoize the arguments to avoid recreating adapter on each render.
|
9842
|
-
* See storybook for typical usage examples.
|
9843
|
-
*
|
9844
|
-
* @beta
|
9845
|
-
*/
|
9846
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: ((adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>) | undefined, beforeDispose?: ((adapter: TeamsCallAdapter) => Promise<void>) | undefined) => TeamsCallAdapter | undefined;
|
9847
|
-
|
9848
|
-
/**
|
9849
|
-
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
9850
|
-
*
|
9851
|
-
* Useful when implementing a custom component that utilizes the providers
|
9852
|
-
* exported from this library.
|
9853
|
-
*
|
9854
|
-
* @beta
|
9855
|
-
*/
|
9856
|
-
export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
|
7827
|
+
export declare const useSelector: <ParamT extends Selector | undefined>(selector: ParamT, selectorProps?: (ParamT extends Selector ? Parameters<ParamT>[1] : undefined) | undefined, type?: 'calling' | 'chat') => ParamT extends Selector ? ReturnType<ParamT> : undefined;
|
9857
7828
|
|
9858
7829
|
/**
|
9859
7830
|
* React hook to access theme
|
@@ -10135,11 +8106,6 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
|
|
10135
8106
|
isSpeaking?: boolean;
|
10136
8107
|
/** Video stream of shared screen */
|
10137
8108
|
screenShareStream?: VideoGalleryStream;
|
10138
|
-
/**
|
10139
|
-
* @beta
|
10140
|
-
* The connection state of the participant. For example, 'Hold', 'Connecting' etc.
|
10141
|
-
*/
|
10142
|
-
state?: ParticipantState;
|
10143
8109
|
/** Whether participant is raised a hand */
|
10144
8110
|
raisedHand?: RaisedHand;
|
10145
8111
|
}
|
@@ -10379,12 +8345,6 @@ export declare interface VideoTileProps {
|
|
10379
8345
|
isSpeaking?: boolean;
|
10380
8346
|
/** Whether the participant is raised hand. Show a indicator (border) and icon with order */
|
10381
8347
|
raisedHand?: RaisedHand;
|
10382
|
-
/**
|
10383
|
-
* The call connection state of the participant.
|
10384
|
-
* For example, `Hold` means the participant is on hold.
|
10385
|
-
*/
|
10386
|
-
participantState?: ParticipantState;
|
10387
|
-
strings?: VideoTileStrings;
|
10388
8348
|
/**
|
10389
8349
|
* Display custom menu items in the VideoTile's contextual menu.
|
10390
8350
|
* Uses Fluent UI ContextualMenu.
|
@@ -10397,15 +8357,6 @@ export declare interface VideoTileProps {
|
|
10397
8357
|
onLongTouch?: () => void;
|
10398
8358
|
}
|
10399
8359
|
|
10400
|
-
/**
|
10401
|
-
* Strings of {@link VideoTile} that can be overridden.
|
10402
|
-
* @beta
|
10403
|
-
*/
|
10404
|
-
export declare interface VideoTileStrings {
|
10405
|
-
participantStateRinging: string;
|
10406
|
-
participantStateHold: string;
|
10407
|
-
}
|
10408
|
-
|
10409
8360
|
/**
|
10410
8361
|
* Fluent styles for {@link VideoTile}.
|
10411
8362
|
*
|