@azure/communication-react 1.26.0 → 1.27.0-alpha-202504170018
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 +1905 -42
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-CWVvEmtx.js +279 -0
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-CWVvEmtx.js.map +1 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-CnQSHZxD.js +51 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-CnQSHZxD.js.map +1 -0
- package/dist/dist-cjs/communication-react/index-OR3tZ44p.js +47834 -0
- package/dist/dist-cjs/communication-react/index-OR3tZ44p.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +177 -38777
- 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 +21 -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.js +1 -4
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js +1 -4
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js +1 -4
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +6 -7
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +5 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +10 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +18 -8
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +55 -14
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +21 -53
- 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 +19 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +135 -69
- 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 +2 -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.js +1 -5
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +37 -6
- 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.d.ts +1 -1
- 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.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +51 -59
- 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 +33 -10
- 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.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.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.js +18 -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.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +23 -13
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.d.ts +5 -0
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +44 -8
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +12 -8
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +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 +144 -3
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +18 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +193 -38
- 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 +102 -111
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.d.ts +14 -0
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js +207 -0
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js.map +1 -0
- 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 +5 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +47 -12
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js +6 -2
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +6 -0
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +32 -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.d.ts +9 -0
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +53 -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/MediaAccessSubscriber.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/RealTimeTextSubscriber.js +3 -0
- package/dist/dist-esm/calling-stateful-client/src/RealTimeTextSubscriber.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 +3 -2
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +71 -64
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +42 -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.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +17 -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/TogetherModeSubscriber.d.ts +24 -0
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +71 -0
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.d.ts +18 -0
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js +34 -0
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.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 +34 -3
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +6 -7
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +3 -0
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +2 -2
- 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 +3 -2
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +6 -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 +68 -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/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/constants.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.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.js.map +1 -1
- package/dist/dist-esm/communication-react/src/mergedHooks.d.ts +2 -2
- 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 +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 +2 -0
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +15 -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 +13 -20
- 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 +60 -28
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +38 -20
- 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 +38 -22
- 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 +63 -27
- 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 +39 -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 +47 -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 +57 -27
- 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 +278 -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 +23 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +50 -6
- 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 +61 -16
- 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 +80 -15
- 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 +15 -14
- 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 +32 -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 +12 -13
- package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +9 -5
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/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 +26 -39
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js +5 -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 +40 -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.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +13 -13
- 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.js +16 -17
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +95 -102
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Notification.js +6 -14
- package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +8 -0
- package/dist/dist-esm/react-components/src/components/NotificationStack.js +12 -9
- package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +21 -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 +15 -0
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +63 -47
- 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/RTTDisclosureBanner.js +7 -4
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.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 +24 -23
- package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RealTimeText.js +7 -2
- package/dist/dist-esm/react-components/src/components/RealTimeText.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js +9 -7
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +25 -16
- 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 +19 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +41 -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 +30 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +96 -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 +59 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +379 -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 +215 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +284 -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/RichTextSendBoxUtils.d.ts +9 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.js +18 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.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 +240 -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 +103 -12
- 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/StartRealTimeTextButton.js +6 -1
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StreamMedia.js +14 -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 +821 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js +107 -0
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js +9 -6
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +20 -0
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +19 -39
- 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 +9 -13
- 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 +15 -13
- 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 +41 -17
- 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.d.ts +5 -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 +8 -8
- 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/TogetherModeLayout.d.ts +10 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js +17 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.d.ts +23 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js +57 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js.map +1 -0
- 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/LocalScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js +1 -5
- 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 +12 -5
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +57 -73
- 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 +39 -31
- 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 +34 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +185 -29
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/VideoTile.js +60 -77
- 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 +21 -0
- package/dist/dist-esm/react-components/src/components/index.js +19 -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 +16 -4
- 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/MessageBarLink.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +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/RTTDisclosureBanner.styles.js +4 -0
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +1 -3
- 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 +2 -2
- 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 +299 -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.js +2 -10
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +38 -0
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +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/TogetherMode.styles.d.ts +98 -0
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js +202 -0
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js.map +1 -0
- 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 +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 +29 -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/Logger.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +73 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +186 -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 +127 -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 +2 -5
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.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/sortCaptionsAndRealTimeTexts.js +11 -3
- package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.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 +37 -27
- 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 +2 -0
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +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/ar-SA/strings.json +0 -10
- 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/cs-CZ/strings.json +0 -10
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/strings.json +0 -10
- 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/de-DE/strings.json +0 -10
- 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/en-GB/strings.json +0 -10
- 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/es-ES/strings.json +0 -10
- package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-MX/strings.json +0 -10
- 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/fi-FI/strings.json +0 -10
- package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-CA/strings.json +0 -10
- 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/fr-FR/strings.json +0 -10
- 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/he-IL/strings.json +0 -10
- 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/it-IT/strings.json +0 -10
- 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/ja-JP/strings.json +0 -10
- 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/ko-KR/strings.json +0 -10
- 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/nb-NO/strings.json +0 -10
- 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/nl-NL/strings.json +0 -10
- 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/pl-PL/strings.json +0 -10
- 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/pt-BR/strings.json +0 -10
- 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/ru-RU/strings.json +0 -10
- 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/sv-SE/strings.json +0 -10
- 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/tr-TR/strings.json +0 -10
- 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-CN/strings.json +0 -10
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +0 -10
- 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 +26 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +136 -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/TogetherModeTypes.d.ts +59 -0
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js +4 -0
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js.map +1 -0
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +2 -0
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/index.d.ts +1 -0
- package/dist/dist-esm/react-components/src/types/index.js +2 -0
- package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/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 +97 -55
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- 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 +43 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +190 -63
- 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 +46 -1
- 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.js +2 -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.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js +11 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +98 -41
- 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 +36 -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 +220 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +10 -18
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +22 -4
- 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 +4 -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 +42 -24
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +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.js +226 -191
- 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.js +26 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +3 -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 +4 -12
- 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.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +86 -37
- 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.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +18 -30
- 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 +115 -16
- 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 +15 -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 +15 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +18 -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 +10 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +10 -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 +2 -5
- 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 +10 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/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 +12 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +94 -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 +65 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +91 -22
- 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.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +20 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +191 -41
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +64 -3
- 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 +6 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +13 -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/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 +8 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/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 +298 -27
- 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 +273 -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 +30 -8
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +154 -72
- 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/adapter/OnFetchProfileCallback.d.ts +39 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/OnFetchProfileCallback.js +203 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/OnFetchProfileCallback.js.map +1 -0
- 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/hooks/useSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +6 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.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.js +9 -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 +24 -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 +7 -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/CallingCaptionsBanner.js +25 -15
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsSettingsModal.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +9 -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/CallingRealTimeTextModal.js +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.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/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/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 +86 -48
- 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 +149 -86
- 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.js +2 -4
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/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.js +136 -135
- 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/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 +23 -12
- 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 +14 -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 +8 -16
- 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 +18 -13
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/constants.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 +37 -2
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +12 -4
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +4 -10
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +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.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +19 -14
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/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/es-MX/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-CA/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/package.json +3 -3
@@ -17,6 +17,7 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
17
17
|
import { CallDirection } from '@azure/communication-calling';
|
18
18
|
import { CallEndReason } from '@azure/communication-calling';
|
19
19
|
import { CallerInfo } from '@azure/communication-calling';
|
20
|
+
import { CallInfo } from '@azure/communication-calling';
|
20
21
|
import { CallKind } from '@azure/communication-calling';
|
21
22
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
22
23
|
import { CallSurvey } from '@azure/communication-calling';
|
@@ -38,6 +39,9 @@ import type { CommunicationUserKind } from '@azure/communication-common';
|
|
38
39
|
import { CreateViewOptions } from '@azure/communication-calling';
|
39
40
|
import { DeviceAccess } from '@azure/communication-calling';
|
40
41
|
import { DeviceManager } from '@azure/communication-calling';
|
42
|
+
import type { DiagnosticFlag } from '@azure/communication-calling';
|
43
|
+
import type { DiagnosticQuality } from '@azure/communication-calling';
|
44
|
+
import type { DiagnosticValueType } from '@azure/communication-calling';
|
41
45
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
42
46
|
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
43
47
|
import { EnvironmentInfo } from '@azure/communication-calling';
|
@@ -50,6 +54,7 @@ import { IContextualMenuProps } from '@fluentui/react';
|
|
50
54
|
import { IContextualMenuStyles } from '@fluentui/react';
|
51
55
|
import { IIconProps } from '@fluentui/react';
|
52
56
|
import { IIconStyles } from '@fluentui/react';
|
57
|
+
import { ILinkStyles } from '@fluentui/react';
|
53
58
|
import { IMessageBarProps } from '@fluentui/react';
|
54
59
|
import { IncomingCall } from '@azure/communication-calling';
|
55
60
|
import { IncomingCallKind } from '@azure/communication-calling';
|
@@ -63,12 +68,15 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
|
|
63
68
|
import { ITextFieldStyles } from '@fluentui/react';
|
64
69
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
65
70
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
71
|
+
import { LocalRecordingInfo } from '@azure/communication-calling';
|
66
72
|
import { LocalVideoStream } from '@azure/communication-calling';
|
67
73
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
74
|
+
import type { MediaDiagnosticType } from '@azure/communication-calling';
|
68
75
|
import { MediaStreamType } from '@azure/communication-calling';
|
69
76
|
import { MicrosoftTeamsAppIdentifier } from '@azure/communication-common';
|
70
77
|
import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
71
78
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
79
|
+
import type { NetworkDiagnosticType } from '@azure/communication-calling';
|
72
80
|
import { PartialTheme } from '@fluentui/react';
|
73
81
|
import { ParticipantCapabilities } from '@azure/communication-calling';
|
74
82
|
import { ParticipantInfo } from '@azure/communication-calling';
|
@@ -84,11 +92,13 @@ import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
|
84
92
|
import { ReactionMessage } from '@azure/communication-calling';
|
85
93
|
import { RealTimeTextInfo as RealTimeTextInfo_2 } from '@azure/communication-calling';
|
86
94
|
import { RealTimeTextResultType } from '@azure/communication-calling';
|
95
|
+
import { RecordingInfo } from '@azure/communication-calling';
|
87
96
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
88
97
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
89
98
|
import { RoomCallLocator } from '@azure/communication-calling';
|
90
99
|
import { ScalingMode } from '@azure/communication-calling';
|
91
100
|
import { SendMessageOptions } from '@azure/communication-chat';
|
101
|
+
import type { ServerDiagnosticType } from '@azure/communication-calling';
|
92
102
|
import { SpotlightedParticipant } from '@azure/communication-calling';
|
93
103
|
import { StartCallOptions } from '@azure/communication-calling';
|
94
104
|
import { StartCaptionsOptions } from '@azure/communication-calling';
|
@@ -273,6 +283,40 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
273
283
|
*/
|
274
284
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
275
285
|
|
286
|
+
/**
|
287
|
+
* @beta
|
288
|
+
* A callback function that defines what actions user can perform on an attachment.
|
289
|
+
* By default, the UI library would have default actions that opens attachment URL in a new tab.
|
290
|
+
* You can override the default actions or add new actions by providing this callback function.
|
291
|
+
* Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
|
292
|
+
*
|
293
|
+
* @param attachment - The file attachment that user is trying to perform actions on.
|
294
|
+
* @param message - The chat message that contains this attachment.
|
295
|
+
* @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
|
296
|
+
*/
|
297
|
+
export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
|
298
|
+
|
299
|
+
/**
|
300
|
+
* @beta
|
301
|
+
*
|
302
|
+
* Attachment download options defines the list of actions that can be performed on an attachment.
|
303
|
+
*/
|
304
|
+
export declare interface AttachmentDownloadOptions {
|
305
|
+
actionsForAttachment: AttachmentActionHandler;
|
306
|
+
}
|
307
|
+
|
308
|
+
/**
|
309
|
+
* @beta
|
310
|
+
*
|
311
|
+
* Attachment menu action defines buttons that can be shown on the attachment card.
|
312
|
+
* If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
|
313
|
+
*/
|
314
|
+
export declare interface AttachmentMenuAction {
|
315
|
+
name: string;
|
316
|
+
icon: JSX.Element;
|
317
|
+
onClick: (attachment: AttachmentMetadata) => Promise<void>;
|
318
|
+
}
|
319
|
+
|
276
320
|
/**
|
277
321
|
* Data model that represents a chat message attachment
|
278
322
|
* where it contains an ID to uniquely identify the attachment,
|
@@ -296,6 +340,150 @@ export declare interface AttachmentMetadata {
|
|
296
340
|
url: string;
|
297
341
|
}
|
298
342
|
|
343
|
+
/**
|
344
|
+
* Data model that represents a chat message attachment being uploaded
|
345
|
+
* where it contains an ID to uniquely identify the attachment,
|
346
|
+
* a name that represents the name of file,
|
347
|
+
* an optional URL to download the attachment,
|
348
|
+
* an optional progress value between 0 and 1 indicating the progress of the upload, and
|
349
|
+
* an optional error object that contains error message would be shown to the user.
|
350
|
+
*
|
351
|
+
*
|
352
|
+
* @beta
|
353
|
+
*/
|
354
|
+
export declare interface AttachmentMetadataInProgress {
|
355
|
+
/**
|
356
|
+
* Unique ID of the attachment.
|
357
|
+
*/
|
358
|
+
id: string;
|
359
|
+
/**
|
360
|
+
* Attachment name to be displayed.
|
361
|
+
*/
|
362
|
+
name: string;
|
363
|
+
/**
|
364
|
+
* Download URL for the attachment.
|
365
|
+
*/
|
366
|
+
url?: string;
|
367
|
+
/**
|
368
|
+
* A number between 0 and 1 indicating the progress of the upload.
|
369
|
+
*/
|
370
|
+
progress?: number;
|
371
|
+
/**
|
372
|
+
* A object contains error message would be shown to the user.
|
373
|
+
*/
|
374
|
+
error?: AttachmentProgressError;
|
375
|
+
}
|
376
|
+
|
377
|
+
/**
|
378
|
+
* @beta
|
379
|
+
*
|
380
|
+
* Attachment Options that defines behaviour for uploading and downloading attachments.
|
381
|
+
*/
|
382
|
+
export declare interface AttachmentOptions {
|
383
|
+
uploadOptions?: AttachmentUploadOptions;
|
384
|
+
downloadOptions?: AttachmentDownloadOptions;
|
385
|
+
}
|
386
|
+
|
387
|
+
/**
|
388
|
+
* @beta
|
389
|
+
* A attachment progress error object that contains message to be shown to
|
390
|
+
* the user when upload fails.
|
391
|
+
*/
|
392
|
+
export declare interface AttachmentProgressError {
|
393
|
+
message: string;
|
394
|
+
}
|
395
|
+
|
396
|
+
/**
|
397
|
+
* @beta
|
398
|
+
* A callback function for handling attachment removed by the user in send box.
|
399
|
+
*
|
400
|
+
* @param attachmentId - The ID of uploaded attachments.
|
401
|
+
*/
|
402
|
+
export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
|
403
|
+
|
404
|
+
/**
|
405
|
+
* @beta
|
406
|
+
* A callback function for handling list of upload tasks that contains files selected by user to upload.
|
407
|
+
*
|
408
|
+
* @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
|
409
|
+
*/
|
410
|
+
export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
|
411
|
+
|
412
|
+
/**
|
413
|
+
* @beta
|
414
|
+
*/
|
415
|
+
export declare interface AttachmentUploadOptions {
|
416
|
+
/**
|
417
|
+
* A list of strings containing the comma separated list of supported media (aka. mime) types.
|
418
|
+
* i.e. ['image/*', 'video/*', 'audio/*']
|
419
|
+
* Default value is `['*']`, meaning all media types are supported.
|
420
|
+
* Similar to the `accept` attribute of the `<input type="attachment" />` element.
|
421
|
+
* @beta
|
422
|
+
*/
|
423
|
+
supportedMediaTypes?: string[];
|
424
|
+
/**
|
425
|
+
* Disable multiple attachments to be selected if set to `true`.
|
426
|
+
* Default value is `false`, meaning multiple attachments can be selected.
|
427
|
+
* Similar to the `multiple` attribute of the `<input type="attachment" />` element.
|
428
|
+
* @beta
|
429
|
+
*/
|
430
|
+
disableMultipleUploads?: boolean;
|
431
|
+
/**
|
432
|
+
* A callback function of type {@link AttachmentSelectionHandler} that will be called
|
433
|
+
* when user finishes selecting files in browser's file picker. This function is required since
|
434
|
+
* this would be where upload logic is implemented to your own storage.
|
435
|
+
* @beta
|
436
|
+
*/
|
437
|
+
handleAttachmentSelection: AttachmentSelectionHandler;
|
438
|
+
/**
|
439
|
+
* A optional callback function that will be called
|
440
|
+
* when user removing files before clicking send message button. This function will be
|
441
|
+
* where you can remove the file from your storage.
|
442
|
+
* @beta
|
443
|
+
*/
|
444
|
+
handleAttachmentRemoval?: AttachmentRemovalHandler;
|
445
|
+
}
|
446
|
+
|
447
|
+
/**
|
448
|
+
* A upload task represents and manages an attachment that is being uploaded.
|
449
|
+
* When using the Composite, an attachment upload task is created for each file user is selected to upload.
|
450
|
+
* A upload task is complete when notifyUploadCompleted is called.
|
451
|
+
* A upload task is failed when notifyUploadFailed is called.
|
452
|
+
* @beta
|
453
|
+
*/
|
454
|
+
export declare interface AttachmentUploadTask {
|
455
|
+
/**
|
456
|
+
* Unique identifier for the attachment upload task.
|
457
|
+
*/
|
458
|
+
taskId: string;
|
459
|
+
/**
|
460
|
+
* HTML {@link File} object for the uploaded attachment.
|
461
|
+
*/
|
462
|
+
file?: File;
|
463
|
+
/**
|
464
|
+
* {@link Blob} object for the uploaded inline image.
|
465
|
+
*/
|
466
|
+
image?: Blob;
|
467
|
+
/**
|
468
|
+
* Update the progress of the upload changed.
|
469
|
+
* A upload is considered complete when the progress reaches 1.
|
470
|
+
* @param value - number between 0 and 1
|
471
|
+
*/
|
472
|
+
notifyUploadProgressChanged: (value: number) => void;
|
473
|
+
/**
|
474
|
+
* Mark the upload task as complete.
|
475
|
+
* An attachment is considered completed uploading when ID and URL are provided.
|
476
|
+
* @param id - the unique identifier of the attachment.
|
477
|
+
* @param url - the download URL of the attachment.
|
478
|
+
*/
|
479
|
+
notifyUploadCompleted: (id: string, url: string) => void;
|
480
|
+
/**
|
481
|
+
* Mark the upload task as failed.
|
482
|
+
* @param message - An error message that can be displayed to the user.
|
483
|
+
*/
|
484
|
+
notifyUploadFailed: (message: string) => void;
|
485
|
+
}
|
486
|
+
|
299
487
|
/**
|
300
488
|
* Custom data attributes for displaying avatar for a user.
|
301
489
|
*
|
@@ -404,6 +592,7 @@ export declare type AzureCommunicationChatAdapterArgs = {
|
|
404
592
|
displayName: string;
|
405
593
|
credential: CommunicationTokenCredential;
|
406
594
|
threadId: string;
|
595
|
+
chatAdapterOptions?: ChatAdapterOptions;
|
407
596
|
};
|
408
597
|
|
409
598
|
/**
|
@@ -486,6 +675,26 @@ export declare interface BaseCustomStyles {
|
|
486
675
|
root?: IStyle;
|
487
676
|
}
|
488
677
|
|
678
|
+
/**
|
679
|
+
* Content blocked message type.
|
680
|
+
*
|
681
|
+
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
682
|
+
*
|
683
|
+
* @beta
|
684
|
+
*/
|
685
|
+
export declare interface BlockedMessage extends MessageCommon {
|
686
|
+
messageType: 'blocked';
|
687
|
+
warningText?: string;
|
688
|
+
linkText?: string;
|
689
|
+
link?: string;
|
690
|
+
deletedOn?: Date;
|
691
|
+
senderId?: string;
|
692
|
+
senderDisplayName?: string;
|
693
|
+
status?: MessageStatus;
|
694
|
+
attached?: MessageAttachedStatus;
|
695
|
+
mine?: boolean;
|
696
|
+
}
|
697
|
+
|
489
698
|
/**
|
490
699
|
* Breakout rooms state
|
491
700
|
*
|
@@ -500,6 +709,136 @@ export declare interface BreakoutRoomsState {
|
|
500
709
|
breakoutRoomDisplayName?: string;
|
501
710
|
}
|
502
711
|
|
712
|
+
/**
|
713
|
+
* @beta
|
714
|
+
* Props for BrowserPermissionDeniedIOS component.
|
715
|
+
*/
|
716
|
+
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
717
|
+
/**
|
718
|
+
* Localization strings for BrowserPermissionDeniedIOS component.
|
719
|
+
*/
|
720
|
+
strings?: BrowserPermissionDeniedIOSStrings;
|
721
|
+
/**
|
722
|
+
* Link to image source.
|
723
|
+
*
|
724
|
+
* Image is inserted into the top of the component.
|
725
|
+
*/
|
726
|
+
imageSource?: string;
|
727
|
+
}
|
728
|
+
|
729
|
+
/**
|
730
|
+
* @beta
|
731
|
+
* Strings for BrowserPermissionDeniedIOS component
|
732
|
+
*/
|
733
|
+
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
734
|
+
/**
|
735
|
+
* Image alt text
|
736
|
+
*/
|
737
|
+
imageAltText: string;
|
738
|
+
/**
|
739
|
+
* Main text string.
|
740
|
+
*/
|
741
|
+
primaryText: string;
|
742
|
+
/**
|
743
|
+
* Subtext string.
|
744
|
+
*/
|
745
|
+
secondaryText: string;
|
746
|
+
/**
|
747
|
+
* Step 1 string
|
748
|
+
*/
|
749
|
+
step1Text: string;
|
750
|
+
/**
|
751
|
+
* Step 1 digit string
|
752
|
+
*/
|
753
|
+
step1DigitText: string;
|
754
|
+
/**
|
755
|
+
* Step 2 string
|
756
|
+
*/
|
757
|
+
step2Text: string;
|
758
|
+
/**
|
759
|
+
* Step 2 digit string
|
760
|
+
*/
|
761
|
+
step2DigitText: string;
|
762
|
+
/**
|
763
|
+
* Step 3 string
|
764
|
+
*/
|
765
|
+
step3Text: string;
|
766
|
+
/**
|
767
|
+
* Step 3 digit string
|
768
|
+
*/
|
769
|
+
step3DigitText: string;
|
770
|
+
/**
|
771
|
+
* Step 4 string
|
772
|
+
*/
|
773
|
+
step4Text: string;
|
774
|
+
/**
|
775
|
+
* Step 4 digit string
|
776
|
+
*/
|
777
|
+
step4DigitText: string;
|
778
|
+
}
|
779
|
+
|
780
|
+
/**
|
781
|
+
* @beta
|
782
|
+
* Props for BrowserPermissionDenied component.
|
783
|
+
*/
|
784
|
+
export declare interface BrowserPermissionDeniedProps {
|
785
|
+
/**
|
786
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
787
|
+
*/
|
788
|
+
onTroubleshootingClick?: () => void;
|
789
|
+
/**
|
790
|
+
* Action to be taken by the try again primary button.
|
791
|
+
*/
|
792
|
+
onTryAgainClick?: () => void;
|
793
|
+
/**
|
794
|
+
* Localization strings for BrowserPermissionDenied component.
|
795
|
+
*/
|
796
|
+
strings?: BrowserPermissionDeniedStrings;
|
797
|
+
/**
|
798
|
+
* Allows users to pass in an object contains custom CSS styles.
|
799
|
+
* @Example
|
800
|
+
* ```
|
801
|
+
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
802
|
+
* ```
|
803
|
+
*/
|
804
|
+
styles?: BrowserPermissionDeniedStyles;
|
805
|
+
}
|
806
|
+
|
807
|
+
/**
|
808
|
+
* @beta
|
809
|
+
* Strings for BrowserPermissionDenied component
|
810
|
+
*/
|
811
|
+
export declare interface BrowserPermissionDeniedStrings {
|
812
|
+
/**
|
813
|
+
* Main button text string.
|
814
|
+
*/
|
815
|
+
primaryButtonText: string;
|
816
|
+
/**
|
817
|
+
* Main text string.
|
818
|
+
*/
|
819
|
+
primaryText: string;
|
820
|
+
/**
|
821
|
+
* Subtext string.
|
822
|
+
*/
|
823
|
+
secondaryText: string;
|
824
|
+
/**
|
825
|
+
* More help link string.
|
826
|
+
*/
|
827
|
+
linkText: string;
|
828
|
+
}
|
829
|
+
|
830
|
+
/**
|
831
|
+
* Fluent styles for {@link BrowserPermissionDenied}.
|
832
|
+
*
|
833
|
+
* @beta
|
834
|
+
*/
|
835
|
+
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
836
|
+
/** Styles for the primary button. */
|
837
|
+
primaryButton?: IButtonStyles;
|
838
|
+
/** Styles for the help troubleshooting link text. */
|
839
|
+
troubleshootingLink?: ILinkStyles;
|
840
|
+
}
|
841
|
+
|
503
842
|
/**
|
504
843
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
505
844
|
*
|
@@ -705,6 +1044,45 @@ export declare interface CallAdapterCallOperations {
|
|
705
1044
|
* @public
|
706
1045
|
*/
|
707
1046
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
1047
|
+
/**
|
1048
|
+
* Create the html view for a stream.
|
1049
|
+
*
|
1050
|
+
* @remarks
|
1051
|
+
* This method is implemented for composite
|
1052
|
+
*
|
1053
|
+
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
1054
|
+
*
|
1055
|
+
* @beta
|
1056
|
+
*/
|
1057
|
+
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
1058
|
+
/**
|
1059
|
+
* Start Together mode.
|
1060
|
+
*
|
1061
|
+
* @beta
|
1062
|
+
*/
|
1063
|
+
startTogetherMode(): Promise<void>;
|
1064
|
+
/**
|
1065
|
+
* Recalculate the seating positions for together mode.
|
1066
|
+
*
|
1067
|
+
* @remarks
|
1068
|
+
* This method is implemented for composite
|
1069
|
+
*
|
1070
|
+
* @param width - Width of the container
|
1071
|
+
* @param height - Height of the container
|
1072
|
+
*
|
1073
|
+
* @beta
|
1074
|
+
*/
|
1075
|
+
setTogetherModeSceneSize(width: number, height: number): void;
|
1076
|
+
/**
|
1077
|
+
* Dispose the html view for a stream.
|
1078
|
+
*
|
1079
|
+
* @remarks
|
1080
|
+
* This method is implemented for composite
|
1081
|
+
*
|
1082
|
+
*
|
1083
|
+
* @beta
|
1084
|
+
*/
|
1085
|
+
disposeTogetherModeStreamView(): Promise<void>;
|
708
1086
|
/**
|
709
1087
|
* Dispose the html view for a screen share stream
|
710
1088
|
*
|
@@ -755,6 +1133,10 @@ export declare interface CallAdapterCallOperations {
|
|
755
1133
|
* @public
|
756
1134
|
*/
|
757
1135
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1136
|
+
/**
|
1137
|
+
* Continues into a call when the browser version is not supported.
|
1138
|
+
*/
|
1139
|
+
allowUnsupportedBrowserVersion(): void;
|
758
1140
|
/**
|
759
1141
|
* Function to Start captions
|
760
1142
|
* @param options - options for start captions
|
@@ -1060,7 +1442,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
1060
1442
|
*
|
1061
1443
|
* @public
|
1062
1444
|
*/
|
1063
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
|
1445
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
|
1064
1446
|
|
1065
1447
|
/**
|
1066
1448
|
* {@link CommonCallAdapter} state.
|
@@ -1283,6 +1665,7 @@ export declare interface CallAdapterSubscribers {
|
|
1283
1665
|
export declare type CallAdapterUiState = {
|
1284
1666
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1285
1667
|
page: CallCompositePage;
|
1668
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
1286
1669
|
};
|
1287
1670
|
|
1288
1671
|
/**
|
@@ -1326,7 +1709,7 @@ export declare interface CallAgentState {
|
|
1326
1709
|
*/
|
1327
1710
|
export declare interface CallAndChatLocator {
|
1328
1711
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1329
|
-
callLocator: GroupCallLocator;
|
1712
|
+
callLocator: GroupCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator;
|
1330
1713
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1331
1714
|
chatThreadId: string;
|
1332
1715
|
}
|
@@ -1530,6 +1913,7 @@ export declare type CallCompositeIcons = {
|
|
1530
1913
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
|
1531
1914
|
PeoplePaneMoreButton?: JSX.Element;
|
1532
1915
|
StopAllSpotlightMenuButton?: JSX.Element;
|
1916
|
+
TogetherModeLayout?: JSX.Element;
|
1533
1917
|
};
|
1534
1918
|
|
1535
1919
|
/**
|
@@ -1571,6 +1955,56 @@ export declare type CallCompositeOptions = {
|
|
1571
1955
|
* @defaultValue true
|
1572
1956
|
*/
|
1573
1957
|
callControls?: boolean | CallControlOptions;
|
1958
|
+
/**
|
1959
|
+
* Device permissions check options for your call.
|
1960
|
+
* Here you can choose what device permissions you prompt the user for,
|
1961
|
+
* as well as what device permissions must be accepted before starting a call.
|
1962
|
+
*/
|
1963
|
+
deviceChecks?: DeviceCheckOptions;
|
1964
|
+
/**
|
1965
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1966
|
+
* unable to grant your site the required permissions for the call.
|
1967
|
+
*
|
1968
|
+
* @example
|
1969
|
+
* ```ts
|
1970
|
+
* onPermissionsTroubleshootingClick: () =>
|
1971
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1972
|
+
* ```
|
1973
|
+
*
|
1974
|
+
* @remarks
|
1975
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1976
|
+
*/
|
1977
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1978
|
+
camera: PermissionState;
|
1979
|
+
microphone: PermissionState;
|
1980
|
+
}) => void;
|
1981
|
+
/**
|
1982
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1983
|
+
* having network issues when connecting to the call.
|
1984
|
+
*
|
1985
|
+
* @example
|
1986
|
+
* ```ts
|
1987
|
+
* onNetworkingTroubleShootingClick?: () =>
|
1988
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1989
|
+
* ```
|
1990
|
+
*
|
1991
|
+
* @remarks
|
1992
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1993
|
+
*/
|
1994
|
+
onNetworkingTroubleShootingClick?: () => void;
|
1995
|
+
/**
|
1996
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1997
|
+
*
|
1998
|
+
* @example
|
1999
|
+
* ```ts
|
2000
|
+
* onBrowserTroubleShootingClick?: () =>
|
2001
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
2002
|
+
* ```
|
2003
|
+
*
|
2004
|
+
* @remarks
|
2005
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
2006
|
+
*/
|
2007
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
1574
2008
|
/**
|
1575
2009
|
* Remote participant video tile menu options
|
1576
2010
|
*/
|
@@ -1711,7 +2145,7 @@ export declare type CallCompositeOptions = {
|
|
1711
2145
|
*
|
1712
2146
|
* @public
|
1713
2147
|
*/
|
1714
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest' | 'returningFromBreakoutRoom';
|
2148
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | 'transferring' | 'badRequest' | 'returningFromBreakoutRoom';
|
1715
2149
|
|
1716
2150
|
/**
|
1717
2151
|
* Props for {@link CallComposite}.
|
@@ -2825,7 +3259,25 @@ export declare type CallErrors = {
|
|
2825
3259
|
*
|
2826
3260
|
* @public
|
2827
3261
|
*/
|
2828
|
-
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' | 'CallClient.getEnvironmentInfo' | '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.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
|
3262
|
+
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' | 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | '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' | 'Call.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
|
3263
|
+
|
3264
|
+
/**
|
3265
|
+
* Represents the name of the call feature stream
|
3266
|
+
* @public
|
3267
|
+
*/
|
3268
|
+
export declare type CallFeatureStreamName = 'togetherMode';
|
3269
|
+
|
3270
|
+
/**
|
3271
|
+
* State only version of {@link @azure/communication-calling#CallFeatureStream}.
|
3272
|
+
* Represents call feature stream state.
|
3273
|
+
* @public
|
3274
|
+
*/
|
3275
|
+
export declare interface CallFeatureStreamState extends RemoteVideoStreamState {
|
3276
|
+
/**
|
3277
|
+
* The name of the call feature stream.
|
3278
|
+
*/
|
3279
|
+
feature?: CallFeatureStreamName;
|
3280
|
+
}
|
2829
3281
|
|
2830
3282
|
/**
|
2831
3283
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -2898,7 +3350,7 @@ export declare type CallingHandlersOptions = {
|
|
2898
3350
|
*
|
2899
3351
|
* @public
|
2900
3352
|
*/
|
2901
|
-
export declare type CallingReturnProps<Component extends (props: any) => JSX.Element> = GetCallingSelector<Component> extends (
|
3353
|
+
export declare type CallingReturnProps<Component extends (props: any) => JSX.Element> = GetCallingSelector<Component> extends (state: CallClientState, props: any) => any ? ReturnType<GetCallingSelector<Component>> & Common<CallingHandlers, Parameters<Component>[0]> : never;
|
2902
3354
|
|
2903
3355
|
/**
|
2904
3356
|
* @public
|
@@ -2978,6 +3430,23 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
2978
3430
|
mediaAccess?: MediaAccess;
|
2979
3431
|
};
|
2980
3432
|
|
3433
|
+
/**
|
3434
|
+
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
3435
|
+
*
|
3436
|
+
* @remarks
|
3437
|
+
* This is currently in beta and only supports calling one Teams User.
|
3438
|
+
*
|
3439
|
+
* @example
|
3440
|
+
* ```
|
3441
|
+
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
3442
|
+
* ```
|
3443
|
+
*
|
3444
|
+
* @beta
|
3445
|
+
*/
|
3446
|
+
export declare type CallParticipantsLocator = {
|
3447
|
+
participantIds: string[];
|
3448
|
+
};
|
3449
|
+
|
2981
3450
|
/**
|
2982
3451
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
2983
3452
|
*
|
@@ -3082,6 +3551,10 @@ export declare interface CallState {
|
|
3082
3551
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
3083
3552
|
*/
|
3084
3553
|
recording: RecordingCallFeature;
|
3554
|
+
/**
|
3555
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3556
|
+
*/
|
3557
|
+
localRecording: LocalRecordingCallFeatureState;
|
3085
3558
|
/**
|
3086
3559
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
3087
3560
|
*
|
@@ -3092,6 +3565,10 @@ export declare interface CallState {
|
|
3092
3565
|
* Proxy of {@link @azure/communication-calling#RaiseHandCallFeature}.
|
3093
3566
|
*/
|
3094
3567
|
raiseHand: RaiseHandCallFeature;
|
3568
|
+
/**
|
3569
|
+
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature}.
|
3570
|
+
*/
|
3571
|
+
togetherMode: TogetherModeCallFeatureState;
|
3095
3572
|
/**
|
3096
3573
|
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
3097
3574
|
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
@@ -3138,6 +3615,10 @@ export declare interface CallState {
|
|
3138
3615
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
3139
3616
|
*/
|
3140
3617
|
role?: ParticipantRole;
|
3618
|
+
/**
|
3619
|
+
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3620
|
+
*/
|
3621
|
+
totalParticipantCount?: number;
|
3141
3622
|
/**
|
3142
3623
|
* Transfer state of call
|
3143
3624
|
*/
|
@@ -3157,7 +3638,7 @@ export declare interface CallState {
|
|
3157
3638
|
/**
|
3158
3639
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
3159
3640
|
*/
|
3160
|
-
info?: TeamsCallInfo;
|
3641
|
+
info?: TeamsCallInfo | /* @conditional-compile-remove(calling-beta-sdk) */ CallInfo;
|
3161
3642
|
/**
|
3162
3643
|
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
3163
3644
|
*/
|
@@ -3351,12 +3832,54 @@ export declare interface CallWithChatAdapterManagement {
|
|
3351
3832
|
*/
|
3352
3833
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
3353
3834
|
/**
|
3354
|
-
*
|
3835
|
+
* Create the html view for a togethermode stream.
|
3355
3836
|
*
|
3356
3837
|
* @remarks
|
3357
|
-
*
|
3838
|
+
* This method is implemented for composite
|
3358
3839
|
*
|
3359
|
-
* @param
|
3840
|
+
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
3841
|
+
*
|
3842
|
+
* @beta
|
3843
|
+
*/
|
3844
|
+
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
3845
|
+
/**
|
3846
|
+
* Start together mode.
|
3847
|
+
*
|
3848
|
+
* @remarks
|
3849
|
+
* This method is implemented for composite
|
3850
|
+
*
|
3851
|
+
*
|
3852
|
+
* @beta
|
3853
|
+
*/
|
3854
|
+
startTogetherMode(): Promise<void>;
|
3855
|
+
/**
|
3856
|
+
* Recalculate the seating positions for together mode.
|
3857
|
+
*
|
3858
|
+
* @remarks
|
3859
|
+
* This method is implemented for composite
|
3860
|
+
*
|
3861
|
+
* @param width - Width of the container
|
3862
|
+
* @param height - Height of the container
|
3863
|
+
*
|
3864
|
+
* @beta
|
3865
|
+
*/
|
3866
|
+
setTogetherModeSceneSize(width: number, height: number): void;
|
3867
|
+
/**
|
3868
|
+
* Dispose the html view for a togethermode stream.
|
3869
|
+
*
|
3870
|
+
* @remarks
|
3871
|
+
* This method is implemented for composite
|
3872
|
+
*
|
3873
|
+
* @beta
|
3874
|
+
*/
|
3875
|
+
disposeTogetherModeStreamView(): Promise<void>;
|
3876
|
+
/**
|
3877
|
+
* Dispose the html view for a screen share stream
|
3878
|
+
*
|
3879
|
+
* @remarks
|
3880
|
+
* this method is implemented for composite
|
3881
|
+
*
|
3882
|
+
* @param remoteUserId - Id of the participant to dispose the screen share stream view for.
|
3360
3883
|
*
|
3361
3884
|
* @public
|
3362
3885
|
*/
|
@@ -3457,7 +3980,19 @@ export declare interface CallWithChatAdapterManagement {
|
|
3457
3980
|
*
|
3458
3981
|
* @public
|
3459
3982
|
*/
|
3460
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3983
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
3984
|
+
/**
|
3985
|
+
* Upload an inline image for a message.
|
3986
|
+
*
|
3987
|
+
* @beta
|
3988
|
+
*/
|
3989
|
+
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
3990
|
+
/**
|
3991
|
+
* Delete an inline image for a message.
|
3992
|
+
*
|
3993
|
+
* @beta
|
3994
|
+
*/
|
3995
|
+
deleteImage(imageId: string): Promise<void>;
|
3461
3996
|
/**
|
3462
3997
|
* Send a read receipt for a message.
|
3463
3998
|
*
|
@@ -3475,7 +4010,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3475
4010
|
*
|
3476
4011
|
* @public
|
3477
4012
|
*/
|
3478
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
4013
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
3479
4014
|
/**
|
3480
4015
|
* Delete a message in the thread.
|
3481
4016
|
*
|
@@ -3520,6 +4055,10 @@ export declare interface CallWithChatAdapterManagement {
|
|
3520
4055
|
* @public
|
3521
4056
|
*/
|
3522
4057
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
4058
|
+
/**
|
4059
|
+
* Continues into a call when the browser version is not supported.
|
4060
|
+
*/
|
4061
|
+
allowUnsupportedBrowserVersion(): void;
|
3523
4062
|
/**
|
3524
4063
|
* Function to Start captions
|
3525
4064
|
* @param options - options for start captions
|
@@ -3719,6 +4258,14 @@ export declare interface CallWithChatAdapterUiState {
|
|
3719
4258
|
* @public
|
3720
4259
|
*/
|
3721
4260
|
page: CallCompositePage;
|
4261
|
+
/**
|
4262
|
+
* State to track whether the end user has opted in to using a
|
4263
|
+
* out of date version of a supported browser. Allows the user
|
4264
|
+
* to start a call in this state.
|
4265
|
+
*
|
4266
|
+
* @beta
|
4267
|
+
*/
|
4268
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
3722
4269
|
}
|
3723
4270
|
|
3724
4271
|
/**
|
@@ -3894,6 +4441,62 @@ export declare type CallWithChatCompositeOptions = {
|
|
3894
4441
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
3895
4442
|
*/
|
3896
4443
|
callControls?: boolean | CallWithChatControlOptions;
|
4444
|
+
/**
|
4445
|
+
* Properties for configuring the File Sharing feature.
|
4446
|
+
* If undefined, file sharing feature will be disabled.
|
4447
|
+
* @beta
|
4448
|
+
*/
|
4449
|
+
attachmentOptions?: AttachmentOptions;
|
4450
|
+
/**
|
4451
|
+
* Device permissions check options for your call.
|
4452
|
+
* Here you can choose what device permissions you prompt the user for,
|
4453
|
+
* as well as what device permissions must be accepted before starting a call.
|
4454
|
+
*/
|
4455
|
+
deviceChecks?: DeviceCheckOptions;
|
4456
|
+
/**
|
4457
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
4458
|
+
* unable to grant your site the required permissions for the call.
|
4459
|
+
*
|
4460
|
+
* @example
|
4461
|
+
* ```ts
|
4462
|
+
* onPermissionsTroubleshootingClick: () =>
|
4463
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
4464
|
+
* ```
|
4465
|
+
*
|
4466
|
+
* @remarks
|
4467
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
4468
|
+
*/
|
4469
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
4470
|
+
camera: PermissionState;
|
4471
|
+
microphone: PermissionState;
|
4472
|
+
}) => void;
|
4473
|
+
/**
|
4474
|
+
* Optional callback to supply users with further troubleshooting steps for network issues
|
4475
|
+
* experienced when connecting to a call.
|
4476
|
+
*
|
4477
|
+
* @example
|
4478
|
+
* ```ts
|
4479
|
+
* onNetworkingTroubleShootingClick?: () =>
|
4480
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
4481
|
+
* ```
|
4482
|
+
*
|
4483
|
+
* @remarks
|
4484
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
4485
|
+
*/
|
4486
|
+
onNetworkingTroubleShootingClick?: () => void;
|
4487
|
+
/**
|
4488
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
4489
|
+
*
|
4490
|
+
* @example
|
4491
|
+
* ```ts
|
4492
|
+
* onBrowserTroubleShootingClick?: () =>
|
4493
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
4494
|
+
* ```
|
4495
|
+
*
|
4496
|
+
* @remarks
|
4497
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
4498
|
+
*/
|
4499
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
3897
4500
|
/**
|
3898
4501
|
* Remote participant video tile menu options
|
3899
4502
|
*/
|
@@ -4000,6 +4603,13 @@ export declare type CallWithChatCompositeOptions = {
|
|
4000
4603
|
*/
|
4001
4604
|
hideSpotlightButtons?: boolean;
|
4002
4605
|
};
|
4606
|
+
/**
|
4607
|
+
* Enables rich text editor for the send and edit boxes
|
4608
|
+
* @defaultValue `false`
|
4609
|
+
*
|
4610
|
+
* @beta
|
4611
|
+
*/
|
4612
|
+
richTextEditor?: boolean;
|
4003
4613
|
/**
|
4004
4614
|
* Options for settings related to joining a call.
|
4005
4615
|
*/
|
@@ -4253,7 +4863,36 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
4253
4863
|
*
|
4254
4864
|
* @public
|
4255
4865
|
*/
|
4256
|
-
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'realTimeTextReceived' | 'capabilitiesChanged' | 'spotlightChanged' | 'breakoutRoomsUpdated' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
|
4866
|
+
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | /* @conditional-compile-remove(rtt) */ 'realTimeTextReceived' | 'capabilitiesChanged' | 'spotlightChanged' | 'breakoutRoomsUpdated' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
|
4867
|
+
|
4868
|
+
/**
|
4869
|
+
* @beta
|
4870
|
+
*
|
4871
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4872
|
+
* by their browsers settings.
|
4873
|
+
*/
|
4874
|
+
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4875
|
+
|
4876
|
+
/**
|
4877
|
+
* @beta
|
4878
|
+
* Props for CameraAndMicrophoneSitePermissions component.
|
4879
|
+
*/
|
4880
|
+
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4881
|
+
/** Icon name for the camera icon */
|
4882
|
+
cameraIconName?: string;
|
4883
|
+
/** Icon name for the microphone icon */
|
4884
|
+
microphoneIconName?: string;
|
4885
|
+
/** Icon name for the central icon between the camera and microphone icons */
|
4886
|
+
connectorIconName?: string;
|
4887
|
+
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4888
|
+
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4889
|
+
}
|
4890
|
+
|
4891
|
+
/**
|
4892
|
+
* @beta
|
4893
|
+
* Strings for CameraAndMicrophoneSitePermissions component.
|
4894
|
+
*/
|
4895
|
+
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
4257
4896
|
|
4258
4897
|
/**
|
4259
4898
|
* A button to turn camera on / off.
|
@@ -4415,6 +5054,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
4415
5054
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
4416
5055
|
}
|
4417
5056
|
|
5057
|
+
/**
|
5058
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
5059
|
+
* by their browsers settings.
|
5060
|
+
*
|
5061
|
+
* @beta
|
5062
|
+
*/
|
5063
|
+
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
5064
|
+
|
5065
|
+
/**
|
5066
|
+
* @beta
|
5067
|
+
* Props for CameraSitePermissions component.
|
5068
|
+
*/
|
5069
|
+
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
5070
|
+
/** Icon name for the camera icon */
|
5071
|
+
cameraIconName?: string;
|
5072
|
+
/** Strings for use with the {@link CameraSitePermissions} */
|
5073
|
+
strings?: CameraSitePermissionsStrings;
|
5074
|
+
}
|
5075
|
+
|
5076
|
+
/**
|
5077
|
+
* @beta
|
5078
|
+
* Strings for CameraSitePermissions component.
|
5079
|
+
*/
|
5080
|
+
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
5081
|
+
|
4418
5082
|
/**
|
4419
5083
|
* @public
|
4420
5084
|
* Callback function run when a message edit is cancelled.
|
@@ -4931,6 +5595,18 @@ export declare interface CaptionsSettingsModalStrings {
|
|
4931
5595
|
*/
|
4932
5596
|
export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable_2 & ChatAdapterSubscribers;
|
4933
5597
|
|
5598
|
+
/**
|
5599
|
+
* Options for configuring the ChatAdapter.
|
5600
|
+
*
|
5601
|
+
* @public
|
5602
|
+
*/
|
5603
|
+
export declare type ChatAdapterOptions = {
|
5604
|
+
/**
|
5605
|
+
* Optional callback to fetch a chat profile
|
5606
|
+
*/
|
5607
|
+
onFetchProfile?: OnFetchChatProfileCallback;
|
5608
|
+
};
|
5609
|
+
|
4934
5610
|
/**
|
4935
5611
|
* {@link ChatAdapter} state.
|
4936
5612
|
*
|
@@ -5034,7 +5710,15 @@ export declare interface ChatAdapterThreadManagement {
|
|
5034
5710
|
* Send a message in the thread.
|
5035
5711
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
5036
5712
|
*/
|
5037
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
5713
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
5714
|
+
/**
|
5715
|
+
* Upload an inline image for a message.
|
5716
|
+
*/
|
5717
|
+
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
5718
|
+
/**
|
5719
|
+
* Delete an inline image for a message.
|
5720
|
+
*/
|
5721
|
+
deleteImage(imageId: string): Promise<void>;
|
5038
5722
|
/**
|
5039
5723
|
* Send a read receipt for a message.
|
5040
5724
|
*/
|
@@ -5055,7 +5739,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5055
5739
|
* Update a message content.
|
5056
5740
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
5057
5741
|
*/
|
5058
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
5742
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
5059
5743
|
/**
|
5060
5744
|
* Delete a message in the thread.
|
5061
5745
|
*/
|
@@ -5193,6 +5877,7 @@ export declare type ChatCompositeIcons = {
|
|
5193
5877
|
ParticipantItemOptionsHovered?: JSX.Element;
|
5194
5878
|
SendBoxSend?: JSX.Element;
|
5195
5879
|
SendBoxSendHovered?: JSX.Element;
|
5880
|
+
SendBoxAttachFile?: JSX.Element;
|
5196
5881
|
};
|
5197
5882
|
|
5198
5883
|
/**
|
@@ -5221,6 +5906,13 @@ export declare type ChatCompositeOptions = {
|
|
5221
5906
|
* @defaultValue true
|
5222
5907
|
*/
|
5223
5908
|
errorBar?: boolean;
|
5909
|
+
/**
|
5910
|
+
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
5911
|
+
* @defaultValue false
|
5912
|
+
*
|
5913
|
+
* @beta
|
5914
|
+
*/
|
5915
|
+
participantPane?: boolean;
|
5224
5916
|
/**
|
5225
5917
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
5226
5918
|
* @defaultValue true
|
@@ -5231,6 +5923,19 @@ export declare type ChatCompositeOptions = {
|
|
5231
5923
|
* When undefined nothing has focus on render
|
5232
5924
|
*/
|
5233
5925
|
autoFocus?: 'sendBoxTextField';
|
5926
|
+
/**
|
5927
|
+
* Properties for configuring the File Sharing feature.
|
5928
|
+
* If undefined, file sharing feature will be disabled.
|
5929
|
+
* @beta
|
5930
|
+
*/
|
5931
|
+
attachmentOptions?: AttachmentOptions;
|
5932
|
+
/**
|
5933
|
+
* Enables rich text editor for the send and edit boxes
|
5934
|
+
* @defaultValue `false`
|
5935
|
+
*
|
5936
|
+
* @beta
|
5937
|
+
*/
|
5938
|
+
richTextEditor?: boolean;
|
5234
5939
|
};
|
5235
5940
|
|
5236
5941
|
/**
|
@@ -5258,6 +5963,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
5258
5963
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
5259
5964
|
*/
|
5260
5965
|
options?: ChatCompositeOptions;
|
5966
|
+
/**
|
5967
|
+
* Optimizes the composite form factor for either desktop or mobile.
|
5968
|
+
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
5969
|
+
* @defaultValue 'desktop'
|
5970
|
+
*/
|
5971
|
+
formFactor?: 'desktop' | 'mobile';
|
5261
5972
|
}
|
5262
5973
|
|
5263
5974
|
/**
|
@@ -5272,6 +5983,26 @@ export declare interface ChatCompositeStrings {
|
|
5272
5983
|
* Chat list header text
|
5273
5984
|
*/
|
5274
5985
|
chatListHeader: string;
|
5986
|
+
/**
|
5987
|
+
* Upload Attachment Button text
|
5988
|
+
*/
|
5989
|
+
uploadAttachment: string;
|
5990
|
+
/**
|
5991
|
+
* Error Message for image data is not provided for image upload
|
5992
|
+
*/
|
5993
|
+
uploadImageDataNotProvided: string;
|
5994
|
+
/**
|
5995
|
+
* Error Message for upload image is too large
|
5996
|
+
*/
|
5997
|
+
uploadImageIsTooLarge: string;
|
5998
|
+
/**
|
5999
|
+
* Error Message for unsupported image extension for image upload
|
6000
|
+
*/
|
6001
|
+
uploadImageExtensionIsNotAllowed: string;
|
6002
|
+
/**
|
6003
|
+
* Error Message for unable to upload image
|
6004
|
+
*/
|
6005
|
+
uploadImageFailed: string;
|
5275
6006
|
}
|
5276
6007
|
|
5277
6008
|
/**
|
@@ -5320,7 +6051,7 @@ export declare type ChatErrors = {
|
|
5320
6051
|
*
|
5321
6052
|
* @public
|
5322
6053
|
*/
|
5323
|
-
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';
|
6054
|
+
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';
|
5324
6055
|
|
5325
6056
|
/**
|
5326
6057
|
* Object containing all the handlers required for chat components.
|
@@ -5331,13 +6062,15 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
5331
6062
|
* @public
|
5332
6063
|
*/
|
5333
6064
|
export declare type ChatHandlers = {
|
5334
|
-
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
6065
|
+
onSendMessage: (content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions) => Promise<void>;
|
6066
|
+
onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
|
6067
|
+
onDeleteImage: (imageId: string) => Promise<void>;
|
5335
6068
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
5336
6069
|
onTyping: () => Promise<void>;
|
5337
6070
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
5338
6071
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
5339
6072
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
5340
|
-
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
6073
|
+
onUpdateMessage: (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
5341
6074
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
5342
6075
|
};
|
5343
6076
|
|
@@ -5380,6 +6113,12 @@ export declare interface ChatMessage extends MessageCommon {
|
|
5380
6113
|
attachments?: AttachmentMetadata[];
|
5381
6114
|
}
|
5382
6115
|
|
6116
|
+
/**
|
6117
|
+
* @beta
|
6118
|
+
* Type of the message content, either 'text' or 'html'.
|
6119
|
+
*/
|
6120
|
+
export declare type ChatMessageType = 'text' | 'html';
|
6121
|
+
|
5383
6122
|
/**
|
5384
6123
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
5385
6124
|
* client-side only metadata for chat messages.
|
@@ -5404,12 +6143,24 @@ export declare type ChatParticipantListSelector = (state: ChatClientState, props
|
|
5404
6143
|
participants: ParticipantListParticipant[];
|
5405
6144
|
};
|
5406
6145
|
|
6146
|
+
/**
|
6147
|
+
* The profile of a user or bot.
|
6148
|
+
*
|
6149
|
+
* @public
|
6150
|
+
*/
|
6151
|
+
export declare type ChatProfile = {
|
6152
|
+
/**
|
6153
|
+
* Primary text to display, usually the name of the person.
|
6154
|
+
*/
|
6155
|
+
displayName?: string;
|
6156
|
+
};
|
6157
|
+
|
5407
6158
|
/**
|
5408
6159
|
* Helper type for {@link usePropsFor}.
|
5409
6160
|
*
|
5410
6161
|
* @public
|
5411
6162
|
*/
|
5412
|
-
export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends (
|
6163
|
+
export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends (state: ChatClientState, props: any) => any ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : never;
|
5413
6164
|
|
5414
6165
|
/**
|
5415
6166
|
* A {@link React.Context} that stores a {@link @azure/communication-chat#ChatThreadClient}.
|
@@ -5486,6 +6237,8 @@ export declare type ChatThreadClientState = {
|
|
5486
6237
|
*/
|
5487
6238
|
export declare type ChatThreadProperties = {
|
5488
6239
|
topic?: string;
|
6240
|
+
createdBy?: CommunicationIdentifierKind;
|
6241
|
+
messagingPolicy?: MessagingPolicy;
|
5489
6242
|
};
|
5490
6243
|
|
5491
6244
|
/**
|
@@ -5752,6 +6505,7 @@ export declare interface CommonCallingHandlers {
|
|
5752
6505
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
5753
6506
|
onRemoveParticipant(userId: string): Promise<void>;
|
5754
6507
|
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
6508
|
+
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
5755
6509
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
5756
6510
|
onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
|
5757
6511
|
onRejectCall: (incomingCallId: string) => Promise<void>;
|
@@ -5771,6 +6525,22 @@ export declare interface CommonCallingHandlers {
|
|
5771
6525
|
onStopAllSpotlight: () => Promise<void>;
|
5772
6526
|
onMuteParticipant: (userId: string) => Promise<void>;
|
5773
6527
|
onMuteAllRemoteParticipants: () => Promise<void>;
|
6528
|
+
/**
|
6529
|
+
* Call back to create a view for together mode
|
6530
|
+
*/
|
6531
|
+
onCreateTogetherModeStreamView: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
6532
|
+
/**
|
6533
|
+
* Call back to create a view for together mode
|
6534
|
+
*/
|
6535
|
+
onStartTogetherMode: () => Promise<void>;
|
6536
|
+
/**
|
6537
|
+
* Call set together mode scene size
|
6538
|
+
*/
|
6539
|
+
onSetTogetherModeSceneSize: (width: number, height: number) => void;
|
6540
|
+
/**
|
6541
|
+
* Call back to dispose together mode views
|
6542
|
+
*/
|
6543
|
+
onDisposeTogetherModeStreamView: () => Promise<void>;
|
5774
6544
|
/**
|
5775
6545
|
* Forbid remote participants from sending audio
|
5776
6546
|
*
|
@@ -5822,6 +6592,39 @@ export declare type CommonProperties<A, B> = {
|
|
5822
6592
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
5823
6593
|
}[keyof A & keyof B];
|
5824
6594
|
|
6595
|
+
/**
|
6596
|
+
* @beta
|
6597
|
+
* Props for SitePermissions components.
|
6598
|
+
*/
|
6599
|
+
export declare interface CommonSitePermissionsProps {
|
6600
|
+
/**
|
6601
|
+
* Name of application calling experience is in.
|
6602
|
+
*/
|
6603
|
+
appName: string;
|
6604
|
+
/**
|
6605
|
+
* Kind of the Site Permissions component.
|
6606
|
+
*/
|
6607
|
+
kind: 'request' | 'denied' | 'check';
|
6608
|
+
/**
|
6609
|
+
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
6610
|
+
*/
|
6611
|
+
browserHint?: 'safari' | 'unset';
|
6612
|
+
/**
|
6613
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
6614
|
+
* If this is not provided the button will not be shown.
|
6615
|
+
*/
|
6616
|
+
onTroubleshootingClick?: () => void;
|
6617
|
+
/**
|
6618
|
+
* Action that is taken when the user clicks the continue anyway button.
|
6619
|
+
* If this is not provided the button will not be shown.
|
6620
|
+
*/
|
6621
|
+
onContinueAnywayClick?: () => void;
|
6622
|
+
/**
|
6623
|
+
* Styles for SitePermissions component.
|
6624
|
+
*/
|
6625
|
+
styles?: SitePermissionsStyles;
|
6626
|
+
}
|
6627
|
+
|
5825
6628
|
/**
|
5826
6629
|
* A Chat or Calling participant's state, as reflected in the UI.
|
5827
6630
|
*
|
@@ -6019,6 +6822,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
6019
6822
|
export declare interface ComponentLocale {
|
6020
6823
|
/** Strings for components */
|
6021
6824
|
strings: ComponentStrings;
|
6825
|
+
/**
|
6826
|
+
* Optional function to provide customized date format.
|
6827
|
+
* @beta
|
6828
|
+
*/
|
6829
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
6022
6830
|
}
|
6023
6831
|
|
6024
6832
|
/**
|
@@ -6068,6 +6876,10 @@ export declare interface ComponentStrings {
|
|
6068
6876
|
typingIndicator: TypingIndicatorStrings;
|
6069
6877
|
/** Strings for SendBox */
|
6070
6878
|
sendBox: SendBoxStrings;
|
6879
|
+
/** Strings for RichTextSendBox */
|
6880
|
+
richTextSendBox: RichTextSendBoxStrings;
|
6881
|
+
/** Strings for MentionPopover */
|
6882
|
+
mentionPopover: MentionPopoverStrings;
|
6071
6883
|
/** Strings for ImageOverlay */
|
6072
6884
|
imageOverlay: ImageOverlayStrings;
|
6073
6885
|
/** Strings for MessageStatusIndicator */
|
@@ -6084,10 +6896,46 @@ export declare interface ComponentStrings {
|
|
6084
6896
|
videoTile: VideoTileStrings;
|
6085
6897
|
/** Strings for HoldButton */
|
6086
6898
|
holdButton: HoldButtonStrings;
|
6899
|
+
/** Strings for a site's permission request prompt */
|
6900
|
+
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6901
|
+
/** Strings for a site's permission request prompt */
|
6902
|
+
CameraSitePermissionsRequest: SitePermissionsStrings;
|
6903
|
+
/** Strings for a site's permission request prompt */
|
6904
|
+
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6905
|
+
/** Strings for a site's permission generic checking prompt */
|
6906
|
+
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6907
|
+
/** Strings for a site's permission generic checking prompt */
|
6908
|
+
CameraSitePermissionsCheck: SitePermissionsStrings;
|
6909
|
+
/** Strings for a site's permission generic checking prompt */
|
6910
|
+
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6911
|
+
/** Strings for a site's permission denied prompt */
|
6912
|
+
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6913
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
6914
|
+
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6915
|
+
/** Strings for a site's permission denied prompt */
|
6916
|
+
CameraSitePermissionsDenied: SitePermissionsStrings;
|
6917
|
+
/** Strings for a site's permission denied prompt */
|
6918
|
+
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6919
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
6920
|
+
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6921
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
6922
|
+
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6923
|
+
/** Strings for unsupported browser UI */
|
6924
|
+
UnsupportedBrowser: UnsupportedBrowserStrings;
|
6925
|
+
/** Strings for unsupported browser version UI */
|
6926
|
+
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
6927
|
+
/** Strings for unsupported browser version UI */
|
6928
|
+
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
6929
|
+
/** Strings for BrowserPemissionDenied */
|
6930
|
+
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
6931
|
+
/** Strings for BrowserPemissionDeniedIOS */
|
6932
|
+
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
6087
6933
|
/**
|
6088
6934
|
* Strings for the VerticalGallery.
|
6089
6935
|
*/
|
6090
6936
|
verticalGallery: VerticalGalleryStrings;
|
6937
|
+
/** Strings for the participant list component */
|
6938
|
+
ParticipantList: ParticipantListStrings;
|
6091
6939
|
/** Strings for the MeetingConferencePhoneInfoModal */
|
6092
6940
|
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
6093
6941
|
IncomingCallNotification: IncomingCallNotificationStrings;
|
@@ -6580,7 +7428,7 @@ export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({
|
|
6580
7428
|
*
|
6581
7429
|
* @public
|
6582
7430
|
*/
|
6583
|
-
export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointUrl, userId, displayName, credential, threadId }: AzureCommunicationChatAdapterArgs) => Promise<ChatAdapter>;
|
7431
|
+
export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointUrl, userId, displayName, credential, threadId, chatAdapterOptions }: AzureCommunicationChatAdapterArgs) => Promise<ChatAdapter>;
|
6584
7432
|
|
6585
7433
|
/**
|
6586
7434
|
* Create a {@link ChatAdapter} using the provided {@link StatefulChatClient}.
|
@@ -6590,7 +7438,7 @@ export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointU
|
|
6590
7438
|
*
|
6591
7439
|
* @public
|
6592
7440
|
*/
|
6593
|
-
export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient): Promise<ChatAdapter>;
|
7441
|
+
export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient, chatAdapterOptions?: ChatAdapterOptions): Promise<ChatAdapter>;
|
6594
7442
|
|
6595
7443
|
/**
|
6596
7444
|
* Type of {@link createDefaultCallingHandlers}.
|
@@ -6662,7 +7510,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
6662
7510
|
/**
|
6663
7511
|
* @public
|
6664
7512
|
*/
|
6665
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
7513
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @conditional-compile-remove(teams-identity-support-beta) */ TeamsOutboundCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
6666
7514
|
|
6667
7515
|
/**
|
6668
7516
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -6672,7 +7520,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Pro
|
|
6672
7520
|
*
|
6673
7521
|
* @public
|
6674
7522
|
*/
|
6675
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
7523
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator | /* @conditional-compile-remove(teams-identity-support-beta) */ StartTeamsCallIdentifier[], options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
6676
7524
|
|
6677
7525
|
/**
|
6678
7526
|
* Object returned after creating a local or remote VideoStream.
|
@@ -6907,7 +7755,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6907
7755
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
6908
7756
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
6909
7757
|
ReactionButtonIcon: React_2.JSX.Element;
|
7758
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
7759
|
+
DownloadAttachment: React_2.JSX.Element;
|
6910
7760
|
OpenAttachment: React_2.JSX.Element;
|
7761
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
7762
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
6911
7763
|
EditBoxCancel: React_2.JSX.Element;
|
6912
7764
|
EditBoxSubmit: React_2.JSX.Element;
|
6913
7765
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -6959,6 +7811,13 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6959
7811
|
VideoTileMicOff: React_2.JSX.Element;
|
6960
7812
|
VideoTileCameraOff: React_2.JSX.Element;
|
6961
7813
|
DialpadBackspace: React_2.JSX.Element;
|
7814
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
7815
|
+
SitePermissionCamera: React_2.JSX.Element;
|
7816
|
+
SitePermissionMic: React_2.JSX.Element;
|
7817
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
7818
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
7819
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7820
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
6962
7821
|
VideoTilePinned: React_2.JSX.Element;
|
6963
7822
|
ParticipantItemPinned: React_2.JSX.Element;
|
6964
7823
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -6988,10 +7847,25 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6988
7847
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
6989
7848
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
6990
7849
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7850
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7851
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7852
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7853
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7854
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7855
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7856
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7857
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
7858
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7859
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7860
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7861
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7862
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7863
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
6991
7864
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
6992
7865
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
6993
7866
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
6994
7867
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7868
|
+
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
6995
7869
|
RealTimeTextIcon: React_2.JSX.Element;
|
6996
7870
|
ExpandIcon: React_2.JSX.Element;
|
6997
7871
|
MinimizeIcon: React_2.JSX.Element;
|
@@ -7015,6 +7889,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7015
7889
|
ParticipantItemOptionsHovered: JSX.Element;
|
7016
7890
|
SendBoxSend: JSX.Element;
|
7017
7891
|
SendBoxSendHovered: JSX.Element;
|
7892
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
7018
7893
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
7019
7894
|
ControlButtonCameraOff: JSX.Element;
|
7020
7895
|
ControlButtonCameraOn: JSX.Element;
|
@@ -7095,6 +7970,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7095
7970
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
|
7096
7971
|
PeoplePaneMoreButton?: JSX.Element | undefined;
|
7097
7972
|
StopAllSpotlightMenuButton?: JSX.Element | undefined;
|
7973
|
+
TogetherModeLayout?: JSX.Element | undefined;
|
7098
7974
|
ChevronLeft?: JSX.Element | undefined;
|
7099
7975
|
ControlBarChatButtonActive?: JSX.Element | undefined;
|
7100
7976
|
ControlBarChatButtonInactive?: JSX.Element | undefined;
|
@@ -7104,10 +7980,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7104
7980
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
7105
7981
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
7106
7982
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
7107
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
7108
7983
|
ChatMessageOptions: React_2.JSX.Element;
|
7109
7984
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
7985
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
7986
|
+
DownloadAttachment: React_2.JSX.Element;
|
7110
7987
|
OpenAttachment: React_2.JSX.Element;
|
7988
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
7989
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
7111
7990
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
7112
7991
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
7113
7992
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
@@ -7127,6 +8006,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7127
8006
|
ResumeCall: React_2.JSX.Element;
|
7128
8007
|
VideoTileCameraOff: React_2.JSX.Element;
|
7129
8008
|
DialpadBackspace: React_2.JSX.Element;
|
8009
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
8010
|
+
SitePermissionCamera: React_2.JSX.Element;
|
8011
|
+
SitePermissionMic: React_2.JSX.Element;
|
8012
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
8013
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
8014
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
8015
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7130
8016
|
VideoTilePinned: React_2.JSX.Element;
|
7131
8017
|
ParticipantItemPinned: React_2.JSX.Element;
|
7132
8018
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -7137,7 +8023,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7137
8023
|
SplitButtonPrimaryActionCameraOn: React_2.JSX.Element;
|
7138
8024
|
SplitButtonPrimaryActionCameraOff: React_2.JSX.Element;
|
7139
8025
|
SplitButtonPrimaryActionMicUnmuted: React_2.JSX.Element;
|
7140
|
-
SplitButtonPrimaryActionMicMuted: React_2.JSX.Element;
|
8026
|
+
SplitButtonPrimaryActionMicMuted: React_2.JSX.Element; /**
|
8027
|
+
* Icon wrapper to use when including customizable icons inside the CallWithChatComposite.
|
8028
|
+
* This wrapper ensures the icon name is being type-checked helping ensure no typos
|
8029
|
+
* and ensure that icon is customizable through the composite API.
|
8030
|
+
*
|
8031
|
+
* @private
|
8032
|
+
*/
|
7141
8033
|
VerticalGalleryLeftButton: React_2.JSX.Element;
|
7142
8034
|
VerticalGalleryRightButton: React_2.JSX.Element;
|
7143
8035
|
ControlButtonVideoEffectsOption: React_2.JSX.Element;
|
@@ -7156,15 +8048,60 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7156
8048
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
7157
8049
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
7158
8050
|
VideoTileSpotlighted: React_2.JSX.Element;
|
8051
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
8052
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
8053
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
8054
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
8055
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
8056
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
8057
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
8058
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
8059
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
8060
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
8061
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
8062
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
8063
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
8064
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7159
8065
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
7160
8066
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
7161
8067
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
7162
8068
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
8069
|
+
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
7163
8070
|
RealTimeTextIcon: React_2.JSX.Element;
|
7164
8071
|
ExpandIcon: React_2.JSX.Element;
|
7165
8072
|
MinimizeIcon: React_2.JSX.Element;
|
7166
8073
|
};
|
7167
8074
|
|
8075
|
+
/**
|
8076
|
+
* @beta
|
8077
|
+
*
|
8078
|
+
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
8079
|
+
*/
|
8080
|
+
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
8081
|
+
|
8082
|
+
/**
|
8083
|
+
* Device Checks.
|
8084
|
+
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
8085
|
+
*
|
8086
|
+
* @beta
|
8087
|
+
*/
|
8088
|
+
export declare interface DeviceCheckOptions {
|
8089
|
+
/**
|
8090
|
+
* Camera Permission prompts for your call.
|
8091
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
8092
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
8093
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
8094
|
+
*/
|
8095
|
+
camera: 'required' | 'optional' | 'doNotPrompt';
|
8096
|
+
/**
|
8097
|
+
* Microphone permission prompts for your call.
|
8098
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
8099
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
8100
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
8101
|
+
*/
|
8102
|
+
microphone: 'required' | 'optional' | 'doNotPrompt';
|
8103
|
+
}
|
8104
|
+
|
7168
8105
|
/**
|
7169
8106
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
7170
8107
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -7842,7 +8779,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
7842
8779
|
*
|
7843
8780
|
* @public
|
7844
8781
|
*/
|
7845
|
-
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;
|
8782
|
+
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;
|
7846
8783
|
|
7847
8784
|
/**
|
7848
8785
|
* Get the selector for a specified component.
|
@@ -8028,6 +8965,10 @@ export declare interface _Identifiers {
|
|
8028
8965
|
verticalGalleryVideoTile: string;
|
8029
8966
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
8030
8967
|
verticalGalleryPageCounter: string;
|
8968
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
8969
|
+
mentionSuggestionList: string;
|
8970
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
8971
|
+
mentionSuggestionItem: string;
|
8031
8972
|
}
|
8032
8973
|
|
8033
8974
|
/**
|
@@ -8093,6 +9034,13 @@ export declare interface ImageOverlayStrings {
|
|
8093
9034
|
overlayVisibleMessage: string;
|
8094
9035
|
}
|
8095
9036
|
|
9037
|
+
/**
|
9038
|
+
* Preset dark theme for the ImageOverlay component.
|
9039
|
+
*
|
9040
|
+
* @public
|
9041
|
+
*/
|
9042
|
+
export declare const imageOverlayTheme: PartialTheme;
|
9043
|
+
|
8096
9044
|
/**
|
8097
9045
|
* @public
|
8098
9046
|
* This contains a readonly array that returns all the active `incomingCalls`.
|
@@ -8546,6 +9494,28 @@ export declare type LocalizationProviderProps = {
|
|
8546
9494
|
children: React_2.ReactNode;
|
8547
9495
|
};
|
8548
9496
|
|
9497
|
+
/**
|
9498
|
+
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
9499
|
+
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
9500
|
+
*
|
9501
|
+
* @beta
|
9502
|
+
*/
|
9503
|
+
export declare interface LocalRecordingCallFeatureState {
|
9504
|
+
/**
|
9505
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
9506
|
+
*/
|
9507
|
+
isLocalRecordingActive: boolean;
|
9508
|
+
/**
|
9509
|
+
* Contains list of information of started recordings
|
9510
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
9511
|
+
*/
|
9512
|
+
activeLocalRecordings?: LocalRecordingInfo[];
|
9513
|
+
/**
|
9514
|
+
* Contains list of information of stopped recordings
|
9515
|
+
*/
|
9516
|
+
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
9517
|
+
}
|
9518
|
+
|
8549
9519
|
/**
|
8550
9520
|
* @public
|
8551
9521
|
*/
|
@@ -8720,6 +9690,76 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
8720
9690
|
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
8721
9691
|
}
|
8722
9692
|
|
9693
|
+
/**
|
9694
|
+
* Mention's state, as reflected in the UI.
|
9695
|
+
*
|
9696
|
+
* @beta
|
9697
|
+
*/
|
9698
|
+
export declare interface Mention {
|
9699
|
+
/** ID of a mention */
|
9700
|
+
id: string;
|
9701
|
+
/** Display text of a mention */
|
9702
|
+
displayText: string;
|
9703
|
+
/** Optional React element to render an item icon of a mention suggestion */
|
9704
|
+
icon?: JSX.Element;
|
9705
|
+
}
|
9706
|
+
|
9707
|
+
/**
|
9708
|
+
* Options to display suggestions in the mention scenario.
|
9709
|
+
*
|
9710
|
+
* @beta
|
9711
|
+
*/
|
9712
|
+
export declare interface MentionDisplayOptions {
|
9713
|
+
/**
|
9714
|
+
* Optional callback for customizing the mention renderer in a message thread.
|
9715
|
+
*/
|
9716
|
+
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
9717
|
+
}
|
9718
|
+
|
9719
|
+
/**
|
9720
|
+
* Options to lookup suggestions in the mention scenario.
|
9721
|
+
*
|
9722
|
+
* @beta
|
9723
|
+
*/
|
9724
|
+
export declare interface MentionLookupOptions {
|
9725
|
+
/**
|
9726
|
+
* Optional string to set trigger keyword for mention a specific participant.
|
9727
|
+
*
|
9728
|
+
* @defaultValue `@`
|
9729
|
+
*/
|
9730
|
+
trigger?: string;
|
9731
|
+
/**
|
9732
|
+
* Optional callback to fetch a list of mention suggestions base on the query.
|
9733
|
+
*/
|
9734
|
+
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
9735
|
+
/**
|
9736
|
+
* Optional callback to render an item of the mention suggestions list.
|
9737
|
+
*/
|
9738
|
+
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
9739
|
+
}
|
9740
|
+
|
9741
|
+
/**
|
9742
|
+
* Options to lookup suggestions and display mentions in the mention scenario.
|
9743
|
+
*
|
9744
|
+
* @beta
|
9745
|
+
*/
|
9746
|
+
export declare type MentionOptions = {
|
9747
|
+
lookupOptions?: MentionLookupOptions;
|
9748
|
+
displayOptions?: MentionDisplayOptions;
|
9749
|
+
};
|
9750
|
+
|
9751
|
+
/**
|
9752
|
+
* Strings of {@link _MentionPopover} that can be overridden.
|
9753
|
+
*
|
9754
|
+
* @beta
|
9755
|
+
*/
|
9756
|
+
export declare interface MentionPopoverStrings {
|
9757
|
+
/**
|
9758
|
+
* Header text for MentionPopover
|
9759
|
+
*/
|
9760
|
+
mentionPopoverHeader: string;
|
9761
|
+
}
|
9762
|
+
|
8723
9763
|
/**
|
8724
9764
|
* Discriminated union of all messages.
|
8725
9765
|
*
|
@@ -8727,7 +9767,7 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
8727
9767
|
*
|
8728
9768
|
* @public
|
8729
9769
|
*/
|
8730
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
9770
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
|
8731
9771
|
|
8732
9772
|
/**
|
8733
9773
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -8770,10 +9810,24 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
8770
9810
|
export declare type MessageEditedListener = MessageReceivedListener;
|
8771
9811
|
|
8772
9812
|
/**
|
8773
|
-
*
|
8774
|
-
*
|
8775
|
-
*
|
8776
|
-
*
|
9813
|
+
* @beta
|
9814
|
+
* Message option that defines properties that can be set when
|
9815
|
+
* sending or updating a chat message.
|
9816
|
+
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
9817
|
+
* @property attachments - Attachments that contains file attachments attached to the message.
|
9818
|
+
* @property type - Type of the message content, either 'text' or 'html'.
|
9819
|
+
*/
|
9820
|
+
export declare type MessageOptions = {
|
9821
|
+
metadata?: Record<string, string>;
|
9822
|
+
attachments?: AttachmentMetadata[];
|
9823
|
+
type?: ChatMessageType;
|
9824
|
+
};
|
9825
|
+
|
9826
|
+
/**
|
9827
|
+
* Props to render a single message.
|
9828
|
+
*
|
9829
|
+
* See {@link MessageRenderer}.
|
9830
|
+
*
|
8777
9831
|
* @public
|
8778
9832
|
*/
|
8779
9833
|
export declare type MessageProps = {
|
@@ -8784,7 +9838,7 @@ export declare type MessageProps = {
|
|
8784
9838
|
/**
|
8785
9839
|
* Strings from parent MessageThread component
|
8786
9840
|
*/
|
8787
|
-
strings: MessageThreadStrings
|
9841
|
+
strings: MessageThreadStrings & /* @conditional-compile-remove(rich-text-editor) */ Partial<RichTextStrings>;
|
8788
9842
|
/**
|
8789
9843
|
* Custom CSS styles for chat message container.
|
8790
9844
|
*/
|
@@ -8830,7 +9884,7 @@ export declare type MessageProps = {
|
|
8830
9884
|
* @param options - message options to be included in the message
|
8831
9885
|
*
|
8832
9886
|
*/
|
8833
|
-
onSendMessage?: (content: string) => Promise<void>;
|
9887
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
8834
9888
|
};
|
8835
9889
|
|
8836
9890
|
/**
|
@@ -8962,7 +10016,7 @@ export declare type MessageThreadProps = {
|
|
8962
10016
|
/**
|
8963
10017
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
8964
10018
|
*/
|
8965
|
-
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
10019
|
+
messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
|
8966
10020
|
/**
|
8967
10021
|
* number of participants in the thread
|
8968
10022
|
*/
|
@@ -9043,6 +10097,11 @@ export declare type MessageThreadProps = {
|
|
9043
10097
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
9044
10098
|
*/
|
9045
10099
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
10100
|
+
/**
|
10101
|
+
* Optional callback to render attachments in the message component.
|
10102
|
+
* @beta
|
10103
|
+
*/
|
10104
|
+
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
9046
10105
|
/**
|
9047
10106
|
* Optional callback to edit a message.
|
9048
10107
|
*
|
@@ -9071,7 +10130,7 @@ export declare type MessageThreadProps = {
|
|
9071
10130
|
* @param options - message options to be included in the message
|
9072
10131
|
*
|
9073
10132
|
*/
|
9074
|
-
onSendMessage?: (content: string) => Promise<void>;
|
10133
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
9075
10134
|
/**
|
9076
10135
|
/**
|
9077
10136
|
* Disable editing messages.
|
@@ -9085,11 +10144,32 @@ export declare type MessageThreadProps = {
|
|
9085
10144
|
* Optional strings to override in component
|
9086
10145
|
*/
|
9087
10146
|
strings?: Partial<MessageThreadStrings>;
|
10147
|
+
/**
|
10148
|
+
* @beta
|
10149
|
+
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
10150
|
+
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
10151
|
+
*/
|
10152
|
+
attachmentOptions?: AttachmentOptions;
|
10153
|
+
/**
|
10154
|
+
* Optional function to provide customized date format.
|
10155
|
+
* @beta
|
10156
|
+
*/
|
10157
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
10158
|
+
/**
|
10159
|
+
* Optional props needed to lookup a mention query and display mentions
|
10160
|
+
* @beta
|
10161
|
+
*/
|
10162
|
+
mentionOptions?: MentionOptions;
|
9088
10163
|
/**
|
9089
10164
|
* Optional callback called when an inline image is clicked.
|
9090
10165
|
* @beta
|
9091
10166
|
*/
|
9092
10167
|
inlineImageOptions?: InlineImageOptions;
|
10168
|
+
/**
|
10169
|
+
* Options to enable rich text editor for the edit box.
|
10170
|
+
* @beta
|
10171
|
+
*/
|
10172
|
+
richTextEditorOptions?: RichTextEditBoxOptions;
|
9093
10173
|
};
|
9094
10174
|
|
9095
10175
|
/**
|
@@ -9167,10 +10247,20 @@ export declare interface MessageThreadStrings {
|
|
9167
10247
|
actionMenuMoreOptions?: string;
|
9168
10248
|
/** Aria label to announce when a message is deleted */
|
9169
10249
|
messageDeletedAnnouncementAriaLabel: string;
|
10250
|
+
/** String for download attachment button in attachment card */
|
10251
|
+
downloadAttachment: string;
|
9170
10252
|
/** String for open attachment button in attachment card */
|
9171
10253
|
openAttachment: string;
|
10254
|
+
/** String for policy violation message removal */
|
10255
|
+
blockedWarningText: string;
|
10256
|
+
/** String for policy violation message removal details link */
|
10257
|
+
blockedWarningLinkText: string;
|
9172
10258
|
/** String for aria text in attachment card group*/
|
9173
10259
|
attachmentCardGroupMessage: string;
|
10260
|
+
/**
|
10261
|
+
* Error message indicating that one or more image uploads are not complete.
|
10262
|
+
*/
|
10263
|
+
imageUploadsPendingError: string;
|
9174
10264
|
}
|
9175
10265
|
|
9176
10266
|
/**
|
@@ -9198,10 +10288,24 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
9198
10288
|
/** Styles for system message container. */
|
9199
10289
|
systemMessageContainer?: ComponentSlotStyle;
|
9200
10290
|
/** Styles for blocked message container. */
|
10291
|
+
blockedMessageContainer?: ComponentSlotStyle;
|
9201
10292
|
/** Styles for message status indicator container. */
|
9202
10293
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
9203
10294
|
}
|
9204
10295
|
|
10296
|
+
/**
|
10297
|
+
*
|
10298
|
+
* Messaging policy of a chat thread.
|
10299
|
+
*
|
10300
|
+
* @beta
|
10301
|
+
*/
|
10302
|
+
export declare interface MessagingPolicy {
|
10303
|
+
/**
|
10304
|
+
* Boolean to track whether or not messages are restricted to only text.
|
10305
|
+
* */
|
10306
|
+
textOnlyChat?: boolean;
|
10307
|
+
}
|
10308
|
+
|
9205
10309
|
/**
|
9206
10310
|
* A button to turn microphone on / off.
|
9207
10311
|
*
|
@@ -9394,6 +10498,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
9394
10498
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
9395
10499
|
}
|
9396
10500
|
|
10501
|
+
/**
|
10502
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
10503
|
+
* by their browsers settings.
|
10504
|
+
*
|
10505
|
+
* @beta
|
10506
|
+
*/
|
10507
|
+
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
10508
|
+
|
10509
|
+
/**
|
10510
|
+
* @beta
|
10511
|
+
* Props for MicrophoneSitePermissions component.
|
10512
|
+
*/
|
10513
|
+
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
10514
|
+
/** Icon name for the microphone icon */
|
10515
|
+
microphoneIconName?: string;
|
10516
|
+
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
10517
|
+
strings?: MicrophoneSitePermissionsStrings;
|
10518
|
+
}
|
10519
|
+
|
10520
|
+
/**
|
10521
|
+
* @beta
|
10522
|
+
* Strings for MicrophoneSitePermissions component.
|
10523
|
+
*/
|
10524
|
+
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
10525
|
+
|
9397
10526
|
/**
|
9398
10527
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
9399
10528
|
*
|
@@ -9756,6 +10885,14 @@ export declare interface NotificationStackStrings {
|
|
9756
10885
|
* Message shown in notification when capability unMuteMic is absent
|
9757
10886
|
*/
|
9758
10887
|
capabilityUnmuteMicAbsent?: NotificationStrings;
|
10888
|
+
/**
|
10889
|
+
* Message shown in notification when together mode is started
|
10890
|
+
*/
|
10891
|
+
togetherModeStarted?: NotificationStrings;
|
10892
|
+
/**
|
10893
|
+
* Message shown in notification when together mode ends
|
10894
|
+
*/
|
10895
|
+
togetherModeEnded?: NotificationStrings;
|
9759
10896
|
/**
|
9760
10897
|
* Message shown in notification when there was an error with transcription.
|
9761
10898
|
*/
|
@@ -9835,7 +10972,7 @@ export declare interface NotificationStyles {
|
|
9835
10972
|
}
|
9836
10973
|
|
9837
10974
|
/** @public */
|
9838
|
-
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'assignedBreakoutRoomClosed' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent';
|
10975
|
+
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'assignedBreakoutRoomClosed' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent' | /* @conditional-compile-remove(together-mode) */ 'togetherModeStarted' | /* @conditional-compile-remove(together-mode) */ 'togetherModeEnded';
|
9839
10976
|
|
9840
10977
|
/**
|
9841
10978
|
* All notifications that can be shown in the {@link NotificationStack}.
|
@@ -9844,6 +10981,13 @@ export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assigne
|
|
9844
10981
|
*/
|
9845
10982
|
export declare type NotificationType = keyof NotificationStackStrings;
|
9846
10983
|
|
10984
|
+
/**
|
10985
|
+
* Callback function used to provide custom data to build profile for a user or bot.
|
10986
|
+
*
|
10987
|
+
* @public
|
10988
|
+
*/
|
10989
|
+
export declare type OnFetchChatProfileCallback = (userId: string, defaultProfile?: ChatProfile) => Promise<ChatProfile | undefined>;
|
10990
|
+
|
9847
10991
|
/**
|
9848
10992
|
* Callback function used to provide custom data to build profile for a user or bot.
|
9849
10993
|
*
|
@@ -10134,6 +11278,10 @@ export declare type ParticipantListProps = {
|
|
10134
11278
|
styles?: ParticipantListStyles;
|
10135
11279
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
10136
11280
|
showParticipantOverflowTooltip?: boolean;
|
11281
|
+
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
11282
|
+
totalParticipantCount?: number;
|
11283
|
+
/** Strings for the participant list */
|
11284
|
+
strings?: ParticipantListStrings;
|
10137
11285
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
10138
11286
|
participantAriaLabelledBy?: string;
|
10139
11287
|
/** List of pinned participants */
|
@@ -10148,8 +11296,21 @@ export declare type ParticipantListProps = {
|
|
10148
11296
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
10149
11297
|
participants: CallParticipantListParticipant[];
|
10150
11298
|
myUserId: string;
|
11299
|
+
totalParticipantCount?: number;
|
10151
11300
|
};
|
10152
11301
|
|
11302
|
+
/**
|
11303
|
+
* Strings for the {@link ParticipantList}.
|
11304
|
+
*
|
11305
|
+
* @beta
|
11306
|
+
*/
|
11307
|
+
export declare interface ParticipantListStrings {
|
11308
|
+
/**
|
11309
|
+
* String for rendering the count of participants not contained in the displayed participant list
|
11310
|
+
*/
|
11311
|
+
overflowParticipantCount?: string;
|
11312
|
+
}
|
11313
|
+
|
10153
11314
|
/**
|
10154
11315
|
* Styles for the {@link ParticipantList}.
|
10155
11316
|
*
|
@@ -10841,8 +12002,35 @@ export declare interface RecordingCallFeature {
|
|
10841
12002
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
10842
12003
|
*/
|
10843
12004
|
isRecordingActive: boolean;
|
12005
|
+
/**
|
12006
|
+
* Contains list of information of started recordings
|
12007
|
+
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
12008
|
+
*/
|
12009
|
+
activeRecordings?: RecordingInfo[];
|
12010
|
+
/**
|
12011
|
+
* Contains list of information of stopped recordings
|
12012
|
+
*/
|
12013
|
+
lastStoppedRecording?: RecordingInfo[];
|
10844
12014
|
}
|
10845
12015
|
|
12016
|
+
/**
|
12017
|
+
* State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
|
12018
|
+
*
|
12019
|
+
* @beta
|
12020
|
+
*/
|
12021
|
+
export declare type RemoteDiagnosticState = {
|
12022
|
+
readonly diagnostic: RemoteDiagnosticType;
|
12023
|
+
readonly value: DiagnosticQuality | DiagnosticFlag;
|
12024
|
+
readonly valueType: DiagnosticValueType;
|
12025
|
+
};
|
12026
|
+
|
12027
|
+
/**
|
12028
|
+
* All type names for {@link @azure/communication-calling#RemoteDiagnosticState}.
|
12029
|
+
*
|
12030
|
+
* @beta
|
12031
|
+
*/
|
12032
|
+
export declare type RemoteDiagnosticType = NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType;
|
12033
|
+
|
10846
12034
|
/**
|
10847
12035
|
* State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
|
10848
12036
|
* automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -10910,6 +12098,10 @@ export declare interface RemoteParticipantState {
|
|
10910
12098
|
* Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
|
10911
12099
|
*/
|
10912
12100
|
mediaAccess?: MediaAccessState;
|
12101
|
+
/**
|
12102
|
+
* The diagnostic status of RemoteParticipant{@link @azure/communication-calling#RemoteDiagnostics}.
|
12103
|
+
*/
|
12104
|
+
diagnostics?: Partial<Record<RemoteDiagnosticType, RemoteDiagnosticState>>;
|
10913
12105
|
}
|
10914
12106
|
|
10915
12107
|
/**
|
@@ -10983,6 +12175,256 @@ export declare type ResourceFetchResult = {
|
|
10983
12175
|
error?: Error;
|
10984
12176
|
};
|
10985
12177
|
|
12178
|
+
/**
|
12179
|
+
* Options for the rich text editor edit box configuration.
|
12180
|
+
*
|
12181
|
+
* @beta
|
12182
|
+
*/
|
12183
|
+
export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
|
12184
|
+
/**
|
12185
|
+
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
12186
|
+
* When not provided, pasting images into rich text editor will be disabled.
|
12187
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12188
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
12189
|
+
* @param messageId - the id of the message that the inlineImage belongs to.
|
12190
|
+
*/
|
12191
|
+
onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
12192
|
+
/**
|
12193
|
+
* Optional callback invoked after inline image is removed from the UI.
|
12194
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12195
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
12196
|
+
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
12197
|
+
* @param messageId - the id of the message that the inlineImage belongs to.
|
12198
|
+
*/
|
12199
|
+
onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
12200
|
+
/**
|
12201
|
+
* Optional Record of type {@link AttachmentMetadataInProgress}
|
12202
|
+
* to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
|
12203
|
+
* - there is an error provided in the messagesInlineImagesWithProgress
|
12204
|
+
* - progress is less than 1 when the send button is clicked
|
12205
|
+
* - content html string is longer than the max allowed length.
|
12206
|
+
* (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
|
12207
|
+
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
12208
|
+
*/
|
12209
|
+
messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
|
12210
|
+
}
|
12211
|
+
|
12212
|
+
/**
|
12213
|
+
* Options for the rich text editor configuration.
|
12214
|
+
*
|
12215
|
+
* @beta
|
12216
|
+
*/
|
12217
|
+
export declare interface RichTextEditorOptions {
|
12218
|
+
/**
|
12219
|
+
* Optional callback to handle paste event.
|
12220
|
+
*/
|
12221
|
+
onPaste?: (event: {
|
12222
|
+
content: DocumentFragment;
|
12223
|
+
}) => void;
|
12224
|
+
}
|
12225
|
+
|
12226
|
+
/**
|
12227
|
+
* A component to render SendBox with Rich Text Editor support.
|
12228
|
+
*
|
12229
|
+
* @beta
|
12230
|
+
*/
|
12231
|
+
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
12232
|
+
|
12233
|
+
/**
|
12234
|
+
* Props for {@link RichTextSendBox}.
|
12235
|
+
*
|
12236
|
+
* @beta
|
12237
|
+
*/
|
12238
|
+
export declare interface RichTextSendBoxProps {
|
12239
|
+
/**
|
12240
|
+
* Optional boolean to disable text box
|
12241
|
+
* @defaultValue false
|
12242
|
+
*/
|
12243
|
+
disabled?: boolean;
|
12244
|
+
/**
|
12245
|
+
* Optional callback to handle paste event.
|
12246
|
+
*/
|
12247
|
+
onPaste?: (event: {
|
12248
|
+
content: DocumentFragment;
|
12249
|
+
}) => void;
|
12250
|
+
/**
|
12251
|
+
* Optional strings to override in component
|
12252
|
+
*/
|
12253
|
+
strings?: Partial<RichTextSendBoxStrings>;
|
12254
|
+
/**
|
12255
|
+
* Optional text for system message above the text box
|
12256
|
+
*/
|
12257
|
+
systemMessage?: string;
|
12258
|
+
/**
|
12259
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
12260
|
+
* to render attachments being uploaded in the SendBox.
|
12261
|
+
* @beta
|
12262
|
+
*/
|
12263
|
+
attachments?: AttachmentMetadataInProgress[];
|
12264
|
+
/**
|
12265
|
+
* enumerable to determine if the input box has focus on render or not.
|
12266
|
+
* When undefined nothing has focus on render
|
12267
|
+
*/
|
12268
|
+
autoFocus?: 'sendBoxTextField';
|
12269
|
+
/**
|
12270
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
12271
|
+
* cancel icon.
|
12272
|
+
*/
|
12273
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
12274
|
+
/**
|
12275
|
+
* Optional callback invoked after inline image is removed from the UI.
|
12276
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12277
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
12278
|
+
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
12279
|
+
*/
|
12280
|
+
onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12281
|
+
/**
|
12282
|
+
* Callback function used when the send button is clicked.
|
12283
|
+
*/
|
12284
|
+
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
12285
|
+
/**
|
12286
|
+
* Optional callback called when user is typing
|
12287
|
+
*/
|
12288
|
+
onTyping?: () => Promise<void>;
|
12289
|
+
/**
|
12290
|
+
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
12291
|
+
* When not provided, pasting images into rich text editor will be disabled.
|
12292
|
+
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12293
|
+
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
12294
|
+
*/
|
12295
|
+
onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12296
|
+
/**
|
12297
|
+
* Optional Array of type {@link AttachmentMetadataInProgress}
|
12298
|
+
* to render the errorBar for inline images inserted in the RichTextSendBox when:
|
12299
|
+
* - there is an error provided in the inlineImagesWithProgress
|
12300
|
+
* - progress is less than 1 when the send button is clicked
|
12301
|
+
* - content html string is longer than the max allowed length.
|
12302
|
+
* (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
|
12303
|
+
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
12304
|
+
*/
|
12305
|
+
inlineImagesWithProgress?: AttachmentMetadataInProgress[];
|
12306
|
+
}
|
12307
|
+
|
12308
|
+
/**
|
12309
|
+
* Strings of {@link RichTextSendBox} that can be overridden.
|
12310
|
+
*
|
12311
|
+
* @beta
|
12312
|
+
*/
|
12313
|
+
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
12314
|
+
}
|
12315
|
+
|
12316
|
+
/**
|
12317
|
+
* Strings of RichText that can be overridden.
|
12318
|
+
*
|
12319
|
+
* @beta
|
12320
|
+
*/
|
12321
|
+
export declare interface RichTextStrings {
|
12322
|
+
/**
|
12323
|
+
* Tooltip text for the bold button.
|
12324
|
+
*/
|
12325
|
+
richTextBoldTooltip: string;
|
12326
|
+
/**
|
12327
|
+
* Tooltip text for the italic button.
|
12328
|
+
*/
|
12329
|
+
richTextItalicTooltip: string;
|
12330
|
+
/**
|
12331
|
+
* Tooltip text for the underline button.
|
12332
|
+
*/
|
12333
|
+
richTextUnderlineTooltip: string;
|
12334
|
+
/**
|
12335
|
+
* Tooltip text for the bullet list button.
|
12336
|
+
*/
|
12337
|
+
richTextBulletListTooltip: string;
|
12338
|
+
/**
|
12339
|
+
* Tooltip text for the number list button.
|
12340
|
+
*/
|
12341
|
+
richTextNumberListTooltip: string;
|
12342
|
+
/**
|
12343
|
+
* Tooltip text for the increase indent button.
|
12344
|
+
*/
|
12345
|
+
richTextIncreaseIndentTooltip: string;
|
12346
|
+
/**
|
12347
|
+
* Tooltip text for the decrease indent button.
|
12348
|
+
*/
|
12349
|
+
richTextDecreaseIndentTooltip: string;
|
12350
|
+
/**
|
12351
|
+
* Tooltip text insert table button.
|
12352
|
+
*/
|
12353
|
+
richTextInsertTableTooltip: string;
|
12354
|
+
/**
|
12355
|
+
* Tooltip text for the rich text format button button.
|
12356
|
+
*/
|
12357
|
+
richTextFormatButtonTooltip: string;
|
12358
|
+
/**
|
12359
|
+
* Text for the insert menu item.
|
12360
|
+
*/
|
12361
|
+
richTextInsertRowOrColumnMenu: string;
|
12362
|
+
/**
|
12363
|
+
* Title for the insert table menu.
|
12364
|
+
*/
|
12365
|
+
richTextInsertTableMenuTitle: string;
|
12366
|
+
/**
|
12367
|
+
* Text for the insert menu item to insert row above the current selection.
|
12368
|
+
*/
|
12369
|
+
richTextInsertRowAboveMenu: string;
|
12370
|
+
/**
|
12371
|
+
* Text for the insert menu item to insert row below the current selection.
|
12372
|
+
*/
|
12373
|
+
richTextInsertRowBelowMenu: string;
|
12374
|
+
/**
|
12375
|
+
* Text for the insert menu item to insert column to the left from the current selection.
|
12376
|
+
*/
|
12377
|
+
richTextInsertColumnLeftMenu: string;
|
12378
|
+
/**
|
12379
|
+
* Text for the insert menu item to insert column to the right from the current selection.
|
12380
|
+
*/
|
12381
|
+
richTextInsertColumnRightMenu: string;
|
12382
|
+
/**
|
12383
|
+
* Text for the delete row or column menu.
|
12384
|
+
*/
|
12385
|
+
richTextDeleteRowOrColumnMenu: string;
|
12386
|
+
/**
|
12387
|
+
* Text for the delete column menu.
|
12388
|
+
*/
|
12389
|
+
richTextDeleteColumnMenu: string;
|
12390
|
+
/**
|
12391
|
+
* Text for the delete row menu.
|
12392
|
+
*/
|
12393
|
+
richTextDeleteRowMenu: string;
|
12394
|
+
/**
|
12395
|
+
* Text for the delete table menu.
|
12396
|
+
*/
|
12397
|
+
richTextDeleteTableMenu: string;
|
12398
|
+
/**
|
12399
|
+
* Text for the rich text toolbar.
|
12400
|
+
*/
|
12401
|
+
richTextToolbarAriaLabel: string;
|
12402
|
+
/**
|
12403
|
+
* Text for the rich text toolbar more button.
|
12404
|
+
*/
|
12405
|
+
richTextToolbarMoreButtonAriaLabel: string;
|
12406
|
+
/**
|
12407
|
+
* Text for announcement when a new bulleted list item is added.
|
12408
|
+
*/
|
12409
|
+
richTextNewBulletedListItemAnnouncement: string;
|
12410
|
+
/**
|
12411
|
+
* Text for announcement when a new numbered list item is added.
|
12412
|
+
*/
|
12413
|
+
richTextNewNumberedListItemAnnouncement: string;
|
12414
|
+
/**
|
12415
|
+
* Text for announcement when the bulleted list style is applied.
|
12416
|
+
*/
|
12417
|
+
richTextBulletedListAppliedAnnouncement: string;
|
12418
|
+
/**
|
12419
|
+
* Text for announcement when the numbered list style is applied.
|
12420
|
+
*/
|
12421
|
+
richTextNumberedListAppliedAnnouncement: string;
|
12422
|
+
/**
|
12423
|
+
* Error message indicating image upload is not complete.
|
12424
|
+
*/
|
12425
|
+
imageUploadsPendingError: string;
|
12426
|
+
}
|
12427
|
+
|
10986
12428
|
/**
|
10987
12429
|
* A button to start / stop screen sharing.
|
10988
12430
|
*
|
@@ -11054,6 +12496,42 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
11054
12496
|
*/
|
11055
12497
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
11056
12498
|
|
12499
|
+
/**
|
12500
|
+
* @beta
|
12501
|
+
* Error to be displayed to the user in an error bar above sendbox.
|
12502
|
+
*/
|
12503
|
+
export declare interface SendBoxErrorBarError {
|
12504
|
+
/** Error Message to be displayed */
|
12505
|
+
message: string;
|
12506
|
+
/**
|
12507
|
+
* Unix Timestamp. Preferred generation using `Date.now()`
|
12508
|
+
*/
|
12509
|
+
timestamp: number;
|
12510
|
+
/**
|
12511
|
+
* ErrorBar type. Defaults to `warning`.
|
12512
|
+
*/
|
12513
|
+
errorBarType?: SendBoxErrorBarType;
|
12514
|
+
}
|
12515
|
+
|
12516
|
+
/**
|
12517
|
+
* @beta
|
12518
|
+
* Error bar type for {@link SendBoxErrorBarError}
|
12519
|
+
*/
|
12520
|
+
export declare enum SendBoxErrorBarType {
|
12521
|
+
/** Info styled MessageBar */
|
12522
|
+
info = 0,
|
12523
|
+
/** Error styled MessageBar */
|
12524
|
+
error = 1,
|
12525
|
+
/** Blocked styled MessageBar */
|
12526
|
+
blocked = 2,
|
12527
|
+
/** SevereWarning styled MessageBar */
|
12528
|
+
severeWarning = 3,
|
12529
|
+
/** Success styled MessageBar */
|
12530
|
+
success = 4,
|
12531
|
+
/** Warning styled MessageBar */
|
12532
|
+
warning = 5
|
12533
|
+
}
|
12534
|
+
|
11057
12535
|
/**
|
11058
12536
|
* Props for {@link SendBox}.
|
11059
12537
|
*
|
@@ -11072,7 +12550,12 @@ export declare interface SendBoxProps {
|
|
11072
12550
|
/**
|
11073
12551
|
* Optional override behavior on send button click
|
11074
12552
|
*/
|
11075
|
-
onSendMessage?: (content: string) => Promise<void>;
|
12553
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
12554
|
+
/**
|
12555
|
+
* Optional props needed to lookup suggestions in the mention scenario.
|
12556
|
+
* @beta
|
12557
|
+
*/
|
12558
|
+
mentionLookupOptions?: MentionLookupOptions;
|
11076
12559
|
/**
|
11077
12560
|
* Optional callback called when user is typing
|
11078
12561
|
*/
|
@@ -11109,6 +12592,25 @@ export declare interface SendBoxProps {
|
|
11109
12592
|
* When undefined nothing has focus on render
|
11110
12593
|
*/
|
11111
12594
|
autoFocus?: 'sendBoxTextField';
|
12595
|
+
/**
|
12596
|
+
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
12597
|
+
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
12598
|
+
* be rendered below the text area in sendBox.
|
12599
|
+
* @beta
|
12600
|
+
*/
|
12601
|
+
onRenderAttachmentUploads?: () => JSX.Element;
|
12602
|
+
/**
|
12603
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
12604
|
+
* to render attachments being uploaded in the SendBox.
|
12605
|
+
* @beta
|
12606
|
+
*/
|
12607
|
+
attachments?: AttachmentMetadataInProgress[];
|
12608
|
+
/**
|
12609
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
12610
|
+
* cancel icon.
|
12611
|
+
* @beta
|
12612
|
+
*/
|
12613
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
11112
12614
|
}
|
11113
12615
|
|
11114
12616
|
/**
|
@@ -11139,6 +12641,26 @@ export declare interface SendBoxStrings {
|
|
11139
12641
|
* Aria label for send message button
|
11140
12642
|
*/
|
11141
12643
|
sendButtonAriaLabel: string;
|
12644
|
+
/**
|
12645
|
+
* Error message indicating that all attachment uploads are not complete.
|
12646
|
+
*/
|
12647
|
+
attachmentUploadsPendingError: string;
|
12648
|
+
/**
|
12649
|
+
* Aria label to notify user when focus is on cancel attachment upload button.
|
12650
|
+
*/
|
12651
|
+
removeAttachment: string;
|
12652
|
+
/**
|
12653
|
+
* Aria label to notify user attachment uploading starts.
|
12654
|
+
*/
|
12655
|
+
uploading: string;
|
12656
|
+
/**
|
12657
|
+
* Aria label to notify user attachment is uploaded.
|
12658
|
+
*/
|
12659
|
+
uploadCompleted: string;
|
12660
|
+
/**
|
12661
|
+
* Aria label to notify user more attachment action menu.
|
12662
|
+
*/
|
12663
|
+
attachmentMoreMenu: string;
|
11142
12664
|
}
|
11143
12665
|
|
11144
12666
|
/**
|
@@ -11159,6 +12681,45 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
11159
12681
|
systemMessage?: IStyle;
|
11160
12682
|
}
|
11161
12683
|
|
12684
|
+
/**
|
12685
|
+
* @beta
|
12686
|
+
* Strings for SitePermissions component
|
12687
|
+
*/
|
12688
|
+
export declare type SitePermissionsStrings = {
|
12689
|
+
/**
|
12690
|
+
* Main text string.
|
12691
|
+
*/
|
12692
|
+
primaryText?: string;
|
12693
|
+
/**
|
12694
|
+
* Subtext string.
|
12695
|
+
*/
|
12696
|
+
secondaryText?: string;
|
12697
|
+
/**
|
12698
|
+
* More help link string.
|
12699
|
+
*/
|
12700
|
+
linkText?: string;
|
12701
|
+
/**
|
12702
|
+
* Primary button text string.
|
12703
|
+
*/
|
12704
|
+
primaryButtonText?: string;
|
12705
|
+
/**
|
12706
|
+
* Aria label describing the content of the container
|
12707
|
+
*/
|
12708
|
+
ariaLabel?: string;
|
12709
|
+
};
|
12710
|
+
|
12711
|
+
/**
|
12712
|
+
* Fluent styles for {@link SitePermissionsContainer}.
|
12713
|
+
*
|
12714
|
+
* @beta
|
12715
|
+
*/
|
12716
|
+
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
12717
|
+
/** Styles for the primary button. */
|
12718
|
+
primaryButton?: IButtonStyles;
|
12719
|
+
/** Styles for the help troubleshooting link text. */
|
12720
|
+
troubleshootingLink?: ILinkStyles;
|
12721
|
+
}
|
12722
|
+
|
11162
12723
|
/**
|
11163
12724
|
* @public
|
11164
12725
|
* Type for representing a custom sound to use for a calling event
|
@@ -11478,6 +13039,13 @@ export declare interface StartRealTimeTextButtonStrings {
|
|
11478
13039
|
tooltipOffContent: string;
|
11479
13040
|
}
|
11480
13041
|
|
13042
|
+
/**
|
13043
|
+
* Parameter to start a call using a Teams user identity.
|
13044
|
+
*
|
13045
|
+
* @beta
|
13046
|
+
*/
|
13047
|
+
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
13048
|
+
|
11481
13049
|
/**
|
11482
13050
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
11483
13051
|
* The interface provides access to proxied state and also allows registering a handler for state change events. For
|
@@ -11563,7 +13131,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
11563
13131
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to start rendering.
|
11564
13132
|
* @param options - Options that are passed to the {@link @azure/communication-calling#VideoStreamRenderer}.
|
11565
13133
|
*/
|
11566
|
-
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
|
13134
|
+
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState | /* @conditional-compile-remove(together-mode) */ CallFeatureStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
|
11567
13135
|
/**
|
11568
13136
|
* Stops rendering a {@link RemoteVideoStreamState} or {@link LocalVideoStreamState} and removes the
|
11569
13137
|
* {@link VideoStreamRendererView} from the relevant {@link RemoteVideoStreamState} in {@link CallClientState} or
|
@@ -11588,7 +13156,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
11588
13156
|
* be undefined if disposing LocalVideoStreamState.
|
11589
13157
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
11590
13158
|
*/
|
11591
|
-
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
13159
|
+
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState | /* @conditional-compile-remove(together-mode) */ CallFeatureStreamState): void;
|
11592
13160
|
/**
|
11593
13161
|
* The CallAgent is used to handle calls.
|
11594
13162
|
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
@@ -11928,7 +13496,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
11928
13496
|
* @public
|
11929
13497
|
*/
|
11930
13498
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
11931
|
-
locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
|
13499
|
+
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
|
11932
13500
|
};
|
11933
13501
|
|
11934
13502
|
/**
|
@@ -12001,6 +13569,17 @@ export declare interface TeamsIncomingCallState {
|
|
12001
13569
|
endTime?: Date;
|
12002
13570
|
}
|
12003
13571
|
|
13572
|
+
/**
|
13573
|
+
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
13574
|
+
*
|
13575
|
+
* This is used to create an outbound call scenarios.
|
13576
|
+
*
|
13577
|
+
* @beta
|
13578
|
+
*/
|
13579
|
+
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13580
|
+
targetCallees: StartTeamsCallIdentifier[];
|
13581
|
+
};
|
13582
|
+
|
12004
13583
|
/**
|
12005
13584
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
12006
13585
|
*
|
@@ -12013,6 +13592,92 @@ export declare interface TeamsIncomingCallState {
|
|
12013
13592
|
*/
|
12014
13593
|
export declare const toFlatCommunicationIdentifier: (identifier: CommunicationIdentifier) => string;
|
12015
13594
|
|
13595
|
+
/**
|
13596
|
+
* State only version of {@link @azure/communication-calling#TogetherModeCallFeature}. {@link StatefulCallClient}.
|
13597
|
+
* Represents the state of the Together Mode feature.
|
13598
|
+
* @public
|
13599
|
+
*/
|
13600
|
+
export declare interface TogetherModeCallFeatureState {
|
13601
|
+
/**
|
13602
|
+
* Flag indicating if Together Mode is active in the call
|
13603
|
+
*/
|
13604
|
+
isActive: boolean;
|
13605
|
+
/**
|
13606
|
+
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.togetherModeStream}.
|
13607
|
+
*/
|
13608
|
+
streams: TogetherModeStreamsState;
|
13609
|
+
/**
|
13610
|
+
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.TogetherModeSeatingMap}.
|
13611
|
+
*/
|
13612
|
+
seatingPositions: TogetherModeParticipantSeatingState;
|
13613
|
+
}
|
13614
|
+
|
13615
|
+
/**
|
13616
|
+
* Represents the seating positions of participants in Together Mode.
|
13617
|
+
*
|
13618
|
+
* @public
|
13619
|
+
*/
|
13620
|
+
export declare type TogetherModeParticipantSeatingState = Record<string, TogetherModeSeatingPositionState>;
|
13621
|
+
|
13622
|
+
/**
|
13623
|
+
* State only version of {@link @azure/communication-calling#TogetherModeSeatingMap}.
|
13624
|
+
* @public
|
13625
|
+
*
|
13626
|
+
* Represents the seating position of a participant in Together Mode.
|
13627
|
+
*/
|
13628
|
+
export declare interface TogetherModeSeatingPositionState {
|
13629
|
+
/**
|
13630
|
+
* The top left offset from the top of the together mode view.
|
13631
|
+
*/
|
13632
|
+
top: number;
|
13633
|
+
/**
|
13634
|
+
* The left offset position from the left of the together mode view.
|
13635
|
+
*/
|
13636
|
+
left: number;
|
13637
|
+
/**
|
13638
|
+
* The width of the seating area
|
13639
|
+
*/
|
13640
|
+
width: number;
|
13641
|
+
/**
|
13642
|
+
* The height of the seating area.
|
13643
|
+
*/
|
13644
|
+
height: number;
|
13645
|
+
}
|
13646
|
+
|
13647
|
+
/**
|
13648
|
+
* Interface representing the result of a Together Mode stream view.
|
13649
|
+
* @public
|
13650
|
+
*/
|
13651
|
+
export declare interface TogetherModeStreamOptions extends VideoStreamOptions {
|
13652
|
+
/**
|
13653
|
+
* The kind of together mode view to be created. Default is 'main'.
|
13654
|
+
*/
|
13655
|
+
viewKind?: 'main' | 'panoramic';
|
13656
|
+
}
|
13657
|
+
|
13658
|
+
/**
|
13659
|
+
* Represents the streams in Together Mode.
|
13660
|
+
*
|
13661
|
+
* @public
|
13662
|
+
*/
|
13663
|
+
export declare interface TogetherModeStreamsState {
|
13664
|
+
/**
|
13665
|
+
* The main video stream in Together Mode.
|
13666
|
+
*/
|
13667
|
+
mainVideoStream?: CallFeatureStreamState;
|
13668
|
+
}
|
13669
|
+
|
13670
|
+
/**
|
13671
|
+
* Interface representing the result of a Together Mode stream view.
|
13672
|
+
* @public
|
13673
|
+
*/
|
13674
|
+
export declare interface TogetherModeStreamViewResult {
|
13675
|
+
/**
|
13676
|
+
* Together mode stream view id.
|
13677
|
+
*/
|
13678
|
+
mainVideoView?: CreateVideoStreamViewResult;
|
13679
|
+
}
|
13680
|
+
|
12016
13681
|
/**
|
12017
13682
|
* Callback for {@link ChatAdapterSubscribers} 'topicChanged' event.
|
12018
13683
|
*
|
@@ -12201,11 +13866,129 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
12201
13866
|
typingString?: IStyle;
|
12202
13867
|
}
|
12203
13868
|
|
13869
|
+
/**
|
13870
|
+
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
13871
|
+
*
|
13872
|
+
* @beta
|
13873
|
+
*/
|
13874
|
+
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
13875
|
+
|
13876
|
+
/**
|
13877
|
+
* props for {@link UnsupportedBrowser} UI
|
13878
|
+
*
|
13879
|
+
* @beta
|
13880
|
+
*/
|
13881
|
+
export declare interface UnsupportedBrowserProps {
|
13882
|
+
/** Handler to perform an action when the help link is actioned */
|
13883
|
+
onTroubleshootingClick?: () => void;
|
13884
|
+
/** String overrides for the component */
|
13885
|
+
strings?: UnsupportedBrowserStrings;
|
13886
|
+
}
|
13887
|
+
|
13888
|
+
/**
|
13889
|
+
* Strings for UnsupportedBrowser component
|
13890
|
+
*
|
13891
|
+
* @beta
|
13892
|
+
*/
|
13893
|
+
export declare interface UnsupportedBrowserStrings {
|
13894
|
+
/** String for the primary text */
|
13895
|
+
primaryText: string;
|
13896
|
+
/** String for the secondary text */
|
13897
|
+
secondaryText: string;
|
13898
|
+
/** String to display in the text for the help link */
|
13899
|
+
moreHelpLinkText: string;
|
13900
|
+
}
|
13901
|
+
|
13902
|
+
/**
|
13903
|
+
* UI to display to the user that the browser version they are using is out of date
|
13904
|
+
* and not supported by Azure Communications Calling service.
|
13905
|
+
*
|
13906
|
+
* @beta
|
13907
|
+
*/
|
13908
|
+
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
13909
|
+
|
13910
|
+
/**
|
13911
|
+
* props for {@link UnsupportedBrowserVersion} UI
|
13912
|
+
*
|
13913
|
+
* @beta
|
13914
|
+
*/
|
13915
|
+
export declare interface UnsupportedBrowserVersionProps {
|
13916
|
+
/** Handler to perform an action when the help link is actioned */
|
13917
|
+
onTroubleshootingClick?: () => void;
|
13918
|
+
/** String overrides for the component */
|
13919
|
+
strings?: UnsupportedBrowserVersionStrings;
|
13920
|
+
/** Handler to allow user to continue into the call */
|
13921
|
+
onContinueAnywayClick?: () => void;
|
13922
|
+
}
|
13923
|
+
|
13924
|
+
/**
|
13925
|
+
* Strings for UnsupportedBrowser component
|
13926
|
+
*
|
13927
|
+
* @beta
|
13928
|
+
*/
|
13929
|
+
export declare interface UnsupportedBrowserVersionStrings {
|
13930
|
+
/** String for the primary text */
|
13931
|
+
primaryText: string;
|
13932
|
+
/** String for the secondary text */
|
13933
|
+
secondaryText: string;
|
13934
|
+
/** String to display in the text for the help link */
|
13935
|
+
moreHelpLinkText: string;
|
13936
|
+
/** String for continue without updating button */
|
13937
|
+
continueAnywayButtonText?: string;
|
13938
|
+
}
|
13939
|
+
|
13940
|
+
/**
|
13941
|
+
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
13942
|
+
*
|
13943
|
+
* @beta
|
13944
|
+
*/
|
13945
|
+
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
13946
|
+
|
13947
|
+
/**
|
13948
|
+
* Props for {@link UnsupportedOperatingSystem} UI
|
13949
|
+
*
|
13950
|
+
* @beta
|
13951
|
+
*/
|
13952
|
+
export declare interface UnsupportedOperatingSystemProps {
|
13953
|
+
/** Handler to perform a action when the help link is actioned */
|
13954
|
+
onTroubleshootingClick?: () => void;
|
13955
|
+
/** String overrides for the component */
|
13956
|
+
strings?: UnsupportedOperatingSystemStrings;
|
13957
|
+
}
|
13958
|
+
|
13959
|
+
/**
|
13960
|
+
* Strings for UnsupportedBrowser component
|
13961
|
+
*
|
13962
|
+
* @beta
|
13963
|
+
*/
|
13964
|
+
export declare interface UnsupportedOperatingSystemStrings {
|
13965
|
+
/** String for the primary text */
|
13966
|
+
primaryText: string;
|
13967
|
+
/** String for the secondary text */
|
13968
|
+
secondaryText: string;
|
13969
|
+
/** String to display in the text for the help link */
|
13970
|
+
moreHelpLinkText: string;
|
13971
|
+
}
|
13972
|
+
|
12204
13973
|
/**
|
12205
13974
|
* @public
|
12206
13975
|
* Callback function run when a message is updated.
|
12207
13976
|
*/
|
12208
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
13977
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
13978
|
+
|
13979
|
+
/**
|
13980
|
+
* Result payload for uploading an image.
|
13981
|
+
*
|
13982
|
+
* @beta
|
13983
|
+
*/
|
13984
|
+
export declare type UploadChatImageResult = {
|
13985
|
+
/** Id of the image. */
|
13986
|
+
id: string;
|
13987
|
+
/** The type of attachment. */
|
13988
|
+
attachmentType?: 'image' | 'file' | 'unknown';
|
13989
|
+
/** The name including file extension type of the attachment. */
|
13990
|
+
name?: string;
|
13991
|
+
};
|
12209
13992
|
|
12210
13993
|
/**
|
12211
13994
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -12379,7 +14162,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
|
|
12379
14162
|
*
|
12380
14163
|
* @public
|
12381
14164
|
*/
|
12382
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
14165
|
+
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;
|
12383
14166
|
|
12384
14167
|
/**
|
12385
14168
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -12530,7 +14313,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
12530
14313
|
/**
|
12531
14314
|
* @public
|
12532
14315
|
*/
|
12533
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
14316
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | /* @conditional-compile-remove(together-mode) */ 'togetherMode' | 'focusedContent';
|
12534
14317
|
|
12535
14318
|
/**
|
12536
14319
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -12567,6 +14350,8 @@ export declare type VideoGalleryParticipant = {
|
|
12567
14350
|
isScreenSharingOn?: boolean;
|
12568
14351
|
/** Whether participant is spotlighted **/
|
12569
14352
|
spotlight?: Spotlight;
|
14353
|
+
/** Signal strength of the participant, range from 1 to 3, lower means better connection **/
|
14354
|
+
signalStrength?: number;
|
12570
14355
|
/** Media audio video access states **/
|
12571
14356
|
mediaAccess?: MediaAccess;
|
12572
14357
|
/** Attendee can have audio be forbidden **/
|
@@ -12712,6 +14497,38 @@ export declare interface VideoGalleryProps {
|
|
12712
14497
|
* This callback is to mute a remote participant
|
12713
14498
|
*/
|
12714
14499
|
onMuteParticipant?: (userId: string) => Promise<void>;
|
14500
|
+
/**
|
14501
|
+
* Indicates if the local participant can start together mode
|
14502
|
+
*/
|
14503
|
+
startTogetherModeEnabled?: boolean;
|
14504
|
+
/**
|
14505
|
+
* Indicates if together mode is active
|
14506
|
+
*/
|
14507
|
+
isTogetherModeActive?: boolean;
|
14508
|
+
/**
|
14509
|
+
* Callback to create a together mode stream view
|
14510
|
+
*/
|
14511
|
+
onCreateTogetherModeStreamView?: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
14512
|
+
/**
|
14513
|
+
* This callback is to start together mode
|
14514
|
+
*/
|
14515
|
+
onStartTogetherMode?: () => Promise<void>;
|
14516
|
+
/**
|
14517
|
+
* This callback is to set the scene size for together mode
|
14518
|
+
*/
|
14519
|
+
onSetTogetherModeSceneSize?: (width: number, height: number) => void;
|
14520
|
+
/**
|
14521
|
+
* Together mode video streams
|
14522
|
+
*/
|
14523
|
+
togetherModeStreams?: VideoGalleryTogetherModeStreams;
|
14524
|
+
/**
|
14525
|
+
* Seating position of participants in together mode
|
14526
|
+
*/
|
14527
|
+
togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
|
14528
|
+
/**
|
14529
|
+
* Callback to dispose a together mode stream view
|
14530
|
+
*/
|
14531
|
+
onDisposeTogetherModeStreamView?: () => Promise<void>;
|
12715
14532
|
/**
|
12716
14533
|
* This callback is to forbid audio for remote participant(s)
|
12717
14534
|
*/
|
@@ -12774,6 +14591,10 @@ export declare type VideoGallerySelector = (state: CallClientState, props: Calli
|
|
12774
14591
|
optimalVideoCount?: number;
|
12775
14592
|
spotlightedParticipants?: string[];
|
12776
14593
|
maxParticipantsToSpotlight?: number;
|
14594
|
+
isTogetherModeActive?: boolean;
|
14595
|
+
startTogetherModeEnabled?: boolean;
|
14596
|
+
togetherModeStreams?: VideoGalleryTogetherModeStreams;
|
14597
|
+
togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
|
12777
14598
|
};
|
12778
14599
|
|
12779
14600
|
/**
|
@@ -12874,6 +14695,46 @@ export declare interface VideoGalleryStyles extends BaseCustomStyles {
|
|
12874
14695
|
verticalGallery?: VerticalGalleryStyles;
|
12875
14696
|
}
|
12876
14697
|
|
14698
|
+
/**
|
14699
|
+
* Interface representing the position of a participant in Together Mode.
|
14700
|
+
* @public
|
14701
|
+
*/
|
14702
|
+
export declare type VideoGalleryTogetherModeParticipantPosition = Record<string, VideoGalleryTogetherModeSeatingInfo>;
|
14703
|
+
|
14704
|
+
/**
|
14705
|
+
* Interface representing the seating information in Together Mode.
|
14706
|
+
* @public
|
14707
|
+
*/
|
14708
|
+
export declare interface VideoGalleryTogetherModeSeatingInfo {
|
14709
|
+
/**
|
14710
|
+
* The top left offset from the top of the together mode view.
|
14711
|
+
*/
|
14712
|
+
top: number;
|
14713
|
+
/**
|
14714
|
+
* The left offset position from the left of the together mode view.
|
14715
|
+
*/
|
14716
|
+
left: number;
|
14717
|
+
/**
|
14718
|
+
*The width of the seating area
|
14719
|
+
*/
|
14720
|
+
width: number;
|
14721
|
+
/**
|
14722
|
+
* The height of the seating area.
|
14723
|
+
*/
|
14724
|
+
height: number;
|
14725
|
+
}
|
14726
|
+
|
14727
|
+
/**
|
14728
|
+
* Interface representing the streams in Together Mode.
|
14729
|
+
* @public
|
14730
|
+
*/
|
14731
|
+
export declare interface VideoGalleryTogetherModeStreams {
|
14732
|
+
/**
|
14733
|
+
* The main video stream in Together Mode.
|
14734
|
+
*/
|
14735
|
+
mainVideoStream?: VideoGalleryStream;
|
14736
|
+
}
|
14737
|
+
|
12877
14738
|
/**
|
12878
14739
|
* Options to control how video streams are rendered.
|
12879
14740
|
*
|
@@ -13083,6 +14944,8 @@ export declare interface VideoTileStrings {
|
|
13083
14944
|
participantStateRinging: string;
|
13084
14945
|
/** String for displaying the Hold state of the remote participant */
|
13085
14946
|
participantStateHold: string;
|
14947
|
+
/** String for displaying the reconnecting state of the remote participant */
|
14948
|
+
participantReconnecting?: string;
|
13086
14949
|
/** String for the announcement of the muted state of the participant when muted */
|
13087
14950
|
moreOptionsParticipantMutedStateMutedAriaLabel: string;
|
13088
14951
|
/** String for the announcement of the unmuted state of the participant when unmuted */
|