@azure/communication-react 1.23.0-alpha-202501120018 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/communication-react.d.ts +111 -2221
- package/dist/dist-cjs/communication-react/index.js +37168 -178
- 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 +0 -13
- 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 +0 -5
- package/dist/dist-esm/acs-ui-common/src/constants.js +0 -6
- package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js +1 -4
- package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts +0 -4
- package/dist/dist-esm/acs-ui-common/src/index.js +0 -6
- package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js +4 -1
- 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 +4 -1
- 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 +4 -1
- 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 +7 -6
- 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 +0 -3
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -11
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +8 -18
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +1 -7
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +55 -20
- 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 +0 -27
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +68 -148
- 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 +6 -13
- 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 +6 -39
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.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 +2 -8
- 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 +62 -98
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +0 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +12 -43
- 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 +3 -6
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.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 +7 -18
- 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 +9 -12
- 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 +11 -29
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +6 -32
- 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/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +71 -66
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +3 -140
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +0 -23
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +36 -235
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +8 -7
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +108 -99
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -6
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +12 -54
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js +4 -4
- 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 +0 -6
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +20 -31
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +73 -58
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +16 -14
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +0 -9
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +15 -53
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/MediaAccessSubscriber.js +0 -3
- package/dist/dist-esm/calling-stateful-client/src/MediaAccessSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +3 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +0 -11
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +2 -3
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +64 -71
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +24 -42
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +11 -8
- 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 +0 -17
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +16 -14
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -34
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +7 -6
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -4
- 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 +2 -6
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +8 -59
- 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 +1 -2
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +0 -4
- 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 +18 -68
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +7 -3
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +1 -3
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +3 -10
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -15
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +22 -16
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +12 -11
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +16 -4
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +67 -57
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +128 -114
- 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 +0 -1
- package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/api-summary.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +0 -34
- package/dist/dist-esm/communication-react/src/index.js +0 -18
- 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.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +6 -3
- 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 +10 -4
- 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 +0 -2
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +6 -15
- 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 +18 -21
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.js +20 -13
- 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.d.ts +0 -40
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +9 -62
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +20 -38
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +5 -2
- 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 +22 -37
- 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 +1 -13
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +24 -30
- 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 +0 -11
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +30 -64
- 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 +5 -9
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +1 -8
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +9 -39
- 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 +1 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +12 -46
- 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 +1 -4
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +27 -57
- 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 +1 -22
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +0 -20
- 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/ChatMyMessageComponent.d.ts +2 -23
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +6 -50
- 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 +1 -8
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +12 -49
- 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 +15 -81
- 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 +4 -7
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBar.js +14 -10
- package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +4 -14
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +16 -5
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +14 -15
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +27 -19
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js +48 -12
- 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 +51 -45
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +6 -2
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +9 -11
- 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 +23 -11
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +4 -6
- 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 +5 -11
- 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 +13 -12
- package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +5 -9
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +6 -2
- 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 +9 -7
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js +14 -13
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js +39 -26
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js +7 -5
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js +10 -3
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +7 -23
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +23 -46
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +23 -15
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +15 -4
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
- 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 +33 -20
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +5 -81
- package/dist/dist-esm/react-components/src/components/MessageThread.js +49 -116
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +17 -16
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +101 -94
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Notification.js +14 -6
- package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +0 -22
- package/dist/dist-esm/react-components/src/components/NotificationStack.js +8 -17
- package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +22 -15
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +49 -79
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +32 -46
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +12 -6
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.js +23 -24
- package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +21 -42
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +14 -6
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +1 -47
- package/dist/dist-esm/react-components/src/components/SendBox.js +12 -103
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +4 -2
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -14
- 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 +3 -10
- 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 +4 -2
- package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js +6 -9
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -20
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +39 -19
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +1 -3
- 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 +13 -9
- 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 +22 -8
- 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 +2 -6
- 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 +8 -19
- 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 +11 -15
- 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 +16 -40
- 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/Layout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +2 -6
- 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 +4 -6
- 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 +11 -17
- 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 +24 -29
- 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 +6 -8
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +4 -2
- 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 +10 -34
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +6 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +34 -9
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +11 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/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 +3 -1
- 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 +11 -10
- 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 +28 -22
- 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 +8 -22
- 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 +74 -77
- 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 +31 -39
- 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 +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +27 -142
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/VideoTile.js +83 -97
- 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 +0 -24
- package/dist/dist-esm/react-components/src/components/index.js +0 -21
- 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/Captions.style.d.ts +0 -8
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +2 -27
- 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 +10 -3
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/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 +5 -2
- 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 +5 -2
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
- 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 +10 -13
- 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 +4 -6
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +3 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +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/SendBox.styles.js +10 -2
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +6 -3
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +19 -5
- 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 +1 -37
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +3 -41
- 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 +2 -4
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +6 -29
- 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 +4 -1
- 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/SendBoxUtils.d.ts +1 -38
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +5 -148
- 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 +0 -4
- package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +1 -2
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +5 -2
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
- package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +1 -10
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +29 -61
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +6 -8
- 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 +0 -4
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +1 -5
- 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 +0 -2
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -63
- 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 +36 -21
- 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 +36 -21
- 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 +35 -20
- 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 +35 -20
- 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 +34 -19
- 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 +35 -20
- 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 +35 -20
- 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 +35 -20
- 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 +35 -20
- 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 +36 -21
- 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 +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/index.js +3 -1
- 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 +35 -20
- 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 +35 -20
- 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 +35 -20
- 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 +36 -21
- 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 +35 -20
- 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 +35 -20
- 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 +35 -20
- 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 +35 -20
- 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 +35 -20
- 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 +35 -20
- 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 +35 -20
- 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 +35 -20
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +5 -3
- 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 +1 -15
- package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -32
- package/dist/dist-esm/react-components/src/theming/icons.js +15 -155
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/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 +0 -6
- package/dist/dist-esm/react-components/src/theming/themes.js +0 -10
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +7 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/Attachment.d.ts +0 -13
- 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 +1 -20
- 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.d.ts +1 -1
- package/dist/dist-esm/react-components/src/types/ReactionTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +0 -2
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/index.d.ts +0 -1
- package/dist/dist-esm/react-components/src/types/index.js +0 -2
- 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 +0 -72
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +51 -82
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +0 -58
- 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 +5 -52
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +62 -279
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -68
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -7
- 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 +3 -8
- 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 +3 -1
- 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 +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +39 -107
- 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 +60 -36
- 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/CapabilitiesChangedNotificationBar.js +20 -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 +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +4 -22
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +4 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/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 +22 -33
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +24 -42
- 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 +30 -26
- 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 +41 -68
- 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 +32 -10
- 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 +11 -29
- 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 +192 -311
- 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 +5 -3
- 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 +1 -3
- 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 +7 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +11 -45
- 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 +1 -3
- 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 +2 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/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 +7 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +37 -93
- 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 +0 -3
- 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 +10 -10
- 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 +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +13 -113
- 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 +13 -5
- 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 +7 -15
- 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 +8 -18
- 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 +22 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +1 -2
- 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 +0 -18
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -21
- 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 +4 -1
- 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 +1 -3
- 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 +4 -10
- 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 +2 -10
- 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 +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +29 -41
- 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 +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +5 -2
- 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 +9 -2
- 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 +4 -2
- 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 +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +24 -6
- 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 +12 -10
- 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 +7 -19
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -4
- 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 +1 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +22 -99
- 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 +5 -15
- 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 +0 -65
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +21 -114
- 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 +7 -9
- 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 +9 -6
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -8
- 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 +3 -27
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +35 -254
- 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 +3 -71
- 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 +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -28
- 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 +4 -10
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +2 -20
- 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 +0 -11
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +1 -5
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +0 -14
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -27
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +2 -10
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +27 -298
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -20
- 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 +2 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +32 -78
- 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 +2 -12
- 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/hooks/useAdaptedSelector.js +3 -1
- 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 +3 -27
- 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 +0 -2
- 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 +0 -4
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -6
- 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 +6 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +17 -9
- 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 +25 -24
- 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 +3 -7
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -5
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js +15 -21
- 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 +23 -9
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js +5 -3
- 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 +16 -12
- 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 +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +45 -93
- 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 +37 -39
- 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 +72 -107
- 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/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js +7 -5
- 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 +124 -92
- 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 +7 -5
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +9 -11
- 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 +12 -23
- 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 +10 -14
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +2 -48
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +0 -39
- 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 +16 -8
- 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 +34 -19
- 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 +8 -11
- 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 +13 -18
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/adapters.d.ts +0 -23
- 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 +0 -5
- package/dist/dist-esm/react-composites/src/composites/common/constants.js +0 -6
- 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 +1 -36
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +4 -12
- 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 +3 -1
- 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 +3 -1
- 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 +10 -4
- 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 +44 -11
- 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 +29 -6
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -4
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +13 -15
- 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/types/FocusableElement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.d.ts +0 -4
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +12 -40
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.d.ts +0 -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/ar-SA/strings.json +6 -0
- 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/cs-CZ/strings.json +6 -0
- 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/cy-GB/strings.json +6 -0
- 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/de-DE/strings.json +6 -0
- 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/en-GB/strings.json +6 -0
- 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-ES/strings.json +6 -0
- 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/es-MX/strings.json +6 -0
- 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/fi-FI/strings.json +6 -0
- 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-CA/strings.json +6 -0
- 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/fr-FR/strings.json +6 -0
- 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/he-IL/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +6 -0
- 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/ja-JP/strings.json +6 -0
- 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/ko-KR/strings.json +6 -0
- 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/nb-NO/strings.json +6 -0
- 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/nl-NL/strings.json +6 -0
- 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/pl-PL/strings.json +6 -0
- 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/pt-BR/strings.json +6 -0
- 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/ru-RU/strings.json +6 -0
- 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/sv-SE/strings.json +6 -0
- 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/tr-TR/strings.json +6 -0
- 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-CN/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
- package/package.json +3 -3
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-BbYciITo.js +0 -280
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-BbYciITo.js.map +0 -1
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-CcLqgWsO.js +0 -52
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-CcLqgWsO.js.map +0 -1
- package/dist/dist-cjs/communication-react/index-CuxcFFWR.js +0 -46599
- package/dist/dist-cjs/communication-react/index-CuxcFFWR.js.map +0 -1
- package/dist/dist-esm/acs-ui-common/src/dataConversion.d.ts +0 -6
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js +0 -21
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js.map +0 -1
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.d.ts +0 -7
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.js +0 -18
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.d.ts +0 -20
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +0 -125
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.d.ts +0 -14
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js +0 -207
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +0 -17
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +0 -36
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.d.ts +0 -24
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +0 -71
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.d.ts +0 -18
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js +0 -34
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js.map +0 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.d.ts +0 -6
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js +0 -23
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +0 -10
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +0 -15
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +0 -278
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -37
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -58
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -86
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -32
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +0 -121
- package/dist/dist-esm/react-components/src/components/MentionPopover.js +0 -126
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.d.ts +0 -28
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js +0 -29
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RealTimeText.d.ts +0 -58
- package/dist/dist-esm/react-components/src/components/RealTimeText.js +0 -43
- package/dist/dist-esm/react-components/src/components/RealTimeText.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.d.ts +0 -39
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js +0 -55
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.d.ts +0 -9
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js +0 -29
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +0 -30
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +0 -112
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +0 -19
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +0 -41
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +0 -17
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +0 -56
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +0 -66
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +0 -20
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +0 -45
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js +0 -56
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +0 -30
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +0 -96
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +0 -59
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +0 -383
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +0 -37
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +0 -100
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +0 -215
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +0 -277
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +0 -16
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +0 -77
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +0 -19
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +0 -232
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +0 -49
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +0 -67
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +0 -6
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +0 -13
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +0 -56
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +0 -91
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +0 -20
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.d.ts +0 -47
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js +0 -30
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +0 -595
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +0 -152
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +0 -821
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +0 -17
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +0 -99
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +0 -26
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +0 -69
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.d.ts +0 -10
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js +0 -27
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +0 -82
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +0 -295
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +0 -21
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +0 -34
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -99
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +0 -5
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +0 -32
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -69
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +0 -73
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +0 -186
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +0 -33
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +0 -127
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
- package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.d.ts +0 -38
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js +0 -4
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.d.ts +0 -47
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js +0 -48
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.d.ts +0 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js +0 -41
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -49
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -220
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +0 -49
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +0 -48
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +0 -39
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +0 -273
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +0 -80
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +0 -41
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.d.ts +0 -38
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +0 -82
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +0 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.d.ts +0 -12
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js +0 -50
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +0 -10
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +0 -20
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +0 -1
@@ -7,9 +7,6 @@ import { BackgroundBlurConfig } from '@azure/communication-calling';
|
|
7
7
|
import { BackgroundBlurEffect } from '@azure/communication-calling';
|
8
8
|
import { BackgroundReplacementConfig } from '@azure/communication-calling';
|
9
9
|
import { BackgroundReplacementEffect } from '@azure/communication-calling';
|
10
|
-
import { BreakoutRoom } from '@azure/communication-calling';
|
11
|
-
import { BreakoutRoomsSettings } from '@azure/communication-calling';
|
12
|
-
import { BreakoutRoomsUpdatedListener } from '@azure/communication-calling';
|
13
10
|
import { Call } from '@azure/communication-calling';
|
14
11
|
import { CallAgent } from '@azure/communication-calling';
|
15
12
|
import { CallClient } from '@azure/communication-calling';
|
@@ -17,7 +14,6 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
17
14
|
import { CallDirection } from '@azure/communication-calling';
|
18
15
|
import { CallEndReason } from '@azure/communication-calling';
|
19
16
|
import { CallerInfo } from '@azure/communication-calling';
|
20
|
-
import { CallInfo } from '@azure/communication-calling';
|
21
17
|
import { CallKind } from '@azure/communication-calling';
|
22
18
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
23
19
|
import { CallSurvey } from '@azure/communication-calling';
|
@@ -39,9 +35,6 @@ import type { CommunicationUserKind } from '@azure/communication-common';
|
|
39
35
|
import { CreateViewOptions } from '@azure/communication-calling';
|
40
36
|
import { DeviceAccess } from '@azure/communication-calling';
|
41
37
|
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';
|
45
38
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
46
39
|
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
47
40
|
import { EnvironmentInfo } from '@azure/communication-calling';
|
@@ -54,7 +47,6 @@ import { IContextualMenuProps } from '@fluentui/react';
|
|
54
47
|
import { IContextualMenuStyles } from '@fluentui/react';
|
55
48
|
import { IIconProps } from '@fluentui/react';
|
56
49
|
import { IIconStyles } from '@fluentui/react';
|
57
|
-
import { ILinkStyles } from '@fluentui/react';
|
58
50
|
import { IMessageBarProps } from '@fluentui/react';
|
59
51
|
import { IncomingCall } from '@azure/communication-calling';
|
60
52
|
import { IncomingCallKind } from '@azure/communication-calling';
|
@@ -68,15 +60,12 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
|
|
68
60
|
import { ITextFieldStyles } from '@fluentui/react';
|
69
61
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
70
62
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
71
|
-
import { LocalRecordingInfo } from '@azure/communication-calling';
|
72
63
|
import { LocalVideoStream } from '@azure/communication-calling';
|
73
64
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
74
|
-
import type { MediaDiagnosticType } from '@azure/communication-calling';
|
75
65
|
import { MediaStreamType } from '@azure/communication-calling';
|
76
66
|
import { MicrosoftTeamsAppIdentifier } from '@azure/communication-common';
|
77
67
|
import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
78
68
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
79
|
-
import type { NetworkDiagnosticType } from '@azure/communication-calling';
|
80
69
|
import { PartialTheme } from '@fluentui/react';
|
81
70
|
import { ParticipantCapabilities } from '@azure/communication-calling';
|
82
71
|
import { ParticipantRole } from '@azure/communication-calling';
|
@@ -89,13 +78,11 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
|
|
89
78
|
import { default as React_2 } from 'react';
|
90
79
|
import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
91
80
|
import { ReactionMessage } from '@azure/communication-calling';
|
92
|
-
import { RecordingInfo } from '@azure/communication-calling';
|
93
81
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
94
82
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
95
83
|
import { RoomCallLocator } from '@azure/communication-calling';
|
96
84
|
import { ScalingMode } from '@azure/communication-calling';
|
97
85
|
import { SendMessageOptions } from '@azure/communication-chat';
|
98
|
-
import type { ServerDiagnosticType } from '@azure/communication-calling';
|
99
86
|
import { SpotlightedParticipant } from '@azure/communication-calling';
|
100
87
|
import { StartCallOptions } from '@azure/communication-calling';
|
101
88
|
import { StartCaptionsOptions } from '@azure/communication-calling';
|
@@ -220,31 +207,6 @@ export declare type AdapterErrors = {
|
|
220
207
|
[target: string]: AdapterError;
|
221
208
|
};
|
222
209
|
|
223
|
-
/**
|
224
|
-
* Notification from call client state stored in adapter state.
|
225
|
-
*
|
226
|
-
* @public
|
227
|
-
*/
|
228
|
-
export declare interface AdapterNotification {
|
229
|
-
/**
|
230
|
-
* Target of notification. There should only one notification per target.
|
231
|
-
*/
|
232
|
-
target: string;
|
233
|
-
/**
|
234
|
-
* Timestamp added to the notification in the adapter implementation.
|
235
|
-
*/
|
236
|
-
timestamp: Date;
|
237
|
-
}
|
238
|
-
|
239
|
-
/**
|
240
|
-
* Adapters stores the latest notification for each target.
|
241
|
-
*
|
242
|
-
* @public
|
243
|
-
*/
|
244
|
-
export declare type AdapterNotifications = {
|
245
|
-
[target: string]: AdapterNotification;
|
246
|
-
};
|
247
|
-
|
248
210
|
/**
|
249
211
|
* Functionality for interfacing with Composite adapter state.
|
250
212
|
*
|
@@ -280,40 +242,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
280
242
|
*/
|
281
243
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
282
244
|
|
283
|
-
/**
|
284
|
-
* @beta
|
285
|
-
* A callback function that defines what actions user can perform on an attachment.
|
286
|
-
* By default, the UI library would have default actions that opens attachment URL in a new tab.
|
287
|
-
* You can override the default actions or add new actions by providing this callback function.
|
288
|
-
* Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
|
289
|
-
*
|
290
|
-
* @param attachment - The file attachment that user is trying to perform actions on.
|
291
|
-
* @param message - The chat message that contains this attachment.
|
292
|
-
* @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
|
293
|
-
*/
|
294
|
-
export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
|
295
|
-
|
296
|
-
/**
|
297
|
-
* @beta
|
298
|
-
*
|
299
|
-
* Attachment download options defines the list of actions that can be performed on an attachment.
|
300
|
-
*/
|
301
|
-
export declare interface AttachmentDownloadOptions {
|
302
|
-
actionsForAttachment: AttachmentActionHandler;
|
303
|
-
}
|
304
|
-
|
305
|
-
/**
|
306
|
-
* @beta
|
307
|
-
*
|
308
|
-
* Attachment menu action defines buttons that can be shown on the attachment card.
|
309
|
-
* If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
|
310
|
-
*/
|
311
|
-
export declare interface AttachmentMenuAction {
|
312
|
-
name: string;
|
313
|
-
icon: JSX.Element;
|
314
|
-
onClick: (attachment: AttachmentMetadata) => Promise<void>;
|
315
|
-
}
|
316
|
-
|
317
245
|
/**
|
318
246
|
* Data model that represents a chat message attachment
|
319
247
|
* where it contains an ID to uniquely identify the attachment,
|
@@ -337,150 +265,6 @@ export declare interface AttachmentMetadata {
|
|
337
265
|
url: string;
|
338
266
|
}
|
339
267
|
|
340
|
-
/**
|
341
|
-
* Data model that represents a chat message attachment being uploaded
|
342
|
-
* where it contains an ID to uniquely identify the attachment,
|
343
|
-
* a name that represents the name of file,
|
344
|
-
* an optional URL to download the attachment,
|
345
|
-
* an optional progress value between 0 and 1 indicating the progress of the upload, and
|
346
|
-
* an optional error object that contains error message would be shown to the user.
|
347
|
-
*
|
348
|
-
*
|
349
|
-
* @beta
|
350
|
-
*/
|
351
|
-
export declare interface AttachmentMetadataInProgress {
|
352
|
-
/**
|
353
|
-
* Unique ID of the attachment.
|
354
|
-
*/
|
355
|
-
id: string;
|
356
|
-
/**
|
357
|
-
* Attachment name to be displayed.
|
358
|
-
*/
|
359
|
-
name: string;
|
360
|
-
/**
|
361
|
-
* Download URL for the attachment.
|
362
|
-
*/
|
363
|
-
url?: string;
|
364
|
-
/**
|
365
|
-
* A number between 0 and 1 indicating the progress of the upload.
|
366
|
-
*/
|
367
|
-
progress?: number;
|
368
|
-
/**
|
369
|
-
* A object contains error message would be shown to the user.
|
370
|
-
*/
|
371
|
-
error?: AttachmentProgressError;
|
372
|
-
}
|
373
|
-
|
374
|
-
/**
|
375
|
-
* @beta
|
376
|
-
*
|
377
|
-
* Attachment Options that defines behaviour for uploading and downloading attachments.
|
378
|
-
*/
|
379
|
-
export declare interface AttachmentOptions {
|
380
|
-
uploadOptions?: AttachmentUploadOptions;
|
381
|
-
downloadOptions?: AttachmentDownloadOptions;
|
382
|
-
}
|
383
|
-
|
384
|
-
/**
|
385
|
-
* @beta
|
386
|
-
* A attachment progress error object that contains message to be shown to
|
387
|
-
* the user when upload fails.
|
388
|
-
*/
|
389
|
-
export declare interface AttachmentProgressError {
|
390
|
-
message: string;
|
391
|
-
}
|
392
|
-
|
393
|
-
/**
|
394
|
-
* @beta
|
395
|
-
* A callback function for handling attachment removed by the user in send box.
|
396
|
-
*
|
397
|
-
* @param attachmentId - The ID of uploaded attachments.
|
398
|
-
*/
|
399
|
-
export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
|
400
|
-
|
401
|
-
/**
|
402
|
-
* @beta
|
403
|
-
* A callback function for handling list of upload tasks that contains files selected by user to upload.
|
404
|
-
*
|
405
|
-
* @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
|
406
|
-
*/
|
407
|
-
export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
|
408
|
-
|
409
|
-
/**
|
410
|
-
* @beta
|
411
|
-
*/
|
412
|
-
export declare interface AttachmentUploadOptions {
|
413
|
-
/**
|
414
|
-
* A list of strings containing the comma separated list of supported media (aka. mime) types.
|
415
|
-
* i.e. ['image/*', 'video/*', 'audio/*']
|
416
|
-
* Default value is `['*']`, meaning all media types are supported.
|
417
|
-
* Similar to the `accept` attribute of the `<input type="attachment" />` element.
|
418
|
-
* @beta
|
419
|
-
*/
|
420
|
-
supportedMediaTypes?: string[];
|
421
|
-
/**
|
422
|
-
* Disable multiple attachments to be selected if set to `true`.
|
423
|
-
* Default value is `false`, meaning multiple attachments can be selected.
|
424
|
-
* Similar to the `multiple` attribute of the `<input type="attachment" />` element.
|
425
|
-
* @beta
|
426
|
-
*/
|
427
|
-
disableMultipleUploads?: boolean;
|
428
|
-
/**
|
429
|
-
* A callback function of type {@link AttachmentSelectionHandler} that will be called
|
430
|
-
* when user finishes selecting files in browser's file picker. This function is required since
|
431
|
-
* this would be where upload logic is implemented to your own storage.
|
432
|
-
* @beta
|
433
|
-
*/
|
434
|
-
handleAttachmentSelection: AttachmentSelectionHandler;
|
435
|
-
/**
|
436
|
-
* A optional callback function that will be called
|
437
|
-
* when user removing files before clicking send message button. This function will be
|
438
|
-
* where you can remove the file from your storage.
|
439
|
-
* @beta
|
440
|
-
*/
|
441
|
-
handleAttachmentRemoval?: AttachmentRemovalHandler;
|
442
|
-
}
|
443
|
-
|
444
|
-
/**
|
445
|
-
* A upload task represents and manages an attachment that is being uploaded.
|
446
|
-
* When using the Composite, an attachment upload task is created for each file user is selected to upload.
|
447
|
-
* A upload task is complete when notifyUploadCompleted is called.
|
448
|
-
* A upload task is failed when notifyUploadFailed is called.
|
449
|
-
* @beta
|
450
|
-
*/
|
451
|
-
export declare interface AttachmentUploadTask {
|
452
|
-
/**
|
453
|
-
* Unique identifier for the attachment upload task.
|
454
|
-
*/
|
455
|
-
taskId: string;
|
456
|
-
/**
|
457
|
-
* HTML {@link File} object for the uploaded attachment.
|
458
|
-
*/
|
459
|
-
file?: File;
|
460
|
-
/**
|
461
|
-
* {@link Blob} object for the uploaded inline image.
|
462
|
-
*/
|
463
|
-
image?: Blob;
|
464
|
-
/**
|
465
|
-
* Update the progress of the upload changed.
|
466
|
-
* A upload is considered complete when the progress reaches 1.
|
467
|
-
* @param value - number between 0 and 1
|
468
|
-
*/
|
469
|
-
notifyUploadProgressChanged: (value: number) => void;
|
470
|
-
/**
|
471
|
-
* Mark the upload task as complete.
|
472
|
-
* An attachment is considered completed uploading when ID and URL are provided.
|
473
|
-
* @param id - the unique identifier of the attachment.
|
474
|
-
* @param url - the download URL of the attachment.
|
475
|
-
*/
|
476
|
-
notifyUploadCompleted: (id: string, url: string) => void;
|
477
|
-
/**
|
478
|
-
* Mark the upload task as failed.
|
479
|
-
* @param message - An error message that can be displayed to the user.
|
480
|
-
*/
|
481
|
-
notifyUploadFailed: (message: string) => void;
|
482
|
-
}
|
483
|
-
|
484
268
|
/**
|
485
269
|
* Custom data attributes for displaying avatar for a user.
|
486
270
|
*
|
@@ -671,168 +455,6 @@ export declare interface BaseCustomStyles {
|
|
671
455
|
root?: IStyle;
|
672
456
|
}
|
673
457
|
|
674
|
-
/**
|
675
|
-
* Content blocked message type.
|
676
|
-
*
|
677
|
-
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
678
|
-
*
|
679
|
-
* @beta
|
680
|
-
*/
|
681
|
-
export declare interface BlockedMessage extends MessageCommon {
|
682
|
-
messageType: 'blocked';
|
683
|
-
warningText?: string;
|
684
|
-
linkText?: string;
|
685
|
-
link?: string;
|
686
|
-
deletedOn?: Date;
|
687
|
-
senderId?: string;
|
688
|
-
senderDisplayName?: string;
|
689
|
-
status?: MessageStatus;
|
690
|
-
attached?: MessageAttachedStatus;
|
691
|
-
mine?: boolean;
|
692
|
-
}
|
693
|
-
|
694
|
-
/**
|
695
|
-
* Breakout rooms state
|
696
|
-
*
|
697
|
-
* @public
|
698
|
-
*/
|
699
|
-
export declare interface BreakoutRoomsState {
|
700
|
-
assignedBreakoutRoom?: BreakoutRoom;
|
701
|
-
breakoutRoomSettings?: BreakoutRoomsSettings;
|
702
|
-
breakoutRoomOriginCallId?: string;
|
703
|
-
breakoutRoomDisplayName?: string;
|
704
|
-
}
|
705
|
-
|
706
|
-
/**
|
707
|
-
* @beta
|
708
|
-
* Props for BrowserPermissionDeniedIOS component.
|
709
|
-
*/
|
710
|
-
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
711
|
-
/**
|
712
|
-
* Localization strings for BrowserPermissionDeniedIOS component.
|
713
|
-
*/
|
714
|
-
strings?: BrowserPermissionDeniedIOSStrings;
|
715
|
-
/**
|
716
|
-
* Link to image source.
|
717
|
-
*
|
718
|
-
* Image is inserted into the top of the component.
|
719
|
-
*/
|
720
|
-
imageSource?: string;
|
721
|
-
}
|
722
|
-
|
723
|
-
/**
|
724
|
-
* @beta
|
725
|
-
* Strings for BrowserPermissionDeniedIOS component
|
726
|
-
*/
|
727
|
-
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
728
|
-
/**
|
729
|
-
* Image alt text
|
730
|
-
*/
|
731
|
-
imageAltText: string;
|
732
|
-
/**
|
733
|
-
* Main text string.
|
734
|
-
*/
|
735
|
-
primaryText: string;
|
736
|
-
/**
|
737
|
-
* Subtext string.
|
738
|
-
*/
|
739
|
-
secondaryText: string;
|
740
|
-
/**
|
741
|
-
* Step 1 string
|
742
|
-
*/
|
743
|
-
step1Text: string;
|
744
|
-
/**
|
745
|
-
* Step 1 digit string
|
746
|
-
*/
|
747
|
-
step1DigitText: string;
|
748
|
-
/**
|
749
|
-
* Step 2 string
|
750
|
-
*/
|
751
|
-
step2Text: string;
|
752
|
-
/**
|
753
|
-
* Step 2 digit string
|
754
|
-
*/
|
755
|
-
step2DigitText: string;
|
756
|
-
/**
|
757
|
-
* Step 3 string
|
758
|
-
*/
|
759
|
-
step3Text: string;
|
760
|
-
/**
|
761
|
-
* Step 3 digit string
|
762
|
-
*/
|
763
|
-
step3DigitText: string;
|
764
|
-
/**
|
765
|
-
* Step 4 string
|
766
|
-
*/
|
767
|
-
step4Text: string;
|
768
|
-
/**
|
769
|
-
* Step 4 digit string
|
770
|
-
*/
|
771
|
-
step4DigitText: string;
|
772
|
-
}
|
773
|
-
|
774
|
-
/**
|
775
|
-
* @beta
|
776
|
-
* Props for BrowserPermissionDenied component.
|
777
|
-
*/
|
778
|
-
export declare interface BrowserPermissionDeniedProps {
|
779
|
-
/**
|
780
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
781
|
-
*/
|
782
|
-
onTroubleshootingClick?: () => void;
|
783
|
-
/**
|
784
|
-
* Action to be taken by the try again primary button.
|
785
|
-
*/
|
786
|
-
onTryAgainClick?: () => void;
|
787
|
-
/**
|
788
|
-
* Localization strings for BrowserPermissionDenied component.
|
789
|
-
*/
|
790
|
-
strings?: BrowserPermissionDeniedStrings;
|
791
|
-
/**
|
792
|
-
* Allows users to pass in an object contains custom CSS styles.
|
793
|
-
* @Example
|
794
|
-
* ```
|
795
|
-
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
796
|
-
* ```
|
797
|
-
*/
|
798
|
-
styles?: BrowserPermissionDeniedStyles;
|
799
|
-
}
|
800
|
-
|
801
|
-
/**
|
802
|
-
* @beta
|
803
|
-
* Strings for BrowserPermissionDenied component
|
804
|
-
*/
|
805
|
-
export declare interface BrowserPermissionDeniedStrings {
|
806
|
-
/**
|
807
|
-
* Main button text string.
|
808
|
-
*/
|
809
|
-
primaryButtonText: string;
|
810
|
-
/**
|
811
|
-
* Main text string.
|
812
|
-
*/
|
813
|
-
primaryText: string;
|
814
|
-
/**
|
815
|
-
* Subtext string.
|
816
|
-
*/
|
817
|
-
secondaryText: string;
|
818
|
-
/**
|
819
|
-
* More help link string.
|
820
|
-
*/
|
821
|
-
linkText: string;
|
822
|
-
}
|
823
|
-
|
824
|
-
/**
|
825
|
-
* Fluent styles for {@link BrowserPermissionDenied}.
|
826
|
-
*
|
827
|
-
* @beta
|
828
|
-
*/
|
829
|
-
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
830
|
-
/** Styles for the primary button. */
|
831
|
-
primaryButton?: IButtonStyles;
|
832
|
-
/** Styles for the help troubleshooting link text. */
|
833
|
-
troubleshootingLink?: ILinkStyles;
|
834
|
-
}
|
835
|
-
|
836
458
|
/**
|
837
459
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
838
460
|
*
|
@@ -1036,49 +658,6 @@ export declare interface CallAdapterCallOperations {
|
|
1036
658
|
* @public
|
1037
659
|
*/
|
1038
660
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
1039
|
-
/**
|
1040
|
-
* Create the html view for a stream.
|
1041
|
-
*
|
1042
|
-
* @remarks
|
1043
|
-
* This method is implemented for composite
|
1044
|
-
*
|
1045
|
-
* @param featureName - Name of feature to render
|
1046
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
1047
|
-
*
|
1048
|
-
* @beta
|
1049
|
-
*/
|
1050
|
-
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
1051
|
-
/**
|
1052
|
-
* Start Together mode.
|
1053
|
-
*
|
1054
|
-
* @beta
|
1055
|
-
*/
|
1056
|
-
startTogetherMode(): Promise<void>;
|
1057
|
-
/**
|
1058
|
-
* Recalculate the seating positions for together mode.
|
1059
|
-
*
|
1060
|
-
* @remarks
|
1061
|
-
* This method is implemented for composite
|
1062
|
-
*
|
1063
|
-
* @param width - Width of the container
|
1064
|
-
* @param height - Height of the container
|
1065
|
-
*
|
1066
|
-
* @beta
|
1067
|
-
*/
|
1068
|
-
setTogetherModeSceneSize(width: number, height: number): void;
|
1069
|
-
/**
|
1070
|
-
* Dispose the html view for a stream.
|
1071
|
-
*
|
1072
|
-
* @remarks
|
1073
|
-
* This method is implemented for composite
|
1074
|
-
*
|
1075
|
-
*
|
1076
|
-
* @param featureName - Name of the feature to dispose
|
1077
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
1078
|
-
*
|
1079
|
-
* @beta
|
1080
|
-
*/
|
1081
|
-
disposeTogetherModeStreamView(): Promise<void>;
|
1082
661
|
/**
|
1083
662
|
* Dispose the html view for a screen share stream
|
1084
663
|
*
|
@@ -1129,10 +708,6 @@ export declare interface CallAdapterCallOperations {
|
|
1129
708
|
* @public
|
1130
709
|
*/
|
1131
710
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1132
|
-
/**
|
1133
|
-
* Continues into a call when the browser version is not supported.
|
1134
|
-
*/
|
1135
|
-
allowUnsupportedBrowserVersion(): void;
|
1136
711
|
/**
|
1137
712
|
* Function to Start captions
|
1138
713
|
* @param options - options for start captions
|
@@ -1218,10 +793,6 @@ export declare interface CallAdapterCallOperations {
|
|
1218
793
|
* Mute All participants
|
1219
794
|
*/
|
1220
795
|
muteAllRemoteParticipants(): Promise<void>;
|
1221
|
-
/**
|
1222
|
-
* Return to origin call of breakout room
|
1223
|
-
*/
|
1224
|
-
returnFromBreakoutRoom(): Promise<void>;
|
1225
796
|
/**
|
1226
797
|
* Forbid Teams meeting attendees audio by their user ids.
|
1227
798
|
*/
|
@@ -1288,10 +859,6 @@ export declare type CallAdapterClientState = {
|
|
1288
859
|
* Latest error encountered for each operation performed via the adapter.
|
1289
860
|
*/
|
1290
861
|
latestErrors: AdapterErrors;
|
1291
|
-
/**
|
1292
|
-
* Latest notifications from call client state.
|
1293
|
-
*/
|
1294
|
-
latestNotifications: AdapterNotifications;
|
1295
862
|
/**
|
1296
863
|
* Azure communications Phone number to make PSTN calls with.
|
1297
864
|
*/
|
@@ -1432,7 +999,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
1432
999
|
*
|
1433
1000
|
* @public
|
1434
1001
|
*/
|
1435
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator |
|
1002
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
|
1436
1003
|
|
1437
1004
|
/**
|
1438
1005
|
* {@link CommonCallAdapter} state.
|
@@ -1545,10 +1112,6 @@ export declare interface CallAdapterSubscribers {
|
|
1545
1112
|
* Subscribe function for 'mutedByOthers' event.
|
1546
1113
|
*/
|
1547
1114
|
on(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1548
|
-
/**
|
1549
|
-
* Subscribe function for 'breakoutRoomsUpdated' event.
|
1550
|
-
*/
|
1551
|
-
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
1552
1115
|
/**
|
1553
1116
|
* Unsubscribe function for 'participantsJoined' event.
|
1554
1117
|
*/
|
@@ -1633,10 +1196,6 @@ export declare interface CallAdapterSubscribers {
|
|
1633
1196
|
* Unsubscribe function for 'mutedByOthers' event.
|
1634
1197
|
*/
|
1635
1198
|
off(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1636
|
-
/**
|
1637
|
-
* Unsubscribe function for 'breakoutRoomsUpdated' event.
|
1638
|
-
*/
|
1639
|
-
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
1640
1199
|
}
|
1641
1200
|
|
1642
1201
|
/**
|
@@ -1647,7 +1206,6 @@ export declare interface CallAdapterSubscribers {
|
|
1647
1206
|
export declare type CallAdapterUiState = {
|
1648
1207
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1649
1208
|
page: CallCompositePage;
|
1650
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
1651
1209
|
};
|
1652
1210
|
|
1653
1211
|
/**
|
@@ -1691,7 +1249,7 @@ export declare interface CallAgentState {
|
|
1691
1249
|
*/
|
1692
1250
|
export declare interface CallAndChatLocator {
|
1693
1251
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1694
|
-
callLocator: GroupCallLocator
|
1252
|
+
callLocator: GroupCallLocator;
|
1695
1253
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1696
1254
|
chatThreadId: string;
|
1697
1255
|
}
|
@@ -1895,7 +1453,6 @@ export declare type CallCompositeIcons = {
|
|
1895
1453
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
|
1896
1454
|
PeoplePaneMoreButton?: JSX.Element;
|
1897
1455
|
StopAllSpotlightMenuButton?: JSX.Element;
|
1898
|
-
TogetherModeLayout?: JSX.Element;
|
1899
1456
|
};
|
1900
1457
|
|
1901
1458
|
/**
|
@@ -1938,69 +1495,19 @@ export declare type CallCompositeOptions = {
|
|
1938
1495
|
*/
|
1939
1496
|
callControls?: boolean | CallControlOptions;
|
1940
1497
|
/**
|
1941
|
-
*
|
1942
|
-
* Here you can choose what device permissions you prompt the user for,
|
1943
|
-
* as well as what device permissions must be accepted before starting a call.
|
1498
|
+
* Remote participant video tile menu options
|
1944
1499
|
*/
|
1945
|
-
|
1500
|
+
remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
|
1946
1501
|
/**
|
1947
|
-
*
|
1948
|
-
* unable to grant your site the required permissions for the call.
|
1949
|
-
*
|
1950
|
-
* @example
|
1951
|
-
* ```ts
|
1952
|
-
* onPermissionsTroubleshootingClick: () =>
|
1953
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1954
|
-
* ```
|
1502
|
+
* Options for controlling the local video tile.
|
1955
1503
|
*
|
1956
|
-
* @remarks
|
1957
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1504
|
+
* @remarks if 'false' the local video tile will not be rendered.
|
1958
1505
|
*/
|
1959
|
-
|
1960
|
-
camera: PermissionState;
|
1961
|
-
microphone: PermissionState;
|
1962
|
-
}) => void;
|
1506
|
+
localVideoTile?: boolean | LocalVideoTileOptions;
|
1963
1507
|
/**
|
1964
|
-
*
|
1965
|
-
* having network issues when connecting to the call.
|
1966
|
-
*
|
1967
|
-
* @example
|
1968
|
-
* ```ts
|
1969
|
-
* onNetworkingTroubleShootingClick?: () =>
|
1970
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1971
|
-
* ```
|
1972
|
-
*
|
1973
|
-
* @remarks
|
1974
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1508
|
+
* Options for controlling video tile.
|
1975
1509
|
*/
|
1976
|
-
|
1977
|
-
/**
|
1978
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1979
|
-
*
|
1980
|
-
* @example
|
1981
|
-
* ```ts
|
1982
|
-
* onBrowserTroubleShootingClick?: () =>
|
1983
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1984
|
-
* ```
|
1985
|
-
*
|
1986
|
-
* @remarks
|
1987
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
1988
|
-
*/
|
1989
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
1990
|
-
/**
|
1991
|
-
* Remote participant video tile menu options
|
1992
|
-
*/
|
1993
|
-
remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
|
1994
|
-
/**
|
1995
|
-
* Options for controlling the local video tile.
|
1996
|
-
*
|
1997
|
-
* @remarks if 'false' the local video tile will not be rendered.
|
1998
|
-
*/
|
1999
|
-
localVideoTile?: boolean | LocalVideoTileOptions;
|
2000
|
-
/**
|
2001
|
-
* Options for controlling video tile.
|
2002
|
-
*/
|
2003
|
-
videoTilesOptions?: VideoTilesOptions;
|
1510
|
+
videoTilesOptions?: VideoTilesOptions;
|
2004
1511
|
/**
|
2005
1512
|
* Whether to auto show the DTMF Dialer when the call starts in supported scenarios.
|
2006
1513
|
* - Teams Voice Application like Call queue or Auto Attendant
|
@@ -2107,7 +1614,7 @@ export declare type CallCompositeOptions = {
|
|
2107
1614
|
*
|
2108
1615
|
* @public
|
2109
1616
|
*/
|
2110
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' |
|
1617
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest';
|
2111
1618
|
|
2112
1619
|
/**
|
2113
1620
|
* Props for {@link CallComposite}.
|
@@ -2601,14 +2108,6 @@ export declare interface CallCompositeStrings {
|
|
2601
2108
|
* string to be used to start captions
|
2602
2109
|
*/
|
2603
2110
|
startCaptionsButtonOnLabel?: string;
|
2604
|
-
/**
|
2605
|
-
* string to be used to open real time text contextual menu
|
2606
|
-
*/
|
2607
|
-
realTimeTextLabel?: string;
|
2608
|
-
/**
|
2609
|
-
* string to be used to start real time text
|
2610
|
-
*/
|
2611
|
-
startRealTimeTextLabel?: string;
|
2612
2111
|
/**
|
2613
2112
|
* string to be used to stop captions
|
2614
2113
|
*/
|
@@ -2677,22 +2176,6 @@ export declare interface CallCompositeStrings {
|
|
2677
2176
|
* captions banner loading spinner label
|
2678
2177
|
*/
|
2679
2178
|
captionsBannerSpinnerText?: string;
|
2680
|
-
/**
|
2681
|
-
* Default text for RTT input text box
|
2682
|
-
*/
|
2683
|
-
realTimeTextInputBoxDefaultText?: string;
|
2684
|
-
/**
|
2685
|
-
* Text to show in the real time text disclosure banner
|
2686
|
-
*/
|
2687
|
-
realTimeTextBannerContent?: string;
|
2688
|
-
/**
|
2689
|
-
* Title text of the real time text disclosure banner
|
2690
|
-
*/
|
2691
|
-
realTimeTextBannerTitle?: string;
|
2692
|
-
/**
|
2693
|
-
* Label for the link in the real time text disclosure banner
|
2694
|
-
*/
|
2695
|
-
realTimeTextBannerLinkLabel?: string;
|
2696
2179
|
/**
|
2697
2180
|
* transfer page text when showing the transferor who initiated the transfer
|
2698
2181
|
*/
|
@@ -2984,40 +2467,6 @@ export declare interface CallCompositeStrings {
|
|
2984
2467
|
* Label for mute all cancel button
|
2985
2468
|
*/
|
2986
2469
|
muteAllCancelButtonLabel: string;
|
2987
|
-
/**
|
2988
|
-
* Label for join breakout room button
|
2989
|
-
*/
|
2990
|
-
joinBreakoutRoomButtonLabel: string;
|
2991
|
-
/**
|
2992
|
-
* Label for button to return from breakout room
|
2993
|
-
*/
|
2994
|
-
returnFromBreakoutRoomButtonLabel: string;
|
2995
|
-
/**
|
2996
|
-
* Label for button to leave breakout room and meeting
|
2997
|
-
*/
|
2998
|
-
leaveBreakoutRoomAndMeetingButtonLabel: string;
|
2999
|
-
/**
|
3000
|
-
* Notification title for when a user joins a breakout room
|
3001
|
-
*/
|
3002
|
-
breakoutRoomJoinedNotificationTitle: string;
|
3003
|
-
/**
|
3004
|
-
* Title for banner to join the assigned breakout room. The banner is shown in mobile view instead of the
|
3005
|
-
* notification.
|
3006
|
-
*/
|
3007
|
-
joinBreakoutRoomBannerTitle: string;
|
3008
|
-
/**
|
3009
|
-
* Label for button in banner to join breakout room. The banner is shown in mobile view instead of the notification.
|
3010
|
-
*/
|
3011
|
-
joinBreakoutRoomBannerButtonLabel: string;
|
3012
|
-
/**
|
3013
|
-
* Title for banner to return from breakout room. The banner is shown in mobile view instead of the notification.
|
3014
|
-
*/
|
3015
|
-
returnFromBreakoutRoomBannerTitle: string;
|
3016
|
-
/**
|
3017
|
-
* Label for button in banner to return from breakout room. The banner is shown in mobile view instead of the
|
3018
|
-
* notification.
|
3019
|
-
*/
|
3020
|
-
returnFromBreakoutRoomBannerButtonLabel: string;
|
3021
2470
|
/**
|
3022
2471
|
* Label for menu item to forbid audio media access
|
3023
2472
|
*/
|
@@ -3172,22 +2621,7 @@ export declare type CallErrors = {
|
|
3172
2621
|
*
|
3173
2622
|
* @public
|
3174
2623
|
*/
|
3175
|
-
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' |
|
3176
|
-
|
3177
|
-
/**
|
3178
|
-
* Represents the name of the call feature stream
|
3179
|
-
* @beta
|
3180
|
-
*/
|
3181
|
-
export declare type CallFeatureStreamName = 'togetherMode';
|
3182
|
-
|
3183
|
-
/**
|
3184
|
-
* State only version of {@link @azure/communication-calling#CallFeatureStream}.
|
3185
|
-
* Represents call feature stream state.
|
3186
|
-
* @beta
|
3187
|
-
*/
|
3188
|
-
export declare interface CallFeatureStreamState extends RemoteVideoStreamState {
|
3189
|
-
feature?: CallFeatureStreamName;
|
3190
|
-
}
|
2624
|
+
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';
|
3191
2625
|
|
3192
2626
|
/**
|
3193
2627
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -3340,23 +2774,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
3340
2774
|
mediaAccess?: MediaAccess;
|
3341
2775
|
};
|
3342
2776
|
|
3343
|
-
/**
|
3344
|
-
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
3345
|
-
*
|
3346
|
-
* @remarks
|
3347
|
-
* This is currently in beta and only supports calling one Teams User.
|
3348
|
-
*
|
3349
|
-
* @example
|
3350
|
-
* ```
|
3351
|
-
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
3352
|
-
* ```
|
3353
|
-
*
|
3354
|
-
* @beta
|
3355
|
-
*/
|
3356
|
-
export declare type CallParticipantsLocator = {
|
3357
|
-
participantIds: string[];
|
3358
|
-
};
|
3359
|
-
|
3360
2777
|
/**
|
3361
2778
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
3362
2779
|
*
|
@@ -3457,10 +2874,6 @@ export declare interface CallState {
|
|
3457
2874
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
3458
2875
|
*/
|
3459
2876
|
recording: RecordingCallFeature;
|
3460
|
-
/**
|
3461
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3462
|
-
*/
|
3463
|
-
localRecording: LocalRecordingCallFeatureState;
|
3464
2877
|
/**
|
3465
2878
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
3466
2879
|
*
|
@@ -3471,11 +2884,6 @@ export declare interface CallState {
|
|
3471
2884
|
* Proxy of {@link @azure/communication-calling#RaiseHandCallFeature}.
|
3472
2885
|
*/
|
3473
2886
|
raiseHand: RaiseHandCallFeature;
|
3474
|
-
/**
|
3475
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature}.
|
3476
|
-
* @beta
|
3477
|
-
*/
|
3478
|
-
togetherMode: TogetherModeCallFeatureState;
|
3479
2887
|
/**
|
3480
2888
|
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
3481
2889
|
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
@@ -3522,10 +2930,6 @@ export declare interface CallState {
|
|
3522
2930
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
3523
2931
|
*/
|
3524
2932
|
role?: ParticipantRole;
|
3525
|
-
/**
|
3526
|
-
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3527
|
-
*/
|
3528
|
-
totalParticipantCount?: number;
|
3529
2933
|
/**
|
3530
2934
|
* Transfer state of call
|
3531
2935
|
*/
|
@@ -3545,17 +2949,13 @@ export declare interface CallState {
|
|
3545
2949
|
/**
|
3546
2950
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
3547
2951
|
*/
|
3548
|
-
info?: TeamsCallInfo
|
2952
|
+
info?: TeamsCallInfo;
|
3549
2953
|
/**
|
3550
2954
|
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
3551
2955
|
*/
|
3552
2956
|
meetingConference?: {
|
3553
2957
|
conferencePhones: ConferencePhoneInfo[];
|
3554
2958
|
};
|
3555
|
-
/**
|
3556
|
-
* Proxy of {@link @azure/communication-calling#BreakoutRoomsFeature}.
|
3557
|
-
*/
|
3558
|
-
breakoutRooms?: BreakoutRoomsState;
|
3559
2959
|
/**
|
3560
2960
|
* Proxy of {@link @azure/communication-calling#MediaAccessFeature}.
|
3561
2961
|
*/
|
@@ -3738,48 +3138,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
3738
3138
|
* @public
|
3739
3139
|
*/
|
3740
3140
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
3741
|
-
/**
|
3742
|
-
* Create the html view for a togethermode stream.
|
3743
|
-
*
|
3744
|
-
* @remarks
|
3745
|
-
* This method is implemented for composite
|
3746
|
-
*
|
3747
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
3748
|
-
*
|
3749
|
-
* @beta
|
3750
|
-
*/
|
3751
|
-
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
3752
|
-
/**
|
3753
|
-
* Start together mode.
|
3754
|
-
*
|
3755
|
-
* @remarks
|
3756
|
-
* This method is implemented for composite
|
3757
|
-
*
|
3758
|
-
*
|
3759
|
-
* @beta
|
3760
|
-
*/
|
3761
|
-
startTogetherMode(): Promise<void>;
|
3762
|
-
/**
|
3763
|
-
* Recalculate the seating positions for together mode.
|
3764
|
-
*
|
3765
|
-
* @remarks
|
3766
|
-
* This method is implemented for composite
|
3767
|
-
*
|
3768
|
-
* @param width - Width of the container
|
3769
|
-
* @param height - Height of the container
|
3770
|
-
*
|
3771
|
-
* @beta
|
3772
|
-
*/
|
3773
|
-
setTogetherModeSceneSize(width: number, height: number): void;
|
3774
|
-
/**
|
3775
|
-
* Dispose the html view for a togethermode stream.
|
3776
|
-
*
|
3777
|
-
* @remarks
|
3778
|
-
* This method is implemented for composite
|
3779
|
-
*
|
3780
|
-
* @beta
|
3781
|
-
*/
|
3782
|
-
disposeTogetherModeStreamView(): Promise<void>;
|
3783
3141
|
/**
|
3784
3142
|
* Dispose the html view for a screen share stream
|
3785
3143
|
*
|
@@ -3887,19 +3245,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3887
3245
|
*
|
3888
3246
|
* @public
|
3889
3247
|
*/
|
3890
|
-
sendMessage(content: string, options?: SendMessageOptions
|
3891
|
-
/**
|
3892
|
-
* Upload an inline image for a message.
|
3893
|
-
*
|
3894
|
-
* @beta
|
3895
|
-
*/
|
3896
|
-
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
3897
|
-
/**
|
3898
|
-
* Delete an inline image for a message.
|
3899
|
-
*
|
3900
|
-
* @beta
|
3901
|
-
*/
|
3902
|
-
deleteImage(imageId: string): Promise<void>;
|
3248
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3903
3249
|
/**
|
3904
3250
|
* Send a read receipt for a message.
|
3905
3251
|
*
|
@@ -3917,7 +3263,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3917
3263
|
*
|
3918
3264
|
* @public
|
3919
3265
|
*/
|
3920
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
3266
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
3921
3267
|
/**
|
3922
3268
|
* Delete a message in the thread.
|
3923
3269
|
*
|
@@ -3962,10 +3308,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
3962
3308
|
* @public
|
3963
3309
|
*/
|
3964
3310
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
3965
|
-
/**
|
3966
|
-
* Continues into a call when the browser version is not supported.
|
3967
|
-
*/
|
3968
|
-
allowUnsupportedBrowserVersion(): void;
|
3969
3311
|
/**
|
3970
3312
|
* Function to Start captions
|
3971
3313
|
* @param options - options for start captions
|
@@ -4045,10 +3387,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
4045
3387
|
* Mute a participant
|
4046
3388
|
*/
|
4047
3389
|
muteAllRemoteParticipants(): Promise<void>;
|
4048
|
-
/**
|
4049
|
-
* Return to origin call of breakout room
|
4050
|
-
*/
|
4051
|
-
returnFromBreakoutRoom(): Promise<void>;
|
4052
3390
|
/**
|
4053
3391
|
* forbids audio for the specified user ids.
|
4054
3392
|
*/
|
@@ -4100,7 +3438,6 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
4100
3438
|
on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
4101
3439
|
on(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
4102
3440
|
on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
4103
|
-
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
4104
3441
|
off(event: 'callEnded', listener: CallEndedListener): void;
|
4105
3442
|
off(event: 'isMutedChanged', listener: IsMutedChangedListener): void;
|
4106
3443
|
off(event: 'callIdChanged', listener: CallIdChangedListener): void;
|
@@ -4118,7 +3455,6 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
4118
3455
|
off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
4119
3456
|
off(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
4120
3457
|
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
4121
|
-
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
4122
3458
|
on(event: 'messageReceived', listener: MessageReceivedListener): void;
|
4123
3459
|
on(event: 'messageEdited', listener: MessageEditedListener): void;
|
4124
3460
|
on(event: 'messageDeleted', listener: MessageDeletedListener): void;
|
@@ -4157,14 +3493,6 @@ export declare interface CallWithChatAdapterUiState {
|
|
4157
3493
|
* @public
|
4158
3494
|
*/
|
4159
3495
|
page: CallCompositePage;
|
4160
|
-
/**
|
4161
|
-
* State to track whether the end user has opted in to using a
|
4162
|
-
* out of date version of a supported browser. Allows the user
|
4163
|
-
* to start a call in this state.
|
4164
|
-
*
|
4165
|
-
* @beta
|
4166
|
-
*/
|
4167
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
4168
3496
|
}
|
4169
3497
|
|
4170
3498
|
/**
|
@@ -4183,8 +3511,6 @@ export declare interface CallWithChatClientState {
|
|
4183
3511
|
chat?: ChatThreadClientState;
|
4184
3512
|
/** Latest call error encountered for each operation performed via the adapter. */
|
4185
3513
|
latestCallErrors: AdapterErrors;
|
4186
|
-
/** Latest call notifications encountered in the call client state via the adapter. */
|
4187
|
-
latestCallNotifications: AdapterNotifications;
|
4188
3514
|
/** Latest chat error encountered for each operation performed via the adapter. */
|
4189
3515
|
latestChatErrors: AdapterErrors;
|
4190
3516
|
/** State of available and currently selected devices */
|
@@ -4340,62 +3666,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4340
3666
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
4341
3667
|
*/
|
4342
3668
|
callControls?: boolean | CallWithChatControlOptions;
|
4343
|
-
/**
|
4344
|
-
* Properties for configuring the File Sharing feature.
|
4345
|
-
* If undefined, file sharing feature will be disabled.
|
4346
|
-
* @beta
|
4347
|
-
*/
|
4348
|
-
attachmentOptions?: AttachmentOptions;
|
4349
|
-
/**
|
4350
|
-
* Device permissions check options for your call.
|
4351
|
-
* Here you can choose what device permissions you prompt the user for,
|
4352
|
-
* as well as what device permissions must be accepted before starting a call.
|
4353
|
-
*/
|
4354
|
-
deviceChecks?: DeviceCheckOptions;
|
4355
|
-
/**
|
4356
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
4357
|
-
* unable to grant your site the required permissions for the call.
|
4358
|
-
*
|
4359
|
-
* @example
|
4360
|
-
* ```ts
|
4361
|
-
* onPermissionsTroubleshootingClick: () =>
|
4362
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
4363
|
-
* ```
|
4364
|
-
*
|
4365
|
-
* @remarks
|
4366
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
4367
|
-
*/
|
4368
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
4369
|
-
camera: PermissionState;
|
4370
|
-
microphone: PermissionState;
|
4371
|
-
}) => void;
|
4372
|
-
/**
|
4373
|
-
* Optional callback to supply users with further troubleshooting steps for network issues
|
4374
|
-
* experienced when connecting to a call.
|
4375
|
-
*
|
4376
|
-
* @example
|
4377
|
-
* ```ts
|
4378
|
-
* onNetworkingTroubleShootingClick?: () =>
|
4379
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
4380
|
-
* ```
|
4381
|
-
*
|
4382
|
-
* @remarks
|
4383
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
4384
|
-
*/
|
4385
|
-
onNetworkingTroubleShootingClick?: () => void;
|
4386
|
-
/**
|
4387
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
4388
|
-
*
|
4389
|
-
* @example
|
4390
|
-
* ```ts
|
4391
|
-
* onBrowserTroubleShootingClick?: () =>
|
4392
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
4393
|
-
* ```
|
4394
|
-
*
|
4395
|
-
* @remarks
|
4396
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
4397
|
-
*/
|
4398
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
4399
3669
|
/**
|
4400
3670
|
* Remote participant video tile menu options
|
4401
3671
|
*/
|
@@ -4498,13 +3768,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4498
3768
|
*/
|
4499
3769
|
hideSpotlightButtons?: boolean;
|
4500
3770
|
};
|
4501
|
-
/**
|
4502
|
-
* Enables rich text editor for the send and edit boxes
|
4503
|
-
* @defaultValue `false`
|
4504
|
-
*
|
4505
|
-
* @beta
|
4506
|
-
*/
|
4507
|
-
richTextEditor?: boolean;
|
4508
3771
|
};
|
4509
3772
|
|
4510
3773
|
/**
|
@@ -4644,14 +3907,6 @@ export declare interface CallWithChatCompositeStrings {
|
|
4644
3907
|
* Side pane Chat screen title.
|
4645
3908
|
*/
|
4646
3909
|
chatPaneTitle: string;
|
4647
|
-
/**
|
4648
|
-
* Side pane Chat screen title in a breakout room.
|
4649
|
-
*/
|
4650
|
-
breakoutRoomChatPaneTitle: string;
|
4651
|
-
/**
|
4652
|
-
* Label for spinner when chat content is loading.
|
4653
|
-
*/
|
4654
|
-
chatContentSpinnerLabel: string;
|
4655
3910
|
/**
|
4656
3911
|
* New Message label for chat button with notification icon component.
|
4657
3912
|
*/
|
@@ -4746,36 +4001,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
4746
4001
|
*
|
4747
4002
|
* @public
|
4748
4003
|
*/
|
4749
|
-
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | 'spotlightChanged' |
|
4750
|
-
|
4751
|
-
/**
|
4752
|
-
* @beta
|
4753
|
-
*
|
4754
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4755
|
-
* by their browsers settings.
|
4756
|
-
*/
|
4757
|
-
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4758
|
-
|
4759
|
-
/**
|
4760
|
-
* @beta
|
4761
|
-
* Props for CameraAndMicrophoneSitePermissions component.
|
4762
|
-
*/
|
4763
|
-
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4764
|
-
/** Icon name for the camera icon */
|
4765
|
-
cameraIconName?: string;
|
4766
|
-
/** Icon name for the microphone icon */
|
4767
|
-
microphoneIconName?: string;
|
4768
|
-
/** Icon name for the central icon between the camera and microphone icons */
|
4769
|
-
connectorIconName?: string;
|
4770
|
-
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4771
|
-
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4772
|
-
}
|
4773
|
-
|
4774
|
-
/**
|
4775
|
-
* @beta
|
4776
|
-
* Strings for CameraAndMicrophoneSitePermissions component.
|
4777
|
-
*/
|
4778
|
-
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
4004
|
+
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | 'spotlightChanged' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
|
4779
4005
|
|
4780
4006
|
/**
|
4781
4007
|
* A button to turn camera on / off.
|
@@ -4937,31 +4163,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
4937
4163
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
4938
4164
|
}
|
4939
4165
|
|
4940
|
-
/**
|
4941
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4942
|
-
* by their browsers settings.
|
4943
|
-
*
|
4944
|
-
* @beta
|
4945
|
-
*/
|
4946
|
-
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
4947
|
-
|
4948
|
-
/**
|
4949
|
-
* @beta
|
4950
|
-
* Props for CameraSitePermissions component.
|
4951
|
-
*/
|
4952
|
-
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
4953
|
-
/** Icon name for the camera icon */
|
4954
|
-
cameraIconName?: string;
|
4955
|
-
/** Strings for use with the {@link CameraSitePermissions} */
|
4956
|
-
strings?: CameraSitePermissionsStrings;
|
4957
|
-
}
|
4958
|
-
|
4959
|
-
/**
|
4960
|
-
* @beta
|
4961
|
-
* Strings for CameraSitePermissions component.
|
4962
|
-
*/
|
4963
|
-
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
4964
|
-
|
4965
4166
|
/**
|
4966
4167
|
* @public
|
4967
4168
|
* Callback function run when a message edit is cancelled.
|
@@ -5108,10 +4309,6 @@ export declare interface CaptionsBannerProps {
|
|
5108
4309
|
* Flag to indicate if captions are on
|
5109
4310
|
*/
|
5110
4311
|
isCaptionsOn?: boolean;
|
5111
|
-
/**
|
5112
|
-
* Flag to indicate if real time text is on
|
5113
|
-
*/
|
5114
|
-
isRealTimeTextOn?: boolean;
|
5115
4312
|
/**
|
5116
4313
|
* Flag to indicate if captions are being started
|
5117
4314
|
* This is used to show spinner while captions are being started
|
@@ -5138,14 +4335,6 @@ export declare interface CaptionsBannerProps {
|
|
5138
4335
|
captionsOptions?: {
|
5139
4336
|
height: 'full' | 'default';
|
5140
4337
|
};
|
5141
|
-
/**
|
5142
|
-
* Optional callback to send real time text.
|
5143
|
-
*/
|
5144
|
-
onSendRealTimeText?: (text: string, finalized?: boolean) => Promise<void>;
|
5145
|
-
/**
|
5146
|
-
* Latest local real time text
|
5147
|
-
*/
|
5148
|
-
latestLocalRealTimeText?: CaptionsInformation;
|
5149
4338
|
}
|
5150
4339
|
|
5151
4340
|
/**
|
@@ -5166,22 +4355,6 @@ export declare interface CaptionsBannerStrings {
|
|
5166
4355
|
* Spinner text for captions banner
|
5167
4356
|
*/
|
5168
4357
|
captionsBannerSpinnerText?: string;
|
5169
|
-
/**
|
5170
|
-
* Default text for RTT input text box
|
5171
|
-
*/
|
5172
|
-
realTimeTextInputBoxDefaultText?: string;
|
5173
|
-
/**
|
5174
|
-
* Real time text disclosure banner title
|
5175
|
-
*/
|
5176
|
-
realTimeTextBannerTitle?: string;
|
5177
|
-
/**
|
5178
|
-
* Real time text disclosure banner content
|
5179
|
-
*/
|
5180
|
-
realTimeTextBannerContent?: string;
|
5181
|
-
/**
|
5182
|
-
* Real time text disclosure banner link label
|
5183
|
-
*/
|
5184
|
-
realTimeTextBannerLinkLabel?: string;
|
5185
4358
|
}
|
5186
4359
|
|
5187
4360
|
/**
|
@@ -5289,18 +4462,6 @@ export declare type CaptionsInformation = {
|
|
5289
4462
|
* id of the speaker
|
5290
4463
|
*/
|
5291
4464
|
userId?: string;
|
5292
|
-
/**
|
5293
|
-
* if the caption received is real time text
|
5294
|
-
*/
|
5295
|
-
isRealTimeText?: boolean;
|
5296
|
-
/**
|
5297
|
-
* if the caption received is a non finalized caption
|
5298
|
-
*/
|
5299
|
-
isPartial?: boolean;
|
5300
|
-
/**
|
5301
|
-
* if the caption received is from the local user
|
5302
|
-
*/
|
5303
|
-
isLocalUser?: boolean;
|
5304
4465
|
};
|
5305
4466
|
|
5306
4467
|
/**
|
@@ -5543,15 +4704,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5543
4704
|
* Send a message in the thread.
|
5544
4705
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
5545
4706
|
*/
|
5546
|
-
sendMessage(content: string, options?: SendMessageOptions
|
5547
|
-
/**
|
5548
|
-
* Upload an inline image for a message.
|
5549
|
-
*/
|
5550
|
-
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
5551
|
-
/**
|
5552
|
-
* Delete an inline image for a message.
|
5553
|
-
*/
|
5554
|
-
deleteImage(imageId: string): Promise<void>;
|
4707
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
5555
4708
|
/**
|
5556
4709
|
* Send a read receipt for a message.
|
5557
4710
|
*/
|
@@ -5572,7 +4725,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5572
4725
|
* Update a message content.
|
5573
4726
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
5574
4727
|
*/
|
5575
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
4728
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
5576
4729
|
/**
|
5577
4730
|
* Delete a message in the thread.
|
5578
4731
|
*/
|
@@ -5710,7 +4863,6 @@ export declare type ChatCompositeIcons = {
|
|
5710
4863
|
ParticipantItemOptionsHovered?: JSX.Element;
|
5711
4864
|
SendBoxSend?: JSX.Element;
|
5712
4865
|
SendBoxSendHovered?: JSX.Element;
|
5713
|
-
SendBoxAttachFile?: JSX.Element;
|
5714
4866
|
};
|
5715
4867
|
|
5716
4868
|
/**
|
@@ -5739,13 +4891,6 @@ export declare type ChatCompositeOptions = {
|
|
5739
4891
|
* @defaultValue true
|
5740
4892
|
*/
|
5741
4893
|
errorBar?: boolean;
|
5742
|
-
/**
|
5743
|
-
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
5744
|
-
* @defaultValue false
|
5745
|
-
*
|
5746
|
-
* @beta
|
5747
|
-
*/
|
5748
|
-
participantPane?: boolean;
|
5749
4894
|
/**
|
5750
4895
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
5751
4896
|
* @defaultValue true
|
@@ -5756,19 +4901,6 @@ export declare type ChatCompositeOptions = {
|
|
5756
4901
|
* When undefined nothing has focus on render
|
5757
4902
|
*/
|
5758
4903
|
autoFocus?: 'sendBoxTextField';
|
5759
|
-
/**
|
5760
|
-
* Properties for configuring the File Sharing feature.
|
5761
|
-
* If undefined, file sharing feature will be disabled.
|
5762
|
-
* @beta
|
5763
|
-
*/
|
5764
|
-
attachmentOptions?: AttachmentOptions;
|
5765
|
-
/**
|
5766
|
-
* Enables rich text editor for the send and edit boxes
|
5767
|
-
* @defaultValue `false`
|
5768
|
-
*
|
5769
|
-
* @beta
|
5770
|
-
*/
|
5771
|
-
richTextEditor?: boolean;
|
5772
4904
|
};
|
5773
4905
|
|
5774
4906
|
/**
|
@@ -5796,12 +4928,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
5796
4928
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
5797
4929
|
*/
|
5798
4930
|
options?: ChatCompositeOptions;
|
5799
|
-
/**
|
5800
|
-
* Optimizes the composite form factor for either desktop or mobile.
|
5801
|
-
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
5802
|
-
* @defaultValue 'desktop'
|
5803
|
-
*/
|
5804
|
-
formFactor?: 'desktop' | 'mobile';
|
5805
4931
|
}
|
5806
4932
|
|
5807
4933
|
/**
|
@@ -5816,26 +4942,6 @@ export declare interface ChatCompositeStrings {
|
|
5816
4942
|
* Chat list header text
|
5817
4943
|
*/
|
5818
4944
|
chatListHeader: string;
|
5819
|
-
/**
|
5820
|
-
* Upload Attachment Button text
|
5821
|
-
*/
|
5822
|
-
uploadAttachment: string;
|
5823
|
-
/**
|
5824
|
-
* Error Message for image data is not provided for image upload
|
5825
|
-
*/
|
5826
|
-
uploadImageDataNotProvided: string;
|
5827
|
-
/**
|
5828
|
-
* Error Message for upload image is too large
|
5829
|
-
*/
|
5830
|
-
uploadImageIsTooLarge: string;
|
5831
|
-
/**
|
5832
|
-
* Error Message for unsupported image extension for image upload
|
5833
|
-
*/
|
5834
|
-
uploadImageExtensionIsNotAllowed: string;
|
5835
|
-
/**
|
5836
|
-
* Error Message for unable to upload image
|
5837
|
-
*/
|
5838
|
-
uploadImageFailed: string;
|
5839
4945
|
}
|
5840
4946
|
|
5841
4947
|
/**
|
@@ -5884,7 +4990,7 @@ export declare type ChatErrors = {
|
|
5884
4990
|
*
|
5885
4991
|
* @public
|
5886
4992
|
*/
|
5887
|
-
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' |
|
4993
|
+
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';
|
5888
4994
|
|
5889
4995
|
/**
|
5890
4996
|
* Object containing all the handlers required for chat components.
|
@@ -5895,15 +5001,13 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
5895
5001
|
* @public
|
5896
5002
|
*/
|
5897
5003
|
export declare type ChatHandlers = {
|
5898
|
-
onSendMessage: (content: string, options?: SendMessageOptions
|
5899
|
-
onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
|
5900
|
-
onDeleteImage: (imageId: string) => Promise<void>;
|
5004
|
+
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
5901
5005
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
5902
5006
|
onTyping: () => Promise<void>;
|
5903
5007
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
5904
5008
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
5905
5009
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
5906
|
-
onUpdateMessage: (messageId: string, content: string
|
5010
|
+
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
5907
5011
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
5908
5012
|
};
|
5909
5013
|
|
@@ -5946,12 +5050,6 @@ export declare interface ChatMessage extends MessageCommon {
|
|
5946
5050
|
attachments?: AttachmentMetadata[];
|
5947
5051
|
}
|
5948
5052
|
|
5949
|
-
/**
|
5950
|
-
* @beta
|
5951
|
-
* Type of the message content, either 'text' or 'html'.
|
5952
|
-
*/
|
5953
|
-
export declare type ChatMessageType = 'text' | 'html';
|
5954
|
-
|
5955
5053
|
/**
|
5956
5054
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
5957
5055
|
* client-side only metadata for chat messages.
|
@@ -6058,8 +5156,6 @@ export declare type ChatThreadClientState = {
|
|
6058
5156
|
*/
|
6059
5157
|
export declare type ChatThreadProperties = {
|
6060
5158
|
topic?: string;
|
6061
|
-
createdBy?: CommunicationIdentifierKind;
|
6062
|
-
messagingPolicy?: MessagingPolicy;
|
6063
5159
|
};
|
6064
5160
|
|
6065
5161
|
/**
|
@@ -6326,7 +5422,6 @@ export declare interface CommonCallingHandlers {
|
|
6326
5422
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
6327
5423
|
onRemoveParticipant(userId: string): Promise<void>;
|
6328
5424
|
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
6329
|
-
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
6330
5425
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
6331
5426
|
onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
|
6332
5427
|
onRejectCall: (incomingCallId: string) => Promise<void>;
|
@@ -6345,30 +5440,6 @@ export declare interface CommonCallingHandlers {
|
|
6345
5440
|
onStopAllSpotlight: () => Promise<void>;
|
6346
5441
|
onMuteParticipant: (userId: string) => Promise<void>;
|
6347
5442
|
onMuteAllRemoteParticipants: () => Promise<void>;
|
6348
|
-
/**
|
6349
|
-
* Call back to create a view for together mode
|
6350
|
-
*
|
6351
|
-
* @beta
|
6352
|
-
*/
|
6353
|
-
onCreateTogetherModeStreamView: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
6354
|
-
/**
|
6355
|
-
* Call back to create a view for together mode
|
6356
|
-
*
|
6357
|
-
* @beta
|
6358
|
-
*/
|
6359
|
-
onStartTogetherMode: () => Promise<void>;
|
6360
|
-
/**
|
6361
|
-
* Call set together mode scene size
|
6362
|
-
*
|
6363
|
-
* @beta
|
6364
|
-
*/
|
6365
|
-
onSetTogetherModeSceneSize: (width: number, height: number) => void;
|
6366
|
-
/**
|
6367
|
-
* Call back to dispose together mode views
|
6368
|
-
*
|
6369
|
-
* @beta
|
6370
|
-
*/
|
6371
|
-
onDisposeTogetherModeStreamView: () => Promise<void>;
|
6372
5443
|
/**
|
6373
5444
|
* Forbid remote participants from sending audio
|
6374
5445
|
*
|
@@ -6421,42 +5492,9 @@ export declare type CommonProperties<A, B> = {
|
|
6421
5492
|
}[keyof A & keyof B];
|
6422
5493
|
|
6423
5494
|
/**
|
6424
|
-
*
|
6425
|
-
*
|
6426
|
-
|
6427
|
-
export declare interface CommonSitePermissionsProps {
|
6428
|
-
/**
|
6429
|
-
* Name of application calling experience is in.
|
6430
|
-
*/
|
6431
|
-
appName: string;
|
6432
|
-
/**
|
6433
|
-
* Kind of the Site Permissions component.
|
6434
|
-
*/
|
6435
|
-
kind: 'request' | 'denied' | 'check';
|
6436
|
-
/**
|
6437
|
-
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
6438
|
-
*/
|
6439
|
-
browserHint?: 'safari' | 'unset';
|
6440
|
-
/**
|
6441
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
6442
|
-
* If this is not provided the button will not be shown.
|
6443
|
-
*/
|
6444
|
-
onTroubleshootingClick?: () => void;
|
6445
|
-
/**
|
6446
|
-
* Action that is taken when the user clicks the continue anyway button.
|
6447
|
-
* If this is not provided the button will not be shown.
|
6448
|
-
*/
|
6449
|
-
onContinueAnywayClick?: () => void;
|
6450
|
-
/**
|
6451
|
-
* Styles for SitePermissions component.
|
6452
|
-
*/
|
6453
|
-
styles?: SitePermissionsStyles;
|
6454
|
-
}
|
6455
|
-
|
6456
|
-
/**
|
6457
|
-
* A Chat or Calling participant's state, as reflected in the UI.
|
6458
|
-
*
|
6459
|
-
* @public
|
5495
|
+
* A Chat or Calling participant's state, as reflected in the UI.
|
5496
|
+
*
|
5497
|
+
* @public
|
6460
5498
|
*/
|
6461
5499
|
export declare type CommunicationParticipant = {
|
6462
5500
|
/** User ID of participant */
|
@@ -6650,11 +5688,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
6650
5688
|
export declare interface ComponentLocale {
|
6651
5689
|
/** Strings for components */
|
6652
5690
|
strings: ComponentStrings;
|
6653
|
-
/**
|
6654
|
-
* Optional function to provide customized date format.
|
6655
|
-
* @beta
|
6656
|
-
*/
|
6657
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
6658
5691
|
}
|
6659
5692
|
|
6660
5693
|
/**
|
@@ -6704,10 +5737,6 @@ export declare interface ComponentStrings {
|
|
6704
5737
|
typingIndicator: TypingIndicatorStrings;
|
6705
5738
|
/** Strings for SendBox */
|
6706
5739
|
sendBox: SendBoxStrings;
|
6707
|
-
/** Strings for RichTextSendBox */
|
6708
|
-
richTextSendBox: RichTextSendBoxStrings;
|
6709
|
-
/** Strings for MentionPopover */
|
6710
|
-
mentionPopover: MentionPopoverStrings;
|
6711
5740
|
/** Strings for ImageOverlay */
|
6712
5741
|
imageOverlay: ImageOverlayStrings;
|
6713
5742
|
/** Strings for MessageStatusIndicator */
|
@@ -6724,53 +5753,13 @@ export declare interface ComponentStrings {
|
|
6724
5753
|
videoTile: VideoTileStrings;
|
6725
5754
|
/** Strings for HoldButton */
|
6726
5755
|
holdButton: HoldButtonStrings;
|
6727
|
-
/** Strings for a site's permission request prompt */
|
6728
|
-
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6729
|
-
/** Strings for a site's permission request prompt */
|
6730
|
-
CameraSitePermissionsRequest: SitePermissionsStrings;
|
6731
|
-
/** Strings for a site's permission request prompt */
|
6732
|
-
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6733
|
-
/** Strings for a site's permission generic checking prompt */
|
6734
|
-
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6735
|
-
/** Strings for a site's permission generic checking prompt */
|
6736
|
-
CameraSitePermissionsCheck: SitePermissionsStrings;
|
6737
|
-
/** Strings for a site's permission generic checking prompt */
|
6738
|
-
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6739
|
-
/** Strings for a site's permission denied prompt */
|
6740
|
-
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6741
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6742
|
-
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6743
|
-
/** Strings for a site's permission denied prompt */
|
6744
|
-
CameraSitePermissionsDenied: SitePermissionsStrings;
|
6745
|
-
/** Strings for a site's permission denied prompt */
|
6746
|
-
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6747
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6748
|
-
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6749
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6750
|
-
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6751
|
-
/** Strings for unsupported browser UI */
|
6752
|
-
UnsupportedBrowser: UnsupportedBrowserStrings;
|
6753
|
-
/** Strings for unsupported browser version UI */
|
6754
|
-
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
6755
|
-
/** Strings for unsupported browser version UI */
|
6756
|
-
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
6757
|
-
/** Strings for BrowserPemissionDenied */
|
6758
|
-
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
6759
|
-
/** Strings for BrowserPemissionDeniedIOS */
|
6760
|
-
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
6761
5756
|
/**
|
6762
5757
|
* Strings for the VerticalGallery.
|
6763
5758
|
*/
|
6764
5759
|
verticalGallery: VerticalGalleryStrings;
|
6765
|
-
/** Strings for the participant list component */
|
6766
|
-
ParticipantList: ParticipantListStrings;
|
6767
5760
|
/** Strings for the MeetingConferencePhoneInfoModal */
|
6768
5761
|
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
6769
5762
|
IncomingCallNotification: IncomingCallNotificationStrings;
|
6770
|
-
/** Strings for the RealTimeTextModal */
|
6771
|
-
realTimeTextModal: RealTimeTextModalStrings;
|
6772
|
-
/** Strings for RealTimeText */
|
6773
|
-
realTimeText: RealTimeTextStrings;
|
6774
5763
|
/** Strings for Captions Setting Modal */
|
6775
5764
|
captionsSettingsModal: CaptionsSettingsModalStrings;
|
6776
5765
|
/**
|
@@ -6785,8 +5774,6 @@ export declare interface ComponentStrings {
|
|
6785
5774
|
captionsBanner: CaptionsBannerStrings;
|
6786
5775
|
/** Strings for Start Captions Button */
|
6787
5776
|
startCaptionsButton: StartCaptionsButtonStrings;
|
6788
|
-
/** Strings for Start RealTimeText Button */
|
6789
|
-
startRealTimeTextButton: StartRealTimeTextButtonStrings;
|
6790
5777
|
}
|
6791
5778
|
|
6792
5779
|
/**
|
@@ -7338,7 +6325,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
7338
6325
|
/**
|
7339
6326
|
* @public
|
7340
6327
|
*/
|
7341
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs
|
6328
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
7342
6329
|
|
7343
6330
|
/**
|
7344
6331
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -7348,7 +6335,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @c
|
|
7348
6335
|
*
|
7349
6336
|
* @public
|
7350
6337
|
*/
|
7351
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator
|
6338
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
7352
6339
|
|
7353
6340
|
/**
|
7354
6341
|
* Object returned after creating a local or remote VideoStream.
|
@@ -7583,11 +6570,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7583
6570
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
7584
6571
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
7585
6572
|
ReactionButtonIcon: React_2.JSX.Element;
|
7586
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
7587
|
-
DownloadAttachment: React_2.JSX.Element;
|
7588
6573
|
OpenAttachment: React_2.JSX.Element;
|
7589
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
7590
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
7591
6574
|
EditBoxCancel: React_2.JSX.Element;
|
7592
6575
|
EditBoxSubmit: React_2.JSX.Element;
|
7593
6576
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -7606,11 +6589,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7606
6589
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
7607
6590
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
7608
6591
|
NotificationBarRecording: React_2.JSX.Element;
|
7609
|
-
NotificationBarBreakoutRoomOpened: React_2.JSX.Element;
|
7610
|
-
NotificationBarBreakoutRoomPromptJoin: React_2.JSX.Element;
|
7611
|
-
NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
|
7612
|
-
NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
|
7613
|
-
NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
|
7614
6592
|
HorizontalGalleryLeftButton: React_2.JSX.Element;
|
7615
6593
|
HorizontalGalleryRightButton: React_2.JSX.Element;
|
7616
6594
|
MessageDelivered: React_2.JSX.Element;
|
@@ -7636,13 +6614,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7636
6614
|
VideoTileMicOff: React_2.JSX.Element;
|
7637
6615
|
VideoTileCameraOff: React_2.JSX.Element;
|
7638
6616
|
DialpadBackspace: React_2.JSX.Element;
|
7639
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
7640
|
-
SitePermissionCamera: React_2.JSX.Element;
|
7641
|
-
SitePermissionMic: React_2.JSX.Element;
|
7642
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
7643
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
7644
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7645
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7646
6617
|
VideoTilePinned: React_2.JSX.Element;
|
7647
6618
|
ParticipantItemPinned: React_2.JSX.Element;
|
7648
6619
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -7672,26 +6643,10 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7672
6643
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
7673
6644
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
7674
6645
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7675
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7676
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7677
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7678
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7679
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7680
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7681
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7682
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
7683
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7684
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7685
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7686
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7687
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7688
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7689
6646
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
7690
6647
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
7691
6648
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
7692
6649
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7693
|
-
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
7694
|
-
RealTimeTextIcon: React_2.JSX.Element;
|
7695
6650
|
};
|
7696
6651
|
|
7697
6652
|
/**
|
@@ -7712,7 +6667,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7712
6667
|
ParticipantItemOptionsHovered: JSX.Element;
|
7713
6668
|
SendBoxSend: JSX.Element;
|
7714
6669
|
SendBoxSendHovered: JSX.Element;
|
7715
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
7716
6670
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
7717
6671
|
ControlButtonCameraOff: JSX.Element;
|
7718
6672
|
ControlButtonCameraOn: JSX.Element;
|
@@ -7793,7 +6747,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7793
6747
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
|
7794
6748
|
PeoplePaneMoreButton?: JSX.Element | undefined;
|
7795
6749
|
StopAllSpotlightMenuButton?: JSX.Element | undefined;
|
7796
|
-
TogetherModeLayout?: JSX.Element | undefined;
|
7797
6750
|
ChevronLeft?: JSX.Element | undefined;
|
7798
6751
|
ControlBarChatButtonActive?: JSX.Element | undefined;
|
7799
6752
|
ControlBarChatButtonInactive?: JSX.Element | undefined;
|
@@ -7803,22 +6756,14 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7803
6756
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
7804
6757
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
7805
6758
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
6759
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
7806
6760
|
ChatMessageOptions: React_2.JSX.Element;
|
7807
6761
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
7808
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
7809
|
-
DownloadAttachment: React_2.JSX.Element;
|
7810
6762
|
OpenAttachment: React_2.JSX.Element;
|
7811
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
7812
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
7813
6763
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
7814
6764
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
7815
6765
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
7816
6766
|
NotificationBarRecording: React_2.JSX.Element;
|
7817
|
-
NotificationBarBreakoutRoomOpened: React_2.JSX.Element;
|
7818
|
-
NotificationBarBreakoutRoomPromptJoin: React_2.JSX.Element;
|
7819
|
-
NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
|
7820
|
-
NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
|
7821
|
-
NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
|
7822
6767
|
MessageResend: React_2.JSX.Element;
|
7823
6768
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
7824
6769
|
HoldCallContextualMenuItem: React_2.JSX.Element;
|
@@ -7826,13 +6771,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7826
6771
|
ResumeCall: React_2.JSX.Element;
|
7827
6772
|
VideoTileCameraOff: React_2.JSX.Element;
|
7828
6773
|
DialpadBackspace: React_2.JSX.Element;
|
7829
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
7830
|
-
SitePermissionCamera: React_2.JSX.Element;
|
7831
|
-
SitePermissionMic: React_2.JSX.Element;
|
7832
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
7833
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
7834
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7835
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7836
6774
|
VideoTilePinned: React_2.JSX.Element;
|
7837
6775
|
ParticipantItemPinned: React_2.JSX.Element;
|
7838
6776
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -7862,58 +6800,12 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7862
6800
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
7863
6801
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
7864
6802
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7865
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7866
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7867
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7868
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7869
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7870
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7871
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7872
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
7873
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7874
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7875
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7876
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7877
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7878
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7879
6803
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
7880
6804
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
7881
6805
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
7882
6806
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7883
|
-
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
7884
|
-
RealTimeTextIcon: React_2.JSX.Element;
|
7885
6807
|
};
|
7886
6808
|
|
7887
|
-
/**
|
7888
|
-
* @beta
|
7889
|
-
*
|
7890
|
-
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
7891
|
-
*/
|
7892
|
-
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
7893
|
-
|
7894
|
-
/**
|
7895
|
-
* Device Checks.
|
7896
|
-
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
7897
|
-
*
|
7898
|
-
* @beta
|
7899
|
-
*/
|
7900
|
-
export declare interface DeviceCheckOptions {
|
7901
|
-
/**
|
7902
|
-
* Camera Permission prompts for your call.
|
7903
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
7904
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
7905
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
7906
|
-
*/
|
7907
|
-
camera: 'required' | 'optional' | 'doNotPrompt';
|
7908
|
-
/**
|
7909
|
-
* Microphone permission prompts for your call.
|
7910
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
7911
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
7912
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
7913
|
-
*/
|
7914
|
-
microphone: 'required' | 'optional' | 'doNotPrompt';
|
7915
|
-
}
|
7916
|
-
|
7917
6809
|
/**
|
7918
6810
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
7919
6811
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -8591,7 +7483,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
8591
7483
|
*
|
8592
7484
|
* @public
|
8593
7485
|
*/
|
8594
|
-
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof
|
7486
|
+
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;
|
8595
7487
|
|
8596
7488
|
/**
|
8597
7489
|
* Get the selector for a specified component.
|
@@ -8777,10 +7669,6 @@ export declare interface _Identifiers {
|
|
8777
7669
|
verticalGalleryVideoTile: string;
|
8778
7670
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
8779
7671
|
verticalGalleryPageCounter: string;
|
8780
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
8781
|
-
mentionSuggestionList: string;
|
8782
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
8783
|
-
mentionSuggestionItem: string;
|
8784
7672
|
}
|
8785
7673
|
|
8786
7674
|
/**
|
@@ -8846,13 +7734,6 @@ export declare interface ImageOverlayStrings {
|
|
8846
7734
|
overlayVisibleMessage: string;
|
8847
7735
|
}
|
8848
7736
|
|
8849
|
-
/**
|
8850
|
-
* Preset dark theme for the ImageOverlay component.
|
8851
|
-
*
|
8852
|
-
* @public
|
8853
|
-
*/
|
8854
|
-
export declare const imageOverlayTheme: PartialTheme;
|
8855
|
-
|
8856
7737
|
/**
|
8857
7738
|
* @public
|
8858
7739
|
* This contains a readonly array that returns all the active `incomingCalls`.
|
@@ -9306,28 +8187,6 @@ export declare type LocalizationProviderProps = {
|
|
9306
8187
|
children: React_2.ReactNode;
|
9307
8188
|
};
|
9308
8189
|
|
9309
|
-
/**
|
9310
|
-
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
9311
|
-
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
9312
|
-
*
|
9313
|
-
* @beta
|
9314
|
-
*/
|
9315
|
-
export declare interface LocalRecordingCallFeatureState {
|
9316
|
-
/**
|
9317
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
9318
|
-
*/
|
9319
|
-
isLocalRecordingActive: boolean;
|
9320
|
-
/**
|
9321
|
-
* Contains list of information of started recordings
|
9322
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
9323
|
-
*/
|
9324
|
-
activeLocalRecordings?: LocalRecordingInfo[];
|
9325
|
-
/**
|
9326
|
-
* Contains list of information of stopped recordings
|
9327
|
-
*/
|
9328
|
-
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
9329
|
-
}
|
9330
|
-
|
9331
8190
|
/**
|
9332
8191
|
* @public
|
9333
8192
|
*/
|
@@ -9497,76 +8356,6 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
9497
8356
|
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
9498
8357
|
}
|
9499
8358
|
|
9500
|
-
/**
|
9501
|
-
* Mention's state, as reflected in the UI.
|
9502
|
-
*
|
9503
|
-
* @beta
|
9504
|
-
*/
|
9505
|
-
export declare interface Mention {
|
9506
|
-
/** ID of a mention */
|
9507
|
-
id: string;
|
9508
|
-
/** Display text of a mention */
|
9509
|
-
displayText: string;
|
9510
|
-
/** Optional React element to render an item icon of a mention suggestion */
|
9511
|
-
icon?: JSX.Element;
|
9512
|
-
}
|
9513
|
-
|
9514
|
-
/**
|
9515
|
-
* Options to display suggestions in the mention scenario.
|
9516
|
-
*
|
9517
|
-
* @beta
|
9518
|
-
*/
|
9519
|
-
export declare interface MentionDisplayOptions {
|
9520
|
-
/**
|
9521
|
-
* Optional callback for customizing the mention renderer in a message thread.
|
9522
|
-
*/
|
9523
|
-
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
9524
|
-
}
|
9525
|
-
|
9526
|
-
/**
|
9527
|
-
* Options to lookup suggestions in the mention scenario.
|
9528
|
-
*
|
9529
|
-
* @beta
|
9530
|
-
*/
|
9531
|
-
export declare interface MentionLookupOptions {
|
9532
|
-
/**
|
9533
|
-
* Optional string to set trigger keyword for mention a specific participant.
|
9534
|
-
*
|
9535
|
-
* @defaultValue `@`
|
9536
|
-
*/
|
9537
|
-
trigger?: string;
|
9538
|
-
/**
|
9539
|
-
* Optional callback to fetch a list of mention suggestions base on the query.
|
9540
|
-
*/
|
9541
|
-
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
9542
|
-
/**
|
9543
|
-
* Optional callback to render an item of the mention suggestions list.
|
9544
|
-
*/
|
9545
|
-
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
9546
|
-
}
|
9547
|
-
|
9548
|
-
/**
|
9549
|
-
* Options to lookup suggestions and display mentions in the mention scenario.
|
9550
|
-
*
|
9551
|
-
* @beta
|
9552
|
-
*/
|
9553
|
-
export declare type MentionOptions = {
|
9554
|
-
lookupOptions?: MentionLookupOptions;
|
9555
|
-
displayOptions?: MentionDisplayOptions;
|
9556
|
-
};
|
9557
|
-
|
9558
|
-
/**
|
9559
|
-
* Strings of {@link _MentionPopover} that can be overridden.
|
9560
|
-
*
|
9561
|
-
* @beta
|
9562
|
-
*/
|
9563
|
-
export declare interface MentionPopoverStrings {
|
9564
|
-
/**
|
9565
|
-
* Header text for MentionPopover
|
9566
|
-
*/
|
9567
|
-
mentionPopoverHeader: string;
|
9568
|
-
}
|
9569
|
-
|
9570
8359
|
/**
|
9571
8360
|
* Discriminated union of all messages.
|
9572
8361
|
*
|
@@ -9574,7 +8363,7 @@ export declare interface MentionPopoverStrings {
|
|
9574
8363
|
*
|
9575
8364
|
* @public
|
9576
8365
|
*/
|
9577
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage
|
8366
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
9578
8367
|
|
9579
8368
|
/**
|
9580
8369
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -9616,20 +8405,6 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
9616
8405
|
*/
|
9617
8406
|
export declare type MessageEditedListener = MessageReceivedListener;
|
9618
8407
|
|
9619
|
-
/**
|
9620
|
-
* @beta
|
9621
|
-
* Message option that defines properties that can be set when
|
9622
|
-
* sending or updating a chat message.
|
9623
|
-
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
9624
|
-
* @property attachments - Attachments that contains file attachments attached to the message.
|
9625
|
-
* @property type - Type of the message content, either 'text' or 'html'.
|
9626
|
-
*/
|
9627
|
-
export declare type MessageOptions = {
|
9628
|
-
metadata?: Record<string, string>;
|
9629
|
-
attachments?: AttachmentMetadata[];
|
9630
|
-
type?: ChatMessageType;
|
9631
|
-
};
|
9632
|
-
|
9633
8408
|
/**
|
9634
8409
|
* Props to render a single message.
|
9635
8410
|
*
|
@@ -9645,7 +8420,7 @@ export declare type MessageProps = {
|
|
9645
8420
|
/**
|
9646
8421
|
* Strings from parent MessageThread component
|
9647
8422
|
*/
|
9648
|
-
strings: MessageThreadStrings
|
8423
|
+
strings: MessageThreadStrings;
|
9649
8424
|
/**
|
9650
8425
|
* Custom CSS styles for chat message container.
|
9651
8426
|
*/
|
@@ -9691,7 +8466,7 @@ export declare type MessageProps = {
|
|
9691
8466
|
* @param options - message options to be included in the message
|
9692
8467
|
*
|
9693
8468
|
*/
|
9694
|
-
onSendMessage?: (content: string
|
8469
|
+
onSendMessage?: (content: string) => Promise<void>;
|
9695
8470
|
};
|
9696
8471
|
|
9697
8472
|
/**
|
@@ -9823,7 +8598,7 @@ export declare type MessageThreadProps = {
|
|
9823
8598
|
/**
|
9824
8599
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
9825
8600
|
*/
|
9826
|
-
messages: (ChatMessage | SystemMessage | CustomMessage
|
8601
|
+
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
9827
8602
|
/**
|
9828
8603
|
* number of participants in the thread
|
9829
8604
|
*/
|
@@ -9904,11 +8679,6 @@ export declare type MessageThreadProps = {
|
|
9904
8679
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
9905
8680
|
*/
|
9906
8681
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
9907
|
-
/**
|
9908
|
-
* Optional callback to render attachments in the message component.
|
9909
|
-
* @beta
|
9910
|
-
*/
|
9911
|
-
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
9912
8682
|
/**
|
9913
8683
|
* Optional callback to edit a message.
|
9914
8684
|
*
|
@@ -9937,7 +8707,7 @@ export declare type MessageThreadProps = {
|
|
9937
8707
|
* @param options - message options to be included in the message
|
9938
8708
|
*
|
9939
8709
|
*/
|
9940
|
-
onSendMessage?: (content: string
|
8710
|
+
onSendMessage?: (content: string) => Promise<void>;
|
9941
8711
|
/**
|
9942
8712
|
/**
|
9943
8713
|
* Disable editing messages.
|
@@ -9951,32 +8721,11 @@ export declare type MessageThreadProps = {
|
|
9951
8721
|
* Optional strings to override in component
|
9952
8722
|
*/
|
9953
8723
|
strings?: Partial<MessageThreadStrings>;
|
9954
|
-
/**
|
9955
|
-
* @beta
|
9956
|
-
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
9957
|
-
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
9958
|
-
*/
|
9959
|
-
attachmentOptions?: AttachmentOptions;
|
9960
|
-
/**
|
9961
|
-
* Optional function to provide customized date format.
|
9962
|
-
* @beta
|
9963
|
-
*/
|
9964
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
9965
|
-
/**
|
9966
|
-
* Optional props needed to lookup a mention query and display mentions
|
9967
|
-
* @beta
|
9968
|
-
*/
|
9969
|
-
mentionOptions?: MentionOptions;
|
9970
8724
|
/**
|
9971
8725
|
* Optional callback called when an inline image is clicked.
|
9972
8726
|
* @beta
|
9973
8727
|
*/
|
9974
8728
|
inlineImageOptions?: InlineImageOptions;
|
9975
|
-
/**
|
9976
|
-
* Options to enable rich text editor for the edit box.
|
9977
|
-
* @beta
|
9978
|
-
*/
|
9979
|
-
richTextEditorOptions?: RichTextEditBoxOptions;
|
9980
8729
|
};
|
9981
8730
|
|
9982
8731
|
/**
|
@@ -10050,20 +8799,10 @@ export declare interface MessageThreadStrings {
|
|
10050
8799
|
actionMenuMoreOptions?: string;
|
10051
8800
|
/** Aria label to announce when a message is deleted */
|
10052
8801
|
messageDeletedAnnouncementAriaLabel: string;
|
10053
|
-
/** String for download attachment button in attachment card */
|
10054
|
-
downloadAttachment: string;
|
10055
8802
|
/** String for open attachment button in attachment card */
|
10056
8803
|
openAttachment: string;
|
10057
|
-
/** String for policy violation message removal */
|
10058
|
-
blockedWarningText: string;
|
10059
|
-
/** String for policy violation message removal details link */
|
10060
|
-
blockedWarningLinkText: string;
|
10061
8804
|
/** String for aria text in attachment card group*/
|
10062
8805
|
attachmentCardGroupMessage: string;
|
10063
|
-
/**
|
10064
|
-
* Error message indicating that one or more image uploads are not complete.
|
10065
|
-
*/
|
10066
|
-
imageUploadsPendingError: string;
|
10067
8806
|
}
|
10068
8807
|
|
10069
8808
|
/**
|
@@ -10091,24 +8830,10 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
10091
8830
|
/** Styles for system message container. */
|
10092
8831
|
systemMessageContainer?: ComponentSlotStyle;
|
10093
8832
|
/** Styles for blocked message container. */
|
10094
|
-
blockedMessageContainer?: ComponentSlotStyle;
|
10095
8833
|
/** Styles for message status indicator container. */
|
10096
8834
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
10097
8835
|
}
|
10098
8836
|
|
10099
|
-
/**
|
10100
|
-
*
|
10101
|
-
* Messaging policy of a chat thread.
|
10102
|
-
*
|
10103
|
-
* @beta
|
10104
|
-
*/
|
10105
|
-
export declare interface MessagingPolicy {
|
10106
|
-
/**
|
10107
|
-
* Boolean to track whether or not messages are restricted to only text.
|
10108
|
-
* */
|
10109
|
-
textOnlyChat?: boolean;
|
10110
|
-
}
|
10111
|
-
|
10112
8837
|
/**
|
10113
8838
|
* A button to turn microphone on / off.
|
10114
8839
|
*
|
@@ -10301,31 +9026,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
10301
9026
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
10302
9027
|
}
|
10303
9028
|
|
10304
|
-
/**
|
10305
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
10306
|
-
* by their browsers settings.
|
10307
|
-
*
|
10308
|
-
* @beta
|
10309
|
-
*/
|
10310
|
-
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
10311
|
-
|
10312
|
-
/**
|
10313
|
-
* @beta
|
10314
|
-
* Props for MicrophoneSitePermissions component.
|
10315
|
-
*/
|
10316
|
-
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
10317
|
-
/** Icon name for the microphone icon */
|
10318
|
-
microphoneIconName?: string;
|
10319
|
-
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
10320
|
-
strings?: MicrophoneSitePermissionsStrings;
|
10321
|
-
}
|
10322
|
-
|
10323
|
-
/**
|
10324
|
-
* @beta
|
10325
|
-
* Strings for MicrophoneSitePermissions component.
|
10326
|
-
*/
|
10327
|
-
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
10328
|
-
|
10329
9029
|
/**
|
10330
9030
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
10331
9031
|
*
|
@@ -10635,26 +9335,6 @@ export declare interface NotificationStackStrings {
|
|
10635
9335
|
* Transcription stopped but recording still going on message
|
10636
9336
|
*/
|
10637
9337
|
transcriptionStoppedStillRecording?: NotificationStrings;
|
10638
|
-
/**
|
10639
|
-
* Message shown in notification when the user will be automatically to their assigned breakout room that is opened
|
10640
|
-
*/
|
10641
|
-
assignedBreakoutRoomOpened?: NotificationStrings;
|
10642
|
-
/**
|
10643
|
-
* Message shown in notification when the user is prompted to join their assigned breakout room that is opened
|
10644
|
-
*/
|
10645
|
-
assignedBreakoutRoomOpenedPromptJoin?: NotificationStrings;
|
10646
|
-
/**
|
10647
|
-
* Message shown in notification when the user is assigned breakout room is changed
|
10648
|
-
*/
|
10649
|
-
assignedBreakoutRoomChanged?: NotificationStrings;
|
10650
|
-
/**
|
10651
|
-
* Message shown in notification when breakout room is joined
|
10652
|
-
*/
|
10653
|
-
breakoutRoomJoined?: NotificationStrings;
|
10654
|
-
/**
|
10655
|
-
* Message shown in notification when breakout room is closing soon
|
10656
|
-
*/
|
10657
|
-
breakoutRoomClosingSoon?: NotificationStrings;
|
10658
9338
|
/**
|
10659
9339
|
* Message shown in notification when capability turnVideoOn is present
|
10660
9340
|
*/
|
@@ -10671,8 +9351,6 @@ export declare interface NotificationStackStrings {
|
|
10671
9351
|
* Message shown in notification when capability unMuteMic is absent
|
10672
9352
|
*/
|
10673
9353
|
capabilityUnmuteMicAbsent?: NotificationStrings;
|
10674
|
-
togetherModeStarted?: NotificationStrings;
|
10675
|
-
togetherModeEnded?: NotificationStrings;
|
10676
9354
|
}
|
10677
9355
|
|
10678
9356
|
/**
|
@@ -10744,7 +9422,7 @@ export declare interface NotificationStyles {
|
|
10744
9422
|
}
|
10745
9423
|
|
10746
9424
|
/** @public */
|
10747
|
-
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' |
|
9425
|
+
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent';
|
10748
9426
|
|
10749
9427
|
/**
|
10750
9428
|
* All notifications that can be shown in the {@link NotificationStack}.
|
@@ -11043,10 +9721,6 @@ export declare type ParticipantListProps = {
|
|
11043
9721
|
styles?: ParticipantListStyles;
|
11044
9722
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
11045
9723
|
showParticipantOverflowTooltip?: boolean;
|
11046
|
-
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
11047
|
-
totalParticipantCount?: number;
|
11048
|
-
/** Strings for the participant list */
|
11049
|
-
strings?: ParticipantListStrings;
|
11050
9724
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
11051
9725
|
participantAriaLabelledBy?: string;
|
11052
9726
|
/** List of pinned participants */
|
@@ -11061,21 +9735,8 @@ export declare type ParticipantListProps = {
|
|
11061
9735
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
11062
9736
|
participants: CallParticipantListParticipant[];
|
11063
9737
|
myUserId: string;
|
11064
|
-
totalParticipantCount?: number;
|
11065
9738
|
};
|
11066
9739
|
|
11067
|
-
/**
|
11068
|
-
* Strings for the {@link ParticipantList}.
|
11069
|
-
*
|
11070
|
-
* @beta
|
11071
|
-
*/
|
11072
|
-
export declare interface ParticipantListStrings {
|
11073
|
-
/**
|
11074
|
-
* String for rendering the count of participants not contained in the displayed participant list
|
11075
|
-
*/
|
11076
|
-
overflowParticipantCount?: string;
|
11077
|
-
}
|
11078
|
-
|
11079
9740
|
/**
|
11080
9741
|
* Styles for the {@link ParticipantList}.
|
11081
9742
|
*
|
@@ -11558,104 +10219,6 @@ export declare type ReadReceiptsBySenderId = {
|
|
11558
10219
|
};
|
11559
10220
|
};
|
11560
10221
|
|
11561
|
-
/**
|
11562
|
-
* @beta
|
11563
|
-
* A component for displaying a single line of RealTimeText
|
11564
|
-
*/
|
11565
|
-
export declare const RealTimeText: (props: RealTimeTextProps) => JSX.Element;
|
11566
|
-
|
11567
|
-
/**
|
11568
|
-
* @beta
|
11569
|
-
* a component for realTimeText modal
|
11570
|
-
*/
|
11571
|
-
export declare const RealTimeTextModal: (props: RealTimeTextModalProps) => JSX.Element;
|
11572
|
-
|
11573
|
-
/**
|
11574
|
-
* @beta
|
11575
|
-
* RealTimeTextModal Component Props.
|
11576
|
-
*/
|
11577
|
-
export declare interface RealTimeTextModalProps {
|
11578
|
-
/** The strings for the RealTimeText modal */
|
11579
|
-
strings?: RealTimeTextModalStrings;
|
11580
|
-
/** The flag to show the modal */
|
11581
|
-
showModal?: boolean;
|
11582
|
-
/** The function to dismiss the modal */
|
11583
|
-
onDismissModal?: () => void;
|
11584
|
-
/** The function to start RealTimeText */
|
11585
|
-
onStartRealTimeText?: () => Promise<void>;
|
11586
|
-
}
|
11587
|
-
|
11588
|
-
/**
|
11589
|
-
* @beta
|
11590
|
-
* strings for realTimeText modal
|
11591
|
-
*/
|
11592
|
-
export declare interface RealTimeTextModalStrings {
|
11593
|
-
/** The title of the RealTimeText modal */
|
11594
|
-
realTimeTextModalTitle?: string;
|
11595
|
-
/** The text of the RealTimeText modal */
|
11596
|
-
realTimeTextModalText?: string;
|
11597
|
-
/** The label for the confirm button */
|
11598
|
-
realTimeTextConfirmButtonLabel?: string;
|
11599
|
-
/** The label for the cancel button */
|
11600
|
-
realTimeTextCancelButtonLabel?: string;
|
11601
|
-
/** The aria label for the modal */
|
11602
|
-
realTimeTextModalAriaLabel?: string;
|
11603
|
-
/** The aria label for the close button */
|
11604
|
-
realTimeTextCloseModalButtonAriaLabel?: string;
|
11605
|
-
}
|
11606
|
-
|
11607
|
-
/**
|
11608
|
-
* @beta
|
11609
|
-
* Props for a single line of RealTimeText.
|
11610
|
-
*/
|
11611
|
-
export declare interface RealTimeTextProps {
|
11612
|
-
/**
|
11613
|
-
* RealTimeText id
|
11614
|
-
*/
|
11615
|
-
id: string;
|
11616
|
-
/**
|
11617
|
-
* Display name of the user
|
11618
|
-
*/
|
11619
|
-
displayName: string;
|
11620
|
-
/**
|
11621
|
-
* RealTimeText content
|
11622
|
-
*/
|
11623
|
-
captionText: string;
|
11624
|
-
/**
|
11625
|
-
* user id of the user
|
11626
|
-
*/
|
11627
|
-
userId?: string;
|
11628
|
-
/**
|
11629
|
-
* Optional callback to override render of the avatar.
|
11630
|
-
*
|
11631
|
-
* @param userId - user Id
|
11632
|
-
*/
|
11633
|
-
onRenderAvatar?: OnRenderAvatarCallback;
|
11634
|
-
/**
|
11635
|
-
* Boolean indicating whether the RealTimeText is still in progress
|
11636
|
-
*/
|
11637
|
-
isTyping?: boolean;
|
11638
|
-
/**
|
11639
|
-
* Boolean indicating whether the RealTimeText is from the local user
|
11640
|
-
*/
|
11641
|
-
isLocalUser?: boolean;
|
11642
|
-
/**
|
11643
|
-
* Strings for RealTimeText
|
11644
|
-
*/
|
11645
|
-
strings?: RealTimeTextStrings;
|
11646
|
-
}
|
11647
|
-
|
11648
|
-
/**
|
11649
|
-
* @beta
|
11650
|
-
* strings for rtt
|
11651
|
-
*/
|
11652
|
-
export declare interface RealTimeTextStrings {
|
11653
|
-
/**
|
11654
|
-
* String indicating that the user is typing
|
11655
|
-
*/
|
11656
|
-
isTypingText?: string;
|
11657
|
-
}
|
11658
|
-
|
11659
10222
|
/**
|
11660
10223
|
* State only version of {@link @azure/communication-calling#RecordingCallFeature}. {@link StatefulCallClient} will
|
11661
10224
|
* automatically listen for recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
@@ -11667,35 +10230,8 @@ export declare interface RecordingCallFeature {
|
|
11667
10230
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
11668
10231
|
*/
|
11669
10232
|
isRecordingActive: boolean;
|
11670
|
-
/**
|
11671
|
-
* Contains list of information of started recordings
|
11672
|
-
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
11673
|
-
*/
|
11674
|
-
activeRecordings?: RecordingInfo[];
|
11675
|
-
/**
|
11676
|
-
* Contains list of information of stopped recordings
|
11677
|
-
*/
|
11678
|
-
lastStoppedRecording?: RecordingInfo[];
|
11679
10233
|
}
|
11680
10234
|
|
11681
|
-
/**
|
11682
|
-
* State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
|
11683
|
-
*
|
11684
|
-
* @beta
|
11685
|
-
*/
|
11686
|
-
export declare type RemoteDiagnosticState = {
|
11687
|
-
readonly diagnostic: RemoteDiagnosticType;
|
11688
|
-
readonly value: DiagnosticQuality | DiagnosticFlag;
|
11689
|
-
readonly valueType: DiagnosticValueType;
|
11690
|
-
};
|
11691
|
-
|
11692
|
-
/**
|
11693
|
-
* All type names for {@link @azure/communication-calling#RemoteDiagnosticState}.
|
11694
|
-
*
|
11695
|
-
* @beta
|
11696
|
-
*/
|
11697
|
-
export declare type RemoteDiagnosticType = NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType;
|
11698
|
-
|
11699
10235
|
/**
|
11700
10236
|
* State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
|
11701
10237
|
* automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -11741,355 +10277,101 @@ export declare interface RemoteParticipantState {
|
|
11741
10277
|
/**
|
11742
10278
|
* Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
|
11743
10279
|
*/
|
11744
|
-
raisedHand?: RaisedHandState;
|
11745
|
-
/**
|
11746
|
-
* Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
|
11747
|
-
*
|
11748
|
-
* @public
|
11749
|
-
*/
|
11750
|
-
contentSharingStream?: HTMLElement;
|
11751
|
-
/**
|
11752
|
-
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
11753
|
-
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
11754
|
-
*
|
11755
|
-
* @public
|
11756
|
-
*/
|
11757
|
-
reactionState?: ReactionState;
|
11758
|
-
/**
|
11759
|
-
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
|
11760
|
-
*/
|
11761
|
-
spotlight?: SpotlightState;
|
11762
|
-
/**
|
11763
|
-
* Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
|
11764
|
-
*/
|
11765
|
-
mediaAccess?: MediaAccessState;
|
11766
|
-
/**
|
11767
|
-
* The diagnostic status of RemoteParticipant{@link @azure/communication-calling#RemoteDiagnostics}.
|
11768
|
-
*/
|
11769
|
-
diagnostics?: Partial<Record<RemoteDiagnosticType, RemoteDiagnosticState>>;
|
11770
|
-
}
|
11771
|
-
|
11772
|
-
/**
|
11773
|
-
* State only version of {@link @azure/communication-calling#RemoteVideoStream}.
|
11774
|
-
*
|
11775
|
-
* @public
|
11776
|
-
*/
|
11777
|
-
export declare interface RemoteVideoStreamState {
|
11778
|
-
/**
|
11779
|
-
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
|
11780
|
-
*/
|
11781
|
-
id: number;
|
11782
|
-
/**
|
11783
|
-
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
|
11784
|
-
*/
|
11785
|
-
mediaStreamType: MediaStreamType;
|
11786
|
-
/**
|
11787
|
-
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
|
11788
|
-
*/
|
11789
|
-
isAvailable: boolean;
|
11790
|
-
/**
|
11791
|
-
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
|
11792
|
-
* @public
|
11793
|
-
*/
|
11794
|
-
isReceiving: boolean;
|
11795
|
-
/**
|
11796
|
-
* {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
|
11797
|
-
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
11798
|
-
*/
|
11799
|
-
view?: VideoStreamRendererViewState;
|
11800
|
-
/**
|
11801
|
-
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
|
11802
|
-
*/
|
11803
|
-
streamSize?: {
|
11804
|
-
width: number;
|
11805
|
-
height: number;
|
11806
|
-
};
|
11807
|
-
}
|
11808
|
-
|
11809
|
-
/**
|
11810
|
-
* Menu options for remote video tiles in {@link VideoGallery}.
|
11811
|
-
*
|
11812
|
-
* @public
|
11813
|
-
*/
|
11814
|
-
export declare interface RemoteVideoTileMenuOptions {
|
11815
|
-
/**
|
11816
|
-
* If set to true, remote video tiles in the VideoGallery will not have menu options
|
11817
|
-
*
|
11818
|
-
* @defaultValue false
|
11819
|
-
*/
|
11820
|
-
isHidden?: boolean;
|
11821
|
-
}
|
11822
|
-
|
11823
|
-
/**
|
11824
|
-
* Details required for download a resource to cache.
|
11825
|
-
*
|
11826
|
-
* @public
|
11827
|
-
*/
|
11828
|
-
export declare type ResourceDetails = {
|
11829
|
-
threadId: string;
|
11830
|
-
messageId: string;
|
11831
|
-
resourceUrl: string;
|
11832
|
-
};
|
11833
|
-
|
11834
|
-
/**
|
11835
|
-
* Result of the Resource downloaded from stateful client
|
11836
|
-
* @public
|
11837
|
-
*/
|
11838
|
-
export declare type ResourceFetchResult = {
|
11839
|
-
sourceUrl?: string;
|
11840
|
-
error?: Error;
|
11841
|
-
};
|
11842
|
-
|
11843
|
-
/**
|
11844
|
-
* Options for the rich text editor edit box configuration.
|
11845
|
-
*
|
11846
|
-
* @beta
|
11847
|
-
*/
|
11848
|
-
export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
|
11849
|
-
/**
|
11850
|
-
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
11851
|
-
* When not provided, pasting images into rich text editor will be disabled.
|
11852
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11853
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
11854
|
-
* @param messageId - the id of the message that the inlineImage belongs to.
|
11855
|
-
*/
|
11856
|
-
onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
11857
|
-
/**
|
11858
|
-
* Optional callback invoked after inline image is removed from the UI.
|
11859
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11860
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
11861
|
-
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
11862
|
-
* @param messageId - the id of the message that the inlineImage belongs to.
|
11863
|
-
*/
|
11864
|
-
onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
11865
|
-
/**
|
11866
|
-
* Optional Record of type {@link AttachmentMetadataInProgress}
|
11867
|
-
* to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
|
11868
|
-
* - there is an error provided in the messagesInlineImagesWithProgress
|
11869
|
-
* - progress is less than 1 when the send button is clicked
|
11870
|
-
* - content html string is longer than the max allowed length.
|
11871
|
-
* (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
|
11872
|
-
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
11873
|
-
*/
|
11874
|
-
messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
|
11875
|
-
}
|
11876
|
-
|
11877
|
-
/**
|
11878
|
-
* Options for the rich text editor configuration.
|
11879
|
-
*
|
11880
|
-
* @beta
|
11881
|
-
*/
|
11882
|
-
export declare interface RichTextEditorOptions {
|
11883
|
-
/**
|
11884
|
-
* Optional callback to handle paste event.
|
11885
|
-
*/
|
11886
|
-
onPaste?: (event: {
|
11887
|
-
content: DocumentFragment;
|
11888
|
-
}) => void;
|
11889
|
-
}
|
11890
|
-
|
11891
|
-
/**
|
11892
|
-
* A component to render SendBox with Rich Text Editor support.
|
11893
|
-
*
|
11894
|
-
* @beta
|
11895
|
-
*/
|
11896
|
-
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
11897
|
-
|
11898
|
-
/**
|
11899
|
-
* Props for {@link RichTextSendBox}.
|
11900
|
-
*
|
11901
|
-
* @beta
|
11902
|
-
*/
|
11903
|
-
export declare interface RichTextSendBoxProps {
|
11904
|
-
/**
|
11905
|
-
* Optional boolean to disable text box
|
11906
|
-
* @defaultValue false
|
11907
|
-
*/
|
11908
|
-
disabled?: boolean;
|
11909
|
-
/**
|
11910
|
-
* Optional callback to handle paste event.
|
11911
|
-
*/
|
11912
|
-
onPaste?: (event: {
|
11913
|
-
content: DocumentFragment;
|
11914
|
-
}) => void;
|
11915
|
-
/**
|
11916
|
-
* Optional strings to override in component
|
11917
|
-
*/
|
11918
|
-
strings?: Partial<RichTextSendBoxStrings>;
|
11919
|
-
/**
|
11920
|
-
* Optional text for system message above the text box
|
11921
|
-
*/
|
11922
|
-
systemMessage?: string;
|
11923
|
-
/**
|
11924
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
11925
|
-
* to render attachments being uploaded in the SendBox.
|
11926
|
-
* @beta
|
11927
|
-
*/
|
11928
|
-
attachments?: AttachmentMetadataInProgress[];
|
11929
|
-
/**
|
11930
|
-
* enumerable to determine if the input box has focus on render or not.
|
11931
|
-
* When undefined nothing has focus on render
|
11932
|
-
*/
|
11933
|
-
autoFocus?: 'sendBoxTextField';
|
11934
|
-
/**
|
11935
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
11936
|
-
* cancel icon.
|
11937
|
-
*/
|
11938
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
11939
|
-
/**
|
11940
|
-
* Optional callback invoked after inline image is removed from the UI.
|
11941
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11942
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
11943
|
-
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
11944
|
-
*/
|
11945
|
-
onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
|
11946
|
-
/**
|
11947
|
-
* Callback function used when the send button is clicked.
|
11948
|
-
*/
|
11949
|
-
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
11950
|
-
/**
|
11951
|
-
* Optional callback called when user is typing
|
11952
|
-
*/
|
11953
|
-
onTyping?: () => Promise<void>;
|
11954
|
-
/**
|
11955
|
-
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
11956
|
-
* When not provided, pasting images into rich text editor will be disabled.
|
11957
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11958
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
11959
|
-
*/
|
11960
|
-
onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
|
11961
|
-
/**
|
11962
|
-
* Optional Array of type {@link AttachmentMetadataInProgress}
|
11963
|
-
* to render the errorBar for inline images inserted in the RichTextSendBox when:
|
11964
|
-
* - there is an error provided in the inlineImagesWithProgress
|
11965
|
-
* - progress is less than 1 when the send button is clicked
|
11966
|
-
* - content html string is longer than the max allowed length.
|
11967
|
-
* (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
|
11968
|
-
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
11969
|
-
*/
|
11970
|
-
inlineImagesWithProgress?: AttachmentMetadataInProgress[];
|
11971
|
-
}
|
11972
|
-
|
11973
|
-
/**
|
11974
|
-
* Strings of {@link RichTextSendBox} that can be overridden.
|
11975
|
-
*
|
11976
|
-
* @beta
|
11977
|
-
*/
|
11978
|
-
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
11979
|
-
}
|
11980
|
-
|
11981
|
-
/**
|
11982
|
-
* Strings of RichText that can be overridden.
|
11983
|
-
*
|
11984
|
-
* @beta
|
11985
|
-
*/
|
11986
|
-
export declare interface RichTextStrings {
|
11987
|
-
/**
|
11988
|
-
* Tooltip text for the bold button.
|
11989
|
-
*/
|
11990
|
-
richTextBoldTooltip: string;
|
11991
|
-
/**
|
11992
|
-
* Tooltip text for the italic button.
|
11993
|
-
*/
|
11994
|
-
richTextItalicTooltip: string;
|
11995
|
-
/**
|
11996
|
-
* Tooltip text for the underline button.
|
11997
|
-
*/
|
11998
|
-
richTextUnderlineTooltip: string;
|
11999
|
-
/**
|
12000
|
-
* Tooltip text for the bullet list button.
|
12001
|
-
*/
|
12002
|
-
richTextBulletListTooltip: string;
|
12003
|
-
/**
|
12004
|
-
* Tooltip text for the number list button.
|
12005
|
-
*/
|
12006
|
-
richTextNumberListTooltip: string;
|
12007
|
-
/**
|
12008
|
-
* Tooltip text for the increase indent button.
|
12009
|
-
*/
|
12010
|
-
richTextIncreaseIndentTooltip: string;
|
12011
|
-
/**
|
12012
|
-
* Tooltip text for the decrease indent button.
|
12013
|
-
*/
|
12014
|
-
richTextDecreaseIndentTooltip: string;
|
12015
|
-
/**
|
12016
|
-
* Tooltip text insert table button.
|
12017
|
-
*/
|
12018
|
-
richTextInsertTableTooltip: string;
|
12019
|
-
/**
|
12020
|
-
* Tooltip text for the rich text format button button.
|
12021
|
-
*/
|
12022
|
-
richTextFormatButtonTooltip: string;
|
12023
|
-
/**
|
12024
|
-
* Text for the insert menu item.
|
12025
|
-
*/
|
12026
|
-
richTextInsertRowOrColumnMenu: string;
|
12027
|
-
/**
|
12028
|
-
* Title for the insert table menu.
|
12029
|
-
*/
|
12030
|
-
richTextInsertTableMenuTitle: string;
|
12031
|
-
/**
|
12032
|
-
* Text for the insert menu item to insert row above the current selection.
|
12033
|
-
*/
|
12034
|
-
richTextInsertRowAboveMenu: string;
|
12035
|
-
/**
|
12036
|
-
* Text for the insert menu item to insert row below the current selection.
|
12037
|
-
*/
|
12038
|
-
richTextInsertRowBelowMenu: string;
|
12039
|
-
/**
|
12040
|
-
* Text for the insert menu item to insert column to the left from the current selection.
|
12041
|
-
*/
|
12042
|
-
richTextInsertColumnLeftMenu: string;
|
12043
|
-
/**
|
12044
|
-
* Text for the insert menu item to insert column to the right from the current selection.
|
12045
|
-
*/
|
12046
|
-
richTextInsertColumnRightMenu: string;
|
10280
|
+
raisedHand?: RaisedHandState;
|
12047
10281
|
/**
|
12048
|
-
*
|
10282
|
+
* Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
|
10283
|
+
*
|
10284
|
+
* @public
|
12049
10285
|
*/
|
12050
|
-
|
10286
|
+
contentSharingStream?: HTMLElement;
|
12051
10287
|
/**
|
12052
|
-
*
|
10288
|
+
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
10289
|
+
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
10290
|
+
*
|
10291
|
+
* @public
|
12053
10292
|
*/
|
12054
|
-
|
10293
|
+
reactionState?: ReactionState;
|
12055
10294
|
/**
|
12056
|
-
*
|
10295
|
+
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
|
12057
10296
|
*/
|
12058
|
-
|
10297
|
+
spotlight?: SpotlightState;
|
12059
10298
|
/**
|
12060
|
-
*
|
10299
|
+
* Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
|
12061
10300
|
*/
|
12062
|
-
|
10301
|
+
mediaAccess?: MediaAccessState;
|
10302
|
+
}
|
10303
|
+
|
10304
|
+
/**
|
10305
|
+
* State only version of {@link @azure/communication-calling#RemoteVideoStream}.
|
10306
|
+
*
|
10307
|
+
* @public
|
10308
|
+
*/
|
10309
|
+
export declare interface RemoteVideoStreamState {
|
12063
10310
|
/**
|
12064
|
-
*
|
10311
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
|
12065
10312
|
*/
|
12066
|
-
|
10313
|
+
id: number;
|
12067
10314
|
/**
|
12068
|
-
*
|
10315
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
|
12069
10316
|
*/
|
12070
|
-
|
10317
|
+
mediaStreamType: MediaStreamType;
|
12071
10318
|
/**
|
12072
|
-
*
|
10319
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
|
12073
10320
|
*/
|
12074
|
-
|
10321
|
+
isAvailable: boolean;
|
12075
10322
|
/**
|
12076
|
-
*
|
10323
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
|
10324
|
+
* @public
|
12077
10325
|
*/
|
12078
|
-
|
10326
|
+
isReceiving: boolean;
|
12079
10327
|
/**
|
12080
|
-
*
|
10328
|
+
* {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
|
10329
|
+
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
12081
10330
|
*/
|
12082
|
-
|
10331
|
+
view?: VideoStreamRendererViewState;
|
12083
10332
|
/**
|
12084
|
-
*
|
10333
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
|
12085
10334
|
*/
|
12086
|
-
|
10335
|
+
streamSize?: {
|
10336
|
+
width: number;
|
10337
|
+
height: number;
|
10338
|
+
};
|
10339
|
+
}
|
10340
|
+
|
10341
|
+
/**
|
10342
|
+
* Menu options for remote video tiles in {@link VideoGallery}.
|
10343
|
+
*
|
10344
|
+
* @public
|
10345
|
+
*/
|
10346
|
+
export declare interface RemoteVideoTileMenuOptions {
|
12087
10347
|
/**
|
12088
|
-
*
|
10348
|
+
* If set to true, remote video tiles in the VideoGallery will not have menu options
|
10349
|
+
*
|
10350
|
+
* @defaultValue false
|
12089
10351
|
*/
|
12090
|
-
|
10352
|
+
isHidden?: boolean;
|
12091
10353
|
}
|
12092
10354
|
|
10355
|
+
/**
|
10356
|
+
* Details required for download a resource to cache.
|
10357
|
+
*
|
10358
|
+
* @public
|
10359
|
+
*/
|
10360
|
+
export declare type ResourceDetails = {
|
10361
|
+
threadId: string;
|
10362
|
+
messageId: string;
|
10363
|
+
resourceUrl: string;
|
10364
|
+
};
|
10365
|
+
|
10366
|
+
/**
|
10367
|
+
* Result of the Resource downloaded from stateful client
|
10368
|
+
* @public
|
10369
|
+
*/
|
10370
|
+
export declare type ResourceFetchResult = {
|
10371
|
+
sourceUrl?: string;
|
10372
|
+
error?: Error;
|
10373
|
+
};
|
10374
|
+
|
12093
10375
|
/**
|
12094
10376
|
* A button to start / stop screen sharing.
|
12095
10377
|
*
|
@@ -12161,42 +10443,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
12161
10443
|
*/
|
12162
10444
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
12163
10445
|
|
12164
|
-
/**
|
12165
|
-
* @beta
|
12166
|
-
* Error to be displayed to the user in an error bar above sendbox.
|
12167
|
-
*/
|
12168
|
-
export declare interface SendBoxErrorBarError {
|
12169
|
-
/** Error Message to be displayed */
|
12170
|
-
message: string;
|
12171
|
-
/**
|
12172
|
-
* Unix Timestamp. Preferred generation using `Date.now()`
|
12173
|
-
*/
|
12174
|
-
timestamp: number;
|
12175
|
-
/**
|
12176
|
-
* ErrorBar type. Defaults to `warning`.
|
12177
|
-
*/
|
12178
|
-
errorBarType?: SendBoxErrorBarType;
|
12179
|
-
}
|
12180
|
-
|
12181
|
-
/**
|
12182
|
-
* @beta
|
12183
|
-
* Error bar type for {@link SendBoxErrorBarError}
|
12184
|
-
*/
|
12185
|
-
export declare enum SendBoxErrorBarType {
|
12186
|
-
/** Info styled MessageBar */
|
12187
|
-
info = 0,
|
12188
|
-
/** Error styled MessageBar */
|
12189
|
-
error = 1,
|
12190
|
-
/** Blocked styled MessageBar */
|
12191
|
-
blocked = 2,
|
12192
|
-
/** SevereWarning styled MessageBar */
|
12193
|
-
severeWarning = 3,
|
12194
|
-
/** Success styled MessageBar */
|
12195
|
-
success = 4,
|
12196
|
-
/** Warning styled MessageBar */
|
12197
|
-
warning = 5
|
12198
|
-
}
|
12199
|
-
|
12200
10446
|
/**
|
12201
10447
|
* Props for {@link SendBox}.
|
12202
10448
|
*
|
@@ -12215,12 +10461,7 @@ export declare interface SendBoxProps {
|
|
12215
10461
|
/**
|
12216
10462
|
* Optional override behavior on send button click
|
12217
10463
|
*/
|
12218
|
-
onSendMessage?: (content: string
|
12219
|
-
/**
|
12220
|
-
* Optional props needed to lookup suggestions in the mention scenario.
|
12221
|
-
* @beta
|
12222
|
-
*/
|
12223
|
-
mentionLookupOptions?: MentionLookupOptions;
|
10464
|
+
onSendMessage?: (content: string) => Promise<void>;
|
12224
10465
|
/**
|
12225
10466
|
* Optional callback called when user is typing
|
12226
10467
|
*/
|
@@ -12257,25 +10498,6 @@ export declare interface SendBoxProps {
|
|
12257
10498
|
* When undefined nothing has focus on render
|
12258
10499
|
*/
|
12259
10500
|
autoFocus?: 'sendBoxTextField';
|
12260
|
-
/**
|
12261
|
-
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
12262
|
-
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
12263
|
-
* be rendered below the text area in sendBox.
|
12264
|
-
* @beta
|
12265
|
-
*/
|
12266
|
-
onRenderAttachmentUploads?: () => JSX.Element;
|
12267
|
-
/**
|
12268
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
12269
|
-
* to render attachments being uploaded in the SendBox.
|
12270
|
-
* @beta
|
12271
|
-
*/
|
12272
|
-
attachments?: AttachmentMetadataInProgress[];
|
12273
|
-
/**
|
12274
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
12275
|
-
* cancel icon.
|
12276
|
-
* @beta
|
12277
|
-
*/
|
12278
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
12279
10501
|
}
|
12280
10502
|
|
12281
10503
|
/**
|
@@ -12306,26 +10528,6 @@ export declare interface SendBoxStrings {
|
|
12306
10528
|
* Aria label for send message button
|
12307
10529
|
*/
|
12308
10530
|
sendButtonAriaLabel: string;
|
12309
|
-
/**
|
12310
|
-
* Error message indicating that all attachment uploads are not complete.
|
12311
|
-
*/
|
12312
|
-
attachmentUploadsPendingError: string;
|
12313
|
-
/**
|
12314
|
-
* Aria label to notify user when focus is on cancel attachment upload button.
|
12315
|
-
*/
|
12316
|
-
removeAttachment: string;
|
12317
|
-
/**
|
12318
|
-
* Aria label to notify user attachment uploading starts.
|
12319
|
-
*/
|
12320
|
-
uploading: string;
|
12321
|
-
/**
|
12322
|
-
* Aria label to notify user attachment is uploaded.
|
12323
|
-
*/
|
12324
|
-
uploadCompleted: string;
|
12325
|
-
/**
|
12326
|
-
* Aria label to notify user more attachment action menu.
|
12327
|
-
*/
|
12328
|
-
attachmentMoreMenu: string;
|
12329
10531
|
}
|
12330
10532
|
|
12331
10533
|
/**
|
@@ -12346,45 +10548,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
12346
10548
|
systemMessage?: IStyle;
|
12347
10549
|
}
|
12348
10550
|
|
12349
|
-
/**
|
12350
|
-
* @beta
|
12351
|
-
* Strings for SitePermissions component
|
12352
|
-
*/
|
12353
|
-
export declare type SitePermissionsStrings = {
|
12354
|
-
/**
|
12355
|
-
* Main text string.
|
12356
|
-
*/
|
12357
|
-
primaryText?: string;
|
12358
|
-
/**
|
12359
|
-
* Subtext string.
|
12360
|
-
*/
|
12361
|
-
secondaryText?: string;
|
12362
|
-
/**
|
12363
|
-
* More help link string.
|
12364
|
-
*/
|
12365
|
-
linkText?: string;
|
12366
|
-
/**
|
12367
|
-
* Primary button text string.
|
12368
|
-
*/
|
12369
|
-
primaryButtonText?: string;
|
12370
|
-
/**
|
12371
|
-
* Aria label describing the content of the container
|
12372
|
-
*/
|
12373
|
-
ariaLabel?: string;
|
12374
|
-
};
|
12375
|
-
|
12376
|
-
/**
|
12377
|
-
* Fluent styles for {@link SitePermissionsContainer}.
|
12378
|
-
*
|
12379
|
-
* @beta
|
12380
|
-
*/
|
12381
|
-
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
12382
|
-
/** Styles for the primary button. */
|
12383
|
-
primaryButton?: IButtonStyles;
|
12384
|
-
/** Styles for the help troubleshooting link text. */
|
12385
|
-
troubleshootingLink?: ILinkStyles;
|
12386
|
-
}
|
12387
|
-
|
12388
10551
|
/**
|
12389
10552
|
* @public
|
12390
10553
|
* Type for representing a custom sound to use for a calling event
|
@@ -12657,59 +10820,6 @@ export declare interface StartCaptionsButtonStrings {
|
|
12657
10820
|
tooltipOffContent: string;
|
12658
10821
|
}
|
12659
10822
|
|
12660
|
-
/**
|
12661
|
-
* a button to start RealTimeText
|
12662
|
-
* based on accessibility requirement, real time text cannot be turned off once it is on
|
12663
|
-
*
|
12664
|
-
* Can be used with {@link ControlBar}
|
12665
|
-
*
|
12666
|
-
* @param props - properties for the start RealTimeText button.
|
12667
|
-
* @beta
|
12668
|
-
*/
|
12669
|
-
export declare const StartRealTimeTextButton: (props: StartRealTimeTextButtonProps) => JSX.Element;
|
12670
|
-
|
12671
|
-
/**
|
12672
|
-
* Props for the StartRealTimeTextButton component
|
12673
|
-
* @beta
|
12674
|
-
*/
|
12675
|
-
export declare interface StartRealTimeTextButtonProps extends ControlBarButtonProps {
|
12676
|
-
/**
|
12677
|
-
* Utility property for using this component with communication react handlers
|
12678
|
-
* Start RealTimeText based on RealTimeText state
|
12679
|
-
*/
|
12680
|
-
onStartRealTimeText: () => Promise<void>;
|
12681
|
-
/**
|
12682
|
-
* If RealTimeText is on
|
12683
|
-
*/
|
12684
|
-
isRealTimeTextOn: boolean;
|
12685
|
-
/**
|
12686
|
-
* Optional strings to override in component
|
12687
|
-
*/
|
12688
|
-
strings?: StartRealTimeTextButtonStrings;
|
12689
|
-
}
|
12690
|
-
|
12691
|
-
/**
|
12692
|
-
* Strings for the hold button labels
|
12693
|
-
* @beta
|
12694
|
-
*/
|
12695
|
-
export declare interface StartRealTimeTextButtonStrings {
|
12696
|
-
/**
|
12697
|
-
* Label for when action is to start RealTimeText
|
12698
|
-
*/
|
12699
|
-
onLabel: string;
|
12700
|
-
/**
|
12701
|
-
* Content for when button is checked, RealTimeText is on
|
12702
|
-
*/
|
12703
|
-
tooltipOnContent: string;
|
12704
|
-
}
|
12705
|
-
|
12706
|
-
/**
|
12707
|
-
* Parameter to start a call using a Teams user identity.
|
12708
|
-
*
|
12709
|
-
* @beta
|
12710
|
-
*/
|
12711
|
-
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
12712
|
-
|
12713
10823
|
/**
|
12714
10824
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
12715
10825
|
* The interface provides access to proxied state and also allows registering a handler for state change events. For
|
@@ -12795,7 +10905,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
12795
10905
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to start rendering.
|
12796
10906
|
* @param options - Options that are passed to the {@link @azure/communication-calling#VideoStreamRenderer}.
|
12797
10907
|
*/
|
12798
|
-
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState
|
10908
|
+
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
|
12799
10909
|
/**
|
12800
10910
|
* Stops rendering a {@link RemoteVideoStreamState} or {@link LocalVideoStreamState} and removes the
|
12801
10911
|
* {@link VideoStreamRendererView} from the relevant {@link RemoteVideoStreamState} in {@link CallClientState} or
|
@@ -12820,7 +10930,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
12820
10930
|
* be undefined if disposing LocalVideoStreamState.
|
12821
10931
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
12822
10932
|
*/
|
12823
|
-
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState
|
10933
|
+
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
12824
10934
|
/**
|
12825
10935
|
* The CallAgent is used to handle calls.
|
12826
10936
|
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
@@ -13160,7 +11270,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
13160
11270
|
* @public
|
13161
11271
|
*/
|
13162
11272
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13163
|
-
locator: TeamsMeetingLinkLocator |
|
11273
|
+
locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
|
13164
11274
|
};
|
13165
11275
|
|
13166
11276
|
/**
|
@@ -13233,17 +11343,6 @@ export declare interface TeamsIncomingCallState {
|
|
13233
11343
|
endTime?: Date;
|
13234
11344
|
}
|
13235
11345
|
|
13236
|
-
/**
|
13237
|
-
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
13238
|
-
*
|
13239
|
-
* This is used to create an outbound call scenarios.
|
13240
|
-
*
|
13241
|
-
* @beta
|
13242
|
-
*/
|
13243
|
-
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13244
|
-
targetCallees: StartTeamsCallIdentifier[];
|
13245
|
-
};
|
13246
|
-
|
13247
11346
|
/**
|
13248
11347
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
13249
11348
|
*
|
@@ -13256,68 +11355,6 @@ export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon &
|
|
13256
11355
|
*/
|
13257
11356
|
export declare const toFlatCommunicationIdentifier: (identifier: CommunicationIdentifier) => string;
|
13258
11357
|
|
13259
|
-
/**
|
13260
|
-
* State only version of {@link @azure/communication-calling#TogetherModeCallFeature}. {@link StatefulCallClient}.
|
13261
|
-
* Represents the state of the Together Mode feature.
|
13262
|
-
* @beta
|
13263
|
-
*/
|
13264
|
-
export declare interface TogetherModeCallFeatureState {
|
13265
|
-
isActive: boolean;
|
13266
|
-
/**
|
13267
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.togetherModeStream}.
|
13268
|
-
*/
|
13269
|
-
streams: TogetherModeStreamsState;
|
13270
|
-
/**
|
13271
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.TogetherModeSeatingMap}.
|
13272
|
-
*/
|
13273
|
-
seatingPositions: TogetherModeParticipantSeatingState;
|
13274
|
-
}
|
13275
|
-
|
13276
|
-
/**
|
13277
|
-
* Represents the seating positions of participants in Together Mode.
|
13278
|
-
*
|
13279
|
-
* @beta
|
13280
|
-
*/
|
13281
|
-
export declare type TogetherModeParticipantSeatingState = Record<string, TogetherModeSeatingPositionState>;
|
13282
|
-
|
13283
|
-
/**
|
13284
|
-
* State only version of {@link @azure/communication-calling#TogetherModeSeatingMap}.
|
13285
|
-
* @beta
|
13286
|
-
*
|
13287
|
-
* Represents the seating position of a participant in Together Mode.
|
13288
|
-
*/
|
13289
|
-
export declare interface TogetherModeSeatingPositionState {
|
13290
|
-
top: number;
|
13291
|
-
left: number;
|
13292
|
-
width: number;
|
13293
|
-
height: number;
|
13294
|
-
}
|
13295
|
-
|
13296
|
-
/**
|
13297
|
-
* Interface representing the result of a Together Mode stream view.
|
13298
|
-
* @beta
|
13299
|
-
*/
|
13300
|
-
export declare interface TogetherModeStreamOptions extends VideoStreamOptions {
|
13301
|
-
viewKind?: 'main' | 'panoramic';
|
13302
|
-
}
|
13303
|
-
|
13304
|
-
/**
|
13305
|
-
* Represents the streams in Together Mode.
|
13306
|
-
*
|
13307
|
-
* @beta
|
13308
|
-
*/
|
13309
|
-
export declare interface TogetherModeStreamsState {
|
13310
|
-
mainVideoStream?: CallFeatureStreamState;
|
13311
|
-
}
|
13312
|
-
|
13313
|
-
/**
|
13314
|
-
* Interface representing the result of a Together Mode stream view.
|
13315
|
-
* @beta
|
13316
|
-
*/
|
13317
|
-
export declare interface TogetherModeStreamViewResult {
|
13318
|
-
mainVideoView?: CreateVideoStreamViewResult;
|
13319
|
-
}
|
13320
|
-
|
13321
11358
|
/**
|
13322
11359
|
* Callback for {@link ChatAdapterSubscribers} 'topicChanged' event.
|
13323
11360
|
*
|
@@ -13506,129 +11543,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
13506
11543
|
typingString?: IStyle;
|
13507
11544
|
}
|
13508
11545
|
|
13509
|
-
/**
|
13510
|
-
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
13511
|
-
*
|
13512
|
-
* @beta
|
13513
|
-
*/
|
13514
|
-
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
13515
|
-
|
13516
|
-
/**
|
13517
|
-
* props for {@link UnsupportedBrowser} UI
|
13518
|
-
*
|
13519
|
-
* @beta
|
13520
|
-
*/
|
13521
|
-
export declare interface UnsupportedBrowserProps {
|
13522
|
-
/** Handler to perform an action when the help link is actioned */
|
13523
|
-
onTroubleshootingClick?: () => void;
|
13524
|
-
/** String overrides for the component */
|
13525
|
-
strings?: UnsupportedBrowserStrings;
|
13526
|
-
}
|
13527
|
-
|
13528
|
-
/**
|
13529
|
-
* Strings for UnsupportedBrowser component
|
13530
|
-
*
|
13531
|
-
* @beta
|
13532
|
-
*/
|
13533
|
-
export declare interface UnsupportedBrowserStrings {
|
13534
|
-
/** String for the primary text */
|
13535
|
-
primaryText: string;
|
13536
|
-
/** String for the secondary text */
|
13537
|
-
secondaryText: string;
|
13538
|
-
/** String to display in the text for the help link */
|
13539
|
-
moreHelpLinkText: string;
|
13540
|
-
}
|
13541
|
-
|
13542
|
-
/**
|
13543
|
-
* UI to display to the user that the browser version they are using is out of date
|
13544
|
-
* and not supported by Azure Communications Calling service.
|
13545
|
-
*
|
13546
|
-
* @beta
|
13547
|
-
*/
|
13548
|
-
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
13549
|
-
|
13550
|
-
/**
|
13551
|
-
* props for {@link UnsupportedBrowserVersion} UI
|
13552
|
-
*
|
13553
|
-
* @beta
|
13554
|
-
*/
|
13555
|
-
export declare interface UnsupportedBrowserVersionProps {
|
13556
|
-
/** Handler to perform an action when the help link is actioned */
|
13557
|
-
onTroubleshootingClick?: () => void;
|
13558
|
-
/** String overrides for the component */
|
13559
|
-
strings?: UnsupportedBrowserVersionStrings;
|
13560
|
-
/** Handler to allow user to continue into the call */
|
13561
|
-
onContinueAnywayClick?: () => void;
|
13562
|
-
}
|
13563
|
-
|
13564
|
-
/**
|
13565
|
-
* Strings for UnsupportedBrowser component
|
13566
|
-
*
|
13567
|
-
* @beta
|
13568
|
-
*/
|
13569
|
-
export declare interface UnsupportedBrowserVersionStrings {
|
13570
|
-
/** String for the primary text */
|
13571
|
-
primaryText: string;
|
13572
|
-
/** String for the secondary text */
|
13573
|
-
secondaryText: string;
|
13574
|
-
/** String to display in the text for the help link */
|
13575
|
-
moreHelpLinkText: string;
|
13576
|
-
/** String for continue without updating button */
|
13577
|
-
continueAnywayButtonText?: string;
|
13578
|
-
}
|
13579
|
-
|
13580
|
-
/**
|
13581
|
-
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
13582
|
-
*
|
13583
|
-
* @beta
|
13584
|
-
*/
|
13585
|
-
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
13586
|
-
|
13587
|
-
/**
|
13588
|
-
* Props for {@link UnsupportedOperatingSystem} UI
|
13589
|
-
*
|
13590
|
-
* @beta
|
13591
|
-
*/
|
13592
|
-
export declare interface UnsupportedOperatingSystemProps {
|
13593
|
-
/** Handler to perform a action when the help link is actioned */
|
13594
|
-
onTroubleshootingClick?: () => void;
|
13595
|
-
/** String overrides for the component */
|
13596
|
-
strings?: UnsupportedOperatingSystemStrings;
|
13597
|
-
}
|
13598
|
-
|
13599
|
-
/**
|
13600
|
-
* Strings for UnsupportedBrowser component
|
13601
|
-
*
|
13602
|
-
* @beta
|
13603
|
-
*/
|
13604
|
-
export declare interface UnsupportedOperatingSystemStrings {
|
13605
|
-
/** String for the primary text */
|
13606
|
-
primaryText: string;
|
13607
|
-
/** String for the secondary text */
|
13608
|
-
secondaryText: string;
|
13609
|
-
/** String to display in the text for the help link */
|
13610
|
-
moreHelpLinkText: string;
|
13611
|
-
}
|
13612
|
-
|
13613
11546
|
/**
|
13614
11547
|
* @public
|
13615
11548
|
* Callback function run when a message is updated.
|
13616
11549
|
*/
|
13617
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string
|
13618
|
-
|
13619
|
-
/**
|
13620
|
-
* Result payload for uploading an image.
|
13621
|
-
*
|
13622
|
-
* @beta
|
13623
|
-
*/
|
13624
|
-
export declare type UploadChatImageResult = {
|
13625
|
-
/** Id of the image. */
|
13626
|
-
id: string;
|
13627
|
-
/** The type of attachment. */
|
13628
|
-
attachmentType?: 'image' | 'file' | 'unknown';
|
13629
|
-
/** The name including file extension type of the attachment. */
|
13630
|
-
name?: string;
|
13631
|
-
};
|
11550
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
13632
11551
|
|
13633
11552
|
/**
|
13634
11553
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -13802,7 +11721,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
|
|
13802
11721
|
*
|
13803
11722
|
* @public
|
13804
11723
|
*/
|
13805
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs
|
11724
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
13806
11725
|
|
13807
11726
|
/**
|
13808
11727
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -13953,7 +11872,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
13953
11872
|
/**
|
13954
11873
|
* @public
|
13955
11874
|
*/
|
13956
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' |
|
11875
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
13957
11876
|
|
13958
11877
|
/**
|
13959
11878
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -13990,8 +11909,6 @@ export declare type VideoGalleryParticipant = {
|
|
13990
11909
|
isScreenSharingOn?: boolean;
|
13991
11910
|
/** Whether participant is spotlighted **/
|
13992
11911
|
spotlight?: Spotlight;
|
13993
|
-
/** Signal strength of the participant, range from 1 to 3, lower means better connection **/
|
13994
|
-
signalStrength?: number;
|
13995
11912
|
/** Media audio video access states **/
|
13996
11913
|
mediaAccess?: MediaAccess;
|
13997
11914
|
/** Attendee can have audio be forbidden **/
|
@@ -14295,31 +12212,6 @@ export declare interface VideoGalleryStyles extends BaseCustomStyles {
|
|
14295
12212
|
verticalGallery?: VerticalGalleryStyles;
|
14296
12213
|
}
|
14297
12214
|
|
14298
|
-
/**
|
14299
|
-
* Interface representing the position of a participant in Together Mode.
|
14300
|
-
* @beta
|
14301
|
-
*/
|
14302
|
-
export declare type VideoGalleryTogetherModeParticipantPosition = Record<string, VideoGalleryTogetherModeSeatingInfo>;
|
14303
|
-
|
14304
|
-
/**
|
14305
|
-
* Interface representing the seating information in Together Mode.
|
14306
|
-
* @beta
|
14307
|
-
*/
|
14308
|
-
export declare interface VideoGalleryTogetherModeSeatingInfo {
|
14309
|
-
top: number;
|
14310
|
-
left: number;
|
14311
|
-
width: number;
|
14312
|
-
height: number;
|
14313
|
-
}
|
14314
|
-
|
14315
|
-
/**
|
14316
|
-
* Interface representing the streams in Together Mode.
|
14317
|
-
* @beta
|
14318
|
-
*/
|
14319
|
-
export declare interface VideoGalleryTogetherModeStreams {
|
14320
|
-
mainVideoStream?: VideoGalleryStream;
|
14321
|
-
}
|
14322
|
-
|
14323
12215
|
/**
|
14324
12216
|
* Options to control how video streams are rendered.
|
14325
12217
|
*
|
@@ -14529,8 +12421,6 @@ export declare interface VideoTileStrings {
|
|
14529
12421
|
participantStateRinging: string;
|
14530
12422
|
/** String for displaying the Hold state of the remote participant */
|
14531
12423
|
participantStateHold: string;
|
14532
|
-
/** String for displaying the reconnecting state of the remote participant */
|
14533
|
-
participantReconnecting?: string;
|
14534
12424
|
/** String for the announcement of the muted state of the participant when muted */
|
14535
12425
|
moreOptionsParticipantMutedStateMutedAriaLabel: string;
|
14536
12426
|
/** String for the announcement of the unmuted state of the participant when unmuted */
|