@azure/communication-react 1.5.2-alpha-202301190014.0 → 1.6.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/README.md +3 -4
- package/dist/communication-react.d.ts +267 -2071
- package/dist/dist-cjs/communication-react/index.js +9461 -12549
- 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.d.ts +6 -0
- package/dist/dist-esm/acs-ui-common/src/identifier.js +12 -2
- package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.js +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.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +3 -11
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +4 -12
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +0 -13
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +5 -20
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +86 -30
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +9 -11
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +32 -39
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +1 -11
- package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +2 -14
- 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 +1 -4
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +0 -22
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.d.ts +0 -6
- package/dist/dist-esm/calling-component-bindings/src/index.js +0 -8
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +11 -24
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts +3 -4
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +3 -6
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +2 -14
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +1 -20
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +0 -7
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +7 -21
- 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 +0 -5
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +0 -11
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +15 -33
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +5 -21
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +5 -6
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +1 -15
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -2
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +67 -62
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -27
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +12 -7
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +18 -56
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +8 -7
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +71 -56
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +3 -9
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +8 -13
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.d.ts +4 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +60 -52
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +16 -14
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +3 -0
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +21 -3
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Logger.d.ts +16 -27
- package/dist/dist-esm/calling-stateful-client/src/Logger.js +16 -27
- package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js +0 -8
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +0 -8
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +1 -25
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +40 -69
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +133 -328
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.d.ts +17 -0
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +201 -0
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +2 -2
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +0 -8
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -3
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +7 -6
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -2
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +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 +14 -13
- 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 +1 -4
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +10 -3
- 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.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 +16 -44
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +7 -3
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +1 -3
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.d.ts +4 -0
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.js +4 -0
- 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 +25 -26
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +9 -5
- 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 +22 -9
- 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 +67 -57
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +127 -113
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +1 -22
- package/dist/dist-esm/communication-react/src/index.js +0 -14
- 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/northstar-wrapper/src/index.js +2 -0
- package/dist/dist-esm/northstar-wrapper/src/index.js.LICENSE.txt +41 -0
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.d.ts +20 -0
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +47 -0
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.d.ts +10 -0
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js +14 -0
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.d.ts +10 -0
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js +29 -0
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +32 -0
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.d.ts +9 -0
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +10 -0
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.d.ts +8 -0
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +19 -0
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/CameraButton.js +33 -7
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +9 -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 +28 -38
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts +12 -3
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +16 -21
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +49 -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.d.ts +1 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +37 -58
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +42 -13
- 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 +4 -7
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBar.js +14 -10
- package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +4 -14
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +14 -3
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +8 -5
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +88 -59
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +44 -42
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +6 -2
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.d.ts +5 -0
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +6 -6
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +24 -11
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.d.ts +5 -0
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +23 -7
- 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 +7 -3
- package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +5 -4
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileCard.js +8 -7
- package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileCardGroup.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/FileCardGroup.js +2 -2
- package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +22 -16
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileUploadCards.js +8 -11
- package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
- package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +33 -26
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +47 -13
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +9 -27
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +40 -27
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +24 -29
- package/dist/dist-esm/react-components/src/components/MessageThread.js +128 -171
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +34 -9
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +101 -94
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +0 -13
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +16 -17
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +9 -25
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +33 -46
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +12 -65
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.d.ts +4 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +6 -42
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +22 -6
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +0 -35
- package/dist/dist-esm/react-components/src/components/SendBox.js +24 -42
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +2 -2
- 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 +3 -3
- package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SystemMessage.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/SystemMessage.js +4 -2
- package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js +6 -9
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -20
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.d.ts +67 -0
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +115 -0
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.d.ts +21 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +63 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.d.ts +75 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +56 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.d.ts +88 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +39 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.d.ts +11 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +53 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +30 -28
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.d.ts +10 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +18 -16
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +45 -37
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +5 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +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/OverflowGallery.d.ts +16 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +23 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +6 -8
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +6 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.d.ts +32 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +56 -15
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +11 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.d.ts +4 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +16 -14
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.d.ts +64 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +85 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +5 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.d.ts +5 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +60 -30
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.d.ts +25 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js +94 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.d.ts +4 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +39 -88
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +11 -59
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +27 -134
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -22
- package/dist/dist-esm/react-components/src/components/VideoTile.js +47 -91
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +7 -14
- package/dist/dist-esm/react-components/src/components/index.js +3 -8
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.d.ts +10 -0
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +22 -3
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js +6 -7
- 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 +1 -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.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +11 -12
- 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.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +43 -6
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +1 -0
- 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 +4 -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.d.ts +0 -4
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +10 -8
- 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 +3 -0
- 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 +1 -0
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.d.ts +32 -0
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +66 -0
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +13 -2
- 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 +3 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
- package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +5 -4
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +7 -4
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.d.ts +11 -0
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js +22 -0
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/responsive.d.ts +6 -0
- package/dist/dist-esm/react-components/src/components/utils/responsive.js +9 -2
- package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +1 -10
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js +3 -1
- package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.d.ts +23 -0
- package/dist/dist-esm/react-components/src/components/utils.js +58 -10
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +8 -18
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +6 -4
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +3 -2
- 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 +1 -3
- package/dist/dist-esm/react-components/src/index.js +0 -2
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -54
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +331 -0
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +125 -13
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +124 -12
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +29 -6
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +124 -12
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +331 -0
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +125 -13
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +331 -0
- package/dist/dist-esm/react-components/src/localization/locales/index.d.ts +36 -0
- package/dist/dist-esm/react-components/src/localization/locales/index.js +96 -14
- package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +124 -12
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +124 -12
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +124 -12
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +331 -0
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +124 -12
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +331 -0
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +125 -13
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +124 -12
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +331 -0
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +125 -13
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +124 -12
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +124 -12
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +7 -4
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +4 -20
- package/dist/dist-esm/react-components/src/theming/icons.js +27 -124
- 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.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.d.ts +48 -0
- package/dist/dist-esm/react-components/src/{permissions/index.js → types/CaptionsAvailableLanguageStrings.js} +2 -2
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -0
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -7
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.d.ts +9 -0
- package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js +4 -0
- package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -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 +0 -8
- package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.d.ts +0 -3
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js +0 -2
- 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 +0 -8
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +0 -2
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/index.d.ts +2 -0
- package/dist/dist-esm/react-components/src/types/index.js +2 -0
- 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 +12 -89
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +52 -95
- 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 +4 -120
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js +0 -2
- 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 +33 -76
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +59 -251
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -102
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -9
- 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/OnFetchProfileCallback.d.ts +23 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +47 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +2 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +2 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +4 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +90 -76
- 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 +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +14 -132
- 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/ConfigurationPageCameraDropdown.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +2 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +4 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +22 -32
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +23 -66
- 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 +41 -19
- 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.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +25 -25
- 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 +3 -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/SidePane/SidePane.d.ts +14 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +55 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.d.ts +58 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js +31 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +17 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +45 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -0
- 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.d.ts +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 +2 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +9 -40
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +5 -44
- 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.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +2 -5
- 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.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +6 -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.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +2 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -3
- 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 +9 -13
- 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.d.ts +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +7 -29
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +1 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +2 -8
- 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 +2 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +42 -149
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +7 -19
- 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.d.ts +4 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/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 +2 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +1 -7
- 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 +5 -11
- 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 +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +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 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +13 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.d.ts +13 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +65 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +4 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +4 -1
- 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/LobbyTile.styles.js +8 -5
- 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.d.ts +20 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +22 -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.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +1 -0
- 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 +11 -86
- 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/MediaGalleryUtils.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +14 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +19 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +62 -112
- 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 +13 -133
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +92 -171
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/{ChatButton.d.ts → ChatButton/ChatButton.d.ts} +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/{ChatButton.js → ChatButton/ChatButton.js} +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/{ChatButtonWithUnreadMessagesBadge.d.ts → ChatButton/ChatButtonWithUnreadMessagesBadge.d.ts} +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/{ChatButtonWithUnreadMessagesBadge.js → ChatButton/ChatButtonWithUnreadMessagesBadge.js} +10 -12
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/{NotificationIcon.js → ChatButton/NotificationIcon.js} +6 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -32
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +4 -25
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +7 -139
- 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 +0 -60
- 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 +2 -10
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +1 -39
- 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 +0 -9
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +1 -31
- 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 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -22
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +2 -10
- 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 +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +6 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -20
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +2 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +25 -42
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -4
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +1 -10
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +36 -93
- 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 +0 -28
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +1 -154
- 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 +2 -13
- 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 +0 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUpload.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +6 -18
- 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.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 +5 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +1 -5
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +6 -17
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +4 -10
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -5
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +27 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +251 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.d.ts +83 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +77 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common/ControlBar}/PeopleButton.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +24 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite/components → common/Drawer}/MoreDrawer.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +105 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common/Drawer}/PreparedMoreDrawer.d.ts +2 -3
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common/Drawer}/PreparedMoreDrawer.js +5 -5
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +6 -21
- 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 +9 -7
- 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 +0 -9
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +22 -29
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.d.ts +4 -4
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +44 -7
- 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 +8 -5
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +17 -12
- 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/constants.d.ts +9 -0
- package/dist/dist-esm/react-composites/src/composites/common/constants.js +11 -0
- package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +7 -34
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +12 -32
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js +9 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -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 +16 -5
- 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 +51 -12
- 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.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +32 -5
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -4
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +151 -0
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/utils.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +16 -17
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.d.ts +1 -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/ar-SA/strings.json +199 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +92 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +92 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +76 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +92 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +199 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +92 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +199 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.d.ts +36 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js +61 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +92 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +92 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +92 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +199 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +92 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +199 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +92 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +92 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +199 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +92 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +92 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +92 -3
- package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
- package/package.json +37 -33
- package/CHANGELOG.beta.md +0 -668
- package/CHANGELOG.json +0 -10238
- package/CHANGELOG.stable.md +0 -373
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +0 -43
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +0 -81
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +0 -19
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +0 -89
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +0 -23
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -48
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -37
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -58
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -86
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -31
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +0 -49
- package/dist/dist-esm/react-components/src/components/HoldButton.js +0 -25
- package/dist/dist-esm/react-components/src/components/HoldButton.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.d.ts +0 -9
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +0 -18
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js +0 -19
- package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.d.ts +0 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +0 -29
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/VoiceOverButton.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/VoiceOverButton.js +0 -32
- package/dist/dist-esm/react-components/src/components/VoiceOverButton.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -92
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -67
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.d.ts +0 -9
- package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.js +0 -26
- package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
- package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
- package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.d.ts +0 -61
- package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.js +0 -74
- package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.js.map +0 -1
- package/dist/dist-esm/react-components/src/permissions/index.d.ts +0 -2
- package/dist/dist-esm/react-components/src/permissions/index.js.map +0 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.d.ts +0 -24
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js +0 -80
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -48
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -210
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +0 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +0 -93
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +0 -26
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.d.ts +0 -16
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.js +0 -38
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +0 -38
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +0 -32
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +0 -81
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.d.ts +0 -27
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +0 -190
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.d.ts +0 -34
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js +0 -90
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButtonWithUnreadMessagesBadge.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ConvertContextualMenuItemToDrawerMenuItem.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +0 -67
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +0 -75
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/NotificationIcon.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PeopleButton.js +0 -24
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PeopleButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PreparedMoreDrawer.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.d.ts +0 -13
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js +0 -65
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js +0 -150
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +0 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +0 -11
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -12
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -13
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +0 -23
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +0 -12
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +0 -22
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +0 -105
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +0 -17
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +0 -32
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +0 -22
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +0 -60
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +0 -61
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.d.ts +0 -17
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +0 -42
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.d.ts +0 -11
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +0 -40
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js.map +0 -1
- /package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/{NotificationIcon.d.ts → ChatButton/NotificationIcon.d.ts} +0 -0
- /package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common}/ConvertContextualMenuItemToDrawerMenuItem.d.ts +0 -0
- /package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common}/ConvertContextualMenuItemToDrawerMenuItem.js +0 -0
@@ -17,7 +17,6 @@
|
|
17
17
|
|
18
18
|
/// <reference types="react" />
|
19
19
|
|
20
|
-
import { AddPhoneNumberOptions } from '@azure/communication-calling';
|
21
20
|
import { AudioDeviceInfo } from '@azure/communication-calling';
|
22
21
|
import { Call } from '@azure/communication-calling';
|
23
22
|
import { CallAgent } from '@azure/communication-calling';
|
@@ -26,7 +25,6 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
26
25
|
import { CallDirection } from '@azure/communication-calling';
|
27
26
|
import { CallEndReason } from '@azure/communication-calling';
|
28
27
|
import { CallerInfo } from '@azure/communication-calling';
|
29
|
-
import { CallKind } from '@azure/communication-calling';
|
30
28
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
31
29
|
import { ChatClient } from '@azure/communication-chat';
|
32
30
|
import { ChatClientOptions } from '@azure/communication-chat';
|
@@ -39,38 +37,30 @@ import { CommunicationIdentifierKind } from '@azure/communication-common';
|
|
39
37
|
import { CommunicationTokenCredential } from '@azure/communication-common';
|
40
38
|
import { CommunicationUserIdentifier } from '@azure/communication-common';
|
41
39
|
import { CommunicationUserKind } from '@azure/communication-common';
|
42
|
-
import { ComponentSlotStyle } from '@fluentui/react-northstar';
|
43
40
|
import { CreateViewOptions } from '@azure/communication-calling';
|
44
41
|
import { DeviceAccess } from '@azure/communication-calling';
|
45
42
|
import { DeviceManager } from '@azure/communication-calling';
|
46
43
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
47
|
-
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
48
|
-
import { EnvironmentInfo } from '@azure/communication-calling';
|
49
44
|
import { GroupCallLocator } from '@azure/communication-calling';
|
50
45
|
import { IButtonProps } from '@fluentui/react';
|
51
46
|
import { IButtonStyles } from '@fluentui/react';
|
52
47
|
import { IContextualMenuItem } from '@fluentui/react';
|
53
48
|
import { IContextualMenuItemStyles } from '@fluentui/react';
|
54
|
-
import { IContextualMenuProps } from '@fluentui/react';
|
55
49
|
import { IContextualMenuStyles } from '@fluentui/react';
|
56
|
-
import { ILinkStyles } from '@fluentui/react';
|
57
50
|
import { IMessageBarProps } from '@fluentui/react';
|
58
|
-
import { IncomingCall } from '@azure/communication-calling';
|
59
51
|
import { IPersonaStyleProps } from '@fluentui/react';
|
60
52
|
import { IPersonaStyles } from '@fluentui/react';
|
53
|
+
import { IRawStyle } from '@fluentui/react';
|
61
54
|
import { IRenderFunction } from '@fluentui/react';
|
62
55
|
import { IStyle } from '@fluentui/react';
|
63
56
|
import { IStyleFunctionOrObject } from '@fluentui/react';
|
64
|
-
import { ITextFieldStyles } from '@fluentui/react';
|
65
57
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
66
58
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
67
59
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
68
60
|
import { MediaStreamType } from '@azure/communication-calling';
|
69
|
-
import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
70
61
|
import { MicrosoftTeamsUserKind } from '@azure/communication-common';
|
71
62
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
72
63
|
import { PartialTheme } from '@fluentui/react';
|
73
|
-
import { ParticipantRole } from '@azure/communication-calling';
|
74
64
|
import { PermissionConstraints } from '@azure/communication-calling';
|
75
65
|
import { PersonaInitialsColor } from '@fluentui/react';
|
76
66
|
import { PersonaPresence } from '@fluentui/react';
|
@@ -81,12 +71,9 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
|
|
81
71
|
import { default as React_2 } from 'react';
|
82
72
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
83
73
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
84
|
-
import { RoomCallLocator } from '@azure/communication-calling';
|
85
74
|
import { ScalingMode } from '@azure/communication-calling';
|
86
75
|
import { SendMessageOptions } from '@azure/communication-chat';
|
87
76
|
import { StartCallOptions } from '@azure/communication-calling';
|
88
|
-
import { TeamsCall } from '@azure/communication-calling';
|
89
|
-
import { TeamsCallAgent } from '@azure/communication-calling';
|
90
77
|
import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
|
91
78
|
import { Theme } from '@fluentui/react';
|
92
79
|
import { TypingIndicatorReceivedEvent } from '@azure/communication-chat';
|
@@ -115,38 +102,6 @@ export declare interface ActiveErrorMessage {
|
|
115
102
|
timestamp?: Date;
|
116
103
|
}
|
117
104
|
|
118
|
-
/**
|
119
|
-
* Attributes required for SendBox to show file uploads like name, progress etc.
|
120
|
-
* @beta
|
121
|
-
*/
|
122
|
-
export declare interface ActiveFileUpload {
|
123
|
-
/**
|
124
|
-
* Unique identifier for the file upload.
|
125
|
-
*/
|
126
|
-
id: string;
|
127
|
-
/**
|
128
|
-
* File name to be rendered for uploaded file.
|
129
|
-
*/
|
130
|
-
filename: string;
|
131
|
-
/**
|
132
|
-
* A number between 0 and 1 indicating the progress of the upload.
|
133
|
-
* This is unrelated to the `uploadComplete` property.
|
134
|
-
* It is only used to show the progress of the upload.
|
135
|
-
* Progress of 1 doesn't mark the upload as complete, set the `uploadComplete`
|
136
|
-
* property to true to mark the upload as complete.
|
137
|
-
*/
|
138
|
-
progress: number;
|
139
|
-
/**
|
140
|
-
* Error to be displayed to the user if the upload fails.
|
141
|
-
*/
|
142
|
-
error?: SendBoxErrorBarError;
|
143
|
-
/**
|
144
|
-
* `true` means that the upload is completed.
|
145
|
-
* This is independent of the upload `progress`.
|
146
|
-
*/
|
147
|
-
uploadComplete?: boolean;
|
148
|
-
}
|
149
|
-
|
150
105
|
/**
|
151
106
|
* Error reported via error events and stored in adapter state.
|
152
107
|
*
|
@@ -242,11 +197,6 @@ export declare type AvatarPersonaData = {
|
|
242
197
|
* @defaultvalue `white`
|
243
198
|
*/
|
244
199
|
initialsTextColor?: string;
|
245
|
-
/**
|
246
|
-
* If true, show the special coin for unknown persona.
|
247
|
-
* It has '?' in place of initials, with static font and background colors
|
248
|
-
*/
|
249
|
-
showUnknownPersonaCoin?: boolean;
|
250
200
|
};
|
251
201
|
|
252
202
|
/**
|
@@ -268,29 +218,6 @@ export declare type AzureCommunicationCallAdapterArgs = {
|
|
268
218
|
displayName: string;
|
269
219
|
credential: CommunicationTokenCredential;
|
270
220
|
locator: CallAdapterLocator;
|
271
|
-
/**
|
272
|
-
* A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
|
273
|
-
* E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
|
274
|
-
*/
|
275
|
-
alternateCallerId?: string;
|
276
|
-
/**
|
277
|
-
* Optional parameters for the {@link AzureCommunicationCallAdapter} created
|
278
|
-
*/
|
279
|
-
options?: AzureCommunicationCallAdapterOptions;
|
280
|
-
};
|
281
|
-
|
282
|
-
/**
|
283
|
-
* Optional parameters to create {@link AzureCommunicationCallAdapter}
|
284
|
-
*
|
285
|
-
* @beta
|
286
|
-
*/
|
287
|
-
export declare type AzureCommunicationCallAdapterOptions = {
|
288
|
-
/**
|
289
|
-
* Use this to hint the role of the user when the role is not available before a Rooms call is started. This value
|
290
|
-
* should be obtained using the Rooms API. This role will determine permissions in the configuration page of the
|
291
|
-
* {@link CallComposite}. The true role of the user will be synced with ACS services when a Rooms call starts.
|
292
|
-
*/
|
293
|
-
roleHint?: Role;
|
294
221
|
};
|
295
222
|
|
296
223
|
/**
|
@@ -304,8 +231,6 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
|
|
304
231
|
displayName: string;
|
305
232
|
credential: CommunicationTokenCredential;
|
306
233
|
locator: CallAndChatLocator | TeamsMeetingLinkLocator;
|
307
|
-
alternateCallerId?: string;
|
308
|
-
callAdapterOptions?: AzureCommunicationCallAdapterOptions;
|
309
234
|
};
|
310
235
|
|
311
236
|
/**
|
@@ -389,136 +314,6 @@ export declare interface BaseCustomStyles {
|
|
389
314
|
root?: IStyle;
|
390
315
|
}
|
391
316
|
|
392
|
-
/**
|
393
|
-
* @beta
|
394
|
-
* Props for BrowserPermissionDeniedIOS component.
|
395
|
-
*/
|
396
|
-
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
397
|
-
/**
|
398
|
-
* Localization strings for BrowserPermissionDeniedIOS component.
|
399
|
-
*/
|
400
|
-
strings?: BrowserPermissionDeniedIOSStrings;
|
401
|
-
/**
|
402
|
-
* Link to image source.
|
403
|
-
*
|
404
|
-
* Image is inserted into the top of the component.
|
405
|
-
*/
|
406
|
-
imageSource?: string;
|
407
|
-
}
|
408
|
-
|
409
|
-
/**
|
410
|
-
* @beta
|
411
|
-
* Strings for BrowserPermissionDeniedIOS component
|
412
|
-
*/
|
413
|
-
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
414
|
-
/**
|
415
|
-
* Image alt text
|
416
|
-
*/
|
417
|
-
imageAltText: string;
|
418
|
-
/**
|
419
|
-
* Main text string.
|
420
|
-
*/
|
421
|
-
primaryText: string;
|
422
|
-
/**
|
423
|
-
* Subtext string.
|
424
|
-
*/
|
425
|
-
secondaryText: string;
|
426
|
-
/**
|
427
|
-
* Step 1 string
|
428
|
-
*/
|
429
|
-
step1Text: string;
|
430
|
-
/**
|
431
|
-
* Step 1 digit string
|
432
|
-
*/
|
433
|
-
step1DigitText: string;
|
434
|
-
/**
|
435
|
-
* Step 2 string
|
436
|
-
*/
|
437
|
-
step2Text: string;
|
438
|
-
/**
|
439
|
-
* Step 2 digit string
|
440
|
-
*/
|
441
|
-
step2DigitText: string;
|
442
|
-
/**
|
443
|
-
* Step 3 string
|
444
|
-
*/
|
445
|
-
step3Text: string;
|
446
|
-
/**
|
447
|
-
* Step 3 digit string
|
448
|
-
*/
|
449
|
-
step3DigitText: string;
|
450
|
-
/**
|
451
|
-
* Step 4 string
|
452
|
-
*/
|
453
|
-
step4Text: string;
|
454
|
-
/**
|
455
|
-
* Step 4 digit string
|
456
|
-
*/
|
457
|
-
step4DigitText: string;
|
458
|
-
}
|
459
|
-
|
460
|
-
/**
|
461
|
-
* @beta
|
462
|
-
* Props for BrowserPermissionDenied component.
|
463
|
-
*/
|
464
|
-
export declare interface BrowserPermissionDeniedProps {
|
465
|
-
/**
|
466
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
467
|
-
*/
|
468
|
-
onTroubleshootingClick?: () => void;
|
469
|
-
/**
|
470
|
-
* Action to be taken by the try again primary button.
|
471
|
-
*/
|
472
|
-
onTryAgainClick?: () => void;
|
473
|
-
/**
|
474
|
-
* Localization strings for BrowserPermissionDenied component.
|
475
|
-
*/
|
476
|
-
strings?: BrowserPermissionDeniedStrings;
|
477
|
-
/**
|
478
|
-
* Allows users to pass in an object contains custom CSS styles.
|
479
|
-
* @Example
|
480
|
-
* ```
|
481
|
-
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
482
|
-
* ```
|
483
|
-
*/
|
484
|
-
styles?: BrowserPermissionDeniedStyles;
|
485
|
-
}
|
486
|
-
|
487
|
-
/**
|
488
|
-
* @beta
|
489
|
-
* Strings for BrowserPermissionDenied component
|
490
|
-
*/
|
491
|
-
export declare interface BrowserPermissionDeniedStrings {
|
492
|
-
/**
|
493
|
-
* Main button text string.
|
494
|
-
*/
|
495
|
-
primaryButtonText: string;
|
496
|
-
/**
|
497
|
-
* Main text string.
|
498
|
-
*/
|
499
|
-
primaryText: string;
|
500
|
-
/**
|
501
|
-
* Subtext string.
|
502
|
-
*/
|
503
|
-
secondaryText: string;
|
504
|
-
/**
|
505
|
-
* More help link string.
|
506
|
-
*/
|
507
|
-
linkText: string;
|
508
|
-
}
|
509
|
-
|
510
|
-
/**
|
511
|
-
* Fluent styles for {@link BrowserPermissionDenied}.
|
512
|
-
*
|
513
|
-
* @beta
|
514
|
-
*/
|
515
|
-
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
516
|
-
/** Styles for the primary button. */
|
517
|
-
primaryButton?: IButtonStyles;
|
518
|
-
/** Styles for the help troubleshooting link text. */
|
519
|
-
troubleshootingLink?: ILinkStyles;
|
520
|
-
}
|
521
|
-
|
522
317
|
/**
|
523
318
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
524
319
|
*
|
@@ -541,12 +336,6 @@ export declare interface CallAdapter extends CommonCallAdapter {
|
|
541
336
|
* @public
|
542
337
|
*/
|
543
338
|
startCall(participants: string[], options?: StartCallOptions): Call | undefined;
|
544
|
-
/**
|
545
|
-
* Start the call.
|
546
|
-
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
547
|
-
* @beta
|
548
|
-
*/
|
549
|
-
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
|
550
339
|
}
|
551
340
|
|
552
341
|
/**
|
@@ -580,12 +369,6 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
|
|
580
369
|
* @public
|
581
370
|
*/
|
582
371
|
startCall(participants: string[], options?: StartCallOptions): Call | undefined;
|
583
|
-
/**
|
584
|
-
* Start the call.
|
585
|
-
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
586
|
-
* @beta
|
587
|
-
*/
|
588
|
-
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
|
589
372
|
}
|
590
373
|
|
591
374
|
/**
|
@@ -650,12 +433,6 @@ export declare interface CallAdapterCallOperations {
|
|
650
433
|
* @public
|
651
434
|
*/
|
652
435
|
removeParticipant(userId: string): Promise<void>;
|
653
|
-
/**
|
654
|
-
* Remove a participant from the call.
|
655
|
-
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
656
|
-
* @beta
|
657
|
-
*/
|
658
|
-
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
659
436
|
/**
|
660
437
|
* Create the html view for a stream.
|
661
438
|
*
|
@@ -680,35 +457,6 @@ export declare interface CallAdapterCallOperations {
|
|
680
457
|
* @public
|
681
458
|
*/
|
682
459
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
683
|
-
/**
|
684
|
-
* Holds the call.
|
685
|
-
*
|
686
|
-
* @beta
|
687
|
-
*/
|
688
|
-
holdCall(): Promise<void>;
|
689
|
-
/**
|
690
|
-
* Resumes the call from a `LocalHold` state.
|
691
|
-
*
|
692
|
-
* @beta
|
693
|
-
*/
|
694
|
-
resumeCall(): Promise<void>;
|
695
|
-
/**
|
696
|
-
* Add a participant to the call.
|
697
|
-
*
|
698
|
-
* @beta
|
699
|
-
*/
|
700
|
-
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
701
|
-
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
702
|
-
/**
|
703
|
-
* send dtmf tone to another participant in a 1:1 PSTN call
|
704
|
-
*
|
705
|
-
* @beta
|
706
|
-
*/
|
707
|
-
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
708
|
-
/**
|
709
|
-
* Continues into a call when the browser version is not supported.
|
710
|
-
*/
|
711
|
-
allowUnsupportedBrowserVersion(): void;
|
712
460
|
}
|
713
461
|
|
714
462
|
/**
|
@@ -727,20 +475,6 @@ export declare type CallAdapterClientState = {
|
|
727
475
|
* Latest error encountered for each operation performed via the adapter.
|
728
476
|
*/
|
729
477
|
latestErrors: AdapterErrors;
|
730
|
-
/**
|
731
|
-
* Azure communications Phone number to make PSTN calls with.
|
732
|
-
*/
|
733
|
-
alternateCallerId?: string;
|
734
|
-
/**
|
735
|
-
* Environment information about system the adapter is made on
|
736
|
-
*/
|
737
|
-
environmentInfo?: EnvironmentInfo;
|
738
|
-
/**
|
739
|
-
* Use this to hint the role of the user when the role is not available before a Rooms call is started. This value
|
740
|
-
* should be obtained using the Rooms API. This role will determine permissions in the configuration page of the
|
741
|
-
* {@link CallComposite}. The true role of the user will be synced with ACS services when a Rooms call starts.
|
742
|
-
*/
|
743
|
-
roleHint?: Role;
|
744
478
|
/**
|
745
479
|
* State to track whether the local participant's camera is on. To be used when creating a custom
|
746
480
|
* control bar with the CallComposite.
|
@@ -830,7 +564,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
830
564
|
*
|
831
565
|
* @public
|
832
566
|
*/
|
833
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator
|
567
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator;
|
834
568
|
|
835
569
|
/**
|
836
570
|
* {@link CommonCallAdapter} state.
|
@@ -965,7 +699,6 @@ export declare interface CallAdapterSubscribers {
|
|
965
699
|
export declare type CallAdapterUiState = {
|
966
700
|
isLocalPreviewMicrophoneEnabled: boolean;
|
967
701
|
page: CallCompositePage;
|
968
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
969
702
|
};
|
970
703
|
|
971
704
|
/**
|
@@ -984,7 +717,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
|
|
984
717
|
*/
|
985
718
|
export declare interface CallAgentProviderProps {
|
986
719
|
children: React_2.ReactNode;
|
987
|
-
callAgent?: CallAgent
|
720
|
+
callAgent?: CallAgent;
|
988
721
|
}
|
989
722
|
|
990
723
|
/**
|
@@ -1009,7 +742,7 @@ export declare interface CallAgentState {
|
|
1009
742
|
*/
|
1010
743
|
export declare interface CallAndChatLocator {
|
1011
744
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1012
|
-
callLocator: GroupCallLocator
|
745
|
+
callLocator: GroupCallLocator;
|
1013
746
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1014
747
|
chatThreadId: string;
|
1015
748
|
}
|
@@ -1096,16 +829,6 @@ export declare interface CallClientState {
|
|
1096
829
|
* See documentation of {@Link CallErrors} for details.
|
1097
830
|
*/
|
1098
831
|
latestErrors: CallErrors;
|
1099
|
-
/**
|
1100
|
-
* A phone number in E.164 format that will be used to represent callers identity.
|
1101
|
-
* For example, using the alternateCallerId to add a participant using PSTN, this number will
|
1102
|
-
* be used as the caller id in the PSTN call.
|
1103
|
-
*/
|
1104
|
-
alternateCallerId?: string;
|
1105
|
-
/**
|
1106
|
-
* state to track the environment that the stateful client was made in is supported
|
1107
|
-
*/
|
1108
|
-
environmentInfo?: EnvironmentInfo;
|
1109
832
|
}
|
1110
833
|
|
1111
834
|
/**
|
@@ -1125,6 +848,7 @@ export declare const CallComposite: (props: CallCompositeProps) => JSX.Element;
|
|
1125
848
|
* @public
|
1126
849
|
*/
|
1127
850
|
export declare type CallCompositeIcons = {
|
851
|
+
ControlBarPeopleButton?: JSX.Element;
|
1128
852
|
ControlButtonCameraOff?: JSX.Element;
|
1129
853
|
ControlButtonCameraOn?: JSX.Element;
|
1130
854
|
ControlButtonEndCall?: JSX.Element;
|
@@ -1169,10 +893,6 @@ export declare type CallCompositeIcons = {
|
|
1169
893
|
ParticipantItemScreenShareStart?: JSX.Element;
|
1170
894
|
VideoTileMicOff?: JSX.Element;
|
1171
895
|
LocalCameraSwitch?: JSX.Element;
|
1172
|
-
PeoplePaneAddPerson?: JSX.Element;
|
1173
|
-
PeoplePaneOpenDialpad?: JSX.Element;
|
1174
|
-
DialpadStartCall?: JSX.Element;
|
1175
|
-
NoticePageInvalidRoom?: JSX.Element;
|
1176
896
|
};
|
1177
897
|
|
1178
898
|
/**
|
@@ -1193,60 +913,6 @@ export declare type CallCompositeOptions = {
|
|
1193
913
|
* @defaultValue true
|
1194
914
|
*/
|
1195
915
|
callControls?: boolean | CallControlOptions;
|
1196
|
-
/**
|
1197
|
-
* Device permissions check options for your call.
|
1198
|
-
* Here you can choose what device permissions you prompt the user for,
|
1199
|
-
* as well as what device permissions must be accepted before starting a call.
|
1200
|
-
*/
|
1201
|
-
deviceChecks?: DeviceCheckOptions;
|
1202
|
-
/**
|
1203
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1204
|
-
* unable to grant your site the required permissions for the call.
|
1205
|
-
*
|
1206
|
-
* @example
|
1207
|
-
* ```ts
|
1208
|
-
* onPermissionsTroubleshootingClick: () =>
|
1209
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1210
|
-
* ```
|
1211
|
-
*
|
1212
|
-
* @remarks
|
1213
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1214
|
-
*/
|
1215
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1216
|
-
camera: PermissionState;
|
1217
|
-
microphone: PermissionState;
|
1218
|
-
}) => void;
|
1219
|
-
/**
|
1220
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1221
|
-
* having network issues when connecting to the call.
|
1222
|
-
*
|
1223
|
-
* @example
|
1224
|
-
* ```ts
|
1225
|
-
* onNetworkingTroubleShootingClick?: () =>
|
1226
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1227
|
-
* ```
|
1228
|
-
*
|
1229
|
-
* @remarks
|
1230
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1231
|
-
*/
|
1232
|
-
onNetworkingTroubleShootingClick?: () => void;
|
1233
|
-
/**
|
1234
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1235
|
-
*
|
1236
|
-
* @example
|
1237
|
-
* ```ts
|
1238
|
-
* onBrowserTroubleShootingClick?: () =>
|
1239
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1240
|
-
* ```
|
1241
|
-
*
|
1242
|
-
* @remarks
|
1243
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
1244
|
-
*/
|
1245
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
1246
|
-
/**
|
1247
|
-
* Remote participant video tile menu options
|
1248
|
-
*/
|
1249
|
-
remoteVideoTileMenu?: RemoteVideoTileMenuOptions;
|
1250
916
|
};
|
1251
917
|
|
1252
918
|
/**
|
@@ -1254,7 +920,7 @@ export declare type CallCompositeOptions = {
|
|
1254
920
|
*
|
1255
921
|
* @public
|
1256
922
|
*/
|
1257
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' |
|
923
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall';
|
1258
924
|
|
1259
925
|
/**
|
1260
926
|
* Props for {@link CallComposite}.
|
@@ -1360,6 +1026,10 @@ export declare interface CallCompositeStrings {
|
|
1360
1026
|
* More details text of the page shown to the user when joining a call fails due to a network problem.
|
1361
1027
|
*/
|
1362
1028
|
failedToJoinCallDueToNoNetworkMoreDetails?: string;
|
1029
|
+
/**
|
1030
|
+
* Text to display on a leaving page.
|
1031
|
+
*/
|
1032
|
+
leavingCallTitle?: string;
|
1363
1033
|
/**
|
1364
1034
|
* Title text of the page shown to the user when they leave a call in the call composite.
|
1365
1035
|
*/
|
@@ -1468,130 +1138,10 @@ export declare interface CallCompositeStrings {
|
|
1468
1138
|
* Tooltip text used to inform a user that toggling microphone in lobby is not supported.
|
1469
1139
|
*/
|
1470
1140
|
microphoneToggleInLobbyNotAllowed: string;
|
1471
|
-
/**
|
1472
|
-
* Side pane People section Title.
|
1473
|
-
*/
|
1474
|
-
peoplePaneTitle: string;
|
1475
|
-
/**
|
1476
|
-
* Aria label string for return to call back button
|
1477
|
-
*/
|
1478
|
-
returnToCallButtonAriaLabel?: string;
|
1479
|
-
/**
|
1480
|
-
* Aria Description string for return to call button
|
1481
|
-
*/
|
1482
|
-
returnToCallButtonAriaDescription?: string;
|
1483
|
-
/**
|
1484
|
-
* control bar People button label
|
1485
|
-
*/
|
1486
|
-
peopleButtonLabel: string;
|
1487
|
-
/**
|
1488
|
-
* control bar Chat button label.
|
1489
|
-
*/
|
1490
|
-
chatButtonLabel: string;
|
1491
|
-
/**
|
1492
|
-
* Label for SidePaneHeader dismiss button
|
1493
|
-
*/
|
1494
|
-
dismissSidePaneButtonLabel?: string;
|
1495
|
-
/**
|
1496
|
-
* Side pane People section subheader.
|
1497
|
-
*/
|
1498
|
-
peoplePaneSubTitle: string;
|
1499
|
-
/**
|
1500
|
-
* Label for button to copy invite link
|
1501
|
-
*/
|
1502
|
-
copyInviteLinkButtonLabel: string;
|
1503
|
-
/**
|
1504
|
-
* Label for button to open dialpad
|
1505
|
-
*/
|
1506
|
-
openDialpadButtonLabel: string;
|
1507
|
-
/**
|
1508
|
-
* Label for menu item to remove participant
|
1509
|
-
*/
|
1510
|
-
removeMenuLabel: string;
|
1511
|
-
/**
|
1512
|
-
* Label for add people dropdown
|
1513
|
-
*/
|
1514
|
-
peoplePaneAddPeopleButtonLabel: string;
|
1515
|
-
/**
|
1516
|
-
* Label for button to start a call
|
1517
|
-
*/
|
1518
|
-
dialpadStartCallButtonLabel: string;
|
1519
|
-
/**
|
1520
|
-
* Title for dialpad Modal
|
1521
|
-
*/
|
1522
|
-
dialpadModalTitle: string;
|
1523
|
-
/**
|
1524
|
-
* Aria Label for dialpad Modal
|
1525
|
-
*/
|
1526
|
-
dialpadModalAriaLabel: string;
|
1527
|
-
/**
|
1528
|
-
* Aria Label for dialpad Modal close button
|
1529
|
-
*/
|
1530
|
-
dialpadCloseModalButtonAriaLabel: string;
|
1531
|
-
/**
|
1532
|
-
* label for more button in the Calling composite
|
1533
|
-
*/
|
1534
|
-
moreButtonCallingLabel: string;
|
1535
|
-
/**
|
1536
|
-
* Label for the resume call button on the hold pane
|
1537
|
-
*/
|
1538
|
-
resumeCallButtonLabel: string;
|
1539
|
-
/**
|
1540
|
-
* Label for the resume call button on the hold pane when call is resuming
|
1541
|
-
*/
|
1542
|
-
resumingCallButtonLabel: string;
|
1543
|
-
/**
|
1544
|
-
* Aria label for the resume call button on the hold pane
|
1545
|
-
*/
|
1546
|
-
resumeCallButtonAriaLabel: string;
|
1547
|
-
/**
|
1548
|
-
* Aria label for the resume call button on the hold pane when call is resuming
|
1549
|
-
*/
|
1550
|
-
resumingCallButtonAriaLabel: string;
|
1551
|
-
/**
|
1552
|
-
* Label for the hold pane
|
1553
|
-
*/
|
1554
|
-
holdScreenLabel: string;
|
1555
|
-
/**
|
1556
|
-
* Placeholder text for dtmf dialpad
|
1557
|
-
*/
|
1558
|
-
dtmfDialpadPlaceholderText: string;
|
1559
|
-
/**
|
1560
|
-
* Label for the button to open dtmf dialpad
|
1561
|
-
*/
|
1562
|
-
openDtmfDialpadLabel: string;
|
1563
1141
|
/**
|
1564
1142
|
* aria label for when the invite link has been actioned
|
1565
1143
|
*/
|
1566
1144
|
copyInviteLinkActionedAriaLabel: string;
|
1567
|
-
/**
|
1568
|
-
* Title text of the page shown to the user when the user attempts to join a room that cannot be found.
|
1569
|
-
*/
|
1570
|
-
roomNotFoundTitle: string;
|
1571
|
-
/**
|
1572
|
-
* More details text of the page shown to the user when the user attempts to join a room that cannot be found.
|
1573
|
-
*/
|
1574
|
-
roomNotFoundDetails?: string;
|
1575
|
-
/**
|
1576
|
-
* Title text of the page shown to the user when the user attempts to join a room to which they are not invited.
|
1577
|
-
*/
|
1578
|
-
deniedPermissionToRoomTitle: string;
|
1579
|
-
/**
|
1580
|
-
* More details text of the page shown to the user when the user attempts to join a room to which they are not invited.
|
1581
|
-
*/
|
1582
|
-
deniedPermissionToRoomDetails?: string;
|
1583
|
-
/**
|
1584
|
-
* Control bar People button ToolTipContent
|
1585
|
-
*/
|
1586
|
-
peopleButtonTooltipOpen: string;
|
1587
|
-
/**
|
1588
|
-
* Control bar People button ToolTipContent
|
1589
|
-
*/
|
1590
|
-
peopleButtonTooltipClose: string;
|
1591
|
-
/**
|
1592
|
-
* Label disaplayed on the lobby screen during a 1:1 outbound call.
|
1593
|
-
*/
|
1594
|
-
outboundCallingNoticeString: string;
|
1595
1145
|
/**
|
1596
1146
|
* Notice to be announced by narrator when a participant joins a call
|
1597
1147
|
*/
|
@@ -1650,72 +1200,15 @@ export declare type CallControlDisplayType = 'default' | 'compact';
|
|
1650
1200
|
*
|
1651
1201
|
* @public
|
1652
1202
|
*/
|
1653
|
-
export declare type CallControlOptions = {
|
1654
|
-
/**
|
1655
|
-
* {@link CallControlDisplayType} to change how the call controls are displayed.
|
1656
|
-
* `'compact'` display type will decreases the size of buttons and hide the labels.
|
1657
|
-
*
|
1658
|
-
* @remarks
|
1659
|
-
* If the composite `formFactor` is set to `'mobile'`, the control bar will always use compact view.
|
1660
|
-
*
|
1661
|
-
* @defaultValue 'default'
|
1662
|
-
*/
|
1663
|
-
displayType?: CallControlDisplayType;
|
1203
|
+
export declare type CallControlOptions = (CommonCallControlOptions & {
|
1664
1204
|
/**
|
1665
|
-
* Show or
|
1205
|
+
* Show, Hide or Disable participants button during a call. This is the option only work for legacyControl bar.
|
1666
1206
|
* @defaultValue true
|
1667
1207
|
*/
|
1668
|
-
|
1208
|
+
participantsButton?: boolean | {
|
1669
1209
|
disabled: boolean;
|
1670
1210
|
};
|
1671
|
-
|
1672
|
-
* Show or Hide EndCall button during a call.
|
1673
|
-
* @defaultValue true
|
1674
|
-
*/
|
1675
|
-
endCallButton?: boolean;
|
1676
|
-
/**
|
1677
|
-
* Show or Hide Microphone button during a call.
|
1678
|
-
* @defaultValue true
|
1679
|
-
*/
|
1680
|
-
microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
1681
|
-
disabled: boolean;
|
1682
|
-
};
|
1683
|
-
/**
|
1684
|
-
* Show or Hide Devices button during a call.
|
1685
|
-
* @defaultValue true
|
1686
|
-
*/
|
1687
|
-
devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
1688
|
-
disabled: boolean;
|
1689
|
-
};
|
1690
|
-
/**
|
1691
|
-
* Show, Hide or Disable participants button during a call.
|
1692
|
-
* @defaultValue true
|
1693
|
-
*/
|
1694
|
-
participantsButton?: boolean | {
|
1695
|
-
disabled: boolean;
|
1696
|
-
};
|
1697
|
-
/**
|
1698
|
-
* Show, Hide or Disable the screen share button during a call.
|
1699
|
-
* @defaultValue true
|
1700
|
-
*/
|
1701
|
-
screenShareButton?: boolean | {
|
1702
|
-
disabled: boolean;
|
1703
|
-
};
|
1704
|
-
/**
|
1705
|
-
* Show, Hide or disable the more button during a call.
|
1706
|
-
* @defaultValue true
|
1707
|
-
*/
|
1708
|
-
moreButton?: boolean;
|
1709
|
-
/**
|
1710
|
-
* Inject custom buttons in the call controls.
|
1711
|
-
*
|
1712
|
-
* @beta
|
1713
|
-
*/
|
1714
|
-
onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
|
1715
|
-
holdButton?: boolean | {
|
1716
|
-
disabled: boolean;
|
1717
|
-
};
|
1718
|
-
};
|
1211
|
+
});
|
1719
1212
|
|
1720
1213
|
/**
|
1721
1214
|
* Callback for {@link CallAdapterSubscribers} 'callEnded' event.
|
@@ -1776,7 +1269,7 @@ export declare type CallErrors = {
|
|
1776
1269
|
*
|
1777
1270
|
* @public
|
1778
1271
|
*/
|
1779
|
-
export declare type CallErrorTarget = 'Call.addParticipant' |
|
1272
|
+
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject';
|
1780
1273
|
|
1781
1274
|
/**
|
1782
1275
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -1843,25 +1336,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
1843
1336
|
isMuted?: boolean;
|
1844
1337
|
/** Whether calling participant is speaking */
|
1845
1338
|
isSpeaking?: boolean;
|
1846
|
-
/** Role of participant in Rooms call */
|
1847
|
-
role?: Role;
|
1848
|
-
};
|
1849
|
-
|
1850
|
-
/**
|
1851
|
-
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
1852
|
-
*
|
1853
|
-
* @remarks
|
1854
|
-
* This is currently in beta and only supports calling one Teams User.
|
1855
|
-
*
|
1856
|
-
* @example
|
1857
|
-
* ```
|
1858
|
-
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
1859
|
-
* ```
|
1860
|
-
*
|
1861
|
-
* @beta
|
1862
|
-
*/
|
1863
|
-
export declare type CallParticipantsLocator = {
|
1864
|
-
participantIds: string[];
|
1865
1339
|
};
|
1866
1340
|
|
1867
1341
|
/**
|
@@ -1880,7 +1354,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
|
|
1880
1354
|
*/
|
1881
1355
|
export declare interface CallProviderProps {
|
1882
1356
|
children: React_2.ReactNode;
|
1883
|
-
call?: Call
|
1357
|
+
call?: Call;
|
1884
1358
|
}
|
1885
1359
|
|
1886
1360
|
/**
|
@@ -1894,10 +1368,6 @@ export declare interface CallState {
|
|
1894
1368
|
* Proxy of {@link @azure/communication-calling#Call.id}.
|
1895
1369
|
*/
|
1896
1370
|
id: string;
|
1897
|
-
/**
|
1898
|
-
* Type of the call.
|
1899
|
-
*/
|
1900
|
-
kind: CallKind;
|
1901
1371
|
/**
|
1902
1372
|
* Proxy of {@link @azure/communication-calling#Call.callerInfo}.
|
1903
1373
|
*/
|
@@ -1980,10 +1450,6 @@ export declare interface CallState {
|
|
1980
1450
|
* Stores the latest call diagnostics.
|
1981
1451
|
*/
|
1982
1452
|
diagnostics: DiagnosticsCallFeatureState;
|
1983
|
-
/**
|
1984
|
-
* Proxy of {@link @azure/communication-calling#Call.role}.
|
1985
|
-
*/
|
1986
|
-
role?: ParticipantRole;
|
1987
1453
|
}
|
1988
1454
|
|
1989
1455
|
/**
|
@@ -2007,12 +1473,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
2007
1473
|
* @public
|
2008
1474
|
*/
|
2009
1475
|
removeParticipant(userId: string): Promise<void>;
|
2010
|
-
/**
|
2011
|
-
* Remove a participant from the call.
|
2012
|
-
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
2013
|
-
* @beta
|
2014
|
-
*/
|
2015
|
-
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
2016
1476
|
/**
|
2017
1477
|
* Join the call with microphone initially on/off.
|
2018
1478
|
*
|
@@ -2067,12 +1527,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
2067
1527
|
* @public
|
2068
1528
|
*/
|
2069
1529
|
startCall(participants: string[], options?: StartCallOptions): Call | undefined;
|
2070
|
-
/**
|
2071
|
-
* Start the call.
|
2072
|
-
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
2073
|
-
* @beta
|
2074
|
-
*/
|
2075
|
-
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
|
2076
1530
|
/**
|
2077
1531
|
* Start sharing the screen during a call.
|
2078
1532
|
*
|
@@ -2225,49 +1679,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
2225
1679
|
* @public
|
2226
1680
|
*/
|
2227
1681
|
loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
|
2228
|
-
/** @beta */
|
2229
|
-
registerActiveFileUploads: (files: File[]) => FileUploadManager[];
|
2230
|
-
/** @beta */
|
2231
|
-
registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
|
2232
|
-
/** @beta */
|
2233
|
-
clearFileUploads: () => void;
|
2234
|
-
/** @beta */
|
2235
|
-
cancelFileUpload: (id: string) => void;
|
2236
|
-
/** @beta */
|
2237
|
-
updateFileUploadProgress: (id: string, progress: number) => void;
|
2238
|
-
/** @beta */
|
2239
|
-
updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
|
2240
|
-
/** @beta */
|
2241
|
-
updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
|
2242
|
-
/**
|
2243
|
-
* Puts the Call in a Localhold.
|
2244
|
-
*
|
2245
|
-
* @beta
|
2246
|
-
*/
|
2247
|
-
holdCall: () => Promise<void>;
|
2248
|
-
/**
|
2249
|
-
* Resumes the call from a LocalHold state.
|
2250
|
-
*
|
2251
|
-
* @beta
|
2252
|
-
*/
|
2253
|
-
resumeCall: () => Promise<void>;
|
2254
|
-
/**
|
2255
|
-
* Adds a new Participant to the call.
|
2256
|
-
*
|
2257
|
-
* @beta
|
2258
|
-
*/
|
2259
|
-
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
2260
|
-
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
2261
|
-
/**
|
2262
|
-
* send dtmf tone to another participant in the call in 1:1 calls
|
2263
|
-
*
|
2264
|
-
* @beta
|
2265
|
-
*/
|
2266
|
-
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
2267
|
-
/**
|
2268
|
-
* Continues into a call when the browser version is not supported.
|
2269
|
-
*/
|
2270
|
-
allowUnsupportedBrowserVersion(): void;
|
2271
1682
|
}
|
2272
1683
|
|
2273
1684
|
/**
|
@@ -2338,22 +1749,6 @@ export declare interface CallWithChatAdapterUiState {
|
|
2338
1749
|
* @public
|
2339
1750
|
*/
|
2340
1751
|
page: CallCompositePage;
|
2341
|
-
/**
|
2342
|
-
* Files being uploaded by a user in the current thread.
|
2343
|
-
* Should be set to null once the upload is complete.
|
2344
|
-
* Array of type {@link FileUploadsUiState}
|
2345
|
-
*
|
2346
|
-
* @beta
|
2347
|
-
*/
|
2348
|
-
fileUploads?: FileUploadsUiState;
|
2349
|
-
/**
|
2350
|
-
* State to track whether the end user has opted in to using a
|
2351
|
-
* out of date version of a supported browser. Allows the user
|
2352
|
-
* to start a call in this state.
|
2353
|
-
*
|
2354
|
-
* @beta
|
2355
|
-
*/
|
2356
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
2357
1752
|
}
|
2358
1753
|
|
2359
1754
|
/**
|
@@ -2378,10 +1773,6 @@ export declare interface CallWithChatClientState {
|
|
2378
1773
|
devices: DeviceManagerState;
|
2379
1774
|
/** State of whether the active call is a Teams interop call */
|
2380
1775
|
isTeamsCall: boolean;
|
2381
|
-
/** alternateCallerId for PSTN call */
|
2382
|
-
alternateCallerId?: string | undefined;
|
2383
|
-
/** Environment information for system adapter is made on */
|
2384
|
-
environmentInfo?: EnvironmentInfo;
|
2385
1776
|
}
|
2386
1777
|
|
2387
1778
|
/**
|
@@ -2448,9 +1839,6 @@ export declare type CallWithChatCompositeIcons = {
|
|
2448
1839
|
ParticipantItemScreenShareStart?: JSX.Element;
|
2449
1840
|
VideoTileMicOff?: JSX.Element;
|
2450
1841
|
LocalCameraSwitch?: JSX.Element;
|
2451
|
-
PeoplePaneAddPerson?: JSX.Element;
|
2452
|
-
PeoplePaneOpenDialpad?: JSX.Element;
|
2453
|
-
DialpadStartCall?: JSX.Element;
|
2454
1842
|
EditBoxCancel?: JSX.Element;
|
2455
1843
|
EditBoxSubmit?: JSX.Element;
|
2456
1844
|
MessageDelivered?: JSX.Element;
|
@@ -2477,62 +1865,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
2477
1865
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
2478
1866
|
*/
|
2479
1867
|
callControls?: boolean | CallWithChatControlOptions;
|
2480
|
-
/**
|
2481
|
-
* Properties for configuring the File Sharing feature.
|
2482
|
-
* If undefined, file sharing feature will be disabled.
|
2483
|
-
* @beta
|
2484
|
-
*/
|
2485
|
-
fileSharing?: FileSharingOptions;
|
2486
|
-
/**
|
2487
|
-
* Device permissions check options for your call.
|
2488
|
-
* Here you can choose what device permissions you prompt the user for,
|
2489
|
-
* as well as what device permissions must be accepted before starting a call.
|
2490
|
-
*/
|
2491
|
-
deviceChecks?: DeviceCheckOptions;
|
2492
|
-
/**
|
2493
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
2494
|
-
* unable to grant your site the required permissions for the call.
|
2495
|
-
*
|
2496
|
-
* @example
|
2497
|
-
* ```ts
|
2498
|
-
* onPermissionsTroubleshootingClick: () =>
|
2499
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
2500
|
-
* ```
|
2501
|
-
*
|
2502
|
-
* @remarks
|
2503
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
2504
|
-
*/
|
2505
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
2506
|
-
camera: PermissionState;
|
2507
|
-
microphone: PermissionState;
|
2508
|
-
}) => void;
|
2509
|
-
/**
|
2510
|
-
* Optional callback to supply users with further troubleshooting steps for network issues
|
2511
|
-
* experienced when connecting to a call.
|
2512
|
-
*
|
2513
|
-
* @example
|
2514
|
-
* ```ts
|
2515
|
-
* onNetworkingTroubleShootingClick?: () =>
|
2516
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
2517
|
-
* ```
|
2518
|
-
*
|
2519
|
-
* @remarks
|
2520
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
2521
|
-
*/
|
2522
|
-
onNetworkingTroubleShootingClick?: () => void;
|
2523
|
-
/**
|
2524
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
2525
|
-
*
|
2526
|
-
* @example
|
2527
|
-
* ```ts
|
2528
|
-
* onBrowserTroubleShootingClick?: () =>
|
2529
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
2530
|
-
* ```
|
2531
|
-
*
|
2532
|
-
* @remarks
|
2533
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
2534
|
-
*/
|
2535
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
2536
1868
|
};
|
2537
1869
|
|
2538
1870
|
/**
|
@@ -2658,10 +1990,6 @@ export declare interface CallWithChatCompositeStrings {
|
|
2658
1990
|
* Label for button to copy invite link
|
2659
1991
|
*/
|
2660
1992
|
copyInviteLinkButtonLabel: string;
|
2661
|
-
/**
|
2662
|
-
* Label for button to open dialpad
|
2663
|
-
*/
|
2664
|
-
openDialpadButtonLabel: string;
|
2665
1993
|
/**
|
2666
1994
|
* Label for SidePaneHeader dismiss button
|
2667
1995
|
*/
|
@@ -2674,34 +2002,6 @@ export declare interface CallWithChatCompositeStrings {
|
|
2674
2002
|
* Aria label string for return to call back button
|
2675
2003
|
*/
|
2676
2004
|
returnToCallButtonAriaLabel?: string;
|
2677
|
-
/**
|
2678
|
-
* Label for add people dropdown
|
2679
|
-
*/
|
2680
|
-
peoplePaneAddPeopleButtonLabel: string;
|
2681
|
-
/**
|
2682
|
-
* Label for button to start a call
|
2683
|
-
*/
|
2684
|
-
dialpadStartCallButtonLabel: string;
|
2685
|
-
/**
|
2686
|
-
* Title for dialpad Modal
|
2687
|
-
*/
|
2688
|
-
dialpadModalTitle: string;
|
2689
|
-
/**
|
2690
|
-
* Aria Label for dialpad Modal
|
2691
|
-
*/
|
2692
|
-
dialpadModalAriaLabel: string;
|
2693
|
-
/**
|
2694
|
-
* Aria Label for dialpad Modal close button
|
2695
|
-
*/
|
2696
|
-
dialpadCloseModalButtonAriaLabel: string;
|
2697
|
-
/**
|
2698
|
-
* Placeholder text for dtmf dialpad
|
2699
|
-
*/
|
2700
|
-
dtmfDialpadPlaceholderText: string;
|
2701
|
-
/**
|
2702
|
-
* Label for the button to open dtmf dialpad
|
2703
|
-
*/
|
2704
|
-
openDtmfDialpadLabel: string;
|
2705
2005
|
/**
|
2706
2006
|
* aria label for when the invite link has been actioned
|
2707
2007
|
*/
|
@@ -2709,77 +2009,16 @@ export declare interface CallWithChatCompositeStrings {
|
|
2709
2009
|
}
|
2710
2010
|
|
2711
2011
|
/**
|
2712
|
-
*
|
2012
|
+
* Customization options for the control bar in calling with chat experience.
|
2713
2013
|
*
|
2714
2014
|
* @public
|
2715
2015
|
*/
|
2716
|
-
export declare interface CallWithChatControlOptions {
|
2717
|
-
/**
|
2718
|
-
* {@link CallControlDisplayType} to change how the call controls are displayed.
|
2719
|
-
* `'compact'` display type will decreases the size of buttons and hide the labels.
|
2720
|
-
*
|
2721
|
-
* @remarks
|
2722
|
-
* If the composite `formFactor` is set to `'mobile'`, the control bar will always use compact view.
|
2723
|
-
*
|
2724
|
-
* @defaultValue 'default'
|
2725
|
-
*/
|
2726
|
-
displayType?: CallControlDisplayType;
|
2727
|
-
/**
|
2728
|
-
* Show or Hide Microphone button during a call.
|
2729
|
-
* @defaultValue true
|
2730
|
-
*/
|
2731
|
-
microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
2732
|
-
disabled: boolean;
|
2733
|
-
};
|
2734
|
-
/**
|
2735
|
-
* Show or Hide Camera Button during a call
|
2736
|
-
* @defaultValue true
|
2737
|
-
*/
|
2738
|
-
cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
2739
|
-
disabled: boolean;
|
2740
|
-
};
|
2741
|
-
/**
|
2742
|
-
* Show, Hide or Disable the screen share button during a call.
|
2743
|
-
* @defaultValue true
|
2744
|
-
*/
|
2745
|
-
screenShareButton?: boolean | {
|
2746
|
-
disabled: boolean;
|
2747
|
-
};
|
2748
|
-
/**
|
2749
|
-
* Show or Hide EndCall button during a call.
|
2750
|
-
* @defaultValue true
|
2751
|
-
*/
|
2752
|
-
endCallButton?: boolean;
|
2016
|
+
export declare interface CallWithChatControlOptions extends CommonCallControlOptions {
|
2753
2017
|
/**
|
2754
2018
|
* Show or hide the chat button in the call-with-chat composite control bar.
|
2755
2019
|
* @defaultValue true
|
2756
2020
|
*/
|
2757
|
-
chatButton?: boolean
|
2758
|
-
disabled: boolean;
|
2759
|
-
};
|
2760
|
-
/**
|
2761
|
-
* Show or hide the people button in the call-with-chat composite control bar.
|
2762
|
-
* @defaultValue true
|
2763
|
-
*/
|
2764
|
-
peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
2765
|
-
disabled: boolean;
|
2766
|
-
};
|
2767
|
-
/**
|
2768
|
-
* Inject custom buttons in the call controls.
|
2769
|
-
*
|
2770
|
-
* @beta
|
2771
|
-
*/
|
2772
|
-
onFetchCustomButtonProps?: CustomCallWithChatControlButtonCallback[];
|
2773
|
-
/**
|
2774
|
-
* Show or hide the more button in the call-with-chat control bar.
|
2775
|
-
*/
|
2776
|
-
moreButton?: boolean;
|
2777
|
-
/**
|
2778
|
-
* Show or hide the hold button in the bottom sheet drawer
|
2779
|
-
*/
|
2780
|
-
holdButton?: boolean | {
|
2781
|
-
disabled: boolean;
|
2782
|
-
};
|
2021
|
+
chatButton?: boolean;
|
2783
2022
|
}
|
2784
2023
|
|
2785
2024
|
/**
|
@@ -2789,35 +2028,6 @@ export declare interface CallWithChatControlOptions {
|
|
2789
2028
|
*/
|
2790
2029
|
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'messageReceived' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved';
|
2791
2030
|
|
2792
|
-
/**
|
2793
|
-
* @beta
|
2794
|
-
*
|
2795
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
2796
|
-
* by their browsers settings.
|
2797
|
-
*/
|
2798
|
-
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
2799
|
-
|
2800
|
-
/**
|
2801
|
-
* @beta
|
2802
|
-
* Props for CameraAndMicrophoneSitePermissions component.
|
2803
|
-
*/
|
2804
|
-
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
2805
|
-
/** Icon name for the camera icon */
|
2806
|
-
cameraIconName?: string;
|
2807
|
-
/** Icon name for the microphone icon */
|
2808
|
-
microphoneIconName?: string;
|
2809
|
-
/** Icon name for the central icon between the camera and microphone icons */
|
2810
|
-
connectorIconName?: string;
|
2811
|
-
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
2812
|
-
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
2813
|
-
}
|
2814
|
-
|
2815
|
-
/**
|
2816
|
-
* @beta
|
2817
|
-
* Strings for CameraAndMicrophoneSitePermissions component.
|
2818
|
-
*/
|
2819
|
-
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
2820
|
-
|
2821
2031
|
/**
|
2822
2032
|
* A button to turn camera on / off.
|
2823
2033
|
*
|
@@ -2940,6 +2150,18 @@ export declare interface CameraButtonStrings {
|
|
2940
2150
|
* Camera action turned off string for announcer
|
2941
2151
|
*/
|
2942
2152
|
cameraActionTurnedOffAnnouncement?: string;
|
2153
|
+
/**
|
2154
|
+
* Primary action for when the camera is turned off
|
2155
|
+
*/
|
2156
|
+
offSplitButtonPrimaryActionCamera?: string;
|
2157
|
+
/**
|
2158
|
+
* Primary action for when the camera is on
|
2159
|
+
*/
|
2160
|
+
onSplitButtonPrimaryActionCamera?: string;
|
2161
|
+
/**
|
2162
|
+
* Title for primary action section of split button
|
2163
|
+
*/
|
2164
|
+
cameraPrimaryActionSplitButtonTitle?: string;
|
2943
2165
|
}
|
2944
2166
|
|
2945
2167
|
/**
|
@@ -2955,36 +2177,17 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
2955
2177
|
}
|
2956
2178
|
|
2957
2179
|
/**
|
2958
|
-
*
|
2959
|
-
*
|
2960
|
-
*
|
2961
|
-
* @beta
|
2962
|
-
*/
|
2963
|
-
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
2964
|
-
|
2965
|
-
/**
|
2966
|
-
* @beta
|
2967
|
-
* Props for CameraSitePermissions component.
|
2968
|
-
*/
|
2969
|
-
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
2970
|
-
/** Icon name for the camera icon */
|
2971
|
-
cameraIconName?: string;
|
2972
|
-
/** Strings for use with the {@link CameraSitePermissions} */
|
2973
|
-
strings?: CameraSitePermissionsStrings;
|
2974
|
-
}
|
2975
|
-
|
2976
|
-
/**
|
2977
|
-
* @beta
|
2978
|
-
* Strings for CameraSitePermissions component.
|
2180
|
+
* @public
|
2181
|
+
* Callback function run when a message edit is cancelled.
|
2979
2182
|
*/
|
2980
|
-
export declare type
|
2183
|
+
export declare type CancelEditCallback = (messageId: string) => void;
|
2981
2184
|
|
2982
2185
|
/**
|
2983
2186
|
* {@link ChatComposite} Adapter interface.
|
2984
2187
|
*
|
2985
2188
|
* @public
|
2986
2189
|
*/
|
2987
|
-
export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers
|
2190
|
+
export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers;
|
2988
2191
|
|
2989
2192
|
/**
|
2990
2193
|
* {@link ChatAdapter} state.
|
@@ -3092,9 +2295,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
3092
2295
|
/**
|
3093
2296
|
* Update a message content.
|
3094
2297
|
*/
|
3095
|
-
updateMessage(messageId: string, content: string, metadata?: Record<string, string
|
3096
|
-
attachedFilesMetadata?: FileMetadata[];
|
3097
|
-
}): Promise<void>;
|
2298
|
+
updateMessage(messageId: string, content: string, metadata?: Record<string, string>): Promise<void>;
|
3098
2299
|
/**
|
3099
2300
|
* Delete a message in the thread.
|
3100
2301
|
*/
|
@@ -3116,13 +2317,6 @@ export declare interface ChatAdapterThreadManagement {
|
|
3116
2317
|
*/
|
3117
2318
|
export declare type ChatAdapterUiState = {
|
3118
2319
|
error?: Error;
|
3119
|
-
/**
|
3120
|
-
* Files being uploaded by a user in the current thread.
|
3121
|
-
* Should be set to null once the upload is complete.
|
3122
|
-
* Array of type {@link FileUploadsUiState}
|
3123
|
-
* @beta
|
3124
|
-
*/
|
3125
|
-
fileUploads?: FileUploadsUiState;
|
3126
2320
|
};
|
3127
2321
|
|
3128
2322
|
/**
|
@@ -3225,7 +2419,6 @@ export declare type ChatCompositeIcons = {
|
|
3225
2419
|
ParticipantItemOptionsHovered?: JSX.Element;
|
3226
2420
|
SendBoxSend?: JSX.Element;
|
3227
2421
|
SendBoxSendHovered?: JSX.Element;
|
3228
|
-
SendBoxAttachFile?: JSX.Element;
|
3229
2422
|
};
|
3230
2423
|
|
3231
2424
|
/**
|
@@ -3240,13 +2433,6 @@ export declare type ChatCompositeOptions = {
|
|
3240
2433
|
* @defaultValue true
|
3241
2434
|
*/
|
3242
2435
|
errorBar?: boolean;
|
3243
|
-
/**
|
3244
|
-
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
3245
|
-
* @defaultValue false
|
3246
|
-
*
|
3247
|
-
* @beta
|
3248
|
-
*/
|
3249
|
-
participantPane?: boolean;
|
3250
2436
|
/**
|
3251
2437
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
3252
2438
|
* @defaultValue true
|
@@ -3257,12 +2443,6 @@ export declare type ChatCompositeOptions = {
|
|
3257
2443
|
* When undefined nothing has focus on render
|
3258
2444
|
*/
|
3259
2445
|
autoFocus?: 'sendBoxTextField';
|
3260
|
-
/**
|
3261
|
-
* Properties for configuring the File Sharing feature.
|
3262
|
-
* If undefined, file sharing feature will be disabled.
|
3263
|
-
* @beta
|
3264
|
-
*/
|
3265
|
-
fileSharing?: FileSharingOptions;
|
3266
2446
|
};
|
3267
2447
|
|
3268
2448
|
/**
|
@@ -3290,12 +2470,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
3290
2470
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
3291
2471
|
*/
|
3292
2472
|
options?: ChatCompositeOptions;
|
3293
|
-
/**
|
3294
|
-
* Optimizes the composite form factor for either desktop or mobile.
|
3295
|
-
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
3296
|
-
* @defaultValue 'desktop'
|
3297
|
-
*/
|
3298
|
-
formFactor?: 'desktop' | 'mobile';
|
3299
2473
|
}
|
3300
2474
|
|
3301
2475
|
/**
|
@@ -3310,10 +2484,6 @@ export declare interface ChatCompositeStrings {
|
|
3310
2484
|
* Chat list header text
|
3311
2485
|
*/
|
3312
2486
|
chatListHeader: string;
|
3313
|
-
/**
|
3314
|
-
* Upload File Button text
|
3315
|
-
*/
|
3316
|
-
uploadFile: string;
|
3317
2487
|
}
|
3318
2488
|
|
3319
2489
|
/**
|
@@ -3379,9 +2549,7 @@ export declare type ChatHandlers = {
|
|
3379
2549
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
3380
2550
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
3381
2551
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
3382
|
-
onUpdateMessage: (messageId: string, content: string
|
3383
|
-
attachedFilesMetadata?: FileMetadata[];
|
3384
|
-
}) => Promise<void>;
|
2552
|
+
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
3385
2553
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
3386
2554
|
};
|
3387
2555
|
|
@@ -3398,6 +2566,7 @@ export declare interface ChatMessage extends MessageCommon {
|
|
3398
2566
|
senderId?: string;
|
3399
2567
|
senderDisplayName?: string;
|
3400
2568
|
status?: MessageStatus;
|
2569
|
+
failureReason?: string;
|
3401
2570
|
attached?: MessageAttachedStatus;
|
3402
2571
|
mine?: boolean;
|
3403
2572
|
clientMessageId?: string;
|
@@ -3407,12 +2576,6 @@ export declare interface ChatMessage extends MessageCommon {
|
|
3407
2576
|
* {@link @azure/communication-chat#ChatMessage.metadata}
|
3408
2577
|
*/
|
3409
2578
|
metadata?: Record<string, string>;
|
3410
|
-
/**
|
3411
|
-
* @beta
|
3412
|
-
* A list of files attached to the message.
|
3413
|
-
* {@link FileMetadata}
|
3414
|
-
*/
|
3415
|
-
attachedFilesMetadata?: FileMetadata[];
|
3416
2579
|
}
|
3417
2580
|
|
3418
2581
|
/**
|
@@ -3559,89 +2722,101 @@ export declare interface CommonCallAdapter extends AdapterState<CallAdapterState
|
|
3559
2722
|
* @public
|
3560
2723
|
*/
|
3561
2724
|
startCall(participants: string[], options?: StartCallOptions): void;
|
3562
|
-
/**
|
3563
|
-
* Start the call.
|
3564
|
-
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
3565
|
-
* @beta
|
3566
|
-
*/
|
3567
|
-
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): void;
|
3568
2725
|
}
|
3569
2726
|
|
3570
2727
|
/**
|
3571
|
-
*
|
3572
|
-
*
|
3573
|
-
* Calling related components from this package are able to pick out relevant handlers from this object.
|
3574
|
-
* See {@link useHandlers} and {@link usePropsFor}.
|
2728
|
+
* Customization options for the control bar in calling experience.
|
3575
2729
|
*
|
3576
2730
|
* @public
|
3577
2731
|
*/
|
3578
|
-
export declare
|
3579
|
-
onStartLocalVideo: () => Promise<void>;
|
3580
|
-
onToggleCamera: (options?: VideoStreamOptions) => Promise<void>;
|
3581
|
-
onSelectMicrophone: (device: AudioDeviceInfo) => Promise<void>;
|
3582
|
-
onSelectSpeaker: (device: AudioDeviceInfo) => Promise<void>;
|
3583
|
-
onSelectCamera: (device: VideoDeviceInfo, options?: VideoStreamOptions) => Promise<void>;
|
3584
|
-
onToggleMicrophone: () => Promise<void>;
|
3585
|
-
onStartScreenShare: () => Promise<void>;
|
3586
|
-
onStopScreenShare: () => Promise<void>;
|
3587
|
-
onToggleScreenShare: () => Promise<void>;
|
3588
|
-
onHangUp: (forEveryone?: boolean) => Promise<void>;
|
3589
|
-
onToggleHold: () => Promise<void>;
|
3590
|
-
onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
3591
|
-
onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
|
3592
|
-
onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
3593
|
-
onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
3594
|
-
onDisposeRemoteStreamView: (userId: string) => Promise<void>;
|
3595
|
-
onDisposeLocalStreamView: () => Promise<void>;
|
3596
|
-
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
3597
|
-
onRemoveParticipant(userId: string): Promise<void>;
|
3598
|
-
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
3599
|
-
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
3600
|
-
onStartCall: (participants: (CommunicationUserIdentifier | PhoneNumberIdentifier | UnknownIdentifier)[], options?: StartCallOptions) => void;
|
3601
|
-
}
|
3602
|
-
|
3603
|
-
/**
|
3604
|
-
* Return intersect properties of 2 types
|
3605
|
-
*
|
3606
|
-
* @public
|
3607
|
-
*/
|
3608
|
-
export declare type CommonProperties<A, B> = {
|
3609
|
-
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
3610
|
-
}[keyof A & keyof B];
|
3611
|
-
|
3612
|
-
/**
|
3613
|
-
* @beta
|
3614
|
-
* Props for SitePermissions components.
|
3615
|
-
*/
|
3616
|
-
export declare interface CommonSitePermissionsProps {
|
2732
|
+
export declare type CommonCallControlOptions = {
|
3617
2733
|
/**
|
3618
|
-
*
|
2734
|
+
* {@link CallControlDisplayType} to change how the call controls are displayed.
|
2735
|
+
* `'compact'` display type will decreases the size of buttons and hide the labels.
|
2736
|
+
*
|
2737
|
+
* @remarks
|
2738
|
+
* If the composite `formFactor` is set to `'mobile'`, the control bar will always use compact view.
|
2739
|
+
*
|
2740
|
+
* @defaultValue 'default'
|
2741
|
+
*/
|
2742
|
+
displayType?: CallControlDisplayType;
|
2743
|
+
/**
|
2744
|
+
* Show or Hide Camera Button during a call
|
2745
|
+
* @defaultValue true
|
2746
|
+
*/
|
2747
|
+
cameraButton?: boolean;
|
2748
|
+
/**
|
2749
|
+
* Show or Hide EndCall button during a call.
|
2750
|
+
* @defaultValue true
|
3619
2751
|
*/
|
3620
|
-
|
2752
|
+
endCallButton?: boolean;
|
3621
2753
|
/**
|
3622
|
-
*
|
2754
|
+
* Show or Hide Microphone button during a call.
|
2755
|
+
* @defaultValue true
|
3623
2756
|
*/
|
3624
|
-
|
2757
|
+
microphoneButton?: boolean;
|
3625
2758
|
/**
|
3626
|
-
*
|
2759
|
+
* Show or Hide Devices button during a call.
|
2760
|
+
* @defaultValue true
|
3627
2761
|
*/
|
3628
|
-
|
2762
|
+
devicesButton?: boolean;
|
3629
2763
|
/**
|
3630
|
-
*
|
3631
|
-
*
|
2764
|
+
* Show, Hide or Disable participants button during a call.
|
2765
|
+
* @defaultValue true
|
3632
2766
|
*/
|
3633
|
-
|
2767
|
+
participantsButton?: boolean | {
|
2768
|
+
disabled: boolean;
|
2769
|
+
};
|
3634
2770
|
/**
|
3635
|
-
*
|
3636
|
-
*
|
2771
|
+
* Show, Hide or Disable the screen share button during a call.
|
2772
|
+
* @defaultValue true
|
3637
2773
|
*/
|
3638
|
-
|
2774
|
+
screenShareButton?: boolean | {
|
2775
|
+
disabled: boolean;
|
2776
|
+
};
|
3639
2777
|
/**
|
3640
|
-
*
|
2778
|
+
* Show or hide the people button in the composite control bar.
|
2779
|
+
* @defaultValue true
|
3641
2780
|
*/
|
3642
|
-
|
2781
|
+
peopleButton?: boolean;
|
2782
|
+
};
|
2783
|
+
|
2784
|
+
/**
|
2785
|
+
* Object containing all the handlers required for calling components.
|
2786
|
+
*
|
2787
|
+
* Calling related components from this package are able to pick out relevant handlers from this object.
|
2788
|
+
* See {@link useHandlers} and {@link usePropsFor}.
|
2789
|
+
*
|
2790
|
+
* @public
|
2791
|
+
*/
|
2792
|
+
export declare interface CommonCallingHandlers {
|
2793
|
+
onStartLocalVideo: () => Promise<void>;
|
2794
|
+
onToggleCamera: (options?: VideoStreamOptions) => Promise<void>;
|
2795
|
+
onSelectMicrophone: (device: AudioDeviceInfo) => Promise<void>;
|
2796
|
+
onSelectSpeaker: (device: AudioDeviceInfo) => Promise<void>;
|
2797
|
+
onSelectCamera: (device: VideoDeviceInfo, options?: VideoStreamOptions) => Promise<void>;
|
2798
|
+
onToggleMicrophone: () => Promise<void>;
|
2799
|
+
onStartScreenShare: () => Promise<void>;
|
2800
|
+
onStopScreenShare: () => Promise<void>;
|
2801
|
+
onToggleScreenShare: () => Promise<void>;
|
2802
|
+
onHangUp: (forEveryone?: boolean) => Promise<void>;
|
2803
|
+
onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
2804
|
+
onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
2805
|
+
onDisposeRemoteStreamView: (userId: string) => Promise<void>;
|
2806
|
+
onDisposeLocalStreamView: () => Promise<void>;
|
2807
|
+
onRemoveParticipant(userId: string): Promise<void>;
|
2808
|
+
onStartCall: (participants: (CommunicationUserIdentifier | PhoneNumberIdentifier | UnknownIdentifier)[], options?: StartCallOptions) => void;
|
3643
2809
|
}
|
3644
2810
|
|
2811
|
+
/**
|
2812
|
+
* Return intersect properties of 2 types
|
2813
|
+
*
|
2814
|
+
* @public
|
2815
|
+
*/
|
2816
|
+
export declare type CommonProperties<A, B> = {
|
2817
|
+
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
2818
|
+
}[keyof A & keyof B];
|
2819
|
+
|
3645
2820
|
/**
|
3646
2821
|
* A Chat or Calling participant's state, as reflected in the UI.
|
3647
2822
|
*
|
@@ -3654,6 +2829,13 @@ export declare type CommunicationParticipant = {
|
|
3654
2829
|
displayName?: string;
|
3655
2830
|
};
|
3656
2831
|
|
2832
|
+
/**
|
2833
|
+
* Locale for Arabic (Saudi Arabia).
|
2834
|
+
*
|
2835
|
+
* @public
|
2836
|
+
*/
|
2837
|
+
export declare const COMPONENT_LOCALE_AR_SA: ComponentLocale;
|
2838
|
+
|
3657
2839
|
/**
|
3658
2840
|
* Locale for German (Germany).
|
3659
2841
|
*
|
@@ -3682,6 +2864,13 @@ export declare const COMPONENT_LOCALE_EN_US: ComponentLocale;
|
|
3682
2864
|
*/
|
3683
2865
|
export declare const COMPONENT_LOCALE_ES_ES: ComponentLocale;
|
3684
2866
|
|
2867
|
+
/**
|
2868
|
+
* Locale for Finnish (Finland).
|
2869
|
+
*
|
2870
|
+
* @public
|
2871
|
+
*/
|
2872
|
+
export declare const COMPONENT_LOCALE_FI_FI: ComponentLocale;
|
2873
|
+
|
3685
2874
|
/**
|
3686
2875
|
* Locale for French (France).
|
3687
2876
|
*
|
@@ -3689,6 +2878,13 @@ export declare const COMPONENT_LOCALE_ES_ES: ComponentLocale;
|
|
3689
2878
|
*/
|
3690
2879
|
export declare const COMPONENT_LOCALE_FR_FR: ComponentLocale;
|
3691
2880
|
|
2881
|
+
/**
|
2882
|
+
* Locale for Hebrew (Israel).
|
2883
|
+
*
|
2884
|
+
* @public
|
2885
|
+
*/
|
2886
|
+
export declare const COMPONENT_LOCALE_HE_IL: ComponentLocale;
|
2887
|
+
|
3692
2888
|
/**
|
3693
2889
|
* Locale for Italian (Italy).
|
3694
2890
|
*
|
@@ -3710,6 +2906,13 @@ export declare const COMPONENT_LOCALE_JA_JP: ComponentLocale;
|
|
3710
2906
|
*/
|
3711
2907
|
export declare const COMPONENT_LOCALE_KO_KR: ComponentLocale;
|
3712
2908
|
|
2909
|
+
/**
|
2910
|
+
* Locale for Norwegian Bokmål (Norway) .
|
2911
|
+
*
|
2912
|
+
* @public
|
2913
|
+
*/
|
2914
|
+
export declare const COMPONENT_LOCALE_NB_NO: ComponentLocale;
|
2915
|
+
|
3713
2916
|
/**
|
3714
2917
|
* Locale for Dutch (Netherlands).
|
3715
2918
|
*
|
@@ -3717,6 +2920,13 @@ export declare const COMPONENT_LOCALE_KO_KR: ComponentLocale;
|
|
3717
2920
|
*/
|
3718
2921
|
export declare const COMPONENT_LOCALE_NL_NL: ComponentLocale;
|
3719
2922
|
|
2923
|
+
/**
|
2924
|
+
* Locale for Polish (Poland).
|
2925
|
+
*
|
2926
|
+
* @public
|
2927
|
+
*/
|
2928
|
+
export declare const COMPONENT_LOCALE_PL_PL: ComponentLocale;
|
2929
|
+
|
3720
2930
|
/**
|
3721
2931
|
* Locale for Portuguese (Brazil).
|
3722
2932
|
*
|
@@ -3731,6 +2941,13 @@ export declare const COMPONENT_LOCALE_PT_BR: ComponentLocale;
|
|
3731
2941
|
*/
|
3732
2942
|
export declare const COMPONENT_LOCALE_RU_RU: ComponentLocale;
|
3733
2943
|
|
2944
|
+
/**
|
2945
|
+
* Locale for Swedish (Sweden) .
|
2946
|
+
*
|
2947
|
+
* @public
|
2948
|
+
*/
|
2949
|
+
export declare const COMPONENT_LOCALE_SV_SE: ComponentLocale;
|
2950
|
+
|
3734
2951
|
/**
|
3735
2952
|
* Locale for Turkish (Turkey).
|
3736
2953
|
*
|
@@ -3769,11 +2986,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
3769
2986
|
export declare interface ComponentLocale {
|
3770
2987
|
/** Strings for components */
|
3771
2988
|
strings: ComponentStrings;
|
3772
|
-
/**
|
3773
|
-
* Optional function to provide customized date format.
|
3774
|
-
* @beta
|
3775
|
-
*/
|
3776
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
3777
2989
|
}
|
3778
2990
|
|
3779
2991
|
/**
|
@@ -3783,6 +2995,14 @@ export declare interface ComponentLocale {
|
|
3783
2995
|
*/
|
3784
2996
|
export declare type ComponentProps<Component extends (props: any) => JSX.Element> = ChatReturnProps<Component> extends never ? CallingReturnProps<Component> extends never ? undefined : CallingReturnProps<Component> : ChatReturnProps<Component>;
|
3785
2997
|
|
2998
|
+
/**
|
2999
|
+
* ComponentSlotStyle is a \@fluentui/react-northstar type.
|
3000
|
+
* As we have moved away from this package we have used the more generic IRawStyle type from fluent for interoperability.
|
3001
|
+
*
|
3002
|
+
* @public
|
3003
|
+
*/
|
3004
|
+
export declare type ComponentSlotStyle = Omit<IRawStyle, 'animation'>;
|
3005
|
+
|
3786
3006
|
/**
|
3787
3007
|
* Strings used by all components exported from this library.
|
3788
3008
|
*
|
@@ -3815,48 +3035,15 @@ export declare interface ComponentStrings {
|
|
3815
3035
|
errorBar: ErrorBarStrings;
|
3816
3036
|
/** Strings for VideoGallery */
|
3817
3037
|
videoGallery: VideoGalleryStrings;
|
3818
|
-
/** Strings for Dialpad */
|
3819
|
-
dialpad: DialpadStrings;
|
3820
|
-
/** Strings for VideoTile */
|
3821
|
-
videoTile: VideoTileStrings;
|
3822
|
-
/** Strings for HoldButton */
|
3823
|
-
holdButton: HoldButtonStrings;
|
3824
|
-
/** Strings for a site's permission request prompt */
|
3825
|
-
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
3826
|
-
/** Strings for a site's permission request prompt */
|
3827
|
-
CameraSitePermissionsRequest: SitePermissionsStrings;
|
3828
|
-
/** Strings for a site's permission request prompt */
|
3829
|
-
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
3830
|
-
/** Strings for a site's permission generic checking prompt */
|
3831
|
-
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
3832
|
-
/** Strings for a site's permission generic checking prompt */
|
3833
|
-
CameraSitePermissionsCheck: SitePermissionsStrings;
|
3834
|
-
/** Strings for a site's permission generic checking prompt */
|
3835
|
-
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
3836
|
-
/** Strings for a site's permission denied prompt */
|
3837
|
-
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
3838
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
3839
|
-
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
3840
|
-
/** Strings for a site's permission denied prompt */
|
3841
|
-
CameraSitePermissionsDenied: SitePermissionsStrings;
|
3842
|
-
/** Strings for a site's permission denied prompt */
|
3843
|
-
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
3844
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
3845
|
-
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
3846
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
3847
|
-
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
3848
|
-
/** Strings for unsupported browser UI */
|
3849
|
-
UnsupportedBrowser: UnsupportedBrowserStrings;
|
3850
|
-
/** Strings for unsupported browser version UI */
|
3851
|
-
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
3852
|
-
/** Strings for unsupported browser version UI */
|
3853
|
-
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
3854
|
-
/** Strings for BrowserPemissionDenied */
|
3855
|
-
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
3856
|
-
/** Strings for BrowserPemissionDeniedIOS */
|
3857
|
-
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
3858
3038
|
}
|
3859
3039
|
|
3040
|
+
/**
|
3041
|
+
* Locale for Arabic (Saudi Arabia)
|
3042
|
+
*
|
3043
|
+
* @public
|
3044
|
+
*/
|
3045
|
+
export declare const COMPOSITE_LOCALE_AR_SA: CompositeLocale;
|
3046
|
+
|
3860
3047
|
/**
|
3861
3048
|
* Locale for German (Germany)
|
3862
3049
|
*
|
@@ -3885,6 +3072,13 @@ export declare const COMPOSITE_LOCALE_EN_US: CompositeLocale;
|
|
3885
3072
|
*/
|
3886
3073
|
export declare const COMPOSITE_LOCALE_ES_ES: CompositeLocale;
|
3887
3074
|
|
3075
|
+
/**
|
3076
|
+
* Locale for Finnish (Finland)
|
3077
|
+
*
|
3078
|
+
* @public
|
3079
|
+
*/
|
3080
|
+
export declare const COMPOSITE_LOCALE_FI_FI: CompositeLocale;
|
3081
|
+
|
3888
3082
|
/**
|
3889
3083
|
* Locale for French (France)
|
3890
3084
|
*
|
@@ -3892,6 +3086,13 @@ export declare const COMPOSITE_LOCALE_ES_ES: CompositeLocale;
|
|
3892
3086
|
*/
|
3893
3087
|
export declare const COMPOSITE_LOCALE_FR_FR: CompositeLocale;
|
3894
3088
|
|
3089
|
+
/**
|
3090
|
+
* Locale for Hebrew (Israel)
|
3091
|
+
*
|
3092
|
+
* @public
|
3093
|
+
*/
|
3094
|
+
export declare const COMPOSITE_LOCALE_HE_IL: CompositeLocale;
|
3095
|
+
|
3895
3096
|
/**
|
3896
3097
|
* Locale for Italian (Italy)
|
3897
3098
|
*
|
@@ -3913,6 +3114,13 @@ export declare const COMPOSITE_LOCALE_JA_JP: CompositeLocale;
|
|
3913
3114
|
*/
|
3914
3115
|
export declare const COMPOSITE_LOCALE_KO_KR: CompositeLocale;
|
3915
3116
|
|
3117
|
+
/**
|
3118
|
+
* Locale for Norwegian Bokmål (Norway)
|
3119
|
+
*
|
3120
|
+
* @public
|
3121
|
+
*/
|
3122
|
+
export declare const COMPOSITE_LOCALE_NB_NO: CompositeLocale;
|
3123
|
+
|
3916
3124
|
/**
|
3917
3125
|
* Locale for Dutch (Netherlands)
|
3918
3126
|
*
|
@@ -3920,6 +3128,13 @@ export declare const COMPOSITE_LOCALE_KO_KR: CompositeLocale;
|
|
3920
3128
|
*/
|
3921
3129
|
export declare const COMPOSITE_LOCALE_NL_NL: CompositeLocale;
|
3922
3130
|
|
3131
|
+
/**
|
3132
|
+
* Locale for Polish (Poland)
|
3133
|
+
*
|
3134
|
+
* @public
|
3135
|
+
*/
|
3136
|
+
export declare const COMPOSITE_LOCALE_PL_PL: CompositeLocale;
|
3137
|
+
|
3923
3138
|
/**
|
3924
3139
|
* Locale for Portuguese (Brazil)
|
3925
3140
|
*
|
@@ -3934,6 +3149,13 @@ export declare const COMPOSITE_LOCALE_PT_BR: CompositeLocale;
|
|
3934
3149
|
*/
|
3935
3150
|
export declare const COMPOSITE_LOCALE_RU_RU: CompositeLocale;
|
3936
3151
|
|
3152
|
+
/**
|
3153
|
+
* Locale for Swedish (Sweden)
|
3154
|
+
*
|
3155
|
+
* @public
|
3156
|
+
*/
|
3157
|
+
export declare const COMPOSITE_LOCALE_SV_SE: CompositeLocale;
|
3158
|
+
|
3937
3159
|
/**
|
3938
3160
|
* Locale for Turkish (Turkey)
|
3939
3161
|
*
|
@@ -4162,7 +3384,7 @@ export declare interface ControlBarProps {
|
|
4162
3384
|
*
|
4163
3385
|
* @public
|
4164
3386
|
*/
|
4165
|
-
export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator
|
3387
|
+
export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
|
4166
3388
|
|
4167
3389
|
/**
|
4168
3390
|
* Create a {@link CallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -4172,7 +3394,7 @@ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName
|
|
4172
3394
|
*
|
4173
3395
|
* @public
|
4174
3396
|
*/
|
4175
|
-
export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator
|
3397
|
+
export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator) => Promise<CallAdapter>;
|
4176
3398
|
|
4177
3399
|
/**
|
4178
3400
|
* Create a CallWithChatAdapter backed by Azure Communication services
|
@@ -4180,7 +3402,7 @@ export declare const createAzureCommunicationCallAdapterFromClient: (callClient:
|
|
4180
3402
|
*
|
4181
3403
|
* @public
|
4182
3404
|
*/
|
4183
|
-
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator
|
3405
|
+
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
4184
3406
|
|
4185
3407
|
/**
|
4186
3408
|
* Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
|
@@ -4209,7 +3431,7 @@ export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointU
|
|
4209
3431
|
*
|
4210
3432
|
* @public
|
4211
3433
|
*/
|
4212
|
-
export declare
|
3434
|
+
export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient): Promise<ChatAdapter>;
|
4213
3435
|
|
4214
3436
|
/**
|
4215
3437
|
* Create the default implementation of {@link CallingHandlers} for teams call.
|
@@ -4233,16 +3455,6 @@ export declare const createDefaultCallingHandlers: (callClient: StatefulCallClie
|
|
4233
3455
|
*/
|
4234
3456
|
export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
|
4235
3457
|
|
4236
|
-
/**
|
4237
|
-
* Create the default implementation of {@link TeamsCallingHandlers} for teams call.
|
4238
|
-
*
|
4239
|
-
* Useful when implementing a custom component that utilizes the providers
|
4240
|
-
* exported from this library.
|
4241
|
-
*
|
4242
|
-
* @beta
|
4243
|
-
*/
|
4244
|
-
export declare const createDefaultTeamsCallingHandlers: (callClient: StatefulCallClient, callAgent: undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent, deviceManager: StatefulDeviceManager | undefined, call: undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall) => never | TeamsCallingHandlers;
|
4245
|
-
|
4246
3458
|
/**
|
4247
3459
|
* Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
|
4248
3460
|
* {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
|
@@ -4268,21 +3480,6 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
|
|
4268
3480
|
*/
|
4269
3481
|
export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions | undefined) => StatefulChatClient;
|
4270
3482
|
|
4271
|
-
/**
|
4272
|
-
* @beta
|
4273
|
-
*/
|
4274
|
-
export declare const createTeamsCallAdapter: ({ userId, credential, locator }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
4275
|
-
|
4276
|
-
/**
|
4277
|
-
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
4278
|
-
*
|
4279
|
-
* Useful if you want to keep a reference to {@link StatefulCallClient}.
|
4280
|
-
* Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
|
4281
|
-
*
|
4282
|
-
* @beta
|
4283
|
-
*/
|
4284
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator) => Promise<TeamsCallAdapter>;
|
4285
|
-
|
4286
3483
|
/**
|
4287
3484
|
* Object returned after creating a local or remote VideoStream.
|
4288
3485
|
* This contains helper functions to manipulate the render of the stream.
|
@@ -4333,164 +3530,8 @@ export declare type CustomAvatarOptions = {
|
|
4333
3530
|
styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
|
4334
3531
|
/** Display name to be used in Persona */
|
4335
3532
|
text?: string;
|
4336
|
-
/** State for the participant to be displayed in the defaultPlaceHolder */
|
4337
|
-
participantState?: ParticipantState;
|
4338
|
-
/**
|
4339
|
-
* If true, show the special coin for unknown persona.
|
4340
|
-
* It has '?' in place of initials, with static font and background colors
|
4341
|
-
*/
|
4342
|
-
showUnknownPersonaCoin?: boolean;
|
4343
3533
|
};
|
4344
3534
|
|
4345
|
-
/**
|
4346
|
-
* A callback that returns the props to render a custom {@link ControlBarButton}.
|
4347
|
-
*
|
4348
|
-
* The response indicates where the custom button should be placed.
|
4349
|
-
*
|
4350
|
-
* Performance tip: This callback is only called when either the callback or its arguments change.
|
4351
|
-
*
|
4352
|
-
* @beta
|
4353
|
-
*/
|
4354
|
-
export declare type CustomCallControlButtonCallback = (args: CustomCallControlButtonCallbackArgs) => CustomCallControlButtonProps;
|
4355
|
-
|
4356
|
-
/**
|
4357
|
-
* Arguments for {@link CustomCallControlButtonCallback}.
|
4358
|
-
*
|
4359
|
-
* @beta
|
4360
|
-
*/
|
4361
|
-
export declare interface CustomCallControlButtonCallbackArgs {
|
4362
|
-
/**
|
4363
|
-
* Buttons should reduce the size to fit a smaller viewport when `displayType` is `'compact'`.
|
4364
|
-
*
|
4365
|
-
* @defaultValue `'default'`
|
4366
|
-
*/
|
4367
|
-
displayType?: CallControlDisplayType;
|
4368
|
-
}
|
4369
|
-
|
4370
|
-
/**
|
4371
|
-
* Placement for a custom button injected in the {@link CallControls}.
|
4372
|
-
*
|
4373
|
-
* 'primary': Place the button(s) on the right end of the center control bar but before the EndCallButton (left end in rtl mode).
|
4374
|
-
*
|
4375
|
-
* Multiple buttons assigned the same placement are appended in order.
|
4376
|
-
* E.g., if two buttons are placed in 'primary', they'll both appear on the right end (left end in rtl mode)
|
4377
|
-
* before the EndCallButton in the order provided.
|
4378
|
-
*
|
4379
|
-
* @beta
|
4380
|
-
*/
|
4381
|
-
export declare type CustomCallControlButtonPlacement = 'primary';
|
4382
|
-
|
4383
|
-
/**
|
4384
|
-
* Response from {@link CustomCallControlButtonCallback}.
|
4385
|
-
*
|
4386
|
-
* Includes the placement prop necessary to indicate where to place the
|
4387
|
-
* {@link ControlBarButton} and a {@link DrawerMenuItem}
|
4388
|
-
*
|
4389
|
-
* @beta
|
4390
|
-
*/
|
4391
|
-
export declare interface CustomCallControlButtonProps extends CustomControlButtonProps {
|
4392
|
-
/**
|
4393
|
-
* Where to place the custom button relative to other buttons.
|
4394
|
-
*/
|
4395
|
-
placement: CustomCallControlButtonPlacement;
|
4396
|
-
/**
|
4397
|
-
* Icon to render. Icon is a non-default icon name that needs to be registered as a
|
4398
|
-
* custom icon using registerIcons through fluentui. Examples include icons from the fluentui library
|
4399
|
-
*/
|
4400
|
-
iconName?: string;
|
4401
|
-
}
|
4402
|
-
|
4403
|
-
/**
|
4404
|
-
* A callback that returns the props to render a custom {@link ControlBarButton} and {@link DrawerMenuItem}.
|
4405
|
-
*
|
4406
|
-
* The response indicates where the custom button should be placed.
|
4407
|
-
*
|
4408
|
-
* Performance tip: This callback is only called when either the callback or its arguments change.
|
4409
|
-
* @beta
|
4410
|
-
*/
|
4411
|
-
export declare type CustomCallWithChatControlButtonCallback = (args: CustomCallControlButtonCallbackArgs) => CustomCallWithChatControlButtonProps;
|
4412
|
-
|
4413
|
-
/**
|
4414
|
-
* Placement for a custom button injected in the {@link CallWithChatControlBar}.
|
4415
|
-
*
|
4416
|
-
* 'primary': Place the button(s) on the right end of the center control bar but before the EndCallButton (left end in rtl mode).
|
4417
|
-
* 'overflow': Place the buttons(s) on the end of the overflow Menu.
|
4418
|
-
* 'secondary': Place the button(s) on the left end of the side control bar (right in rtl mode).
|
4419
|
-
*
|
4420
|
-
* Multiple buttons assigned the same placement are appended in order.
|
4421
|
-
* E.g., if two buttons are placed in 'secondary', they'll both appear on the left end (right end in rtl mode)
|
4422
|
-
* in the order provided.
|
4423
|
-
*
|
4424
|
-
* @beta
|
4425
|
-
*/
|
4426
|
-
export declare type CustomCallWithChatControlButtonPlacement = 'primary' | 'overflow' | 'secondary';
|
4427
|
-
|
4428
|
-
/**
|
4429
|
-
* Response from {@link CustomCallWithChatControlButtonCallback}.
|
4430
|
-
*
|
4431
|
-
* Includes the icon and placement prop necessary to indicate where to place the
|
4432
|
-
* {@link ControlBarButton} and a {@link DrawerMenuItem}
|
4433
|
-
*
|
4434
|
-
* @beta
|
4435
|
-
*/
|
4436
|
-
export declare interface CustomCallWithChatControlButtonProps extends CustomControlButtonProps {
|
4437
|
-
/**
|
4438
|
-
* Where to place the custom button relative to other buttons.
|
4439
|
-
*/
|
4440
|
-
placement: CustomCallWithChatControlButtonPlacement;
|
4441
|
-
/**
|
4442
|
-
* Icon to render. Icon is a non-default icon name that needs to be registered as a
|
4443
|
-
* custom icon using registerIcons through fluentui. Examples include icons from the fluentui library
|
4444
|
-
*/
|
4445
|
-
iconName?: string;
|
4446
|
-
}
|
4447
|
-
|
4448
|
-
/**
|
4449
|
-
* Includes the base props necessary to render a {@link ControlBarButton} or {@link DrawerMenuItem}.
|
4450
|
-
*
|
4451
|
-
* @beta
|
4452
|
-
*/
|
4453
|
-
export declare interface CustomControlButtonProps {
|
4454
|
-
/**
|
4455
|
-
* Calback for when button is clicked
|
4456
|
-
*/
|
4457
|
-
onItemClick?: () => void;
|
4458
|
-
/**
|
4459
|
-
* Whether the buttons is disabled
|
4460
|
-
*/
|
4461
|
-
disabled?: boolean;
|
4462
|
-
/**
|
4463
|
-
* Whether the label is displayed or not.
|
4464
|
-
*
|
4465
|
-
* @defaultValue `false`
|
4466
|
-
*/
|
4467
|
-
showLabel?: boolean;
|
4468
|
-
/**
|
4469
|
-
* Fluent styles, common to all {@link ControlBarButton}s or {@link DrawerMenuItem}s.
|
4470
|
-
*/
|
4471
|
-
styles?: ControlBarButtonStyles | BaseCustomStyles;
|
4472
|
-
/**
|
4473
|
-
* Optional label for the button
|
4474
|
-
*/
|
4475
|
-
text?: string;
|
4476
|
-
/**
|
4477
|
-
* A unique key for the button
|
4478
|
-
*/
|
4479
|
-
key?: string | number;
|
4480
|
-
/**
|
4481
|
-
* The aria label of the button for the benefit of screen readers.
|
4482
|
-
*/
|
4483
|
-
ariaLabel?: string;
|
4484
|
-
/**
|
4485
|
-
* Detailed description of the button for the benefit of screen readers.
|
4486
|
-
*/
|
4487
|
-
ariaDescription?: string;
|
4488
|
-
/**
|
4489
|
-
* A unique id set for the standard HTML id attibute
|
4490
|
-
*/
|
4491
|
-
id?: string;
|
4492
|
-
}
|
4493
|
-
|
4494
3535
|
/**
|
4495
3536
|
* A custom message type.
|
4496
3537
|
*
|
@@ -4510,18 +3551,6 @@ export declare interface CustomMessage extends MessageCommon {
|
|
4510
3551
|
*/
|
4511
3552
|
export declare const darkTheme: PartialTheme & CallingTheme;
|
4512
3553
|
|
4513
|
-
/**
|
4514
|
-
* @beta
|
4515
|
-
* `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
|
4516
|
-
*/
|
4517
|
-
export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
|
4518
|
-
|
4519
|
-
/**
|
4520
|
-
* @beta
|
4521
|
-
* Proxies the {@link @azure/communication-calling#IncomingCall} interface.
|
4522
|
-
*/
|
4523
|
-
export declare type DeclarativeIncomingCall = IncomingCall;
|
4524
|
-
|
4525
3554
|
/**
|
4526
3555
|
* The default set of icons that are available to use in the UI components.
|
4527
3556
|
*
|
@@ -4538,11 +3567,8 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
4538
3567
|
ControlButtonMicOn: JSX.Element;
|
4539
3568
|
ControlButtonOptions: JSX.Element;
|
4540
3569
|
ControlButtonParticipants: JSX.Element;
|
4541
|
-
ControlButtonParticipantsContextualMenuItem: JSX.Element;
|
4542
3570
|
ControlButtonScreenShareStart: JSX.Element;
|
4543
3571
|
ControlButtonScreenShareStop: JSX.Element;
|
4544
|
-
CancelFileUpload: JSX.Element;
|
4545
|
-
DownloadFile: JSX.Element;
|
4546
3572
|
EditBoxCancel: JSX.Element;
|
4547
3573
|
EditBoxSubmit: JSX.Element;
|
4548
3574
|
ErrorBarCallCameraAccessDenied: JSX.Element;
|
@@ -4575,26 +3601,13 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
4575
3601
|
ParticipantItemOptions: JSX.Element;
|
4576
3602
|
ParticipantItemOptionsHovered: JSX.Element;
|
4577
3603
|
ParticipantItemScreenShareStart: JSX.Element;
|
4578
|
-
HoldCallContextualMenuItem: JSX.Element;
|
4579
|
-
HoldCallButton: JSX.Element;
|
4580
|
-
ResumeCall: JSX.Element;
|
4581
3604
|
SendBoxSend: JSX.Element;
|
4582
3605
|
SendBoxSendHovered: JSX.Element;
|
4583
3606
|
VideoTileMicOff: JSX.Element;
|
4584
|
-
|
4585
|
-
|
4586
|
-
|
4587
|
-
|
4588
|
-
SitePermissionCameraDenied: JSX.Element;
|
4589
|
-
SitePermissionMicDenied: JSX.Element;
|
4590
|
-
UnsupportedEnvironmentWarning: JSX.Element;
|
4591
|
-
BrowserPermissionDeniedError: JSX.Element;
|
4592
|
-
VideoTilePinned: JSX.Element;
|
4593
|
-
VideoTileMoreOptions: JSX.Element;
|
4594
|
-
VideoTileScaleFit: JSX.Element;
|
4595
|
-
VideoTileScaleFill: JSX.Element;
|
4596
|
-
PinParticipant: JSX.Element;
|
4597
|
-
UnpinParticipant: JSX.Element;
|
3607
|
+
SplitButtonPrimaryActionCameraOn: JSX.Element;
|
3608
|
+
SplitButtonPrimaryActionCameraOff: JSX.Element;
|
3609
|
+
SplitButtonPrimaryActionMicUnmuted: JSX.Element;
|
3610
|
+
SplitButtonPrimaryActionMicMuted: JSX.Element;
|
4598
3611
|
};
|
4599
3612
|
|
4600
3613
|
/**
|
@@ -4615,7 +3628,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
4615
3628
|
ParticipantItemOptionsHovered: JSX.Element;
|
4616
3629
|
SendBoxSend: JSX.Element;
|
4617
3630
|
SendBoxSendHovered: JSX.Element;
|
4618
|
-
|
3631
|
+
ControlBarPeopleButton?: JSX.Element | undefined;
|
4619
3632
|
ControlButtonCameraOff: JSX.Element;
|
4620
3633
|
ControlButtonCameraOn: JSX.Element;
|
4621
3634
|
ControlButtonEndCall: JSX.Element;
|
@@ -4658,69 +3671,26 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
4658
3671
|
ParticipantItemScreenShareStart: JSX.Element;
|
4659
3672
|
VideoTileMicOff: JSX.Element;
|
4660
3673
|
LocalCameraSwitch?: JSX.Element | undefined;
|
4661
|
-
PeoplePaneAddPerson?: JSX.Element | undefined;
|
4662
|
-
PeoplePaneOpenDialpad?: JSX.Element | undefined;
|
4663
|
-
DialpadStartCall?: JSX.Element | undefined;
|
4664
|
-
NoticePageInvalidRoom?: JSX.Element | undefined;
|
4665
3674
|
ChevronLeft?: JSX.Element | undefined;
|
4666
3675
|
ControlBarChatButtonActive?: JSX.Element | undefined;
|
4667
3676
|
ControlBarChatButtonInactive?: JSX.Element | undefined;
|
4668
|
-
ControlBarPeopleButton?: JSX.Element | undefined;
|
4669
3677
|
Link?: JSX.Element | undefined;
|
4670
3678
|
MoreDrawerMicrophones?: JSX.Element | undefined;
|
4671
3679
|
MoreDrawerPeople?: JSX.Element | undefined;
|
4672
3680
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
4673
3681
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
4674
3682
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
3683
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
4675
3684
|
ChatMessageOptions: JSX.Element;
|
4676
|
-
ControlButtonParticipantsContextualMenuItem: JSX.Element;
|
4677
|
-
CancelFileUpload: JSX.Element;
|
4678
|
-
DownloadFile: JSX.Element;
|
4679
3685
|
ErrorBarCallVideoRecoveredBySystem: JSX.Element;
|
4680
3686
|
ErrorBarCallVideoStoppedBySystem: JSX.Element;
|
4681
3687
|
MessageResend: JSX.Element;
|
4682
|
-
|
4683
|
-
|
4684
|
-
|
4685
|
-
|
4686
|
-
SitePermissionsSparkle: JSX.Element;
|
4687
|
-
SitePermissionCamera: JSX.Element;
|
4688
|
-
SitePermissionMic: JSX.Element;
|
4689
|
-
SitePermissionCameraDenied: JSX.Element;
|
4690
|
-
SitePermissionMicDenied: JSX.Element;
|
4691
|
-
UnsupportedEnvironmentWarning: JSX.Element;
|
4692
|
-
BrowserPermissionDeniedError: JSX.Element;
|
4693
|
-
VideoTilePinned: JSX.Element;
|
4694
|
-
VideoTileMoreOptions: JSX.Element;
|
4695
|
-
VideoTileScaleFit: JSX.Element;
|
4696
|
-
VideoTileScaleFill: JSX.Element;
|
4697
|
-
PinParticipant: JSX.Element;
|
4698
|
-
UnpinParticipant: JSX.Element;
|
3688
|
+
SplitButtonPrimaryActionCameraOn: JSX.Element;
|
3689
|
+
SplitButtonPrimaryActionCameraOff: JSX.Element;
|
3690
|
+
SplitButtonPrimaryActionMicUnmuted: JSX.Element;
|
3691
|
+
SplitButtonPrimaryActionMicMuted: JSX.Element;
|
4699
3692
|
};
|
4700
3693
|
|
4701
|
-
/**
|
4702
|
-
* Device Checks.
|
4703
|
-
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
4704
|
-
*
|
4705
|
-
* @beta
|
4706
|
-
*/
|
4707
|
-
export declare interface DeviceCheckOptions {
|
4708
|
-
/**
|
4709
|
-
* Camera Permission prompts for your call.
|
4710
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
4711
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
4712
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
4713
|
-
*/
|
4714
|
-
camera: 'required' | 'optional' | 'doNotPrompt';
|
4715
|
-
/**
|
4716
|
-
* Microphone permission prompts for your call.
|
4717
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
4718
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
4719
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
4720
|
-
*/
|
4721
|
-
microphone: 'required' | 'optional' | 'doNotPrompt';
|
4722
|
-
}
|
4723
|
-
|
4724
3694
|
/**
|
4725
3695
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
4726
3696
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -4939,60 +3909,6 @@ export declare interface DiagnosticsCallFeatureState {
|
|
4939
3909
|
media: MediaDiagnosticsState;
|
4940
3910
|
}
|
4941
3911
|
|
4942
|
-
/**
|
4943
|
-
* A component to allow users to enter phone number through clicking on dialpad/using keyboard
|
4944
|
-
* It will return empty component for stable builds
|
4945
|
-
*
|
4946
|
-
* @beta
|
4947
|
-
*/
|
4948
|
-
export declare const Dialpad: (props: DialpadProps) => JSX.Element;
|
4949
|
-
|
4950
|
-
/**
|
4951
|
-
* Props for {@link Dialpad} component.
|
4952
|
-
*
|
4953
|
-
* @beta
|
4954
|
-
*/
|
4955
|
-
export declare interface DialpadProps {
|
4956
|
-
strings?: DialpadStrings;
|
4957
|
-
/** function to send dtmf tones on button click */
|
4958
|
-
onSendDtmfTone?: (dtmfTone: DtmfTone) => Promise<void>;
|
4959
|
-
/** Callback for dialpad button behavior*/
|
4960
|
-
onClickDialpadButton?: (buttonValue: string, buttonIndex: number) => void;
|
4961
|
-
/** set dialpad textfield content */
|
4962
|
-
textFieldValue?: string;
|
4963
|
-
/** on change function for text field, provides an unformatted plain text*/
|
4964
|
-
onChange?: (input: string) => void;
|
4965
|
-
/** boolean input to determine when to show/hide delete button, default true */
|
4966
|
-
showDeleteButton?: boolean;
|
4967
|
-
/** boolean input to determine if dialpad is in mobile view, default false */
|
4968
|
-
isMobile?: boolean;
|
4969
|
-
styles?: DialpadStyles;
|
4970
|
-
}
|
4971
|
-
|
4972
|
-
/**
|
4973
|
-
* Strings of {@link Dialpad} that can be overridden.
|
4974
|
-
*
|
4975
|
-
* @beta
|
4976
|
-
*/
|
4977
|
-
export declare interface DialpadStrings {
|
4978
|
-
placeholderText: string;
|
4979
|
-
deleteButtonAriaLabel?: string;
|
4980
|
-
}
|
4981
|
-
|
4982
|
-
/**
|
4983
|
-
* Styles for {@link Dialpad} component.
|
4984
|
-
*
|
4985
|
-
* @beta
|
4986
|
-
*/
|
4987
|
-
export declare interface DialpadStyles {
|
4988
|
-
root?: IStyle;
|
4989
|
-
button?: IButtonStyles;
|
4990
|
-
textField?: Partial<ITextFieldStyles>;
|
4991
|
-
digit?: IStyle;
|
4992
|
-
letter?: IStyle;
|
4993
|
-
deleteIcon?: IButtonStyles;
|
4994
|
-
}
|
4995
|
-
|
4996
3912
|
/**
|
4997
3913
|
* Callback for {@link CallAdapterSubscribers} 'displayNameChanged' event.
|
4998
3914
|
*
|
@@ -5013,13 +3929,6 @@ export declare interface Disposable {
|
|
5013
3929
|
dispose(): void;
|
5014
3930
|
}
|
5015
3931
|
|
5016
|
-
/**
|
5017
|
-
* DTMF tone for PSTN calls.
|
5018
|
-
*
|
5019
|
-
* @beta
|
5020
|
-
*/
|
5021
|
-
export declare type DtmfTone = 'A' | 'B' | 'C' | 'D' | 'Flash' | 'Num0' | 'Num1' | 'Num2' | 'Num3' | 'Num4' | 'Num5' | 'Num6' | 'Num7' | 'Num8' | 'Num9' | 'Pound' | 'Star';
|
5022
|
-
|
5023
3932
|
/**
|
5024
3933
|
* A type for trivial selectors that return no data.
|
5025
3934
|
*
|
@@ -5251,6 +4160,10 @@ export declare interface ErrorBarStrings {
|
|
5251
4160
|
* An error message when joining a call fails specifically due to an invalid meeting link.
|
5252
4161
|
*/
|
5253
4162
|
failedToJoinCallInvalidMeetingLink?: string;
|
4163
|
+
/**
|
4164
|
+
* Error bar string letting you know remote participants see a frozen stream for you.
|
4165
|
+
*/
|
4166
|
+
cameraFrozenForRemoteParticipants?: string;
|
5254
4167
|
}
|
5255
4168
|
|
5256
4169
|
/**
|
@@ -5260,199 +4173,6 @@ export declare interface ErrorBarStrings {
|
|
5260
4173
|
*/
|
5261
4174
|
export declare type ErrorType = keyof ErrorBarStrings;
|
5262
4175
|
|
5263
|
-
/**
|
5264
|
-
* @beta
|
5265
|
-
* A file download error returned via a {@link FileDownloadHandler}.
|
5266
|
-
* This error message is used to render an error message in the UI.
|
5267
|
-
*/
|
5268
|
-
export declare interface FileDownloadError {
|
5269
|
-
/** The error message to display in the UI */
|
5270
|
-
errorMessage: string;
|
5271
|
-
}
|
5272
|
-
|
5273
|
-
/**
|
5274
|
-
* @beta
|
5275
|
-
*
|
5276
|
-
* A callback function for handling file downloads.
|
5277
|
-
* The function needs to return a promise that resolves to a file download URL.
|
5278
|
-
* If the promise is rejected, the {@link Error.message} will be used to display an error message to the user.
|
5279
|
-
*
|
5280
|
-
* @example
|
5281
|
-
* ```ts
|
5282
|
-
* const fileDownloadHandler: FileDownloadHandler = async (userId, fileData) => {
|
5283
|
-
* if (isUnauthorizedUser(userId)) {
|
5284
|
-
* return { errorMessage: 'You don’t have permission to download this file.' };
|
5285
|
-
* } else {
|
5286
|
-
* return new URL(fileData.url);
|
5287
|
-
* }
|
5288
|
-
* }
|
5289
|
-
*
|
5290
|
-
* const App = () => (
|
5291
|
-
* <ChatComposite
|
5292
|
-
* ...
|
5293
|
-
* fileSharing={{
|
5294
|
-
* fileDownloadHandler: fileDownloadHandler
|
5295
|
-
* }}
|
5296
|
-
* />
|
5297
|
-
* )
|
5298
|
-
*
|
5299
|
-
* ```
|
5300
|
-
* @param userId - The user ID of the user downloading the file.
|
5301
|
-
* @param fileMetadata - The {@link FileMetadata} containing file `url`, `extension` and `name`.
|
5302
|
-
*/
|
5303
|
-
export declare type FileDownloadHandler = (userId: string, fileMetadata: FileMetadata) => Promise<URL | FileDownloadError>;
|
5304
|
-
|
5305
|
-
/**
|
5306
|
-
* Meta Data containing information about the uploaded file.
|
5307
|
-
* @beta
|
5308
|
-
*/
|
5309
|
-
export declare interface FileMetadata {
|
5310
|
-
/**
|
5311
|
-
* File name to be displayed.
|
5312
|
-
*/
|
5313
|
-
name: string;
|
5314
|
-
/**
|
5315
|
-
* Extension is used for rendering the file icon.
|
5316
|
-
* An unknown extension will be rendered as a generic icon.
|
5317
|
-
* Example: `jpeg`
|
5318
|
-
*/
|
5319
|
-
extension: string;
|
5320
|
-
/**
|
5321
|
-
* Download URL for the file.
|
5322
|
-
*/
|
5323
|
-
url: string;
|
5324
|
-
}
|
5325
|
-
|
5326
|
-
/**
|
5327
|
-
* Properties for configuring the File Sharing feature.
|
5328
|
-
* @beta
|
5329
|
-
*/
|
5330
|
-
export declare interface FileSharingOptions {
|
5331
|
-
/**
|
5332
|
-
* A string containing the comma separated list of accepted file types.
|
5333
|
-
* Similar to the `accept` attribute of the `<input type="file" />` element.
|
5334
|
-
* Accepts any type of file if not specified.
|
5335
|
-
* @beta
|
5336
|
-
*/
|
5337
|
-
accept?: string;
|
5338
|
-
/**
|
5339
|
-
* Allows multiple files to be selected if set to `true`.
|
5340
|
-
* Similar to the `multiple` attribute of the `<input type="file" />` element.
|
5341
|
-
* @defaultValue false
|
5342
|
-
* @beta
|
5343
|
-
*/
|
5344
|
-
multiple?: boolean;
|
5345
|
-
/**
|
5346
|
-
* A function of type {@link FileUploadHandler} for handling file uploads.
|
5347
|
-
* @beta
|
5348
|
-
*/
|
5349
|
-
uploadHandler: FileUploadHandler;
|
5350
|
-
/**
|
5351
|
-
* A function of type {@link FileDownloadHandler} for handling file downloads.
|
5352
|
-
* If the function is not specified, the file's `url` will be opened in a new tab to
|
5353
|
-
* initiate the download.
|
5354
|
-
*/
|
5355
|
-
downloadHandler?: FileDownloadHandler;
|
5356
|
-
}
|
5357
|
-
|
5358
|
-
/**
|
5359
|
-
* @beta
|
5360
|
-
*/
|
5361
|
-
export declare interface FileUploadAdapter {
|
5362
|
-
registerActiveFileUploads: (files: File[]) => FileUploadManager[];
|
5363
|
-
registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
|
5364
|
-
clearFileUploads: () => void;
|
5365
|
-
cancelFileUpload: (id: string) => void;
|
5366
|
-
updateFileUploadProgress: (id: string, progress: number) => void;
|
5367
|
-
updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
|
5368
|
-
updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
|
5369
|
-
}
|
5370
|
-
|
5371
|
-
/**
|
5372
|
-
* @beta
|
5373
|
-
* Error message to be displayed to the user if the upload fails.
|
5374
|
-
*/
|
5375
|
-
export declare type FileUploadError = {
|
5376
|
-
message: string;
|
5377
|
-
timestamp: number;
|
5378
|
-
};
|
5379
|
-
|
5380
|
-
/**
|
5381
|
-
* @beta
|
5382
|
-
* A callback function for handling file uploads.
|
5383
|
-
*
|
5384
|
-
* @param userId - The user ID of the user uploading the file.
|
5385
|
-
* @param fileUploads - The list of uploaded files. Each file is represented by an {@link FileUpload} object.
|
5386
|
-
*/
|
5387
|
-
export declare type FileUploadHandler = (userId: string, fileUploads: FileUploadManager[]) => void;
|
5388
|
-
|
5389
|
-
/**
|
5390
|
-
* A wrapper object for a file that is being uploaded.
|
5391
|
-
* Allows mmanaging file uploads by providing common functions for updating the
|
5392
|
-
* upload progress, canceling an upload, completing an upload etc.
|
5393
|
-
* @beta
|
5394
|
-
*/
|
5395
|
-
export declare interface FileUploadManager {
|
5396
|
-
/**
|
5397
|
-
* Unique identifier for the file upload.
|
5398
|
-
*/
|
5399
|
-
id: string;
|
5400
|
-
/**
|
5401
|
-
* HTML {@link File} object for the uploaded file.
|
5402
|
-
*/
|
5403
|
-
file?: File;
|
5404
|
-
/**
|
5405
|
-
* Update the progress of the upload.
|
5406
|
-
* @param value - number between 0 and 1
|
5407
|
-
*/
|
5408
|
-
notifyUploadProgressChanged: (value: number) => void;
|
5409
|
-
/**
|
5410
|
-
* Mark the upload as complete.
|
5411
|
-
* Requires the `metadata` param containing uploaded file information.
|
5412
|
-
* @param metadata - {@link FileMetadata}
|
5413
|
-
*/
|
5414
|
-
notifyUploadCompleted: (metadata: FileMetadata) => void;
|
5415
|
-
/**
|
5416
|
-
* Mark the upload as failed.
|
5417
|
-
* @param message - An error message that can be displayed to the user.
|
5418
|
-
*/
|
5419
|
-
notifyUploadFailed: (message: string) => void;
|
5420
|
-
}
|
5421
|
-
|
5422
|
-
/**
|
5423
|
-
* Contains the state attibutes of a file upload like name, progress etc.
|
5424
|
-
* @beta
|
5425
|
-
*/
|
5426
|
-
export declare interface FileUploadState {
|
5427
|
-
/**
|
5428
|
-
* Unique identifier for the file upload.
|
5429
|
-
*/
|
5430
|
-
id: string;
|
5431
|
-
/**
|
5432
|
-
* Filename extracted from the {@link File} object.
|
5433
|
-
* This attribute is used to render the filename if `metadata.name` is not available.
|
5434
|
-
*/
|
5435
|
-
filename: string;
|
5436
|
-
/**
|
5437
|
-
* A number between 0 and 1 indicating the progress of the upload.
|
5438
|
-
*/
|
5439
|
-
progress: number;
|
5440
|
-
/**
|
5441
|
-
* Meta Data {@link FileMetadata} containing information about the uploaded file.
|
5442
|
-
*/
|
5443
|
-
metadata?: FileMetadata;
|
5444
|
-
/**
|
5445
|
-
* Error message to be displayed to the user if the upload fails.
|
5446
|
-
*/
|
5447
|
-
error?: FileUploadError;
|
5448
|
-
}
|
5449
|
-
|
5450
|
-
/**
|
5451
|
-
* A record containing {@link FileUploadState} mapped to unique ids.
|
5452
|
-
* @beta
|
5453
|
-
*/
|
5454
|
-
export declare type FileUploadsUiState = Record<string, FileUploadState>;
|
5455
|
-
|
5456
4176
|
/**
|
5457
4177
|
* Provider to apply a Fluent theme across this library's react components.
|
5458
4178
|
*
|
@@ -5493,7 +4213,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
|
|
5493
4213
|
*
|
5494
4214
|
* @public
|
5495
4215
|
*/
|
5496
|
-
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 :
|
4216
|
+
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;
|
5497
4217
|
|
5498
4218
|
/**
|
5499
4219
|
* Get the selector for a specified component.
|
@@ -5555,63 +4275,6 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
|
|
5555
4275
|
children?: IStyle;
|
5556
4276
|
}
|
5557
4277
|
|
5558
|
-
/**
|
5559
|
-
* a button to hold or resume a ongoing call.
|
5560
|
-
*
|
5561
|
-
* Can be used with {@link ControlBar}
|
5562
|
-
*
|
5563
|
-
* @param props - properties for the hold button.
|
5564
|
-
* @returns
|
5565
|
-
* @beta
|
5566
|
-
*/
|
5567
|
-
export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
|
5568
|
-
|
5569
|
-
/**
|
5570
|
-
*@beta
|
5571
|
-
*/
|
5572
|
-
export declare interface HoldButtonProps extends ControlBarButtonProps {
|
5573
|
-
/**
|
5574
|
-
* Utility property for using this component with communication react handlers
|
5575
|
-
* Holds the call or resumes it based on call state.
|
5576
|
-
*/
|
5577
|
-
onToggleHold: () => Promise<void>;
|
5578
|
-
/**
|
5579
|
-
* Optional strings to override in component
|
5580
|
-
*/
|
5581
|
-
strings?: HoldButtonStrings;
|
5582
|
-
}
|
5583
|
-
|
5584
|
-
/**
|
5585
|
-
* Selector type for the {@link HoldButton} component.
|
5586
|
-
* @public
|
5587
|
-
*/
|
5588
|
-
export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
5589
|
-
checked: boolean;
|
5590
|
-
};
|
5591
|
-
|
5592
|
-
/**
|
5593
|
-
* Strings for the hold button labels
|
5594
|
-
* @beta
|
5595
|
-
*/
|
5596
|
-
export declare interface HoldButtonStrings {
|
5597
|
-
/**
|
5598
|
-
* Label for when action is to resume call.
|
5599
|
-
*/
|
5600
|
-
onLabel: string;
|
5601
|
-
/**
|
5602
|
-
* Label for when action is to hold call.
|
5603
|
-
*/
|
5604
|
-
offLabel: string;
|
5605
|
-
/**
|
5606
|
-
* Content for when button is checked
|
5607
|
-
*/
|
5608
|
-
tooltipOnContent: string;
|
5609
|
-
/**
|
5610
|
-
* Content for when button is unchecked
|
5611
|
-
*/
|
5612
|
-
tooltipOffContent: string;
|
5613
|
-
}
|
5614
|
-
|
5615
4278
|
/**
|
5616
4279
|
* {@link HorizontalGallery} Component Styles.
|
5617
4280
|
* @public
|
@@ -5681,30 +4344,18 @@ export declare interface _Identifiers {
|
|
5681
4344
|
/** `data-ui-id` value for `MessageThread` components message timestamp */
|
5682
4345
|
messageTimestamp: string;
|
5683
4346
|
/** `data-ui-id` value for `TypingIndicator` Component */
|
5684
|
-
typingIndicator: string;
|
5685
|
-
/** `data-ui-id` value for `VideoGallery` Component */
|
5686
|
-
videoGallery: string;
|
5687
|
-
/** `data-ui-id` value for `VideoTile` Component */
|
5688
|
-
videoTile: string;
|
5689
|
-
/** `data-ui-id` value for
|
5690
|
-
|
5691
|
-
/** `data-ui-id` value for
|
5692
|
-
|
5693
|
-
|
5694
|
-
|
5695
|
-
|
5696
|
-
* @beta
|
5697
|
-
* This contains a readonly array that returns all the active `incomingCalls`.
|
5698
|
-
* An active incoming call is a call that has not been answered, declined or disconnected.
|
5699
|
-
*/
|
5700
|
-
export declare type IncomingCallManagement = {
|
5701
|
-
/**
|
5702
|
-
* @beta
|
5703
|
-
* @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
|
5704
|
-
* @returns readonly array of {@link DeclarativeIncomingCall}
|
5705
|
-
*/
|
5706
|
-
incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
|
5707
|
-
};
|
4347
|
+
typingIndicator: string;
|
4348
|
+
/** `data-ui-id` value for `VideoGallery` Component */
|
4349
|
+
videoGallery: string;
|
4350
|
+
/** `data-ui-id` value for `VideoTile` Component */
|
4351
|
+
videoTile: string;
|
4352
|
+
/** `data-ui-id` value for overflow gallery component's left navigation button */
|
4353
|
+
overflowGalleryLeftNavButton: string;
|
4354
|
+
/** `data-ui-id` value for overflow gallery component's right navigation button */
|
4355
|
+
overflowGalleryRightNavButton: string;
|
4356
|
+
/** `data-ui-id` value for the video tiles in the horizontal gallery */
|
4357
|
+
horizontalGalleryVideoTile: string;
|
4358
|
+
}
|
5708
4359
|
|
5709
4360
|
/**
|
5710
4361
|
* State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
|
@@ -5913,7 +4564,7 @@ export declare type MessageContentType = 'text' | 'html' | 'richtext/html' | 'un
|
|
5913
4564
|
*/
|
5914
4565
|
export declare type MessageProps = {
|
5915
4566
|
/**
|
5916
|
-
* Message to render. It can type `ChatMessage` or `SystemMessage` or `CustomMessage`.
|
4567
|
+
* Message to render. It can type `ChatMessage` or `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
5917
4568
|
*/
|
5918
4569
|
message: Message;
|
5919
4570
|
/**
|
@@ -5945,6 +4596,12 @@ export declare type MessageProps = {
|
|
5945
4596
|
* @param content - new content of the message
|
5946
4597
|
*/
|
5947
4598
|
onUpdateMessage?: UpdateMessageCallback;
|
4599
|
+
/**
|
4600
|
+
* Optional callback for when a message edit is cancelled.
|
4601
|
+
*
|
4602
|
+
* @param messageId - message id from chatClient
|
4603
|
+
*/
|
4604
|
+
onCancelEditMessage?: CancelEditCallback;
|
5948
4605
|
/**
|
5949
4606
|
* Optional callback to delete a message.
|
5950
4607
|
*
|
@@ -6088,7 +4745,7 @@ export declare type MessageThreadProps = {
|
|
6088
4745
|
*/
|
6089
4746
|
userId: string;
|
6090
4747
|
/**
|
6091
|
-
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage` or `CustomMessage`.
|
4748
|
+
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
6092
4749
|
*/
|
6093
4750
|
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
6094
4751
|
/**
|
@@ -6172,11 +4829,6 @@ export declare type MessageThreadProps = {
|
|
6172
4829
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
6173
4830
|
*/
|
6174
4831
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
6175
|
-
/**
|
6176
|
-
* Optional callback to render uploaded files in the message component.
|
6177
|
-
* @beta
|
6178
|
-
*/
|
6179
|
-
onRenderFileDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
|
6180
4832
|
/**
|
6181
4833
|
* Optional callback to edit a message.
|
6182
4834
|
*
|
@@ -6185,6 +4837,12 @@ export declare type MessageThreadProps = {
|
|
6185
4837
|
*
|
6186
4838
|
*/
|
6187
4839
|
onUpdateMessage?: UpdateMessageCallback;
|
4840
|
+
/**
|
4841
|
+
* Optional callback for when a message edit is cancelled.
|
4842
|
+
*
|
4843
|
+
* @param messageId - message id from chatClient
|
4844
|
+
*/
|
4845
|
+
onCancelEditMessage?: CancelEditCallback;
|
6188
4846
|
/**
|
6189
4847
|
* Optional callback to delete a message.
|
6190
4848
|
*
|
@@ -6195,10 +4853,10 @@ export declare type MessageThreadProps = {
|
|
6195
4853
|
/**
|
6196
4854
|
* Optional callback to send a message.
|
6197
4855
|
*
|
6198
|
-
* @param
|
4856
|
+
* @param content - message body to send
|
6199
4857
|
*
|
6200
4858
|
*/
|
6201
|
-
onSendMessage?: (
|
4859
|
+
onSendMessage?: (content: string) => Promise<void>;
|
6202
4860
|
/**
|
6203
4861
|
/**
|
6204
4862
|
* Disable editing messages.
|
@@ -6212,18 +4870,6 @@ export declare type MessageThreadProps = {
|
|
6212
4870
|
* Optional strings to override in component
|
6213
4871
|
*/
|
6214
4872
|
strings?: Partial<MessageThreadStrings>;
|
6215
|
-
/**
|
6216
|
-
* @beta
|
6217
|
-
* Optional function called when someone clicks on the file download icon.
|
6218
|
-
* If file attachments are defined in the `message.metadata` property using the `fileSharingMetadata` key,
|
6219
|
-
* this function will be called with the data inside `fileSharingMetadata` key.
|
6220
|
-
*/
|
6221
|
-
fileDownloadHandler?: FileDownloadHandler;
|
6222
|
-
/**
|
6223
|
-
* Optional function to provide customized date format.
|
6224
|
-
* @beta
|
6225
|
-
*/
|
6226
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
6227
4873
|
};
|
6228
4874
|
|
6229
4875
|
/**
|
@@ -6295,8 +4941,6 @@ export declare interface MessageThreadStrings {
|
|
6295
4941
|
editBoxSubmitButton: string;
|
6296
4942
|
/** String for action menu indicating there are more options */
|
6297
4943
|
actionMenuMoreOptions?: string;
|
6298
|
-
/** String for download file button in file card */
|
6299
|
-
downloadFile: string;
|
6300
4944
|
}
|
6301
4945
|
|
6302
4946
|
/**
|
@@ -6323,6 +4967,7 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
6323
4967
|
chatMessageContainer?: ComponentSlotStyle;
|
6324
4968
|
/** Styles for system message container. */
|
6325
4969
|
systemMessageContainer?: ComponentSlotStyle;
|
4970
|
+
/** Styles for blocked message container. */
|
6326
4971
|
/** Styles for message status indicator container. */
|
6327
4972
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
6328
4973
|
}
|
@@ -6465,6 +5110,18 @@ export declare interface MicrophoneButtonStrings {
|
|
6465
5110
|
* Microphone action turned off string for announcer
|
6466
5111
|
*/
|
6467
5112
|
microphoneActionTurnedOffAnnouncement?: string;
|
5113
|
+
/**
|
5114
|
+
* Primary action for the microphone when microphone is live.
|
5115
|
+
*/
|
5116
|
+
onSplitButtonMicrophonePrimaryAction?: string;
|
5117
|
+
/**
|
5118
|
+
* Primary action for the microphone when the microphone is muted.
|
5119
|
+
*/
|
5120
|
+
offSplitButtonMicrophonePrimaryAction?: string;
|
5121
|
+
/**
|
5122
|
+
* Title for primary action section of split button
|
5123
|
+
*/
|
5124
|
+
microphonePrimaryActionSplitButtonTitle?: string;
|
6468
5125
|
}
|
6469
5126
|
|
6470
5127
|
/**
|
@@ -6479,31 +5136,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
6479
5136
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
6480
5137
|
}
|
6481
5138
|
|
6482
|
-
/**
|
6483
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
6484
|
-
* by their browsers settings.
|
6485
|
-
*
|
6486
|
-
* @beta
|
6487
|
-
*/
|
6488
|
-
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
6489
|
-
|
6490
|
-
/**
|
6491
|
-
* @beta
|
6492
|
-
* Props for MicrophoneSitePermissions component.
|
6493
|
-
*/
|
6494
|
-
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
6495
|
-
/** Icon name for the microphone icon */
|
6496
|
-
microphoneIconName?: string;
|
6497
|
-
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
6498
|
-
strings?: MicrophoneSitePermissionsStrings;
|
6499
|
-
}
|
6500
|
-
|
6501
|
-
/**
|
6502
|
-
* @beta
|
6503
|
-
* Strings for MicrophoneSitePermissions component.
|
6504
|
-
*/
|
6505
|
-
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
6506
|
-
|
6507
5139
|
/**
|
6508
5140
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
6509
5141
|
*
|
@@ -6611,14 +5243,6 @@ export declare interface ParticipantItemProps {
|
|
6611
5243
|
onClick?: (props?: ParticipantItemProps) => void;
|
6612
5244
|
/** prop to determine if we should show tooltip for participants or not */
|
6613
5245
|
showParticipantOverflowTooltip?: boolean;
|
6614
|
-
/**
|
6615
|
-
* Optional value to determine and display a participants connection status.
|
6616
|
-
* For example, `Connecting`, `Ringing` etc.
|
6617
|
-
* The actual text that is displayed is determined by the localized string
|
6618
|
-
* corresponding to the provided participant state.
|
6619
|
-
* For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
|
6620
|
-
*/
|
6621
|
-
participantState?: ParticipantState;
|
6622
5246
|
}
|
6623
5247
|
|
6624
5248
|
/**
|
@@ -6639,10 +5263,6 @@ export declare interface ParticipantItemStrings {
|
|
6639
5263
|
mutedIconLabel: string;
|
6640
5264
|
/** placeholder text for participants who does not have a display name*/
|
6641
5265
|
displayNamePlaceholder?: string;
|
6642
|
-
/** String shown when `participantState` is `Ringing` */
|
6643
|
-
participantStateRinging?: string;
|
6644
|
-
/** String shown when `participantState` is `Hold` */
|
6645
|
-
participantStateHold?: string;
|
6646
5266
|
}
|
6647
5267
|
|
6648
5268
|
/**
|
@@ -7013,10 +5633,6 @@ export declare interface RemoteParticipantState {
|
|
7013
5633
|
* Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
|
7014
5634
|
*/
|
7015
5635
|
isSpeaking: boolean;
|
7016
|
-
/**
|
7017
|
-
* Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
|
7018
|
-
*/
|
7019
|
-
role?: ParticipantRole;
|
7020
5636
|
}
|
7021
5637
|
|
7022
5638
|
/**
|
@@ -7041,7 +5657,6 @@ export declare interface RemoteVideoStreamState {
|
|
7041
5657
|
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
|
7042
5658
|
* @beta
|
7043
5659
|
*/
|
7044
|
-
isReceiving: boolean;
|
7045
5660
|
/**
|
7046
5661
|
* {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
|
7047
5662
|
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
@@ -7049,26 +5664,6 @@ export declare interface RemoteVideoStreamState {
|
|
7049
5664
|
view?: VideoStreamRendererViewState;
|
7050
5665
|
}
|
7051
5666
|
|
7052
|
-
/**
|
7053
|
-
* Menu options for remote video tiles in {@link VideoGallery}.
|
7054
|
-
*
|
7055
|
-
* @beta
|
7056
|
-
*/
|
7057
|
-
export declare interface RemoteVideoTileMenuOptions {
|
7058
|
-
/**
|
7059
|
-
* If set to true, remote video tiles in the VideoGallery will not have menu options
|
7060
|
-
*
|
7061
|
-
* @defaultValue false
|
7062
|
-
*/
|
7063
|
-
isHidden?: boolean;
|
7064
|
-
}
|
7065
|
-
|
7066
|
-
/**
|
7067
|
-
* @beta
|
7068
|
-
* The role of a call participant.
|
7069
|
-
*/
|
7070
|
-
export declare type Role = 'Presenter' | 'Attendee' | 'Consumer' | 'Organizer';
|
7071
|
-
|
7072
5667
|
/**
|
7073
5668
|
* A button to start / stop screen sharing.
|
7074
5669
|
*
|
@@ -7102,7 +5697,6 @@ export declare interface ScreenShareButtonProps extends ControlBarButtonProps {
|
|
7102
5697
|
*/
|
7103
5698
|
export declare type ScreenShareButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
7104
5699
|
checked?: boolean;
|
7105
|
-
disabled?: boolean;
|
7106
5700
|
};
|
7107
5701
|
|
7108
5702
|
/**
|
@@ -7140,19 +5734,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
7140
5734
|
*/
|
7141
5735
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
7142
5736
|
|
7143
|
-
/**
|
7144
|
-
* @beta
|
7145
|
-
* Error to be displayed to the user in an error bar above sendbox.
|
7146
|
-
*/
|
7147
|
-
export declare interface SendBoxErrorBarError {
|
7148
|
-
/** Error Message to be displayed */
|
7149
|
-
message: string;
|
7150
|
-
/**
|
7151
|
-
* Unix Timestamp. Preferred generation using `Date.now()`
|
7152
|
-
*/
|
7153
|
-
timestamp: number;
|
7154
|
-
}
|
7155
|
-
|
7156
5737
|
/**
|
7157
5738
|
* Props for {@link SendBox}.
|
7158
5739
|
*
|
@@ -7208,25 +5789,6 @@ export declare interface SendBoxProps {
|
|
7208
5789
|
* When undefined nothing has focus on render
|
7209
5790
|
*/
|
7210
5791
|
autoFocus?: 'sendBoxTextField';
|
7211
|
-
/**
|
7212
|
-
* Optional callback to render uploaded files in the SendBox. The sendbox will expand
|
7213
|
-
* veritcally to accomodate the uploaded files. File uploads will
|
7214
|
-
* be rendered below the text area in sendbox.
|
7215
|
-
* @beta
|
7216
|
-
*/
|
7217
|
-
onRenderFileUploads?: () => JSX.Element;
|
7218
|
-
/**
|
7219
|
-
* Optional array of active file uploads where each object has attibutes
|
7220
|
-
* of a file upload like name, progress, errorMessage etc.
|
7221
|
-
* @beta
|
7222
|
-
*/
|
7223
|
-
activeFileUploads?: ActiveFileUpload[];
|
7224
|
-
/**
|
7225
|
-
* Optional callback to remove the file upload before sending by clicking on
|
7226
|
-
* cancel icon.
|
7227
|
-
* @beta
|
7228
|
-
*/
|
7229
|
-
onCancelFileUpload?: (fileId: string) => void;
|
7230
5792
|
}
|
7231
5793
|
|
7232
5794
|
/**
|
@@ -7257,22 +5819,6 @@ export declare interface SendBoxStrings {
|
|
7257
5819
|
* Aria label for send message button
|
7258
5820
|
*/
|
7259
5821
|
sendButtonAriaLabel: string;
|
7260
|
-
/**
|
7261
|
-
* Error message indicating that all file uploads are not complete.
|
7262
|
-
*/
|
7263
|
-
fileUploadsPendingError: string;
|
7264
|
-
/**
|
7265
|
-
* Aria label to notify user when focus is on cancel file upload button.
|
7266
|
-
*/
|
7267
|
-
removeFile: string;
|
7268
|
-
/**
|
7269
|
-
* Aria label to notify user file uploading starts.
|
7270
|
-
*/
|
7271
|
-
uploading: string;
|
7272
|
-
/**
|
7273
|
-
* Aria label to notify user file is uploaded.
|
7274
|
-
*/
|
7275
|
-
uploadCompleted: string;
|
7276
5822
|
}
|
7277
5823
|
|
7278
5824
|
/**
|
@@ -7293,45 +5839,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
7293
5839
|
systemMessage?: IStyle;
|
7294
5840
|
}
|
7295
5841
|
|
7296
|
-
/**
|
7297
|
-
* @beta
|
7298
|
-
* Strings for SitePermissions component
|
7299
|
-
*/
|
7300
|
-
export declare type SitePermissionsStrings = {
|
7301
|
-
/**
|
7302
|
-
* Main text string.
|
7303
|
-
*/
|
7304
|
-
primaryText?: string;
|
7305
|
-
/**
|
7306
|
-
* Subtext string.
|
7307
|
-
*/
|
7308
|
-
secondaryText?: string;
|
7309
|
-
/**
|
7310
|
-
* More help link string.
|
7311
|
-
*/
|
7312
|
-
linkText?: string;
|
7313
|
-
/**
|
7314
|
-
* Primary button text string.
|
7315
|
-
*/
|
7316
|
-
primaryButtonText?: string;
|
7317
|
-
/**
|
7318
|
-
* Aria label describing the content of the container
|
7319
|
-
*/
|
7320
|
-
ariaLabel?: string;
|
7321
|
-
};
|
7322
|
-
|
7323
|
-
/**
|
7324
|
-
* Fluent styles for {@link SitePermissionsContainer}.
|
7325
|
-
*
|
7326
|
-
* @beta
|
7327
|
-
*/
|
7328
|
-
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
7329
|
-
/** Styles for the primary button. */
|
7330
|
-
primaryButton?: IButtonStyles;
|
7331
|
-
/** Styles for the help troubleshooting link text. */
|
7332
|
-
troubleshootingLink?: ILinkStyles;
|
7333
|
-
}
|
7334
|
-
|
7335
5842
|
/**
|
7336
5843
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
7337
5844
|
* The interface provides access to proxied state and also allows registering a handler for state change events. For
|
@@ -7438,19 +5945,6 @@ export declare interface StatefulCallClient extends CallClient {
|
|
7438
5945
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
7439
5946
|
*/
|
7440
5947
|
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
7441
|
-
/** @conditional-compile-remove(one-to-n-calling) */
|
7442
|
-
/**
|
7443
|
-
* The CallAgent is used to handle calls.
|
7444
|
-
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
7445
|
-
* - The CallClient can only have one active CallAgent instance at a time.
|
7446
|
-
* - You can create a new CallClient instance to create a new CallAgent.
|
7447
|
-
* - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
|
7448
|
-
* createCallAgent() method again to create a new CallAgent.
|
7449
|
-
* @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
|
7450
|
-
* @param options - The CallAgentOptions for additional options like display name.
|
7451
|
-
* @public
|
7452
|
-
*/
|
7453
|
-
createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
|
7454
5948
|
}
|
7455
5949
|
|
7456
5950
|
/**
|
@@ -7463,16 +5957,7 @@ export declare type StatefulCallClientArgs = {
|
|
7463
5957
|
* UserId from SDK. This is provided for developer convenience to easily access the userId from the
|
7464
5958
|
* state. It is not used by StatefulCallClient.
|
7465
5959
|
*/
|
7466
|
-
userId: CommunicationUserIdentifier
|
7467
|
-
/**
|
7468
|
-
* A phone number in E.164 format that will be used to represent the callers identity. This number is required
|
7469
|
-
* to start a PSTN call.
|
7470
|
-
*
|
7471
|
-
* example: +11234567
|
7472
|
-
*
|
7473
|
-
* This is not a cached value from the headless calling client.
|
7474
|
-
*/
|
7475
|
-
alternateCallerId?: string;
|
5960
|
+
userId: CommunicationUserIdentifier;
|
7476
5961
|
};
|
7477
5962
|
|
7478
5963
|
/**
|
@@ -7612,59 +6097,6 @@ export declare interface SystemMessageCommon extends MessageCommon {
|
|
7612
6097
|
iconName: string;
|
7613
6098
|
}
|
7614
6099
|
|
7615
|
-
/**
|
7616
|
-
* An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
|
7617
|
-
*
|
7618
|
-
* @beta
|
7619
|
-
*/
|
7620
|
-
export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
7621
|
-
/**
|
7622
|
-
* Join the call with microphone initially on/off.
|
7623
|
-
*
|
7624
|
-
* @param microphoneOn - Whether microphone is initially enabled
|
7625
|
-
*
|
7626
|
-
* @beta
|
7627
|
-
*/
|
7628
|
-
joinCall(microphoneOn?: boolean): TeamsCall | undefined;
|
7629
|
-
/**
|
7630
|
-
* Start the call.
|
7631
|
-
*
|
7632
|
-
* @param participants - An array of participant ids to join
|
7633
|
-
*
|
7634
|
-
* @beta
|
7635
|
-
*/
|
7636
|
-
startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
|
7637
|
-
/**
|
7638
|
-
* Start the call.
|
7639
|
-
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
7640
|
-
* @beta
|
7641
|
-
*/
|
7642
|
-
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
|
7643
|
-
}
|
7644
|
-
|
7645
|
-
/**
|
7646
|
-
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
7647
|
-
*
|
7648
|
-
* @beta
|
7649
|
-
*/
|
7650
|
-
export declare type TeamsCallAdapterArgs = {
|
7651
|
-
userId: MicrosoftTeamsUserIdentifier;
|
7652
|
-
credential: CommunicationTokenCredential;
|
7653
|
-
locator: TeamsMeetingLinkLocator;
|
7654
|
-
};
|
7655
|
-
|
7656
|
-
/**
|
7657
|
-
* Object containing all the teams call handlers required for calling components.
|
7658
|
-
*
|
7659
|
-
* Calling related components from this package are able to pick out relevant handlers from this object.
|
7660
|
-
* See {@link useHandlers} and {@link usePropsFor}.
|
7661
|
-
*
|
7662
|
-
* @beta
|
7663
|
-
*/
|
7664
|
-
export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
|
7665
|
-
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
7666
|
-
}
|
7667
|
-
|
7668
6100
|
/**
|
7669
6101
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
7670
6102
|
*
|
@@ -7844,117 +6276,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
7844
6276
|
typingString?: IStyle;
|
7845
6277
|
}
|
7846
6278
|
|
7847
|
-
/**
|
7848
|
-
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
7849
|
-
*
|
7850
|
-
* @beta
|
7851
|
-
*/
|
7852
|
-
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
7853
|
-
|
7854
|
-
/**
|
7855
|
-
* props for {@link UnsupportedBrowser} UI
|
7856
|
-
*
|
7857
|
-
* @beta
|
7858
|
-
*/
|
7859
|
-
export declare interface UnsupportedBrowserProps {
|
7860
|
-
/** Handler to perform an action when the help link is actioned */
|
7861
|
-
onTroubleshootingClick?: () => void;
|
7862
|
-
/** String overrides for the component */
|
7863
|
-
strings?: UnsupportedBrowserStrings;
|
7864
|
-
}
|
7865
|
-
|
7866
|
-
/**
|
7867
|
-
* Strings for UnsupportedBrowser component
|
7868
|
-
*
|
7869
|
-
* @beta
|
7870
|
-
*/
|
7871
|
-
export declare interface UnsupportedBrowserStrings {
|
7872
|
-
/** String for the primary text */
|
7873
|
-
primaryText: string;
|
7874
|
-
/** String for the secondary text */
|
7875
|
-
secondaryText: string;
|
7876
|
-
/** String to display in the text for the help link */
|
7877
|
-
moreHelpLinkText: string;
|
7878
|
-
}
|
7879
|
-
|
7880
|
-
/**
|
7881
|
-
* UI to display to the user that the browser version they are using is out of date
|
7882
|
-
* and not supported by Azure Communications Calling service.
|
7883
|
-
*
|
7884
|
-
* @beta
|
7885
|
-
*/
|
7886
|
-
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
7887
|
-
|
7888
|
-
/**
|
7889
|
-
* props for {@link UnsupportedBrowserVersion} UI
|
7890
|
-
*
|
7891
|
-
* @beta
|
7892
|
-
*/
|
7893
|
-
export declare interface UnsupportedBrowserVersionProps {
|
7894
|
-
/** Handler to perform an action when the help link is actioned */
|
7895
|
-
onTroubleshootingClick?: () => void;
|
7896
|
-
/** String overrides for the component */
|
7897
|
-
strings?: UnsupportedBrowserVersionStrings;
|
7898
|
-
/** Handler to allow user to continue into the call */
|
7899
|
-
onContinueAnywayClick?: () => void;
|
7900
|
-
}
|
7901
|
-
|
7902
|
-
/**
|
7903
|
-
* Strings for UnsupportedBrowser component
|
7904
|
-
*
|
7905
|
-
* @beta
|
7906
|
-
*/
|
7907
|
-
export declare interface UnsupportedBrowserVersionStrings {
|
7908
|
-
/** String for the primary text */
|
7909
|
-
primaryText: string;
|
7910
|
-
/** String for the secondary text */
|
7911
|
-
secondaryText: string;
|
7912
|
-
/** String to display in the text for the help link */
|
7913
|
-
moreHelpLinkText: string;
|
7914
|
-
/** String for continue without updating button */
|
7915
|
-
continueAnywayButtonText?: string;
|
7916
|
-
}
|
7917
|
-
|
7918
|
-
/**
|
7919
|
-
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
7920
|
-
*
|
7921
|
-
* @beta
|
7922
|
-
*/
|
7923
|
-
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
7924
|
-
|
7925
|
-
/**
|
7926
|
-
* Props for {@link UnsupportedOperatingSystem} UI
|
7927
|
-
*
|
7928
|
-
* @beta
|
7929
|
-
*/
|
7930
|
-
export declare interface UnsupportedOperatingSystemProps {
|
7931
|
-
/** Handler to perform a action when the help link is actioned */
|
7932
|
-
onTroubleshootingClick?: () => void;
|
7933
|
-
/** String overrides for the component */
|
7934
|
-
strings?: UnsupportedOperatingSystemStrings;
|
7935
|
-
}
|
7936
|
-
|
7937
|
-
/**
|
7938
|
-
* Strings for UnsupportedBrowser component
|
7939
|
-
*
|
7940
|
-
* @beta
|
7941
|
-
*/
|
7942
|
-
export declare interface UnsupportedOperatingSystemStrings {
|
7943
|
-
/** String for the primary text */
|
7944
|
-
primaryText: string;
|
7945
|
-
/** String for the secondary text */
|
7946
|
-
secondaryText: string;
|
7947
|
-
/** String to display in the text for the help link */
|
7948
|
-
moreHelpLinkText: string;
|
7949
|
-
}
|
7950
|
-
|
7951
6279
|
/**
|
7952
6280
|
* @public
|
7953
6281
|
* Callback function run when a message is updated.
|
7954
6282
|
*/
|
7955
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string
|
7956
|
-
attachedFilesMetadata?: FileMetadata[];
|
7957
|
-
}) => Promise<void>;
|
6283
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
7958
6284
|
|
7959
6285
|
/**
|
7960
6286
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -8102,44 +6428,6 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
|
|
8102
6428
|
*/
|
8103
6429
|
export declare const useSelector: <ParamT extends Selector | undefined>(selector: ParamT, selectorProps?: (ParamT extends Selector ? Parameters<ParamT>[1] : undefined) | undefined, type?: "chat" | "calling" | undefined) => ParamT extends Selector ? ReturnType<ParamT> : undefined;
|
8104
6430
|
|
8105
|
-
/**
|
8106
|
-
* Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
|
8107
|
-
*
|
8108
|
-
* Useful when implementing a custom component that utilizes the providers
|
8109
|
-
* exported from this library.
|
8110
|
-
*
|
8111
|
-
* you must have previously used the CallProvider with a TeamsCall object to use this hook
|
8112
|
-
*
|
8113
|
-
* @beta
|
8114
|
-
*/
|
8115
|
-
export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
8116
|
-
|
8117
|
-
/**
|
8118
|
-
* A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
|
8119
|
-
*
|
8120
|
-
* Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
|
8121
|
-
* creation of the adapter internally.
|
8122
|
-
*
|
8123
|
-
* Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
|
8124
|
-
* as they are created. The adapter is only created when all arguments are defined.
|
8125
|
-
*
|
8126
|
-
* Note that you must memoize the arguments to avoid recreating adapter on each render.
|
8127
|
-
* See storybook for typical usage examples.
|
8128
|
-
*
|
8129
|
-
* @beta
|
8130
|
-
*/
|
8131
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: ((adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>) | undefined, beforeDispose?: ((adapter: TeamsCallAdapter) => Promise<void>) | undefined) => TeamsCallAdapter | undefined;
|
8132
|
-
|
8133
|
-
/**
|
8134
|
-
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
8135
|
-
*
|
8136
|
-
* Useful when implementing a custom component that utilizes the providers
|
8137
|
-
* exported from this library.
|
8138
|
-
*
|
8139
|
-
* @beta
|
8140
|
-
*/
|
8141
|
-
export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
|
8142
|
-
|
8143
6431
|
/**
|
8144
6432
|
* React hook to access theme
|
8145
6433
|
*
|
@@ -8246,24 +6534,6 @@ export declare interface VideoGalleryProps {
|
|
8246
6534
|
* Camera control information for button to switch cameras.
|
8247
6535
|
*/
|
8248
6536
|
localVideoCameraCycleButtonProps?: LocalVideoCameraCycleButtonProps;
|
8249
|
-
/**
|
8250
|
-
* List of pinned participant userIds.
|
8251
|
-
*/
|
8252
|
-
pinnedParticipants?: string[];
|
8253
|
-
/**
|
8254
|
-
* This callback will be called when a participant video tile is pinned.
|
8255
|
-
*/
|
8256
|
-
onPinParticipant?: (userId: string) => void;
|
8257
|
-
/**
|
8258
|
-
* This callback will be called when a participant video tile is un-pinned.
|
8259
|
-
*/
|
8260
|
-
onUnpinParticipant?: (userId: string) => void;
|
8261
|
-
/**
|
8262
|
-
* Options for showing the remote video tile menu.
|
8263
|
-
*
|
8264
|
-
* @defaultValue \{ kind: 'contextual' \}
|
8265
|
-
*/
|
8266
|
-
remoteVideoTileMenuOptions?: false | VideoTileContextualMenuProps | VideoTileDrawerMenuProps;
|
8267
6537
|
}
|
8268
6538
|
|
8269
6539
|
/**
|
@@ -8276,11 +6546,6 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
|
|
8276
6546
|
isSpeaking?: boolean;
|
8277
6547
|
/** Video stream of shared screen */
|
8278
6548
|
screenShareStream?: VideoGalleryStream;
|
8279
|
-
/**
|
8280
|
-
* @beta
|
8281
|
-
* The connection state of the participant. For example, 'Hold', 'Connecting' etc.
|
8282
|
-
*/
|
8283
|
-
state?: ParticipantState;
|
8284
6549
|
}
|
8285
6550
|
|
8286
6551
|
/**
|
@@ -8311,8 +6576,6 @@ export declare interface VideoGalleryStream {
|
|
8311
6576
|
isMirrored?: boolean;
|
8312
6577
|
/** Render element of the video stream */
|
8313
6578
|
renderElement?: HTMLElement;
|
8314
|
-
/** Scaling mode of the video stream */
|
8315
|
-
scalingMode?: ViewScalingMode;
|
8316
6579
|
}
|
8317
6580
|
|
8318
6581
|
/**
|
@@ -8335,14 +6598,6 @@ export declare interface VideoGalleryStrings {
|
|
8335
6598
|
localVideoSelectedDescription: string;
|
8336
6599
|
/** placeholder text for participants who does not have a display name*/
|
8337
6600
|
displayNamePlaceholder: string;
|
8338
|
-
/** Menu text shown in Video Tile contextual menu for setting a remote participants video to fit in frame */
|
8339
|
-
fitRemoteParticipantToFrame: string;
|
8340
|
-
/** Menu text shown in Video Tile contextual menu for setting a remote participants video to fill the frame */
|
8341
|
-
fillRemoteParticipantFrame: string;
|
8342
|
-
/** Menu text shown in Video Tile contextual menu for pinning a remote participant's video tile */
|
8343
|
-
pinParticipantForMe: string;
|
8344
|
-
/** Menu text shown in Video Tile contextual menu for setting a remote participant's video tile */
|
8345
|
-
unpinParticipantForMe: string;
|
8346
6601
|
}
|
8347
6602
|
|
8348
6603
|
/**
|
@@ -8400,36 +6655,6 @@ export declare interface VideoStreamRendererViewState {
|
|
8400
6655
|
*/
|
8401
6656
|
export declare const VideoTile: (props: VideoTileProps) => JSX.Element;
|
8402
6657
|
|
8403
|
-
/**
|
8404
|
-
* Properties for showing contextual menu for remote {@link VideoTile} components in {@link VideoGallery}.
|
8405
|
-
*
|
8406
|
-
* @beta
|
8407
|
-
*/
|
8408
|
-
export declare interface VideoTileContextualMenuProps {
|
8409
|
-
/**
|
8410
|
-
* The menu property kind
|
8411
|
-
*/
|
8412
|
-
kind: 'contextual';
|
8413
|
-
}
|
8414
|
-
|
8415
|
-
/**
|
8416
|
-
* Properties for showing drawer menu on remote {@link VideoTile} long touch in {@link VideoGallery}.
|
8417
|
-
*
|
8418
|
-
* @beta
|
8419
|
-
*/
|
8420
|
-
export declare interface VideoTileDrawerMenuProps {
|
8421
|
-
/**
|
8422
|
-
* The menu property kind
|
8423
|
-
*/
|
8424
|
-
kind: 'drawer';
|
8425
|
-
/**
|
8426
|
-
* The optional id property provided on an element that the drawer menu should render within when a
|
8427
|
-
* remote participant video tile Drawer is shown. If an id is not provided, then a drawer menu will
|
8428
|
-
* render within the VideoGallery component.
|
8429
|
-
*/
|
8430
|
-
hostId?: string;
|
8431
|
-
}
|
8432
|
-
|
8433
6658
|
/**
|
8434
6659
|
* Props for {@link VideoTile}.
|
8435
6660
|
*
|
@@ -8468,10 +6693,6 @@ export declare interface VideoTileProps {
|
|
8468
6693
|
* Whether the video is muted or not.
|
8469
6694
|
*/
|
8470
6695
|
isMuted?: boolean;
|
8471
|
-
/**
|
8472
|
-
* If true, the video tile will show the pin icon.
|
8473
|
-
*/
|
8474
|
-
isPinned?: boolean;
|
8475
6696
|
/**
|
8476
6697
|
* Display Name of the Participant to be shown in the label.
|
8477
6698
|
* @remarks `displayName` is used to generate avatar initials if `initialsName` is not provided.
|
@@ -8500,31 +6721,6 @@ export declare interface VideoTileProps {
|
|
8500
6721
|
noVideoAvailableAriaLabel?: string;
|
8501
6722
|
/** Whether the participant in the videoTile is speaking. Shows a speaking indicator (border). */
|
8502
6723
|
isSpeaking?: boolean;
|
8503
|
-
/**
|
8504
|
-
* The call connection state of the participant.
|
8505
|
-
* For example, `Hold` means the participant is on hold.
|
8506
|
-
*/
|
8507
|
-
participantState?: ParticipantState;
|
8508
|
-
strings?: VideoTileStrings;
|
8509
|
-
/**
|
8510
|
-
* Display custom menu items in the VideoTile's contextual menu.
|
8511
|
-
* Uses Fluent UI ContextualMenu.
|
8512
|
-
* An ellipses icon will be displayed to open the contextual menu if this prop is defined.
|
8513
|
-
*/
|
8514
|
-
contextualMenu?: IContextualMenuProps;
|
8515
|
-
/**
|
8516
|
-
* Callback triggered by video tile on touch and hold.
|
8517
|
-
*/
|
8518
|
-
onLongTouch?: () => void;
|
8519
|
-
}
|
8520
|
-
|
8521
|
-
/**
|
8522
|
-
* Strings of {@link VideoTile} that can be overridden.
|
8523
|
-
* @beta
|
8524
|
-
*/
|
8525
|
-
export declare interface VideoTileStrings {
|
8526
|
-
participantStateRinging: string;
|
8527
|
-
participantStateHold: string;
|
8528
6724
|
}
|
8529
6725
|
|
8530
6726
|
/**
|