@azure/communication-react 1.19.0 → 1.20.0-alpha-202409190015
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 +1934 -50
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-Ba9IXi66.js +275 -0
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-Ba9IXi66.js.map +1 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-_Hj8wDpC.js +52 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-_Hj8wDpC.js.map +1 -0
- package/dist/dist-cjs/communication-react/index-DcInmwc9.js +44389 -0
- package/dist/dist-cjs/communication-react/index-DcInmwc9.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +165 -35542
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/common.d.ts +13 -0
- package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/constants.d.ts +5 -0
- package/dist/dist-esm/acs-ui-common/src/constants.js +6 -0
- 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/dataConversion.d.ts +6 -0
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js +17 -0
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js.map +1 -0
- 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.d.ts +4 -0
- package/dist/dist-esm/acs-ui-common/src/index.js +6 -0
- package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/logEvent.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/removeImageTags.d.ts +7 -0
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.js +18 -0
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.js.map +1 -0
- package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.d.ts +19 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js +44 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +1 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.d.ts +18 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js +43 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js.map +1 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.d.ts +18 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js +43 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js.map +1 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.d.ts +9 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js +7 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js.map +1 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.d.ts +19 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +50 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +1 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.d.ts +7 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js +17 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js.map +1 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +12 -3
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +17 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +21 -9
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +7 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +26 -55
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +17 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +127 -61
- 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 +5 -2
- package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts +6 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +25 -9
- 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 +4 -2
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +36 -8
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +11 -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/incomingCallStackSelector.js +8 -2
- package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.d.ts +2 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js +4 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +75 -63
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.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 +34 -12
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts +3 -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 +3 -3
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +1 -0
- 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.js +11 -9
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +17 -11
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +27 -6
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +3 -3
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.d.ts +20 -0
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +125 -0
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -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 +101 -4
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +18 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +150 -33
- 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 +101 -108
- 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 +9 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +78 -15
- 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 +7 -0
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +19 -19
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +58 -73
- 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/LocalRecordingSubscriber.d.ts +17 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +36 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +1 -0
- 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/PPTLiveSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +11 -0
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +2 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +66 -50
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +32 -24
- 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.js +16 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +18 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +14 -16
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +6 -0
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +32 -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 +4 -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 +15 -15
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +6 -2
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +59 -8
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +2 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +4 -0
- 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 +74 -18
- 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/getImageAttachmentsFromHTMLContent.d.ts +6 -0
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js +23 -0
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js.map +1 -0
- 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 +15 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +16 -22
- 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 +11 -12
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +4 -16
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.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.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/index.d.ts +1 -0
- package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/api-summary.d.ts +3 -1
- package/dist/dist-esm/communication-react/src/api-summary.js +4 -1
- package/dist/dist-esm/communication-react/src/api-summary.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +28 -0
- package/dist/dist-esm/communication-react/src/index.js +15 -0
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/communication-react/src/javascript-loaders.d.ts +2 -1
- package/dist/dist-esm/communication-react/src/javascript-loaders.js +4 -2
- package/dist/dist-esm/communication-react/src/javascript-loaders.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/Attachment/AttachmentCard.js +11 -11
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.d.ts +3 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +19 -6
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +21 -18
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.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 +13 -8
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +36 -19
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +2 -5
- 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 +39 -23
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +13 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +30 -24
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +11 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +68 -30
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +9 -5
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.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/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +8 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +47 -9
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +2 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +57 -12
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +4 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +58 -28
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +22 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +20 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +273 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +27 -4
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +53 -7
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +8 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +58 -13
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +97 -16
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +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 +5 -16
- 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/DTMFToneGenerator.js +12 -48
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +45 -51
- 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 +11 -9
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +11 -23
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +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/ReactionDrawerMenuItem.js +11 -5
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/EndCallButton.js +23 -16
- package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +9 -5
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +2 -6
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
- package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.js +1 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +7 -9
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js +13 -14
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js +51 -41
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js +9 -7
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js +3 -10
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +23 -7
- 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 +38 -22
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +15 -23
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +4 -12
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.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 +126 -0
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +20 -33
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +81 -5
- package/dist/dist-esm/react-components/src/components/MessageThread.js +116 -49
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts +33 -0
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +38 -11
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +94 -101
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Notification.js +4 -8
- package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/NotificationStack.js +17 -8
- package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +17 -22
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +17 -0
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +59 -44
- 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/ReactionButton.js +27 -28
- package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +34 -22
- 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/RichTextEditor/Plugins/ContextMenuPlugin.d.ts +9 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js +29 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +30 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +112 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +23 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +42 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +66 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +20 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +45 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.d.ts +14 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js +56 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +29 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +86 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +58 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +361 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +37 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +100 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +211 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +278 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +16 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +77 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +19 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +232 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +49 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +67 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +6 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +13 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +1 -0
- 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 +47 -1
- package/dist/dist-esm/react-components/src/components/SendBox.js +112 -13
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +56 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +91 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +14 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +20 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -0
- 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/Survey/StarSurvey/StarSurvey.js +10 -3
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +23 -23
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SystemMessage.js +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 +24 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +595 -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 +13 -31
- 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 +8 -22
- 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 +19 -8
- 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.js +40 -16
- 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 +99 -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 +4 -2
- 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 +6 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +17 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +29 -24
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +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.js +34 -10
- 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 +9 -34
- 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/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 +11 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +54 -46
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +63 -78
- 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 +8 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +122 -27
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.js +39 -60
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +20 -0
- package/dist/dist-esm/react-components/src/components/index.js +15 -0
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/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 +3 -10
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js +2 -5
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxButton.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +2 -5
- 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 +69 -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 +3 -3
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +13 -10
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Notification.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +6 -4
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +14 -8
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +82 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +295 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +21 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +34 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +5 -12
- 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 +99 -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/Stack.style.d.ts +5 -0
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +32 -0
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -6
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +1 -2
- 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 +69 -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 +1 -2
- 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 +5 -19
- 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/ChatMessageComponentAsEditBoxUtils.d.ts +37 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +41 -3
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +4 -2
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +41 -6
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js +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/RichTextEditorUtils.d.ts +72 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +182 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +33 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +124 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +38 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +148 -5
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.js +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.js +32 -18
- 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 +54 -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.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js +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.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +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 +2 -2
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js +15 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +32 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +157 -14
- 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 +6 -0
- package/dist/dist-esm/react-components/src/theming/themes.js +10 -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/Attachment.d.ts +13 -0
- package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +20 -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.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ReactionTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.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 +72 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +80 -48
- 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 +54 -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 +66 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +322 -69
- 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 +78 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +7 -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.js +8 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +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 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +4 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.d.ts +47 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js +48 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.d.ts +11 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js +41 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +118 -39
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +97 -60
- 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 +49 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +213 -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 +16 -20
- 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.js +9 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +33 -22
- 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 +49 -25
- 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 +26 -30
- 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 +69 -41
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +12 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +10 -32
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +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/useMeetingPhoneInfo.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +169 -53
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +10 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +60 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +9 -1
- 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.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +14 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +49 -13
- 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 +3 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +1 -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 +9 -7
- 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 +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +119 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +5 -13
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +17 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +18 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +21 -22
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
- 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 +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +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 +23 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +26 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
- 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/capabilitySelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js +10 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +12 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +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.js +41 -29
- 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 +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.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.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +2 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +2 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +6 -24
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +13 -13
- 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 +19 -7
- 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 +4 -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 +14 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +103 -22
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +15 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +66 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +116 -21
- 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 +6 -9
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +8 -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 +27 -4
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +266 -39
- 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 +49 -4
- 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 +7 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +50 -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 +10 -4
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +20 -2
- 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 +28 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +16 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +14 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +27 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +10 -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.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +307 -26
- 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/ImageUpload/ImageUploadReducer.d.ts +49 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +48 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +39 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +261 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +20 -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 +6 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +85 -32
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +12 -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.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +80 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +41 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.d.ts +38 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +82 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +5 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +27 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +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 +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +11 -17
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +27 -25
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AudioProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +9 -3
- 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.js +11 -23
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +12 -14
- 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.js +160 -42
- 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 +39 -37
- 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 +110 -71
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.d.ts +12 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js +50 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js +5 -7
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +94 -124
- 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.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js +5 -7
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/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/MeetingPhoneInfoPaneContent.js +11 -9
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +18 -11
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +16 -16
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +25 -10
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +10 -0
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +20 -0
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +48 -2
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +39 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +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/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js +19 -34
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +11 -8
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +11 -12
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/adapters.d.ts +23 -0
- package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/common/constants.js +6 -0
- 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 +34 -6
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +11 -3
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.d.ts +8 -0
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js +26 -0
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.d.ts +8 -0
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js +25 -0
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js.map +1 -0
- 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 +11 -44
- 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/styles/Survey.styles.js +15 -13
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +40 -12
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/index.js +4 -0
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/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 +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
@@ -19,10 +19,14 @@
|
|
19
19
|
|
20
20
|
import { AddPhoneNumberOptions } from '@azure/communication-calling';
|
21
21
|
import { AudioDeviceInfo } from '@azure/communication-calling';
|
22
|
+
import { AudioEffectsStartConfig } from '@azure/communication-calling';
|
22
23
|
import { BackgroundBlurConfig } from '@azure/communication-calling';
|
23
24
|
import { BackgroundBlurEffect } from '@azure/communication-calling';
|
24
25
|
import { BackgroundReplacementConfig } from '@azure/communication-calling';
|
25
26
|
import { BackgroundReplacementEffect } from '@azure/communication-calling';
|
27
|
+
import { BreakoutRoom } from '@azure/communication-calling';
|
28
|
+
import { BreakoutRoomsSettings } from '@azure/communication-calling';
|
29
|
+
import { BreakoutRoomsUpdatedListener } from '@azure/communication-calling';
|
26
30
|
import { Call } from '@azure/communication-calling';
|
27
31
|
import { CallAgent } from '@azure/communication-calling';
|
28
32
|
import { CallClient } from '@azure/communication-calling';
|
@@ -30,6 +34,7 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
30
34
|
import { CallDirection } from '@azure/communication-calling';
|
31
35
|
import { CallEndReason } from '@azure/communication-calling';
|
32
36
|
import { CallerInfo } from '@azure/communication-calling';
|
37
|
+
import { CallInfo } from '@azure/communication-calling';
|
33
38
|
import { CallKind } from '@azure/communication-calling';
|
34
39
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
35
40
|
import { CallSurvey } from '@azure/communication-calling';
|
@@ -51,8 +56,12 @@ import type { CommunicationUserKind } from '@azure/communication-common';
|
|
51
56
|
import { CreateViewOptions } from '@azure/communication-calling';
|
52
57
|
import { DeviceAccess } from '@azure/communication-calling';
|
53
58
|
import { DeviceManager } from '@azure/communication-calling';
|
59
|
+
import type { DiagnosticFlag } from '@azure/communication-calling';
|
60
|
+
import type { DiagnosticQuality } from '@azure/communication-calling';
|
61
|
+
import type { DiagnosticValueType } from '@azure/communication-calling';
|
54
62
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
55
63
|
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
64
|
+
import { EnvironmentInfo } from '@azure/communication-calling';
|
56
65
|
import { GroupCallLocator } from '@azure/communication-calling';
|
57
66
|
import { IButtonProps } from '@fluentui/react';
|
58
67
|
import { IButtonStyles } from '@fluentui/react';
|
@@ -61,6 +70,7 @@ import { IContextualMenuItemStyles } from '@fluentui/react';
|
|
61
70
|
import { IContextualMenuProps } from '@fluentui/react';
|
62
71
|
import { IContextualMenuStyles } from '@fluentui/react';
|
63
72
|
import { IIconProps } from '@fluentui/react';
|
73
|
+
import { ILinkStyles } from '@fluentui/react';
|
64
74
|
import { IMessageBarProps } from '@fluentui/react';
|
65
75
|
import { IncomingCall } from '@azure/communication-calling';
|
66
76
|
import { IncomingCallKind } from '@azure/communication-calling';
|
@@ -74,12 +84,15 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
|
|
74
84
|
import { ITextFieldStyles } from '@fluentui/react';
|
75
85
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
76
86
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
87
|
+
import { LocalRecordingInfo } from '@azure/communication-calling';
|
77
88
|
import { LocalVideoStream } from '@azure/communication-calling';
|
78
89
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
90
|
+
import type { MediaDiagnosticType } from '@azure/communication-calling';
|
79
91
|
import { MediaStreamType } from '@azure/communication-calling';
|
80
92
|
import { MicrosoftTeamsAppIdentifier } from '@azure/communication-common';
|
81
93
|
import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
82
94
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
95
|
+
import type { NetworkDiagnosticType } from '@azure/communication-calling';
|
83
96
|
import { PartialTheme } from '@fluentui/react';
|
84
97
|
import { ParticipantCapabilities } from '@azure/communication-calling';
|
85
98
|
import { ParticipantRole } from '@azure/communication-calling';
|
@@ -92,11 +105,13 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
|
|
92
105
|
import { default as React_2 } from 'react';
|
93
106
|
import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
94
107
|
import { ReactionMessage } from '@azure/communication-calling';
|
108
|
+
import { RecordingInfo } from '@azure/communication-calling';
|
95
109
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
96
110
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
97
111
|
import { RoomCallLocator } from '@azure/communication-calling';
|
98
112
|
import { ScalingMode } from '@azure/communication-calling';
|
99
113
|
import { SendMessageOptions } from '@azure/communication-chat';
|
114
|
+
import type { ServerDiagnosticType } from '@azure/communication-calling';
|
100
115
|
import { SpotlightedParticipant } from '@azure/communication-calling';
|
101
116
|
import { StartCallOptions } from '@azure/communication-calling';
|
102
117
|
import { StartCaptionsOptions } from '@azure/communication-calling';
|
@@ -216,6 +231,31 @@ export declare type AdapterErrors = {
|
|
216
231
|
[target: string]: AdapterError;
|
217
232
|
};
|
218
233
|
|
234
|
+
/**
|
235
|
+
* Notification from call client state stored in adapter state.
|
236
|
+
*
|
237
|
+
* @public
|
238
|
+
*/
|
239
|
+
export declare interface AdapterNotification {
|
240
|
+
/**
|
241
|
+
* Target of notification. There should only one notification per target.
|
242
|
+
*/
|
243
|
+
target: string;
|
244
|
+
/**
|
245
|
+
* Timestamp added to the notification in the adapter implementation.
|
246
|
+
*/
|
247
|
+
timestamp: Date;
|
248
|
+
}
|
249
|
+
|
250
|
+
/**
|
251
|
+
* Adapters stores the latest notification for each target.
|
252
|
+
*
|
253
|
+
* @public
|
254
|
+
*/
|
255
|
+
export declare type AdapterNotifications = {
|
256
|
+
[target: string]: AdapterNotification;
|
257
|
+
};
|
258
|
+
|
219
259
|
/**
|
220
260
|
* Functionality for interfacing with Composite adapter state.
|
221
261
|
*
|
@@ -251,6 +291,40 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
251
291
|
*/
|
252
292
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
253
293
|
|
294
|
+
/**
|
295
|
+
* @beta
|
296
|
+
* A callback function that defines what actions user can perform on an attachment.
|
297
|
+
* By default, the UI library would have default actions that opens attachment URL in a new tab.
|
298
|
+
* You can override the default actions or add new actions by providing this callback function.
|
299
|
+
* Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
|
300
|
+
*
|
301
|
+
* @param attachment - The file attachment that user is trying to perform actions on.
|
302
|
+
* @param message - The chat message that contains this attachment.
|
303
|
+
* @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
|
304
|
+
*/
|
305
|
+
export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
|
306
|
+
|
307
|
+
/**
|
308
|
+
* @beta
|
309
|
+
*
|
310
|
+
* Attachment download options defines the list of actions that can be performed on an attachment.
|
311
|
+
*/
|
312
|
+
export declare interface AttachmentDownloadOptions {
|
313
|
+
actionsForAttachment: AttachmentActionHandler;
|
314
|
+
}
|
315
|
+
|
316
|
+
/**
|
317
|
+
* @beta
|
318
|
+
*
|
319
|
+
* Attachment menu action defines buttons that can be shown on the attachment card.
|
320
|
+
* If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
|
321
|
+
*/
|
322
|
+
export declare interface AttachmentMenuAction {
|
323
|
+
name: string;
|
324
|
+
icon: JSX.Element;
|
325
|
+
onClick: (attachment: AttachmentMetadata) => Promise<void>;
|
326
|
+
}
|
327
|
+
|
254
328
|
/**
|
255
329
|
* Data model that represents a chat message attachment
|
256
330
|
* where it contains an ID to uniquely identify the attachment,
|
@@ -274,6 +348,150 @@ export declare interface AttachmentMetadata {
|
|
274
348
|
url: string;
|
275
349
|
}
|
276
350
|
|
351
|
+
/**
|
352
|
+
* Data model that represents a chat message attachment being uploaded
|
353
|
+
* where it contains an ID to uniquely identify the attachment,
|
354
|
+
* a name that represents the name of file,
|
355
|
+
* an optional URL to download the attachment,
|
356
|
+
* an optional progress value between 0 and 1 indicating the progress of the upload, and
|
357
|
+
* an optional error object that contains error message would be shown to the user.
|
358
|
+
*
|
359
|
+
*
|
360
|
+
* @beta
|
361
|
+
*/
|
362
|
+
export declare interface AttachmentMetadataInProgress {
|
363
|
+
/**
|
364
|
+
* Unique ID of the attachment.
|
365
|
+
*/
|
366
|
+
id: string;
|
367
|
+
/**
|
368
|
+
* Attachment name to be displayed.
|
369
|
+
*/
|
370
|
+
name: string;
|
371
|
+
/**
|
372
|
+
* Download URL for the attachment.
|
373
|
+
*/
|
374
|
+
url?: string;
|
375
|
+
/**
|
376
|
+
* A number between 0 and 1 indicating the progress of the upload.
|
377
|
+
*/
|
378
|
+
progress?: number;
|
379
|
+
/**
|
380
|
+
* A object contains error message would be shown to the user.
|
381
|
+
*/
|
382
|
+
error?: AttachmentProgressError;
|
383
|
+
}
|
384
|
+
|
385
|
+
/**
|
386
|
+
* @beta
|
387
|
+
*
|
388
|
+
* Attachment Options that defines behaviour for uploading and downloading attachments.
|
389
|
+
*/
|
390
|
+
export declare interface AttachmentOptions {
|
391
|
+
uploadOptions?: AttachmentUploadOptions;
|
392
|
+
downloadOptions?: AttachmentDownloadOptions;
|
393
|
+
}
|
394
|
+
|
395
|
+
/**
|
396
|
+
* @beta
|
397
|
+
* A attachment progress error object that contains message to be shown to
|
398
|
+
* the user when upload fails.
|
399
|
+
*/
|
400
|
+
export declare interface AttachmentProgressError {
|
401
|
+
message: string;
|
402
|
+
}
|
403
|
+
|
404
|
+
/**
|
405
|
+
* @beta
|
406
|
+
* A callback function for handling attachment removed by the user in send box.
|
407
|
+
*
|
408
|
+
* @param attachmentId - The ID of uploaded attachments.
|
409
|
+
*/
|
410
|
+
export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
|
411
|
+
|
412
|
+
/**
|
413
|
+
* @beta
|
414
|
+
* A callback function for handling list of upload tasks that contains files selected by user to upload.
|
415
|
+
*
|
416
|
+
* @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
|
417
|
+
*/
|
418
|
+
export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
|
419
|
+
|
420
|
+
/**
|
421
|
+
* @beta
|
422
|
+
*/
|
423
|
+
export declare interface AttachmentUploadOptions {
|
424
|
+
/**
|
425
|
+
* A list of strings containing the comma separated list of supported media (aka. mime) types.
|
426
|
+
* i.e. ['image/*', 'video/*', 'audio/*']
|
427
|
+
* Default value is `['*']`, meaning all media types are supported.
|
428
|
+
* Similar to the `accept` attribute of the `<input type="attachment" />` element.
|
429
|
+
* @beta
|
430
|
+
*/
|
431
|
+
supportedMediaTypes?: string[];
|
432
|
+
/**
|
433
|
+
* Disable multiple attachments to be selected if set to `true`.
|
434
|
+
* Default value is `false`, meaning multiple attachments can be selected.
|
435
|
+
* Similar to the `multiple` attribute of the `<input type="attachment" />` element.
|
436
|
+
* @beta
|
437
|
+
*/
|
438
|
+
disableMultipleUploads?: boolean;
|
439
|
+
/**
|
440
|
+
* A callback function of type {@link AttachmentSelectionHandler} that will be called
|
441
|
+
* when user finishes selecting files in browser's file picker. This function is required since
|
442
|
+
* this would be where upload logic is implemented to your own storage.
|
443
|
+
* @beta
|
444
|
+
*/
|
445
|
+
handleAttachmentSelection: AttachmentSelectionHandler;
|
446
|
+
/**
|
447
|
+
* A optional callback function that will be called
|
448
|
+
* when user removing files before clicking send message button. This function will be
|
449
|
+
* where you can remove the file from your storage.
|
450
|
+
* @beta
|
451
|
+
*/
|
452
|
+
handleAttachmentRemoval?: AttachmentRemovalHandler;
|
453
|
+
}
|
454
|
+
|
455
|
+
/**
|
456
|
+
* A upload task represents and manages an attachment that is being uploaded.
|
457
|
+
* When using the Composite, an attachment upload task is created for each file user is selected to upload.
|
458
|
+
* A upload task is complete when notifyUploadCompleted is called.
|
459
|
+
* A upload task is failed when notifyUploadFailed is called.
|
460
|
+
* @beta
|
461
|
+
*/
|
462
|
+
export declare interface AttachmentUploadTask {
|
463
|
+
/**
|
464
|
+
* Unique identifier for the attachment upload task.
|
465
|
+
*/
|
466
|
+
taskId: string;
|
467
|
+
/**
|
468
|
+
* HTML {@link File} object for the uploaded attachment.
|
469
|
+
*/
|
470
|
+
file?: File;
|
471
|
+
/**
|
472
|
+
* {@link Blob} object for the uploaded inline image.
|
473
|
+
*/
|
474
|
+
image?: Blob;
|
475
|
+
/**
|
476
|
+
* Update the progress of the upload changed.
|
477
|
+
* A upload is considered complete when the progress reaches 1.
|
478
|
+
* @param value - number between 0 and 1
|
479
|
+
*/
|
480
|
+
notifyUploadProgressChanged: (value: number) => void;
|
481
|
+
/**
|
482
|
+
* Mark the upload task as complete.
|
483
|
+
* An attachment is considered completed uploading when ID and URL are provided.
|
484
|
+
* @param id - the unique identifier of the attachment.
|
485
|
+
* @param url - the download URL of the attachment.
|
486
|
+
*/
|
487
|
+
notifyUploadCompleted: (id: string, url: string) => void;
|
488
|
+
/**
|
489
|
+
* Mark the upload task as failed.
|
490
|
+
* @param message - An error message that can be displayed to the user.
|
491
|
+
*/
|
492
|
+
notifyUploadFailed: (message: string) => void;
|
493
|
+
}
|
494
|
+
|
277
495
|
/**
|
278
496
|
* Custom data attributes for displaying avatar for a user.
|
279
497
|
*
|
@@ -464,6 +682,168 @@ export declare interface BaseCustomStyles {
|
|
464
682
|
root?: IStyle;
|
465
683
|
}
|
466
684
|
|
685
|
+
/**
|
686
|
+
* Content blocked message type.
|
687
|
+
*
|
688
|
+
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
689
|
+
*
|
690
|
+
* @beta
|
691
|
+
*/
|
692
|
+
export declare interface BlockedMessage extends MessageCommon {
|
693
|
+
messageType: 'blocked';
|
694
|
+
warningText?: string;
|
695
|
+
linkText?: string;
|
696
|
+
link?: string;
|
697
|
+
deletedOn?: Date;
|
698
|
+
senderId?: string;
|
699
|
+
senderDisplayName?: string;
|
700
|
+
status?: MessageStatus;
|
701
|
+
attached?: MessageAttachedStatus;
|
702
|
+
mine?: boolean;
|
703
|
+
}
|
704
|
+
|
705
|
+
/**
|
706
|
+
* Breakout rooms state
|
707
|
+
*
|
708
|
+
* @public
|
709
|
+
*/
|
710
|
+
export declare interface BreakoutRoomsState {
|
711
|
+
assignedBreakoutRoom?: BreakoutRoom;
|
712
|
+
breakoutRoomSettings?: BreakoutRoomsSettings;
|
713
|
+
breakoutRoomOriginCallId?: string;
|
714
|
+
breakoutRoomDisplayName?: string;
|
715
|
+
}
|
716
|
+
|
717
|
+
/**
|
718
|
+
* @beta
|
719
|
+
* Props for BrowserPermissionDeniedIOS component.
|
720
|
+
*/
|
721
|
+
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
722
|
+
/**
|
723
|
+
* Localization strings for BrowserPermissionDeniedIOS component.
|
724
|
+
*/
|
725
|
+
strings?: BrowserPermissionDeniedIOSStrings;
|
726
|
+
/**
|
727
|
+
* Link to image source.
|
728
|
+
*
|
729
|
+
* Image is inserted into the top of the component.
|
730
|
+
*/
|
731
|
+
imageSource?: string;
|
732
|
+
}
|
733
|
+
|
734
|
+
/**
|
735
|
+
* @beta
|
736
|
+
* Strings for BrowserPermissionDeniedIOS component
|
737
|
+
*/
|
738
|
+
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
739
|
+
/**
|
740
|
+
* Image alt text
|
741
|
+
*/
|
742
|
+
imageAltText: string;
|
743
|
+
/**
|
744
|
+
* Main text string.
|
745
|
+
*/
|
746
|
+
primaryText: string;
|
747
|
+
/**
|
748
|
+
* Subtext string.
|
749
|
+
*/
|
750
|
+
secondaryText: string;
|
751
|
+
/**
|
752
|
+
* Step 1 string
|
753
|
+
*/
|
754
|
+
step1Text: string;
|
755
|
+
/**
|
756
|
+
* Step 1 digit string
|
757
|
+
*/
|
758
|
+
step1DigitText: string;
|
759
|
+
/**
|
760
|
+
* Step 2 string
|
761
|
+
*/
|
762
|
+
step2Text: string;
|
763
|
+
/**
|
764
|
+
* Step 2 digit string
|
765
|
+
*/
|
766
|
+
step2DigitText: string;
|
767
|
+
/**
|
768
|
+
* Step 3 string
|
769
|
+
*/
|
770
|
+
step3Text: string;
|
771
|
+
/**
|
772
|
+
* Step 3 digit string
|
773
|
+
*/
|
774
|
+
step3DigitText: string;
|
775
|
+
/**
|
776
|
+
* Step 4 string
|
777
|
+
*/
|
778
|
+
step4Text: string;
|
779
|
+
/**
|
780
|
+
* Step 4 digit string
|
781
|
+
*/
|
782
|
+
step4DigitText: string;
|
783
|
+
}
|
784
|
+
|
785
|
+
/**
|
786
|
+
* @beta
|
787
|
+
* Props for BrowserPermissionDenied component.
|
788
|
+
*/
|
789
|
+
export declare interface BrowserPermissionDeniedProps {
|
790
|
+
/**
|
791
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
792
|
+
*/
|
793
|
+
onTroubleshootingClick?: () => void;
|
794
|
+
/**
|
795
|
+
* Action to be taken by the try again primary button.
|
796
|
+
*/
|
797
|
+
onTryAgainClick?: () => void;
|
798
|
+
/**
|
799
|
+
* Localization strings for BrowserPermissionDenied component.
|
800
|
+
*/
|
801
|
+
strings?: BrowserPermissionDeniedStrings;
|
802
|
+
/**
|
803
|
+
* Allows users to pass in an object contains custom CSS styles.
|
804
|
+
* @Example
|
805
|
+
* ```
|
806
|
+
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
807
|
+
* ```
|
808
|
+
*/
|
809
|
+
styles?: BrowserPermissionDeniedStyles;
|
810
|
+
}
|
811
|
+
|
812
|
+
/**
|
813
|
+
* @beta
|
814
|
+
* Strings for BrowserPermissionDenied component
|
815
|
+
*/
|
816
|
+
export declare interface BrowserPermissionDeniedStrings {
|
817
|
+
/**
|
818
|
+
* Main button text string.
|
819
|
+
*/
|
820
|
+
primaryButtonText: string;
|
821
|
+
/**
|
822
|
+
* Main text string.
|
823
|
+
*/
|
824
|
+
primaryText: string;
|
825
|
+
/**
|
826
|
+
* Subtext string.
|
827
|
+
*/
|
828
|
+
secondaryText: string;
|
829
|
+
/**
|
830
|
+
* More help link string.
|
831
|
+
*/
|
832
|
+
linkText: string;
|
833
|
+
}
|
834
|
+
|
835
|
+
/**
|
836
|
+
* Fluent styles for {@link BrowserPermissionDenied}.
|
837
|
+
*
|
838
|
+
* @beta
|
839
|
+
*/
|
840
|
+
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
841
|
+
/** Styles for the primary button. */
|
842
|
+
primaryButton?: IButtonStyles;
|
843
|
+
/** Styles for the help troubleshooting link text. */
|
844
|
+
troubleshootingLink?: ILinkStyles;
|
845
|
+
}
|
846
|
+
|
467
847
|
/**
|
468
848
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
469
849
|
*
|
@@ -717,6 +1097,10 @@ export declare interface CallAdapterCallOperations {
|
|
717
1097
|
* @public
|
718
1098
|
*/
|
719
1099
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1100
|
+
/**
|
1101
|
+
* Continues into a call when the browser version is not supported.
|
1102
|
+
*/
|
1103
|
+
allowUnsupportedBrowserVersion(): void;
|
720
1104
|
/**
|
721
1105
|
* Function to Start captions
|
722
1106
|
* @param options - options for start captions
|
@@ -762,6 +1146,18 @@ export declare interface CallAdapterCallOperations {
|
|
762
1146
|
* @public
|
763
1147
|
*/
|
764
1148
|
updateSelectedVideoBackgroundEffect(selectedVideoBackground: VideoBackgroundEffect): void;
|
1149
|
+
/**
|
1150
|
+
* Start the noise suppression effect.
|
1151
|
+
*
|
1152
|
+
* @beta
|
1153
|
+
*/
|
1154
|
+
startNoiseSuppressionEffect(): Promise<void>;
|
1155
|
+
/**
|
1156
|
+
* Stop the noise suppression effect.
|
1157
|
+
*
|
1158
|
+
* @beta
|
1159
|
+
*/
|
1160
|
+
stopNoiseSuppressionEffect(): Promise<void>;
|
765
1161
|
/**
|
766
1162
|
* Send the end of call survey result
|
767
1163
|
*
|
@@ -782,6 +1178,20 @@ export declare interface CallAdapterCallOperations {
|
|
782
1178
|
* Stop all spotlights
|
783
1179
|
*/
|
784
1180
|
stopAllSpotlight(): Promise<void>;
|
1181
|
+
/**
|
1182
|
+
* Mute a participant
|
1183
|
+
*
|
1184
|
+
* @param userId - Id of the participant to mute
|
1185
|
+
*/
|
1186
|
+
muteParticipant(userId: string): Promise<void>;
|
1187
|
+
/**
|
1188
|
+
* Mute All participants
|
1189
|
+
*/
|
1190
|
+
muteAllRemoteParticipants(): Promise<void>;
|
1191
|
+
/**
|
1192
|
+
* Return to origin call of breakout room
|
1193
|
+
*/
|
1194
|
+
returnFromBreakoutRoom(): Promise<void>;
|
785
1195
|
}
|
786
1196
|
|
787
1197
|
/**
|
@@ -816,10 +1226,18 @@ export declare type CallAdapterClientState = {
|
|
816
1226
|
* Latest error encountered for each operation performed via the adapter.
|
817
1227
|
*/
|
818
1228
|
latestErrors: AdapterErrors;
|
1229
|
+
/**
|
1230
|
+
* Latest notifications from call client state.
|
1231
|
+
*/
|
1232
|
+
latestNotifications: AdapterNotifications;
|
819
1233
|
/**
|
820
1234
|
* Azure communications Phone number to make PSTN calls with.
|
821
1235
|
*/
|
822
1236
|
alternateCallerId?: string;
|
1237
|
+
/**
|
1238
|
+
* Environment information about system the adapter is made on
|
1239
|
+
*/
|
1240
|
+
environmentInfo?: EnvironmentInfo;
|
823
1241
|
/**
|
824
1242
|
* State to track whether the local participant's camera is on. To be used when creating a custom
|
825
1243
|
* control bar with the CallComposite.
|
@@ -833,6 +1251,23 @@ export declare type CallAdapterClientState = {
|
|
833
1251
|
* Dependency to be injected for video background effect.
|
834
1252
|
*/
|
835
1253
|
onResolveVideoEffectDependency?: () => Promise<VideoBackgroundEffectsDependency>;
|
1254
|
+
/**
|
1255
|
+
* Dependency to be injected for deep noise suppression effect.
|
1256
|
+
* @beta
|
1257
|
+
*/
|
1258
|
+
onResolveDeepNoiseSuppressionDependency?: () => Promise<DeepNoiseSuppressionEffectDependency>;
|
1259
|
+
/**
|
1260
|
+
* State to track whether the noise suppression should be on by default.
|
1261
|
+
* @beta
|
1262
|
+
* @default true
|
1263
|
+
*/
|
1264
|
+
deepNoiseSuppressionOnByDefault?: boolean;
|
1265
|
+
/**
|
1266
|
+
* State to track whether to hide the noise suppression button.
|
1267
|
+
* @beta
|
1268
|
+
* @default false
|
1269
|
+
*/
|
1270
|
+
hideDeepNoiseSuppressionButton?: boolean;
|
836
1271
|
/**
|
837
1272
|
* State to track the selected video background effect.
|
838
1273
|
*/
|
@@ -938,7 +1373,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
938
1373
|
*
|
939
1374
|
* @public
|
940
1375
|
*/
|
941
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
|
1376
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
|
942
1377
|
|
943
1378
|
/**
|
944
1379
|
* {@link CommonCallAdapter} state.
|
@@ -1047,6 +1482,14 @@ export declare interface CallAdapterSubscribers {
|
|
1047
1482
|
* Subscribe function for 'spotlightChanged' event.
|
1048
1483
|
*/
|
1049
1484
|
on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
1485
|
+
/**
|
1486
|
+
* Subscribe function for 'mutedByOthers' event.
|
1487
|
+
*/
|
1488
|
+
on(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1489
|
+
/**
|
1490
|
+
* Subscribe function for 'breakoutRoomsUpdated' event.
|
1491
|
+
*/
|
1492
|
+
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
1050
1493
|
/**
|
1051
1494
|
* Unsubscribe function for 'participantsJoined' event.
|
1052
1495
|
*/
|
@@ -1127,6 +1570,14 @@ export declare interface CallAdapterSubscribers {
|
|
1127
1570
|
* Unsubscribe function for 'spotlightChanged' event.
|
1128
1571
|
*/
|
1129
1572
|
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
1573
|
+
/**
|
1574
|
+
* Unsubscribe function for 'mutedByOthers' event.
|
1575
|
+
*/
|
1576
|
+
off(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1577
|
+
/**
|
1578
|
+
* Unsubscribe function for 'breakoutRoomsUpdated' event.
|
1579
|
+
*/
|
1580
|
+
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
1130
1581
|
}
|
1131
1582
|
|
1132
1583
|
/**
|
@@ -1137,6 +1588,7 @@ export declare interface CallAdapterSubscribers {
|
|
1137
1588
|
export declare type CallAdapterUiState = {
|
1138
1589
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1139
1590
|
page: CallCompositePage;
|
1591
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
1140
1592
|
};
|
1141
1593
|
|
1142
1594
|
/**
|
@@ -1155,7 +1607,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
|
|
1155
1607
|
*/
|
1156
1608
|
export declare interface CallAgentProviderProps {
|
1157
1609
|
children: React_2.ReactNode;
|
1158
|
-
callAgent?: CallAgent | TeamsCallAgent;
|
1610
|
+
callAgent?: CallAgent | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
|
1159
1611
|
}
|
1160
1612
|
|
1161
1613
|
/**
|
@@ -1180,7 +1632,7 @@ export declare interface CallAgentState {
|
|
1180
1632
|
*/
|
1181
1633
|
export declare interface CallAndChatLocator {
|
1182
1634
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1183
|
-
callLocator: GroupCallLocator;
|
1635
|
+
callLocator: GroupCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator;
|
1184
1636
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1185
1637
|
chatThreadId: string;
|
1186
1638
|
}
|
@@ -1236,7 +1688,7 @@ export declare interface CallClientState {
|
|
1236
1688
|
* It is keyed by {@link @azure/communication-calling#IncomingCall.id}.
|
1237
1689
|
*/
|
1238
1690
|
incomingCalls: {
|
1239
|
-
[key: string]: IncomingCallState | TeamsIncomingCallState;
|
1691
|
+
[key: string]: IncomingCallState | /* @conditional-compile-remove(one-to-n-calling) */ TeamsIncomingCallState;
|
1240
1692
|
};
|
1241
1693
|
/**
|
1242
1694
|
* Incoming Calls that have ended are stored here so the callEndReason could be checked.
|
@@ -1245,7 +1697,7 @@ export declare interface CallClientState {
|
|
1245
1697
|
* Only {@link MAX_CALL_HISTORY_LENGTH} Calls are kept in the history. Oldest calls are evicted if required.
|
1246
1698
|
*/
|
1247
1699
|
incomingCallsEnded: {
|
1248
|
-
[key: string]: IncomingCallState | TeamsIncomingCallState;
|
1700
|
+
[key: string]: IncomingCallState | /* @conditional-compile-remove(one-to-n-calling) */ TeamsIncomingCallState;
|
1249
1701
|
};
|
1250
1702
|
/**
|
1251
1703
|
* Proxy of {@link @azure/communication-calling#DeviceManager}. Please review {@link DeviceManagerState}.
|
@@ -1267,12 +1719,22 @@ export declare interface CallClientState {
|
|
1267
1719
|
* See documentation of {@Link CallErrors} for details.
|
1268
1720
|
*/
|
1269
1721
|
latestErrors: CallErrors;
|
1722
|
+
/**
|
1723
|
+
* Stores the latest notifications.
|
1724
|
+
*
|
1725
|
+
* See documentation of {@Link CallNotifications} for details.
|
1726
|
+
*/
|
1727
|
+
latestNotifications: CallNotifications;
|
1270
1728
|
/**
|
1271
1729
|
* A phone number in E.164 format that will be used to represent callers identity.
|
1272
1730
|
* For example, using the alternateCallerId to add a participant using PSTN, this number will
|
1273
1731
|
* be used as the caller id in the PSTN call.
|
1274
1732
|
*/
|
1275
1733
|
alternateCallerId?: string;
|
1734
|
+
/**
|
1735
|
+
* state to track the environment that the stateful client was made in is supported
|
1736
|
+
*/
|
1737
|
+
environmentInfo?: EnvironmentInfo;
|
1276
1738
|
}
|
1277
1739
|
|
1278
1740
|
/**
|
@@ -1395,6 +1857,56 @@ export declare type CallCompositeOptions = {
|
|
1395
1857
|
* @defaultValue true
|
1396
1858
|
*/
|
1397
1859
|
callControls?: boolean | CallControlOptions;
|
1860
|
+
/**
|
1861
|
+
* Device permissions check options for your call.
|
1862
|
+
* Here you can choose what device permissions you prompt the user for,
|
1863
|
+
* as well as what device permissions must be accepted before starting a call.
|
1864
|
+
*/
|
1865
|
+
deviceChecks?: DeviceCheckOptions;
|
1866
|
+
/**
|
1867
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1868
|
+
* unable to grant your site the required permissions for the call.
|
1869
|
+
*
|
1870
|
+
* @example
|
1871
|
+
* ```ts
|
1872
|
+
* onPermissionsTroubleshootingClick: () =>
|
1873
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1874
|
+
* ```
|
1875
|
+
*
|
1876
|
+
* @remarks
|
1877
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1878
|
+
*/
|
1879
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1880
|
+
camera: PermissionState;
|
1881
|
+
microphone: PermissionState;
|
1882
|
+
}) => void;
|
1883
|
+
/**
|
1884
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1885
|
+
* having network issues when connecting to the call.
|
1886
|
+
*
|
1887
|
+
* @example
|
1888
|
+
* ```ts
|
1889
|
+
* onNetworkingTroubleShootingClick?: () =>
|
1890
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1891
|
+
* ```
|
1892
|
+
*
|
1893
|
+
* @remarks
|
1894
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1895
|
+
*/
|
1896
|
+
onNetworkingTroubleShootingClick?: () => void;
|
1897
|
+
/**
|
1898
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1899
|
+
*
|
1900
|
+
* @example
|
1901
|
+
* ```ts
|
1902
|
+
* onBrowserTroubleShootingClick?: () =>
|
1903
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1904
|
+
* ```
|
1905
|
+
*
|
1906
|
+
* @remarks
|
1907
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
1908
|
+
*/
|
1909
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
1398
1910
|
/**
|
1399
1911
|
* Remote participant video tile menu options
|
1400
1912
|
*/
|
@@ -1515,7 +2027,7 @@ export declare type CallCompositeOptions = {
|
|
1515
2027
|
*
|
1516
2028
|
* @public
|
1517
2029
|
*/
|
1518
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest';
|
2030
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | /* @conditional-compile-remove(PSTN-calls) */ 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | 'transferring' | 'badRequest';
|
1519
2031
|
|
1520
2032
|
/**
|
1521
2033
|
* Props for {@link CallComposite}.
|
@@ -2336,6 +2848,60 @@ export declare interface CallCompositeStrings {
|
|
2336
2848
|
* Error message when the meeting identifier or passcode is invalid
|
2337
2849
|
*/
|
2338
2850
|
phoneCallMoreButtonLabel: string;
|
2851
|
+
/**
|
2852
|
+
* Label for mute all remote participants menu item in People Pane
|
2853
|
+
*/
|
2854
|
+
muteAllMenuLabel: string;
|
2855
|
+
/**
|
2856
|
+
* Label for mute all prompt title
|
2857
|
+
*/
|
2858
|
+
muteAllDialogTitle: string;
|
2859
|
+
/**
|
2860
|
+
* Label for mute all prompt content
|
2861
|
+
*/
|
2862
|
+
muteAllDialogContent: string;
|
2863
|
+
/**
|
2864
|
+
* Label for mute all confirm button
|
2865
|
+
*/
|
2866
|
+
muteAllConfirmButtonLabel: string;
|
2867
|
+
/**
|
2868
|
+
* Label for mute all cancel button
|
2869
|
+
*/
|
2870
|
+
muteAllCancelButtonLabel: string;
|
2871
|
+
/**
|
2872
|
+
* Label for join breakout room button
|
2873
|
+
*/
|
2874
|
+
joinBreakoutRoomButtonLabel: string;
|
2875
|
+
/**
|
2876
|
+
* Label for button to return from breakout room
|
2877
|
+
*/
|
2878
|
+
returnFromBreakoutRoomButtonLabel: string;
|
2879
|
+
/**
|
2880
|
+
* Label for button to leave breakout room and meeting
|
2881
|
+
*/
|
2882
|
+
leaveBreakoutRoomAndMeetingButtonLabel: string;
|
2883
|
+
/**
|
2884
|
+
* Notification title for when a user joins a breakout room
|
2885
|
+
*/
|
2886
|
+
breakoutRoomJoinedNotificationTitle: string;
|
2887
|
+
/**
|
2888
|
+
* Title for banner to join the assigned breakout room. The banner is shown in mobile view instead of the
|
2889
|
+
* notification.
|
2890
|
+
*/
|
2891
|
+
joinBreakoutRoomBannerTitle: string;
|
2892
|
+
/**
|
2893
|
+
* Label for button in banner to join breakout room. The banner is shown in mobile view instead of the notification.
|
2894
|
+
*/
|
2895
|
+
joinBreakoutRoomBannerButtonLabel: string;
|
2896
|
+
/**
|
2897
|
+
* Title for banner to return from breakout room. The banner is shown in mobile view instead of the notification.
|
2898
|
+
*/
|
2899
|
+
returnFromBreakoutRoomBannerTitle: string;
|
2900
|
+
/**
|
2901
|
+
* Label for button in banner to return from breakout room. The banner is shown in mobile view instead of the
|
2902
|
+
* notification.
|
2903
|
+
*/
|
2904
|
+
returnFromBreakoutRoomBannerButtonLabel: string;
|
2339
2905
|
}
|
2340
2906
|
|
2341
2907
|
/**
|
@@ -2420,7 +2986,7 @@ export declare type CallErrors = {
|
|
2420
2986
|
*
|
2421
2987
|
* @public
|
2422
2988
|
*/
|
2423
|
-
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' | 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
|
2989
|
+
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(soft-mute) */ 'Call.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
|
2424
2990
|
|
2425
2991
|
/**
|
2426
2992
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -2481,6 +3047,11 @@ export declare interface CallingHandlers extends CommonCallingHandlers {
|
|
2481
3047
|
*/
|
2482
3048
|
export declare type CallingHandlersOptions = {
|
2483
3049
|
onResolveVideoBackgroundEffectsDependency?: () => Promise<VideoBackgroundEffectsDependency>;
|
3050
|
+
/**
|
3051
|
+
* Dependency resolver for deep noise suppression effect.
|
3052
|
+
* @beta
|
3053
|
+
*/
|
3054
|
+
onResolveDeepNoiseSuppressionDependency?: () => Promise<DeepNoiseSuppressionEffectDependency>;
|
2484
3055
|
};
|
2485
3056
|
|
2486
3057
|
/**
|
@@ -2525,6 +3096,21 @@ export declare interface CallingTheme {
|
|
2525
3096
|
};
|
2526
3097
|
}
|
2527
3098
|
|
3099
|
+
/**
|
3100
|
+
* @public
|
3101
|
+
*/
|
3102
|
+
export declare interface CallNotification {
|
3103
|
+
target: NotificationTarget;
|
3104
|
+
timestamp: Date;
|
3105
|
+
}
|
3106
|
+
|
3107
|
+
/**
|
3108
|
+
* @public
|
3109
|
+
*/
|
3110
|
+
export declare type CallNotifications = {
|
3111
|
+
[target in NotificationTarget]: CallNotification;
|
3112
|
+
};
|
3113
|
+
|
2528
3114
|
/**
|
2529
3115
|
* Calling participant's state, as reflected in the UI components.
|
2530
3116
|
*
|
@@ -2551,6 +3137,23 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
2551
3137
|
spotlight?: Spotlight;
|
2552
3138
|
};
|
2553
3139
|
|
3140
|
+
/**
|
3141
|
+
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
3142
|
+
*
|
3143
|
+
* @remarks
|
3144
|
+
* This is currently in beta and only supports calling one Teams User.
|
3145
|
+
*
|
3146
|
+
* @example
|
3147
|
+
* ```
|
3148
|
+
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
3149
|
+
* ```
|
3150
|
+
*
|
3151
|
+
* @beta
|
3152
|
+
*/
|
3153
|
+
export declare type CallParticipantsLocator = {
|
3154
|
+
participantIds: string[];
|
3155
|
+
};
|
3156
|
+
|
2554
3157
|
/**
|
2555
3158
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
2556
3159
|
*
|
@@ -2567,7 +3170,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
|
|
2567
3170
|
*/
|
2568
3171
|
export declare interface CallProviderProps {
|
2569
3172
|
children: React_2.ReactNode;
|
2570
|
-
call?: Call | TeamsCall;
|
3173
|
+
call?: Call | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
2571
3174
|
}
|
2572
3175
|
|
2573
3176
|
/**
|
@@ -2651,6 +3254,10 @@ export declare interface CallState {
|
|
2651
3254
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
2652
3255
|
*/
|
2653
3256
|
recording: RecordingCallFeature;
|
3257
|
+
/**
|
3258
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3259
|
+
*/
|
3260
|
+
localRecording: LocalRecordingCallFeatureState;
|
2654
3261
|
/**
|
2655
3262
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
2656
3263
|
*
|
@@ -2707,6 +3314,10 @@ export declare interface CallState {
|
|
2707
3314
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
2708
3315
|
*/
|
2709
3316
|
role?: ParticipantRole;
|
3317
|
+
/**
|
3318
|
+
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3319
|
+
*/
|
3320
|
+
totalParticipantCount?: number;
|
2710
3321
|
/**
|
2711
3322
|
* Transfer state of call
|
2712
3323
|
*/
|
@@ -2726,13 +3337,17 @@ export declare interface CallState {
|
|
2726
3337
|
/**
|
2727
3338
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
2728
3339
|
*/
|
2729
|
-
info?: TeamsCallInfo;
|
3340
|
+
info?: TeamsCallInfo | /* @conditional-compile-remove(calling-beta-sdk) */ CallInfo;
|
2730
3341
|
/**
|
2731
3342
|
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
2732
3343
|
*/
|
2733
3344
|
meetingConference?: {
|
2734
3345
|
conferencePhones: ConferencePhoneInfo[];
|
2735
3346
|
};
|
3347
|
+
/**
|
3348
|
+
* Proxy of {@link @azure/communication-calling#BreakoutRoomsFeature}.
|
3349
|
+
*/
|
3350
|
+
breakoutRooms?: BreakoutRoomsState;
|
2736
3351
|
}
|
2737
3352
|
|
2738
3353
|
/**
|
@@ -2855,7 +3470,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
2855
3470
|
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
2856
3471
|
* @public
|
2857
3472
|
*/
|
2858
|
-
startCall(participants: (MicrosoftTeamsAppIdentifier | PhoneNumberIdentifier | CommunicationUserIdentifier | MicrosoftTeamsUserIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
|
3473
|
+
startCall(participants: (MicrosoftTeamsAppIdentifier | /* @conditional-compile-remove(PSTN-calls) */ PhoneNumberIdentifier | /* @conditional-compile-remove(one-to-n-calling) */ CommunicationUserIdentifier | /* @conditional-compile-remove(teams-adhoc-call) */ MicrosoftTeamsUserIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
|
2859
3474
|
/**
|
2860
3475
|
* Start sharing the screen during a call.
|
2861
3476
|
*
|
@@ -3018,7 +3633,19 @@ export declare interface CallWithChatAdapterManagement {
|
|
3018
3633
|
*
|
3019
3634
|
* @public
|
3020
3635
|
*/
|
3021
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3636
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
3637
|
+
/**
|
3638
|
+
* Upload an inline image for a message.
|
3639
|
+
*
|
3640
|
+
* @beta
|
3641
|
+
*/
|
3642
|
+
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
3643
|
+
/**
|
3644
|
+
* Delete an inline image for a message.
|
3645
|
+
*
|
3646
|
+
* @beta
|
3647
|
+
*/
|
3648
|
+
deleteImage(imageId: string): Promise<void>;
|
3022
3649
|
/**
|
3023
3650
|
* Send a read receipt for a message.
|
3024
3651
|
*
|
@@ -3036,7 +3663,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3036
3663
|
*
|
3037
3664
|
* @public
|
3038
3665
|
*/
|
3039
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
3666
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
3040
3667
|
/**
|
3041
3668
|
* Delete a message in the thread.
|
3042
3669
|
*
|
@@ -3081,6 +3708,10 @@ export declare interface CallWithChatAdapterManagement {
|
|
3081
3708
|
* @public
|
3082
3709
|
*/
|
3083
3710
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
3711
|
+
/**
|
3712
|
+
* Continues into a call when the browser version is not supported.
|
3713
|
+
*/
|
3714
|
+
allowUnsupportedBrowserVersion(): void;
|
3084
3715
|
/**
|
3085
3716
|
* Function to Start captions
|
3086
3717
|
* @param options - options for start captions
|
@@ -3126,6 +3757,18 @@ export declare interface CallWithChatAdapterManagement {
|
|
3126
3757
|
* @public
|
3127
3758
|
*/
|
3128
3759
|
updateSelectedVideoBackgroundEffect(selectedVideoBackground: VideoBackgroundEffect): void;
|
3760
|
+
/**
|
3761
|
+
* Start the noise suppression effect.
|
3762
|
+
*
|
3763
|
+
* @beta
|
3764
|
+
*/
|
3765
|
+
startNoiseSuppressionEffect(): Promise<void>;
|
3766
|
+
/**
|
3767
|
+
* Start the noise suppression effect.
|
3768
|
+
*
|
3769
|
+
* @beta
|
3770
|
+
*/
|
3771
|
+
stopNoiseSuppressionEffect(): Promise<void>;
|
3129
3772
|
/**
|
3130
3773
|
* Send the end of call survey result
|
3131
3774
|
*
|
@@ -3144,6 +3787,18 @@ export declare interface CallWithChatAdapterManagement {
|
|
3144
3787
|
* Stop all spotlights
|
3145
3788
|
*/
|
3146
3789
|
stopAllSpotlight(): Promise<void>;
|
3790
|
+
/**
|
3791
|
+
* Mute a participant
|
3792
|
+
*/
|
3793
|
+
muteParticipant(userId: string): Promise<void>;
|
3794
|
+
/**
|
3795
|
+
* Mute a participant
|
3796
|
+
*/
|
3797
|
+
muteAllRemoteParticipants(): Promise<void>;
|
3798
|
+
/**
|
3799
|
+
* Return to origin call of breakout room
|
3800
|
+
*/
|
3801
|
+
returnFromBreakoutRoom(): Promise<void>;
|
3147
3802
|
}
|
3148
3803
|
|
3149
3804
|
/**
|
@@ -3177,6 +3832,7 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
3177
3832
|
on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
3178
3833
|
on(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
3179
3834
|
on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
3835
|
+
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
3180
3836
|
off(event: 'callEnded', listener: CallEndedListener): void;
|
3181
3837
|
off(event: 'isMutedChanged', listener: IsMutedChangedListener): void;
|
3182
3838
|
off(event: 'callIdChanged', listener: CallIdChangedListener): void;
|
@@ -3194,6 +3850,7 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
3194
3850
|
off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
3195
3851
|
off(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
3196
3852
|
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
3853
|
+
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
3197
3854
|
on(event: 'messageReceived', listener: MessageReceivedListener): void;
|
3198
3855
|
on(event: 'messageEdited', listener: MessageEditedListener): void;
|
3199
3856
|
on(event: 'messageDeleted', listener: MessageDeletedListener): void;
|
@@ -3232,6 +3889,14 @@ export declare interface CallWithChatAdapterUiState {
|
|
3232
3889
|
* @public
|
3233
3890
|
*/
|
3234
3891
|
page: CallCompositePage;
|
3892
|
+
/**
|
3893
|
+
* State to track whether the end user has opted in to using a
|
3894
|
+
* out of date version of a supported browser. Allows the user
|
3895
|
+
* to start a call in this state.
|
3896
|
+
*
|
3897
|
+
* @beta
|
3898
|
+
*/
|
3899
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
3235
3900
|
}
|
3236
3901
|
|
3237
3902
|
/**
|
@@ -3250,6 +3915,8 @@ export declare interface CallWithChatClientState {
|
|
3250
3915
|
chat?: ChatThreadClientState;
|
3251
3916
|
/** Latest call error encountered for each operation performed via the adapter. */
|
3252
3917
|
latestCallErrors: AdapterErrors;
|
3918
|
+
/** Latest call notifications encountered in the call client state via the adapter. */
|
3919
|
+
latestCallNotifications: AdapterNotifications;
|
3253
3920
|
/** Latest chat error encountered for each operation performed via the adapter. */
|
3254
3921
|
latestChatErrors: AdapterErrors;
|
3255
3922
|
/** State of available and currently selected devices */
|
@@ -3260,10 +3927,25 @@ export declare interface CallWithChatClientState {
|
|
3260
3927
|
isTeamsMeeting: boolean;
|
3261
3928
|
/** alternateCallerId for PSTN call */
|
3262
3929
|
alternateCallerId?: string;
|
3930
|
+
/** Environment information for system adapter is made on */
|
3931
|
+
environmentInfo?: EnvironmentInfo;
|
3263
3932
|
/** Default set of background images for background replacement effect */
|
3264
3933
|
videoBackgroundImages?: VideoBackgroundImage[];
|
3265
3934
|
/** Dependency to be injected for video background effects */
|
3266
3935
|
onResolveVideoEffectDependency?: () => Promise<VideoBackgroundEffectsDependency>;
|
3936
|
+
/**
|
3937
|
+
* Dependency to be injected for deep noise suppression effect.
|
3938
|
+
* @beta
|
3939
|
+
*/
|
3940
|
+
onResolveDeepNoiseSuppressionDependency?: () => Promise<DeepNoiseSuppressionEffectDependency>;
|
3941
|
+
/** State to track whether the noise suppression should be on by default.
|
3942
|
+
* @beta
|
3943
|
+
*/
|
3944
|
+
deepNoiseSuppressionOnByDefault?: boolean;
|
3945
|
+
/** State to track whether to hide the noise suppression button.
|
3946
|
+
* @beta
|
3947
|
+
*/
|
3948
|
+
hideDeepNoiseSuppressionButton?: boolean;
|
3267
3949
|
/** State to track the selected video background effect */
|
3268
3950
|
selectedVideoBackgroundEffect?: VideoBackgroundEffect;
|
3269
3951
|
/** Hide attendee names in teams meeting */
|
@@ -3373,6 +4055,62 @@ export declare type CallWithChatCompositeOptions = {
|
|
3373
4055
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
3374
4056
|
*/
|
3375
4057
|
callControls?: boolean | CallWithChatControlOptions;
|
4058
|
+
/**
|
4059
|
+
* Properties for configuring the File Sharing feature.
|
4060
|
+
* If undefined, file sharing feature will be disabled.
|
4061
|
+
* @beta
|
4062
|
+
*/
|
4063
|
+
attachmentOptions?: AttachmentOptions;
|
4064
|
+
/**
|
4065
|
+
* Device permissions check options for your call.
|
4066
|
+
* Here you can choose what device permissions you prompt the user for,
|
4067
|
+
* as well as what device permissions must be accepted before starting a call.
|
4068
|
+
*/
|
4069
|
+
deviceChecks?: DeviceCheckOptions;
|
4070
|
+
/**
|
4071
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
4072
|
+
* unable to grant your site the required permissions for the call.
|
4073
|
+
*
|
4074
|
+
* @example
|
4075
|
+
* ```ts
|
4076
|
+
* onPermissionsTroubleshootingClick: () =>
|
4077
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
4078
|
+
* ```
|
4079
|
+
*
|
4080
|
+
* @remarks
|
4081
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
4082
|
+
*/
|
4083
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
4084
|
+
camera: PermissionState;
|
4085
|
+
microphone: PermissionState;
|
4086
|
+
}) => void;
|
4087
|
+
/**
|
4088
|
+
* Optional callback to supply users with further troubleshooting steps for network issues
|
4089
|
+
* experienced when connecting to a call.
|
4090
|
+
*
|
4091
|
+
* @example
|
4092
|
+
* ```ts
|
4093
|
+
* onNetworkingTroubleShootingClick?: () =>
|
4094
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
4095
|
+
* ```
|
4096
|
+
*
|
4097
|
+
* @remarks
|
4098
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
4099
|
+
*/
|
4100
|
+
onNetworkingTroubleShootingClick?: () => void;
|
4101
|
+
/**
|
4102
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
4103
|
+
*
|
4104
|
+
* @example
|
4105
|
+
* ```ts
|
4106
|
+
* onBrowserTroubleShootingClick?: () =>
|
4107
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
4108
|
+
* ```
|
4109
|
+
*
|
4110
|
+
* @remarks
|
4111
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
4112
|
+
*/
|
4113
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
3376
4114
|
/**
|
3377
4115
|
* Remote participant video tile menu options
|
3378
4116
|
*/
|
@@ -3475,6 +4213,13 @@ export declare type CallWithChatCompositeOptions = {
|
|
3475
4213
|
*/
|
3476
4214
|
hideSpotlightButtons?: boolean;
|
3477
4215
|
};
|
4216
|
+
/**
|
4217
|
+
* Enables rich text editor for the send and edit boxes
|
4218
|
+
* @defaultValue `false`
|
4219
|
+
*
|
4220
|
+
* @beta
|
4221
|
+
*/
|
4222
|
+
richTextEditor?: boolean;
|
3478
4223
|
};
|
3479
4224
|
|
3480
4225
|
/**
|
@@ -3614,6 +4359,14 @@ export declare interface CallWithChatCompositeStrings {
|
|
3614
4359
|
* Side pane Chat screen title.
|
3615
4360
|
*/
|
3616
4361
|
chatPaneTitle: string;
|
4362
|
+
/**
|
4363
|
+
* Side pane Chat screen title in a breakout room.
|
4364
|
+
*/
|
4365
|
+
breakoutRoomChatPaneTitle: string;
|
4366
|
+
/**
|
4367
|
+
* Label for spinner when chat content is loading.
|
4368
|
+
*/
|
4369
|
+
chatContentSpinnerLabel: string;
|
3617
4370
|
/**
|
3618
4371
|
* New Message label for chat button with notification icon component.
|
3619
4372
|
*/
|
@@ -3698,7 +4451,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
3698
4451
|
* Show or hide the chat button in the call-with-chat composite control bar.
|
3699
4452
|
* @defaultValue true
|
3700
4453
|
*/
|
3701
|
-
chatButton?: boolean | {
|
4454
|
+
chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
3702
4455
|
disabled: boolean;
|
3703
4456
|
};
|
3704
4457
|
}
|
@@ -3708,7 +4461,36 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
3708
4461
|
*
|
3709
4462
|
* @public
|
3710
4463
|
*/
|
3711
|
-
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | 'spotlightChanged' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
|
4464
|
+
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | 'spotlightChanged' | /* @conditional-compile-remove(breakout-rooms) */ 'breakoutRoomsUpdated' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
|
4465
|
+
|
4466
|
+
/**
|
4467
|
+
* @beta
|
4468
|
+
*
|
4469
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4470
|
+
* by their browsers settings.
|
4471
|
+
*/
|
4472
|
+
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4473
|
+
|
4474
|
+
/**
|
4475
|
+
* @beta
|
4476
|
+
* Props for CameraAndMicrophoneSitePermissions component.
|
4477
|
+
*/
|
4478
|
+
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4479
|
+
/** Icon name for the camera icon */
|
4480
|
+
cameraIconName?: string;
|
4481
|
+
/** Icon name for the microphone icon */
|
4482
|
+
microphoneIconName?: string;
|
4483
|
+
/** Icon name for the central icon between the camera and microphone icons */
|
4484
|
+
connectorIconName?: string;
|
4485
|
+
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4486
|
+
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4487
|
+
}
|
4488
|
+
|
4489
|
+
/**
|
4490
|
+
* @beta
|
4491
|
+
* Strings for CameraAndMicrophoneSitePermissions component.
|
4492
|
+
*/
|
4493
|
+
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
3712
4494
|
|
3713
4495
|
/**
|
3714
4496
|
* A button to turn camera on / off.
|
@@ -3870,6 +4652,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
3870
4652
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
3871
4653
|
}
|
3872
4654
|
|
4655
|
+
/**
|
4656
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4657
|
+
* by their browsers settings.
|
4658
|
+
*
|
4659
|
+
* @beta
|
4660
|
+
*/
|
4661
|
+
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
4662
|
+
|
4663
|
+
/**
|
4664
|
+
* @beta
|
4665
|
+
* Props for CameraSitePermissions component.
|
4666
|
+
*/
|
4667
|
+
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
4668
|
+
/** Icon name for the camera icon */
|
4669
|
+
cameraIconName?: string;
|
4670
|
+
/** Strings for use with the {@link CameraSitePermissions} */
|
4671
|
+
strings?: CameraSitePermissionsStrings;
|
4672
|
+
}
|
4673
|
+
|
4674
|
+
/**
|
4675
|
+
* @beta
|
4676
|
+
* Strings for CameraSitePermissions component.
|
4677
|
+
*/
|
4678
|
+
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
4679
|
+
|
3873
4680
|
/**
|
3874
4681
|
* @public
|
3875
4682
|
* Callback function run when a message edit is cancelled.
|
@@ -4197,7 +5004,15 @@ export declare interface ChatAdapterThreadManagement {
|
|
4197
5004
|
* Send a message in the thread.
|
4198
5005
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
4199
5006
|
*/
|
4200
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
5007
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
5008
|
+
/**
|
5009
|
+
* Upload an inline image for a message.
|
5010
|
+
*/
|
5011
|
+
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
5012
|
+
/**
|
5013
|
+
* Delete an inline image for a message.
|
5014
|
+
*/
|
5015
|
+
deleteImage(imageId: string): Promise<void>;
|
4201
5016
|
/**
|
4202
5017
|
* Send a read receipt for a message.
|
4203
5018
|
*/
|
@@ -4218,7 +5033,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
4218
5033
|
* Update a message content.
|
4219
5034
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
4220
5035
|
*/
|
4221
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
5036
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
4222
5037
|
/**
|
4223
5038
|
* Delete a message in the thread.
|
4224
5039
|
*/
|
@@ -4254,7 +5069,7 @@ export declare type ChatAdapterUiState = {
|
|
4254
5069
|
* Represents the type of attachment
|
4255
5070
|
* @public
|
4256
5071
|
*/
|
4257
|
-
export declare type ChatAttachmentType = 'unknown' | 'image' | 'file';
|
5072
|
+
export declare type ChatAttachmentType = 'unknown' | 'image' | /* @conditional-compile-remove(file-sharing-teams-interop) @conditional-compile-remove(file-sharing-acs) */ 'file';
|
4258
5073
|
|
4259
5074
|
/**
|
4260
5075
|
* Common props for selectors for {@link ChatClientState}.
|
@@ -4356,6 +5171,7 @@ export declare type ChatCompositeIcons = {
|
|
4356
5171
|
ParticipantItemOptionsHovered?: JSX.Element;
|
4357
5172
|
SendBoxSend?: JSX.Element;
|
4358
5173
|
SendBoxSendHovered?: JSX.Element;
|
5174
|
+
SendBoxAttachFile?: JSX.Element;
|
4359
5175
|
};
|
4360
5176
|
|
4361
5177
|
/**
|
@@ -4370,6 +5186,13 @@ export declare type ChatCompositeOptions = {
|
|
4370
5186
|
* @defaultValue true
|
4371
5187
|
*/
|
4372
5188
|
errorBar?: boolean;
|
5189
|
+
/**
|
5190
|
+
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
5191
|
+
* @defaultValue false
|
5192
|
+
*
|
5193
|
+
* @beta
|
5194
|
+
*/
|
5195
|
+
participantPane?: boolean;
|
4373
5196
|
/**
|
4374
5197
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
4375
5198
|
* @defaultValue true
|
@@ -4380,6 +5203,19 @@ export declare type ChatCompositeOptions = {
|
|
4380
5203
|
* When undefined nothing has focus on render
|
4381
5204
|
*/
|
4382
5205
|
autoFocus?: 'sendBoxTextField';
|
5206
|
+
/**
|
5207
|
+
* Properties for configuring the File Sharing feature.
|
5208
|
+
* If undefined, file sharing feature will be disabled.
|
5209
|
+
* @beta
|
5210
|
+
*/
|
5211
|
+
attachmentOptions?: AttachmentOptions;
|
5212
|
+
/**
|
5213
|
+
* Enables rich text editor for the send and edit boxes
|
5214
|
+
* @defaultValue `false`
|
5215
|
+
*
|
5216
|
+
* @beta
|
5217
|
+
*/
|
5218
|
+
richTextEditor?: boolean;
|
4383
5219
|
};
|
4384
5220
|
|
4385
5221
|
/**
|
@@ -4407,6 +5243,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
4407
5243
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
4408
5244
|
*/
|
4409
5245
|
options?: ChatCompositeOptions;
|
5246
|
+
/**
|
5247
|
+
* Optimizes the composite form factor for either desktop or mobile.
|
5248
|
+
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
5249
|
+
* @defaultValue 'desktop'
|
5250
|
+
*/
|
5251
|
+
formFactor?: 'desktop' | 'mobile';
|
4410
5252
|
}
|
4411
5253
|
|
4412
5254
|
/**
|
@@ -4421,6 +5263,26 @@ export declare interface ChatCompositeStrings {
|
|
4421
5263
|
* Chat list header text
|
4422
5264
|
*/
|
4423
5265
|
chatListHeader: string;
|
5266
|
+
/**
|
5267
|
+
* Upload Attachment Button text
|
5268
|
+
*/
|
5269
|
+
uploadAttachment: string;
|
5270
|
+
/**
|
5271
|
+
* Error Message for image data is not provided for image upload
|
5272
|
+
*/
|
5273
|
+
uploadImageDataNotProvided: string;
|
5274
|
+
/**
|
5275
|
+
* Error Message for upload image is too large
|
5276
|
+
*/
|
5277
|
+
uploadImageIsTooLarge: string;
|
5278
|
+
/**
|
5279
|
+
* Error Message for unsupported image extension for image upload
|
5280
|
+
*/
|
5281
|
+
uploadImageExtensionIsNotAllowed: string;
|
5282
|
+
/**
|
5283
|
+
* Error Message for unable to upload image
|
5284
|
+
*/
|
5285
|
+
uploadImageFailed: string;
|
4424
5286
|
}
|
4425
5287
|
|
4426
5288
|
/**
|
@@ -4469,7 +5331,7 @@ export declare type ChatErrors = {
|
|
4469
5331
|
*
|
4470
5332
|
* @public
|
4471
5333
|
*/
|
4472
|
-
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';
|
5334
|
+
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' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.uploadImage' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.deleteImage';
|
4473
5335
|
|
4474
5336
|
/**
|
4475
5337
|
* Object containing all the handlers required for chat components.
|
@@ -4480,13 +5342,15 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
4480
5342
|
* @public
|
4481
5343
|
*/
|
4482
5344
|
export declare type ChatHandlers = {
|
4483
|
-
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
5345
|
+
onSendMessage: (content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions) => Promise<void>;
|
5346
|
+
onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
|
5347
|
+
onDeleteImage: (imageId: string) => Promise<void>;
|
4484
5348
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
4485
5349
|
onTyping: () => Promise<void>;
|
4486
5350
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
4487
5351
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
4488
5352
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
4489
|
-
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
5353
|
+
onUpdateMessage: (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
4490
5354
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
4491
5355
|
};
|
4492
5356
|
|
@@ -4529,6 +5393,12 @@ export declare interface ChatMessage extends MessageCommon {
|
|
4529
5393
|
attachments?: AttachmentMetadata[];
|
4530
5394
|
}
|
4531
5395
|
|
5396
|
+
/**
|
5397
|
+
* @beta
|
5398
|
+
* Type of the message content, either 'text' or 'html'.
|
5399
|
+
*/
|
5400
|
+
export declare type ChatMessageType = 'text' | 'html';
|
5401
|
+
|
4532
5402
|
/**
|
4533
5403
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
4534
5404
|
* client-side only metadata for chat messages.
|
@@ -4635,6 +5505,8 @@ export declare type ChatThreadClientState = {
|
|
4635
5505
|
*/
|
4636
5506
|
export declare type ChatThreadProperties = {
|
4637
5507
|
topic?: string;
|
5508
|
+
createdBy?: CommunicationIdentifierKind;
|
5509
|
+
messagingPolicy?: MessagingPolicy;
|
4638
5510
|
};
|
4639
5511
|
|
4640
5512
|
/**
|
@@ -4706,6 +5578,15 @@ export declare type CommonCallAdapterOptions = {
|
|
4706
5578
|
videoBackgroundImages?: VideoBackgroundImage[];
|
4707
5579
|
onResolveDependency?: () => Promise<VideoBackgroundEffectsDependency>;
|
4708
5580
|
};
|
5581
|
+
/**
|
5582
|
+
* `DeepNoiseSuppressionEffect` options to be used for noise suppression.
|
5583
|
+
* @beta
|
5584
|
+
*/
|
5585
|
+
deepNoiseSuppressionOptions?: {
|
5586
|
+
onResolveDependency?: () => Promise<DeepNoiseSuppressionEffectDependency>;
|
5587
|
+
deepNoiseSuppressionOnByDefault?: boolean;
|
5588
|
+
hideDeepNoiseSuppressionButton?: boolean;
|
5589
|
+
};
|
4709
5590
|
/**
|
4710
5591
|
* Use this to fetch profile information which will override data in {@link CallAdapterState} like display name
|
4711
5592
|
* The onFetchProfile is fetch-and-forget one time action for each user, once a user profile is updated, the value will be cached
|
@@ -4748,14 +5629,14 @@ export declare type CommonCallControlOptions = {
|
|
4748
5629
|
* Show or Hide Camera Button during a call
|
4749
5630
|
* @defaultValue true
|
4750
5631
|
*/
|
4751
|
-
cameraButton?: boolean | {
|
5632
|
+
cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
4752
5633
|
disabled: boolean;
|
4753
5634
|
};
|
4754
5635
|
/**
|
4755
5636
|
* Show or Hide EndCall button during a call.
|
4756
5637
|
* @defaultValue true
|
4757
5638
|
*/
|
4758
|
-
endCallButton?: boolean | {
|
5639
|
+
endCallButton?: boolean | /* @conditional-compile-remove(end-call-options) */ {
|
4759
5640
|
/**
|
4760
5641
|
* whether to make end call button to trigger a menu, which will enable end call for everybody functionality.
|
4761
5642
|
* @defaultValue false
|
@@ -4770,14 +5651,14 @@ export declare type CommonCallControlOptions = {
|
|
4770
5651
|
* Show or Hide Microphone button during a call.
|
4771
5652
|
* @defaultValue true
|
4772
5653
|
*/
|
4773
|
-
microphoneButton?: boolean | {
|
5654
|
+
microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
4774
5655
|
disabled: boolean;
|
4775
5656
|
};
|
4776
5657
|
/**
|
4777
5658
|
* Show or Hide Devices button during a call.
|
4778
5659
|
* @defaultValue true
|
4779
5660
|
*/
|
4780
|
-
devicesButton?: boolean | {
|
5661
|
+
devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
4781
5662
|
disabled: boolean;
|
4782
5663
|
};
|
4783
5664
|
/**
|
@@ -4824,7 +5705,7 @@ export declare type CommonCallControlOptions = {
|
|
4824
5705
|
* Show or hide the people button in the composite control bar.
|
4825
5706
|
* @defaultValue true
|
4826
5707
|
*/
|
4827
|
-
peopleButton?: boolean | {
|
5708
|
+
peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
4828
5709
|
disabled: boolean;
|
4829
5710
|
};
|
4830
5711
|
/**
|
@@ -4888,12 +5769,15 @@ export declare interface CommonCallingHandlers {
|
|
4888
5769
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
4889
5770
|
onRemoveParticipant(userId: string): Promise<void>;
|
4890
5771
|
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
5772
|
+
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
4891
5773
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
4892
5774
|
onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
|
4893
5775
|
onRejectCall: (incomingCallId: string) => Promise<void>;
|
4894
5776
|
onRemoveVideoBackgroundEffects: () => Promise<void>;
|
4895
5777
|
onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
|
4896
5778
|
onReplaceVideoBackground: (backgroundReplacementConfig: BackgroundReplacementConfig) => Promise<void>;
|
5779
|
+
onStartNoiseSuppressionEffect: () => Promise<void>;
|
5780
|
+
onStopNoiseSuppressionEffect: () => Promise<void>;
|
4897
5781
|
onStartCaptions: (options?: CaptionsOptions) => Promise<void>;
|
4898
5782
|
onStopCaptions: () => Promise<void>;
|
4899
5783
|
onSetSpokenLanguage: (language: string) => Promise<void>;
|
@@ -4902,6 +5786,8 @@ export declare interface CommonCallingHandlers {
|
|
4902
5786
|
onStartSpotlight: (userIds?: string[]) => Promise<void>;
|
4903
5787
|
onStopSpotlight: (userIds?: string[]) => Promise<void>;
|
4904
5788
|
onStopAllSpotlight: () => Promise<void>;
|
5789
|
+
onMuteParticipant: (userId: string) => Promise<void>;
|
5790
|
+
onMuteAllRemoteParticipants: () => Promise<void>;
|
4905
5791
|
}
|
4906
5792
|
|
4907
5793
|
/**
|
@@ -4913,6 +5799,39 @@ export declare type CommonProperties<A, B> = {
|
|
4913
5799
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
4914
5800
|
}[keyof A & keyof B];
|
4915
5801
|
|
5802
|
+
/**
|
5803
|
+
* @beta
|
5804
|
+
* Props for SitePermissions components.
|
5805
|
+
*/
|
5806
|
+
export declare interface CommonSitePermissionsProps {
|
5807
|
+
/**
|
5808
|
+
* Name of application calling experience is in.
|
5809
|
+
*/
|
5810
|
+
appName: string;
|
5811
|
+
/**
|
5812
|
+
* Kind of the Site Permissions component.
|
5813
|
+
*/
|
5814
|
+
kind: 'request' | 'denied' | 'check';
|
5815
|
+
/**
|
5816
|
+
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
5817
|
+
*/
|
5818
|
+
browserHint?: 'safari' | 'unset';
|
5819
|
+
/**
|
5820
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
5821
|
+
* If this is not provided the button will not be shown.
|
5822
|
+
*/
|
5823
|
+
onTroubleshootingClick?: () => void;
|
5824
|
+
/**
|
5825
|
+
* Action that is taken when the user clicks the continue anyway button.
|
5826
|
+
* If this is not provided the button will not be shown.
|
5827
|
+
*/
|
5828
|
+
onContinueAnywayClick?: () => void;
|
5829
|
+
/**
|
5830
|
+
* Styles for SitePermissions component.
|
5831
|
+
*/
|
5832
|
+
styles?: SitePermissionsStyles;
|
5833
|
+
}
|
5834
|
+
|
4916
5835
|
/**
|
4917
5836
|
* A Chat or Calling participant's state, as reflected in the UI.
|
4918
5837
|
*
|
@@ -5089,6 +6008,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
5089
6008
|
export declare interface ComponentLocale {
|
5090
6009
|
/** Strings for components */
|
5091
6010
|
strings: ComponentStrings;
|
6011
|
+
/**
|
6012
|
+
* Optional function to provide customized date format.
|
6013
|
+
* @beta
|
6014
|
+
*/
|
6015
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
5092
6016
|
}
|
5093
6017
|
|
5094
6018
|
/**
|
@@ -5138,6 +6062,10 @@ export declare interface ComponentStrings {
|
|
5138
6062
|
typingIndicator: TypingIndicatorStrings;
|
5139
6063
|
/** Strings for SendBox */
|
5140
6064
|
sendBox: SendBoxStrings;
|
6065
|
+
/** Strings for RichTextSendBox */
|
6066
|
+
richTextSendBox: RichTextSendBoxStrings;
|
6067
|
+
/** Strings for MentionPopover */
|
6068
|
+
mentionPopover: MentionPopoverStrings;
|
5141
6069
|
/** Strings for ImageOverlay */
|
5142
6070
|
imageOverlay: ImageOverlayStrings;
|
5143
6071
|
/** Strings for MessageStatusIndicator */
|
@@ -5154,10 +6082,46 @@ export declare interface ComponentStrings {
|
|
5154
6082
|
videoTile: VideoTileStrings;
|
5155
6083
|
/** Strings for HoldButton */
|
5156
6084
|
holdButton: HoldButtonStrings;
|
6085
|
+
/** Strings for a site's permission request prompt */
|
6086
|
+
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6087
|
+
/** Strings for a site's permission request prompt */
|
6088
|
+
CameraSitePermissionsRequest: SitePermissionsStrings;
|
6089
|
+
/** Strings for a site's permission request prompt */
|
6090
|
+
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6091
|
+
/** Strings for a site's permission generic checking prompt */
|
6092
|
+
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6093
|
+
/** Strings for a site's permission generic checking prompt */
|
6094
|
+
CameraSitePermissionsCheck: SitePermissionsStrings;
|
6095
|
+
/** Strings for a site's permission generic checking prompt */
|
6096
|
+
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6097
|
+
/** Strings for a site's permission denied prompt */
|
6098
|
+
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6099
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
6100
|
+
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6101
|
+
/** Strings for a site's permission denied prompt */
|
6102
|
+
CameraSitePermissionsDenied: SitePermissionsStrings;
|
6103
|
+
/** Strings for a site's permission denied prompt */
|
6104
|
+
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6105
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
6106
|
+
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6107
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
6108
|
+
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6109
|
+
/** Strings for unsupported browser UI */
|
6110
|
+
UnsupportedBrowser: UnsupportedBrowserStrings;
|
6111
|
+
/** Strings for unsupported browser version UI */
|
6112
|
+
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
6113
|
+
/** Strings for unsupported browser version UI */
|
6114
|
+
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
6115
|
+
/** Strings for BrowserPemissionDenied */
|
6116
|
+
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
6117
|
+
/** Strings for BrowserPemissionDeniedIOS */
|
6118
|
+
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
5157
6119
|
/**
|
5158
6120
|
* Strings for the VerticalGallery.
|
5159
6121
|
*/
|
5160
6122
|
verticalGallery: VerticalGalleryStrings;
|
6123
|
+
/** Strings for the participant list component */
|
6124
|
+
ParticipantList: ParticipantListStrings;
|
5161
6125
|
/** Strings for the MeetingConferencePhoneInfoModal */
|
5162
6126
|
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
5163
6127
|
IncomingCallNotification: IncomingCallNotificationStrings;
|
@@ -5660,6 +6624,7 @@ export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient,
|
|
5660
6624
|
*/
|
5661
6625
|
export declare const createDefaultTeamsCallingHandlers: (callClient: StatefulCallClient, callAgent?: TeamsCallAgent, deviceManager?: StatefulDeviceManager, call?: TeamsCall, options?: {
|
5662
6626
|
onResolveVideoBackgroundEffectsDependency?: () => Promise<VideoBackgroundEffectsDependency>;
|
6627
|
+
onResolveDeepNoiseSuppressionDependency?: () => Promise<DeepNoiseSuppressionEffectDependency>;
|
5663
6628
|
}) => TeamsCallingHandlers;
|
5664
6629
|
|
5665
6630
|
/**
|
@@ -5690,7 +6655,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
5690
6655
|
/**
|
5691
6656
|
* @public
|
5692
6657
|
*/
|
5693
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
6658
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @conditional-compile-remove(teams-identity-support-beta) */ TeamsOutboundCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
5694
6659
|
|
5695
6660
|
/**
|
5696
6661
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -5700,7 +6665,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Pro
|
|
5700
6665
|
*
|
5701
6666
|
* @public
|
5702
6667
|
*/
|
5703
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
6668
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator | /* @conditional-compile-remove(teams-identity-support-beta) */ StartTeamsCallIdentifier[], options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
5704
6669
|
|
5705
6670
|
/**
|
5706
6671
|
* Object returned after creating a local or remote VideoStream.
|
@@ -5898,6 +6863,15 @@ export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
|
|
5898
6863
|
*/
|
5899
6864
|
export declare type DeclarativeTeamsCallAgent = TeamsCallAgent & TeamsIncomingCallManagement;
|
5900
6865
|
|
6866
|
+
/**
|
6867
|
+
* Dependency type to be injected for deep noise suppression
|
6868
|
+
*
|
6869
|
+
* @beta
|
6870
|
+
*/
|
6871
|
+
export declare type DeepNoiseSuppressionEffectDependency = {
|
6872
|
+
deepNoiseSuppressionEffect: AudioEffectsStartConfig;
|
6873
|
+
};
|
6874
|
+
|
5901
6875
|
/**
|
5902
6876
|
* The default set of icons that are available to use in the UI components.
|
5903
6877
|
*
|
@@ -5922,7 +6896,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5922
6896
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
5923
6897
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
5924
6898
|
ReactionButtonIcon: React_2.JSX.Element;
|
6899
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
6900
|
+
DownloadAttachment: React_2.JSX.Element;
|
5925
6901
|
OpenAttachment: React_2.JSX.Element;
|
6902
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
6903
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
5926
6904
|
EditBoxCancel: React_2.JSX.Element;
|
5927
6905
|
EditBoxSubmit: React_2.JSX.Element;
|
5928
6906
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -5939,7 +6917,13 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5939
6917
|
ErrorBarClear: React_2.JSX.Element;
|
5940
6918
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
5941
6919
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
6920
|
+
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
5942
6921
|
NotificationBarRecording: React_2.JSX.Element;
|
6922
|
+
NotificationBarBreakoutRoomOpened: React_2.JSX.Element;
|
6923
|
+
NotificationBarBreakoutRoomPromptJoin: React_2.JSX.Element;
|
6924
|
+
NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
|
6925
|
+
NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
|
6926
|
+
NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
|
5943
6927
|
HorizontalGalleryLeftButton: React_2.JSX.Element;
|
5944
6928
|
HorizontalGalleryRightButton: React_2.JSX.Element;
|
5945
6929
|
MessageDelivered: React_2.JSX.Element;
|
@@ -5964,6 +6948,13 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5964
6948
|
SendBoxSendHovered: React_2.JSX.Element;
|
5965
6949
|
VideoTileMicOff: React_2.JSX.Element;
|
5966
6950
|
DialpadBackspace: React_2.JSX.Element;
|
6951
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
6952
|
+
SitePermissionCamera: React_2.JSX.Element;
|
6953
|
+
SitePermissionMic: React_2.JSX.Element;
|
6954
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
6955
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
6956
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
6957
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
5967
6958
|
VideoTilePinned: React_2.JSX.Element;
|
5968
6959
|
ParticipantItemPinned: React_2.JSX.Element;
|
5969
6960
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -5993,6 +6984,21 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5993
6984
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
5994
6985
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
5995
6986
|
VideoTileSpotlighted: React_2.JSX.Element;
|
6987
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
6988
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
6989
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
6990
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
6991
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
6992
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
6993
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
6994
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
6995
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
6996
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
6997
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
6998
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
6999
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7000
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7001
|
+
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
5996
7002
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
5997
7003
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
5998
7004
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
@@ -6016,6 +7022,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6016
7022
|
ParticipantItemOptionsHovered: JSX.Element;
|
6017
7023
|
SendBoxSend: JSX.Element;
|
6018
7024
|
SendBoxSendHovered: JSX.Element;
|
7025
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
6019
7026
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
6020
7027
|
ControlButtonCameraOff: JSX.Element;
|
6021
7028
|
ControlButtonCameraOn: JSX.Element;
|
@@ -6103,24 +7110,35 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6103
7110
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
6104
7111
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
6105
7112
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
6106
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
6107
7113
|
ChatMessageOptions: React_2.JSX.Element;
|
6108
7114
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
7115
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
7116
|
+
DownloadAttachment: React_2.JSX.Element;
|
6109
7117
|
OpenAttachment: React_2.JSX.Element;
|
7118
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
7119
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
6110
7120
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
6111
|
-
/**
|
6112
|
-
* Icons that can be overridden for {@link CallComposite}.
|
6113
|
-
*
|
6114
|
-
* @public
|
6115
|
-
*/
|
6116
7121
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
7122
|
+
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
6117
7123
|
NotificationBarRecording: React_2.JSX.Element;
|
7124
|
+
NotificationBarBreakoutRoomOpened: React_2.JSX.Element;
|
7125
|
+
NotificationBarBreakoutRoomPromptJoin: React_2.JSX.Element;
|
7126
|
+
NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
|
7127
|
+
NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
|
7128
|
+
NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
|
6118
7129
|
MessageResend: React_2.JSX.Element;
|
6119
7130
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6120
7131
|
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6121
7132
|
HoldCallButton: React_2.JSX.Element;
|
6122
7133
|
ResumeCall: React_2.JSX.Element;
|
6123
7134
|
DialpadBackspace: React_2.JSX.Element;
|
7135
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
7136
|
+
SitePermissionCamera: React_2.JSX.Element;
|
7137
|
+
SitePermissionMic: React_2.JSX.Element;
|
7138
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
7139
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
7140
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7141
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
6124
7142
|
VideoTilePinned: React_2.JSX.Element;
|
6125
7143
|
ParticipantItemPinned: React_2.JSX.Element;
|
6126
7144
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -6150,11 +7168,56 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6150
7168
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
6151
7169
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
6152
7170
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7171
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7172
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7173
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7174
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7175
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7176
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7177
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7178
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
7179
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7180
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7181
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7182
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7183
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7184
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7185
|
+
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
6153
7186
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
6154
7187
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
6155
7188
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
6156
7189
|
};
|
6157
7190
|
|
7191
|
+
/**
|
7192
|
+
* @beta
|
7193
|
+
*
|
7194
|
+
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
7195
|
+
*/
|
7196
|
+
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
7197
|
+
|
7198
|
+
/**
|
7199
|
+
* Device Checks.
|
7200
|
+
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
7201
|
+
*
|
7202
|
+
* @beta
|
7203
|
+
*/
|
7204
|
+
export declare interface DeviceCheckOptions {
|
7205
|
+
/**
|
7206
|
+
* Camera Permission prompts for your call.
|
7207
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
7208
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
7209
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
7210
|
+
*/
|
7211
|
+
camera: 'required' | 'optional' | 'doNotPrompt';
|
7212
|
+
/**
|
7213
|
+
* Microphone permission prompts for your call.
|
7214
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
7215
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
7216
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
7217
|
+
*/
|
7218
|
+
microphone: 'required' | 'optional' | 'doNotPrompt';
|
7219
|
+
}
|
7220
|
+
|
6158
7221
|
/**
|
6159
7222
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
6160
7223
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -6753,6 +7816,10 @@ export declare interface ErrorBarStrings {
|
|
6753
7816
|
* An error message when starting spotlight while max participants are spotlighted
|
6754
7817
|
*/
|
6755
7818
|
startSpotlightWhileMaxParticipantsAreSpotlighted: string;
|
7819
|
+
/**
|
7820
|
+
* An error message when local user is muted by a remote participant
|
7821
|
+
*/
|
7822
|
+
mutedByRemoteParticipant: string;
|
6756
7823
|
}
|
6757
7824
|
|
6758
7825
|
/**
|
@@ -6820,7 +7887,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
6820
7887
|
*
|
6821
7888
|
* @public
|
6822
7889
|
*/
|
6823
|
-
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof MessageThread> extends true ? MessageThreadSelector : AreEqual<Component, typeof TypingIndicator> extends true ? TypingIndicatorSelector : AreEqual<Component, typeof ParticipantList> extends true ? ChatParticipantListSelector : AreEqual<Component, typeof ErrorBar> extends true ? ChatErrorBarSelector : undefined;
|
7890
|
+
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof RichTextSendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof MessageThread> extends true ? MessageThreadSelector : AreEqual<Component, typeof TypingIndicator> extends true ? TypingIndicatorSelector : AreEqual<Component, typeof ParticipantList> extends true ? ChatParticipantListSelector : AreEqual<Component, typeof ErrorBar> extends true ? ChatErrorBarSelector : undefined;
|
6824
7891
|
|
6825
7892
|
/**
|
6826
7893
|
* Get the selector for a specified component.
|
@@ -7006,6 +8073,10 @@ export declare interface _Identifiers {
|
|
7006
8073
|
verticalGalleryVideoTile: string;
|
7007
8074
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
7008
8075
|
verticalGalleryPageCounter: string;
|
8076
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
8077
|
+
mentionSuggestionList: string;
|
8078
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
8079
|
+
mentionSuggestionItem: string;
|
7009
8080
|
}
|
7010
8081
|
|
7011
8082
|
/**
|
@@ -7067,6 +8138,13 @@ export declare interface ImageOverlayStrings {
|
|
7067
8138
|
dismissButtonAriaLabel: string;
|
7068
8139
|
}
|
7069
8140
|
|
8141
|
+
/**
|
8142
|
+
* Preset dark theme for the ImageOverlay component.
|
8143
|
+
*
|
8144
|
+
* @public
|
8145
|
+
*/
|
8146
|
+
export declare const imageOverlayTheme: PartialTheme;
|
8147
|
+
|
7070
8148
|
/**
|
7071
8149
|
* @public
|
7072
8150
|
* This contains a readonly array that returns all the active `incomingCalls`.
|
@@ -7484,6 +8562,28 @@ export declare type LocalizationProviderProps = {
|
|
7484
8562
|
children: React_2.ReactNode;
|
7485
8563
|
};
|
7486
8564
|
|
8565
|
+
/**
|
8566
|
+
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
8567
|
+
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
8568
|
+
*
|
8569
|
+
* @beta
|
8570
|
+
*/
|
8571
|
+
export declare interface LocalRecordingCallFeatureState {
|
8572
|
+
/**
|
8573
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
8574
|
+
*/
|
8575
|
+
isLocalRecordingActive: boolean;
|
8576
|
+
/**
|
8577
|
+
* Contains list of information of started recordings
|
8578
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
8579
|
+
*/
|
8580
|
+
activeLocalRecordings?: LocalRecordingInfo[];
|
8581
|
+
/**
|
8582
|
+
* Contains list of information of stopped recordings
|
8583
|
+
*/
|
8584
|
+
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
8585
|
+
}
|
8586
|
+
|
7487
8587
|
/**
|
7488
8588
|
* @public
|
7489
8589
|
*/
|
@@ -7628,6 +8728,76 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
7628
8728
|
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
7629
8729
|
}
|
7630
8730
|
|
8731
|
+
/**
|
8732
|
+
* Mention's state, as reflected in the UI.
|
8733
|
+
*
|
8734
|
+
* @beta
|
8735
|
+
*/
|
8736
|
+
export declare interface Mention {
|
8737
|
+
/** ID of a mention */
|
8738
|
+
id: string;
|
8739
|
+
/** Display text of a mention */
|
8740
|
+
displayText: string;
|
8741
|
+
/** Optional React element to render an item icon of a mention suggestion */
|
8742
|
+
icon?: JSX.Element;
|
8743
|
+
}
|
8744
|
+
|
8745
|
+
/**
|
8746
|
+
* Options to display suggestions in the mention scenario.
|
8747
|
+
*
|
8748
|
+
* @beta
|
8749
|
+
*/
|
8750
|
+
export declare interface MentionDisplayOptions {
|
8751
|
+
/**
|
8752
|
+
* Optional callback for customizing the mention renderer in a message thread.
|
8753
|
+
*/
|
8754
|
+
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
8755
|
+
}
|
8756
|
+
|
8757
|
+
/**
|
8758
|
+
* Options to lookup suggestions in the mention scenario.
|
8759
|
+
*
|
8760
|
+
* @beta
|
8761
|
+
*/
|
8762
|
+
export declare interface MentionLookupOptions {
|
8763
|
+
/**
|
8764
|
+
* Optional string to set trigger keyword for mention a specific participant.
|
8765
|
+
*
|
8766
|
+
* @defaultValue `@`
|
8767
|
+
*/
|
8768
|
+
trigger?: string;
|
8769
|
+
/**
|
8770
|
+
* Optional callback to fetch a list of mention suggestions base on the query.
|
8771
|
+
*/
|
8772
|
+
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
8773
|
+
/**
|
8774
|
+
* Optional callback to render an item of the mention suggestions list.
|
8775
|
+
*/
|
8776
|
+
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
8777
|
+
}
|
8778
|
+
|
8779
|
+
/**
|
8780
|
+
* Options to lookup suggestions and display mentions in the mention scenario.
|
8781
|
+
*
|
8782
|
+
* @beta
|
8783
|
+
*/
|
8784
|
+
export declare type MentionOptions = {
|
8785
|
+
lookupOptions?: MentionLookupOptions;
|
8786
|
+
displayOptions?: MentionDisplayOptions;
|
8787
|
+
};
|
8788
|
+
|
8789
|
+
/**
|
8790
|
+
* Strings of {@link _MentionPopover} that can be overridden.
|
8791
|
+
*
|
8792
|
+
* @beta
|
8793
|
+
*/
|
8794
|
+
export declare interface MentionPopoverStrings {
|
8795
|
+
/**
|
8796
|
+
* Header text for MentionPopover
|
8797
|
+
*/
|
8798
|
+
mentionPopoverHeader: string;
|
8799
|
+
}
|
8800
|
+
|
7631
8801
|
/**
|
7632
8802
|
* Discriminated union of all messages.
|
7633
8803
|
*
|
@@ -7635,7 +8805,7 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
7635
8805
|
*
|
7636
8806
|
* @public
|
7637
8807
|
*/
|
7638
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
8808
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
|
7639
8809
|
|
7640
8810
|
/**
|
7641
8811
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -7677,6 +8847,20 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
7677
8847
|
*/
|
7678
8848
|
export declare type MessageEditedListener = MessageReceivedListener;
|
7679
8849
|
|
8850
|
+
/**
|
8851
|
+
* @beta
|
8852
|
+
* Message option that defines properties that can be set when
|
8853
|
+
* sending or updating a chat message.
|
8854
|
+
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
8855
|
+
* @property attachments - Attachments that contains file attachments attached to the message.
|
8856
|
+
* @property type - Type of the message content, either 'text' or 'html'.
|
8857
|
+
*/
|
8858
|
+
export declare type MessageOptions = {
|
8859
|
+
metadata?: Record<string, string>;
|
8860
|
+
attachments?: AttachmentMetadata[];
|
8861
|
+
type?: ChatMessageType;
|
8862
|
+
};
|
8863
|
+
|
7680
8864
|
/**
|
7681
8865
|
* Props to render a single message.
|
7682
8866
|
*
|
@@ -7692,7 +8876,7 @@ export declare type MessageProps = {
|
|
7692
8876
|
/**
|
7693
8877
|
* Strings from parent MessageThread component
|
7694
8878
|
*/
|
7695
|
-
strings: MessageThreadStrings
|
8879
|
+
strings: MessageThreadStrings & /* @conditional-compile-remove(rich-text-editor) */ Partial<RichTextStrings>;
|
7696
8880
|
/**
|
7697
8881
|
* Custom CSS styles for chat message container.
|
7698
8882
|
*/
|
@@ -7738,7 +8922,7 @@ export declare type MessageProps = {
|
|
7738
8922
|
* @param options - message options to be included in the message
|
7739
8923
|
*
|
7740
8924
|
*/
|
7741
|
-
onSendMessage?: (content: string) => Promise<void>;
|
8925
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
7742
8926
|
};
|
7743
8927
|
|
7744
8928
|
/**
|
@@ -7870,7 +9054,7 @@ export declare type MessageThreadProps = {
|
|
7870
9054
|
/**
|
7871
9055
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
7872
9056
|
*/
|
7873
|
-
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
9057
|
+
messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
|
7874
9058
|
/**
|
7875
9059
|
* number of participants in the thread
|
7876
9060
|
*/
|
@@ -7951,6 +9135,11 @@ export declare type MessageThreadProps = {
|
|
7951
9135
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
7952
9136
|
*/
|
7953
9137
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
9138
|
+
/**
|
9139
|
+
* Optional callback to render attachments in the message component.
|
9140
|
+
* @beta
|
9141
|
+
*/
|
9142
|
+
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
7954
9143
|
/**
|
7955
9144
|
* Optional callback to edit a message.
|
7956
9145
|
*
|
@@ -7979,7 +9168,7 @@ export declare type MessageThreadProps = {
|
|
7979
9168
|
* @param options - message options to be included in the message
|
7980
9169
|
*
|
7981
9170
|
*/
|
7982
|
-
onSendMessage?: (content: string) => Promise<void>;
|
9171
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
7983
9172
|
/**
|
7984
9173
|
/**
|
7985
9174
|
* Disable editing messages.
|
@@ -7993,11 +9182,32 @@ export declare type MessageThreadProps = {
|
|
7993
9182
|
* Optional strings to override in component
|
7994
9183
|
*/
|
7995
9184
|
strings?: Partial<MessageThreadStrings>;
|
9185
|
+
/**
|
9186
|
+
* @beta
|
9187
|
+
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
9188
|
+
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
9189
|
+
*/
|
9190
|
+
attachmentOptions?: AttachmentOptions;
|
9191
|
+
/**
|
9192
|
+
* Optional function to provide customized date format.
|
9193
|
+
* @beta
|
9194
|
+
*/
|
9195
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
9196
|
+
/**
|
9197
|
+
* Optional props needed to lookup a mention query and display mentions
|
9198
|
+
* @beta
|
9199
|
+
*/
|
9200
|
+
mentionOptions?: MentionOptions;
|
7996
9201
|
/**
|
7997
9202
|
* Optional callback called when an inline image is clicked.
|
7998
9203
|
* @beta
|
7999
9204
|
*/
|
8000
9205
|
inlineImageOptions?: InlineImageOptions;
|
9206
|
+
/**
|
9207
|
+
* Options to enable rich text editor for the edit box.
|
9208
|
+
* @beta
|
9209
|
+
*/
|
9210
|
+
richTextEditorOptions?: RichTextEditBoxOptions;
|
8001
9211
|
};
|
8002
9212
|
|
8003
9213
|
/**
|
@@ -8071,10 +9281,20 @@ export declare interface MessageThreadStrings {
|
|
8071
9281
|
actionMenuMoreOptions?: string;
|
8072
9282
|
/** Aria label to announce when a message is deleted */
|
8073
9283
|
messageDeletedAnnouncementAriaLabel: string;
|
9284
|
+
/** String for download attachment button in attachment card */
|
9285
|
+
downloadAttachment: string;
|
8074
9286
|
/** String for open attachment button in attachment card */
|
8075
9287
|
openAttachment: string;
|
9288
|
+
/** String for policy violation message removal */
|
9289
|
+
blockedWarningText: string;
|
9290
|
+
/** String for policy violation message removal details link */
|
9291
|
+
blockedWarningLinkText: string;
|
8076
9292
|
/** String for aria text in attachment card group*/
|
8077
9293
|
attachmentCardGroupMessage: string;
|
9294
|
+
/**
|
9295
|
+
* Error message indicating that one or more image uploads are not complete.
|
9296
|
+
*/
|
9297
|
+
imageUploadsPendingError: string;
|
8078
9298
|
}
|
8079
9299
|
|
8080
9300
|
/**
|
@@ -8102,10 +9322,24 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
8102
9322
|
/** Styles for system message container. */
|
8103
9323
|
systemMessageContainer?: ComponentSlotStyle;
|
8104
9324
|
/** Styles for blocked message container. */
|
9325
|
+
blockedMessageContainer?: ComponentSlotStyle;
|
8105
9326
|
/** Styles for message status indicator container. */
|
8106
9327
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
8107
9328
|
}
|
8108
9329
|
|
9330
|
+
/**
|
9331
|
+
*
|
9332
|
+
* Messaging policy of a chat thread.
|
9333
|
+
*
|
9334
|
+
* @beta
|
9335
|
+
*/
|
9336
|
+
export declare interface MessagingPolicy {
|
9337
|
+
/**
|
9338
|
+
* Boolean to track whether or not messages are restricted to only text.
|
9339
|
+
* */
|
9340
|
+
textOnlyChat?: boolean;
|
9341
|
+
}
|
9342
|
+
|
8109
9343
|
/**
|
8110
9344
|
* A button to turn microphone on / off.
|
8111
9345
|
*
|
@@ -8176,6 +9410,24 @@ export declare interface MicrophoneButtonProps extends ControlBarButtonProps {
|
|
8176
9410
|
* Styles for {@link MicrophoneButton} and the device selection flyout.
|
8177
9411
|
*/
|
8178
9412
|
styles?: Partial<MicrophoneButtonStyles>;
|
9413
|
+
/**
|
9414
|
+
* Whether the deep noise suppression is on or off
|
9415
|
+
*
|
9416
|
+
* @beta
|
9417
|
+
*/
|
9418
|
+
isDeepNoiseSuppressionOn?: boolean;
|
9419
|
+
/**
|
9420
|
+
* Callback when noise suppression is clicked
|
9421
|
+
*
|
9422
|
+
* @beta
|
9423
|
+
*/
|
9424
|
+
onClickNoiseSuppression?: () => void;
|
9425
|
+
/**
|
9426
|
+
* Show/Hide the deep noise suppression button
|
9427
|
+
*
|
9428
|
+
* @beta
|
9429
|
+
*/
|
9430
|
+
showNoiseSuppressionButton?: boolean;
|
8179
9431
|
}
|
8180
9432
|
|
8181
9433
|
/**
|
@@ -8260,6 +9512,21 @@ export declare interface MicrophoneButtonStrings {
|
|
8260
9512
|
* Aria description for the microphone button
|
8261
9513
|
*/
|
8262
9514
|
microphoneAriaDescription?: string;
|
9515
|
+
/**
|
9516
|
+
* Title for deep noise suppression button
|
9517
|
+
* @beta
|
9518
|
+
*/
|
9519
|
+
deepNoiseSuppressionTitle?: string;
|
9520
|
+
/**
|
9521
|
+
* Noise Suppression turned on string for announcer
|
9522
|
+
* @beta
|
9523
|
+
*/
|
9524
|
+
deepNoiseSuppressionOnAnnouncement?: string;
|
9525
|
+
/**
|
9526
|
+
* Noise Suppression turned off string for announcer
|
9527
|
+
* @beta
|
9528
|
+
*/
|
9529
|
+
deepNoiseSuppressionOffAnnouncement?: string;
|
8263
9530
|
}
|
8264
9531
|
|
8265
9532
|
/**
|
@@ -8274,6 +9541,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
8274
9541
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
8275
9542
|
}
|
8276
9543
|
|
9544
|
+
/**
|
9545
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
9546
|
+
* by their browsers settings.
|
9547
|
+
*
|
9548
|
+
* @beta
|
9549
|
+
*/
|
9550
|
+
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
9551
|
+
|
9552
|
+
/**
|
9553
|
+
* @beta
|
9554
|
+
* Props for MicrophoneSitePermissions component.
|
9555
|
+
*/
|
9556
|
+
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
9557
|
+
/** Icon name for the microphone icon */
|
9558
|
+
microphoneIconName?: string;
|
9559
|
+
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
9560
|
+
strings?: MicrophoneSitePermissionsStrings;
|
9561
|
+
}
|
9562
|
+
|
9563
|
+
/**
|
9564
|
+
* @beta
|
9565
|
+
* Strings for MicrophoneSitePermissions component.
|
9566
|
+
*/
|
9567
|
+
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
9568
|
+
|
8277
9569
|
/**
|
8278
9570
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
8279
9571
|
*
|
@@ -8525,6 +9817,10 @@ export declare interface NotificationStackStrings {
|
|
8525
9817
|
* An error message when starting spotlight while max participants are spotlighted
|
8526
9818
|
*/
|
8527
9819
|
startSpotlightWhileMaxParticipantsAreSpotlighted?: NotificationStrings;
|
9820
|
+
/**
|
9821
|
+
* Muted by a remote participant message
|
9822
|
+
*/
|
9823
|
+
mutedByRemoteParticipant?: NotificationStrings;
|
8528
9824
|
/**
|
8529
9825
|
* Speaking while muted message
|
8530
9826
|
*/
|
@@ -8561,6 +9857,26 @@ export declare interface NotificationStackStrings {
|
|
8561
9857
|
* Transcription stopped but recording still going on message
|
8562
9858
|
*/
|
8563
9859
|
transcriptionStoppedStillRecording?: NotificationStrings;
|
9860
|
+
/**
|
9861
|
+
* Message shown in notification when the user will be automatically to their assigned breakout room that is opened
|
9862
|
+
*/
|
9863
|
+
assignedBreakoutRoomOpened?: NotificationStrings;
|
9864
|
+
/**
|
9865
|
+
* Message shown in notification when the user is prompted to join their assigned breakout room that is opened
|
9866
|
+
*/
|
9867
|
+
assignedBreakoutRoomOpenedPromptJoin?: NotificationStrings;
|
9868
|
+
/**
|
9869
|
+
* Message shown in notification when the user is assigned breakout room is changed
|
9870
|
+
*/
|
9871
|
+
assignedBreakoutRoomChanged?: NotificationStrings;
|
9872
|
+
/**
|
9873
|
+
* Message shown in notification when breakout room is joined
|
9874
|
+
*/
|
9875
|
+
breakoutRoomJoined?: NotificationStrings;
|
9876
|
+
/**
|
9877
|
+
* Message shown in notification when breakout room is closing soon
|
9878
|
+
*/
|
9879
|
+
breakoutRoomClosingSoon?: NotificationStrings;
|
8564
9880
|
}
|
8565
9881
|
|
8566
9882
|
/**
|
@@ -8591,6 +9907,9 @@ export declare interface NotificationStrings {
|
|
8591
9907
|
secondaryButtonLabel?: string;
|
8592
9908
|
}
|
8593
9909
|
|
9910
|
+
/** @public */
|
9911
|
+
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon';
|
9912
|
+
|
8594
9913
|
/**
|
8595
9914
|
* All notifications that can be shown in the {@link NotificationStack}.
|
8596
9915
|
*
|
@@ -8621,6 +9940,20 @@ userId?: string, options?: CustomAvatarOptions,
|
|
8621
9940
|
*/
|
8622
9941
|
defaultOnRender?: (props: CustomAvatarOptions) => JSX.Element) => JSX.Element | undefined;
|
8623
9942
|
|
9943
|
+
/**
|
9944
|
+
*
|
9945
|
+
* Dependency resolution for video background effects using lazy loading.
|
9946
|
+
* @beta
|
9947
|
+
*/
|
9948
|
+
export declare const onResolveDeepNoiseSuppressionDependency: () => Promise<DeepNoiseSuppressionEffectDependency>;
|
9949
|
+
|
9950
|
+
/**
|
9951
|
+
*
|
9952
|
+
* Dependency resolution for video background effects using lazy loading.
|
9953
|
+
* @beta
|
9954
|
+
*/
|
9955
|
+
export declare const onResolveDeepNoiseSuppressionDependencyLazy: () => Promise<DeepNoiseSuppressionEffectDependency>;
|
9956
|
+
|
8624
9957
|
/**
|
8625
9958
|
* Dependency resolution for video background effects.
|
8626
9959
|
*
|
@@ -8841,9 +10174,15 @@ export declare type ParticipantListProps = {
|
|
8841
10174
|
onFetchParticipantMenuItems?: ParticipantMenuItemsCallback;
|
8842
10175
|
/** Optional callback when rendered ParticipantItem is clicked */
|
8843
10176
|
onParticipantClick?: (participant?: ParticipantListParticipant) => void;
|
10177
|
+
/** Optional callback to render a context menu to mute a participant */
|
10178
|
+
onMuteParticipant?: (userId: string) => Promise<void>;
|
8844
10179
|
styles?: ParticipantListStyles;
|
8845
10180
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
8846
10181
|
showParticipantOverflowTooltip?: boolean;
|
10182
|
+
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
10183
|
+
totalParticipantCount?: number;
|
10184
|
+
/** Strings for the participant list */
|
10185
|
+
strings?: ParticipantListStrings;
|
8847
10186
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
8848
10187
|
participantAriaLabelledBy?: string;
|
8849
10188
|
/** List of pinned participants */
|
@@ -8858,8 +10197,21 @@ export declare type ParticipantListProps = {
|
|
8858
10197
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
8859
10198
|
participants: CallParticipantListParticipant[];
|
8860
10199
|
myUserId: string;
|
10200
|
+
totalParticipantCount?: number;
|
8861
10201
|
};
|
8862
10202
|
|
10203
|
+
/**
|
10204
|
+
* Strings for the {@link ParticipantList}.
|
10205
|
+
*
|
10206
|
+
* @beta
|
10207
|
+
*/
|
10208
|
+
export declare interface ParticipantListStrings {
|
10209
|
+
/**
|
10210
|
+
* String for rendering the count of participants not contained in the displayed participant list
|
10211
|
+
*/
|
10212
|
+
overflowParticipantCount?: string;
|
10213
|
+
}
|
10214
|
+
|
8863
10215
|
/**
|
8864
10216
|
* Styles for the {@link ParticipantList}.
|
8865
10217
|
*
|
@@ -9334,8 +10686,28 @@ export declare interface RecordingCallFeature {
|
|
9334
10686
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
9335
10687
|
*/
|
9336
10688
|
isRecordingActive: boolean;
|
10689
|
+
/**
|
10690
|
+
* Contains list of information of started recordings
|
10691
|
+
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
10692
|
+
*/
|
10693
|
+
activeRecordings?: RecordingInfo[];
|
10694
|
+
/**
|
10695
|
+
* Contains list of information of stopped recordings
|
10696
|
+
*/
|
10697
|
+
lastStoppedRecording?: RecordingInfo[];
|
9337
10698
|
}
|
9338
10699
|
|
10700
|
+
/**
|
10701
|
+
* State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
|
10702
|
+
*
|
10703
|
+
* @beta
|
10704
|
+
*/
|
10705
|
+
export declare type RemoteDiagnosticState = {
|
10706
|
+
readonly diagnostic: NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType;
|
10707
|
+
readonly value: DiagnosticQuality | DiagnosticFlag;
|
10708
|
+
readonly valueType: DiagnosticValueType;
|
10709
|
+
};
|
10710
|
+
|
9339
10711
|
/**
|
9340
10712
|
* State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
|
9341
10713
|
* automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -9399,6 +10771,10 @@ export declare interface RemoteParticipantState {
|
|
9399
10771
|
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
|
9400
10772
|
*/
|
9401
10773
|
spotlight?: SpotlightState;
|
10774
|
+
/**
|
10775
|
+
* The diagnostic status of RemoteParticipant{@link @azure/communication-calling#RemoteDiagnostics}.
|
10776
|
+
*/
|
10777
|
+
diagnostic?: RemoteDiagnosticState;
|
9402
10778
|
}
|
9403
10779
|
|
9404
10780
|
/**
|
@@ -9472,6 +10848,252 @@ export declare type ResourceFetchResult = {
|
|
9472
10848
|
error?: Error;
|
9473
10849
|
};
|
9474
10850
|
|
10851
|
+
/**
|
10852
|
+
* Options for the rich text editor edit box configuration.
|
10853
|
+
*
|
10854
|
+
* @beta
|
10855
|
+
*/
|
10856
|
+
export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
|
10857
|
+
/**
|
10858
|
+
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
10859
|
+
* When not provided, pasting images into rich text editor will be disabled.
|
10860
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
10861
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
10862
|
+
* @param messageId - the id of the message that the inlineImage belongs to.
|
10863
|
+
*/
|
10864
|
+
onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
10865
|
+
/**
|
10866
|
+
* Optional callback invoked after inline image is removed from the UI.
|
10867
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
10868
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
10869
|
+
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
10870
|
+
* @param messageId - the id of the message that the inlineImage belongs to.
|
10871
|
+
*/
|
10872
|
+
onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
10873
|
+
/**
|
10874
|
+
* Optional Record of type {@link AttachmentMetadataInProgress}
|
10875
|
+
* to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
|
10876
|
+
* - there is an error provided in the messagesInlineImagesWithProgress
|
10877
|
+
* - progress is less than 1 when the send button is clicked
|
10878
|
+
* - content html string is longer than the max allowed length.
|
10879
|
+
* (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
|
10880
|
+
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
10881
|
+
*/
|
10882
|
+
messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
|
10883
|
+
}
|
10884
|
+
|
10885
|
+
/**
|
10886
|
+
* Options for the rich text editor configuration.
|
10887
|
+
*
|
10888
|
+
* @beta
|
10889
|
+
*/
|
10890
|
+
export declare interface RichTextEditorOptions {
|
10891
|
+
/**
|
10892
|
+
* Optional callback to handle paste event.
|
10893
|
+
*/
|
10894
|
+
onPaste?: (event: {
|
10895
|
+
content: DocumentFragment;
|
10896
|
+
}) => void;
|
10897
|
+
}
|
10898
|
+
|
10899
|
+
/**
|
10900
|
+
* A component to render SendBox with Rich Text Editor support.
|
10901
|
+
*
|
10902
|
+
* @beta
|
10903
|
+
*/
|
10904
|
+
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
10905
|
+
|
10906
|
+
/**
|
10907
|
+
* Props for {@link RichTextSendBox}.
|
10908
|
+
*
|
10909
|
+
* @beta
|
10910
|
+
*/
|
10911
|
+
export declare interface RichTextSendBoxProps {
|
10912
|
+
/**
|
10913
|
+
* Optional boolean to disable text box
|
10914
|
+
* @defaultValue false
|
10915
|
+
*/
|
10916
|
+
disabled?: boolean;
|
10917
|
+
/**
|
10918
|
+
* Optional callback to handle paste event.
|
10919
|
+
*/
|
10920
|
+
onPaste?: (event: {
|
10921
|
+
content: DocumentFragment;
|
10922
|
+
}) => void;
|
10923
|
+
/**
|
10924
|
+
* Optional strings to override in component
|
10925
|
+
*/
|
10926
|
+
strings?: Partial<RichTextSendBoxStrings>;
|
10927
|
+
/**
|
10928
|
+
* Optional text for system message above the text box
|
10929
|
+
*/
|
10930
|
+
systemMessage?: string;
|
10931
|
+
/**
|
10932
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
10933
|
+
* to render attachments being uploaded in the SendBox.
|
10934
|
+
* @beta
|
10935
|
+
*/
|
10936
|
+
attachments?: AttachmentMetadataInProgress[];
|
10937
|
+
/**
|
10938
|
+
* enumerable to determine if the input box has focus on render or not.
|
10939
|
+
* When undefined nothing has focus on render
|
10940
|
+
*/
|
10941
|
+
autoFocus?: 'sendBoxTextField';
|
10942
|
+
/**
|
10943
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
10944
|
+
* cancel icon.
|
10945
|
+
*/
|
10946
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
10947
|
+
/**
|
10948
|
+
* Optional callback invoked after inline image is removed from the UI.
|
10949
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
10950
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
10951
|
+
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
10952
|
+
*/
|
10953
|
+
onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
|
10954
|
+
/**
|
10955
|
+
* Callback function used when the send button is clicked.
|
10956
|
+
*/
|
10957
|
+
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
10958
|
+
/**
|
10959
|
+
* Optional callback called when user is typing
|
10960
|
+
*/
|
10961
|
+
onTyping?: () => Promise<void>;
|
10962
|
+
/**
|
10963
|
+
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
10964
|
+
* When not provided, pasting images into rich text editor will be disabled.
|
10965
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
10966
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
10967
|
+
*/
|
10968
|
+
onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
|
10969
|
+
/**
|
10970
|
+
* Optional Array of type {@link AttachmentMetadataInProgress}
|
10971
|
+
* to render the errorBar for inline images inserted in the RichTextSendBox when:
|
10972
|
+
* - there is an error provided in the inlineImagesWithProgress
|
10973
|
+
* - progress is less than 1 when the send button is clicked
|
10974
|
+
* - content html string is longer than the max allowed length.
|
10975
|
+
* (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
|
10976
|
+
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
10977
|
+
*/
|
10978
|
+
inlineImagesWithProgress?: AttachmentMetadataInProgress[];
|
10979
|
+
}
|
10980
|
+
|
10981
|
+
/**
|
10982
|
+
* Strings of {@link RichTextSendBox} that can be overridden.
|
10983
|
+
*
|
10984
|
+
* @beta
|
10985
|
+
*/
|
10986
|
+
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
10987
|
+
}
|
10988
|
+
|
10989
|
+
/**
|
10990
|
+
* Strings of RichText that can be overridden.
|
10991
|
+
*
|
10992
|
+
* @beta
|
10993
|
+
*/
|
10994
|
+
export declare interface RichTextStrings {
|
10995
|
+
/**
|
10996
|
+
* Tooltip text for the bold button.
|
10997
|
+
*/
|
10998
|
+
richTextBoldTooltip: string;
|
10999
|
+
/**
|
11000
|
+
* Tooltip text for the italic button.
|
11001
|
+
*/
|
11002
|
+
richTextItalicTooltip: string;
|
11003
|
+
/**
|
11004
|
+
* Tooltip text for the underline button.
|
11005
|
+
*/
|
11006
|
+
richTextUnderlineTooltip: string;
|
11007
|
+
/**
|
11008
|
+
* Tooltip text for the bullet list button.
|
11009
|
+
*/
|
11010
|
+
richTextBulletListTooltip: string;
|
11011
|
+
/**
|
11012
|
+
* Tooltip text for the number list button.
|
11013
|
+
*/
|
11014
|
+
richTextNumberListTooltip: string;
|
11015
|
+
/**
|
11016
|
+
* Tooltip text for the increase indent button.
|
11017
|
+
*/
|
11018
|
+
richTextIncreaseIndentTooltip: string;
|
11019
|
+
/**
|
11020
|
+
* Tooltip text for the decrease indent button.
|
11021
|
+
*/
|
11022
|
+
richTextDecreaseIndentTooltip: string;
|
11023
|
+
/**
|
11024
|
+
* Tooltip text insert table button.
|
11025
|
+
*/
|
11026
|
+
richTextInsertTableTooltip: string;
|
11027
|
+
/**
|
11028
|
+
* Tooltip text for the rich text format button button.
|
11029
|
+
*/
|
11030
|
+
richTextFormatButtonTooltip: string;
|
11031
|
+
/**
|
11032
|
+
* Text for the insert menu item.
|
11033
|
+
*/
|
11034
|
+
richTextInsertRowOrColumnMenu: string;
|
11035
|
+
/**
|
11036
|
+
* Title for the insert table menu.
|
11037
|
+
*/
|
11038
|
+
richTextInsertTableMenuTitle: string;
|
11039
|
+
/**
|
11040
|
+
* Text for the insert menu item to insert row above the current selection.
|
11041
|
+
*/
|
11042
|
+
richTextInsertRowAboveMenu: string;
|
11043
|
+
/**
|
11044
|
+
* Text for the insert menu item to insert row below the current selection.
|
11045
|
+
*/
|
11046
|
+
richTextInsertRowBelowMenu: string;
|
11047
|
+
/**
|
11048
|
+
* Text for the insert menu item to insert column to the left from the current selection.
|
11049
|
+
*/
|
11050
|
+
richTextInsertColumnLeftMenu: string;
|
11051
|
+
/**
|
11052
|
+
* Text for the insert menu item to insert column to the right from the current selection.
|
11053
|
+
*/
|
11054
|
+
richTextInsertColumnRightMenu: string;
|
11055
|
+
/**
|
11056
|
+
* Text for the delete row or column menu.
|
11057
|
+
*/
|
11058
|
+
richTextDeleteRowOrColumnMenu: string;
|
11059
|
+
/**
|
11060
|
+
* Text for the delete column menu.
|
11061
|
+
*/
|
11062
|
+
richTextDeleteColumnMenu: string;
|
11063
|
+
/**
|
11064
|
+
* Text for the delete row menu.
|
11065
|
+
*/
|
11066
|
+
richTextDeleteRowMenu: string;
|
11067
|
+
/**
|
11068
|
+
* Text for the delete table menu.
|
11069
|
+
*/
|
11070
|
+
richTextDeleteTableMenu: string;
|
11071
|
+
/**
|
11072
|
+
* Text for the rich text toolbar more button.
|
11073
|
+
*/
|
11074
|
+
richTextToolbarMoreButtonAriaLabel: string;
|
11075
|
+
/**
|
11076
|
+
* Text for announcement when a new bulleted list item is added.
|
11077
|
+
*/
|
11078
|
+
richTextNewBulletedListItemAnnouncement: string;
|
11079
|
+
/**
|
11080
|
+
* Text for announcement when a new numbered list item is added.
|
11081
|
+
*/
|
11082
|
+
richTextNewNumberedListItemAnnouncement: string;
|
11083
|
+
/**
|
11084
|
+
* Text for announcement when the bulleted list style is applied.
|
11085
|
+
*/
|
11086
|
+
richTextBulletedListAppliedAnnouncement: string;
|
11087
|
+
/**
|
11088
|
+
* Text for announcement when the numbered list style is applied.
|
11089
|
+
*/
|
11090
|
+
richTextNumberedListAppliedAnnouncement: string;
|
11091
|
+
/**
|
11092
|
+
* Error message indicating image upload is not complete.
|
11093
|
+
*/
|
11094
|
+
imageUploadsPendingError: string;
|
11095
|
+
}
|
11096
|
+
|
9475
11097
|
/**
|
9476
11098
|
* A button to start / stop screen sharing.
|
9477
11099
|
*
|
@@ -9543,6 +11165,42 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
9543
11165
|
*/
|
9544
11166
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
9545
11167
|
|
11168
|
+
/**
|
11169
|
+
* @beta
|
11170
|
+
* Error to be displayed to the user in an error bar above sendbox.
|
11171
|
+
*/
|
11172
|
+
export declare interface SendBoxErrorBarError {
|
11173
|
+
/** Error Message to be displayed */
|
11174
|
+
message: string;
|
11175
|
+
/**
|
11176
|
+
* Unix Timestamp. Preferred generation using `Date.now()`
|
11177
|
+
*/
|
11178
|
+
timestamp: number;
|
11179
|
+
/**
|
11180
|
+
* ErrorBar type. Defaults to `warning`.
|
11181
|
+
*/
|
11182
|
+
errorBarType?: SendBoxErrorBarType;
|
11183
|
+
}
|
11184
|
+
|
11185
|
+
/**
|
11186
|
+
* @beta
|
11187
|
+
* Error bar type for {@link SendBoxErrorBarError}
|
11188
|
+
*/
|
11189
|
+
export declare enum SendBoxErrorBarType {
|
11190
|
+
/** Info styled MessageBar */
|
11191
|
+
info = 0,
|
11192
|
+
/** Error styled MessageBar */
|
11193
|
+
error = 1,
|
11194
|
+
/** Blocked styled MessageBar */
|
11195
|
+
blocked = 2,
|
11196
|
+
/** SevereWarning styled MessageBar */
|
11197
|
+
severeWarning = 3,
|
11198
|
+
/** Success styled MessageBar */
|
11199
|
+
success = 4,
|
11200
|
+
/** Warning styled MessageBar */
|
11201
|
+
warning = 5
|
11202
|
+
}
|
11203
|
+
|
9546
11204
|
/**
|
9547
11205
|
* Props for {@link SendBox}.
|
9548
11206
|
*
|
@@ -9561,7 +11219,12 @@ export declare interface SendBoxProps {
|
|
9561
11219
|
/**
|
9562
11220
|
* Optional override behavior on send button click
|
9563
11221
|
*/
|
9564
|
-
onSendMessage?: (content: string) => Promise<void>;
|
11222
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
11223
|
+
/**
|
11224
|
+
* Optional props needed to lookup suggestions in the mention scenario.
|
11225
|
+
* @beta
|
11226
|
+
*/
|
11227
|
+
mentionLookupOptions?: MentionLookupOptions;
|
9565
11228
|
/**
|
9566
11229
|
* Optional callback called when user is typing
|
9567
11230
|
*/
|
@@ -9598,6 +11261,25 @@ export declare interface SendBoxProps {
|
|
9598
11261
|
* When undefined nothing has focus on render
|
9599
11262
|
*/
|
9600
11263
|
autoFocus?: 'sendBoxTextField';
|
11264
|
+
/**
|
11265
|
+
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
11266
|
+
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
11267
|
+
* be rendered below the text area in sendBox.
|
11268
|
+
* @beta
|
11269
|
+
*/
|
11270
|
+
onRenderAttachmentUploads?: () => JSX.Element;
|
11271
|
+
/**
|
11272
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
11273
|
+
* to render attachments being uploaded in the SendBox.
|
11274
|
+
* @beta
|
11275
|
+
*/
|
11276
|
+
attachments?: AttachmentMetadataInProgress[];
|
11277
|
+
/**
|
11278
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
11279
|
+
* cancel icon.
|
11280
|
+
* @beta
|
11281
|
+
*/
|
11282
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
9601
11283
|
}
|
9602
11284
|
|
9603
11285
|
/**
|
@@ -9628,6 +11310,26 @@ export declare interface SendBoxStrings {
|
|
9628
11310
|
* Aria label for send message button
|
9629
11311
|
*/
|
9630
11312
|
sendButtonAriaLabel: string;
|
11313
|
+
/**
|
11314
|
+
* Error message indicating that all attachment uploads are not complete.
|
11315
|
+
*/
|
11316
|
+
attachmentUploadsPendingError: string;
|
11317
|
+
/**
|
11318
|
+
* Aria label to notify user when focus is on cancel attachment upload button.
|
11319
|
+
*/
|
11320
|
+
removeAttachment: string;
|
11321
|
+
/**
|
11322
|
+
* Aria label to notify user attachment uploading starts.
|
11323
|
+
*/
|
11324
|
+
uploading: string;
|
11325
|
+
/**
|
11326
|
+
* Aria label to notify user attachment is uploaded.
|
11327
|
+
*/
|
11328
|
+
uploadCompleted: string;
|
11329
|
+
/**
|
11330
|
+
* Aria label to notify user more attachment action menu.
|
11331
|
+
*/
|
11332
|
+
attachmentMoreMenu: string;
|
9631
11333
|
}
|
9632
11334
|
|
9633
11335
|
/**
|
@@ -9648,6 +11350,45 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
9648
11350
|
systemMessage?: IStyle;
|
9649
11351
|
}
|
9650
11352
|
|
11353
|
+
/**
|
11354
|
+
* @beta
|
11355
|
+
* Strings for SitePermissions component
|
11356
|
+
*/
|
11357
|
+
export declare type SitePermissionsStrings = {
|
11358
|
+
/**
|
11359
|
+
* Main text string.
|
11360
|
+
*/
|
11361
|
+
primaryText?: string;
|
11362
|
+
/**
|
11363
|
+
* Subtext string.
|
11364
|
+
*/
|
11365
|
+
secondaryText?: string;
|
11366
|
+
/**
|
11367
|
+
* More help link string.
|
11368
|
+
*/
|
11369
|
+
linkText?: string;
|
11370
|
+
/**
|
11371
|
+
* Primary button text string.
|
11372
|
+
*/
|
11373
|
+
primaryButtonText?: string;
|
11374
|
+
/**
|
11375
|
+
* Aria label describing the content of the container
|
11376
|
+
*/
|
11377
|
+
ariaLabel?: string;
|
11378
|
+
};
|
11379
|
+
|
11380
|
+
/**
|
11381
|
+
* Fluent styles for {@link SitePermissionsContainer}.
|
11382
|
+
*
|
11383
|
+
* @beta
|
11384
|
+
*/
|
11385
|
+
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
11386
|
+
/** Styles for the primary button. */
|
11387
|
+
primaryButton?: IButtonStyles;
|
11388
|
+
/** Styles for the help troubleshooting link text. */
|
11389
|
+
troubleshootingLink?: ILinkStyles;
|
11390
|
+
}
|
11391
|
+
|
9651
11392
|
/**
|
9652
11393
|
* @public
|
9653
11394
|
* Type for representing a custom sound to use for a calling event
|
@@ -9828,7 +11569,7 @@ export declare interface SpotlightState {
|
|
9828
11569
|
* Identifier types for initiating a call using the CallAdapter
|
9829
11570
|
* @public
|
9830
11571
|
*/
|
9831
|
-
export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | PhoneNumberIdentifier | CommunicationUserIdentifier | MicrosoftTeamsUserIdentifier | UnknownIdentifier) | CommunicationIdentifier;
|
11572
|
+
export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | /* @conditional-compile-remove(PSTN-calls) */ PhoneNumberIdentifier | /* @conditional-compile-remove(one-to-n-calling) */ CommunicationUserIdentifier | /* @conditional-compile-remove(teams-adhoc-call) */ MicrosoftTeamsUserIdentifier | UnknownIdentifier) | /* @conditional-compile-remove(start-call-beta) */ CommunicationIdentifier;
|
9832
11573
|
|
9833
11574
|
/**
|
9834
11575
|
* Options passed to adapter.startCaptions
|
@@ -9844,6 +11585,13 @@ export declare interface StartCaptionsAdapterOptions extends StartCaptionsOption
|
|
9844
11585
|
startInBackground?: boolean;
|
9845
11586
|
}
|
9846
11587
|
|
11588
|
+
/**
|
11589
|
+
* Parameter to start a call using a Teams user identity.
|
11590
|
+
*
|
11591
|
+
* @beta
|
11592
|
+
*/
|
11593
|
+
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
11594
|
+
|
9847
11595
|
/**
|
9848
11596
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
9849
11597
|
* The interface provides access to proxied state and also allows registering a handler for state change events. For
|
@@ -9955,6 +11703,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
9955
11703
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
9956
11704
|
*/
|
9957
11705
|
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
11706
|
+
/** @conditional-compile-remove(one-to-n-calling) */
|
9958
11707
|
/**
|
9959
11708
|
* The CallAgent is used to handle calls.
|
9960
11709
|
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
@@ -9991,7 +11740,7 @@ export declare type StatefulCallClientArgs = {
|
|
9991
11740
|
* UserId from SDK. This is provided for developer convenience to easily access the userId from the
|
9992
11741
|
* state. It is not used by StatefulCallClient.
|
9993
11742
|
*/
|
9994
|
-
userId: CommunicationUserIdentifier | MicrosoftTeamsUserIdentifier;
|
11743
|
+
userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
|
9995
11744
|
};
|
9996
11745
|
|
9997
11746
|
/**
|
@@ -10284,7 +12033,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
10284
12033
|
* @public
|
10285
12034
|
*/
|
10286
12035
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
10287
|
-
locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
|
12036
|
+
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
|
10288
12037
|
};
|
10289
12038
|
|
10290
12039
|
/**
|
@@ -10307,7 +12056,7 @@ export declare type TeamsCallAdapterArgsCommon = {
|
|
10307
12056
|
* @public
|
10308
12057
|
*/
|
10309
12058
|
export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
|
10310
|
-
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | TeamsCall;
|
12059
|
+
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
10311
12060
|
}
|
10312
12061
|
|
10313
12062
|
/**
|
@@ -10357,6 +12106,17 @@ export declare interface TeamsIncomingCallState {
|
|
10357
12106
|
endTime?: Date;
|
10358
12107
|
}
|
10359
12108
|
|
12109
|
+
/**
|
12110
|
+
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
12111
|
+
*
|
12112
|
+
* This is used to create an outbound call scenarios.
|
12113
|
+
*
|
12114
|
+
* @beta
|
12115
|
+
*/
|
12116
|
+
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
12117
|
+
targetCallees: StartTeamsCallIdentifier[];
|
12118
|
+
};
|
12119
|
+
|
10360
12120
|
/**
|
10361
12121
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
10362
12122
|
*
|
@@ -10557,11 +12317,129 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
10557
12317
|
typingString?: IStyle;
|
10558
12318
|
}
|
10559
12319
|
|
12320
|
+
/**
|
12321
|
+
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
12322
|
+
*
|
12323
|
+
* @beta
|
12324
|
+
*/
|
12325
|
+
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
12326
|
+
|
12327
|
+
/**
|
12328
|
+
* props for {@link UnsupportedBrowser} UI
|
12329
|
+
*
|
12330
|
+
* @beta
|
12331
|
+
*/
|
12332
|
+
export declare interface UnsupportedBrowserProps {
|
12333
|
+
/** Handler to perform an action when the help link is actioned */
|
12334
|
+
onTroubleshootingClick?: () => void;
|
12335
|
+
/** String overrides for the component */
|
12336
|
+
strings?: UnsupportedBrowserStrings;
|
12337
|
+
}
|
12338
|
+
|
12339
|
+
/**
|
12340
|
+
* Strings for UnsupportedBrowser component
|
12341
|
+
*
|
12342
|
+
* @beta
|
12343
|
+
*/
|
12344
|
+
export declare interface UnsupportedBrowserStrings {
|
12345
|
+
/** String for the primary text */
|
12346
|
+
primaryText: string;
|
12347
|
+
/** String for the secondary text */
|
12348
|
+
secondaryText: string;
|
12349
|
+
/** String to display in the text for the help link */
|
12350
|
+
moreHelpLinkText: string;
|
12351
|
+
}
|
12352
|
+
|
12353
|
+
/**
|
12354
|
+
* UI to display to the user that the browser version they are using is out of date
|
12355
|
+
* and not supported by Azure Communications Calling service.
|
12356
|
+
*
|
12357
|
+
* @beta
|
12358
|
+
*/
|
12359
|
+
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
12360
|
+
|
12361
|
+
/**
|
12362
|
+
* props for {@link UnsupportedBrowserVersion} UI
|
12363
|
+
*
|
12364
|
+
* @beta
|
12365
|
+
*/
|
12366
|
+
export declare interface UnsupportedBrowserVersionProps {
|
12367
|
+
/** Handler to perform an action when the help link is actioned */
|
12368
|
+
onTroubleshootingClick?: () => void;
|
12369
|
+
/** String overrides for the component */
|
12370
|
+
strings?: UnsupportedBrowserVersionStrings;
|
12371
|
+
/** Handler to allow user to continue into the call */
|
12372
|
+
onContinueAnywayClick?: () => void;
|
12373
|
+
}
|
12374
|
+
|
12375
|
+
/**
|
12376
|
+
* Strings for UnsupportedBrowser component
|
12377
|
+
*
|
12378
|
+
* @beta
|
12379
|
+
*/
|
12380
|
+
export declare interface UnsupportedBrowserVersionStrings {
|
12381
|
+
/** String for the primary text */
|
12382
|
+
primaryText: string;
|
12383
|
+
/** String for the secondary text */
|
12384
|
+
secondaryText: string;
|
12385
|
+
/** String to display in the text for the help link */
|
12386
|
+
moreHelpLinkText: string;
|
12387
|
+
/** String for continue without updating button */
|
12388
|
+
continueAnywayButtonText?: string;
|
12389
|
+
}
|
12390
|
+
|
12391
|
+
/**
|
12392
|
+
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
12393
|
+
*
|
12394
|
+
* @beta
|
12395
|
+
*/
|
12396
|
+
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
12397
|
+
|
12398
|
+
/**
|
12399
|
+
* Props for {@link UnsupportedOperatingSystem} UI
|
12400
|
+
*
|
12401
|
+
* @beta
|
12402
|
+
*/
|
12403
|
+
export declare interface UnsupportedOperatingSystemProps {
|
12404
|
+
/** Handler to perform a action when the help link is actioned */
|
12405
|
+
onTroubleshootingClick?: () => void;
|
12406
|
+
/** String overrides for the component */
|
12407
|
+
strings?: UnsupportedOperatingSystemStrings;
|
12408
|
+
}
|
12409
|
+
|
12410
|
+
/**
|
12411
|
+
* Strings for UnsupportedBrowser component
|
12412
|
+
*
|
12413
|
+
* @beta
|
12414
|
+
*/
|
12415
|
+
export declare interface UnsupportedOperatingSystemStrings {
|
12416
|
+
/** String for the primary text */
|
12417
|
+
primaryText: string;
|
12418
|
+
/** String for the secondary text */
|
12419
|
+
secondaryText: string;
|
12420
|
+
/** String to display in the text for the help link */
|
12421
|
+
moreHelpLinkText: string;
|
12422
|
+
}
|
12423
|
+
|
10560
12424
|
/**
|
10561
12425
|
* @public
|
10562
12426
|
* Callback function run when a message is updated.
|
10563
12427
|
*/
|
10564
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
12428
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
12429
|
+
|
12430
|
+
/**
|
12431
|
+
* Result payload for uploading an image.
|
12432
|
+
*
|
12433
|
+
* @beta
|
12434
|
+
*/
|
12435
|
+
export declare type UploadChatImageResult = {
|
12436
|
+
/** Id of the image. */
|
12437
|
+
id: string;
|
12438
|
+
/** The type of attachment. */
|
12439
|
+
attachmentType?: 'image' | 'file' | 'unknown';
|
12440
|
+
/** The name including file extension type of the attachment. */
|
12441
|
+
name?: string;
|
12442
|
+
};
|
10565
12443
|
|
10566
12444
|
/**
|
10567
12445
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -10719,7 +12597,7 @@ export declare const useSelector: <ParamT extends Selector | undefined>(selector
|
|
10719
12597
|
*
|
10720
12598
|
* @public
|
10721
12599
|
*/
|
10722
|
-
export declare const useTeamsCall: () => undefined | TeamsCall;
|
12600
|
+
export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
10723
12601
|
|
10724
12602
|
/**
|
10725
12603
|
* A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
|
@@ -10735,7 +12613,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
|
|
10735
12613
|
*
|
10736
12614
|
* @public
|
10737
12615
|
*/
|
10738
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
12616
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs | /* @conditional-compile-remove(teams-identity-support-beta) */ TeamsOutboundCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
10739
12617
|
|
10740
12618
|
/**
|
10741
12619
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -10745,7 +12623,7 @@ export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>,
|
|
10745
12623
|
*
|
10746
12624
|
* @public
|
10747
12625
|
*/
|
10748
|
-
export declare const useTeamsCallAgent: () => undefined | TeamsCallAgent;
|
12626
|
+
export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
|
10749
12627
|
|
10750
12628
|
/**
|
10751
12629
|
* React hook to access theme
|
@@ -10886,7 +12764,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
10886
12764
|
/**
|
10887
12765
|
* @public
|
10888
12766
|
*/
|
10889
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
12767
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | 'focusedContent';
|
10890
12768
|
|
10891
12769
|
/**
|
10892
12770
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -10974,7 +12852,7 @@ export declare interface VideoGalleryProps {
|
|
10974
12852
|
onDisposeRemoteScreenShareStreamView?: (userId: string) => Promise<void>;
|
10975
12853
|
/** Callback to dispose a local screen share stream view */
|
10976
12854
|
onDisposeLocalScreenShareStreamView?: () => Promise<void>;
|
10977
|
-
/** Callback to render a
|
12855
|
+
/** Callback to render a participant avatar */
|
10978
12856
|
onRenderAvatar?: OnRenderAvatarCallback;
|
10979
12857
|
/**
|
10980
12858
|
* Whether to display the local video camera switcher button
|
@@ -11058,6 +12936,10 @@ export declare interface VideoGalleryProps {
|
|
11058
12936
|
* Additional Options for Video Tiles
|
11059
12937
|
*/
|
11060
12938
|
videoTilesOptions?: VideoTilesOptions;
|
12939
|
+
/**
|
12940
|
+
* This callback is to mute a remote participant
|
12941
|
+
*/
|
12942
|
+
onMuteParticipant?: (userId: string) => Promise<void>;
|
11061
12943
|
}
|
11062
12944
|
|
11063
12945
|
/**
|
@@ -11177,6 +13059,8 @@ export declare interface VideoGalleryStrings {
|
|
11177
13059
|
stopSpotlightOnSelfVideoTileMenuLabel: string;
|
11178
13060
|
/** String for the attendee role */
|
11179
13061
|
attendeeRole: string;
|
13062
|
+
/** Menu text shown in Video Tile contextual menu to mute a remote participant */
|
13063
|
+
muteParticipantMenuItemLabel: string;
|
11180
13064
|
/** Text shown when waiting for others to join the call */
|
11181
13065
|
waitingScreenText: string;
|
11182
13066
|
}
|