@azure/communication-react 1.10.0 → 1.10.1-alpha-202311110012
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/communication-react.d.ts +2276 -57
- package/dist/dist-cjs/communication-react/index.js +11871 -4856
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js +4 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.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 +2 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +11 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +12 -0
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +54 -10
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +12 -5
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +24 -55
- 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 +11 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +52 -41
- 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 +11 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +19 -3
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +45 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +87 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -0
- 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 +4 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +19 -0
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.d.ts +6 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js +8 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +1 -0
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +58 -13
- 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 +4 -3
- 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 +6 -3
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +14 -2
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +20 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +7 -0
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +23 -7
- 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 +4 -0
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +14 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +4 -2
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +41 -13
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +52 -8
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +6 -5
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +15 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +2 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +66 -71
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +64 -3
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +8 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +79 -13
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +7 -8
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +109 -79
- 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 +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +13 -5
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +24 -12
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +51 -57
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +14 -16
- 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.js +3 -15
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +1 -3
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js +8 -0
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +8 -0
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +25 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +69 -40
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +33 -31
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +8 -11
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +19 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +91 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +23 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +48 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.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 +8 -0
- 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 +6 -7
- 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 +3 -0
- 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 +13 -14
- 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 +5 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +5 -12
- 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 +146 -15
- 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 +3 -7
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +3 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +10 -3
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +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 +5 -9
- 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 +10 -11
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +57 -67
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +114 -128
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +6 -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.d.ts +1 -0
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +27 -0
- package/dist/dist-esm/communication-react/src/index.js +16 -0
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +3 -6
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +4 -10
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.js +8 -19
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
- package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +9 -8
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +44 -22
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +6 -4
- 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 +37 -22
- 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 +22 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +20 -5
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +36 -39
- 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 +22 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +93 -19
- 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 +15 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +124 -21
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +10 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +15 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +1 -0
- 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 +7 -4
- 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 +10 -14
- package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +14 -4
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +3 -14
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +69 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +37 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +75 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +58 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +5 -8
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +105 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +86 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +86 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +31 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +19 -27
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +42 -44
- 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 +2 -6
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +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.js +11 -23
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +6 -4
- 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 +3 -7
- package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +9 -5
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileCard.js +2 -3
- package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileCardGroup.js +1 -1
- package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +31 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +37 -14
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileUploadCards.js +8 -7
- 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/HoldButton.d.ts +49 -0
- package/dist/dist-esm/react-components/src/components/HoldButton.js +25 -0
- package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +7 -9
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +71 -0
- package/dist/dist-esm/react-components/src/components/ImageGallery.js +53 -0
- package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +26 -17
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +3 -5
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +29 -10
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +121 -0
- package/dist/dist-esm/react-components/src/components/MentionPopover.js +125 -0
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +23 -36
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +52 -2
- package/dist/dist-esm/react-components/src/components/MessageThread.js +221 -91
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +17 -14
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +94 -101
- 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 +13 -0
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +17 -17
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +70 -26
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +46 -32
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +6 -12
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +47 -14
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +6 -14
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +41 -0
- package/dist/dist-esm/react-components/src/components/SendBox.js +39 -13
- 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/StartCaptionsButton.js +2 -4
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.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.js +2 -4
- package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +41 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +611 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +152 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +822 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -0
- 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 +9 -6
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +20 -0
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +19 -34
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +3 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +8 -12
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +13 -17
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +6 -2
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +38 -16
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +14 -10
- 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 +5 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +70 -27
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +17 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +127 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +1 -0
- 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.js +19 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +8 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +2 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.d.ts +5 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +65 -22
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +1 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +7 -32
- 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 +2 -11
- 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/ScrollableHorizontalGallery.style.js +1 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +10 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +22 -28
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +10 -5
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +19 -32
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +62 -22
- 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 +14 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +131 -36
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/VideoTile.js +39 -54
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +19 -0
- package/dist/dist-esm/react-components/src/components/index.js +12 -0
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +58 -0
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +144 -0
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +1 -5
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/IconButton.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.d.ts +68 -0
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +202 -0
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +1 -4
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +26 -0
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +68 -0
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +1 -0
- 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 +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +2 -8
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +0 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +2 -10
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +38 -0
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +92 -0
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +0 -3
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +0 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +26 -0
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +67 -0
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +0 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +3 -17
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js +1 -4
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.js +4 -0
- package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +2 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +4 -7
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/utils/merge.js +16 -0
- package/dist/dist-esm/react-components/src/components/utils/merge.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
- package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +10 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js +1 -3
- package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +13 -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 -6
- 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 +4 -0
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +5 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +1 -0
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +65 -0
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +3 -5
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +15 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +112 -10
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +6 -0
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +25 -0
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.d.ts +21 -2
- package/dist/dist-esm/react-components/src/theming/themes.js +16 -0
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -7
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +27 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/OnRender.d.ts +8 -0
- package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +6 -0
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +2 -0
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +112 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +128 -38
- 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 +144 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +87 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +399 -55
- 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 +162 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +9 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.d.ts +18 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +46 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +3 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +16 -4
- 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 +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +118 -31
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +114 -59
- 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/CallReadinessModal.d.ts +48 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +210 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +10 -18
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +20 -2
- 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 +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +5 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +12 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +93 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +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 +34 -23
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +62 -24
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +25 -34
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +63 -36
- 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 +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +29 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +3 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +13 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +12 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +47 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +5 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +17 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +5 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +8 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +26 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +10 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +13 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +31 -8
- 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 +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +19 -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 +15 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +155 -19
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +24 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +34 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +17 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.d.ts +11 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +113 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +54 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +16 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.d.ts +12 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +9 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +10 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +15 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +15 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +1 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +15 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +15 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +16 -9
- 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 +13 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +11 -5
- 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 +17 -10
- 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 +23 -16
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +7 -1
- 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 +16 -9
- 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 +11 -4
- 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 +34 -20
- 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 +16 -9
- 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 +19 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +2 -6
- 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 +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +23 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +1 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +32 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +81 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +1 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.d.ts +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +2 -3
- 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 +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.d.ts +37 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +55 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +9 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +10 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +15 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +115 -15
- 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 +102 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +108 -24
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +9 -7
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +3 -6
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +32 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +33 -6
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +151 -8
- 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 +64 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +10 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +40 -0
- 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 +13 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +37 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +26 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +15 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +20 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +148 -11
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +18 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +18 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +28 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +159 -29
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.d.ts +28 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +154 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +17 -2
- 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 +2 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUpload.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +18 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js.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 +3 -5
- 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 +10 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +6 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +11 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +12 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +15 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +34 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +12 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +17 -6
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +22 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +105 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +17 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +32 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +10 -4
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +5 -14
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +22 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +60 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +61 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +6 -8
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +12 -16
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +1 -5
- 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 +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +63 -34
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +35 -33
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +136 -54
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js +5 -7
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +115 -98
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/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 +37 -15
- 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 +13 -14
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +35 -5
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.d.ts +17 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +42 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.d.ts +11 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +40 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +7 -15
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +10 -8
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +16 -13
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +28 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +17 -3
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +4 -10
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +12 -51
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +6 -29
- 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 +4 -22
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +15 -4
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +17 -12
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +3 -3
@@ -17,6 +17,7 @@
|
|
17
17
|
|
18
18
|
/// <reference types="react" />
|
19
19
|
|
20
|
+
import { AddPhoneNumberOptions } from '@azure/communication-calling';
|
20
21
|
import { AudioDeviceInfo } from '@azure/communication-calling';
|
21
22
|
import { BackgroundBlurConfig } from '@azure/communication-calling';
|
22
23
|
import { BackgroundBlurEffect } from '@azure/communication-calling';
|
@@ -29,6 +30,7 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
29
30
|
import { CallDirection } from '@azure/communication-calling';
|
30
31
|
import { CallEndReason } from '@azure/communication-calling';
|
31
32
|
import { CallerInfo } from '@azure/communication-calling';
|
33
|
+
import { CallKind } from '@azure/communication-calling';
|
32
34
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
33
35
|
import { CapabilitiesChangeInfo } from '@azure/communication-calling';
|
34
36
|
import { CaptionsResultType } from '@azure/communication-calling';
|
@@ -42,11 +44,13 @@ import { CommunicationIdentifier } from '@azure/communication-common';
|
|
42
44
|
import { CommunicationIdentifierKind } from '@azure/communication-common';
|
43
45
|
import { CommunicationTokenCredential } from '@azure/communication-common';
|
44
46
|
import { CommunicationUserIdentifier } from '@azure/communication-common';
|
45
|
-
import { CommunicationUserKind } from '@azure/communication-common';
|
47
|
+
import type { CommunicationUserKind } from '@azure/communication-common';
|
46
48
|
import { CreateViewOptions } from '@azure/communication-calling';
|
47
49
|
import { DeviceAccess } from '@azure/communication-calling';
|
48
50
|
import { DeviceManager } from '@azure/communication-calling';
|
49
51
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
52
|
+
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
53
|
+
import { EnvironmentInfo } from '@azure/communication-calling';
|
50
54
|
import { GroupCallLocator } from '@azure/communication-calling';
|
51
55
|
import { IButtonProps } from '@fluentui/react';
|
52
56
|
import { IButtonStyles } from '@fluentui/react';
|
@@ -54,20 +58,22 @@ import { IContextualMenuItem } from '@fluentui/react';
|
|
54
58
|
import { IContextualMenuItemStyles } from '@fluentui/react';
|
55
59
|
import { IContextualMenuProps } from '@fluentui/react';
|
56
60
|
import { IContextualMenuStyles } from '@fluentui/react';
|
61
|
+
import { ILinkStyles } from '@fluentui/react';
|
57
62
|
import { IMessageBarProps } from '@fluentui/react';
|
63
|
+
import { IncomingCall } from '@azure/communication-calling';
|
58
64
|
import { IPersonaStyleProps } from '@fluentui/react';
|
59
65
|
import { IPersonaStyles } from '@fluentui/react';
|
60
66
|
import { IRawStyle } from '@fluentui/react';
|
61
67
|
import { IRenderFunction } from '@fluentui/react';
|
62
68
|
import { IStyle } from '@fluentui/react';
|
63
69
|
import { IStyleFunctionOrObject } from '@fluentui/react';
|
70
|
+
import { ITextFieldStyles } from '@fluentui/react';
|
64
71
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
65
72
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
66
73
|
import { LocalVideoStream } from '@azure/communication-calling';
|
67
74
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
68
75
|
import { MediaStreamType } from '@azure/communication-calling';
|
69
|
-
import {
|
70
|
-
import { MicrosoftTeamsUserKind } from '@azure/communication-common';
|
76
|
+
import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
71
77
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
72
78
|
import { PartialTheme } from '@fluentui/react';
|
73
79
|
import { ParticipantCapabilities } from '@azure/communication-calling';
|
@@ -76,24 +82,44 @@ import { PermissionConstraints } from '@azure/communication-calling';
|
|
76
82
|
import { PersonaInitialsColor } from '@fluentui/react';
|
77
83
|
import { PersonaPresence } from '@fluentui/react';
|
78
84
|
import { PersonaSize } from '@fluentui/react';
|
79
|
-
import {
|
85
|
+
import { PhoneNumberIdentifier } from '@azure/communication-common';
|
80
86
|
import { PropertyChangedEvent } from '@azure/communication-calling';
|
81
87
|
import { default as React_2 } from 'react';
|
82
88
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
83
89
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
90
|
+
import { RoomCallLocator } from '@azure/communication-calling';
|
84
91
|
import { ScalingMode } from '@azure/communication-calling';
|
85
92
|
import { SendMessageOptions } from '@azure/communication-chat';
|
86
93
|
import { StartCallOptions } from '@azure/communication-calling';
|
87
94
|
import { StartCaptionsOptions } from '@azure/communication-calling';
|
95
|
+
import { SyntheticEvent } from 'react';
|
96
|
+
import { TeamsCall } from '@azure/communication-calling';
|
97
|
+
import { TeamsCallAgent } from '@azure/communication-calling';
|
88
98
|
import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
|
89
99
|
import { Theme } from '@fluentui/react';
|
100
|
+
import { TransferRequestedEventArgs } from '@azure/communication-calling';
|
90
101
|
import { TypingIndicatorReceivedEvent } from '@azure/communication-chat';
|
91
|
-
import { UnknownIdentifierKind } from '@azure/communication-common';
|
92
102
|
import { VideoDeviceInfo } from '@azure/communication-calling';
|
93
103
|
import { VideoEffectName } from '@azure/communication-calling';
|
94
104
|
import { VideoStreamRenderer } from '@azure/communication-calling';
|
95
105
|
import { VideoStreamRendererView } from '@azure/communication-calling';
|
96
106
|
|
107
|
+
/**
|
108
|
+
* Transfer feature state
|
109
|
+
*
|
110
|
+
* @beta
|
111
|
+
*/
|
112
|
+
export declare interface AcceptedTransfer {
|
113
|
+
/**
|
114
|
+
* Stores call id of accepted transfer
|
115
|
+
*/
|
116
|
+
callId: string;
|
117
|
+
/**
|
118
|
+
* Stores timestamp when transfer was accepted
|
119
|
+
*/
|
120
|
+
timestamp: Date;
|
121
|
+
}
|
122
|
+
|
97
123
|
/**
|
98
124
|
* Active error messages to be shown via {@link ErrorBar}.
|
99
125
|
*
|
@@ -113,6 +139,38 @@ export declare interface ActiveErrorMessage {
|
|
113
139
|
timestamp?: Date;
|
114
140
|
}
|
115
141
|
|
142
|
+
/**
|
143
|
+
* Attributes required for SendBox to show file uploads like name, progress etc.
|
144
|
+
* @beta
|
145
|
+
*/
|
146
|
+
export declare interface ActiveFileUpload {
|
147
|
+
/**
|
148
|
+
* Unique identifier for the file upload.
|
149
|
+
*/
|
150
|
+
id: string;
|
151
|
+
/**
|
152
|
+
* File name to be rendered for uploaded file.
|
153
|
+
*/
|
154
|
+
filename: string;
|
155
|
+
/**
|
156
|
+
* A number between 0 and 1 indicating the progress of the upload.
|
157
|
+
* This is unrelated to the `uploadComplete` property.
|
158
|
+
* It is only used to show the progress of the upload.
|
159
|
+
* Progress of 1 doesn't mark the upload as complete, set the `uploadComplete`
|
160
|
+
* property to true to mark the upload as complete.
|
161
|
+
*/
|
162
|
+
progress: number;
|
163
|
+
/**
|
164
|
+
* Error to be displayed to the user if the upload fails.
|
165
|
+
*/
|
166
|
+
error?: SendBoxErrorBarError;
|
167
|
+
/**
|
168
|
+
* `true` means that the upload is completed.
|
169
|
+
* This is independent of the upload `progress`.
|
170
|
+
*/
|
171
|
+
uploadComplete?: boolean;
|
172
|
+
}
|
173
|
+
|
116
174
|
/**
|
117
175
|
* Error reported via error events and stored in adapter state.
|
118
176
|
*
|
@@ -179,6 +237,15 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
179
237
|
*/
|
180
238
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
181
239
|
|
240
|
+
/**
|
241
|
+
* Meta Data of the attachment object returned by the ACS SDK.
|
242
|
+
* @beta
|
243
|
+
*/
|
244
|
+
export declare interface AttachmentDownloadResult {
|
245
|
+
attachmentId: string;
|
246
|
+
blobUrl: string;
|
247
|
+
}
|
248
|
+
|
182
249
|
/**
|
183
250
|
* Custom data attributes for displaying avatar for a user.
|
184
251
|
*
|
@@ -208,6 +275,11 @@ export declare type AvatarPersonaData = {
|
|
208
275
|
* @defaultvalue `white`
|
209
276
|
*/
|
210
277
|
initialsTextColor?: string;
|
278
|
+
/**
|
279
|
+
* If true, show the special coin for unknown persona.
|
280
|
+
* It has '?' in place of initials, with static font and background colors
|
281
|
+
*/
|
282
|
+
showUnknownPersonaCoin?: boolean;
|
211
283
|
};
|
212
284
|
|
213
285
|
/**
|
@@ -229,6 +301,11 @@ export declare type AzureCommunicationCallAdapterArgs = {
|
|
229
301
|
displayName: string;
|
230
302
|
credential: CommunicationTokenCredential;
|
231
303
|
locator: CallAdapterLocator;
|
304
|
+
/**
|
305
|
+
* A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
|
306
|
+
* E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
|
307
|
+
*/
|
308
|
+
alternateCallerId?: string;
|
232
309
|
/**
|
233
310
|
* Optional parameters for the {@link AzureCommunicationCallAdapter} created
|
234
311
|
*/
|
@@ -253,6 +330,7 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
|
|
253
330
|
displayName: string;
|
254
331
|
credential: CommunicationTokenCredential;
|
255
332
|
locator: CallAndChatLocator | TeamsMeetingLinkLocator;
|
333
|
+
alternateCallerId?: string;
|
256
334
|
callAdapterOptions?: AzureCommunicationCallAdapterOptions;
|
257
335
|
};
|
258
336
|
|
@@ -268,6 +346,7 @@ export declare type AzureCommunicationCallWithChatAdapterFromClientArgs = {
|
|
268
346
|
chatClient: StatefulChatClient;
|
269
347
|
chatThreadClient: ChatThreadClient;
|
270
348
|
callAdapterOptions?: AzureCommunicationCallAdapterOptions;
|
349
|
+
chatAdapterOptions?: AzureCommunicationChatAdapterOptions;
|
271
350
|
};
|
272
351
|
|
273
352
|
/**
|
@@ -283,6 +362,14 @@ export declare type AzureCommunicationChatAdapterArgs = {
|
|
283
362
|
threadId: string;
|
284
363
|
};
|
285
364
|
|
365
|
+
/**
|
366
|
+
* Configuration options to include when creating AzureCommunicationChatAdapter.
|
367
|
+
* @beta
|
368
|
+
*/
|
369
|
+
export declare type AzureCommunicationChatAdapterOptions = {
|
370
|
+
credential?: CommunicationTokenCredential;
|
371
|
+
};
|
372
|
+
|
286
373
|
/**
|
287
374
|
* Properties common to all composites exported from this library.
|
288
375
|
*
|
@@ -338,6 +425,186 @@ export declare interface BaseCustomStyles {
|
|
338
425
|
root?: IStyle;
|
339
426
|
}
|
340
427
|
|
428
|
+
/**
|
429
|
+
* Base interface that all Meta Data should extend.
|
430
|
+
* Typically used for ACS to ACS file transfers.
|
431
|
+
* @beta
|
432
|
+
*/
|
433
|
+
export declare interface BaseFileMetadata {
|
434
|
+
/**
|
435
|
+
* File name to be displayed.
|
436
|
+
*/
|
437
|
+
name: string;
|
438
|
+
/**
|
439
|
+
* Extension is used for rendering the file icon.
|
440
|
+
* An unknown extension will be rendered as a generic icon.
|
441
|
+
* Example: `jpeg`
|
442
|
+
*/
|
443
|
+
extension: string;
|
444
|
+
/**
|
445
|
+
* Download URL for the file.
|
446
|
+
*/
|
447
|
+
url: string;
|
448
|
+
/**
|
449
|
+
* Unique ID of the file.
|
450
|
+
*/
|
451
|
+
id: string;
|
452
|
+
/**
|
453
|
+
* Attachment Type
|
454
|
+
*/
|
455
|
+
attachmentType: FileMetadataAttachmentType;
|
456
|
+
}
|
457
|
+
|
458
|
+
/**
|
459
|
+
* Content blocked message type.
|
460
|
+
*
|
461
|
+
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
462
|
+
*
|
463
|
+
* @beta
|
464
|
+
*/
|
465
|
+
export declare interface BlockedMessage extends MessageCommon {
|
466
|
+
messageType: 'blocked';
|
467
|
+
warningText?: string;
|
468
|
+
linkText?: string;
|
469
|
+
link?: string;
|
470
|
+
deletedOn?: Date;
|
471
|
+
senderId?: string;
|
472
|
+
senderDisplayName?: string;
|
473
|
+
status?: MessageStatus;
|
474
|
+
attached?: MessageAttachedStatus;
|
475
|
+
mine?: boolean;
|
476
|
+
}
|
477
|
+
|
478
|
+
/**
|
479
|
+
* @beta
|
480
|
+
* Props for BrowserPermissionDeniedIOS component.
|
481
|
+
*/
|
482
|
+
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
483
|
+
/**
|
484
|
+
* Localization strings for BrowserPermissionDeniedIOS component.
|
485
|
+
*/
|
486
|
+
strings?: BrowserPermissionDeniedIOSStrings;
|
487
|
+
/**
|
488
|
+
* Link to image source.
|
489
|
+
*
|
490
|
+
* Image is inserted into the top of the component.
|
491
|
+
*/
|
492
|
+
imageSource?: string;
|
493
|
+
}
|
494
|
+
|
495
|
+
/**
|
496
|
+
* @beta
|
497
|
+
* Strings for BrowserPermissionDeniedIOS component
|
498
|
+
*/
|
499
|
+
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
500
|
+
/**
|
501
|
+
* Image alt text
|
502
|
+
*/
|
503
|
+
imageAltText: string;
|
504
|
+
/**
|
505
|
+
* Main text string.
|
506
|
+
*/
|
507
|
+
primaryText: string;
|
508
|
+
/**
|
509
|
+
* Subtext string.
|
510
|
+
*/
|
511
|
+
secondaryText: string;
|
512
|
+
/**
|
513
|
+
* Step 1 string
|
514
|
+
*/
|
515
|
+
step1Text: string;
|
516
|
+
/**
|
517
|
+
* Step 1 digit string
|
518
|
+
*/
|
519
|
+
step1DigitText: string;
|
520
|
+
/**
|
521
|
+
* Step 2 string
|
522
|
+
*/
|
523
|
+
step2Text: string;
|
524
|
+
/**
|
525
|
+
* Step 2 digit string
|
526
|
+
*/
|
527
|
+
step2DigitText: string;
|
528
|
+
/**
|
529
|
+
* Step 3 string
|
530
|
+
*/
|
531
|
+
step3Text: string;
|
532
|
+
/**
|
533
|
+
* Step 3 digit string
|
534
|
+
*/
|
535
|
+
step3DigitText: string;
|
536
|
+
/**
|
537
|
+
* Step 4 string
|
538
|
+
*/
|
539
|
+
step4Text: string;
|
540
|
+
/**
|
541
|
+
* Step 4 digit string
|
542
|
+
*/
|
543
|
+
step4DigitText: string;
|
544
|
+
}
|
545
|
+
|
546
|
+
/**
|
547
|
+
* @beta
|
548
|
+
* Props for BrowserPermissionDenied component.
|
549
|
+
*/
|
550
|
+
export declare interface BrowserPermissionDeniedProps {
|
551
|
+
/**
|
552
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
553
|
+
*/
|
554
|
+
onTroubleshootingClick?: () => void;
|
555
|
+
/**
|
556
|
+
* Action to be taken by the try again primary button.
|
557
|
+
*/
|
558
|
+
onTryAgainClick?: () => void;
|
559
|
+
/**
|
560
|
+
* Localization strings for BrowserPermissionDenied component.
|
561
|
+
*/
|
562
|
+
strings?: BrowserPermissionDeniedStrings;
|
563
|
+
/**
|
564
|
+
* Allows users to pass in an object contains custom CSS styles.
|
565
|
+
* @Example
|
566
|
+
* ```
|
567
|
+
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
568
|
+
* ```
|
569
|
+
*/
|
570
|
+
styles?: BrowserPermissionDeniedStyles;
|
571
|
+
}
|
572
|
+
|
573
|
+
/**
|
574
|
+
* @beta
|
575
|
+
* Strings for BrowserPermissionDenied component
|
576
|
+
*/
|
577
|
+
export declare interface BrowserPermissionDeniedStrings {
|
578
|
+
/**
|
579
|
+
* Main button text string.
|
580
|
+
*/
|
581
|
+
primaryButtonText: string;
|
582
|
+
/**
|
583
|
+
* Main text string.
|
584
|
+
*/
|
585
|
+
primaryText: string;
|
586
|
+
/**
|
587
|
+
* Subtext string.
|
588
|
+
*/
|
589
|
+
secondaryText: string;
|
590
|
+
/**
|
591
|
+
* More help link string.
|
592
|
+
*/
|
593
|
+
linkText: string;
|
594
|
+
}
|
595
|
+
|
596
|
+
/**
|
597
|
+
* Fluent styles for {@link BrowserPermissionDenied}.
|
598
|
+
*
|
599
|
+
* @beta
|
600
|
+
*/
|
601
|
+
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
602
|
+
/** Styles for the primary button. */
|
603
|
+
primaryButton?: IButtonStyles;
|
604
|
+
/** Styles for the help troubleshooting link text. */
|
605
|
+
troubleshootingLink?: ILinkStyles;
|
606
|
+
}
|
607
|
+
|
341
608
|
/**
|
342
609
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
343
610
|
*
|
@@ -371,6 +638,12 @@ export declare interface CallAdapter extends CommonCallAdapter {
|
|
371
638
|
* @public
|
372
639
|
*/
|
373
640
|
startCall(participants: string[], options?: StartCallOptions): Call | undefined;
|
641
|
+
/**
|
642
|
+
* Start the call.
|
643
|
+
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
644
|
+
* @beta
|
645
|
+
*/
|
646
|
+
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
|
374
647
|
}
|
375
648
|
|
376
649
|
/**
|
@@ -415,6 +688,12 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
|
|
415
688
|
* @public
|
416
689
|
*/
|
417
690
|
startCall(participants: string[], options?: StartCallOptions): Call | undefined;
|
691
|
+
/**
|
692
|
+
* Start the call.
|
693
|
+
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
694
|
+
* @beta
|
695
|
+
*/
|
696
|
+
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
|
418
697
|
}
|
419
698
|
|
420
699
|
/**
|
@@ -491,6 +770,12 @@ export declare interface CallAdapterCallOperations {
|
|
491
770
|
* @public
|
492
771
|
*/
|
493
772
|
removeParticipant(userId: string): Promise<void>;
|
773
|
+
/**
|
774
|
+
* Remove a participant from the call.
|
775
|
+
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
776
|
+
* @beta
|
777
|
+
*/
|
778
|
+
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
494
779
|
/**
|
495
780
|
* Create the html view for a stream.
|
496
781
|
*
|
@@ -542,6 +827,35 @@ export declare interface CallAdapterCallOperations {
|
|
542
827
|
* @public
|
543
828
|
*/
|
544
829
|
disposeLocalVideoStreamView(): Promise<void>;
|
830
|
+
/**
|
831
|
+
* Holds the call.
|
832
|
+
*
|
833
|
+
* @beta
|
834
|
+
*/
|
835
|
+
holdCall(): Promise<void>;
|
836
|
+
/**
|
837
|
+
* Resumes the call from a `LocalHold` state.
|
838
|
+
*
|
839
|
+
* @beta
|
840
|
+
*/
|
841
|
+
resumeCall(): Promise<void>;
|
842
|
+
/**
|
843
|
+
* Add a participant to the call.
|
844
|
+
*
|
845
|
+
* @beta
|
846
|
+
*/
|
847
|
+
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
848
|
+
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
849
|
+
/**
|
850
|
+
* send dtmf tone to another participant in a 1:1 PSTN call
|
851
|
+
*
|
852
|
+
* @beta
|
853
|
+
*/
|
854
|
+
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
855
|
+
/**
|
856
|
+
* Continues into a call when the browser version is not supported.
|
857
|
+
*/
|
858
|
+
allowUnsupportedBrowserVersion(): void;
|
545
859
|
/**
|
546
860
|
* Function to Start captions
|
547
861
|
* @param options - options for start captions
|
@@ -601,10 +915,22 @@ export declare type CallAdapterClientState = {
|
|
601
915
|
devices: DeviceManagerState;
|
602
916
|
endedCall?: CallState;
|
603
917
|
isTeamsCall: boolean;
|
918
|
+
/**
|
919
|
+
* State to track whether the call is a rooms call.
|
920
|
+
*/
|
921
|
+
isRoomsCall: boolean;
|
604
922
|
/**
|
605
923
|
* Latest error encountered for each operation performed via the adapter.
|
606
924
|
*/
|
607
925
|
latestErrors: AdapterErrors;
|
926
|
+
/**
|
927
|
+
* Azure communications Phone number to make PSTN calls with.
|
928
|
+
*/
|
929
|
+
alternateCallerId?: string;
|
930
|
+
/**
|
931
|
+
* Environment information about system the adapter is made on
|
932
|
+
*/
|
933
|
+
environmentInfo?: EnvironmentInfo;
|
608
934
|
/**
|
609
935
|
* State to track whether the local participant's camera is on. To be used when creating a custom
|
610
936
|
* control bar with the CallComposite.
|
@@ -622,6 +948,18 @@ export declare type CallAdapterClientState = {
|
|
622
948
|
* State to track the selected video background effect.
|
623
949
|
*/
|
624
950
|
selectedVideoBackgroundEffect?: VideoBackgroundEffect;
|
951
|
+
/**
|
952
|
+
* Call from transfer request accepted by local user
|
953
|
+
*/
|
954
|
+
acceptedTransferCallState?: CallState;
|
955
|
+
/**
|
956
|
+
* Hide attendee names in teams meeting
|
957
|
+
*/
|
958
|
+
hideAttendeeNames?: boolean;
|
959
|
+
/**
|
960
|
+
* State to track the sounds to be used in the call.
|
961
|
+
*/
|
962
|
+
sounds?: CallingSounds;
|
625
963
|
};
|
626
964
|
|
627
965
|
/**
|
@@ -706,7 +1044,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
706
1044
|
*
|
707
1045
|
* @public
|
708
1046
|
*/
|
709
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator;
|
1047
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
|
710
1048
|
|
711
1049
|
/**
|
712
1050
|
* {@link CommonCallAdapter} state.
|
@@ -799,6 +1137,10 @@ export declare interface CallAdapterSubscribers {
|
|
799
1137
|
* Subscribe function for 'isSpokenLanguageChanged' event.
|
800
1138
|
*/
|
801
1139
|
on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
1140
|
+
/**
|
1141
|
+
* Subscribe function for 'transferRequested' event.
|
1142
|
+
*/
|
1143
|
+
on(event: 'transferRequested', listener: TransferRequestedListener): void;
|
802
1144
|
/**
|
803
1145
|
* Subscribe function for 'capabilitiesChanged' event.
|
804
1146
|
*/
|
@@ -867,6 +1209,10 @@ export declare interface CallAdapterSubscribers {
|
|
867
1209
|
* Unsubscribe function for 'isSpokenLanguageChanged' event.
|
868
1210
|
*/
|
869
1211
|
off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
1212
|
+
/**
|
1213
|
+
* Unsubscribe function for 'transferRequested' event.
|
1214
|
+
*/
|
1215
|
+
off(event: 'transferRequested', listener: TransferRequestedListener): void;
|
870
1216
|
/**
|
871
1217
|
* Unsubscribe function for 'capabilitiesChanged' event.
|
872
1218
|
*/
|
@@ -881,6 +1227,7 @@ export declare interface CallAdapterSubscribers {
|
|
881
1227
|
export declare type CallAdapterUiState = {
|
882
1228
|
isLocalPreviewMicrophoneEnabled: boolean;
|
883
1229
|
page: CallCompositePage;
|
1230
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
884
1231
|
};
|
885
1232
|
|
886
1233
|
/**
|
@@ -899,7 +1246,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
|
|
899
1246
|
*/
|
900
1247
|
export declare interface CallAgentProviderProps {
|
901
1248
|
children: React_2.ReactNode;
|
902
|
-
callAgent?: CallAgent;
|
1249
|
+
callAgent?: CallAgent | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
|
903
1250
|
}
|
904
1251
|
|
905
1252
|
/**
|
@@ -924,7 +1271,7 @@ export declare interface CallAgentState {
|
|
924
1271
|
*/
|
925
1272
|
export declare interface CallAndChatLocator {
|
926
1273
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
927
|
-
callLocator: GroupCallLocator;
|
1274
|
+
callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
|
928
1275
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
929
1276
|
chatThreadId: string;
|
930
1277
|
}
|
@@ -1011,6 +1358,16 @@ export declare interface CallClientState {
|
|
1011
1358
|
* See documentation of {@Link CallErrors} for details.
|
1012
1359
|
*/
|
1013
1360
|
latestErrors: CallErrors;
|
1361
|
+
/**
|
1362
|
+
* A phone number in E.164 format that will be used to represent callers identity.
|
1363
|
+
* For example, using the alternateCallerId to add a participant using PSTN, this number will
|
1364
|
+
* be used as the caller id in the PSTN call.
|
1365
|
+
*/
|
1366
|
+
alternateCallerId?: string;
|
1367
|
+
/**
|
1368
|
+
* state to track the environment that the stateful client was made in is supported
|
1369
|
+
*/
|
1370
|
+
environmentInfo?: EnvironmentInfo;
|
1014
1371
|
}
|
1015
1372
|
|
1016
1373
|
/**
|
@@ -1081,6 +1438,10 @@ export declare type CallCompositeIcons = {
|
|
1081
1438
|
ParticipantItemScreenShareStart?: JSX.Element;
|
1082
1439
|
VideoTileMicOff?: JSX.Element;
|
1083
1440
|
LocalCameraSwitch?: JSX.Element;
|
1441
|
+
PeoplePaneAddPerson?: JSX.Element;
|
1442
|
+
PeoplePaneOpenDialpad?: JSX.Element;
|
1443
|
+
DialpadStartCall?: JSX.Element;
|
1444
|
+
NoticePageAccessDeniedRoomsCall?: JSX.Element;
|
1084
1445
|
BlurVideoBackground?: JSX.Element;
|
1085
1446
|
RemoveVideoBackgroundEffect?: JSX.Element;
|
1086
1447
|
GalleryOptions?: JSX.Element;
|
@@ -1111,10 +1472,66 @@ export declare type CallCompositeOptions = {
|
|
1111
1472
|
* @defaultValue true
|
1112
1473
|
*/
|
1113
1474
|
callControls?: boolean | CallControlOptions;
|
1475
|
+
/**
|
1476
|
+
* Device permissions check options for your call.
|
1477
|
+
* Here you can choose what device permissions you prompt the user for,
|
1478
|
+
* as well as what device permissions must be accepted before starting a call.
|
1479
|
+
*/
|
1480
|
+
deviceChecks?: DeviceCheckOptions;
|
1481
|
+
/**
|
1482
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1483
|
+
* unable to grant your site the required permissions for the call.
|
1484
|
+
*
|
1485
|
+
* @example
|
1486
|
+
* ```ts
|
1487
|
+
* onPermissionsTroubleshootingClick: () =>
|
1488
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1489
|
+
* ```
|
1490
|
+
*
|
1491
|
+
* @remarks
|
1492
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1493
|
+
*/
|
1494
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1495
|
+
camera: PermissionState;
|
1496
|
+
microphone: PermissionState;
|
1497
|
+
}) => void;
|
1498
|
+
/**
|
1499
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1500
|
+
* having network issues when connecting to the call.
|
1501
|
+
*
|
1502
|
+
* @example
|
1503
|
+
* ```ts
|
1504
|
+
* onNetworkingTroubleShootingClick?: () =>
|
1505
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1506
|
+
* ```
|
1507
|
+
*
|
1508
|
+
* @remarks
|
1509
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1510
|
+
*/
|
1511
|
+
onNetworkingTroubleShootingClick?: () => void;
|
1512
|
+
/**
|
1513
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1514
|
+
*
|
1515
|
+
* @example
|
1516
|
+
* ```ts
|
1517
|
+
* onBrowserTroubleShootingClick?: () =>
|
1518
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1519
|
+
* ```
|
1520
|
+
*
|
1521
|
+
* @remarks
|
1522
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
1523
|
+
*/
|
1524
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
1114
1525
|
/**
|
1115
1526
|
* Remote participant video tile menu options
|
1116
1527
|
*/
|
1117
1528
|
remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
|
1529
|
+
/**
|
1530
|
+
* Options for controlling the local video tile.
|
1531
|
+
*
|
1532
|
+
* @remarks if 'false' the local video tile will not be rendered.
|
1533
|
+
*/
|
1534
|
+
localVideoTile?: boolean | LocalVideoTileOptions;
|
1118
1535
|
/**
|
1119
1536
|
* Options for controlling the starting layout of the composite's video gallery
|
1120
1537
|
*/
|
@@ -1124,6 +1541,40 @@ export declare type CallCompositeOptions = {
|
|
1124
1541
|
*/
|
1125
1542
|
layout?: VideoGalleryLayout;
|
1126
1543
|
};
|
1544
|
+
/**
|
1545
|
+
* Logo displayed on the configuration page.
|
1546
|
+
*/
|
1547
|
+
logo?: {
|
1548
|
+
/**
|
1549
|
+
* URL for the logo image.
|
1550
|
+
*
|
1551
|
+
* @remarks
|
1552
|
+
* Recommended size is 80x80 pixels.
|
1553
|
+
*/
|
1554
|
+
url: string;
|
1555
|
+
/**
|
1556
|
+
* Alt text for the logo image.
|
1557
|
+
*/
|
1558
|
+
alt?: string;
|
1559
|
+
/**
|
1560
|
+
* The logo can be displayed as a circle or a square.
|
1561
|
+
*
|
1562
|
+
* @defaultValue 'circle'
|
1563
|
+
*/
|
1564
|
+
shape?: 'circle' | 'square';
|
1565
|
+
};
|
1566
|
+
/**
|
1567
|
+
* Background image displayed on the configuration page.
|
1568
|
+
*/
|
1569
|
+
backgroundImage?: {
|
1570
|
+
/**
|
1571
|
+
* URL for the background image.
|
1572
|
+
*
|
1573
|
+
* @remarks
|
1574
|
+
* Background image should be larger than 576x567 pixels and smaller than 2048x2048 pixels pixels.
|
1575
|
+
*/
|
1576
|
+
url: string;
|
1577
|
+
};
|
1127
1578
|
};
|
1128
1579
|
|
1129
1580
|
/**
|
@@ -1131,7 +1582,7 @@ export declare type CallCompositeOptions = {
|
|
1131
1582
|
*
|
1132
1583
|
* @public
|
1133
1584
|
*/
|
1134
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall';
|
1585
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | /* @conditional-compile-remove(PSTN-calls) */ 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | /* @conditional-compile-remove(rooms) */ 'deniedPermissionToRoom' | 'removedFromCall' | /* @conditional-compile-remove(rooms) */ 'roomNotFound' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | /* @conditional-compile-remove(call-transfer) */ 'transferring';
|
1135
1586
|
|
1136
1587
|
/**
|
1137
1588
|
* Props for {@link CallComposite}.
|
@@ -1377,14 +1828,86 @@ export declare interface CallCompositeStrings {
|
|
1377
1828
|
* Label for SidePaneHeader dismiss button
|
1378
1829
|
*/
|
1379
1830
|
dismissSidePaneButtonLabel?: string;
|
1831
|
+
/**
|
1832
|
+
* Side pane People section subheader.
|
1833
|
+
*/
|
1834
|
+
peoplePaneSubTitle: string;
|
1835
|
+
/**
|
1836
|
+
* Label for button to copy invite link
|
1837
|
+
*/
|
1838
|
+
copyInviteLinkButtonLabel: string;
|
1839
|
+
/**
|
1840
|
+
* Label for button to open dialpad
|
1841
|
+
*/
|
1842
|
+
openDialpadButtonLabel: string;
|
1843
|
+
/**
|
1844
|
+
* Label for menu item to remove participant
|
1845
|
+
*/
|
1846
|
+
removeMenuLabel: string;
|
1847
|
+
/**
|
1848
|
+
* Label for add people dropdown
|
1849
|
+
*/
|
1850
|
+
peoplePaneAddPeopleButtonLabel: string;
|
1851
|
+
/**
|
1852
|
+
* Label for button to start a call
|
1853
|
+
*/
|
1854
|
+
dialpadStartCallButtonLabel: string;
|
1855
|
+
/**
|
1856
|
+
* Title for dialpad Modal
|
1857
|
+
*/
|
1858
|
+
dialpadModalTitle: string;
|
1859
|
+
/**
|
1860
|
+
* Aria Label for dialpad Modal
|
1861
|
+
*/
|
1862
|
+
dialpadModalAriaLabel: string;
|
1863
|
+
/**
|
1864
|
+
* Aria Label for dialpad Modal close button
|
1865
|
+
*/
|
1866
|
+
dialpadCloseModalButtonAriaLabel: string;
|
1380
1867
|
/**
|
1381
1868
|
* label for more button in the Calling composite
|
1382
1869
|
*/
|
1383
1870
|
moreButtonCallingLabel: string;
|
1871
|
+
/**
|
1872
|
+
* Label for the resume call button on the hold pane
|
1873
|
+
*/
|
1874
|
+
resumeCallButtonLabel: string;
|
1875
|
+
/**
|
1876
|
+
* Label for the resume call button on the hold pane when call is resuming
|
1877
|
+
*/
|
1878
|
+
resumingCallButtonLabel: string;
|
1879
|
+
/**
|
1880
|
+
* Aria label for the resume call button on the hold pane
|
1881
|
+
*/
|
1882
|
+
resumeCallButtonAriaLabel: string;
|
1883
|
+
/**
|
1884
|
+
* Aria label for the resume call button on the hold pane when call is resuming
|
1885
|
+
*/
|
1886
|
+
resumingCallButtonAriaLabel: string;
|
1887
|
+
/**
|
1888
|
+
* Label for the hold pane
|
1889
|
+
*/
|
1890
|
+
holdScreenLabel: string;
|
1891
|
+
/**
|
1892
|
+
* Placeholder text for dtmf dialpad
|
1893
|
+
*/
|
1894
|
+
dtmfDialpadPlaceholderText: string;
|
1895
|
+
/**
|
1896
|
+
* Label for the button to open dtmf dialpad
|
1897
|
+
*/
|
1898
|
+
openDtmfDialpadLabel: string;
|
1384
1899
|
/**
|
1385
1900
|
* aria label for when the invite link has been actioned
|
1386
1901
|
*/
|
1387
1902
|
copyInviteLinkActionedAriaLabel: string;
|
1903
|
+
/**
|
1904
|
+
* Title text of the page shown to the user when the user attempts to join a room that cannot be found.
|
1905
|
+
*/
|
1906
|
+
roomNotFoundTitle: string;
|
1907
|
+
/**
|
1908
|
+
* More details text of the page shown to the user when the user attempts to join a room that cannot be found.
|
1909
|
+
*/
|
1910
|
+
roomNotFoundDetails?: string;
|
1388
1911
|
/**
|
1389
1912
|
* Video Effects pane title.
|
1390
1913
|
*/
|
@@ -1421,6 +1944,26 @@ export declare interface CallCompositeStrings {
|
|
1421
1944
|
* Text to show when warning the user the camera is off and inform the user to turn the camera on to see the selected video background effect.
|
1422
1945
|
*/
|
1423
1946
|
cameraOffBackgroundEffectWarningText?: string;
|
1947
|
+
/**
|
1948
|
+
* Title text of the page shown to the user when the user attempts to join a room to which they are not invited.
|
1949
|
+
*/
|
1950
|
+
deniedPermissionToRoomTitle: string;
|
1951
|
+
/**
|
1952
|
+
* More details text of the page shown to the user when the user attempts to join a room to which they are not invited.
|
1953
|
+
*/
|
1954
|
+
deniedPermissionToRoomDetails?: string;
|
1955
|
+
/**
|
1956
|
+
* Control bar People button ToolTipContent
|
1957
|
+
*/
|
1958
|
+
peopleButtonTooltipOpen: string;
|
1959
|
+
/**
|
1960
|
+
* Control bar People button ToolTipContent
|
1961
|
+
*/
|
1962
|
+
peopleButtonTooltipClose: string;
|
1963
|
+
/**
|
1964
|
+
* Label disaplayed on the lobby screen during a 1:1 outbound call.
|
1965
|
+
*/
|
1966
|
+
outboundCallingNoticeString: string;
|
1424
1967
|
/**
|
1425
1968
|
* Notice to be announced by narrator when a participant joins a call
|
1426
1969
|
*/
|
@@ -1516,35 +2059,87 @@ export declare interface CallCompositeStrings {
|
|
1516
2059
|
/**
|
1517
2060
|
* cancel button label in captions setting modal
|
1518
2061
|
*/
|
1519
|
-
captionsSettingsCancelButtonLabel?: string;
|
2062
|
+
captionsSettingsCancelButtonLabel?: string;
|
2063
|
+
/**
|
2064
|
+
* arial label for captions setting modal
|
2065
|
+
*/
|
2066
|
+
captionsSettingsModalAriaLabel?: string;
|
2067
|
+
/**
|
2068
|
+
* arial label for captions setting modal close button
|
2069
|
+
*/
|
2070
|
+
captionsSettingsCloseModalButtonAriaLabel?: string;
|
2071
|
+
/**
|
2072
|
+
* label for more button inside captions banner
|
2073
|
+
*/
|
2074
|
+
captionsBannerMoreButtonCallingLabel?: string;
|
2075
|
+
/**
|
2076
|
+
* arial label for more button inside captions banner
|
2077
|
+
*/
|
2078
|
+
captionsBannerMoreButtonTooltip?: string;
|
2079
|
+
/**
|
2080
|
+
* list of key value pairs that pairs spoken language code to language names
|
2081
|
+
*/
|
2082
|
+
spokenLanguageStrings?: SpokenLanguageStrings;
|
2083
|
+
/**
|
2084
|
+
* list of key value pairs that pairs caption language code to language names
|
2085
|
+
*/
|
2086
|
+
captionLanguageStrings?: CaptionLanguageStrings;
|
2087
|
+
/**
|
2088
|
+
* captions banner loading spinner label
|
2089
|
+
*/
|
2090
|
+
captionsBannerSpinnerText?: string;
|
2091
|
+
/**
|
2092
|
+
* transfer page text when showing the transferor who initiated the transfer
|
2093
|
+
*/
|
2094
|
+
transferPageTransferorText: string;
|
2095
|
+
/**
|
2096
|
+
* transfer page text when showing the transfer target
|
2097
|
+
*/
|
2098
|
+
transferPageTransferTargetText: string;
|
2099
|
+
/**
|
2100
|
+
* transfer page display name for unknown participant
|
2101
|
+
*/
|
2102
|
+
transferPageUnknownTransferorDisplayName: string;
|
2103
|
+
/**
|
2104
|
+
* transfer page display name for unknown participant
|
2105
|
+
*/
|
2106
|
+
transferPageUnknownTransferTargetDisplayName: string;
|
2107
|
+
/**
|
2108
|
+
* notice to be announced by narrator the transfer page is showing
|
2109
|
+
*/
|
2110
|
+
transferPageNoticeString: string;
|
2111
|
+
/**
|
2112
|
+
* Title text of the page shown to the user when target participant could not be reached
|
2113
|
+
*/
|
2114
|
+
participantCouldNotBeReachedTitle?: string;
|
1520
2115
|
/**
|
1521
|
-
*
|
2116
|
+
* More details text of the page shown to the user when target participant could not be reached
|
1522
2117
|
*/
|
1523
|
-
|
2118
|
+
participantCouldNotBeReachedMoreDetails?: string;
|
1524
2119
|
/**
|
1525
|
-
*
|
2120
|
+
* Title text of the page shown to the user when permission to reach participant is not allowed
|
1526
2121
|
*/
|
1527
|
-
|
2122
|
+
permissionToReachTargetParticipantNotAllowedTitle?: string;
|
1528
2123
|
/**
|
1529
|
-
*
|
2124
|
+
* More details text of the page shown to the user when permission to reach participant is not allowed
|
1530
2125
|
*/
|
1531
|
-
|
2126
|
+
permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
|
1532
2127
|
/**
|
1533
|
-
*
|
2128
|
+
* Title text of the page shown to the user when tenant id for the target participant could not be resolved
|
1534
2129
|
*/
|
1535
|
-
|
2130
|
+
unableToResolveTenantTitle?: string;
|
1536
2131
|
/**
|
1537
|
-
*
|
2132
|
+
* More details text of the page shown to the user when tenant id for the target participant could not be resolved
|
1538
2133
|
*/
|
1539
|
-
|
2134
|
+
unableToResolveTenantMoreDetails?: string;
|
1540
2135
|
/**
|
1541
|
-
*
|
2136
|
+
* Title text of the page shown to the user when target participant id is malformed
|
1542
2137
|
*/
|
1543
|
-
|
2138
|
+
participantIdIsMalformedTitle?: string;
|
1544
2139
|
/**
|
1545
|
-
*
|
2140
|
+
* More details text of the page shown to the user when target participant id is malformed
|
1546
2141
|
*/
|
1547
|
-
|
2142
|
+
participantIdIsMalformedMoreDetails?: string;
|
1548
2143
|
/**
|
1549
2144
|
* Controls label to move the overflow gallery around
|
1550
2145
|
*/
|
@@ -1595,7 +2190,7 @@ export declare type CallControlDisplayType = 'default' | 'compact';
|
|
1595
2190
|
*
|
1596
2191
|
* @public
|
1597
2192
|
*/
|
1598
|
-
export declare type CallControlOptions =
|
2193
|
+
export declare type CallControlOptions = CommonCallControlOptions & {
|
1599
2194
|
/**
|
1600
2195
|
* Show, Hide or Disable participants button during a call. This is the option only work for legacyControl bar.
|
1601
2196
|
* @defaultValue true
|
@@ -1604,7 +2199,7 @@ export declare type CallControlOptions = (CommonCallControlOptions & {
|
|
1604
2199
|
disabled: boolean;
|
1605
2200
|
};
|
1606
2201
|
legacyControlBarExperience?: boolean;
|
1607
|
-
}
|
2202
|
+
};
|
1608
2203
|
|
1609
2204
|
/**
|
1610
2205
|
* Callback for {@link CallAdapterSubscribers} 'callEnded' event.
|
@@ -1665,7 +2260,7 @@ export declare type CallErrors = {
|
|
1665
2260
|
*
|
1666
2261
|
* @public
|
1667
2262
|
*/
|
1668
|
-
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'VideoEffectsFeature.startEffects';
|
2263
|
+
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' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | /* @conditional-compile-remove(calling-beta-sdk) */ /* @conditional-compile-remove(teams-identity-support) */ 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallAgent.handlePushNotification' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admit' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.rejectParticipant' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admitAll' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.muteAllRemoteParticipants' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.setConstraints';
|
1669
2264
|
|
1670
2265
|
/**
|
1671
2266
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -1712,6 +2307,17 @@ export declare type CallingHandlersOptions = {
|
|
1712
2307
|
*/
|
1713
2308
|
export declare type CallingReturnProps<Component extends (props: any) => JSX.Element> = GetCallingSelector<Component> extends (state: CallClientState, props: any) => any ? ReturnType<GetCallingSelector<Component>> & Common<CallingHandlers, Parameters<Component>[0]> : never;
|
1714
2309
|
|
2310
|
+
/**
|
2311
|
+
* @beta
|
2312
|
+
* Type for representing a set of sounds to use for different calling events
|
2313
|
+
*/
|
2314
|
+
export declare type CallingSounds = {
|
2315
|
+
/**
|
2316
|
+
* Sound to be played when the call ends
|
2317
|
+
*/
|
2318
|
+
callEnded?: SoundEffect;
|
2319
|
+
};
|
2320
|
+
|
1715
2321
|
/**
|
1716
2322
|
* Custom Fluent theme palette used by calling related components in this library.
|
1717
2323
|
*
|
@@ -1745,6 +2351,23 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
1745
2351
|
raisedHand?: RaisedHand;
|
1746
2352
|
};
|
1747
2353
|
|
2354
|
+
/**
|
2355
|
+
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
2356
|
+
*
|
2357
|
+
* @remarks
|
2358
|
+
* This is currently in beta and only supports calling one Teams User.
|
2359
|
+
*
|
2360
|
+
* @example
|
2361
|
+
* ```
|
2362
|
+
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
2363
|
+
* ```
|
2364
|
+
*
|
2365
|
+
* @beta
|
2366
|
+
*/
|
2367
|
+
export declare type CallParticipantsLocator = {
|
2368
|
+
participantIds: string[];
|
2369
|
+
};
|
2370
|
+
|
1748
2371
|
/**
|
1749
2372
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
1750
2373
|
*
|
@@ -1761,7 +2384,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
|
|
1761
2384
|
*/
|
1762
2385
|
export declare interface CallProviderProps {
|
1763
2386
|
children: React_2.ReactNode;
|
1764
|
-
call?: Call;
|
2387
|
+
call?: Call | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
1765
2388
|
}
|
1766
2389
|
|
1767
2390
|
/**
|
@@ -1775,6 +2398,10 @@ export declare interface CallState {
|
|
1775
2398
|
* Proxy of {@link @azure/communication-calling#Call.id}.
|
1776
2399
|
*/
|
1777
2400
|
id: string;
|
2401
|
+
/**
|
2402
|
+
* Type of the call.
|
2403
|
+
*/
|
2404
|
+
kind: CallKind;
|
1778
2405
|
/**
|
1779
2406
|
* Proxy of {@link @azure/communication-calling#Call.callerInfo}.
|
1780
2407
|
*/
|
@@ -1873,10 +2500,22 @@ export declare interface CallState {
|
|
1873
2500
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
1874
2501
|
*/
|
1875
2502
|
role?: ParticipantRole;
|
2503
|
+
/**
|
2504
|
+
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
2505
|
+
*/
|
2506
|
+
totalParticipantCount?: number;
|
2507
|
+
/**
|
2508
|
+
* Transfer state of call
|
2509
|
+
*/
|
2510
|
+
transfer: TransferFeature;
|
1876
2511
|
/**
|
1877
2512
|
* Proxy of {@link @azure/communication-calling#CapabilitiesFeature}.
|
1878
2513
|
*/
|
1879
2514
|
capabilitiesFeature?: CapabilitiesFeatureState;
|
2515
|
+
/**
|
2516
|
+
* Hide attendee names in teams meeting
|
2517
|
+
*/
|
2518
|
+
hideAttendeeNames?: boolean;
|
1880
2519
|
}
|
1881
2520
|
|
1882
2521
|
/**
|
@@ -1900,6 +2539,12 @@ export declare interface CallWithChatAdapterManagement {
|
|
1900
2539
|
* @public
|
1901
2540
|
*/
|
1902
2541
|
removeParticipant(userId: string): Promise<void>;
|
2542
|
+
/**
|
2543
|
+
* Remove a participant from the call.
|
2544
|
+
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
2545
|
+
* @beta
|
2546
|
+
*/
|
2547
|
+
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
1903
2548
|
/**
|
1904
2549
|
* Join the call with microphone initially on/off.
|
1905
2550
|
* @deprecated Use joinCall(options?:JoinCallOptions) instead.
|
@@ -1965,6 +2610,12 @@ export declare interface CallWithChatAdapterManagement {
|
|
1965
2610
|
* @public
|
1966
2611
|
*/
|
1967
2612
|
startCall(participants: string[], options?: StartCallOptions): Call | undefined;
|
2613
|
+
/**
|
2614
|
+
* Start the call.
|
2615
|
+
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
2616
|
+
* @beta
|
2617
|
+
*/
|
2618
|
+
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
|
1968
2619
|
/**
|
1969
2620
|
* Start sharing the screen during a call.
|
1970
2621
|
*
|
@@ -2154,6 +2805,52 @@ export declare interface CallWithChatAdapterManagement {
|
|
2154
2805
|
* @public
|
2155
2806
|
*/
|
2156
2807
|
loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
|
2808
|
+
/** @beta */
|
2809
|
+
registerActiveFileUploads: (files: File[]) => FileUploadManager[];
|
2810
|
+
/** @beta */
|
2811
|
+
registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
|
2812
|
+
/** @beta */
|
2813
|
+
clearFileUploads: () => void;
|
2814
|
+
/** @beta */
|
2815
|
+
cancelFileUpload: (id: string) => void;
|
2816
|
+
/** @beta */
|
2817
|
+
updateFileUploadProgress: (id: string, progress: number) => void;
|
2818
|
+
/** @beta */
|
2819
|
+
updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
|
2820
|
+
/** @beta */
|
2821
|
+
updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
|
2822
|
+
downloadAttachments: (options: {
|
2823
|
+
attachmentUrls: Record<string, string>;
|
2824
|
+
}) => Promise<AttachmentDownloadResult[]>;
|
2825
|
+
/**
|
2826
|
+
* Puts the Call in a Localhold.
|
2827
|
+
*
|
2828
|
+
* @beta
|
2829
|
+
*/
|
2830
|
+
holdCall: () => Promise<void>;
|
2831
|
+
/**
|
2832
|
+
* Resumes the call from a LocalHold state.
|
2833
|
+
*
|
2834
|
+
* @beta
|
2835
|
+
*/
|
2836
|
+
resumeCall: () => Promise<void>;
|
2837
|
+
/**
|
2838
|
+
* Adds a new Participant to the call.
|
2839
|
+
*
|
2840
|
+
* @beta
|
2841
|
+
*/
|
2842
|
+
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
2843
|
+
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
2844
|
+
/**
|
2845
|
+
* send dtmf tone to another participant in the call in 1:1 calls
|
2846
|
+
*
|
2847
|
+
* @beta
|
2848
|
+
*/
|
2849
|
+
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
2850
|
+
/**
|
2851
|
+
* Continues into a call when the browser version is not supported.
|
2852
|
+
*/
|
2853
|
+
allowUnsupportedBrowserVersion(): void;
|
2157
2854
|
/**
|
2158
2855
|
* Function to Start captions
|
2159
2856
|
* @param options - options for start captions
|
@@ -2279,6 +2976,22 @@ export declare interface CallWithChatAdapterUiState {
|
|
2279
2976
|
* @public
|
2280
2977
|
*/
|
2281
2978
|
page: CallCompositePage;
|
2979
|
+
/**
|
2980
|
+
* Files being uploaded by a user in the current thread.
|
2981
|
+
* Should be set to null once the upload is complete.
|
2982
|
+
* Array of type {@link FileUploadsUiState}
|
2983
|
+
*
|
2984
|
+
* @beta
|
2985
|
+
*/
|
2986
|
+
fileUploads?: FileUploadsUiState;
|
2987
|
+
/**
|
2988
|
+
* State to track whether the end user has opted in to using a
|
2989
|
+
* out of date version of a supported browser. Allows the user
|
2990
|
+
* to start a call in this state.
|
2991
|
+
*
|
2992
|
+
* @beta
|
2993
|
+
*/
|
2994
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
2282
2995
|
}
|
2283
2996
|
|
2284
2997
|
/**
|
@@ -2303,12 +3016,20 @@ export declare interface CallWithChatClientState {
|
|
2303
3016
|
devices: DeviceManagerState;
|
2304
3017
|
/** State of whether the active call is a Teams interop call */
|
2305
3018
|
isTeamsCall: boolean;
|
3019
|
+
/** State of whether the active call is a rooms call */
|
3020
|
+
isRoomsCall: boolean;
|
3021
|
+
/** alternateCallerId for PSTN call */
|
3022
|
+
alternateCallerId?: string | undefined;
|
3023
|
+
/** Environment information for system adapter is made on */
|
3024
|
+
environmentInfo?: EnvironmentInfo;
|
2306
3025
|
/** Default set of background images for background replacement effect */
|
2307
3026
|
videoBackgroundImages?: VideoBackgroundImage[];
|
2308
3027
|
/** Dependency to be injected for video background effects */
|
2309
3028
|
onResolveVideoEffectDependency?: () => Promise<VideoBackgroundEffectsDependency>;
|
2310
3029
|
/** State to track the selected video background effect */
|
2311
3030
|
selectedVideoBackgroundEffect?: VideoBackgroundEffect;
|
3031
|
+
/** Hide attendee names in teams meeting */
|
3032
|
+
hideAttendeeNames?: boolean;
|
2312
3033
|
}
|
2313
3034
|
|
2314
3035
|
/**
|
@@ -2377,6 +3098,9 @@ export declare type CallWithChatCompositeIcons = {
|
|
2377
3098
|
ParticipantItemScreenShareStart?: JSX.Element;
|
2378
3099
|
VideoTileMicOff?: JSX.Element;
|
2379
3100
|
LocalCameraSwitch?: JSX.Element;
|
3101
|
+
PeoplePaneAddPerson?: JSX.Element;
|
3102
|
+
PeoplePaneOpenDialpad?: JSX.Element;
|
3103
|
+
DialpadStartCall?: JSX.Element;
|
2380
3104
|
DefaultCustomButton?: JSX.Element;
|
2381
3105
|
EditBoxCancel?: JSX.Element;
|
2382
3106
|
EditBoxSubmit?: JSX.Element;
|
@@ -2404,10 +3128,72 @@ export declare type CallWithChatCompositeOptions = {
|
|
2404
3128
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
2405
3129
|
*/
|
2406
3130
|
callControls?: boolean | CallWithChatControlOptions;
|
3131
|
+
/**
|
3132
|
+
* Properties for configuring the File Sharing feature.
|
3133
|
+
* If undefined, file sharing feature will be disabled.
|
3134
|
+
* @beta
|
3135
|
+
*/
|
3136
|
+
fileSharing?: FileSharingOptions;
|
3137
|
+
/**
|
3138
|
+
* Device permissions check options for your call.
|
3139
|
+
* Here you can choose what device permissions you prompt the user for,
|
3140
|
+
* as well as what device permissions must be accepted before starting a call.
|
3141
|
+
*/
|
3142
|
+
deviceChecks?: DeviceCheckOptions;
|
3143
|
+
/**
|
3144
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
3145
|
+
* unable to grant your site the required permissions for the call.
|
3146
|
+
*
|
3147
|
+
* @example
|
3148
|
+
* ```ts
|
3149
|
+
* onPermissionsTroubleshootingClick: () =>
|
3150
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
3151
|
+
* ```
|
3152
|
+
*
|
3153
|
+
* @remarks
|
3154
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
3155
|
+
*/
|
3156
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
3157
|
+
camera: PermissionState;
|
3158
|
+
microphone: PermissionState;
|
3159
|
+
}) => void;
|
3160
|
+
/**
|
3161
|
+
* Optional callback to supply users with further troubleshooting steps for network issues
|
3162
|
+
* experienced when connecting to a call.
|
3163
|
+
*
|
3164
|
+
* @example
|
3165
|
+
* ```ts
|
3166
|
+
* onNetworkingTroubleShootingClick?: () =>
|
3167
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
3168
|
+
* ```
|
3169
|
+
*
|
3170
|
+
* @remarks
|
3171
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
3172
|
+
*/
|
3173
|
+
onNetworkingTroubleShootingClick?: () => void;
|
3174
|
+
/**
|
3175
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
3176
|
+
*
|
3177
|
+
* @example
|
3178
|
+
* ```ts
|
3179
|
+
* onBrowserTroubleShootingClick?: () =>
|
3180
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
3181
|
+
* ```
|
3182
|
+
*
|
3183
|
+
* @remarks
|
3184
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
3185
|
+
*/
|
3186
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
2407
3187
|
/**
|
2408
3188
|
* Remote participant video tile menu options
|
2409
3189
|
*/
|
2410
3190
|
remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
|
3191
|
+
/**
|
3192
|
+
* Options for controlling the local video tile.
|
3193
|
+
*
|
3194
|
+
* @remarks if 'false' the local video tile will not be rendered.
|
3195
|
+
*/
|
3196
|
+
localVideoTile?: boolean | LocalVideoTileOptions;
|
2411
3197
|
/**
|
2412
3198
|
* Options for controlling the starting layout of the composite's video gallery
|
2413
3199
|
*/
|
@@ -2417,6 +3203,40 @@ export declare type CallWithChatCompositeOptions = {
|
|
2417
3203
|
*/
|
2418
3204
|
layout?: VideoGalleryLayout;
|
2419
3205
|
};
|
3206
|
+
/**
|
3207
|
+
* Logo displayed on the configuration page.
|
3208
|
+
*/
|
3209
|
+
logo?: {
|
3210
|
+
/**
|
3211
|
+
* URL for the logo image.
|
3212
|
+
*
|
3213
|
+
* @remarks
|
3214
|
+
* Recommended size is 80x80 pixels.
|
3215
|
+
*/
|
3216
|
+
url: string;
|
3217
|
+
/**
|
3218
|
+
* Alt text for the logo image.
|
3219
|
+
*/
|
3220
|
+
alt?: string;
|
3221
|
+
/**
|
3222
|
+
* The logo can be displayed as a circle or a square.
|
3223
|
+
*
|
3224
|
+
* @defaultValue 'circle'
|
3225
|
+
*/
|
3226
|
+
shape?: 'circle' | 'square';
|
3227
|
+
};
|
3228
|
+
/**
|
3229
|
+
* Background image displayed on the configuration page.
|
3230
|
+
*/
|
3231
|
+
backgroundImage?: {
|
3232
|
+
/**
|
3233
|
+
* URL for the background image.
|
3234
|
+
*
|
3235
|
+
* @remarks
|
3236
|
+
* Background image should be larger than 576x567 pixels and smaller than 2048x2048 pixels pixels.
|
3237
|
+
*/
|
3238
|
+
url: string;
|
3239
|
+
};
|
2420
3240
|
};
|
2421
3241
|
|
2422
3242
|
/**
|
@@ -2568,6 +3388,10 @@ export declare interface CallWithChatCompositeStrings {
|
|
2568
3388
|
* Label for button to copy invite link
|
2569
3389
|
*/
|
2570
3390
|
copyInviteLinkButtonLabel: string;
|
3391
|
+
/**
|
3392
|
+
* Label for button to open dialpad
|
3393
|
+
*/
|
3394
|
+
openDialpadButtonLabel: string;
|
2571
3395
|
/**
|
2572
3396
|
* Label for SidePaneHeader dismiss button
|
2573
3397
|
*/
|
@@ -2580,6 +3404,34 @@ export declare interface CallWithChatCompositeStrings {
|
|
2580
3404
|
* Aria label string for return to call back button
|
2581
3405
|
*/
|
2582
3406
|
returnToCallButtonAriaLabel?: string;
|
3407
|
+
/**
|
3408
|
+
* Label for add people dropdown
|
3409
|
+
*/
|
3410
|
+
peoplePaneAddPeopleButtonLabel: string;
|
3411
|
+
/**
|
3412
|
+
* Label for button to start a call
|
3413
|
+
*/
|
3414
|
+
dialpadStartCallButtonLabel: string;
|
3415
|
+
/**
|
3416
|
+
* Title for dialpad Modal
|
3417
|
+
*/
|
3418
|
+
dialpadModalTitle: string;
|
3419
|
+
/**
|
3420
|
+
* Aria Label for dialpad Modal
|
3421
|
+
*/
|
3422
|
+
dialpadModalAriaLabel: string;
|
3423
|
+
/**
|
3424
|
+
* Aria Label for dialpad Modal close button
|
3425
|
+
*/
|
3426
|
+
dialpadCloseModalButtonAriaLabel: string;
|
3427
|
+
/**
|
3428
|
+
* Placeholder text for dtmf dialpad
|
3429
|
+
*/
|
3430
|
+
dtmfDialpadPlaceholderText: string;
|
3431
|
+
/**
|
3432
|
+
* Label for the button to open dtmf dialpad
|
3433
|
+
*/
|
3434
|
+
openDtmfDialpadLabel: string;
|
2583
3435
|
/**
|
2584
3436
|
* aria label for when the invite link has been actioned
|
2585
3437
|
*/
|
@@ -2596,7 +3448,9 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
2596
3448
|
* Show or hide the chat button in the call-with-chat composite control bar.
|
2597
3449
|
* @defaultValue true
|
2598
3450
|
*/
|
2599
|
-
chatButton?: boolean
|
3451
|
+
chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
3452
|
+
disabled: boolean;
|
3453
|
+
};
|
2600
3454
|
}
|
2601
3455
|
|
2602
3456
|
/**
|
@@ -2606,6 +3460,35 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
2606
3460
|
*/
|
2607
3461
|
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | /* @conditional-compile-remove(close-captions) */ 'isCaptionsActiveChanged' | /* @conditional-compile-remove(close-captions) */ 'captionsReceived' | /* @conditional-compile-remove(close-captions) */ 'isCaptionLanguageChanged' | /* @conditional-compile-remove(close-captions) */ 'isSpokenLanguageChanged' | /* @conditional-compile-remove(capabilities) */ 'capabilitiesChanged' | 'messageReceived' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved';
|
2608
3462
|
|
3463
|
+
/**
|
3464
|
+
* @beta
|
3465
|
+
*
|
3466
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
3467
|
+
* by their browsers settings.
|
3468
|
+
*/
|
3469
|
+
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
3470
|
+
|
3471
|
+
/**
|
3472
|
+
* @beta
|
3473
|
+
* Props for CameraAndMicrophoneSitePermissions component.
|
3474
|
+
*/
|
3475
|
+
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
3476
|
+
/** Icon name for the camera icon */
|
3477
|
+
cameraIconName?: string;
|
3478
|
+
/** Icon name for the microphone icon */
|
3479
|
+
microphoneIconName?: string;
|
3480
|
+
/** Icon name for the central icon between the camera and microphone icons */
|
3481
|
+
connectorIconName?: string;
|
3482
|
+
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
3483
|
+
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
3484
|
+
}
|
3485
|
+
|
3486
|
+
/**
|
3487
|
+
* @beta
|
3488
|
+
* Strings for CameraAndMicrophoneSitePermissions component.
|
3489
|
+
*/
|
3490
|
+
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
3491
|
+
|
2609
3492
|
/**
|
2610
3493
|
* A button to turn camera on / off.
|
2611
3494
|
*
|
@@ -2762,6 +3645,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
2762
3645
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
2763
3646
|
}
|
2764
3647
|
|
3648
|
+
/**
|
3649
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
3650
|
+
* by their browsers settings.
|
3651
|
+
*
|
3652
|
+
* @beta
|
3653
|
+
*/
|
3654
|
+
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
3655
|
+
|
3656
|
+
/**
|
3657
|
+
* @beta
|
3658
|
+
* Props for CameraSitePermissions component.
|
3659
|
+
*/
|
3660
|
+
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
3661
|
+
/** Icon name for the camera icon */
|
3662
|
+
cameraIconName?: string;
|
3663
|
+
/** Strings for use with the {@link CameraSitePermissions} */
|
3664
|
+
strings?: CameraSitePermissionsStrings;
|
3665
|
+
}
|
3666
|
+
|
3667
|
+
/**
|
3668
|
+
* @beta
|
3669
|
+
* Strings for CameraSitePermissions component.
|
3670
|
+
*/
|
3671
|
+
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
3672
|
+
|
2765
3673
|
/**
|
2766
3674
|
* @public
|
2767
3675
|
* Callback function run when a message edit is cancelled.
|
@@ -2967,7 +3875,7 @@ export declare type CaptionsReceivedListener = (event: {
|
|
2967
3875
|
*
|
2968
3876
|
* @public
|
2969
3877
|
*/
|
2970
|
-
export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers;
|
3878
|
+
export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers & FileUploadAdapter;
|
2971
3879
|
|
2972
3880
|
/**
|
2973
3881
|
* {@link ChatAdapter} state.
|
@@ -3075,7 +3983,9 @@ export declare interface ChatAdapterThreadManagement {
|
|
3075
3983
|
/**
|
3076
3984
|
* Update a message content.
|
3077
3985
|
*/
|
3078
|
-
updateMessage(messageId: string, content: string, metadata?: Record<string, string
|
3986
|
+
updateMessage(messageId: string, content: string, metadata?: Record<string, string>, options?: {
|
3987
|
+
attachedFilesMetadata?: FileMetadata[];
|
3988
|
+
}): Promise<void>;
|
3079
3989
|
/**
|
3080
3990
|
* Delete a message in the thread.
|
3081
3991
|
*/
|
@@ -3088,6 +3998,9 @@ export declare interface ChatAdapterThreadManagement {
|
|
3088
3998
|
*
|
3089
3999
|
*/
|
3090
4000
|
loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
|
4001
|
+
downloadAttachments: (options: {
|
4002
|
+
attachmentUrls: Record<string, string>;
|
4003
|
+
}) => Promise<AttachmentDownloadResult[]>;
|
3091
4004
|
}
|
3092
4005
|
|
3093
4006
|
/**
|
@@ -3097,6 +4010,13 @@ export declare interface ChatAdapterThreadManagement {
|
|
3097
4010
|
*/
|
3098
4011
|
export declare type ChatAdapterUiState = {
|
3099
4012
|
error?: Error;
|
4013
|
+
/**
|
4014
|
+
* Files being uploaded by a user in the current thread.
|
4015
|
+
* Should be set to null once the upload is complete.
|
4016
|
+
* Array of type {@link FileUploadsUiState}
|
4017
|
+
* @beta
|
4018
|
+
*/
|
4019
|
+
fileUploads?: FileUploadsUiState;
|
3100
4020
|
};
|
3101
4021
|
|
3102
4022
|
/**
|
@@ -3199,6 +4119,7 @@ export declare type ChatCompositeIcons = {
|
|
3199
4119
|
ParticipantItemOptionsHovered?: JSX.Element;
|
3200
4120
|
SendBoxSend?: JSX.Element;
|
3201
4121
|
SendBoxSendHovered?: JSX.Element;
|
4122
|
+
SendBoxAttachFile?: JSX.Element;
|
3202
4123
|
};
|
3203
4124
|
|
3204
4125
|
/**
|
@@ -3213,6 +4134,13 @@ export declare type ChatCompositeOptions = {
|
|
3213
4134
|
* @defaultValue true
|
3214
4135
|
*/
|
3215
4136
|
errorBar?: boolean;
|
4137
|
+
/**
|
4138
|
+
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
4139
|
+
* @defaultValue false
|
4140
|
+
*
|
4141
|
+
* @beta
|
4142
|
+
*/
|
4143
|
+
participantPane?: boolean;
|
3216
4144
|
/**
|
3217
4145
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
3218
4146
|
* @defaultValue true
|
@@ -3223,6 +4151,12 @@ export declare type ChatCompositeOptions = {
|
|
3223
4151
|
* When undefined nothing has focus on render
|
3224
4152
|
*/
|
3225
4153
|
autoFocus?: 'sendBoxTextField';
|
4154
|
+
/**
|
4155
|
+
* Properties for configuring the File Sharing feature.
|
4156
|
+
* If undefined, file sharing feature will be disabled.
|
4157
|
+
* @beta
|
4158
|
+
*/
|
4159
|
+
fileSharing?: FileSharingOptions;
|
3226
4160
|
};
|
3227
4161
|
|
3228
4162
|
/**
|
@@ -3250,6 +4184,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
3250
4184
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
3251
4185
|
*/
|
3252
4186
|
options?: ChatCompositeOptions;
|
4187
|
+
/**
|
4188
|
+
* Optimizes the composite form factor for either desktop or mobile.
|
4189
|
+
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
4190
|
+
* @defaultValue 'desktop'
|
4191
|
+
*/
|
4192
|
+
formFactor?: 'desktop' | 'mobile';
|
3253
4193
|
}
|
3254
4194
|
|
3255
4195
|
/**
|
@@ -3264,6 +4204,10 @@ export declare interface ChatCompositeStrings {
|
|
3264
4204
|
* Chat list header text
|
3265
4205
|
*/
|
3266
4206
|
chatListHeader: string;
|
4207
|
+
/**
|
4208
|
+
* Upload File Button text
|
4209
|
+
*/
|
4210
|
+
uploadFile: string;
|
3267
4211
|
}
|
3268
4212
|
|
3269
4213
|
/**
|
@@ -3312,7 +4256,7 @@ export declare type ChatErrors = {
|
|
3312
4256
|
*
|
3313
4257
|
* @public
|
3314
4258
|
*/
|
3315
|
-
export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClient.deleteChatThread' | 'ChatClient.getChatThreadClient' | 'ChatClient.listChatThreads' | 'ChatClient.off' | 'ChatClient.on' | 'ChatClient.startRealtimeNotifications' | 'ChatClient.stopRealtimeNotifications' | 'ChatThreadClient.addParticipants' | 'ChatThreadClient.deleteMessage' | 'ChatThreadClient.getMessage' | 'ChatThreadClient.getProperties' | 'ChatThreadClient.listMessages' | 'ChatThreadClient.listParticipants' | 'ChatThreadClient.listReadReceipts' | 'ChatThreadClient.removeParticipant' | 'ChatThreadClient.sendMessage' | 'ChatThreadClient.sendReadReceipt' | 'ChatThreadClient.sendTypingNotification' | 'ChatThreadClient.updateMessage' | 'ChatThreadClient.updateTopic';
|
4259
|
+
export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClient.deleteChatThread' | 'ChatClient.getChatThreadClient' | 'ChatClient.listChatThreads' | 'ChatClient.off' | 'ChatClient.on' | 'ChatClient.startRealtimeNotifications' | 'ChatClient.stopRealtimeNotifications' | 'ChatThreadClient.addParticipants' | 'ChatThreadClient.deleteMessage' | 'ChatThreadClient.getMessage' | 'ChatThreadClient.getProperties' | 'ChatThreadClient.listMessages' | 'ChatThreadClient.listParticipants' | 'ChatThreadClient.listReadReceipts' | 'ChatThreadClient.removeParticipant' | 'ChatThreadClient.sendMessage' | 'ChatThreadClient.sendReadReceipt' | 'ChatThreadClient.sendTypingNotification' | 'ChatThreadClient.updateMessage' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.updateProperties' | 'ChatThreadClient.updateTopic';
|
3316
4260
|
|
3317
4261
|
/**
|
3318
4262
|
* Object containing all the handlers required for chat components.
|
@@ -3329,7 +4273,10 @@ export declare type ChatHandlers = {
|
|
3329
4273
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
3330
4274
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
3331
4275
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
3332
|
-
onUpdateMessage: (messageId: string, content: string
|
4276
|
+
onUpdateMessage: (messageId: string, content: string, options?: {
|
4277
|
+
metadata?: Record<string, string>;
|
4278
|
+
attachedFilesMetadata?: FileMetadata[];
|
4279
|
+
}) => Promise<void>;
|
3333
4280
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
3334
4281
|
};
|
3335
4282
|
|
@@ -3356,6 +4303,12 @@ export declare interface ChatMessage extends MessageCommon {
|
|
3356
4303
|
* {@link @azure/communication-chat#ChatMessage.metadata}
|
3357
4304
|
*/
|
3358
4305
|
metadata?: Record<string, string>;
|
4306
|
+
/**
|
4307
|
+
* @beta
|
4308
|
+
* A list of files attached to the message.
|
4309
|
+
* {@link FileMetadata}
|
4310
|
+
*/
|
4311
|
+
attachedFilesMetadata?: FileMetadata[];
|
3359
4312
|
}
|
3360
4313
|
|
3361
4314
|
/**
|
@@ -3369,6 +4322,7 @@ export declare interface ChatMessage extends MessageCommon {
|
|
3369
4322
|
export declare type ChatMessageWithStatus = ChatMessage_2 & {
|
3370
4323
|
clientMessageId?: string;
|
3371
4324
|
status: MessageStatus;
|
4325
|
+
policyViolation?: boolean;
|
3372
4326
|
};
|
3373
4327
|
|
3374
4328
|
/**
|
@@ -3388,6 +4342,26 @@ export declare type ChatParticipantListSelector = (state: ChatClientState, props
|
|
3388
4342
|
*/
|
3389
4343
|
export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends (state: ChatClientState, props: any) => any ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : never;
|
3390
4344
|
|
4345
|
+
/**
|
4346
|
+
* Custom Fluent theme palette used by chat related components in this library.
|
4347
|
+
*
|
4348
|
+
* @beta
|
4349
|
+
*/
|
4350
|
+
export declare interface ChatTheme {
|
4351
|
+
/**
|
4352
|
+
* Custom Fluent theme palette used by chat related components in this library.
|
4353
|
+
*
|
4354
|
+
* @beta
|
4355
|
+
*/
|
4356
|
+
chatPalette: {
|
4357
|
+
modalOverlayBlack: string;
|
4358
|
+
modalTitleWhite: string;
|
4359
|
+
modalButtonBackground: string;
|
4360
|
+
modalButtonBackgroundHover: string;
|
4361
|
+
modalButtonBackgroundActive: string;
|
4362
|
+
};
|
4363
|
+
}
|
4364
|
+
|
3391
4365
|
/**
|
3392
4366
|
* A {@link React.Context} that stores a {@link @azure/communication-chat#ChatThreadClient}.
|
3393
4367
|
*
|
@@ -3513,6 +4487,12 @@ export declare interface CommonCallAdapter extends AdapterState<CallAdapterState
|
|
3513
4487
|
* @public
|
3514
4488
|
*/
|
3515
4489
|
startCall(participants: string[], options?: StartCallOptions): void;
|
4490
|
+
/**
|
4491
|
+
* Start the call.
|
4492
|
+
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
4493
|
+
* @beta
|
4494
|
+
*/
|
4495
|
+
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): void;
|
3516
4496
|
}
|
3517
4497
|
|
3518
4498
|
/**
|
@@ -3528,6 +4508,21 @@ export declare type CommonCallAdapterOptions = {
|
|
3528
4508
|
videoBackgroundImages?: VideoBackgroundImage[];
|
3529
4509
|
onResolveDependency?: () => Promise<VideoBackgroundEffectsDependency>;
|
3530
4510
|
};
|
4511
|
+
/**
|
4512
|
+
* Use this to fetch profile information which will override data in {@link CallAdapterState} like display name
|
4513
|
+
* The onFetchProfile is fetch-and-forget one time action for each user, once a user profile is updated, the value will be cached
|
4514
|
+
* and would not be updated again within the lifecycle of adapter.
|
4515
|
+
*/
|
4516
|
+
onFetchProfile?: OnFetchProfileCallback;
|
4517
|
+
/**
|
4518
|
+
* Options for calling sounds
|
4519
|
+
*/
|
4520
|
+
soundOptions?: {
|
4521
|
+
/**
|
4522
|
+
* Sounds to use for calling events
|
4523
|
+
*/
|
4524
|
+
callingSounds?: CallingSounds;
|
4525
|
+
};
|
3531
4526
|
};
|
3532
4527
|
|
3533
4528
|
/**
|
@@ -3550,7 +4545,9 @@ export declare type CommonCallControlOptions = {
|
|
3550
4545
|
* Show or Hide Camera Button during a call
|
3551
4546
|
* @defaultValue true
|
3552
4547
|
*/
|
3553
|
-
cameraButton?: boolean
|
4548
|
+
cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
4549
|
+
disabled: boolean;
|
4550
|
+
};
|
3554
4551
|
/**
|
3555
4552
|
* Show or Hide EndCall button during a call.
|
3556
4553
|
* @defaultValue true
|
@@ -3560,12 +4557,16 @@ export declare type CommonCallControlOptions = {
|
|
3560
4557
|
* Show or Hide Microphone button during a call.
|
3561
4558
|
* @defaultValue true
|
3562
4559
|
*/
|
3563
|
-
microphoneButton?: boolean
|
4560
|
+
microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
4561
|
+
disabled: boolean;
|
4562
|
+
};
|
3564
4563
|
/**
|
3565
4564
|
* Show or Hide Devices button during a call.
|
3566
4565
|
* @defaultValue true
|
3567
4566
|
*/
|
3568
|
-
devicesButton?: boolean
|
4567
|
+
devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
4568
|
+
disabled: boolean;
|
4569
|
+
};
|
3569
4570
|
/**
|
3570
4571
|
* Show, Hide or Disable participants button during a call.
|
3571
4572
|
* @defaultValue true
|
@@ -3596,11 +4597,16 @@ export declare type CommonCallControlOptions = {
|
|
3596
4597
|
* Inject custom buttons in the call controls.
|
3597
4598
|
*/
|
3598
4599
|
onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
|
4600
|
+
holdButton?: boolean | {
|
4601
|
+
disabled: boolean;
|
4602
|
+
};
|
3599
4603
|
/**
|
3600
4604
|
* Show or hide the people button in the composite control bar.
|
3601
4605
|
* @defaultValue true
|
3602
4606
|
*/
|
3603
|
-
peopleButton?: boolean
|
4607
|
+
peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
4608
|
+
disabled: boolean;
|
4609
|
+
};
|
3604
4610
|
};
|
3605
4611
|
|
3606
4612
|
/**
|
@@ -3625,6 +4631,9 @@ export declare interface CommonCallingHandlers {
|
|
3625
4631
|
onRaiseHand: () => Promise<void>;
|
3626
4632
|
onLowerHand: () => Promise<void>;
|
3627
4633
|
onToggleRaiseHand: () => Promise<void>;
|
4634
|
+
onToggleHold: () => Promise<void>;
|
4635
|
+
onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
4636
|
+
onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
|
3628
4637
|
onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
3629
4638
|
onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
3630
4639
|
/**
|
@@ -3634,7 +4643,10 @@ export declare interface CommonCallingHandlers {
|
|
3634
4643
|
onDisposeLocalStreamView: () => Promise<void>;
|
3635
4644
|
onDisposeRemoteVideoStreamView: (userId: string) => Promise<void>;
|
3636
4645
|
onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
|
4646
|
+
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
3637
4647
|
onRemoveParticipant(userId: string): Promise<void>;
|
4648
|
+
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
4649
|
+
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
3638
4650
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
3639
4651
|
onRemoveVideoBackgroundEffects: () => Promise<void>;
|
3640
4652
|
onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
|
@@ -3654,6 +4666,39 @@ export declare type CommonProperties<A, B> = {
|
|
3654
4666
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
3655
4667
|
}[keyof A & keyof B];
|
3656
4668
|
|
4669
|
+
/**
|
4670
|
+
* @beta
|
4671
|
+
* Props for SitePermissions components.
|
4672
|
+
*/
|
4673
|
+
export declare interface CommonSitePermissionsProps {
|
4674
|
+
/**
|
4675
|
+
* Name of application calling experience is in.
|
4676
|
+
*/
|
4677
|
+
appName: string;
|
4678
|
+
/**
|
4679
|
+
* Kind of the Site Permissions component.
|
4680
|
+
*/
|
4681
|
+
kind: 'request' | 'denied' | 'check';
|
4682
|
+
/**
|
4683
|
+
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
4684
|
+
*/
|
4685
|
+
browserHint?: 'safari' | 'unset';
|
4686
|
+
/**
|
4687
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
4688
|
+
* If this is not provided the button will not be shown.
|
4689
|
+
*/
|
4690
|
+
onTroubleshootingClick?: () => void;
|
4691
|
+
/**
|
4692
|
+
* Action that is taken when the user clicks the continue anyway button.
|
4693
|
+
* If this is not provided the button will not be shown.
|
4694
|
+
*/
|
4695
|
+
onContinueAnywayClick?: () => void;
|
4696
|
+
/**
|
4697
|
+
* Styles for SitePermissions component.
|
4698
|
+
*/
|
4699
|
+
styles?: SitePermissionsStyles;
|
4700
|
+
}
|
4701
|
+
|
3657
4702
|
/**
|
3658
4703
|
* A Chat or Calling participant's state, as reflected in the UI.
|
3659
4704
|
*
|
@@ -3830,6 +4875,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
3830
4875
|
export declare interface ComponentLocale {
|
3831
4876
|
/** Strings for components */
|
3832
4877
|
strings: ComponentStrings;
|
4878
|
+
/**
|
4879
|
+
* Optional function to provide customized date format.
|
4880
|
+
* @beta
|
4881
|
+
*/
|
4882
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
3833
4883
|
}
|
3834
4884
|
|
3835
4885
|
/**
|
@@ -3875,16 +4925,64 @@ export declare interface ComponentStrings {
|
|
3875
4925
|
typingIndicator: TypingIndicatorStrings;
|
3876
4926
|
/** Strings for SendBox */
|
3877
4927
|
sendBox: SendBoxStrings;
|
4928
|
+
/** Strings for MentionPopover */
|
4929
|
+
mentionPopover: MentionPopoverStrings;
|
4930
|
+
/** Strings for ImageGallery */
|
4931
|
+
imageGallery: ImageGalleryStrings;
|
3878
4932
|
/** Strings for MessageStatusIndicator */
|
3879
4933
|
messageStatusIndicator: MessageStatusIndicatorStrings;
|
3880
4934
|
/** Strings for ErroBar */
|
3881
4935
|
errorBar: ErrorBarStrings;
|
3882
4936
|
/** Strings for VideoGallery */
|
3883
4937
|
videoGallery: VideoGalleryStrings;
|
4938
|
+
/** Strings for Dialpad */
|
4939
|
+
dialpad: DialpadStrings;
|
4940
|
+
/** Strings for VideoTile */
|
4941
|
+
videoTile: VideoTileStrings;
|
4942
|
+
/** Strings for HoldButton */
|
4943
|
+
holdButton: HoldButtonStrings;
|
4944
|
+
/** Strings for a site's permission request prompt */
|
4945
|
+
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
4946
|
+
/** Strings for a site's permission request prompt */
|
4947
|
+
CameraSitePermissionsRequest: SitePermissionsStrings;
|
4948
|
+
/** Strings for a site's permission request prompt */
|
4949
|
+
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
4950
|
+
/** Strings for a site's permission generic checking prompt */
|
4951
|
+
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
4952
|
+
/** Strings for a site's permission generic checking prompt */
|
4953
|
+
CameraSitePermissionsCheck: SitePermissionsStrings;
|
4954
|
+
/** Strings for a site's permission generic checking prompt */
|
4955
|
+
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
4956
|
+
/** Strings for a site's permission denied prompt */
|
4957
|
+
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
4958
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
4959
|
+
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
4960
|
+
/** Strings for a site's permission denied prompt */
|
4961
|
+
CameraSitePermissionsDenied: SitePermissionsStrings;
|
4962
|
+
/** Strings for a site's permission denied prompt */
|
4963
|
+
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
4964
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
4965
|
+
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
4966
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
4967
|
+
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
4968
|
+
/** Strings for unsupported browser UI */
|
4969
|
+
UnsupportedBrowser: UnsupportedBrowserStrings;
|
4970
|
+
/** Strings for unsupported browser version UI */
|
4971
|
+
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
4972
|
+
/** Strings for unsupported browser version UI */
|
4973
|
+
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
4974
|
+
/** Strings for BrowserPemissionDenied */
|
4975
|
+
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
4976
|
+
/** Strings for BrowserPemissionDeniedIOS */
|
4977
|
+
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
3884
4978
|
/**
|
3885
4979
|
* Strings for the VerticalGallery.
|
3886
4980
|
*/
|
3887
4981
|
verticalGallery: VerticalGalleryStrings;
|
4982
|
+
/** Strings for the participant list component */
|
4983
|
+
ParticipantList: ParticipantListStrings;
|
4984
|
+
/** Strings for the attendee role */
|
4985
|
+
AttendeeRole: string;
|
3888
4986
|
}
|
3889
4987
|
|
3890
4988
|
/**
|
@@ -4247,7 +5345,7 @@ export declare interface ControlBarProps {
|
|
4247
5345
|
*
|
4248
5346
|
* @public
|
4249
5347
|
*/
|
4250
|
-
export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
|
5348
|
+
export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, alternateCallerId, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
|
4251
5349
|
|
4252
5350
|
/**
|
4253
5351
|
* Create a {@link CallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -4257,7 +5355,7 @@ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName
|
|
4257
5355
|
*
|
4258
5356
|
* @public
|
4259
5357
|
*/
|
4260
|
-
export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator,
|
5358
|
+
export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, options?: AzureCommunicationCallAdapterOptions) => Promise<CallAdapter>;
|
4261
5359
|
|
4262
5360
|
/**
|
4263
5361
|
* Create a CallWithChatAdapter backed by Azure Communication services
|
@@ -4265,7 +5363,7 @@ export declare const createAzureCommunicationCallAdapterFromClient: (callClient:
|
|
4265
5363
|
*
|
4266
5364
|
* @public
|
4267
5365
|
*/
|
4268
|
-
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
5366
|
+
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
4269
5367
|
|
4270
5368
|
/**
|
4271
5369
|
* Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
|
@@ -4276,7 +5374,7 @@ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, dis
|
|
4276
5374
|
*
|
4277
5375
|
* @public
|
4278
5376
|
*/
|
4279
|
-
export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
|
5377
|
+
export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions, chatAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
|
4280
5378
|
|
4281
5379
|
/**
|
4282
5380
|
* Create a {@link ChatAdapter} backed by Azure Communication Services.
|
@@ -4295,14 +5393,16 @@ export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointU
|
|
4295
5393
|
*
|
4296
5394
|
* @public
|
4297
5395
|
*/
|
4298
|
-
export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient
|
5396
|
+
export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient, options?: {
|
5397
|
+
credential?: CommunicationTokenCredential;
|
5398
|
+
}): Promise<ChatAdapter>;
|
4299
5399
|
|
4300
5400
|
/**
|
4301
5401
|
* Type of {@link createDefaultCallingHandlers}.
|
4302
5402
|
*
|
4303
5403
|
* @public
|
4304
5404
|
*/
|
4305
|
-
export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined,
|
5405
|
+
export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined, options?: CallingHandlersOptions) => CallingHandlers;
|
4306
5406
|
|
4307
5407
|
/**
|
4308
5408
|
* Create the default implementation of {@link CallingHandlers} for teams call.
|
@@ -4326,6 +5426,18 @@ export declare const createDefaultCallingHandlers: CreateDefaultCallingHandlers;
|
|
4326
5426
|
*/
|
4327
5427
|
export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
|
4328
5428
|
|
5429
|
+
/**
|
5430
|
+
* Create the default implementation of {@link TeamsCallingHandlers} for teams call.
|
5431
|
+
*
|
5432
|
+
* Useful when implementing a custom component that utilizes the providers
|
5433
|
+
* exported from this library.
|
5434
|
+
*
|
5435
|
+
* @beta
|
5436
|
+
*/
|
5437
|
+
export declare const createDefaultTeamsCallingHandlers: (callClient: StatefulCallClient, callAgent: undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent, deviceManager: StatefulDeviceManager | undefined, call: undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall, options?: {
|
5438
|
+
onResolveVideoBackgroundEffectsDependency?: (() => Promise<VideoBackgroundEffectsDependency>) | undefined;
|
5439
|
+
} | undefined) => never | TeamsCallingHandlers;
|
5440
|
+
|
4329
5441
|
/**
|
4330
5442
|
* Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
|
4331
5443
|
* {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
|
@@ -4351,6 +5463,21 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
|
|
4351
5463
|
*/
|
4352
5464
|
export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions | undefined) => StatefulChatClient;
|
4353
5465
|
|
5466
|
+
/**
|
5467
|
+
* @beta
|
5468
|
+
*/
|
5469
|
+
export declare const createTeamsCallAdapter: ({ userId, credential, locator, options }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
5470
|
+
|
5471
|
+
/**
|
5472
|
+
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
5473
|
+
*
|
5474
|
+
* Useful if you want to keep a reference to {@link StatefulCallClient}.
|
5475
|
+
* Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
|
5476
|
+
*
|
5477
|
+
* @beta
|
5478
|
+
*/
|
5479
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: CommonCallAdapterOptions | undefined) => Promise<TeamsCallAdapter>;
|
5480
|
+
|
4354
5481
|
/**
|
4355
5482
|
* Object returned after creating a local or remote VideoStream.
|
4356
5483
|
* This contains helper functions to manipulate the render of the stream.
|
@@ -4401,6 +5528,13 @@ export declare type CustomAvatarOptions = {
|
|
4401
5528
|
styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
|
4402
5529
|
/** Display name to be used in Persona */
|
4403
5530
|
text?: string;
|
5531
|
+
/** State for the participant to be displayed in the defaultPlaceHolder */
|
5532
|
+
participantState?: ParticipantState;
|
5533
|
+
/**
|
5534
|
+
* If true, show the special coin for unknown persona.
|
5535
|
+
* It has '?' in place of initials, with static font and background colors
|
5536
|
+
*/
|
5537
|
+
showUnknownPersonaCoin?: boolean;
|
4404
5538
|
};
|
4405
5539
|
|
4406
5540
|
/**
|
@@ -4522,11 +5656,23 @@ export declare interface CustomMessage extends MessageCommon {
|
|
4522
5656
|
}
|
4523
5657
|
|
4524
5658
|
/**
|
4525
|
-
* Preset dark theme for components exported from this library.
|
4526
|
-
*
|
4527
|
-
* @public
|
5659
|
+
* Preset dark theme for components exported from this library.
|
5660
|
+
*
|
5661
|
+
* @public
|
5662
|
+
*/
|
5663
|
+
export declare const darkTheme: PartialTheme & CallingTheme & /* @conditional-compile-remove(image-gallery) */ ChatTheme;
|
5664
|
+
|
5665
|
+
/**
|
5666
|
+
* @beta
|
5667
|
+
* `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
|
5668
|
+
*/
|
5669
|
+
export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
|
5670
|
+
|
5671
|
+
/**
|
5672
|
+
* @beta
|
5673
|
+
* Proxies the {@link @azure/communication-calling#IncomingCall} interface.
|
4528
5674
|
*/
|
4529
|
-
export declare
|
5675
|
+
export declare type DeclarativeIncomingCall = IncomingCall;
|
4530
5676
|
|
4531
5677
|
/**
|
4532
5678
|
* The default set of icons that are available to use in the UI components.
|
@@ -4544,12 +5690,16 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
4544
5690
|
ControlButtonMicOn: React_2.JSX.Element;
|
4545
5691
|
ControlButtonOptions: React_2.JSX.Element;
|
4546
5692
|
ControlButtonParticipants: React_2.JSX.Element;
|
5693
|
+
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
4547
5694
|
ControlButtonScreenShareStart: React_2.JSX.Element;
|
4548
5695
|
ControlButtonScreenShareStop: React_2.JSX.Element;
|
4549
5696
|
ControlButtonRaiseHand: React_2.JSX.Element;
|
4550
5697
|
ControlButtonLowerHand: React_2.JSX.Element;
|
4551
5698
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
4552
5699
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
5700
|
+
CancelFileUpload: React_2.JSX.Element;
|
5701
|
+
DownloadFile: React_2.JSX.Element;
|
5702
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
4553
5703
|
EditBoxCancel: React_2.JSX.Element;
|
4554
5704
|
EditBoxSubmit: React_2.JSX.Element;
|
4555
5705
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -4582,9 +5732,20 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
4582
5732
|
ParticipantItemOptions: React_2.JSX.Element;
|
4583
5733
|
ParticipantItemOptionsHovered: React_2.JSX.Element;
|
4584
5734
|
ParticipantItemScreenShareStart: React_2.JSX.Element;
|
5735
|
+
HoldCallContextualMenuItem: React_2.JSX.Element;
|
5736
|
+
HoldCallButton: React_2.JSX.Element;
|
5737
|
+
ResumeCall: React_2.JSX.Element;
|
4585
5738
|
SendBoxSend: React_2.JSX.Element;
|
4586
5739
|
SendBoxSendHovered: React_2.JSX.Element;
|
4587
5740
|
VideoTileMicOff: React_2.JSX.Element;
|
5741
|
+
DialpadBackspace: React_2.JSX.Element;
|
5742
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
5743
|
+
SitePermissionCamera: React_2.JSX.Element;
|
5744
|
+
SitePermissionMic: React_2.JSX.Element;
|
5745
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
5746
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
5747
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
5748
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
4588
5749
|
VideoTilePinned: React_2.JSX.Element;
|
4589
5750
|
VideoTileMoreOptions: React_2.JSX.Element;
|
4590
5751
|
VideoTileScaleFit: React_2.JSX.Element;
|
@@ -4627,6 +5788,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
4627
5788
|
ParticipantItemOptionsHovered: JSX.Element | React_2.JSX.Element;
|
4628
5789
|
SendBoxSend: JSX.Element | React_2.JSX.Element;
|
4629
5790
|
SendBoxSendHovered: JSX.Element | React_2.JSX.Element;
|
5791
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
4630
5792
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
4631
5793
|
ControlButtonCameraOff: JSX.Element | React_2.JSX.Element;
|
4632
5794
|
ControlButtonCameraOn: JSX.Element | React_2.JSX.Element;
|
@@ -4676,6 +5838,10 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
4676
5838
|
ParticipantItemScreenShareStart: JSX.Element | React_2.JSX.Element;
|
4677
5839
|
VideoTileMicOff: JSX.Element | React_2.JSX.Element;
|
4678
5840
|
LocalCameraSwitch?: JSX.Element | undefined;
|
5841
|
+
PeoplePaneAddPerson?: JSX.Element | undefined;
|
5842
|
+
PeoplePaneOpenDialpad?: JSX.Element | undefined;
|
5843
|
+
DialpadStartCall?: JSX.Element | undefined;
|
5844
|
+
NoticePageAccessDeniedRoomsCall?: JSX.Element | undefined;
|
4679
5845
|
BlurVideoBackground?: JSX.Element | undefined;
|
4680
5846
|
RemoveVideoBackgroundEffect?: JSX.Element | undefined;
|
4681
5847
|
GalleryOptions?: JSX.Element | undefined;
|
@@ -4695,11 +5861,25 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
4695
5861
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
4696
5862
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
4697
5863
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
4698
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
4699
5864
|
ChatMessageOptions: React_2.JSX.Element;
|
5865
|
+
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
5866
|
+
CancelFileUpload: React_2.JSX.Element;
|
5867
|
+
DownloadFile: React_2.JSX.Element;
|
5868
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
4700
5869
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
4701
5870
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
4702
5871
|
MessageResend: React_2.JSX.Element;
|
5872
|
+
HoldCallContextualMenuItem: React_2.JSX.Element;
|
5873
|
+
HoldCallButton: React_2.JSX.Element;
|
5874
|
+
ResumeCall: React_2.JSX.Element;
|
5875
|
+
DialpadBackspace: React_2.JSX.Element;
|
5876
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
5877
|
+
SitePermissionCamera: React_2.JSX.Element;
|
5878
|
+
SitePermissionMic: React_2.JSX.Element;
|
5879
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
5880
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
5881
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
5882
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
4703
5883
|
VideoTilePinned: React_2.JSX.Element;
|
4704
5884
|
VideoTileMoreOptions: React_2.JSX.Element;
|
4705
5885
|
VideoTileScaleFit: React_2.JSX.Element;
|
@@ -4724,6 +5904,29 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
4724
5904
|
ContextMenuSpeakerIcon: React_2.JSX.Element;
|
4725
5905
|
};
|
4726
5906
|
|
5907
|
+
/**
|
5908
|
+
* Device Checks.
|
5909
|
+
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
5910
|
+
*
|
5911
|
+
* @beta
|
5912
|
+
*/
|
5913
|
+
export declare interface DeviceCheckOptions {
|
5914
|
+
/**
|
5915
|
+
* Camera Permission prompts for your call.
|
5916
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
5917
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
5918
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
5919
|
+
*/
|
5920
|
+
camera: 'required' | 'optional' | 'doNotPrompt';
|
5921
|
+
/**
|
5922
|
+
* Microphone permission prompts for your call.
|
5923
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
5924
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
5925
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
5926
|
+
*/
|
5927
|
+
microphone: 'required' | 'optional' | 'doNotPrompt';
|
5928
|
+
}
|
5929
|
+
|
4727
5930
|
/**
|
4728
5931
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
4729
5932
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -4942,6 +6145,60 @@ export declare interface DiagnosticsCallFeatureState {
|
|
4942
6145
|
media: MediaDiagnosticsState;
|
4943
6146
|
}
|
4944
6147
|
|
6148
|
+
/**
|
6149
|
+
* A component to allow users to enter phone number through clicking on dialpad/using keyboard
|
6150
|
+
* It will return empty component for stable builds
|
6151
|
+
*
|
6152
|
+
* @beta
|
6153
|
+
*/
|
6154
|
+
export declare const Dialpad: (props: DialpadProps) => JSX.Element;
|
6155
|
+
|
6156
|
+
/**
|
6157
|
+
* Props for {@link Dialpad} component.
|
6158
|
+
*
|
6159
|
+
* @beta
|
6160
|
+
*/
|
6161
|
+
export declare interface DialpadProps {
|
6162
|
+
strings?: DialpadStrings;
|
6163
|
+
/** function to send dtmf tones on button click */
|
6164
|
+
onSendDtmfTone?: (dtmfTone: DtmfTone) => Promise<void>;
|
6165
|
+
/** Callback for dialpad button behavior*/
|
6166
|
+
onClickDialpadButton?: (buttonValue: string, buttonIndex: number) => void;
|
6167
|
+
/** set dialpad textfield content */
|
6168
|
+
textFieldValue?: string;
|
6169
|
+
/** on change function for text field, provides an unformatted plain text*/
|
6170
|
+
onChange?: (input: string) => void;
|
6171
|
+
/** boolean input to determine when to show/hide delete button, default true */
|
6172
|
+
showDeleteButton?: boolean;
|
6173
|
+
/** boolean input to determine if dialpad is in mobile view, default false */
|
6174
|
+
isMobile?: boolean;
|
6175
|
+
styles?: DialpadStyles;
|
6176
|
+
}
|
6177
|
+
|
6178
|
+
/**
|
6179
|
+
* Strings of {@link Dialpad} that can be overridden.
|
6180
|
+
*
|
6181
|
+
* @beta
|
6182
|
+
*/
|
6183
|
+
export declare interface DialpadStrings {
|
6184
|
+
placeholderText: string;
|
6185
|
+
deleteButtonAriaLabel?: string;
|
6186
|
+
}
|
6187
|
+
|
6188
|
+
/**
|
6189
|
+
* Styles for {@link Dialpad} component.
|
6190
|
+
*
|
6191
|
+
* @beta
|
6192
|
+
*/
|
6193
|
+
export declare interface DialpadStyles {
|
6194
|
+
root?: IStyle;
|
6195
|
+
button?: IButtonStyles;
|
6196
|
+
textField?: Partial<ITextFieldStyles>;
|
6197
|
+
digit?: IStyle;
|
6198
|
+
letter?: IStyle;
|
6199
|
+
deleteIcon?: IButtonStyles;
|
6200
|
+
}
|
6201
|
+
|
4945
6202
|
/**
|
4946
6203
|
* Callback for {@link CallAdapterSubscribers} 'displayNameChanged' event.
|
4947
6204
|
*
|
@@ -4962,6 +6219,13 @@ export declare interface Disposable {
|
|
4962
6219
|
dispose(): void;
|
4963
6220
|
}
|
4964
6221
|
|
6222
|
+
/**
|
6223
|
+
* DTMF tone for PSTN calls.
|
6224
|
+
*
|
6225
|
+
* @beta
|
6226
|
+
*/
|
6227
|
+
export declare type DtmfTone = 'A' | 'B' | 'C' | 'D' | 'Flash' | 'Num0' | 'Num1' | 'Num2' | 'Num3' | 'Num4' | 'Num5' | 'Num6' | 'Num7' | 'Num8' | 'Num9' | 'Pound' | 'Star';
|
6228
|
+
|
4965
6229
|
/**
|
4966
6230
|
* A type for trivial selectors that return no data.
|
4967
6231
|
*
|
@@ -5215,6 +6479,199 @@ export declare interface ErrorBarStrings {
|
|
5215
6479
|
*/
|
5216
6480
|
export declare type ErrorType = keyof ErrorBarStrings;
|
5217
6481
|
|
6482
|
+
/**
|
6483
|
+
* @beta
|
6484
|
+
* A file download error returned via a {@link FileDownloadHandler}.
|
6485
|
+
* This error message is used to render an error message in the UI.
|
6486
|
+
*/
|
6487
|
+
export declare interface FileDownloadError {
|
6488
|
+
/** The error message to display in the UI */
|
6489
|
+
errorMessage: string;
|
6490
|
+
}
|
6491
|
+
|
6492
|
+
/**
|
6493
|
+
* @beta
|
6494
|
+
*
|
6495
|
+
* A callback function for handling file downloads.
|
6496
|
+
* The function needs to return a promise that resolves to a file download URL.
|
6497
|
+
* If the promise is rejected, the {@link Error.message} will be used to display an error message to the user.
|
6498
|
+
*
|
6499
|
+
* @example
|
6500
|
+
* ```ts
|
6501
|
+
* const fileDownloadHandler: FileDownloadHandler = async (userId, fileData) => {
|
6502
|
+
* if (isUnauthorizedUser(userId)) {
|
6503
|
+
* return { errorMessage: 'You don’t have permission to download this file.' };
|
6504
|
+
* } else {
|
6505
|
+
* return new URL(fileData.url);
|
6506
|
+
* }
|
6507
|
+
* }
|
6508
|
+
*
|
6509
|
+
* const App = () => (
|
6510
|
+
* <ChatComposite
|
6511
|
+
* ...
|
6512
|
+
* fileSharing={{
|
6513
|
+
* fileDownloadHandler: fileDownloadHandler
|
6514
|
+
* }}
|
6515
|
+
* />
|
6516
|
+
* )
|
6517
|
+
*
|
6518
|
+
* ```
|
6519
|
+
* @param userId - The user ID of the user downloading the file.
|
6520
|
+
* @param fileMetadata - The {@link FileMetadata} containing file `url`, `extension` and `name`.
|
6521
|
+
*/
|
6522
|
+
export declare type FileDownloadHandler = (userId: string, fileMetadata: FileMetadata) => Promise<URL | FileDownloadError>;
|
6523
|
+
|
6524
|
+
/**
|
6525
|
+
* Meta Data containing information about the uploaded file.
|
6526
|
+
* @beta
|
6527
|
+
*/
|
6528
|
+
export declare type FileMetadata = FileSharingMetadata | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ ImageFileMetadata;
|
6529
|
+
|
6530
|
+
/**
|
6531
|
+
* @beta
|
6532
|
+
*/
|
6533
|
+
export declare type FileMetadataAttachmentType = 'fileSharing' | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ 'inlineImage' | 'unknown';
|
6534
|
+
|
6535
|
+
/**
|
6536
|
+
* Meta Data containing basic information about the uploaded file.
|
6537
|
+
* Typically used for ACS to ACS file transfers.
|
6538
|
+
* @beta
|
6539
|
+
*/
|
6540
|
+
export declare interface FileSharingMetadata extends BaseFileMetadata {
|
6541
|
+
attachmentType: 'fileSharing';
|
6542
|
+
payload?: Record<string, string>;
|
6543
|
+
}
|
6544
|
+
|
6545
|
+
/**
|
6546
|
+
* Properties for configuring the File Sharing feature.
|
6547
|
+
* @beta
|
6548
|
+
*/
|
6549
|
+
export declare interface FileSharingOptions {
|
6550
|
+
/**
|
6551
|
+
* A string containing the comma separated list of accepted file types.
|
6552
|
+
* Similar to the `accept` attribute of the `<input type="file" />` element.
|
6553
|
+
* Accepts any type of file if not specified.
|
6554
|
+
* @beta
|
6555
|
+
*/
|
6556
|
+
accept?: string;
|
6557
|
+
/**
|
6558
|
+
* Allows multiple files to be selected if set to `true`.
|
6559
|
+
* Similar to the `multiple` attribute of the `<input type="file" />` element.
|
6560
|
+
* @defaultValue false
|
6561
|
+
* @beta
|
6562
|
+
*/
|
6563
|
+
multiple?: boolean;
|
6564
|
+
/**
|
6565
|
+
* A function of type {@link FileUploadHandler} for handling file uploads.
|
6566
|
+
* @beta
|
6567
|
+
*/
|
6568
|
+
uploadHandler: FileUploadHandler;
|
6569
|
+
/**
|
6570
|
+
* A function of type {@link FileDownloadHandler} for handling file downloads.
|
6571
|
+
* If the function is not specified, the file's `url` will be opened in a new tab to
|
6572
|
+
* initiate the download.
|
6573
|
+
*/
|
6574
|
+
downloadHandler?: FileDownloadHandler;
|
6575
|
+
}
|
6576
|
+
|
6577
|
+
/**
|
6578
|
+
* @beta
|
6579
|
+
*/
|
6580
|
+
export declare interface FileUploadAdapter {
|
6581
|
+
registerActiveFileUploads: (files: File[]) => FileUploadManager[];
|
6582
|
+
registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
|
6583
|
+
clearFileUploads: () => void;
|
6584
|
+
cancelFileUpload: (id: string) => void;
|
6585
|
+
updateFileUploadProgress: (id: string, progress: number) => void;
|
6586
|
+
updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
|
6587
|
+
updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
|
6588
|
+
}
|
6589
|
+
|
6590
|
+
/**
|
6591
|
+
* @beta
|
6592
|
+
* Error message to be displayed to the user if the upload fails.
|
6593
|
+
*/
|
6594
|
+
export declare type FileUploadError = {
|
6595
|
+
message: string;
|
6596
|
+
timestamp: number;
|
6597
|
+
};
|
6598
|
+
|
6599
|
+
/**
|
6600
|
+
* @beta
|
6601
|
+
* A callback function for handling file uploads.
|
6602
|
+
*
|
6603
|
+
* @param userId - The user ID of the user uploading the file.
|
6604
|
+
* @param fileUploads - The list of uploaded files. Each file is represented by an {@link FileUpload} object.
|
6605
|
+
*/
|
6606
|
+
export declare type FileUploadHandler = (userId: string, fileUploads: FileUploadManager[]) => void;
|
6607
|
+
|
6608
|
+
/**
|
6609
|
+
* A wrapper object for a file that is being uploaded.
|
6610
|
+
* Allows mmanaging file uploads by providing common functions for updating the
|
6611
|
+
* upload progress, canceling an upload, completing an upload etc.
|
6612
|
+
* @beta
|
6613
|
+
*/
|
6614
|
+
export declare interface FileUploadManager {
|
6615
|
+
/**
|
6616
|
+
* Unique identifier for the file upload.
|
6617
|
+
*/
|
6618
|
+
id: string;
|
6619
|
+
/**
|
6620
|
+
* HTML {@link File} object for the uploaded file.
|
6621
|
+
*/
|
6622
|
+
file?: File;
|
6623
|
+
/**
|
6624
|
+
* Update the progress of the upload.
|
6625
|
+
* @param value - number between 0 and 1
|
6626
|
+
*/
|
6627
|
+
notifyUploadProgressChanged: (value: number) => void;
|
6628
|
+
/**
|
6629
|
+
* Mark the upload as complete.
|
6630
|
+
* Requires the `metadata` param containing uploaded file information.
|
6631
|
+
* @param metadata - {@link FileMetadata}
|
6632
|
+
*/
|
6633
|
+
notifyUploadCompleted: (metadata: FileMetadata) => void;
|
6634
|
+
/**
|
6635
|
+
* Mark the upload as failed.
|
6636
|
+
* @param message - An error message that can be displayed to the user.
|
6637
|
+
*/
|
6638
|
+
notifyUploadFailed: (message: string) => void;
|
6639
|
+
}
|
6640
|
+
|
6641
|
+
/**
|
6642
|
+
* Contains the state attibutes of a file upload like name, progress etc.
|
6643
|
+
* @beta
|
6644
|
+
*/
|
6645
|
+
export declare interface FileUploadState {
|
6646
|
+
/**
|
6647
|
+
* Unique identifier for the file upload.
|
6648
|
+
*/
|
6649
|
+
id: string;
|
6650
|
+
/**
|
6651
|
+
* Filename extracted from the {@link File} object.
|
6652
|
+
* This attribute is used to render the filename if `metadata.name` is not available.
|
6653
|
+
*/
|
6654
|
+
filename: string;
|
6655
|
+
/**
|
6656
|
+
* A number between 0 and 1 indicating the progress of the upload.
|
6657
|
+
*/
|
6658
|
+
progress: number;
|
6659
|
+
/**
|
6660
|
+
* Meta Data {@link FileMetadata} containing information about the uploaded file.
|
6661
|
+
*/
|
6662
|
+
metadata?: FileMetadata;
|
6663
|
+
/**
|
6664
|
+
* Error message to be displayed to the user if the upload fails.
|
6665
|
+
*/
|
6666
|
+
error?: FileUploadError;
|
6667
|
+
}
|
6668
|
+
|
6669
|
+
/**
|
6670
|
+
* A record containing {@link FileUploadState} mapped to unique ids.
|
6671
|
+
* @beta
|
6672
|
+
*/
|
6673
|
+
export declare type FileUploadsUiState = Record<string, FileUploadState>;
|
6674
|
+
|
5218
6675
|
/**
|
5219
6676
|
* Provider to apply a Fluent theme across this library's react components.
|
5220
6677
|
*
|
@@ -5254,7 +6711,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
|
|
5254
6711
|
*
|
5255
6712
|
* @public
|
5256
6713
|
*/
|
5257
|
-
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;
|
6714
|
+
export declare type GetCallingSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof VideoGallery> extends true ? VideoGallerySelector : AreEqual<Component, typeof DevicesButton> extends true ? DevicesButtonSelector : AreEqual<Component, typeof MicrophoneButton> extends true ? MicrophoneButtonSelector : AreEqual<Component, typeof CameraButton> extends true ? CameraButtonSelector : AreEqual<Component, typeof ScreenShareButton> extends true ? ScreenShareButtonSelector : AreEqual<Component, typeof ParticipantList> extends true ? ParticipantListSelector : AreEqual<Component, typeof ParticipantsButton> extends true ? ParticipantsButtonSelector : AreEqual<Component, typeof EndCallButton> extends true ? EmptySelector : AreEqual<Component, typeof ErrorBar> extends true ? CallErrorBarSelector : AreEqual<Component, typeof Dialpad> extends true ? EmptySelector : AreEqual<Component, typeof HoldButton> extends true ? HoldButtonSelector : undefined;
|
5258
6715
|
|
5259
6716
|
/**
|
5260
6717
|
* Get the selector for a specified component.
|
@@ -5316,6 +6773,63 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
|
|
5316
6773
|
children?: IStyle;
|
5317
6774
|
}
|
5318
6775
|
|
6776
|
+
/**
|
6777
|
+
* a button to hold or resume a ongoing call.
|
6778
|
+
*
|
6779
|
+
* Can be used with {@link ControlBar}
|
6780
|
+
*
|
6781
|
+
* @param props - properties for the hold button.
|
6782
|
+
* @returns
|
6783
|
+
* @beta
|
6784
|
+
*/
|
6785
|
+
export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
|
6786
|
+
|
6787
|
+
/**
|
6788
|
+
*@beta
|
6789
|
+
*/
|
6790
|
+
export declare interface HoldButtonProps extends ControlBarButtonProps {
|
6791
|
+
/**
|
6792
|
+
* Utility property for using this component with communication react handlers
|
6793
|
+
* Holds the call or resumes it based on call state.
|
6794
|
+
*/
|
6795
|
+
onToggleHold: () => Promise<void>;
|
6796
|
+
/**
|
6797
|
+
* Optional strings to override in component
|
6798
|
+
*/
|
6799
|
+
strings?: HoldButtonStrings;
|
6800
|
+
}
|
6801
|
+
|
6802
|
+
/**
|
6803
|
+
* Selector type for the {@link HoldButton} component.
|
6804
|
+
* @public
|
6805
|
+
*/
|
6806
|
+
export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
6807
|
+
checked: boolean;
|
6808
|
+
};
|
6809
|
+
|
6810
|
+
/**
|
6811
|
+
* Strings for the hold button labels
|
6812
|
+
* @beta
|
6813
|
+
*/
|
6814
|
+
export declare interface HoldButtonStrings {
|
6815
|
+
/**
|
6816
|
+
* Label for when action is to resume call.
|
6817
|
+
*/
|
6818
|
+
onLabel: string;
|
6819
|
+
/**
|
6820
|
+
* Label for when action is to hold call.
|
6821
|
+
*/
|
6822
|
+
offLabel: string;
|
6823
|
+
/**
|
6824
|
+
* Content for when button is checked
|
6825
|
+
*/
|
6826
|
+
tooltipOnContent: string;
|
6827
|
+
/**
|
6828
|
+
* Content for when button is unchecked
|
6829
|
+
*/
|
6830
|
+
tooltipOffContent: string;
|
6831
|
+
}
|
6832
|
+
|
5319
6833
|
/**
|
5320
6834
|
* {@link HorizontalGallery} Component Styles.
|
5321
6835
|
* @public
|
@@ -5400,8 +6914,108 @@ export declare interface _Identifiers {
|
|
5400
6914
|
verticalGalleryVideoTile: string;
|
5401
6915
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
5402
6916
|
verticalGalleryPageCounter: string;
|
6917
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
6918
|
+
mentionSuggestionList: string;
|
6919
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
6920
|
+
mentionSuggestionItem: string;
|
6921
|
+
}
|
6922
|
+
|
6923
|
+
/**
|
6924
|
+
* Meta Data containing data for images.
|
6925
|
+
* @beta
|
6926
|
+
*/
|
6927
|
+
export declare interface ImageFileMetadata extends BaseFileMetadata {
|
6928
|
+
attachmentType: 'inlineImage';
|
6929
|
+
previewUrl?: string;
|
6930
|
+
}
|
6931
|
+
|
6932
|
+
/**
|
6933
|
+
* Component to render a fullscreen modal for a selected image.
|
6934
|
+
*
|
6935
|
+
* @beta
|
6936
|
+
*/
|
6937
|
+
export declare const ImageGallery: (props: ImageGalleryProps) => JSX.Element;
|
6938
|
+
|
6939
|
+
/**
|
6940
|
+
* Props for {@link ImageGallery}.
|
6941
|
+
*
|
6942
|
+
* @beta
|
6943
|
+
*/
|
6944
|
+
export declare interface ImageGalleryImageProps {
|
6945
|
+
/** Image Url used to display the image in a large scale. */
|
6946
|
+
imageUrl: string;
|
6947
|
+
/** String used as a file name when downloading this image to user's local device. */
|
6948
|
+
downloadFilename: string;
|
6949
|
+
/** Optional string used as a alt text for the image. @default 'image' */
|
6950
|
+
altText?: string;
|
6951
|
+
/** Optional string used as the title of the image and displayed on the top left corner of the ImageGallery. */
|
6952
|
+
title?: string;
|
6953
|
+
/** Optional JSX element used as a title icon and displayed to the left of the title element. */
|
6954
|
+
titleIcon?: JSX.Element;
|
6955
|
+
}
|
6956
|
+
|
6957
|
+
/**
|
6958
|
+
* Props for {@link ImageGallery}.
|
6959
|
+
*
|
6960
|
+
* @beta
|
6961
|
+
*/
|
6962
|
+
export declare interface ImageGalleryProps {
|
6963
|
+
/**
|
6964
|
+
* Boolean that controls whether the modal is displayed.
|
6965
|
+
*/
|
6966
|
+
isOpen: boolean;
|
6967
|
+
/**
|
6968
|
+
* Array of images used to populate the ImageGallery
|
6969
|
+
*/
|
6970
|
+
images: Array<ImageGalleryImageProps>;
|
6971
|
+
/**
|
6972
|
+
* Callback to invoke when the ImageGallery modal is dismissed
|
6973
|
+
*/
|
6974
|
+
onDismiss: () => void;
|
6975
|
+
/**
|
6976
|
+
* Callback called when the download button is clicked.
|
6977
|
+
*/
|
6978
|
+
onImageDownloadButtonClicked: (imageUrl: string, downloadFilename: string) => void;
|
6979
|
+
/**
|
6980
|
+
* Callback called when there's an error loading the image.
|
6981
|
+
*/
|
6982
|
+
onError?: (event: SyntheticEvent<HTMLImageElement, Event>) => void;
|
6983
|
+
/**
|
6984
|
+
* Indicating which index of the images array to start with.
|
6985
|
+
*/
|
6986
|
+
startIndex?: number;
|
6987
|
+
}
|
6988
|
+
|
6989
|
+
/**
|
6990
|
+
* Strings of {@link ImageGallery} that can be overridden.
|
6991
|
+
*
|
6992
|
+
* @beta
|
6993
|
+
*/
|
6994
|
+
export declare interface ImageGalleryStrings {
|
6995
|
+
/**
|
6996
|
+
* Download button label for ImageGallery
|
6997
|
+
*/
|
6998
|
+
downloadButtonLabel: string;
|
6999
|
+
/**
|
7000
|
+
* Dismiss button aria label for ImageGallery
|
7001
|
+
*/
|
7002
|
+
dismissButtonAriaLabel: string;
|
5403
7003
|
}
|
5404
7004
|
|
7005
|
+
/**
|
7006
|
+
* @beta
|
7007
|
+
* This contains a readonly array that returns all the active `incomingCalls`.
|
7008
|
+
* An active incoming call is a call that has not been answered, declined or disconnected.
|
7009
|
+
*/
|
7010
|
+
export declare type IncomingCallManagement = {
|
7011
|
+
/**
|
7012
|
+
* @beta
|
7013
|
+
* @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
|
7014
|
+
* @returns readonly array of {@link DeclarativeIncomingCall}
|
7015
|
+
*/
|
7016
|
+
incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
|
7017
|
+
};
|
7018
|
+
|
5405
7019
|
/**
|
5406
7020
|
* State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
|
5407
7021
|
* automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -5532,7 +7146,7 @@ export declare interface JumpToNewMessageButtonProps {
|
|
5532
7146
|
*
|
5533
7147
|
* @public
|
5534
7148
|
*/
|
5535
|
-
export declare const lightTheme: PartialTheme & CallingTheme;
|
7149
|
+
export declare const lightTheme: PartialTheme & CallingTheme & /* @conditional-compile-remove(image-gallery) */ ChatTheme;
|
5536
7150
|
|
5537
7151
|
/**
|
5538
7152
|
* Whether the stream is loading or not.
|
@@ -5616,6 +7230,31 @@ export declare interface LocalVideoStreamVideoEffectsState {
|
|
5616
7230
|
activeEffects?: VideoEffectName[];
|
5617
7231
|
}
|
5618
7232
|
|
7233
|
+
/**
|
7234
|
+
* Options for the local video tile in the Call composite.
|
7235
|
+
*
|
7236
|
+
* @beta
|
7237
|
+
*/
|
7238
|
+
export declare interface LocalVideoTileOptions {
|
7239
|
+
/**
|
7240
|
+
* Position of the local video tile. If unset will render the local tile in the floating local position.
|
7241
|
+
*
|
7242
|
+
* @defaultValue 'floating'
|
7243
|
+
* @remarks 'grid' - local video tile will be rendered in the grid view of the videoGallery.
|
7244
|
+
* 'floating' - local video tile will be rendered in the floating position and will observe overflow gallery
|
7245
|
+
* local video tile rules and be docked in the bottom corner.
|
7246
|
+
* This does not affect the Configuration screen or the side pane Picture in Picture in Picture view.
|
7247
|
+
*/
|
7248
|
+
position?: 'grid' | 'floating';
|
7249
|
+
}
|
7250
|
+
|
7251
|
+
/**
|
7252
|
+
* different modes of the local video tile
|
7253
|
+
*
|
7254
|
+
* @beta
|
7255
|
+
*/
|
7256
|
+
export declare type LocalVideoTileSize = '9:16' | '16:9' | 'hidden' | 'followDeviceOrientation';
|
7257
|
+
|
5619
7258
|
/**
|
5620
7259
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a media diagnostic.
|
5621
7260
|
*
|
@@ -5634,6 +7273,76 @@ export declare interface MediaDiagnosticsState {
|
|
5634
7273
|
latest: LatestMediaDiagnostics;
|
5635
7274
|
}
|
5636
7275
|
|
7276
|
+
/**
|
7277
|
+
* Mention's state, as reflected in the UI.
|
7278
|
+
*
|
7279
|
+
* @beta
|
7280
|
+
*/
|
7281
|
+
export declare interface Mention {
|
7282
|
+
/** ID of a mention */
|
7283
|
+
id: string;
|
7284
|
+
/** Display text of a mention */
|
7285
|
+
displayText: string;
|
7286
|
+
/** Optional React element to render an item icon of a mention suggestion */
|
7287
|
+
icon?: JSX.Element;
|
7288
|
+
}
|
7289
|
+
|
7290
|
+
/**
|
7291
|
+
* Options to display suggestions in the mention scenario.
|
7292
|
+
*
|
7293
|
+
* @beta
|
7294
|
+
*/
|
7295
|
+
export declare interface MentionDisplayOptions {
|
7296
|
+
/**
|
7297
|
+
* Optional callback for customizing the mention renderer in a message thread.
|
7298
|
+
*/
|
7299
|
+
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
7300
|
+
}
|
7301
|
+
|
7302
|
+
/**
|
7303
|
+
* Options to lookup suggestions in the mention scenario.
|
7304
|
+
*
|
7305
|
+
* @beta
|
7306
|
+
*/
|
7307
|
+
export declare interface MentionLookupOptions {
|
7308
|
+
/**
|
7309
|
+
* Optional string to set trigger keyword for mention a specific participant.
|
7310
|
+
*
|
7311
|
+
* @defaultValue `@`
|
7312
|
+
*/
|
7313
|
+
trigger?: string;
|
7314
|
+
/**
|
7315
|
+
* Optional callback to fetch a list of mention suggestions base on the query.
|
7316
|
+
*/
|
7317
|
+
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
7318
|
+
/**
|
7319
|
+
* Optional callback to render an item of the mention suggestions list.
|
7320
|
+
*/
|
7321
|
+
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void) => JSX.Element;
|
7322
|
+
}
|
7323
|
+
|
7324
|
+
/**
|
7325
|
+
* Options to lookup suggestions and display mentions in the mention scenario.
|
7326
|
+
*
|
7327
|
+
* @beta
|
7328
|
+
*/
|
7329
|
+
export declare type MentionOptions = {
|
7330
|
+
lookupOptions?: MentionLookupOptions;
|
7331
|
+
displayOptions?: MentionDisplayOptions;
|
7332
|
+
};
|
7333
|
+
|
7334
|
+
/**
|
7335
|
+
* Strings of {@link _MentionPopover} that can be overridden.
|
7336
|
+
*
|
7337
|
+
* @beta
|
7338
|
+
*/
|
7339
|
+
export declare interface MentionPopoverStrings {
|
7340
|
+
/**
|
7341
|
+
* Header text for MentionPopover
|
7342
|
+
*/
|
7343
|
+
mentionPopoverHeader: string;
|
7344
|
+
}
|
7345
|
+
|
5637
7346
|
/**
|
5638
7347
|
* Discriminated union of all messages.
|
5639
7348
|
*
|
@@ -5641,7 +7350,7 @@ export declare interface MediaDiagnosticsState {
|
|
5641
7350
|
*
|
5642
7351
|
* @public
|
5643
7352
|
*/
|
5644
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
7353
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
|
5645
7354
|
|
5646
7355
|
/**
|
5647
7356
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -5861,7 +7570,7 @@ export declare type MessageThreadProps = {
|
|
5861
7570
|
/**
|
5862
7571
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
5863
7572
|
*/
|
5864
|
-
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
7573
|
+
messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
|
5865
7574
|
/**
|
5866
7575
|
* number of participants in the thread
|
5867
7576
|
*/
|
@@ -5942,7 +7651,18 @@ export declare type MessageThreadProps = {
|
|
5942
7651
|
* @remarks
|
5943
7652
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
5944
7653
|
*/
|
5945
|
-
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
7654
|
+
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
7655
|
+
/**
|
7656
|
+
* Optional callback to render uploaded files in the message component.
|
7657
|
+
* @beta
|
7658
|
+
*/
|
7659
|
+
onRenderFileDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
|
7660
|
+
/**
|
7661
|
+
* Optional callback to retrieve the inline image in a message.
|
7662
|
+
* @param attachment - FileMetadata object we want to render
|
7663
|
+
* @beta
|
7664
|
+
*/
|
7665
|
+
onFetchAttachments?: (attachments: FileMetadata[]) => Promise<AttachmentDownloadResult[]>;
|
5946
7666
|
/**
|
5947
7667
|
* Optional callback to edit a message.
|
5948
7668
|
*
|
@@ -5984,6 +7704,28 @@ export declare type MessageThreadProps = {
|
|
5984
7704
|
* Optional strings to override in component
|
5985
7705
|
*/
|
5986
7706
|
strings?: Partial<MessageThreadStrings>;
|
7707
|
+
/**
|
7708
|
+
* @beta
|
7709
|
+
* Optional function called when someone clicks on the file download icon.
|
7710
|
+
* If file attachments are defined in the `message.metadata` property using the `fileSharingMetadata` key,
|
7711
|
+
* this function will be called with the data inside `fileSharingMetadata` key.
|
7712
|
+
*/
|
7713
|
+
fileDownloadHandler?: FileDownloadHandler;
|
7714
|
+
/**
|
7715
|
+
* Optional function to provide customized date format.
|
7716
|
+
* @beta
|
7717
|
+
*/
|
7718
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
7719
|
+
/**
|
7720
|
+
* Optional props needed to lookup a mention query and display mentions
|
7721
|
+
* @beta
|
7722
|
+
*/
|
7723
|
+
mentionOptions?: MentionOptions;
|
7724
|
+
/**
|
7725
|
+
* Optional callback called when an inline image is clicked.
|
7726
|
+
* @beta
|
7727
|
+
*/
|
7728
|
+
onInlineImageClicked?: (attachmentId: string, messageId: string) => Promise<void>;
|
5987
7729
|
};
|
5988
7730
|
|
5989
7731
|
/**
|
@@ -6055,6 +7797,14 @@ export declare interface MessageThreadStrings {
|
|
6055
7797
|
editBoxSubmitButton: string;
|
6056
7798
|
/** String for action menu indicating there are more options */
|
6057
7799
|
actionMenuMoreOptions?: string;
|
7800
|
+
/** String for download file button in file card */
|
7801
|
+
downloadFile: string;
|
7802
|
+
/** String for policy violation message removal */
|
7803
|
+
blockedWarningText: string;
|
7804
|
+
/** String for policy violation message removal details link */
|
7805
|
+
blockedWarningLinkText: string;
|
7806
|
+
/** String for aria text in file attachment group*/
|
7807
|
+
fileCardGroupMessage: string;
|
6058
7808
|
}
|
6059
7809
|
|
6060
7810
|
/**
|
@@ -6082,6 +7832,7 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
6082
7832
|
/** Styles for system message container. */
|
6083
7833
|
systemMessageContainer?: ComponentSlotStyle;
|
6084
7834
|
/** Styles for blocked message container. */
|
7835
|
+
blockedMessageContainer?: ComponentSlotStyle;
|
6085
7836
|
/** Styles for message status indicator container. */
|
6086
7837
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
6087
7838
|
}
|
@@ -6250,6 +8001,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
6250
8001
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
6251
8002
|
}
|
6252
8003
|
|
8004
|
+
/**
|
8005
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
8006
|
+
* by their browsers settings.
|
8007
|
+
*
|
8008
|
+
* @beta
|
8009
|
+
*/
|
8010
|
+
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
8011
|
+
|
8012
|
+
/**
|
8013
|
+
* @beta
|
8014
|
+
* Props for MicrophoneSitePermissions component.
|
8015
|
+
*/
|
8016
|
+
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
8017
|
+
/** Icon name for the microphone icon */
|
8018
|
+
microphoneIconName?: string;
|
8019
|
+
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
8020
|
+
strings?: MicrophoneSitePermissionsStrings;
|
8021
|
+
}
|
8022
|
+
|
8023
|
+
/**
|
8024
|
+
* @beta
|
8025
|
+
* Strings for MicrophoneSitePermissions component.
|
8026
|
+
*/
|
8027
|
+
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
8028
|
+
|
6253
8029
|
/**
|
6254
8030
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
6255
8031
|
*
|
@@ -6268,6 +8044,13 @@ export declare interface NetworkDiagnosticsState {
|
|
6268
8044
|
latest: LatestNetworkDiagnostics;
|
6269
8045
|
}
|
6270
8046
|
|
8047
|
+
/**
|
8048
|
+
* Callback function used to provide custom data to build profile for a user.
|
8049
|
+
*
|
8050
|
+
* @beta
|
8051
|
+
*/
|
8052
|
+
export declare type OnFetchProfileCallback = (userId: string, defaultProfile?: Profile) => Promise<Profile | undefined>;
|
8053
|
+
|
6271
8054
|
/**
|
6272
8055
|
* A custom rendered callback that allows users to customize the rendering of a Persona Component.
|
6273
8056
|
*
|
@@ -6390,6 +8173,14 @@ export declare interface ParticipantItemProps {
|
|
6390
8173
|
onClick?: (props?: ParticipantItemProps) => void;
|
6391
8174
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
6392
8175
|
showParticipantOverflowTooltip?: boolean;
|
8176
|
+
/**
|
8177
|
+
* Optional value to determine and display a participants connection status.
|
8178
|
+
* For example, `Connecting`, `Ringing` etc.
|
8179
|
+
* The actual text that is displayed is determined by the localized string
|
8180
|
+
* corresponding to the provided participant state.
|
8181
|
+
* For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
|
8182
|
+
*/
|
8183
|
+
participantState?: ParticipantState;
|
6393
8184
|
/**
|
6394
8185
|
* Optional aria property that prefixes the ParticipantItems aria content
|
6395
8186
|
* Takes in a unique id value of the element you would like to be read before the ParticipantItem.
|
@@ -6415,6 +8206,10 @@ export declare interface ParticipantItemStrings {
|
|
6415
8206
|
mutedIconLabel: string;
|
6416
8207
|
/** placeholder text for participants who does not have a display name*/
|
6417
8208
|
displayNamePlaceholder?: string;
|
8209
|
+
/** String shown when `participantState` is `Ringing` */
|
8210
|
+
participantStateRinging?: string;
|
8211
|
+
/** String shown when `participantState` is `Hold` */
|
8212
|
+
participantStateHold?: string;
|
6418
8213
|
}
|
6419
8214
|
|
6420
8215
|
/**
|
@@ -6494,6 +8289,10 @@ export declare type ParticipantListProps = {
|
|
6494
8289
|
styles?: ParticipantListStyles;
|
6495
8290
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
6496
8291
|
showParticipantOverflowTooltip?: boolean;
|
8292
|
+
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
8293
|
+
totalParticipantCount?: number;
|
8294
|
+
/** Strings for the participant list */
|
8295
|
+
strings?: ParticipantListStrings;
|
6497
8296
|
/** Optional aria-lablledby prop that prefixes each ParticipantItem aria-label */
|
6498
8297
|
participantAriaLabelledBy?: string;
|
6499
8298
|
};
|
@@ -6506,8 +8305,21 @@ export declare type ParticipantListProps = {
|
|
6506
8305
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
6507
8306
|
participants: CallParticipantListParticipant[];
|
6508
8307
|
myUserId: string;
|
8308
|
+
totalParticipantCount?: number;
|
6509
8309
|
};
|
6510
8310
|
|
8311
|
+
/**
|
8312
|
+
* Strings for the {@link ParticipantList}.
|
8313
|
+
*
|
8314
|
+
* @beta
|
8315
|
+
*/
|
8316
|
+
export declare interface ParticipantListStrings {
|
8317
|
+
/**
|
8318
|
+
* String for rendering the count of participants not contained in the displayed participant list
|
8319
|
+
*/
|
8320
|
+
overflowParticipantCount?: string;
|
8321
|
+
}
|
8322
|
+
|
6511
8323
|
/**
|
6512
8324
|
* Styles for the {@link ParticipantList}.
|
6513
8325
|
*
|
@@ -6724,6 +8536,18 @@ export declare type ParticipantsRemovedListener = (event: {
|
|
6724
8536
|
*/
|
6725
8537
|
export declare type ParticipantState = 'Idle' | 'Connecting' | 'Ringing' | 'Connected' | 'Hold' | 'InLobby' | 'EarlyMedia' | 'Disconnected';
|
6726
8538
|
|
8539
|
+
/**
|
8540
|
+
* The profile of a user.
|
8541
|
+
*
|
8542
|
+
* @beta
|
8543
|
+
*/
|
8544
|
+
export declare type Profile = {
|
8545
|
+
/**
|
8546
|
+
* Primary text to display, usually the name of the person.
|
8547
|
+
*/
|
8548
|
+
displayName?: string;
|
8549
|
+
};
|
8550
|
+
|
6727
8551
|
/**
|
6728
8552
|
* Raised hand state with order
|
6729
8553
|
*
|
@@ -6848,7 +8672,7 @@ export declare interface RemoteParticipantState {
|
|
6848
8672
|
/**
|
6849
8673
|
* Proxy of {@link @azure/communication-calling#RemoteParticipant.identifier}.
|
6850
8674
|
*/
|
6851
|
-
identifier:
|
8675
|
+
identifier: CommunicationIdentifierKind;
|
6852
8676
|
/**
|
6853
8677
|
* Proxy of {@link @azure/communication-calling#RemoteParticipant.displayName}.
|
6854
8678
|
*/
|
@@ -6876,6 +8700,10 @@ export declare interface RemoteParticipantState {
|
|
6876
8700
|
* Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
|
6877
8701
|
*/
|
6878
8702
|
isSpeaking: boolean;
|
8703
|
+
/**
|
8704
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
|
8705
|
+
*/
|
8706
|
+
role?: ParticipantRole;
|
6879
8707
|
/**
|
6880
8708
|
* Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
|
6881
8709
|
*/
|
@@ -6904,6 +8732,7 @@ export declare interface RemoteVideoStreamState {
|
|
6904
8732
|
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
|
6905
8733
|
* @beta
|
6906
8734
|
*/
|
8735
|
+
isReceiving: boolean;
|
6907
8736
|
/**
|
6908
8737
|
* {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
|
6909
8738
|
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
@@ -7003,6 +8832,19 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
7003
8832
|
*/
|
7004
8833
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
7005
8834
|
|
8835
|
+
/**
|
8836
|
+
* @beta
|
8837
|
+
* Error to be displayed to the user in an error bar above sendbox.
|
8838
|
+
*/
|
8839
|
+
export declare interface SendBoxErrorBarError {
|
8840
|
+
/** Error Message to be displayed */
|
8841
|
+
message: string;
|
8842
|
+
/**
|
8843
|
+
* Unix Timestamp. Preferred generation using `Date.now()`
|
8844
|
+
*/
|
8845
|
+
timestamp: number;
|
8846
|
+
}
|
8847
|
+
|
7006
8848
|
/**
|
7007
8849
|
* Props for {@link SendBox}.
|
7008
8850
|
*
|
@@ -7022,6 +8864,11 @@ export declare interface SendBoxProps {
|
|
7022
8864
|
* Optional override behavior on send button click
|
7023
8865
|
*/
|
7024
8866
|
onSendMessage?: (content: string) => Promise<void>;
|
8867
|
+
/**
|
8868
|
+
* Optional props needed to lookup suggestions in the mention scenario.
|
8869
|
+
* @beta
|
8870
|
+
*/
|
8871
|
+
mentionLookupOptions?: MentionLookupOptions;
|
7025
8872
|
/**
|
7026
8873
|
* Optional callback called when user is typing
|
7027
8874
|
*/
|
@@ -7058,6 +8905,25 @@ export declare interface SendBoxProps {
|
|
7058
8905
|
* When undefined nothing has focus on render
|
7059
8906
|
*/
|
7060
8907
|
autoFocus?: 'sendBoxTextField';
|
8908
|
+
/**
|
8909
|
+
* Optional callback to render uploaded files in the SendBox. The sendBox will expand
|
8910
|
+
* vertically to accommodate the uploaded files. File uploads will
|
8911
|
+
* be rendered below the text area in sendBox.
|
8912
|
+
* @beta
|
8913
|
+
*/
|
8914
|
+
onRenderFileUploads?: () => JSX.Element;
|
8915
|
+
/**
|
8916
|
+
* Optional array of active file uploads where each object has attributes
|
8917
|
+
* of a file upload like name, progress, errorMessage etc.
|
8918
|
+
* @beta
|
8919
|
+
*/
|
8920
|
+
activeFileUploads?: ActiveFileUpload[];
|
8921
|
+
/**
|
8922
|
+
* Optional callback to remove the file upload before sending by clicking on
|
8923
|
+
* cancel icon.
|
8924
|
+
* @beta
|
8925
|
+
*/
|
8926
|
+
onCancelFileUpload?: (fileId: string) => void;
|
7061
8927
|
}
|
7062
8928
|
|
7063
8929
|
/**
|
@@ -7088,6 +8954,22 @@ export declare interface SendBoxStrings {
|
|
7088
8954
|
* Aria label for send message button
|
7089
8955
|
*/
|
7090
8956
|
sendButtonAriaLabel: string;
|
8957
|
+
/**
|
8958
|
+
* Error message indicating that all file uploads are not complete.
|
8959
|
+
*/
|
8960
|
+
fileUploadsPendingError: string;
|
8961
|
+
/**
|
8962
|
+
* Aria label to notify user when focus is on cancel file upload button.
|
8963
|
+
*/
|
8964
|
+
removeFile: string;
|
8965
|
+
/**
|
8966
|
+
* Aria label to notify user file uploading starts.
|
8967
|
+
*/
|
8968
|
+
uploading: string;
|
8969
|
+
/**
|
8970
|
+
* Aria label to notify user file is uploaded.
|
8971
|
+
*/
|
8972
|
+
uploadCompleted: string;
|
7091
8973
|
}
|
7092
8974
|
|
7093
8975
|
/**
|
@@ -7108,6 +8990,60 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
7108
8990
|
systemMessage?: IStyle;
|
7109
8991
|
}
|
7110
8992
|
|
8993
|
+
/**
|
8994
|
+
* @beta
|
8995
|
+
* Strings for SitePermissions component
|
8996
|
+
*/
|
8997
|
+
export declare type SitePermissionsStrings = {
|
8998
|
+
/**
|
8999
|
+
* Main text string.
|
9000
|
+
*/
|
9001
|
+
primaryText?: string;
|
9002
|
+
/**
|
9003
|
+
* Subtext string.
|
9004
|
+
*/
|
9005
|
+
secondaryText?: string;
|
9006
|
+
/**
|
9007
|
+
* More help link string.
|
9008
|
+
*/
|
9009
|
+
linkText?: string;
|
9010
|
+
/**
|
9011
|
+
* Primary button text string.
|
9012
|
+
*/
|
9013
|
+
primaryButtonText?: string;
|
9014
|
+
/**
|
9015
|
+
* Aria label describing the content of the container
|
9016
|
+
*/
|
9017
|
+
ariaLabel?: string;
|
9018
|
+
};
|
9019
|
+
|
9020
|
+
/**
|
9021
|
+
* Fluent styles for {@link SitePermissionsContainer}.
|
9022
|
+
*
|
9023
|
+
* @beta
|
9024
|
+
*/
|
9025
|
+
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
9026
|
+
/** Styles for the primary button. */
|
9027
|
+
primaryButton?: IButtonStyles;
|
9028
|
+
/** Styles for the help troubleshooting link text. */
|
9029
|
+
troubleshootingLink?: ILinkStyles;
|
9030
|
+
}
|
9031
|
+
|
9032
|
+
/**
|
9033
|
+
* @beta
|
9034
|
+
* Type for representing a custom sound to use for a calling event
|
9035
|
+
*/
|
9036
|
+
export declare type SoundEffect = {
|
9037
|
+
/**
|
9038
|
+
* Path to sound effect
|
9039
|
+
*/
|
9040
|
+
path: string;
|
9041
|
+
/**
|
9042
|
+
* type of file format for the sound effect
|
9043
|
+
*/
|
9044
|
+
fileType?: 'mp3' | 'wav' | 'ogg' | 'aac' | 'flac';
|
9045
|
+
};
|
9046
|
+
|
7111
9047
|
/**
|
7112
9048
|
* @public
|
7113
9049
|
* spoken language strings for captions setting modal
|
@@ -7264,6 +9200,19 @@ export declare interface StatefulCallClient extends CallClient {
|
|
7264
9200
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
7265
9201
|
*/
|
7266
9202
|
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
9203
|
+
/** @conditional-compile-remove(one-to-n-calling) */
|
9204
|
+
/**
|
9205
|
+
* The CallAgent is used to handle calls.
|
9206
|
+
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
9207
|
+
* - The CallClient can only have one active CallAgent instance at a time.
|
9208
|
+
* - You can create a new CallClient instance to create a new CallAgent.
|
9209
|
+
* - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
|
9210
|
+
* createCallAgent() method again to create a new CallAgent.
|
9211
|
+
* @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
|
9212
|
+
* @param options - The CallAgentOptions for additional options like display name.
|
9213
|
+
* @public
|
9214
|
+
*/
|
9215
|
+
createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
|
7267
9216
|
}
|
7268
9217
|
|
7269
9218
|
/**
|
@@ -7276,7 +9225,16 @@ export declare type StatefulCallClientArgs = {
|
|
7276
9225
|
* UserId from SDK. This is provided for developer convenience to easily access the userId from the
|
7277
9226
|
* state. It is not used by StatefulCallClient.
|
7278
9227
|
*/
|
7279
|
-
userId: CommunicationUserIdentifier;
|
9228
|
+
userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
|
9229
|
+
/**
|
9230
|
+
* A phone number in E.164 format that will be used to represent the callers identity. This number is required
|
9231
|
+
* to start a PSTN call.
|
9232
|
+
*
|
9233
|
+
* example: +11234567
|
9234
|
+
*
|
9235
|
+
* This is not a cached value from the headless calling client.
|
9236
|
+
*/
|
9237
|
+
alternateCallerId?: string;
|
7280
9238
|
};
|
7281
9239
|
|
7282
9240
|
/**
|
@@ -7431,6 +9389,74 @@ export declare interface SystemMessageCommon extends MessageCommon {
|
|
7431
9389
|
*/
|
7432
9390
|
export declare type TeamsAdapterOptions = CommonCallAdapterOptions;
|
7433
9391
|
|
9392
|
+
/**
|
9393
|
+
* An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
|
9394
|
+
*
|
9395
|
+
* @beta
|
9396
|
+
*/
|
9397
|
+
export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
9398
|
+
/**
|
9399
|
+
* Join the call with microphone initially on/off.
|
9400
|
+
* @deprecated Use joinCall(options?:JoinCallOptions) instead.
|
9401
|
+
* @param microphoneOn - Whether microphone is initially enabled
|
9402
|
+
*
|
9403
|
+
* @beta
|
9404
|
+
*/
|
9405
|
+
joinCall(microphoneOn?: boolean): TeamsCall | undefined;
|
9406
|
+
/**
|
9407
|
+
* Join the call with options bag to set microphone/camera initial state when joining call
|
9408
|
+
* true = turn on the device when joining call
|
9409
|
+
* false = turn off the device when joining call
|
9410
|
+
* 'keep'/undefined = retain devices' precall state
|
9411
|
+
*
|
9412
|
+
* @param options - param to set microphone/camera initially on/off.
|
9413
|
+
*
|
9414
|
+
* @public
|
9415
|
+
*/
|
9416
|
+
joinCall(options?: JoinCallOptions): TeamsCall | undefined;
|
9417
|
+
/**
|
9418
|
+
* Start the call.
|
9419
|
+
*
|
9420
|
+
* @param participants - An array of participant ids to join
|
9421
|
+
*
|
9422
|
+
* @beta
|
9423
|
+
*/
|
9424
|
+
startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
|
9425
|
+
/**
|
9426
|
+
* Start the call.
|
9427
|
+
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
9428
|
+
* @beta
|
9429
|
+
*/
|
9430
|
+
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
|
9431
|
+
}
|
9432
|
+
|
9433
|
+
/**
|
9434
|
+
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
9435
|
+
*
|
9436
|
+
* @beta
|
9437
|
+
*/
|
9438
|
+
export declare type TeamsCallAdapterArgs = {
|
9439
|
+
userId: MicrosoftTeamsUserIdentifier;
|
9440
|
+
credential: CommunicationTokenCredential;
|
9441
|
+
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
|
9442
|
+
/**
|
9443
|
+
* Optional parameters for the {@link TeamsCallAdapter} created
|
9444
|
+
*/
|
9445
|
+
options?: TeamsAdapterOptions;
|
9446
|
+
};
|
9447
|
+
|
9448
|
+
/**
|
9449
|
+
* Object containing all the teams call handlers required for calling components.
|
9450
|
+
*
|
9451
|
+
* Calling related components from this package are able to pick out relevant handlers from this object.
|
9452
|
+
* See {@link useHandlers} and {@link usePropsFor}.
|
9453
|
+
*
|
9454
|
+
* @beta
|
9455
|
+
*/
|
9456
|
+
export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
|
9457
|
+
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
9458
|
+
}
|
9459
|
+
|
7434
9460
|
/**
|
7435
9461
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
7436
9462
|
*
|
@@ -7476,6 +9502,27 @@ export declare interface TranscriptionCallFeature {
|
|
7476
9502
|
isTranscriptionActive: boolean;
|
7477
9503
|
}
|
7478
9504
|
|
9505
|
+
/**
|
9506
|
+
* Transfer feature state
|
9507
|
+
*
|
9508
|
+
* @beta
|
9509
|
+
*/
|
9510
|
+
export declare interface TransferFeature {
|
9511
|
+
/**
|
9512
|
+
* Accepted transfer requests
|
9513
|
+
*/
|
9514
|
+
acceptedTransfers: {
|
9515
|
+
[key: string]: AcceptedTransfer;
|
9516
|
+
};
|
9517
|
+
}
|
9518
|
+
|
9519
|
+
/**
|
9520
|
+
* Callback for {@link CallAdapterSubscribers} 'transferRequested' event.
|
9521
|
+
*
|
9522
|
+
* @beta
|
9523
|
+
*/
|
9524
|
+
export declare type TransferRequestedListener = (event: TransferRequestedEventArgs) => void;
|
9525
|
+
|
7479
9526
|
/**
|
7480
9527
|
* Component to notify local user when one or more participants in the chat thread are typing.
|
7481
9528
|
*
|
@@ -7610,11 +9657,118 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
7610
9657
|
typingString?: IStyle;
|
7611
9658
|
}
|
7612
9659
|
|
9660
|
+
/**
|
9661
|
+
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
9662
|
+
*
|
9663
|
+
* @beta
|
9664
|
+
*/
|
9665
|
+
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
9666
|
+
|
9667
|
+
/**
|
9668
|
+
* props for {@link UnsupportedBrowser} UI
|
9669
|
+
*
|
9670
|
+
* @beta
|
9671
|
+
*/
|
9672
|
+
export declare interface UnsupportedBrowserProps {
|
9673
|
+
/** Handler to perform an action when the help link is actioned */
|
9674
|
+
onTroubleshootingClick?: () => void;
|
9675
|
+
/** String overrides for the component */
|
9676
|
+
strings?: UnsupportedBrowserStrings;
|
9677
|
+
}
|
9678
|
+
|
9679
|
+
/**
|
9680
|
+
* Strings for UnsupportedBrowser component
|
9681
|
+
*
|
9682
|
+
* @beta
|
9683
|
+
*/
|
9684
|
+
export declare interface UnsupportedBrowserStrings {
|
9685
|
+
/** String for the primary text */
|
9686
|
+
primaryText: string;
|
9687
|
+
/** String for the secondary text */
|
9688
|
+
secondaryText: string;
|
9689
|
+
/** String to display in the text for the help link */
|
9690
|
+
moreHelpLinkText: string;
|
9691
|
+
}
|
9692
|
+
|
9693
|
+
/**
|
9694
|
+
* UI to display to the user that the browser version they are using is out of date
|
9695
|
+
* and not supported by Azure Communications Calling service.
|
9696
|
+
*
|
9697
|
+
* @beta
|
9698
|
+
*/
|
9699
|
+
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
9700
|
+
|
9701
|
+
/**
|
9702
|
+
* props for {@link UnsupportedBrowserVersion} UI
|
9703
|
+
*
|
9704
|
+
* @beta
|
9705
|
+
*/
|
9706
|
+
export declare interface UnsupportedBrowserVersionProps {
|
9707
|
+
/** Handler to perform an action when the help link is actioned */
|
9708
|
+
onTroubleshootingClick?: () => void;
|
9709
|
+
/** String overrides for the component */
|
9710
|
+
strings?: UnsupportedBrowserVersionStrings;
|
9711
|
+
/** Handler to allow user to continue into the call */
|
9712
|
+
onContinueAnywayClick?: () => void;
|
9713
|
+
}
|
9714
|
+
|
9715
|
+
/**
|
9716
|
+
* Strings for UnsupportedBrowser component
|
9717
|
+
*
|
9718
|
+
* @beta
|
9719
|
+
*/
|
9720
|
+
export declare interface UnsupportedBrowserVersionStrings {
|
9721
|
+
/** String for the primary text */
|
9722
|
+
primaryText: string;
|
9723
|
+
/** String for the secondary text */
|
9724
|
+
secondaryText: string;
|
9725
|
+
/** String to display in the text for the help link */
|
9726
|
+
moreHelpLinkText: string;
|
9727
|
+
/** String for continue without updating button */
|
9728
|
+
continueAnywayButtonText?: string;
|
9729
|
+
}
|
9730
|
+
|
9731
|
+
/**
|
9732
|
+
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
9733
|
+
*
|
9734
|
+
* @beta
|
9735
|
+
*/
|
9736
|
+
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
9737
|
+
|
9738
|
+
/**
|
9739
|
+
* Props for {@link UnsupportedOperatingSystem} UI
|
9740
|
+
*
|
9741
|
+
* @beta
|
9742
|
+
*/
|
9743
|
+
export declare interface UnsupportedOperatingSystemProps {
|
9744
|
+
/** Handler to perform a action when the help link is actioned */
|
9745
|
+
onTroubleshootingClick?: () => void;
|
9746
|
+
/** String overrides for the component */
|
9747
|
+
strings?: UnsupportedOperatingSystemStrings;
|
9748
|
+
}
|
9749
|
+
|
9750
|
+
/**
|
9751
|
+
* Strings for UnsupportedBrowser component
|
9752
|
+
*
|
9753
|
+
* @beta
|
9754
|
+
*/
|
9755
|
+
export declare interface UnsupportedOperatingSystemStrings {
|
9756
|
+
/** String for the primary text */
|
9757
|
+
primaryText: string;
|
9758
|
+
/** String for the secondary text */
|
9759
|
+
secondaryText: string;
|
9760
|
+
/** String to display in the text for the help link */
|
9761
|
+
moreHelpLinkText: string;
|
9762
|
+
}
|
9763
|
+
|
7613
9764
|
/**
|
7614
9765
|
* @public
|
7615
9766
|
* Callback function run when a message is updated.
|
7616
9767
|
*/
|
7617
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string
|
9768
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string, options?: {
|
9769
|
+
metadata?: Record<string, string>;
|
9770
|
+
attachedFilesMetadata?: FileMetadata[];
|
9771
|
+
}) => Promise<void>;
|
7618
9772
|
|
7619
9773
|
/**
|
7620
9774
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -7762,6 +9916,44 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
|
|
7762
9916
|
*/
|
7763
9917
|
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;
|
7764
9918
|
|
9919
|
+
/**
|
9920
|
+
* Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
|
9921
|
+
*
|
9922
|
+
* Useful when implementing a custom component that utilizes the providers
|
9923
|
+
* exported from this library.
|
9924
|
+
*
|
9925
|
+
* you must have previously used the CallProvider with a TeamsCall object to use this hook
|
9926
|
+
*
|
9927
|
+
* @beta
|
9928
|
+
*/
|
9929
|
+
export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
9930
|
+
|
9931
|
+
/**
|
9932
|
+
* A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
|
9933
|
+
*
|
9934
|
+
* Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
|
9935
|
+
* creation of the adapter internally.
|
9936
|
+
*
|
9937
|
+
* Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
|
9938
|
+
* as they are created. The adapter is only created when all arguments are defined.
|
9939
|
+
*
|
9940
|
+
* Note that you must memoize the arguments to avoid recreating adapter on each render.
|
9941
|
+
* See storybook for typical usage examples.
|
9942
|
+
*
|
9943
|
+
* @beta
|
9944
|
+
*/
|
9945
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: ((adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>) | undefined, beforeDispose?: ((adapter: TeamsCallAdapter) => Promise<void>) | undefined) => TeamsCallAdapter | undefined;
|
9946
|
+
|
9947
|
+
/**
|
9948
|
+
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
9949
|
+
*
|
9950
|
+
* Useful when implementing a custom component that utilizes the providers
|
9951
|
+
* exported from this library.
|
9952
|
+
*
|
9953
|
+
* @beta
|
9954
|
+
*/
|
9955
|
+
export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
|
9956
|
+
|
7765
9957
|
/**
|
7766
9958
|
* React hook to access theme
|
7767
9959
|
*
|
@@ -7901,7 +10093,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
7901
10093
|
/**
|
7902
10094
|
* @public
|
7903
10095
|
*/
|
7904
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | /* @conditional-compile-remove(gallery-layouts) */ 'speaker' | /* @conditional-compile-remove(gallery-layouts) */ 'focusedContent';
|
10096
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | /* @conditional-compile-remove(gallery-layouts) */ 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | /* @conditional-compile-remove(gallery-layouts) */ 'focusedContent';
|
7905
10097
|
|
7906
10098
|
/**
|
7907
10099
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -8023,6 +10215,13 @@ export declare interface VideoGalleryProps {
|
|
8023
10215
|
* @defaultValue 'horizontalBottom'
|
8024
10216
|
*/
|
8025
10217
|
overflowGalleryPosition?: OverflowGalleryPosition;
|
10218
|
+
/**
|
10219
|
+
* Determines the aspect ratio of local video tile in the video gallery.
|
10220
|
+
* @remarks 'followDeviceOrientation' will be responsive to the screen orientation and will change between 9:16 (portrait) and
|
10221
|
+
* 16:9 (landscape) aspect ratios.
|
10222
|
+
* @defaultValue 'followDeviceOrientation'
|
10223
|
+
*/
|
10224
|
+
localVideoTileSize?: LocalVideoTileSize;
|
8026
10225
|
}
|
8027
10226
|
|
8028
10227
|
/**
|
@@ -8035,6 +10234,11 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
|
|
8035
10234
|
isSpeaking?: boolean;
|
8036
10235
|
/** Video stream of shared screen */
|
8037
10236
|
screenShareStream?: VideoGalleryStream;
|
10237
|
+
/**
|
10238
|
+
* @beta
|
10239
|
+
* The connection state of the participant. For example, 'Hold', 'Connecting' etc.
|
10240
|
+
*/
|
10241
|
+
state?: ParticipantState;
|
8038
10242
|
/** Whether participant is raised a hand */
|
8039
10243
|
raisedHand?: RaisedHand;
|
8040
10244
|
}
|
@@ -8274,6 +10478,12 @@ export declare interface VideoTileProps {
|
|
8274
10478
|
isSpeaking?: boolean;
|
8275
10479
|
/** Whether the participant is raised hand. Show a indicator (border) and icon with order */
|
8276
10480
|
raisedHand?: RaisedHand;
|
10481
|
+
/**
|
10482
|
+
* The call connection state of the participant.
|
10483
|
+
* For example, `Hold` means the participant is on hold.
|
10484
|
+
*/
|
10485
|
+
participantState?: ParticipantState;
|
10486
|
+
strings?: VideoTileStrings;
|
8277
10487
|
/**
|
8278
10488
|
* Display custom menu items in the VideoTile's contextual menu.
|
8279
10489
|
* Uses Fluent UI ContextualMenu.
|
@@ -8286,6 +10496,15 @@ export declare interface VideoTileProps {
|
|
8286
10496
|
onLongTouch?: () => void;
|
8287
10497
|
}
|
8288
10498
|
|
10499
|
+
/**
|
10500
|
+
* Strings of {@link VideoTile} that can be overridden.
|
10501
|
+
* @beta
|
10502
|
+
*/
|
10503
|
+
export declare interface VideoTileStrings {
|
10504
|
+
participantStateRinging: string;
|
10505
|
+
participantStateHold: string;
|
10506
|
+
}
|
10507
|
+
|
8289
10508
|
/**
|
8290
10509
|
* Fluent styles for {@link VideoTile}.
|
8291
10510
|
*
|