@azure/communication-react 1.4.0 → 1.4.2-alpha-202211020017.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/CHANGELOG.md +0 -1
- package/dist/communication-react.d.ts +1540 -26
- package/dist/dist-cjs/communication-react/index.js +9988 -6551
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js +7 -24
- package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.js +2 -1
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/logEvent.js +2 -0
- package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/safeStringify.js +2 -1
- package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +9 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +10 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +13 -0
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +27 -9
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +22 -46
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts +9 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +71 -34
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +5 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +29 -0
- 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 +4 -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 +2 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js +4 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +26 -9
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js +2 -0
- package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js +2 -0
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +8 -3
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js +2 -0
- package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +4 -2
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts +7 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +11 -0
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +13 -4
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +21 -5
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +12 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js +70 -70
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +17 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js +4 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +4 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +60 -10
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +65 -72
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js +2 -1
- package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +19 -8
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +11 -8
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +58 -55
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +16 -16
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.d.ts +1 -2
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js +4 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +11 -18
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js +12 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +4 -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 +1 -0
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +14 -2
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +23 -0
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +36 -36
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +21 -23
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js +4 -1
- package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +5 -3
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.d.ts +2 -0
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +6 -4
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +21 -18
- 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 +4 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +11 -13
- 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.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js +4 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +48 -13
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js +2 -0
- package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +5 -8
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +7 -2
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js +4 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +17 -16
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +16 -15
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +59 -68
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +115 -121
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +2 -0
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +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.js +2 -0
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js +2 -0
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js +2 -0
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js +2 -0
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js +2 -0
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js +2 -0
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +16 -0
- package/dist/dist-esm/communication-react/src/index.js +10 -0
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/BrowserPermissionDenied.d.ts +69 -0
- package/dist/dist-esm/react-components/src/components/BrowserPermissionDenied.js +35 -0
- package/dist/dist-esm/react-components/src/components/BrowserPermissionDenied.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/BrowserPermissionDeniedIOS.d.ts +75 -0
- package/dist/dist-esm/react-components/src/components/BrowserPermissionDeniedIOS.js +57 -0
- package/dist/dist-esm/react-components/src/components/BrowserPermissionDeniedIOS.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/CameraButton.js +10 -9
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +7 -8
- 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 +38 -17
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +12 -5
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +26 -31
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +63 -28
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +9 -12
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +19 -10
- 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 +4 -3
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBar.js +13 -15
- package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +14 -4
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +6 -15
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissionDropdown.js +5 -8
- package/dist/dist-esm/react-components/src/components/DevicePermissionDropdown.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +7 -30
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +48 -48
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DomainPermissions.d.ts +57 -0
- package/dist/dist-esm/react-components/src/components/DomainPermissions.js +47 -0
- package/dist/dist-esm/react-components/src/components/DomainPermissions.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +2 -6
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +12 -9
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +11 -23
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +4 -3
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/EndCallButton.js +5 -8
- package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +4 -6
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileCard.js +4 -4
- package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileCardGroup.js +1 -1
- package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +14 -10
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileUploadCards.js +10 -8
- package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.js +55 -44
- package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +4 -3
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +49 -0
- package/dist/dist-esm/react-components/src/components/HoldButton.js +25 -0
- package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +7 -8
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +6 -12
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +3 -5
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +28 -9
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +27 -36
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +23 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.js +182 -110
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +17 -11
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +137 -137
- 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 +15 -0
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +19 -16
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +25 -9
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +44 -31
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +18 -5
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +6 -4
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +6 -12
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +35 -0
- package/dist/dist-esm/react-components/src/components/SendBox.js +37 -10
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +4 -3
- 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/StreamMedia.js +5 -4
- package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SystemMessage.js +2 -4
- package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.d.ts +2 -1
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +28 -16
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js +15 -9
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.d.ts +32 -0
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +33 -0
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +8 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +13 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +97 -44
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/VideoTile.js +28 -31
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VoiceOverButton.js +4 -10
- package/dist/dist-esm/react-components/src/components/VoiceOverButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +13 -0
- package/dist/dist-esm/react-components/src/components/index.js +10 -0
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +58 -0
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +144 -0
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +3 -12
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js +2 -0
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.d.ts +34 -0
- package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.js +83 -0
- package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js +2 -0
- package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/IconButton.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +1 -4
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +10 -11
- 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 +0 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +2 -10
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +0 -3
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +0 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.d.ts +22 -0
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.js +53 -0
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +18 -39
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js +10 -4
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.js +6 -0
- package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js +10 -5
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +7 -7
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
- package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js +1 -3
- package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +15 -11
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +21 -13
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +2 -0
- package/dist/dist-esm/react-components/src/index.js +2 -0
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +26 -0
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js +16 -42
- package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.d.ts +61 -0
- package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.js +74 -0
- package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.js.map +1 -0
- package/dist/dist-esm/react-components/src/permissions/index.d.ts +2 -0
- package/dist/dist-esm/react-components/src/permissions/index.js +4 -0
- package/dist/dist-esm/react-components/src/permissions/index.js.map +1 -0
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +7 -8
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +12 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +101 -12
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeUtils.js +4 -1
- package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.js +2 -0
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +7 -0
- package/dist/dist-esm/react-components/src/types/ChatMessage.js +2 -0
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CustomStylesProps.js +2 -0
- package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/OnRender.d.ts +3 -0
- package/dist/dist-esm/react-components/src/types/OnRender.js +2 -0
- package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.d.ts +3 -0
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js +2 -0
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +6 -0
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +81 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +107 -19
- 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 +120 -0
- 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 +28 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +148 -41
- 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 +44 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +11 -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.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/ParticipantSubcriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +1 -0
- 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.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +74 -10
- 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 +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +136 -13
- 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/CallPane.d.ts +24 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js +80 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageCameraDropdown.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageCameraDropdown.js +23 -0
- 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.d.ts +28 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageErrorBar.js +32 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageErrorBar.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageMicDropdown.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageMicDropdown.js +25 -0
- 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 +5 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +12 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +93 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +3 -3
- 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 +35 -23
- 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 +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +69 -20
- 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 +16 -21
- 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 +4 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +4 -3
- 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/StartCallButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/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/Custom.d.ts +17 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +63 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +41 -4
- 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 +5 -2
- 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 +12 -8
- 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 +5 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +8 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +26 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +7 -9
- 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 +29 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.d.ts +16 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.js +38 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +2 -0
- 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.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +10 -4
- 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 +8 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +110 -12
- 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/HoldPage.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +36 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +21 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +13 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +26 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +13 -6
- 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 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.d.ts +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +11 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +2 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +4 -2
- 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/ExpandedLocalVideoTile.styles.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +32 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +81 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +3 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +23 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +51 -17
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +78 -4
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +77 -18
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +43 -16
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js +35 -13
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButtonWithUnreadMessagesBadge.js +11 -7
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ConvertContextualMenuItemToDrawerMenuItem.js +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +67 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +75 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/NotificationIcon.js +3 -6
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/NotificationIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PeopleButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PreparedMoreDrawer.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +32 -0
- 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 +22 -4
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +138 -10
- 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 +56 -0
- 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 +9 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +36 -1
- 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 +9 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +34 -1
- 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 +4 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.d.ts +13 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js +65 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js +67 -21
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +3 -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 +11 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +10 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +2 -13
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +20 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +8 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +41 -9
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +18 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +18 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +4 -0
- 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 +9 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +111 -36
- 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 +28 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +156 -1
- 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 +13 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js +2 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +7 -0
- 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.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +18 -6
- 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.js +2 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +6 -6
- 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 +5 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +6 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +11 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +12 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +13 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +23 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +12 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -6
- 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 +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +17 -6
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +22 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +105 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +17 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +32 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +10 -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 +6 -14
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +22 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +60 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +61 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +22 -6
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +6 -8
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +7 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +26 -7
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.d.ts +17 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +42 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.d.ts +11 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +40 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.d.ts +2 -1
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +6 -18
- 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 -1
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +10 -8
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +25 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +21 -6
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js +2 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +5 -16
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +12 -51
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +5 -22
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +6 -22
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +17 -12
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.js +2 -0
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js +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/strings.json +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +2 -2
- package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
- package/package.json +14 -14
@@ -17,6 +17,7 @@
|
|
17
17
|
|
18
18
|
/// <reference types="react" />
|
19
19
|
|
20
|
+
import { AddPhoneNumberOptions } from '@azure/communication-calling';
|
20
21
|
import { AudioDeviceInfo } from '@azure/communication-calling';
|
21
22
|
import { Call } from '@azure/communication-calling';
|
22
23
|
import { CallAgent } from '@azure/communication-calling';
|
@@ -42,18 +43,24 @@ import { CreateViewOptions } from '@azure/communication-calling';
|
|
42
43
|
import { DeviceAccess } from '@azure/communication-calling';
|
43
44
|
import { DeviceManager } from '@azure/communication-calling';
|
44
45
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
46
|
+
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
45
47
|
import { GroupCallLocator } from '@azure/communication-calling';
|
46
48
|
import { IButtonProps } from '@fluentui/react';
|
47
49
|
import { IButtonStyles } from '@fluentui/react';
|
48
50
|
import { IContextualMenuItem } from '@fluentui/react';
|
49
51
|
import { IContextualMenuItemStyles } from '@fluentui/react';
|
50
52
|
import { IContextualMenuStyles } from '@fluentui/react';
|
53
|
+
import { IDropdownOption } from '@fluentui/react';
|
54
|
+
import { IDropdownStyles } from '@fluentui/react';
|
55
|
+
import { ILinkStyles } from '@fluentui/react';
|
51
56
|
import { IMessageBarProps } from '@fluentui/react';
|
57
|
+
import { IncomingCall } from '@azure/communication-calling';
|
52
58
|
import { IPersonaStyleProps } from '@fluentui/react';
|
53
59
|
import { IPersonaStyles } from '@fluentui/react';
|
54
60
|
import { IRenderFunction } from '@fluentui/react';
|
55
61
|
import { IStyle } from '@fluentui/react';
|
56
62
|
import { IStyleFunctionOrObject } from '@fluentui/react';
|
63
|
+
import { ITextFieldStyles } from '@fluentui/react';
|
57
64
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
58
65
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
59
66
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
@@ -61,6 +68,7 @@ import { MediaStreamType } from '@azure/communication-calling';
|
|
61
68
|
import { MicrosoftTeamsUserKind } from '@azure/communication-common';
|
62
69
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
63
70
|
import { PartialTheme } from '@fluentui/react';
|
71
|
+
import { ParticipantRole } from '@azure/communication-calling';
|
64
72
|
import { PermissionConstraints } from '@azure/communication-calling';
|
65
73
|
import { PersonaInitialsColor } from '@fluentui/react';
|
66
74
|
import { PersonaPresence } from '@fluentui/react';
|
@@ -71,6 +79,7 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
|
|
71
79
|
import { default as React_2 } from 'react';
|
72
80
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
73
81
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
82
|
+
import { RoomCallLocator } from '@azure/communication-calling';
|
74
83
|
import { ScalingMode } from '@azure/communication-calling';
|
75
84
|
import { SendMessageOptions } from '@azure/communication-chat';
|
76
85
|
import { StartCallOptions } from '@azure/communication-calling';
|
@@ -102,6 +111,38 @@ export declare interface ActiveErrorMessage {
|
|
102
111
|
timestamp?: Date;
|
103
112
|
}
|
104
113
|
|
114
|
+
/**
|
115
|
+
* Attributes required for SendBox to show file uploads like name, progress etc.
|
116
|
+
* @beta
|
117
|
+
*/
|
118
|
+
export declare interface ActiveFileUpload {
|
119
|
+
/**
|
120
|
+
* Unique identifier for the file upload.
|
121
|
+
*/
|
122
|
+
id: string;
|
123
|
+
/**
|
124
|
+
* File name to be rendered for uploaded file.
|
125
|
+
*/
|
126
|
+
filename: string;
|
127
|
+
/**
|
128
|
+
* A number between 0 and 1 indicating the progress of the upload.
|
129
|
+
* This is unrelated to the `uploadComplete` property.
|
130
|
+
* It is only used to show the progress of the upload.
|
131
|
+
* Progress of 1 doesn't mark the upload as complete, set the `uploadComplete`
|
132
|
+
* property to true to mark the upload as complete.
|
133
|
+
*/
|
134
|
+
progress: number;
|
135
|
+
/**
|
136
|
+
* Error to be displayed to the user if the upload fails.
|
137
|
+
*/
|
138
|
+
error?: SendBoxErrorBarError;
|
139
|
+
/**
|
140
|
+
* `true` means that the upload is completed.
|
141
|
+
* This is independent of the upload `progress`.
|
142
|
+
*/
|
143
|
+
uploadComplete?: boolean;
|
144
|
+
}
|
145
|
+
|
105
146
|
/**
|
106
147
|
* Error reported via error events and stored in adapter state.
|
107
148
|
*
|
@@ -218,6 +259,7 @@ export declare type AzureCommunicationCallAdapterArgs = {
|
|
218
259
|
displayName: string;
|
219
260
|
credential: CommunicationTokenCredential;
|
220
261
|
locator: CallAdapterLocator;
|
262
|
+
alternateCallerId?: string;
|
221
263
|
};
|
222
264
|
|
223
265
|
/**
|
@@ -231,6 +273,7 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
|
|
231
273
|
displayName: string;
|
232
274
|
credential: CommunicationTokenCredential;
|
233
275
|
locator: CallAndChatLocator | TeamsMeetingLinkLocator;
|
276
|
+
alternateCallerId?: string;
|
234
277
|
};
|
235
278
|
|
236
279
|
/**
|
@@ -314,6 +357,136 @@ export declare interface BaseCustomStyles {
|
|
314
357
|
root?: IStyle;
|
315
358
|
}
|
316
359
|
|
360
|
+
/**
|
361
|
+
* @beta
|
362
|
+
* Props for BrowserPermissionDeniedIOS component.
|
363
|
+
*/
|
364
|
+
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
365
|
+
/**
|
366
|
+
* Localization strings for BrowserPermissionDeniedIOS component.
|
367
|
+
*/
|
368
|
+
strings: BrowserPermissionDeniedIOSStrings;
|
369
|
+
/**
|
370
|
+
* Link to image source.
|
371
|
+
*
|
372
|
+
* Image is inserted into the top of the component.
|
373
|
+
*/
|
374
|
+
imageSource?: string;
|
375
|
+
}
|
376
|
+
|
377
|
+
/**
|
378
|
+
* @beta
|
379
|
+
* Strings for BrowserPermissionDeniedIOS component
|
380
|
+
*/
|
381
|
+
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
382
|
+
/**
|
383
|
+
* Image alt text
|
384
|
+
*/
|
385
|
+
imageAltText: string;
|
386
|
+
/**
|
387
|
+
* Main text string.
|
388
|
+
*/
|
389
|
+
primaryText: string;
|
390
|
+
/**
|
391
|
+
* Subtext string.
|
392
|
+
*/
|
393
|
+
secondaryText: string;
|
394
|
+
/**
|
395
|
+
* Step 1 string
|
396
|
+
*/
|
397
|
+
step1Text: string;
|
398
|
+
/**
|
399
|
+
* Step 1 digit string
|
400
|
+
*/
|
401
|
+
step1DigitText: string;
|
402
|
+
/**
|
403
|
+
* Step 2 string
|
404
|
+
*/
|
405
|
+
step2Text: string;
|
406
|
+
/**
|
407
|
+
* Step 2 digit string
|
408
|
+
*/
|
409
|
+
step2DigitText: string;
|
410
|
+
/**
|
411
|
+
* Step 3 string
|
412
|
+
*/
|
413
|
+
step3Text: string;
|
414
|
+
/**
|
415
|
+
* Step 3 digit string
|
416
|
+
*/
|
417
|
+
step3DigitText: string;
|
418
|
+
/**
|
419
|
+
* Step 4 string
|
420
|
+
*/
|
421
|
+
step4Text: string;
|
422
|
+
/**
|
423
|
+
* Step 4 digit string
|
424
|
+
*/
|
425
|
+
step4DigitText: string;
|
426
|
+
}
|
427
|
+
|
428
|
+
/**
|
429
|
+
* @beta
|
430
|
+
* Props for BrowserPermissionDenied component.
|
431
|
+
*/
|
432
|
+
export declare interface BrowserPermissionDeniedProps {
|
433
|
+
/**
|
434
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
435
|
+
*/
|
436
|
+
onTroubleshootingClick: () => void;
|
437
|
+
/**
|
438
|
+
* Action to be taken by the try again primary button.
|
439
|
+
*/
|
440
|
+
onTryAgainClick: () => void;
|
441
|
+
/**
|
442
|
+
* Localization strings for BrowserPermissionDenied component.
|
443
|
+
*/
|
444
|
+
strings: BrowserPermissionDeniedStrings;
|
445
|
+
/**
|
446
|
+
* Allows users to pass in an object contains custom CSS styles.
|
447
|
+
* @Example
|
448
|
+
* ```
|
449
|
+
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
450
|
+
* ```
|
451
|
+
*/
|
452
|
+
styles?: BrowserPermissionDeniedStyles;
|
453
|
+
}
|
454
|
+
|
455
|
+
/**
|
456
|
+
* @beta
|
457
|
+
* Strings for BrowserPermissionDenied component
|
458
|
+
*/
|
459
|
+
export declare interface BrowserPermissionDeniedStrings {
|
460
|
+
/**
|
461
|
+
* Main button text string.
|
462
|
+
*/
|
463
|
+
primaryButtonText: string;
|
464
|
+
/**
|
465
|
+
* Main text string.
|
466
|
+
*/
|
467
|
+
primaryText: string;
|
468
|
+
/**
|
469
|
+
* Subtext string.
|
470
|
+
*/
|
471
|
+
secondaryText: string;
|
472
|
+
/**
|
473
|
+
* More help link string.
|
474
|
+
*/
|
475
|
+
linkText: string;
|
476
|
+
}
|
477
|
+
|
478
|
+
/**
|
479
|
+
* Fluent styles for {@link BrowserPermissionDenied}.
|
480
|
+
*
|
481
|
+
* @beta
|
482
|
+
*/
|
483
|
+
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
484
|
+
/** Styles for the primary button. */
|
485
|
+
primaryButton?: IButtonStyles;
|
486
|
+
/** Styles for the help troubleshooting link text. */
|
487
|
+
troubleshootingLink?: ILinkStyles;
|
488
|
+
}
|
489
|
+
|
317
490
|
/**
|
318
491
|
* {@link CallComposite} Adapter interface.
|
319
492
|
*
|
@@ -389,6 +562,12 @@ export declare interface CallAdapterCallManagement {
|
|
389
562
|
* @public
|
390
563
|
*/
|
391
564
|
startCall(participants: string[], options?: StartCallOptions): Call | undefined;
|
565
|
+
/**
|
566
|
+
* Start the call.
|
567
|
+
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
568
|
+
* @beta
|
569
|
+
*/
|
570
|
+
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
|
392
571
|
/**
|
393
572
|
* Start sharing the screen during a call.
|
394
573
|
*
|
@@ -409,6 +588,12 @@ export declare interface CallAdapterCallManagement {
|
|
409
588
|
* @public
|
410
589
|
*/
|
411
590
|
removeParticipant(userId: string): Promise<void>;
|
591
|
+
/**
|
592
|
+
* Remove a participant from the call.
|
593
|
+
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
594
|
+
* @beta
|
595
|
+
*/
|
596
|
+
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
412
597
|
/**
|
413
598
|
* Create the html view for a stream.
|
414
599
|
*
|
@@ -433,6 +618,31 @@ export declare interface CallAdapterCallManagement {
|
|
433
618
|
* @public
|
434
619
|
*/
|
435
620
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
621
|
+
/**
|
622
|
+
* Holds the call.
|
623
|
+
*
|
624
|
+
* @beta
|
625
|
+
*/
|
626
|
+
holdCall(): Promise<void>;
|
627
|
+
/**
|
628
|
+
* Resumes the call from a `LocalHold` state.
|
629
|
+
*
|
630
|
+
* @beta
|
631
|
+
*/
|
632
|
+
resumeCall(): Promise<void>;
|
633
|
+
/**
|
634
|
+
* Add a participant to the call.
|
635
|
+
*
|
636
|
+
* @beta
|
637
|
+
*/
|
638
|
+
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
639
|
+
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
640
|
+
/**
|
641
|
+
* send dtmf tone to another participant in a 1:1 PSTN call
|
642
|
+
*
|
643
|
+
* @beta
|
644
|
+
*/
|
645
|
+
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
436
646
|
}
|
437
647
|
|
438
648
|
/**
|
@@ -451,6 +661,10 @@ export declare type CallAdapterClientState = {
|
|
451
661
|
* Latest error encountered for each operation performed via the adapter.
|
452
662
|
*/
|
453
663
|
latestErrors: AdapterErrors;
|
664
|
+
/**
|
665
|
+
* Azure communications Phone number to make PSTN calls with.
|
666
|
+
*/
|
667
|
+
alternateCallerId?: string;
|
454
668
|
};
|
455
669
|
|
456
670
|
/**
|
@@ -535,7 +749,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
535
749
|
*
|
536
750
|
* @public
|
537
751
|
*/
|
538
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator;
|
752
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
|
539
753
|
|
540
754
|
/**
|
541
755
|
* {@link CallAdapter} state.
|
@@ -713,7 +927,7 @@ export declare interface CallAgentState {
|
|
713
927
|
*/
|
714
928
|
export declare interface CallAndChatLocator {
|
715
929
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
716
|
-
callLocator: GroupCallLocator;
|
930
|
+
callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
|
717
931
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
718
932
|
chatThreadId: string;
|
719
933
|
}
|
@@ -800,6 +1014,12 @@ export declare interface CallClientState {
|
|
800
1014
|
* See documentation of {@Link CallErrors} for details.
|
801
1015
|
*/
|
802
1016
|
latestErrors: CallErrors;
|
1017
|
+
/**
|
1018
|
+
* A phone number in E.164 format that will be used to represent callers identity.
|
1019
|
+
* For example, using the alternateCallerId to add a participant using PSTN, this number will
|
1020
|
+
* be used as the caller id in the PSTN call.
|
1021
|
+
*/
|
1022
|
+
alternateCallerId?: string;
|
803
1023
|
}
|
804
1024
|
|
805
1025
|
/**
|
@@ -863,6 +1083,10 @@ export declare type CallCompositeIcons = {
|
|
863
1083
|
ParticipantItemScreenShareStart?: JSX.Element;
|
864
1084
|
VideoTileMicOff?: JSX.Element;
|
865
1085
|
LocalCameraSwitch?: JSX.Element;
|
1086
|
+
PeoplePaneAddPerson?: JSX.Element;
|
1087
|
+
PeoplePaneOpenDialpad?: JSX.Element;
|
1088
|
+
DialpadStartCall?: JSX.Element;
|
1089
|
+
NoticePageInvalidRoom?: JSX.Element;
|
866
1090
|
};
|
867
1091
|
|
868
1092
|
/**
|
@@ -883,6 +1107,60 @@ export declare type CallCompositeOptions = {
|
|
883
1107
|
* @defaultValue true
|
884
1108
|
*/
|
885
1109
|
callControls?: boolean | CallControlOptions;
|
1110
|
+
/**
|
1111
|
+
* Device permission restrictions for your call.
|
1112
|
+
* Require device permissions to be set or have them as optional or not required to start a call
|
1113
|
+
*/
|
1114
|
+
devicePermissions?: DevicePermissionRestrictions;
|
1115
|
+
/**
|
1116
|
+
* Opt in call readiness feature for your call
|
1117
|
+
* Setting this to `true` will add call readiness features to the call experience
|
1118
|
+
*/
|
1119
|
+
callReadinessOptedIn?: boolean;
|
1120
|
+
/**
|
1121
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1122
|
+
* unable to grant your site the required permissions for the call.
|
1123
|
+
*
|
1124
|
+
* @example
|
1125
|
+
* ```ts
|
1126
|
+
* onPermissionsTroubleshootingClick: () =>
|
1127
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1128
|
+
* ```
|
1129
|
+
*
|
1130
|
+
* @remarks
|
1131
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1132
|
+
*/
|
1133
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1134
|
+
camera: PermissionState;
|
1135
|
+
microphone: PermissionState;
|
1136
|
+
}) => void;
|
1137
|
+
/**
|
1138
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1139
|
+
* having network issues when connecting to the call.
|
1140
|
+
*
|
1141
|
+
* @example
|
1142
|
+
* ```ts
|
1143
|
+
* onNetworkingTroubleShootingClick?: () =>
|
1144
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1145
|
+
* ```
|
1146
|
+
*
|
1147
|
+
* @remarks
|
1148
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1149
|
+
*/
|
1150
|
+
onNetworkingTroubleShootingClick?: () => void;
|
1151
|
+
/**
|
1152
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1153
|
+
*
|
1154
|
+
* @example
|
1155
|
+
* ```ts
|
1156
|
+
* onBrowserTroubleShootingClick?: () =>
|
1157
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1158
|
+
* ```
|
1159
|
+
*
|
1160
|
+
* @remarks
|
1161
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
1162
|
+
*/
|
1163
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
886
1164
|
};
|
887
1165
|
|
888
1166
|
/**
|
@@ -890,7 +1168,7 @@ export declare type CallCompositeOptions = {
|
|
890
1168
|
*
|
891
1169
|
* @public
|
892
1170
|
*/
|
893
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'lobby' | 'removedFromCall';
|
1171
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | /* @conditional-compile-remove(PSTN-calls) */ 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'lobby' | /* @conditional-compile-remove(rooms) */ 'deniedPermissionToRoom' | 'removedFromCall' | /* @conditional-compile-remove(rooms) */ 'roomNotFound' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment';
|
894
1172
|
|
895
1173
|
/**
|
896
1174
|
* Props for {@link CallComposite}.
|
@@ -918,6 +1196,10 @@ export declare interface CallCompositeProps extends BaseCompositeProps<CallCompo
|
|
918
1196
|
* Flags to enable/disable or customize UI elements of the {@link CallComposite}.
|
919
1197
|
*/
|
920
1198
|
options?: CallCompositeOptions;
|
1199
|
+
/**
|
1200
|
+
* Set this to enable/disable capacities for different roles
|
1201
|
+
*/
|
1202
|
+
role?: Role;
|
921
1203
|
}
|
922
1204
|
|
923
1205
|
/**
|
@@ -1092,10 +1374,130 @@ export declare interface CallCompositeStrings {
|
|
1092
1374
|
* Tooltip text used to inform a user that toggling microphone in lobby is not supported.
|
1093
1375
|
*/
|
1094
1376
|
microphoneToggleInLobbyNotAllowed: string;
|
1377
|
+
/**
|
1378
|
+
* Side pane People section Title.
|
1379
|
+
*/
|
1380
|
+
peoplePaneTitle: string;
|
1381
|
+
/**
|
1382
|
+
* Aria label string for return to call back button
|
1383
|
+
*/
|
1384
|
+
returnToCallButtonAriaLabel?: string;
|
1385
|
+
/**
|
1386
|
+
* Aria Description string for return to call button
|
1387
|
+
*/
|
1388
|
+
returnToCallButtonAriaDescription?: string;
|
1389
|
+
/**
|
1390
|
+
* control bar People button label
|
1391
|
+
*/
|
1392
|
+
peopleButtonLabel: string;
|
1393
|
+
/**
|
1394
|
+
* control bar Chat button label.
|
1395
|
+
*/
|
1396
|
+
chatButtonLabel: string;
|
1397
|
+
/**
|
1398
|
+
* Label for SidePaneHeader dismiss button
|
1399
|
+
*/
|
1400
|
+
dismissSidePaneButtonLabel?: string;
|
1401
|
+
/**
|
1402
|
+
* Side pane People section subheader.
|
1403
|
+
*/
|
1404
|
+
peoplePaneSubTitle: string;
|
1405
|
+
/**
|
1406
|
+
* Label for button to copy invite link
|
1407
|
+
*/
|
1408
|
+
copyInviteLinkButtonLabel: string;
|
1409
|
+
/**
|
1410
|
+
* Label for button to open dialpad
|
1411
|
+
*/
|
1412
|
+
openDialpadButtonLabel: string;
|
1413
|
+
/**
|
1414
|
+
* Label for menu item to remove participant
|
1415
|
+
*/
|
1416
|
+
removeMenuLabel: string;
|
1417
|
+
/**
|
1418
|
+
* Label for add people dropdown
|
1419
|
+
*/
|
1420
|
+
peoplePaneAddPeopleButtonLabel: string;
|
1421
|
+
/**
|
1422
|
+
* Label for button to start a call
|
1423
|
+
*/
|
1424
|
+
dialpadStartCallButtonLabel: string;
|
1425
|
+
/**
|
1426
|
+
* Title for dialpad Modal
|
1427
|
+
*/
|
1428
|
+
dialpadModalTitle: string;
|
1429
|
+
/**
|
1430
|
+
* Aria Label for dialpad Modal
|
1431
|
+
*/
|
1432
|
+
dialpadModalAriaLabel: string;
|
1433
|
+
/**
|
1434
|
+
* Aria Label for dialpad Modal close button
|
1435
|
+
*/
|
1436
|
+
dialpadCloseModalButtonAriaLabel: string;
|
1437
|
+
/**
|
1438
|
+
* label for more button in the Calling composite
|
1439
|
+
*/
|
1440
|
+
moreButtonCallingLabel: string;
|
1441
|
+
/**
|
1442
|
+
* Label for the resume call button on the hold pane
|
1443
|
+
*/
|
1444
|
+
resumeCallButtonLabel: string;
|
1445
|
+
/**
|
1446
|
+
* Label for the resume call button on the hold pane when call is resuming
|
1447
|
+
*/
|
1448
|
+
resumingCallButtonLabel: string;
|
1449
|
+
/**
|
1450
|
+
* Aria label for the resume call button on the hold pane
|
1451
|
+
*/
|
1452
|
+
resumeCallButtonAriaLabel: string;
|
1453
|
+
/**
|
1454
|
+
* Aria label for the resume call button on the hold pane when call is resuming
|
1455
|
+
*/
|
1456
|
+
resumingCallButtonAriaLabel: string;
|
1457
|
+
/**
|
1458
|
+
* Label for the hold pane
|
1459
|
+
*/
|
1460
|
+
holdScreenLabel: string;
|
1461
|
+
/**
|
1462
|
+
* Placeholder text for dtmf dialpad
|
1463
|
+
*/
|
1464
|
+
dtmfDialpadPlaceholderText: string;
|
1465
|
+
/**
|
1466
|
+
* Label for the button to open dtmf dialpad
|
1467
|
+
*/
|
1468
|
+
openDtmfDialpadLabel: string;
|
1095
1469
|
/**
|
1096
1470
|
* aria label for when the invite link has been actioned
|
1097
1471
|
*/
|
1098
1472
|
copyInviteLinkActionedAriaLabel: string;
|
1473
|
+
/**
|
1474
|
+
* Title text of the page shown to the user when the user attempts to join a room that cannot be found.
|
1475
|
+
*/
|
1476
|
+
roomNotFoundTitle: string;
|
1477
|
+
/**
|
1478
|
+
* More details text of the page shown to the user when the user attempts to join a room that cannot be found.
|
1479
|
+
*/
|
1480
|
+
roomNotFoundDetails?: string;
|
1481
|
+
/**
|
1482
|
+
* Title text of the page shown to the user when the user attempts to join a room to which they are not invited.
|
1483
|
+
*/
|
1484
|
+
deniedPermissionToRoomTitle: string;
|
1485
|
+
/**
|
1486
|
+
* More details text of the page shown to the user when the user attempts to join a room to which they are not invited.
|
1487
|
+
*/
|
1488
|
+
deniedPermissionToRoomDetails?: string;
|
1489
|
+
/**
|
1490
|
+
* Control bar People button ToolTipContent
|
1491
|
+
*/
|
1492
|
+
peopleButtonTooltipOpen: string;
|
1493
|
+
/**
|
1494
|
+
* Control bar People button ToolTipContent
|
1495
|
+
*/
|
1496
|
+
peopleButtonTooltipClose: string;
|
1497
|
+
/**
|
1498
|
+
* Label disaplayed on the lobby screen during a 1:1 outbound call.
|
1499
|
+
*/
|
1500
|
+
outboundCallingNoticeString: string;
|
1099
1501
|
}
|
1100
1502
|
|
1101
1503
|
/**
|
@@ -1125,7 +1527,9 @@ export declare type CallControlOptions = {
|
|
1125
1527
|
* Show or Hide Camera Button during a call
|
1126
1528
|
* @defaultValue true
|
1127
1529
|
*/
|
1128
|
-
cameraButton?: boolean
|
1530
|
+
cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
1531
|
+
disabled: boolean;
|
1532
|
+
};
|
1129
1533
|
/**
|
1130
1534
|
* Show or Hide EndCall button during a call.
|
1131
1535
|
* @defaultValue true
|
@@ -1135,12 +1539,16 @@ export declare type CallControlOptions = {
|
|
1135
1539
|
* Show or Hide Microphone button during a call.
|
1136
1540
|
* @defaultValue true
|
1137
1541
|
*/
|
1138
|
-
microphoneButton?: boolean
|
1542
|
+
microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
1543
|
+
disabled: boolean;
|
1544
|
+
};
|
1139
1545
|
/**
|
1140
1546
|
* Show or Hide Devices button during a call.
|
1141
1547
|
* @defaultValue true
|
1142
1548
|
*/
|
1143
|
-
devicesButton?: boolean
|
1549
|
+
devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
1550
|
+
disabled: boolean;
|
1551
|
+
};
|
1144
1552
|
/**
|
1145
1553
|
* Show, Hide or Disable participants button during a call.
|
1146
1554
|
* @defaultValue true
|
@@ -1155,6 +1563,20 @@ export declare type CallControlOptions = {
|
|
1155
1563
|
screenShareButton?: boolean | {
|
1156
1564
|
disabled: boolean;
|
1157
1565
|
};
|
1566
|
+
/**
|
1567
|
+
* Show, Hide or disable the more button during a call.
|
1568
|
+
* @defaultValue true
|
1569
|
+
*/
|
1570
|
+
moreButton?: boolean;
|
1571
|
+
/**
|
1572
|
+
* Inject custom buttons in the call controls.
|
1573
|
+
*
|
1574
|
+
* @beta
|
1575
|
+
*/
|
1576
|
+
onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
|
1577
|
+
holdButton?: boolean | {
|
1578
|
+
disabled: boolean;
|
1579
|
+
};
|
1158
1580
|
};
|
1159
1581
|
|
1160
1582
|
/**
|
@@ -1216,7 +1638,7 @@ export declare type CallErrors = {
|
|
1216
1638
|
*
|
1217
1639
|
* @public
|
1218
1640
|
*/
|
1219
|
-
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopVideo' | 'Call.unmute' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject';
|
1641
|
+
export declare type CallErrorTarget = 'Call.addParticipant' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject';
|
1220
1642
|
|
1221
1643
|
/**
|
1222
1644
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -1256,11 +1678,17 @@ export declare type CallingHandlers = {
|
|
1256
1678
|
onStopScreenShare: () => Promise<void>;
|
1257
1679
|
onToggleScreenShare: () => Promise<void>;
|
1258
1680
|
onHangUp: (forEveryone?: boolean) => Promise<void>;
|
1681
|
+
onToggleHold: () => Promise<void>;
|
1682
|
+
onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
1683
|
+
onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
|
1259
1684
|
onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
1260
1685
|
onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
1261
1686
|
onRemoveParticipant(userId: string): Promise<void>;
|
1687
|
+
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
1262
1688
|
onDisposeRemoteStreamView: (userId: string) => Promise<void>;
|
1263
1689
|
onDisposeLocalStreamView: () => Promise<void>;
|
1690
|
+
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
1691
|
+
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
1264
1692
|
};
|
1265
1693
|
|
1266
1694
|
/**
|
@@ -1298,6 +1726,25 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
1298
1726
|
isMuted?: boolean;
|
1299
1727
|
/** Whether calling participant is speaking */
|
1300
1728
|
isSpeaking?: boolean;
|
1729
|
+
/** Role of participant in Rooms call */
|
1730
|
+
role?: Role;
|
1731
|
+
};
|
1732
|
+
|
1733
|
+
/**
|
1734
|
+
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
1735
|
+
*
|
1736
|
+
* @remarks
|
1737
|
+
* This is currently in beta and only supports calling one Teams User.
|
1738
|
+
*
|
1739
|
+
* @example
|
1740
|
+
* ```
|
1741
|
+
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
1742
|
+
* ```
|
1743
|
+
*
|
1744
|
+
* @beta
|
1745
|
+
*/
|
1746
|
+
export declare type CallParticipantsLocator = {
|
1747
|
+
participantIds: string[];
|
1301
1748
|
};
|
1302
1749
|
|
1303
1750
|
/**
|
@@ -1412,6 +1859,10 @@ export declare interface CallState {
|
|
1412
1859
|
* Stores the latest call diagnostics.
|
1413
1860
|
*/
|
1414
1861
|
diagnostics: DiagnosticsCallFeatureState;
|
1862
|
+
/**
|
1863
|
+
* Proxy of {@link @azure/communication-calling#Call.role}.
|
1864
|
+
*/
|
1865
|
+
role?: ParticipantRole;
|
1415
1866
|
}
|
1416
1867
|
|
1417
1868
|
/**
|
@@ -1435,6 +1886,12 @@ export declare interface CallWithChatAdapterManagement {
|
|
1435
1886
|
* @public
|
1436
1887
|
*/
|
1437
1888
|
removeParticipant(userId: string): Promise<void>;
|
1889
|
+
/**
|
1890
|
+
* Remove a participant from the call.
|
1891
|
+
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
1892
|
+
* @beta
|
1893
|
+
*/
|
1894
|
+
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
1438
1895
|
/**
|
1439
1896
|
* Join the call with microphone initially on/off.
|
1440
1897
|
*
|
@@ -1489,6 +1946,12 @@ export declare interface CallWithChatAdapterManagement {
|
|
1489
1946
|
* @public
|
1490
1947
|
*/
|
1491
1948
|
startCall(participants: string[], options?: StartCallOptions): Call | undefined;
|
1949
|
+
/**
|
1950
|
+
* Start the call.
|
1951
|
+
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
1952
|
+
* @beta
|
1953
|
+
*/
|
1954
|
+
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
|
1492
1955
|
/**
|
1493
1956
|
* Start sharing the screen during a call.
|
1494
1957
|
*
|
@@ -1641,6 +2104,45 @@ export declare interface CallWithChatAdapterManagement {
|
|
1641
2104
|
* @public
|
1642
2105
|
*/
|
1643
2106
|
loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
|
2107
|
+
/** @beta */
|
2108
|
+
registerActiveFileUploads: (files: File[]) => FileUploadManager[];
|
2109
|
+
/** @beta */
|
2110
|
+
registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
|
2111
|
+
/** @beta */
|
2112
|
+
clearFileUploads: () => void;
|
2113
|
+
/** @beta */
|
2114
|
+
cancelFileUpload: (id: string) => void;
|
2115
|
+
/** @beta */
|
2116
|
+
updateFileUploadProgress: (id: string, progress: number) => void;
|
2117
|
+
/** @beta */
|
2118
|
+
updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
|
2119
|
+
/** @beta */
|
2120
|
+
updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
|
2121
|
+
/**
|
2122
|
+
* Puts the Call in a Localhold.
|
2123
|
+
*
|
2124
|
+
* @beta
|
2125
|
+
*/
|
2126
|
+
holdCall: () => Promise<void>;
|
2127
|
+
/**
|
2128
|
+
* Resumes the call from a LocalHold state.
|
2129
|
+
*
|
2130
|
+
* @beta
|
2131
|
+
*/
|
2132
|
+
resumeCall: () => Promise<void>;
|
2133
|
+
/**
|
2134
|
+
* Adds a new Participant to the call.
|
2135
|
+
*
|
2136
|
+
* @beta
|
2137
|
+
*/
|
2138
|
+
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
2139
|
+
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
2140
|
+
/**
|
2141
|
+
* send dtmf tone to another participant in the call in 1:1 calls
|
2142
|
+
*
|
2143
|
+
* @beta
|
2144
|
+
*/
|
2145
|
+
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
1644
2146
|
}
|
1645
2147
|
|
1646
2148
|
/**
|
@@ -1711,6 +2213,14 @@ export declare interface CallWithChatAdapterUiState {
|
|
1711
2213
|
* @public
|
1712
2214
|
*/
|
1713
2215
|
page: CallCompositePage;
|
2216
|
+
/**
|
2217
|
+
* Files being uploaded by a user in the current thread.
|
2218
|
+
* Should be set to null once the upload is complete.
|
2219
|
+
* Array of type {@link FileUploadsUiState}
|
2220
|
+
*
|
2221
|
+
* @beta
|
2222
|
+
*/
|
2223
|
+
fileUploads?: FileUploadsUiState;
|
1714
2224
|
}
|
1715
2225
|
|
1716
2226
|
/**
|
@@ -1735,6 +2245,8 @@ export declare interface CallWithChatClientState {
|
|
1735
2245
|
devices: DeviceManagerState;
|
1736
2246
|
/** State of whether the active call is a Teams interop call */
|
1737
2247
|
isTeamsCall: boolean;
|
2248
|
+
/** alternateCallerId for PSTN call */
|
2249
|
+
alternateCallerId?: string | undefined;
|
1738
2250
|
}
|
1739
2251
|
|
1740
2252
|
/**
|
@@ -1801,6 +2313,9 @@ export declare type CallWithChatCompositeIcons = {
|
|
1801
2313
|
ParticipantItemScreenShareStart?: JSX.Element;
|
1802
2314
|
VideoTileMicOff?: JSX.Element;
|
1803
2315
|
LocalCameraSwitch?: JSX.Element;
|
2316
|
+
PeoplePaneAddPerson?: JSX.Element;
|
2317
|
+
PeoplePaneOpenDialpad?: JSX.Element;
|
2318
|
+
DialpadStartCall?: JSX.Element;
|
1804
2319
|
EditBoxCancel?: JSX.Element;
|
1805
2320
|
EditBoxSubmit?: JSX.Element;
|
1806
2321
|
MessageDelivered?: JSX.Element;
|
@@ -1827,6 +2342,53 @@ export declare type CallWithChatCompositeOptions = {
|
|
1827
2342
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
1828
2343
|
*/
|
1829
2344
|
callControls?: boolean | CallWithChatControlOptions;
|
2345
|
+
/**
|
2346
|
+
* Properties for configuring the File Sharing feature.
|
2347
|
+
* If undefined, file sharing feature will be disabled.
|
2348
|
+
* @beta
|
2349
|
+
*/
|
2350
|
+
fileSharing?: FileSharingOptions;
|
2351
|
+
/**
|
2352
|
+
* Device permission restrictions for your call.
|
2353
|
+
* Require device permissions to be set or have them as optional or not required to start a call
|
2354
|
+
*/
|
2355
|
+
devicePermissions?: DevicePermissionRestrictions;
|
2356
|
+
/**
|
2357
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
2358
|
+
* unable to grant your site the required permissions for the call.
|
2359
|
+
*
|
2360
|
+
* @example
|
2361
|
+
* ```ts
|
2362
|
+
* onPermissionsTroubleshootingClick: () =>
|
2363
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
2364
|
+
* ```
|
2365
|
+
*
|
2366
|
+
* @remarks
|
2367
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
2368
|
+
*/
|
2369
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
2370
|
+
camera: PermissionState;
|
2371
|
+
microphone: PermissionState;
|
2372
|
+
}) => void;
|
2373
|
+
/**
|
2374
|
+
* Optional callback to supply users with further troubleshooting steps for network issues
|
2375
|
+
* experienced when connecting to a call.
|
2376
|
+
*
|
2377
|
+
* @example
|
2378
|
+
* ```ts
|
2379
|
+
* onNetworkingTroubleShootingClick?: () =>
|
2380
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
2381
|
+
* ```
|
2382
|
+
*
|
2383
|
+
* @remarks
|
2384
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
2385
|
+
*/
|
2386
|
+
onNetworkingTroubleShootingClick?: () => void;
|
2387
|
+
/**
|
2388
|
+
* Opt in call readiness feature for your call
|
2389
|
+
* setting this to True will add call readiness feature in call experience
|
2390
|
+
*/
|
2391
|
+
callReadinessOptedIn?: boolean;
|
1830
2392
|
};
|
1831
2393
|
|
1832
2394
|
/**
|
@@ -1952,6 +2514,10 @@ export declare interface CallWithChatCompositeStrings {
|
|
1952
2514
|
* Label for button to copy invite link
|
1953
2515
|
*/
|
1954
2516
|
copyInviteLinkButtonLabel: string;
|
2517
|
+
/**
|
2518
|
+
* Label for button to open dialpad
|
2519
|
+
*/
|
2520
|
+
openDialpadButtonLabel: string;
|
1955
2521
|
/**
|
1956
2522
|
* Label for SidePaneHeader dismiss button
|
1957
2523
|
*/
|
@@ -1964,6 +2530,34 @@ export declare interface CallWithChatCompositeStrings {
|
|
1964
2530
|
* Aria label string for return to call back button
|
1965
2531
|
*/
|
1966
2532
|
returnToCallButtonAriaLabel?: string;
|
2533
|
+
/**
|
2534
|
+
* Label for add people dropdown
|
2535
|
+
*/
|
2536
|
+
peoplePaneAddPeopleButtonLabel: string;
|
2537
|
+
/**
|
2538
|
+
* Label for button to start a call
|
2539
|
+
*/
|
2540
|
+
dialpadStartCallButtonLabel: string;
|
2541
|
+
/**
|
2542
|
+
* Title for dialpad Modal
|
2543
|
+
*/
|
2544
|
+
dialpadModalTitle: string;
|
2545
|
+
/**
|
2546
|
+
* Aria Label for dialpad Modal
|
2547
|
+
*/
|
2548
|
+
dialpadModalAriaLabel: string;
|
2549
|
+
/**
|
2550
|
+
* Aria Label for dialpad Modal close button
|
2551
|
+
*/
|
2552
|
+
dialpadCloseModalButtonAriaLabel: string;
|
2553
|
+
/**
|
2554
|
+
* Placeholder text for dtmf dialpad
|
2555
|
+
*/
|
2556
|
+
dtmfDialpadPlaceholderText: string;
|
2557
|
+
/**
|
2558
|
+
* Label for the button to open dtmf dialpad
|
2559
|
+
*/
|
2560
|
+
openDtmfDialpadLabel: string;
|
1967
2561
|
/**
|
1968
2562
|
* aria label for when the invite link has been actioned
|
1969
2563
|
*/
|
@@ -1990,12 +2584,16 @@ export declare interface CallWithChatControlOptions {
|
|
1990
2584
|
* Show or Hide Microphone button during a call.
|
1991
2585
|
* @defaultValue true
|
1992
2586
|
*/
|
1993
|
-
microphoneButton?: boolean
|
2587
|
+
microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
2588
|
+
disabled: boolean;
|
2589
|
+
};
|
1994
2590
|
/**
|
1995
2591
|
* Show or Hide Camera Button during a call
|
1996
2592
|
* @defaultValue true
|
1997
2593
|
*/
|
1998
|
-
cameraButton?: boolean
|
2594
|
+
cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
2595
|
+
disabled: boolean;
|
2596
|
+
};
|
1999
2597
|
/**
|
2000
2598
|
* Show, Hide or Disable the screen share button during a call.
|
2001
2599
|
* @defaultValue true
|
@@ -2012,12 +2610,32 @@ export declare interface CallWithChatControlOptions {
|
|
2012
2610
|
* Show or hide the chat button in the call-with-chat composite control bar.
|
2013
2611
|
* @defaultValue true
|
2014
2612
|
*/
|
2015
|
-
chatButton?: boolean
|
2613
|
+
chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
2614
|
+
disabled: boolean;
|
2615
|
+
};
|
2016
2616
|
/**
|
2017
2617
|
* Show or hide the people button in the call-with-chat composite control bar.
|
2018
2618
|
* @defaultValue true
|
2019
2619
|
*/
|
2020
|
-
peopleButton?: boolean
|
2620
|
+
peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
2621
|
+
disabled: boolean;
|
2622
|
+
};
|
2623
|
+
/**
|
2624
|
+
* Inject custom buttons in the call controls.
|
2625
|
+
*
|
2626
|
+
* @beta
|
2627
|
+
*/
|
2628
|
+
onFetchCustomButtonProps?: CustomCallWithChatControlButtonCallback[];
|
2629
|
+
/**
|
2630
|
+
* Show or hide the more button in the call-with-chat control bar.
|
2631
|
+
*/
|
2632
|
+
moreButton?: boolean;
|
2633
|
+
/**
|
2634
|
+
* Show or hide the hold button in the bottom sheet drawer
|
2635
|
+
*/
|
2636
|
+
holdButton?: boolean | {
|
2637
|
+
disabled: boolean;
|
2638
|
+
};
|
2021
2639
|
}
|
2022
2640
|
|
2023
2641
|
/**
|
@@ -2168,7 +2786,7 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
2168
2786
|
*
|
2169
2787
|
* @public
|
2170
2788
|
*/
|
2171
|
-
export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers;
|
2789
|
+
export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers & FileUploadAdapter;
|
2172
2790
|
|
2173
2791
|
/**
|
2174
2792
|
* {@link ChatAdapter} state.
|
@@ -2276,7 +2894,9 @@ export declare interface ChatAdapterThreadManagement {
|
|
2276
2894
|
/**
|
2277
2895
|
* Update a message content.
|
2278
2896
|
*/
|
2279
|
-
updateMessage(messageId: string, content: string, metadata?: Record<string, string
|
2897
|
+
updateMessage(messageId: string, content: string, metadata?: Record<string, string>, options?: {
|
2898
|
+
attachedFilesMetadata?: FileMetadata[];
|
2899
|
+
}): Promise<void>;
|
2280
2900
|
/**
|
2281
2901
|
* Delete a message in the thread.
|
2282
2902
|
*/
|
@@ -2298,6 +2918,13 @@ export declare interface ChatAdapterThreadManagement {
|
|
2298
2918
|
*/
|
2299
2919
|
export declare type ChatAdapterUiState = {
|
2300
2920
|
error?: Error;
|
2921
|
+
/**
|
2922
|
+
* Files being uploaded by a user in the current thread.
|
2923
|
+
* Should be set to null once the upload is complete.
|
2924
|
+
* Array of type {@link FileUploadsUiState}
|
2925
|
+
* @beta
|
2926
|
+
*/
|
2927
|
+
fileUploads?: FileUploadsUiState;
|
2301
2928
|
};
|
2302
2929
|
|
2303
2930
|
/**
|
@@ -2400,6 +3027,7 @@ export declare type ChatCompositeIcons = {
|
|
2400
3027
|
ParticipantItemOptionsHovered?: JSX.Element;
|
2401
3028
|
SendBoxSend?: JSX.Element;
|
2402
3029
|
SendBoxSendHovered?: JSX.Element;
|
3030
|
+
SendBoxAttachFile?: JSX.Element;
|
2403
3031
|
};
|
2404
3032
|
|
2405
3033
|
/**
|
@@ -2414,6 +3042,13 @@ export declare type ChatCompositeOptions = {
|
|
2414
3042
|
* @defaultValue true
|
2415
3043
|
*/
|
2416
3044
|
errorBar?: boolean;
|
3045
|
+
/**
|
3046
|
+
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
3047
|
+
* @defaultValue false
|
3048
|
+
*
|
3049
|
+
* @beta
|
3050
|
+
*/
|
3051
|
+
participantPane?: boolean;
|
2417
3052
|
/**
|
2418
3053
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
2419
3054
|
* @defaultValue true
|
@@ -2424,6 +3059,12 @@ export declare type ChatCompositeOptions = {
|
|
2424
3059
|
* When undefined nothing has focus on render
|
2425
3060
|
*/
|
2426
3061
|
autoFocus?: 'sendBoxTextField';
|
3062
|
+
/**
|
3063
|
+
* Properties for configuring the File Sharing feature.
|
3064
|
+
* If undefined, file sharing feature will be disabled.
|
3065
|
+
* @beta
|
3066
|
+
*/
|
3067
|
+
fileSharing?: FileSharingOptions;
|
2427
3068
|
};
|
2428
3069
|
|
2429
3070
|
/**
|
@@ -2451,6 +3092,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
2451
3092
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
2452
3093
|
*/
|
2453
3094
|
options?: ChatCompositeOptions;
|
3095
|
+
/**
|
3096
|
+
* Optimizes the composite form factor for either desktop or mobile.
|
3097
|
+
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
3098
|
+
* @defaultValue 'desktop'
|
3099
|
+
*/
|
3100
|
+
formFactor?: 'desktop' | 'mobile';
|
2454
3101
|
}
|
2455
3102
|
|
2456
3103
|
/**
|
@@ -2465,6 +3112,10 @@ export declare interface ChatCompositeStrings {
|
|
2465
3112
|
* Chat list header text
|
2466
3113
|
*/
|
2467
3114
|
chatListHeader: string;
|
3115
|
+
/**
|
3116
|
+
* Upload File Button text
|
3117
|
+
*/
|
3118
|
+
uploadFile: string;
|
2468
3119
|
}
|
2469
3120
|
|
2470
3121
|
/**
|
@@ -2530,7 +3181,9 @@ export declare type ChatHandlers = {
|
|
2530
3181
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
2531
3182
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
2532
3183
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
2533
|
-
onUpdateMessage: (messageId: string, content: string
|
3184
|
+
onUpdateMessage: (messageId: string, content: string, metadata?: Record<string, string>, options?: {
|
3185
|
+
attachedFilesMetadata?: FileMetadata[];
|
3186
|
+
}) => Promise<void>;
|
2534
3187
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
2535
3188
|
};
|
2536
3189
|
|
@@ -2556,6 +3209,12 @@ export declare interface ChatMessage extends MessageCommon {
|
|
2556
3209
|
* {@link @azure/communication-chat#ChatMessage.metadata}
|
2557
3210
|
*/
|
2558
3211
|
metadata?: Record<string, string>;
|
3212
|
+
/**
|
3213
|
+
* @beta
|
3214
|
+
* A list of files attached to the message.
|
3215
|
+
* {@link FileMetadata}
|
3216
|
+
*/
|
3217
|
+
attachedFilesMetadata?: FileMetadata[];
|
2559
3218
|
}
|
2560
3219
|
|
2561
3220
|
/**
|
@@ -2816,6 +3475,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
2816
3475
|
export declare interface ComponentLocale {
|
2817
3476
|
/** Strings for components */
|
2818
3477
|
strings: ComponentStrings;
|
3478
|
+
/**
|
3479
|
+
* Optional function to provide customized date format.
|
3480
|
+
* @beta
|
3481
|
+
*/
|
3482
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
2819
3483
|
}
|
2820
3484
|
|
2821
3485
|
/**
|
@@ -2857,6 +3521,20 @@ export declare interface ComponentStrings {
|
|
2857
3521
|
errorBar: ErrorBarStrings;
|
2858
3522
|
/** Strings for VideoGallery */
|
2859
3523
|
videoGallery: VideoGalleryStrings;
|
3524
|
+
/** Strings for Dialpad */
|
3525
|
+
dialpad: DialpadStrings;
|
3526
|
+
/** Strings for VideoTile */
|
3527
|
+
videoTile: VideoTileStrings;
|
3528
|
+
/** Strings for HoldButton */
|
3529
|
+
holdButton: HoldButtonStrings;
|
3530
|
+
/** Strings for DomainPermissions */
|
3531
|
+
DomainPermissions: DomainPermissionsStrings;
|
3532
|
+
/** Strings for unsupported browser UI */
|
3533
|
+
UnsupportedBrowser: UnsupportedBrowserStrings;
|
3534
|
+
/** Strings for BrowserPemissionDenied */
|
3535
|
+
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
3536
|
+
/** Strings for BrowserPemissionDeniedIOS */
|
3537
|
+
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
2860
3538
|
}
|
2861
3539
|
|
2862
3540
|
/**
|
@@ -3164,7 +3842,7 @@ export declare interface ControlBarProps {
|
|
3164
3842
|
*
|
3165
3843
|
* @public
|
3166
3844
|
*/
|
3167
|
-
export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
|
3845
|
+
export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, alternateCallerId }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
|
3168
3846
|
|
3169
3847
|
/**
|
3170
3848
|
* Create a {@link CallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -3182,7 +3860,7 @@ export declare const createAzureCommunicationCallAdapterFromClient: (callClient:
|
|
3182
3860
|
*
|
3183
3861
|
* @public
|
3184
3862
|
*/
|
3185
|
-
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
3863
|
+
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
3186
3864
|
|
3187
3865
|
/**
|
3188
3866
|
* Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
|
@@ -3310,8 +3988,159 @@ export declare type CustomAvatarOptions = {
|
|
3310
3988
|
styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
|
3311
3989
|
/** Display name to be used in Persona */
|
3312
3990
|
text?: string;
|
3991
|
+
/** State for the participant to be displayed in the defaultPlaceHolder */
|
3992
|
+
participantState?: ParticipantState;
|
3313
3993
|
};
|
3314
3994
|
|
3995
|
+
/**
|
3996
|
+
* A callback that returns the props to render a custom {@link ControlBarButton}.
|
3997
|
+
*
|
3998
|
+
* The response indicates where the custom button should be placed.
|
3999
|
+
*
|
4000
|
+
* Performance tip: This callback is only called when either the callback or its arguments change.
|
4001
|
+
*
|
4002
|
+
* @beta
|
4003
|
+
*/
|
4004
|
+
export declare type CustomCallControlButtonCallback = (args: CustomCallControlButtonCallbackArgs) => CustomCallControlButtonProps;
|
4005
|
+
|
4006
|
+
/**
|
4007
|
+
* Arguments for {@link CustomCallControlButtonCallback}.
|
4008
|
+
*
|
4009
|
+
* @beta
|
4010
|
+
*/
|
4011
|
+
export declare interface CustomCallControlButtonCallbackArgs {
|
4012
|
+
/**
|
4013
|
+
* Buttons should reduce the size to fit a smaller viewport when `displayType` is `'compact'`.
|
4014
|
+
*
|
4015
|
+
* @defaultValue `'default'`
|
4016
|
+
*/
|
4017
|
+
displayType?: CallControlDisplayType;
|
4018
|
+
}
|
4019
|
+
|
4020
|
+
/**
|
4021
|
+
* Placement for a custom button injected in the {@link CallControls}.
|
4022
|
+
*
|
4023
|
+
* 'primary': Place the button(s) on the right end of the center control bar but before the EndCallButton (left end in rtl mode).
|
4024
|
+
*
|
4025
|
+
* Multiple buttons assigned the same placement are appended in order.
|
4026
|
+
* E.g., if two buttons are placed in 'primary', they'll both appear on the right end (left end in rtl mode)
|
4027
|
+
* before the EndCallButton in the order provided.
|
4028
|
+
*
|
4029
|
+
* @beta
|
4030
|
+
*/
|
4031
|
+
export declare type CustomCallControlButtonPlacement = 'primary';
|
4032
|
+
|
4033
|
+
/**
|
4034
|
+
* Response from {@link CustomCallControlButtonCallback}.
|
4035
|
+
*
|
4036
|
+
* Includes the placement prop necessary to indicate where to place the
|
4037
|
+
* {@link ControlBarButton} and a {@link DrawerMenuItem}
|
4038
|
+
*
|
4039
|
+
* @beta
|
4040
|
+
*/
|
4041
|
+
export declare interface CustomCallControlButtonProps extends CustomControlButtonProps {
|
4042
|
+
/**
|
4043
|
+
* Where to place the custom button relative to other buttons.
|
4044
|
+
*/
|
4045
|
+
placement: CustomCallControlButtonPlacement;
|
4046
|
+
/**
|
4047
|
+
* Icon to render. Icon is a non-default icon name that needs to be registered as a
|
4048
|
+
* custom icon using registerIcons through fluentui. Examples include icons from the fluentui library
|
4049
|
+
*/
|
4050
|
+
iconName?: string;
|
4051
|
+
}
|
4052
|
+
|
4053
|
+
/**
|
4054
|
+
* A callback that returns the props to render a custom {@link ControlBarButton} and {@link DrawerMenuItem}.
|
4055
|
+
*
|
4056
|
+
* The response indicates where the custom button should be placed.
|
4057
|
+
*
|
4058
|
+
* Performance tip: This callback is only called when either the callback or its arguments change.
|
4059
|
+
* @beta
|
4060
|
+
*/
|
4061
|
+
export declare type CustomCallWithChatControlButtonCallback = (args: CustomCallControlButtonCallbackArgs) => CustomCallWithChatControlButtonProps;
|
4062
|
+
|
4063
|
+
/**
|
4064
|
+
* Placement for a custom button injected in the {@link CallWithChatControlBar}.
|
4065
|
+
*
|
4066
|
+
* 'primary': Place the button(s) on the right end of the center control bar but before the EndCallButton (left end in rtl mode).
|
4067
|
+
* 'overflow': Place the buttons(s) on the end of the overflow Menu.
|
4068
|
+
* 'secondary': Place the button(s) on the left end of the side control bar (right in rtl mode).
|
4069
|
+
*
|
4070
|
+
* Multiple buttons assigned the same placement are appended in order.
|
4071
|
+
* E.g., if two buttons are placed in 'secondary', they'll both appear on the left end (right end in rtl mode)
|
4072
|
+
* in the order provided.
|
4073
|
+
*
|
4074
|
+
* @beta
|
4075
|
+
*/
|
4076
|
+
export declare type CustomCallWithChatControlButtonPlacement = 'primary' | 'overflow' | 'secondary';
|
4077
|
+
|
4078
|
+
/**
|
4079
|
+
* Response from {@link CustomCallWithChatControlButtonCallback}.
|
4080
|
+
*
|
4081
|
+
* Includes the icon and placement prop necessary to indicate where to place the
|
4082
|
+
* {@link ControlBarButton} and a {@link DrawerMenuItem}
|
4083
|
+
*
|
4084
|
+
* @beta
|
4085
|
+
*/
|
4086
|
+
export declare interface CustomCallWithChatControlButtonProps extends CustomControlButtonProps {
|
4087
|
+
/**
|
4088
|
+
* Where to place the custom button relative to other buttons.
|
4089
|
+
*/
|
4090
|
+
placement: CustomCallWithChatControlButtonPlacement;
|
4091
|
+
/**
|
4092
|
+
* Icon to render. Icon is a non-default icon name that needs to be registered as a
|
4093
|
+
* custom icon using registerIcons through fluentui. Examples include icons from the fluentui library
|
4094
|
+
*/
|
4095
|
+
iconName?: string;
|
4096
|
+
}
|
4097
|
+
|
4098
|
+
/**
|
4099
|
+
* Includes the base props necessary to render a {@link ControlBarButton} or {@link DrawerMenuItem}.
|
4100
|
+
*
|
4101
|
+
* @beta
|
4102
|
+
*/
|
4103
|
+
export declare interface CustomControlButtonProps {
|
4104
|
+
/**
|
4105
|
+
* Calback for when button is clicked
|
4106
|
+
*/
|
4107
|
+
onItemClick?: () => void;
|
4108
|
+
/**
|
4109
|
+
* Whether the buttons is disabled
|
4110
|
+
*/
|
4111
|
+
disabled?: boolean;
|
4112
|
+
/**
|
4113
|
+
* Whether the label is displayed or not.
|
4114
|
+
*
|
4115
|
+
* @defaultValue `false`
|
4116
|
+
*/
|
4117
|
+
showLabel?: boolean;
|
4118
|
+
/**
|
4119
|
+
* Fluent styles, common to all {@link ControlBarButton}s or {@link DrawerMenuItem}s.
|
4120
|
+
*/
|
4121
|
+
styles?: ControlBarButtonStyles | BaseCustomStyles;
|
4122
|
+
/**
|
4123
|
+
* Optional label for the button
|
4124
|
+
*/
|
4125
|
+
text?: string;
|
4126
|
+
/**
|
4127
|
+
* A unique key for the button
|
4128
|
+
*/
|
4129
|
+
key?: string | number;
|
4130
|
+
/**
|
4131
|
+
* The aria label of the button for the benefit of screen readers.
|
4132
|
+
*/
|
4133
|
+
ariaLabel?: string;
|
4134
|
+
/**
|
4135
|
+
* Detailed description of the button for the benefit of screen readers.
|
4136
|
+
*/
|
4137
|
+
ariaDescription?: string;
|
4138
|
+
/**
|
4139
|
+
* A unique id set for the standard HTML id attibute
|
4140
|
+
*/
|
4141
|
+
id?: string;
|
4142
|
+
}
|
4143
|
+
|
3315
4144
|
/**
|
3316
4145
|
* A custom message type.
|
3317
4146
|
*
|
@@ -3331,6 +4160,28 @@ export declare interface CustomMessage extends MessageCommon {
|
|
3331
4160
|
*/
|
3332
4161
|
export declare const darkTheme: PartialTheme & CallingTheme;
|
3333
4162
|
|
4163
|
+
/**
|
4164
|
+
* @public
|
4165
|
+
* `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
|
4166
|
+
*/
|
4167
|
+
export declare type DeclarativeCallAgent = CallAgent & /* @conditional-compile-remove(one-to-n-calling) */ {
|
4168
|
+
/**
|
4169
|
+
* @beta
|
4170
|
+
* A readonly array that returns all the active `incomingCalls`.
|
4171
|
+
* An active incoming call is a call that has not been answered, declined or disconnected.
|
4172
|
+
*
|
4173
|
+
* @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
|
4174
|
+
* @returns readonly array of {@link DeclarativeIncomingCall}
|
4175
|
+
*/
|
4176
|
+
incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
|
4177
|
+
};
|
4178
|
+
|
4179
|
+
/**
|
4180
|
+
* @beta
|
4181
|
+
* Proxies the {@link @azure/communication-calling#IncomingCall} interface.
|
4182
|
+
*/
|
4183
|
+
export declare type DeclarativeIncomingCall = IncomingCall;
|
4184
|
+
|
3334
4185
|
/**
|
3335
4186
|
* The default set of icons that are available to use in the UI components.
|
3336
4187
|
*
|
@@ -3347,8 +4198,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
3347
4198
|
ControlButtonMicOn: JSX.Element;
|
3348
4199
|
ControlButtonOptions: JSX.Element;
|
3349
4200
|
ControlButtonParticipants: JSX.Element;
|
4201
|
+
ControlButtonParticipantsContextualMenuItem: JSX.Element;
|
3350
4202
|
ControlButtonScreenShareStart: JSX.Element;
|
3351
4203
|
ControlButtonScreenShareStop: JSX.Element;
|
4204
|
+
CancelFileUpload: JSX.Element;
|
4205
|
+
DownloadFile: JSX.Element;
|
3352
4206
|
EditBoxCancel: JSX.Element;
|
3353
4207
|
EditBoxSubmit: JSX.Element;
|
3354
4208
|
ErrorBarCallCameraAccessDenied: JSX.Element;
|
@@ -3381,9 +4235,18 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
3381
4235
|
ParticipantItemOptions: JSX.Element;
|
3382
4236
|
ParticipantItemOptionsHovered: JSX.Element;
|
3383
4237
|
ParticipantItemScreenShareStart: JSX.Element;
|
4238
|
+
HoldCallContextualMenuItem: JSX.Element;
|
4239
|
+
HoldCallButton: JSX.Element;
|
4240
|
+
ResumeCall: JSX.Element;
|
3384
4241
|
SendBoxSend: JSX.Element;
|
3385
4242
|
SendBoxSendHovered: JSX.Element;
|
3386
4243
|
VideoTileMicOff: JSX.Element;
|
4244
|
+
BackSpace: JSX.Element;
|
4245
|
+
DomainPermissionsSparkle: JSX.Element;
|
4246
|
+
DomainPermissionCamera: JSX.Element;
|
4247
|
+
DomainPermissionMic: JSX.Element;
|
4248
|
+
UnsupportedBrowserWarning: JSX.Element;
|
4249
|
+
BrowserPermissionDeniedError: JSX.Element;
|
3387
4250
|
};
|
3388
4251
|
|
3389
4252
|
/**
|
@@ -3404,6 +4267,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
3404
4267
|
ParticipantItemOptionsHovered: JSX.Element;
|
3405
4268
|
SendBoxSend: JSX.Element;
|
3406
4269
|
SendBoxSendHovered: JSX.Element;
|
4270
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
3407
4271
|
ControlButtonCameraOff: JSX.Element;
|
3408
4272
|
ControlButtonCameraOn: JSX.Element;
|
3409
4273
|
ControlButtonEndCall: JSX.Element;
|
@@ -3446,6 +4310,10 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
3446
4310
|
ParticipantItemScreenShareStart: JSX.Element;
|
3447
4311
|
VideoTileMicOff: JSX.Element;
|
3448
4312
|
LocalCameraSwitch?: JSX.Element | undefined;
|
4313
|
+
PeoplePaneAddPerson?: JSX.Element | undefined;
|
4314
|
+
PeoplePaneOpenDialpad?: JSX.Element | undefined;
|
4315
|
+
DialpadStartCall?: JSX.Element | undefined;
|
4316
|
+
NoticePageInvalidRoom?: JSX.Element | undefined;
|
3449
4317
|
ChevronLeft?: JSX.Element | undefined;
|
3450
4318
|
ControlBarChatButtonActive?: JSX.Element | undefined;
|
3451
4319
|
ControlBarChatButtonInactive?: JSX.Element | undefined;
|
@@ -3456,11 +4324,22 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
3456
4324
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
3457
4325
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
3458
4326
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
3459
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
3460
4327
|
ChatMessageOptions: JSX.Element;
|
4328
|
+
ControlButtonParticipantsContextualMenuItem: JSX.Element;
|
4329
|
+
CancelFileUpload: JSX.Element;
|
4330
|
+
DownloadFile: JSX.Element;
|
3461
4331
|
ErrorBarCallVideoRecoveredBySystem: JSX.Element;
|
3462
4332
|
ErrorBarCallVideoStoppedBySystem: JSX.Element;
|
3463
4333
|
MessageResend: JSX.Element;
|
4334
|
+
HoldCallContextualMenuItem: JSX.Element;
|
4335
|
+
HoldCallButton: JSX.Element;
|
4336
|
+
ResumeCall: JSX.Element;
|
4337
|
+
BackSpace: JSX.Element;
|
4338
|
+
DomainPermissionsSparkle: JSX.Element;
|
4339
|
+
DomainPermissionCamera: JSX.Element;
|
4340
|
+
DomainPermissionMic: JSX.Element;
|
4341
|
+
UnsupportedBrowserWarning: JSX.Element;
|
4342
|
+
BrowserPermissionDeniedError: JSX.Element;
|
3464
4343
|
};
|
3465
4344
|
|
3466
4345
|
/**
|
@@ -3509,14 +4388,99 @@ export declare type DeviceManagerState = {
|
|
3509
4388
|
*/
|
3510
4389
|
deviceAccess?: DeviceAccess;
|
3511
4390
|
/**
|
3512
|
-
* Stores created views that are not associated with any CallState (when {@link StatefulCallClient.createView} is
|
3513
|
-
* called with undefined callId, undefined participantId, and defined LocalVideoStream).
|
3514
|
-
*
|
3515
|
-
* The values in this array are generated internally when {@link StatefulCallClient.createView} is called and are
|
3516
|
-
* considered immutable.
|
4391
|
+
* Stores created views that are not associated with any CallState (when {@link StatefulCallClient.createView} is
|
4392
|
+
* called with undefined callId, undefined participantId, and defined LocalVideoStream).
|
4393
|
+
*
|
4394
|
+
* The values in this array are generated internally when {@link StatefulCallClient.createView} is called and are
|
4395
|
+
* considered immutable.
|
4396
|
+
*/
|
4397
|
+
unparentedViews: LocalVideoStreamState[];
|
4398
|
+
};
|
4399
|
+
|
4400
|
+
/**
|
4401
|
+
* A dropdown to trigger device permission prompt
|
4402
|
+
*
|
4403
|
+
* @internal
|
4404
|
+
*/
|
4405
|
+
export declare const _DevicePermissionDropdown: (props: _DevicePermissionDropdownProps) => JSX.Element;
|
4406
|
+
|
4407
|
+
/**
|
4408
|
+
* Props for {@link _DevicePermissionDropdown}.
|
4409
|
+
*
|
4410
|
+
* @internal
|
4411
|
+
*/
|
4412
|
+
export declare interface _DevicePermissionDropdownProps {
|
4413
|
+
/**
|
4414
|
+
* icon shown in dropdown placeholder
|
4415
|
+
*/
|
4416
|
+
icon?: JSX.Element;
|
4417
|
+
/**
|
4418
|
+
* Dropdown content
|
4419
|
+
*/
|
4420
|
+
options?: IDropdownOption[];
|
4421
|
+
/**
|
4422
|
+
* Ask for permissions of devices.
|
4423
|
+
*
|
4424
|
+
* @remarks
|
4425
|
+
* Browser permission window will pop up if permissions are not granted yet
|
4426
|
+
*
|
4427
|
+
* @param constrain - Define constraints for accessing local devices {@link @azure/communication-calling#PermissionConstraints }
|
4428
|
+
*/
|
4429
|
+
askDevicePermission?(constrain: _PermissionConstraints): Promise<void>;
|
4430
|
+
/**
|
4431
|
+
* Define constraints for accessing local devices {@link @azure/communication-calling#PermissionConstraints }
|
4432
|
+
*/
|
4433
|
+
constrain?: _PermissionConstraints;
|
4434
|
+
/**
|
4435
|
+
* Strings for devicepermissiondropdown
|
4436
|
+
*/
|
4437
|
+
strings?: _DevicePermissionDropdownStrings;
|
4438
|
+
/**
|
4439
|
+
* Styles for devicepermissiondropdown
|
4440
|
+
*/
|
4441
|
+
styles?: Partial<IDropdownStyles>;
|
4442
|
+
}
|
4443
|
+
|
4444
|
+
/**
|
4445
|
+
* Strings of {@link DevicePermissionDropdown} that can be overridden.
|
4446
|
+
*
|
4447
|
+
* @internal
|
4448
|
+
*/
|
4449
|
+
export declare interface _DevicePermissionDropdownStrings {
|
4450
|
+
/**
|
4451
|
+
* dropdown label
|
4452
|
+
*/
|
4453
|
+
label?: string;
|
4454
|
+
/**
|
4455
|
+
* dropdown placeholder
|
4456
|
+
*/
|
4457
|
+
placeHolderText: string;
|
4458
|
+
/** string for action button */
|
4459
|
+
actionButtonContent?: string;
|
4460
|
+
}
|
4461
|
+
|
4462
|
+
/**
|
4463
|
+
* Device Permission restrictions.
|
4464
|
+
* Be able to start a call depending on camera and microphone permission options.
|
4465
|
+
*
|
4466
|
+
* @beta
|
4467
|
+
*/
|
4468
|
+
export declare interface DevicePermissionRestrictions {
|
4469
|
+
/**
|
4470
|
+
* Camera Permission prompts for your call.
|
4471
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
4472
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
4473
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
4474
|
+
*/
|
4475
|
+
camera: 'required' | 'optional' | 'doNotPrompt';
|
4476
|
+
/**
|
4477
|
+
* Microphone permission prompts for your call.
|
4478
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
4479
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
4480
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
3517
4481
|
*/
|
3518
|
-
|
3519
|
-
}
|
4482
|
+
microphone: 'required' | 'optional' | 'doNotPrompt';
|
4483
|
+
}
|
3520
4484
|
|
3521
4485
|
/**
|
3522
4486
|
* A button to open a menu that controls device options.
|
@@ -3681,6 +4645,60 @@ export declare interface DiagnosticsCallFeatureState {
|
|
3681
4645
|
media: MediaDiagnosticsState;
|
3682
4646
|
}
|
3683
4647
|
|
4648
|
+
/**
|
4649
|
+
* A component to allow users to enter phone number through clicking on dialpad/using keyboard
|
4650
|
+
* It will return empty component for stable builds
|
4651
|
+
*
|
4652
|
+
* @beta
|
4653
|
+
*/
|
4654
|
+
export declare const Dialpad: (props: DialpadProps) => JSX.Element;
|
4655
|
+
|
4656
|
+
/**
|
4657
|
+
* Props for {@link Dialpad} component.
|
4658
|
+
*
|
4659
|
+
* @beta
|
4660
|
+
*/
|
4661
|
+
export declare interface DialpadProps {
|
4662
|
+
strings?: DialpadStrings;
|
4663
|
+
/** function to send dtmf tones on button click */
|
4664
|
+
onSendDtmfTone?: (dtmfTone: DtmfTone) => Promise<void>;
|
4665
|
+
/** Callback for dialpad button behavior*/
|
4666
|
+
onClickDialpadButton?: (buttonValue: string, buttonIndex: number) => void;
|
4667
|
+
/** set dialpad textfield content */
|
4668
|
+
textFieldValue?: string;
|
4669
|
+
/** on change function for text field, provides an unformatted plain text*/
|
4670
|
+
onChange?: (input: string) => void;
|
4671
|
+
/** boolean input to determine when to show/hide delete button, default true */
|
4672
|
+
showDeleteButton?: boolean;
|
4673
|
+
/** boolean input to determine if dialpad is in mobile view, default false */
|
4674
|
+
isMobile?: boolean;
|
4675
|
+
styles?: DialpadStyles;
|
4676
|
+
}
|
4677
|
+
|
4678
|
+
/**
|
4679
|
+
* Strings of {@link Dialpad} that can be overridden.
|
4680
|
+
*
|
4681
|
+
* @beta
|
4682
|
+
*/
|
4683
|
+
export declare interface DialpadStrings {
|
4684
|
+
placeholderText: string;
|
4685
|
+
deleteButtonAriaLabel?: string;
|
4686
|
+
}
|
4687
|
+
|
4688
|
+
/**
|
4689
|
+
* Styles for {@link Dialpad} component.
|
4690
|
+
*
|
4691
|
+
* @beta
|
4692
|
+
*/
|
4693
|
+
export declare interface DialpadStyles {
|
4694
|
+
root?: IStyle;
|
4695
|
+
button?: IButtonStyles;
|
4696
|
+
textField?: Partial<ITextFieldStyles>;
|
4697
|
+
digit?: IStyle;
|
4698
|
+
letter?: IStyle;
|
4699
|
+
deleteIcon?: IButtonStyles;
|
4700
|
+
}
|
4701
|
+
|
3684
4702
|
/**
|
3685
4703
|
* Callback for {@link CallAdapterSubscribers} 'displayNameChanged' event.
|
3686
4704
|
*
|
@@ -3701,6 +4719,71 @@ export declare interface Disposable {
|
|
3701
4719
|
dispose(): void;
|
3702
4720
|
}
|
3703
4721
|
|
4722
|
+
/**
|
4723
|
+
* @beta
|
4724
|
+
*
|
4725
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4726
|
+
* by their browsers settings.
|
4727
|
+
*/
|
4728
|
+
export declare const DomainPermissions: (props: DomainPermissionsProps) => JSX.Element;
|
4729
|
+
|
4730
|
+
/**
|
4731
|
+
* @beta
|
4732
|
+
* Props for DomainPermissions component.
|
4733
|
+
*/
|
4734
|
+
export declare interface DomainPermissionsProps {
|
4735
|
+
/**
|
4736
|
+
* Name of application calling experience is in.
|
4737
|
+
*/
|
4738
|
+
appName: string;
|
4739
|
+
/**
|
4740
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
4741
|
+
*/
|
4742
|
+
onTroubleshootingClick?: () => void;
|
4743
|
+
/**
|
4744
|
+
* Action to be taken by the Allow Access button.
|
4745
|
+
*/
|
4746
|
+
onAllowAccessClick?: () => void;
|
4747
|
+
/**
|
4748
|
+
* Localization strings for DomainPermissions component.
|
4749
|
+
*/
|
4750
|
+
strings?: DomainPermissionsStrings;
|
4751
|
+
}
|
4752
|
+
|
4753
|
+
/**
|
4754
|
+
* @beta
|
4755
|
+
* Strings for DomainPermissions component
|
4756
|
+
*/
|
4757
|
+
export declare interface DomainPermissionsStrings {
|
4758
|
+
/**
|
4759
|
+
* Main text string.
|
4760
|
+
*/
|
4761
|
+
primaryText: string;
|
4762
|
+
/**
|
4763
|
+
* Subtext string.
|
4764
|
+
*/
|
4765
|
+
secondaryText: string;
|
4766
|
+
/**
|
4767
|
+
* More help link string.
|
4768
|
+
*/
|
4769
|
+
linkText: string;
|
4770
|
+
/**
|
4771
|
+
* Primary button text string.
|
4772
|
+
*/
|
4773
|
+
primaryButtonText: string;
|
4774
|
+
/**
|
4775
|
+
* Aira label describing the content of the container
|
4776
|
+
*/
|
4777
|
+
ariaLabel: string;
|
4778
|
+
}
|
4779
|
+
|
4780
|
+
/**
|
4781
|
+
* DTMF tone for PSTN calls.
|
4782
|
+
*
|
4783
|
+
* @beta
|
4784
|
+
*/
|
4785
|
+
export declare type DtmfTone = 'A' | 'B' | 'C' | 'D' | 'Flash' | 'Num0' | 'Num1' | 'Num2' | 'Num3' | 'Num4' | 'Num5' | 'Num6' | 'Num7' | 'Num8' | 'Num9' | 'Pound' | 'Star';
|
4786
|
+
|
3704
4787
|
/**
|
3705
4788
|
* A type for trivial selectors that return no data.
|
3706
4789
|
*
|
@@ -3923,6 +5006,199 @@ export declare interface ErrorBarStrings {
|
|
3923
5006
|
*/
|
3924
5007
|
export declare type ErrorType = keyof ErrorBarStrings;
|
3925
5008
|
|
5009
|
+
/**
|
5010
|
+
* @beta
|
5011
|
+
* A file download error returned via a {@link FileDownloadHandler}.
|
5012
|
+
* This error message is used to render an error message in the UI.
|
5013
|
+
*/
|
5014
|
+
export declare interface FileDownloadError {
|
5015
|
+
/** The error message to display in the UI */
|
5016
|
+
errorMessage: string;
|
5017
|
+
}
|
5018
|
+
|
5019
|
+
/**
|
5020
|
+
* @beta
|
5021
|
+
*
|
5022
|
+
* A callback function for handling file downloads.
|
5023
|
+
* The function needs to return a promise that resolves to a file download URL.
|
5024
|
+
* If the promise is rejected, the {@link Error.message} will be used to display an error message to the user.
|
5025
|
+
*
|
5026
|
+
* @example
|
5027
|
+
* ```ts
|
5028
|
+
* const fileDownloadHandler: FileDownloadHandler = async (userId, fileData) => {
|
5029
|
+
* if (isUnauthorizedUser(userId)) {
|
5030
|
+
* return { errorMessage: 'You don’t have permission to download this file.' };
|
5031
|
+
* } else {
|
5032
|
+
* return new URL(fileData.url);
|
5033
|
+
* }
|
5034
|
+
* }
|
5035
|
+
*
|
5036
|
+
* const App = () => (
|
5037
|
+
* <ChatComposite
|
5038
|
+
* ...
|
5039
|
+
* fileSharing={{
|
5040
|
+
* fileDownloadHandler: fileDownloadHandler
|
5041
|
+
* }}
|
5042
|
+
* />
|
5043
|
+
* )
|
5044
|
+
*
|
5045
|
+
* ```
|
5046
|
+
* @param userId - The user ID of the user downloading the file.
|
5047
|
+
* @param fileMetadata - The {@link FileMetadata} containing file `url`, `extension` and `name`.
|
5048
|
+
*/
|
5049
|
+
export declare type FileDownloadHandler = (userId: string, fileMetadata: FileMetadata) => Promise<URL | FileDownloadError>;
|
5050
|
+
|
5051
|
+
/**
|
5052
|
+
* Meta Data containing information about the uploaded file.
|
5053
|
+
* @beta
|
5054
|
+
*/
|
5055
|
+
export declare interface FileMetadata {
|
5056
|
+
/**
|
5057
|
+
* File name to be displayed.
|
5058
|
+
*/
|
5059
|
+
name: string;
|
5060
|
+
/**
|
5061
|
+
* Extension is used for rendering the file icon.
|
5062
|
+
* An unknown extension will be rendered as a generic icon.
|
5063
|
+
* Example: `jpeg`
|
5064
|
+
*/
|
5065
|
+
extension: string;
|
5066
|
+
/**
|
5067
|
+
* Download URL for the file.
|
5068
|
+
*/
|
5069
|
+
url: string;
|
5070
|
+
}
|
5071
|
+
|
5072
|
+
/**
|
5073
|
+
* Properties for configuring the File Sharing feature.
|
5074
|
+
* @beta
|
5075
|
+
*/
|
5076
|
+
export declare interface FileSharingOptions {
|
5077
|
+
/**
|
5078
|
+
* A string containing the comma separated list of accepted file types.
|
5079
|
+
* Similar to the `accept` attribute of the `<input type="file" />` element.
|
5080
|
+
* Accepts any type of file if not specified.
|
5081
|
+
* @beta
|
5082
|
+
*/
|
5083
|
+
accept?: string;
|
5084
|
+
/**
|
5085
|
+
* Allows multiple files to be selected if set to `true`.
|
5086
|
+
* Similar to the `multiple` attribute of the `<input type="file" />` element.
|
5087
|
+
* @defaultValue false
|
5088
|
+
* @beta
|
5089
|
+
*/
|
5090
|
+
multiple?: boolean;
|
5091
|
+
/**
|
5092
|
+
* A function of type {@link FileUploadHandler} for handling file uploads.
|
5093
|
+
* @beta
|
5094
|
+
*/
|
5095
|
+
uploadHandler: FileUploadHandler;
|
5096
|
+
/**
|
5097
|
+
* A function of type {@link FileDownloadHandler} for handling file downloads.
|
5098
|
+
* If the function is not specified, the file's `url` will be opened in a new tab to
|
5099
|
+
* initiate the download.
|
5100
|
+
*/
|
5101
|
+
downloadHandler?: FileDownloadHandler;
|
5102
|
+
}
|
5103
|
+
|
5104
|
+
/**
|
5105
|
+
* @beta
|
5106
|
+
*/
|
5107
|
+
export declare interface FileUploadAdapter {
|
5108
|
+
registerActiveFileUploads: (files: File[]) => FileUploadManager[];
|
5109
|
+
registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
|
5110
|
+
clearFileUploads: () => void;
|
5111
|
+
cancelFileUpload: (id: string) => void;
|
5112
|
+
updateFileUploadProgress: (id: string, progress: number) => void;
|
5113
|
+
updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
|
5114
|
+
updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
|
5115
|
+
}
|
5116
|
+
|
5117
|
+
/**
|
5118
|
+
* @beta
|
5119
|
+
* Error message to be displayed to the user if the upload fails.
|
5120
|
+
*/
|
5121
|
+
export declare type FileUploadError = {
|
5122
|
+
message: string;
|
5123
|
+
timestamp: number;
|
5124
|
+
};
|
5125
|
+
|
5126
|
+
/**
|
5127
|
+
* @beta
|
5128
|
+
* A callback function for handling file uploads.
|
5129
|
+
*
|
5130
|
+
* @param userId - The user ID of the user uploading the file.
|
5131
|
+
* @param fileUploads - The list of uploaded files. Each file is represented by an {@link FileUpload} object.
|
5132
|
+
*/
|
5133
|
+
export declare type FileUploadHandler = (userId: string, fileUploads: FileUploadManager[]) => void;
|
5134
|
+
|
5135
|
+
/**
|
5136
|
+
* A wrapper object for a file that is being uploaded.
|
5137
|
+
* Allows mmanaging file uploads by providing common functions for updating the
|
5138
|
+
* upload progress, canceling an upload, completing an upload etc.
|
5139
|
+
* @beta
|
5140
|
+
*/
|
5141
|
+
export declare interface FileUploadManager {
|
5142
|
+
/**
|
5143
|
+
* Unique identifier for the file upload.
|
5144
|
+
*/
|
5145
|
+
id: string;
|
5146
|
+
/**
|
5147
|
+
* HTML {@link File} object for the uploaded file.
|
5148
|
+
*/
|
5149
|
+
file?: File;
|
5150
|
+
/**
|
5151
|
+
* Update the progress of the upload.
|
5152
|
+
* @param value - number between 0 and 1
|
5153
|
+
*/
|
5154
|
+
notifyUploadProgressChanged: (value: number) => void;
|
5155
|
+
/**
|
5156
|
+
* Mark the upload as complete.
|
5157
|
+
* Requires the `metadata` param containing uploaded file information.
|
5158
|
+
* @param metadata - {@link FileMetadata}
|
5159
|
+
*/
|
5160
|
+
notifyUploadCompleted: (metadata: FileMetadata) => void;
|
5161
|
+
/**
|
5162
|
+
* Mark the upload as failed.
|
5163
|
+
* @param message - An error message that can be displayed to the user.
|
5164
|
+
*/
|
5165
|
+
notifyUploadFailed: (message: string) => void;
|
5166
|
+
}
|
5167
|
+
|
5168
|
+
/**
|
5169
|
+
* Contains the state attibutes of a file upload like name, progress etc.
|
5170
|
+
* @beta
|
5171
|
+
*/
|
5172
|
+
export declare interface FileUploadState {
|
5173
|
+
/**
|
5174
|
+
* Unique identifier for the file upload.
|
5175
|
+
*/
|
5176
|
+
id: string;
|
5177
|
+
/**
|
5178
|
+
* Filename extracted from the {@link File} object.
|
5179
|
+
* This attribute is used to render the filename if `metadata.name` is not available.
|
5180
|
+
*/
|
5181
|
+
filename: string;
|
5182
|
+
/**
|
5183
|
+
* A number between 0 and 1 indicating the progress of the upload.
|
5184
|
+
*/
|
5185
|
+
progress: number;
|
5186
|
+
/**
|
5187
|
+
* Meta Data {@link FileMetadata} containing information about the uploaded file.
|
5188
|
+
*/
|
5189
|
+
metadata?: FileMetadata;
|
5190
|
+
/**
|
5191
|
+
* Error message to be displayed to the user if the upload fails.
|
5192
|
+
*/
|
5193
|
+
error?: FileUploadError;
|
5194
|
+
}
|
5195
|
+
|
5196
|
+
/**
|
5197
|
+
* A record containing {@link FileUploadState} mapped to unique ids.
|
5198
|
+
* @beta
|
5199
|
+
*/
|
5200
|
+
export declare type FileUploadsUiState = Record<string, FileUploadState>;
|
5201
|
+
|
3926
5202
|
/**
|
3927
5203
|
* Provider to apply a Fluent theme across this library's react components.
|
3928
5204
|
*
|
@@ -3963,7 +5239,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
|
|
3963
5239
|
*
|
3964
5240
|
* @public
|
3965
5241
|
*/
|
3966
|
-
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;
|
5242
|
+
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 : AreEqual<Component, typeof Dialpad> extends true ? EmptySelector : AreEqual<Component, typeof HoldButton> extends true ? HoldButtonSelector : AreEqual<Component, typeof _DevicePermissionDropdown> extends true ? EmptySelector : undefined;
|
3967
5243
|
|
3968
5244
|
/**
|
3969
5245
|
* Get the selector for a specified component.
|
@@ -4025,6 +5301,63 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
|
|
4025
5301
|
children?: IStyle;
|
4026
5302
|
}
|
4027
5303
|
|
5304
|
+
/**
|
5305
|
+
* a button to hold or resume a ongoing call.
|
5306
|
+
*
|
5307
|
+
* Can be used with {@link ControlBar}
|
5308
|
+
*
|
5309
|
+
* @param props - properties for the hold button.
|
5310
|
+
* @returns
|
5311
|
+
* @beta
|
5312
|
+
*/
|
5313
|
+
export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
|
5314
|
+
|
5315
|
+
/**
|
5316
|
+
*@beta
|
5317
|
+
*/
|
5318
|
+
export declare interface HoldButtonProps extends ControlBarButtonProps {
|
5319
|
+
/**
|
5320
|
+
* Utility property for using this component with communication react handlers
|
5321
|
+
* Holds the call or resumes it based on call state.
|
5322
|
+
*/
|
5323
|
+
onToggleHold: () => Promise<void>;
|
5324
|
+
/**
|
5325
|
+
* Optional strings to override in component
|
5326
|
+
*/
|
5327
|
+
strings?: HoldButtonStrings;
|
5328
|
+
}
|
5329
|
+
|
5330
|
+
/**
|
5331
|
+
* Selector type for the {@link HoldButton} component.
|
5332
|
+
* @public
|
5333
|
+
*/
|
5334
|
+
export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
5335
|
+
checked: boolean;
|
5336
|
+
};
|
5337
|
+
|
5338
|
+
/**
|
5339
|
+
* Strings for the hold button labels
|
5340
|
+
* @beta
|
5341
|
+
*/
|
5342
|
+
export declare interface HoldButtonStrings {
|
5343
|
+
/**
|
5344
|
+
* Label for when action is to resume call.
|
5345
|
+
*/
|
5346
|
+
onLabel: string;
|
5347
|
+
/**
|
5348
|
+
* Label for when action is to hold call.
|
5349
|
+
*/
|
5350
|
+
offLabel: string;
|
5351
|
+
/**
|
5352
|
+
* Content for when button is checked
|
5353
|
+
*/
|
5354
|
+
tooltipOnContent: string;
|
5355
|
+
/**
|
5356
|
+
* Content for when button is unchecked
|
5357
|
+
*/
|
5358
|
+
tooltipOffContent: string;
|
5359
|
+
}
|
5360
|
+
|
4028
5361
|
/**
|
4029
5362
|
* {@link HorizontalGallery} Component Styles.
|
4030
5363
|
* @public
|
@@ -4571,6 +5904,11 @@ export declare type MessageThreadProps = {
|
|
4571
5904
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
4572
5905
|
*/
|
4573
5906
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
5907
|
+
/**
|
5908
|
+
* Optional callback to render uploaded files in the message component.
|
5909
|
+
* @beta
|
5910
|
+
*/
|
5911
|
+
onRenderFileDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
|
4574
5912
|
/**
|
4575
5913
|
* Optional callback to edit a message.
|
4576
5914
|
*
|
@@ -4606,6 +5944,18 @@ export declare type MessageThreadProps = {
|
|
4606
5944
|
* Optional strings to override in component
|
4607
5945
|
*/
|
4608
5946
|
strings?: Partial<MessageThreadStrings>;
|
5947
|
+
/**
|
5948
|
+
* @beta
|
5949
|
+
* Optional function called when someone clicks on the file download icon.
|
5950
|
+
* If file attachments are defined in the `message.metadata` property using the `fileSharingMetadata` key,
|
5951
|
+
* this function will be called with the data inside `fileSharingMetadata` key.
|
5952
|
+
*/
|
5953
|
+
fileDownloadHandler?: FileDownloadHandler;
|
5954
|
+
/**
|
5955
|
+
* Optional function to provide customized date format.
|
5956
|
+
* @beta
|
5957
|
+
*/
|
5958
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
4609
5959
|
};
|
4610
5960
|
|
4611
5961
|
/**
|
@@ -4677,6 +6027,8 @@ export declare interface MessageThreadStrings {
|
|
4677
6027
|
editBoxSubmitButton: string;
|
4678
6028
|
/** String for action menu indicating there are more options */
|
4679
6029
|
actionMenuMoreOptions?: string;
|
6030
|
+
/** String for download file button in file card */
|
6031
|
+
downloadFile: string;
|
4680
6032
|
}
|
4681
6033
|
|
4682
6034
|
/**
|
@@ -4966,6 +6318,14 @@ export declare interface ParticipantItemProps {
|
|
4966
6318
|
onClick?: (props?: ParticipantItemProps) => void;
|
4967
6319
|
/** prop to determine if we should show tooltip for participants or not */
|
4968
6320
|
showParticipantOverflowTooltip?: boolean;
|
6321
|
+
/**
|
6322
|
+
* Optional value to determine and display a participants connection status.
|
6323
|
+
* For example, `Connecting`, `Ringing` etc.
|
6324
|
+
* The actual text that is displayed is determined by the localized string
|
6325
|
+
* corresponding to the provided participant state.
|
6326
|
+
* For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
|
6327
|
+
*/
|
6328
|
+
participantState?: ParticipantState;
|
4969
6329
|
}
|
4970
6330
|
|
4971
6331
|
/**
|
@@ -4986,6 +6346,12 @@ export declare interface ParticipantItemStrings {
|
|
4986
6346
|
mutedIconLabel: string;
|
4987
6347
|
/** placeholder text for participants who does not have a display name*/
|
4988
6348
|
displayNamePlaceholder?: string;
|
6349
|
+
/** String shown when `participantState` is `Connecting` */
|
6350
|
+
participantStateConnecting?: string;
|
6351
|
+
/** String shown when `participantState` is `Ringing` */
|
6352
|
+
participantStateRinging?: string;
|
6353
|
+
/** String shown when `participantState` is `Hold` */
|
6354
|
+
participantStateHold?: string;
|
4989
6355
|
}
|
4990
6356
|
|
4991
6357
|
/**
|
@@ -5289,6 +6655,16 @@ export declare type ParticipantsRemovedListener = (event: {
|
|
5289
6655
|
*/
|
5290
6656
|
export declare type ParticipantState = 'Idle' | 'Connecting' | 'Ringing' | 'Connected' | 'Hold' | 'InLobby' | 'EarlyMedia' | 'Disconnected';
|
5291
6657
|
|
6658
|
+
/**
|
6659
|
+
* Define constraints for accessing local devices {@link @azure/communication-calling#PermissionConstraints }
|
6660
|
+
*
|
6661
|
+
* @internal
|
6662
|
+
*/
|
6663
|
+
export declare type _PermissionConstraints = {
|
6664
|
+
audio: boolean;
|
6665
|
+
video: boolean;
|
6666
|
+
};
|
6667
|
+
|
5292
6668
|
/**
|
5293
6669
|
* An array of key value pairs that stores each sender's display name and last read message
|
5294
6670
|
*
|
@@ -5352,6 +6728,10 @@ export declare interface RemoteParticipantState {
|
|
5352
6728
|
* Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
|
5353
6729
|
*/
|
5354
6730
|
isSpeaking: boolean;
|
6731
|
+
/**
|
6732
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
|
6733
|
+
*/
|
6734
|
+
role?: ParticipantRole;
|
5355
6735
|
}
|
5356
6736
|
|
5357
6737
|
/**
|
@@ -5376,6 +6756,7 @@ export declare interface RemoteVideoStreamState {
|
|
5376
6756
|
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
|
5377
6757
|
* @beta
|
5378
6758
|
*/
|
6759
|
+
isReceiving: boolean;
|
5379
6760
|
/**
|
5380
6761
|
* {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
|
5381
6762
|
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
@@ -5383,6 +6764,12 @@ export declare interface RemoteVideoStreamState {
|
|
5383
6764
|
view?: VideoStreamRendererViewState;
|
5384
6765
|
}
|
5385
6766
|
|
6767
|
+
/**
|
6768
|
+
* @beta
|
6769
|
+
* The role of a call participant.
|
6770
|
+
*/
|
6771
|
+
export declare type Role = 'Presenter' | 'Attendee' | 'Consumer' | 'Organizer';
|
6772
|
+
|
5386
6773
|
/**
|
5387
6774
|
* A button to start / stop screen sharing.
|
5388
6775
|
*
|
@@ -5416,6 +6803,7 @@ export declare interface ScreenShareButtonProps extends ControlBarButtonProps {
|
|
5416
6803
|
*/
|
5417
6804
|
export declare type ScreenShareButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
5418
6805
|
checked?: boolean;
|
6806
|
+
disabled?: boolean;
|
5419
6807
|
};
|
5420
6808
|
|
5421
6809
|
/**
|
@@ -5453,6 +6841,19 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
5453
6841
|
*/
|
5454
6842
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
5455
6843
|
|
6844
|
+
/**
|
6845
|
+
* @beta
|
6846
|
+
* Error to be displayed to the user in an error bar above sendbox.
|
6847
|
+
*/
|
6848
|
+
export declare interface SendBoxErrorBarError {
|
6849
|
+
/** Error Message to be displayed */
|
6850
|
+
message: string;
|
6851
|
+
/**
|
6852
|
+
* Unix Timestamp. Preferred generation using `Date.now()`
|
6853
|
+
*/
|
6854
|
+
timestamp: number;
|
6855
|
+
}
|
6856
|
+
|
5456
6857
|
/**
|
5457
6858
|
* Props for {@link SendBox}.
|
5458
6859
|
*
|
@@ -5508,6 +6909,25 @@ export declare interface SendBoxProps {
|
|
5508
6909
|
* When undefined nothing has focus on render
|
5509
6910
|
*/
|
5510
6911
|
autoFocus?: 'sendBoxTextField';
|
6912
|
+
/**
|
6913
|
+
* Optional callback to render uploaded files in the SendBox. The sendbox will expand
|
6914
|
+
* veritcally to accomodate the uploaded files. File uploads will
|
6915
|
+
* be rendered below the text area in sendbox.
|
6916
|
+
* @beta
|
6917
|
+
*/
|
6918
|
+
onRenderFileUploads?: () => JSX.Element;
|
6919
|
+
/**
|
6920
|
+
* Optional array of active file uploads where each object has attibutes
|
6921
|
+
* of a file upload like name, progress, errorMessage etc.
|
6922
|
+
* @beta
|
6923
|
+
*/
|
6924
|
+
activeFileUploads?: ActiveFileUpload[];
|
6925
|
+
/**
|
6926
|
+
* Optional callback to remove the file upload before sending by clicking on
|
6927
|
+
* cancel icon.
|
6928
|
+
* @beta
|
6929
|
+
*/
|
6930
|
+
onCancelFileUpload?: (fileId: string) => void;
|
5511
6931
|
}
|
5512
6932
|
|
5513
6933
|
/**
|
@@ -5538,6 +6958,22 @@ export declare interface SendBoxStrings {
|
|
5538
6958
|
* Aria label for send message button
|
5539
6959
|
*/
|
5540
6960
|
sendButtonAriaLabel: string;
|
6961
|
+
/**
|
6962
|
+
* Error message indicating that all file uploads are not complete.
|
6963
|
+
*/
|
6964
|
+
fileUploadsPendingError: string;
|
6965
|
+
/**
|
6966
|
+
* Aria label to notify user when focus is on cancel file upload button.
|
6967
|
+
*/
|
6968
|
+
removeFile: string;
|
6969
|
+
/**
|
6970
|
+
* Aria label to notify user file uploading starts.
|
6971
|
+
*/
|
6972
|
+
uploading: string;
|
6973
|
+
/**
|
6974
|
+
* Aria label to notify user file is uploaded.
|
6975
|
+
*/
|
6976
|
+
uploadCompleted: string;
|
5541
6977
|
}
|
5542
6978
|
|
5543
6979
|
/**
|
@@ -5664,6 +7100,19 @@ export declare interface StatefulCallClient extends CallClient {
|
|
5664
7100
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
5665
7101
|
*/
|
5666
7102
|
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
7103
|
+
/** @conditional-compile-remove(one-to-n-calling) */
|
7104
|
+
/**
|
7105
|
+
* The CallAgent is used to handle calls.
|
7106
|
+
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
7107
|
+
* - The CallClient can only have one active CallAgent instance at a time.
|
7108
|
+
* - You can create a new CallClient instance to create a new CallAgent.
|
7109
|
+
* - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
|
7110
|
+
* createCallAgent() method again to create a new CallAgent.
|
7111
|
+
* @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
|
7112
|
+
* @param options - The CallAgentOptions for additional options like display name.
|
7113
|
+
* @public
|
7114
|
+
*/
|
7115
|
+
createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
|
5667
7116
|
}
|
5668
7117
|
|
5669
7118
|
/**
|
@@ -5677,6 +7126,15 @@ export declare type StatefulCallClientArgs = {
|
|
5677
7126
|
* state. It is not used by StatefulCallClient.
|
5678
7127
|
*/
|
5679
7128
|
userId: CommunicationUserIdentifier;
|
7129
|
+
/**
|
7130
|
+
* A phone number in E.164 format that will be used to represent the callers identity. This number is required
|
7131
|
+
* to start a PSTN call.
|
7132
|
+
*
|
7133
|
+
* example: +11234567
|
7134
|
+
*
|
7135
|
+
* This is not a cached value from the headless calling client.
|
7136
|
+
*/
|
7137
|
+
alternateCallerId?: string;
|
5680
7138
|
};
|
5681
7139
|
|
5682
7140
|
/**
|
@@ -5995,11 +7453,46 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
5995
7453
|
typingString?: IStyle;
|
5996
7454
|
}
|
5997
7455
|
|
7456
|
+
/**
|
7457
|
+
* UI to display to the user that the browser they are using is not supported by calling application.
|
7458
|
+
*
|
7459
|
+
* @beta
|
7460
|
+
*/
|
7461
|
+
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
7462
|
+
|
7463
|
+
/**
|
7464
|
+
* props for UnsupportedBrowser UI
|
7465
|
+
*
|
7466
|
+
* @beta
|
7467
|
+
*/
|
7468
|
+
export declare interface UnsupportedBrowserProps {
|
7469
|
+
/** Handler to perform a action when the help link is actioned */
|
7470
|
+
onTroubleshootingClick?: () => void;
|
7471
|
+
/** String overrides for the component */
|
7472
|
+
strings: UnsupportedBrowserStrings;
|
7473
|
+
}
|
7474
|
+
|
7475
|
+
/**
|
7476
|
+
* Strings for UnsupportedBrowser component
|
7477
|
+
*
|
7478
|
+
* @beta
|
7479
|
+
*/
|
7480
|
+
export declare interface UnsupportedBrowserStrings {
|
7481
|
+
/** String for the primary text */
|
7482
|
+
primaryText: string;
|
7483
|
+
/** String for the secondary text */
|
7484
|
+
secondaryText: string;
|
7485
|
+
/** String for the help link */
|
7486
|
+
moreHelpLink: string;
|
7487
|
+
}
|
7488
|
+
|
5998
7489
|
/**
|
5999
7490
|
* @public
|
6000
7491
|
* Callback function run when a message is updated.
|
6001
7492
|
*/
|
6002
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string
|
7493
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string, metadata?: Record<string, string>, options?: {
|
7494
|
+
attachedFilesMetadata?: FileMetadata[];
|
7495
|
+
}) => Promise<void>;
|
6003
7496
|
|
6004
7497
|
/**
|
6005
7498
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -6263,6 +7756,11 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
|
|
6263
7756
|
isSpeaking?: boolean;
|
6264
7757
|
/** Video stream of shared screen */
|
6265
7758
|
screenShareStream?: VideoGalleryStream;
|
7759
|
+
/**
|
7760
|
+
* @beta
|
7761
|
+
* The connection state of the participant. For example, 'Hold', 'Connecting' etc.
|
7762
|
+
*/
|
7763
|
+
state?: ParticipantState;
|
6266
7764
|
}
|
6267
7765
|
|
6268
7766
|
/**
|
@@ -6438,6 +7936,22 @@ export declare interface VideoTileProps {
|
|
6438
7936
|
noVideoAvailableAriaLabel?: string;
|
6439
7937
|
/** Whether the participant in the videoTile is speaking. Shows a speaking indicator (border). */
|
6440
7938
|
isSpeaking?: boolean;
|
7939
|
+
/**
|
7940
|
+
* The call connection state of the participant.
|
7941
|
+
* For example, `Hold` means the participant is on hold.
|
7942
|
+
*/
|
7943
|
+
participantState?: ParticipantState;
|
7944
|
+
strings?: VideoTileStrings;
|
7945
|
+
}
|
7946
|
+
|
7947
|
+
/**
|
7948
|
+
* Strings of {@link VideoTile} that can be overridden.
|
7949
|
+
* @beta
|
7950
|
+
*/
|
7951
|
+
export declare interface VideoTileStrings {
|
7952
|
+
participantStateConnecting: string;
|
7953
|
+
participantStateRinging: string;
|
7954
|
+
participantStateHold: string;
|
6441
7955
|
}
|
6442
7956
|
|
6443
7957
|
/**
|