@azure/communication-react 1.17.0 → 1.18.0-alpha-202406110013
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 +2207 -64
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-D2h2ZRSt.js +154 -0
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-D2h2ZRSt.js.map +1 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-B4juIBoJ.js +53 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-B4juIBoJ.js.map +1 -0
- package/dist/dist-cjs/communication-react/index-CJjvV64L.js +40732 -0
- package/dist/dist-cjs/communication-react/index-CJjvV64L.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +162 -33299
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js +4 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +6 -3
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +11 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +12 -0
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +25 -7
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +23 -7
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +24 -56
- 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 +10 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +90 -77
- 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 +15 -1
- 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 +25 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +4 -2
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +17 -0
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.d.ts +4 -4
- package/dist/dist-esm/calling-component-bindings/src/index.js +3 -3
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +1 -0
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +40 -21
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +6 -3
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +7 -0
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +23 -7
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +12 -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 +3 -2
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +22 -19
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +37 -15
- 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.d.ts +15 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +66 -71
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +73 -2
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +14 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +112 -33
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +7 -8
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +145 -88
- 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 +4 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +46 -10
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +17 -0
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +61 -3
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +9 -0
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +48 -17
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +58 -73
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +14 -16
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +3 -15
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +17 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +36 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +1 -3
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +11 -0
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js +0 -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 +23 -0
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +67 -51
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +32 -24
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +8 -11
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +2 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +17 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/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.js +3 -3
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +6 -7
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +4 -0
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +15 -15
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +3 -2
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +20 -8
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +2 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +5 -0
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +64 -15
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +3 -7
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +3 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +10 -3
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +16 -22
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +8 -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 +4 -16
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +57 -67
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +114 -128
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +7 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +1 -0
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +31 -0
- package/dist/dist-esm/communication-react/src/index.js +16 -0
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +3 -6
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +4 -10
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +7 -7
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +17 -6
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +24 -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 +8 -19
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
- package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +9 -8
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +36 -19
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +2 -5
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +37 -22
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +7 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +30 -24
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +11 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +60 -28
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +9 -5
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +10 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +15 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +8 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +44 -10
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +2 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +51 -16
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +4 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +57 -27
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +17 -3
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +24 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +20 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +142 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +21 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +34 -6
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +8 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +51 -14
- 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 +67 -20
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +7 -4
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBar.js +10 -14
- package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +14 -4
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +3 -14
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +69 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +37 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +75 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +58 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +5 -8
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +105 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +86 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +86 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +31 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +19 -27
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js +12 -48
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +45 -51
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +2 -6
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +11 -9
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +11 -23
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +6 -4
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +11 -5
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/EndCallButton.js +16 -16
- package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +9 -5
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +2 -6
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
- package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +49 -0
- package/dist/dist-esm/react-components/src/components/HoldButton.js +25 -0
- package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +7 -9
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js +13 -14
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js +3 -10
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +23 -7
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +3 -5
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +35 -53
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.d.ts +84 -0
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +116 -0
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +4 -12
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +121 -0
- package/dist/dist-esm/react-components/src/components/MentionPopover.js +126 -0
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +20 -33
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +56 -5
- package/dist/dist-esm/react-components/src/components/MessageThread.js +106 -45
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +17 -14
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +94 -101
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationBar.d.ts +12 -4
- package/dist/dist-esm/react-components/src/components/NotificationBar.js +6 -6
- package/dist/dist-esm/react-components/src/components/NotificationBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Notifications.d.ts +6 -2
- package/dist/dist-esm/react-components/src/components/Notifications.js +12 -10
- package/dist/dist-esm/react-components/src/components/Notifications.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +13 -0
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +17 -21
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +17 -0
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +56 -40
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +46 -32
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +6 -12
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.js +31 -28
- package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +35 -28
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.d.ts +9 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js +29 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +26 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +85 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +23 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +39 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +66 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +20 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +46 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +29 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +71 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +57 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +247 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +36 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +96 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +155 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +219 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +16 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +68 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +19 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +209 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +49 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +67 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +6 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +13 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +6 -14
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +47 -1
- package/dist/dist-esm/react-components/src/components/SendBox.js +120 -13
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +34 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +39 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +14 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +20 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +2 -4
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -3
- package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +10 -3
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +23 -23
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SystemMessage.js +2 -4
- package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +595 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +152 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +822 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js +9 -6
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +20 -0
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +13 -31
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +3 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +8 -12
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +7 -11
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +6 -2
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +29 -15
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +14 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +52 -22
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +17 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +111 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +6 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +17 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +29 -24
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +9 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +2 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +44 -13
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +1 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +9 -34
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +2 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +1 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +10 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +22 -28
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +11 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +55 -54
- 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 +50 -20
- 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 +5 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +117 -61
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +8 -0
- package/dist/dist-esm/react-components/src/components/VideoTile.js +41 -62
- 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 +23 -0
- package/dist/dist-esm/react-components/src/components/index.js +21 -0
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +58 -0
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +144 -0
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.d.ts +5 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +11 -10
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js +2 -5
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxButton.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +2 -5
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +26 -0
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +69 -0
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +4 -10
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/NotificationBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +6 -4
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +14 -8
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +82 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +284 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +21 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +34 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +5 -12
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +38 -0
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +92 -0
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +5 -0
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +32 -0
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -6
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.d.ts +42 -0
- package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js +93 -0
- package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +1 -2
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +26 -0
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +67 -0
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +1 -2
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +5 -19
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +37 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +41 -3
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +5 -3
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +41 -11
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js +1 -4
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +37 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +60 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +33 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +124 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +11 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +23 -3
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.js +4 -0
- package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +2 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +4 -7
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/utils/merge.js +16 -0
- package/dist/dist-esm/react-components/src/components/utils/merge.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
- package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +10 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +11 -12
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +8 -6
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +4 -0
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +5 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +1 -0
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +63 -0
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +11 -0
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +3 -5
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js +15 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +29 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +141 -19
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +6 -0
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +25 -0
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.d.ts +6 -0
- package/dist/dist-esm/react-components/src/theming/themes.js +10 -0
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -7
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/Attachment.d.ts +9 -0
- package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +20 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/OnRender.d.ts +8 -0
- package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/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 +6 -0
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +2 -0
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +72 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +61 -36
- 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 +112 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +71 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +280 -80
- 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 +56 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +7 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +8 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.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 +3 -1
- 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 +90 -41
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +65 -52
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +48 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +210 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +16 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +20 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +5 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +12 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +93 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +33 -22
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +49 -25
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +26 -30
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +68 -53
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +10 -32
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +29 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +90 -62
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +10 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +23 -13
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +5 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +8 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +26 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/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 +12 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +57 -25
- 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.d.ts +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 +4 -1
- 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 +5 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +119 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +5 -13
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +24 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +34 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +15 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/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 +18 -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/pages/UnsupportedBrowser.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +54 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +13 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +16 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +1 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js +10 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +14 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +2 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +41 -29
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +1 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +32 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +81 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +2 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +2 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +6 -24
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +11 -13
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +11 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +14 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +126 -23
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +15 -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 +67 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +91 -22
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +9 -7
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +6 -9
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +32 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +18 -6
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +121 -41
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +43 -4
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +10 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +38 -3
- 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 +5 -4
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +4 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +13 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +26 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +10 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +156 -22
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +18 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +18 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +3 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +58 -32
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +3 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +80 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +41 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.d.ts +38 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +81 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +5 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +23 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +17 -10
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +25 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +112 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +17 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +32 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/AudioProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +10 -4
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +5 -14
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +22 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +60 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +61 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +5 -7
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +12 -16
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +1 -5
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +79 -44
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +39 -37
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +151 -58
- 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 +5 -7
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +102 -110
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js +5 -7
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +1 -5
- 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/ModalLocalAndRemotePIP.js +18 -11
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +17 -23
- 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 +31 -16
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +10 -0
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +20 -0
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +18 -2
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +30 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +7 -15
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js +19 -34
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +11 -8
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +11 -12
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +56 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +21 -7
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +4 -10
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +11 -44
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +6 -29
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +4 -22
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +15 -13
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +25 -4
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +17 -12
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +1 -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/fi-FI/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
- package/package.json +9 -8
@@ -17,6 +17,7 @@
|
|
17
17
|
|
18
18
|
/// <reference types="react" />
|
19
19
|
|
20
|
+
import { AddPhoneNumberOptions } from '@azure/communication-calling';
|
20
21
|
import { AudioDeviceInfo } from '@azure/communication-calling';
|
21
22
|
import { BackgroundBlurConfig } from '@azure/communication-calling';
|
22
23
|
import { BackgroundBlurEffect } from '@azure/communication-calling';
|
@@ -29,11 +30,13 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
29
30
|
import { CallDirection } from '@azure/communication-calling';
|
30
31
|
import { CallEndReason } from '@azure/communication-calling';
|
31
32
|
import { CallerInfo } from '@azure/communication-calling';
|
33
|
+
import { CallInfo } from '@azure/communication-calling';
|
32
34
|
import { CallKind } from '@azure/communication-calling';
|
33
35
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
34
36
|
import { CallSurvey } from '@azure/communication-calling';
|
35
37
|
import { CallSurveyResponse } from '@azure/communication-calling';
|
36
38
|
import { CapabilitiesChangeInfo } from '@azure/communication-calling';
|
39
|
+
import { CaptionsKind } from '@azure/communication-calling';
|
37
40
|
import { CaptionsResultType } from '@azure/communication-calling';
|
38
41
|
import { ChatClient } from '@azure/communication-chat';
|
39
42
|
import { ChatClientOptions } from '@azure/communication-chat';
|
@@ -51,6 +54,7 @@ import { DeviceAccess } from '@azure/communication-calling';
|
|
51
54
|
import { DeviceManager } from '@azure/communication-calling';
|
52
55
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
53
56
|
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
57
|
+
import { EnvironmentInfo } from '@azure/communication-calling';
|
54
58
|
import { GroupCallLocator } from '@azure/communication-calling';
|
55
59
|
import { IButtonProps } from '@fluentui/react';
|
56
60
|
import { IButtonStyles } from '@fluentui/react';
|
@@ -58,7 +62,10 @@ import { IContextualMenuItem } from '@fluentui/react';
|
|
58
62
|
import { IContextualMenuItemStyles } from '@fluentui/react';
|
59
63
|
import { IContextualMenuProps } from '@fluentui/react';
|
60
64
|
import { IContextualMenuStyles } from '@fluentui/react';
|
65
|
+
import { IIconProps } from '@fluentui/react';
|
66
|
+
import { ILinkStyles } from '@fluentui/react';
|
61
67
|
import { IMessageBarProps } from '@fluentui/react';
|
68
|
+
import { IncomingCall } from '@azure/communication-calling';
|
62
69
|
import { IPersonaStyleProps } from '@fluentui/react';
|
63
70
|
import { IPersonaStyles } from '@fluentui/react';
|
64
71
|
import { IRawStyle } from '@fluentui/react';
|
@@ -68,6 +75,7 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
|
|
68
75
|
import { ITextFieldStyles } from '@fluentui/react';
|
69
76
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
70
77
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
78
|
+
import { LocalRecordingInfo } from '@azure/communication-calling';
|
71
79
|
import { LocalVideoStream } from '@azure/communication-calling';
|
72
80
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
73
81
|
import { MediaStreamType } from '@azure/communication-calling';
|
@@ -81,10 +89,12 @@ import { PermissionConstraints } from '@azure/communication-calling';
|
|
81
89
|
import { PersonaInitialsColor } from '@fluentui/react';
|
82
90
|
import { PersonaPresence } from '@fluentui/react';
|
83
91
|
import { PersonaSize } from '@fluentui/react';
|
92
|
+
import { PhoneNumberIdentifier } from '@azure/communication-common';
|
84
93
|
import { PropertyChangedEvent } from '@azure/communication-calling';
|
85
94
|
import { default as React_2 } from 'react';
|
86
95
|
import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
87
96
|
import { ReactionMessage } from '@azure/communication-calling';
|
97
|
+
import { RecordingInfo } from '@azure/communication-calling';
|
88
98
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
89
99
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
90
100
|
import { RoomCallLocator } from '@azure/communication-calling';
|
@@ -142,6 +152,34 @@ export declare interface ActiveErrorMessage {
|
|
142
152
|
timestamp?: Date;
|
143
153
|
}
|
144
154
|
|
155
|
+
/**
|
156
|
+
* Active notifications to be shown via {@link Notifications}.
|
157
|
+
*
|
158
|
+
* @beta
|
159
|
+
*/
|
160
|
+
export declare interface ActiveNotification {
|
161
|
+
/**
|
162
|
+
* Type of error that is active.
|
163
|
+
*/
|
164
|
+
type: NotificationType;
|
165
|
+
/**
|
166
|
+
* Callback called when the primary button inside notification bar is clicked.
|
167
|
+
*/
|
168
|
+
onClickPrimaryButton?: () => void;
|
169
|
+
/**
|
170
|
+
* Callback called when the primary button inside notification bar is clicked.
|
171
|
+
*/
|
172
|
+
onClickSecondaryButton?: () => void;
|
173
|
+
/**
|
174
|
+
* Callback called when the notification is dismissed.
|
175
|
+
*/
|
176
|
+
onDismiss?: () => void;
|
177
|
+
/**
|
178
|
+
* If set, notification will automatically dismiss after 5 seconds
|
179
|
+
*/
|
180
|
+
autoDismiss?: boolean;
|
181
|
+
}
|
182
|
+
|
145
183
|
/**
|
146
184
|
* Error reported via error events and stored in adapter state.
|
147
185
|
*
|
@@ -208,6 +246,40 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
208
246
|
*/
|
209
247
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
210
248
|
|
249
|
+
/**
|
250
|
+
* @beta
|
251
|
+
* A callback function that defines what actions user can perform on an attachment.
|
252
|
+
* By default, the UI library would have default actions that opens attachment URL in a new tab.
|
253
|
+
* You can override the default actions or add new actions by providing this callback function.
|
254
|
+
* Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
|
255
|
+
*
|
256
|
+
* @param attachment - The file attachment that user is trying to perform actions on.
|
257
|
+
* @param message - The chat message that contains this attachment.
|
258
|
+
* @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
|
259
|
+
*/
|
260
|
+
export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
|
261
|
+
|
262
|
+
/**
|
263
|
+
* @beta
|
264
|
+
*
|
265
|
+
* Attachment download options defines the list of actions that can be performed on an attachment.
|
266
|
+
*/
|
267
|
+
export declare interface AttachmentDownloadOptions {
|
268
|
+
actionsForAttachment: AttachmentActionHandler;
|
269
|
+
}
|
270
|
+
|
271
|
+
/**
|
272
|
+
* @beta
|
273
|
+
*
|
274
|
+
* Attachment menu action defines buttons that can be shown on the attachment card.
|
275
|
+
* If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
|
276
|
+
*/
|
277
|
+
export declare interface AttachmentMenuAction {
|
278
|
+
name: string;
|
279
|
+
icon: JSX.Element;
|
280
|
+
onClick: (attachment: AttachmentMetadata) => Promise<void>;
|
281
|
+
}
|
282
|
+
|
211
283
|
/**
|
212
284
|
* Data model that represents a chat message attachment
|
213
285
|
* where it contains an ID to uniquely identify the attachment,
|
@@ -231,6 +303,146 @@ export declare interface AttachmentMetadata {
|
|
231
303
|
url: string;
|
232
304
|
}
|
233
305
|
|
306
|
+
/**
|
307
|
+
* Data model that represents a chat message attachment being uploaded
|
308
|
+
* where it contains an ID to uniquely identify the attachment,
|
309
|
+
* a name that represents the name of file,
|
310
|
+
* an optional URL to download the attachment,
|
311
|
+
* an optional progress value between 0 and 1 indicating the progress of the upload, and
|
312
|
+
* an optional error object that contains error message would be shown to the user.
|
313
|
+
*
|
314
|
+
*
|
315
|
+
* @beta
|
316
|
+
*/
|
317
|
+
export declare interface AttachmentMetadataInProgress {
|
318
|
+
/**
|
319
|
+
* Unique ID of the attachment.
|
320
|
+
*/
|
321
|
+
id: string;
|
322
|
+
/**
|
323
|
+
* Attachment name to be displayed.
|
324
|
+
*/
|
325
|
+
name: string;
|
326
|
+
/**
|
327
|
+
* Download URL for the attachment.
|
328
|
+
*/
|
329
|
+
url?: string;
|
330
|
+
/**
|
331
|
+
* A number between 0 and 1 indicating the progress of the upload.
|
332
|
+
*/
|
333
|
+
progress?: number;
|
334
|
+
/**
|
335
|
+
* A object contains error message would be shown to the user.
|
336
|
+
*/
|
337
|
+
error?: AttachmentProgressError;
|
338
|
+
}
|
339
|
+
|
340
|
+
/**
|
341
|
+
* @beta
|
342
|
+
*
|
343
|
+
* Attachment Options that defines behaviour for uploading and downloading attachments.
|
344
|
+
*/
|
345
|
+
export declare interface AttachmentOptions {
|
346
|
+
uploadOptions?: AttachmentUploadOptions;
|
347
|
+
downloadOptions?: AttachmentDownloadOptions;
|
348
|
+
}
|
349
|
+
|
350
|
+
/**
|
351
|
+
* @beta
|
352
|
+
* A attachment progress error object that contains message to be shown to
|
353
|
+
* the user when upload fails.
|
354
|
+
*/
|
355
|
+
export declare interface AttachmentProgressError {
|
356
|
+
message: string;
|
357
|
+
}
|
358
|
+
|
359
|
+
/**
|
360
|
+
* @beta
|
361
|
+
* A callback function for handling attachment removed by the user in send box.
|
362
|
+
*
|
363
|
+
* @param attachmentId - The ID of uploaded attachments.
|
364
|
+
*/
|
365
|
+
export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
|
366
|
+
|
367
|
+
/**
|
368
|
+
* @beta
|
369
|
+
* A callback function for handling list of upload tasks that contains files selected by user to upload.
|
370
|
+
*
|
371
|
+
* @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
|
372
|
+
*/
|
373
|
+
export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
|
374
|
+
|
375
|
+
/**
|
376
|
+
* @beta
|
377
|
+
*/
|
378
|
+
export declare interface AttachmentUploadOptions {
|
379
|
+
/**
|
380
|
+
* A list of strings containing the comma separated list of supported media (aka. mime) types.
|
381
|
+
* i.e. ['image/*', 'video/*', 'audio/*']
|
382
|
+
* Default value is `['*']`, meaning all media types are supported.
|
383
|
+
* Similar to the `accept` attribute of the `<input type="attachment" />` element.
|
384
|
+
* @beta
|
385
|
+
*/
|
386
|
+
supportedMediaTypes?: string[];
|
387
|
+
/**
|
388
|
+
* Disable multiple attachments to be selected if set to `true`.
|
389
|
+
* Default value is `false`, meaning multiple attachments can be selected.
|
390
|
+
* Similar to the `multiple` attribute of the `<input type="attachment" />` element.
|
391
|
+
* @beta
|
392
|
+
*/
|
393
|
+
disableMultipleUploads?: boolean;
|
394
|
+
/**
|
395
|
+
* A callback function of type {@link AttachmentSelectionHandler} that will be called
|
396
|
+
* when user finishes selecting files in browser's file picker. This function is required since
|
397
|
+
* this would be where upload logic is implemented to your own storage.
|
398
|
+
* @beta
|
399
|
+
*/
|
400
|
+
handleAttachmentSelection: AttachmentSelectionHandler;
|
401
|
+
/**
|
402
|
+
* A optional callback function that will be called
|
403
|
+
* when user removing files before clicking send message button. This function will be
|
404
|
+
* where you can remove the file from your storage.
|
405
|
+
* @beta
|
406
|
+
*/
|
407
|
+
handleAttachmentRemoval?: AttachmentRemovalHandler;
|
408
|
+
}
|
409
|
+
|
410
|
+
/**
|
411
|
+
* A upload task represents and manages an attachment that is being uploaded.
|
412
|
+
* When using the Composite, an attachment upload task is created for each file user is selected to upload.
|
413
|
+
* A upload task is complete when notifyUploadCompleted is called.
|
414
|
+
* A upload task is failed when notifyUploadFailed is called.
|
415
|
+
* @beta
|
416
|
+
*/
|
417
|
+
export declare interface AttachmentUploadTask {
|
418
|
+
/**
|
419
|
+
* Unique identifier for the attachment upload task.
|
420
|
+
*/
|
421
|
+
taskId: string;
|
422
|
+
/**
|
423
|
+
* HTML {@link File} object for the uploaded attachment.
|
424
|
+
*/
|
425
|
+
file?: File;
|
426
|
+
/**
|
427
|
+
* Update the progress of the upload changed.
|
428
|
+
* A upload is considered complete when the progress reaches 1.
|
429
|
+
* @param value - number between 0 and 1
|
430
|
+
*/
|
431
|
+
notifyUploadProgressChanged: (value: number) => void;
|
432
|
+
/**
|
433
|
+
* Mark the upload task as complete.
|
434
|
+
* An attachment is considered completed uploading when ID and URL are provided.
|
435
|
+
* @param id - the unique identifier of the attachment.
|
436
|
+
* @param url - the download URL of the attachment.
|
437
|
+
*/
|
438
|
+
notifyUploadCompleted: (id: string, url: string) => void;
|
439
|
+
/**
|
440
|
+
* Mark the upload task as failed.
|
441
|
+
* @param message - An error message that can be displayed to the user.
|
442
|
+
*/
|
443
|
+
notifyUploadFailed: (message: string) => void;
|
444
|
+
}
|
445
|
+
|
234
446
|
/**
|
235
447
|
* Custom data attributes for displaying avatar for a user.
|
236
448
|
*
|
@@ -260,6 +472,11 @@ export declare type AvatarPersonaData = {
|
|
260
472
|
* @defaultvalue `white`
|
261
473
|
*/
|
262
474
|
initialsTextColor?: string;
|
475
|
+
/**
|
476
|
+
* If true, show the special coin for unknown persona.
|
477
|
+
* It has '?' in place of initials, with static font and background colors
|
478
|
+
*/
|
479
|
+
showUnknownPersonaCoin?: boolean;
|
263
480
|
};
|
264
481
|
|
265
482
|
/**
|
@@ -281,6 +498,11 @@ export declare type AzureCommunicationCallAdapterArgs = {
|
|
281
498
|
displayName: string;
|
282
499
|
credential: CommunicationTokenCredential;
|
283
500
|
locator: CallAdapterLocator;
|
501
|
+
/**
|
502
|
+
* A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
|
503
|
+
* E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
|
504
|
+
*/
|
505
|
+
alternateCallerId?: string;
|
284
506
|
/**
|
285
507
|
* Optional parameters for the {@link AzureCommunicationCallAdapter} created
|
286
508
|
*/
|
@@ -305,6 +527,7 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
|
|
305
527
|
displayName: string;
|
306
528
|
credential: CommunicationTokenCredential;
|
307
529
|
locator: CallAndChatLocator | TeamsMeetingLinkLocator | /** @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
530
|
+
alternateCallerId?: string;
|
308
531
|
callAdapterOptions?: AzureCommunicationCallAdapterOptions;
|
309
532
|
};
|
310
533
|
|
@@ -349,6 +572,11 @@ export declare type AzureCommunicationOutboundCallAdapterArgs = {
|
|
349
572
|
displayName: string;
|
350
573
|
credential: CommunicationTokenCredential;
|
351
574
|
targetCallees: StartCallIdentifier[];
|
575
|
+
/**
|
576
|
+
* A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
|
577
|
+
* E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
|
578
|
+
*/
|
579
|
+
alternateCallerId?: string;
|
352
580
|
/**
|
353
581
|
* Optional parameters for the {@link AzureCommunicationCallAdapter} created
|
354
582
|
*/
|
@@ -410,6 +638,156 @@ export declare interface BaseCustomStyles {
|
|
410
638
|
root?: IStyle;
|
411
639
|
}
|
412
640
|
|
641
|
+
/**
|
642
|
+
* Content blocked message type.
|
643
|
+
*
|
644
|
+
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
645
|
+
*
|
646
|
+
* @beta
|
647
|
+
*/
|
648
|
+
export declare interface BlockedMessage extends MessageCommon {
|
649
|
+
messageType: 'blocked';
|
650
|
+
warningText?: string;
|
651
|
+
linkText?: string;
|
652
|
+
link?: string;
|
653
|
+
deletedOn?: Date;
|
654
|
+
senderId?: string;
|
655
|
+
senderDisplayName?: string;
|
656
|
+
status?: MessageStatus;
|
657
|
+
attached?: MessageAttachedStatus;
|
658
|
+
mine?: boolean;
|
659
|
+
}
|
660
|
+
|
661
|
+
/**
|
662
|
+
* @beta
|
663
|
+
* Props for BrowserPermissionDeniedIOS component.
|
664
|
+
*/
|
665
|
+
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
666
|
+
/**
|
667
|
+
* Localization strings for BrowserPermissionDeniedIOS component.
|
668
|
+
*/
|
669
|
+
strings?: BrowserPermissionDeniedIOSStrings;
|
670
|
+
/**
|
671
|
+
* Link to image source.
|
672
|
+
*
|
673
|
+
* Image is inserted into the top of the component.
|
674
|
+
*/
|
675
|
+
imageSource?: string;
|
676
|
+
}
|
677
|
+
|
678
|
+
/**
|
679
|
+
* @beta
|
680
|
+
* Strings for BrowserPermissionDeniedIOS component
|
681
|
+
*/
|
682
|
+
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
683
|
+
/**
|
684
|
+
* Image alt text
|
685
|
+
*/
|
686
|
+
imageAltText: string;
|
687
|
+
/**
|
688
|
+
* Main text string.
|
689
|
+
*/
|
690
|
+
primaryText: string;
|
691
|
+
/**
|
692
|
+
* Subtext string.
|
693
|
+
*/
|
694
|
+
secondaryText: string;
|
695
|
+
/**
|
696
|
+
* Step 1 string
|
697
|
+
*/
|
698
|
+
step1Text: string;
|
699
|
+
/**
|
700
|
+
* Step 1 digit string
|
701
|
+
*/
|
702
|
+
step1DigitText: string;
|
703
|
+
/**
|
704
|
+
* Step 2 string
|
705
|
+
*/
|
706
|
+
step2Text: string;
|
707
|
+
/**
|
708
|
+
* Step 2 digit string
|
709
|
+
*/
|
710
|
+
step2DigitText: string;
|
711
|
+
/**
|
712
|
+
* Step 3 string
|
713
|
+
*/
|
714
|
+
step3Text: string;
|
715
|
+
/**
|
716
|
+
* Step 3 digit string
|
717
|
+
*/
|
718
|
+
step3DigitText: string;
|
719
|
+
/**
|
720
|
+
* Step 4 string
|
721
|
+
*/
|
722
|
+
step4Text: string;
|
723
|
+
/**
|
724
|
+
* Step 4 digit string
|
725
|
+
*/
|
726
|
+
step4DigitText: string;
|
727
|
+
}
|
728
|
+
|
729
|
+
/**
|
730
|
+
* @beta
|
731
|
+
* Props for BrowserPermissionDenied component.
|
732
|
+
*/
|
733
|
+
export declare interface BrowserPermissionDeniedProps {
|
734
|
+
/**
|
735
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
736
|
+
*/
|
737
|
+
onTroubleshootingClick?: () => void;
|
738
|
+
/**
|
739
|
+
* Action to be taken by the try again primary button.
|
740
|
+
*/
|
741
|
+
onTryAgainClick?: () => void;
|
742
|
+
/**
|
743
|
+
* Localization strings for BrowserPermissionDenied component.
|
744
|
+
*/
|
745
|
+
strings?: BrowserPermissionDeniedStrings;
|
746
|
+
/**
|
747
|
+
* Allows users to pass in an object contains custom CSS styles.
|
748
|
+
* @Example
|
749
|
+
* ```
|
750
|
+
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
751
|
+
* ```
|
752
|
+
*/
|
753
|
+
styles?: BrowserPermissionDeniedStyles;
|
754
|
+
}
|
755
|
+
|
756
|
+
/**
|
757
|
+
* @beta
|
758
|
+
* Strings for BrowserPermissionDenied component
|
759
|
+
*/
|
760
|
+
export declare interface BrowserPermissionDeniedStrings {
|
761
|
+
/**
|
762
|
+
* Main button text string.
|
763
|
+
*/
|
764
|
+
primaryButtonText: string;
|
765
|
+
/**
|
766
|
+
* Main text string.
|
767
|
+
*/
|
768
|
+
primaryText: string;
|
769
|
+
/**
|
770
|
+
* Subtext string.
|
771
|
+
*/
|
772
|
+
secondaryText: string;
|
773
|
+
/**
|
774
|
+
* More help link string.
|
775
|
+
*/
|
776
|
+
linkText: string;
|
777
|
+
}
|
778
|
+
|
779
|
+
/**
|
780
|
+
* Fluent styles for {@link BrowserPermissionDenied}.
|
781
|
+
*
|
782
|
+
* @beta
|
783
|
+
*/
|
784
|
+
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
785
|
+
/** Styles for the primary button. */
|
786
|
+
primaryButton?: IButtonStyles;
|
787
|
+
/** Styles for the help troubleshooting link text. */
|
788
|
+
troubleshootingLink?: ILinkStyles;
|
789
|
+
}
|
790
|
+
|
413
791
|
/**
|
414
792
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
415
793
|
*
|
@@ -493,6 +871,12 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
|
|
493
871
|
* @public
|
494
872
|
*/
|
495
873
|
startCall(participants: string[], options?: StartCallOptions): Call | undefined;
|
874
|
+
/**
|
875
|
+
* Start the call.
|
876
|
+
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
877
|
+
* @public
|
878
|
+
*/
|
879
|
+
startCall(participants: StartCallIdentifier[], options?: StartCallOptions): Call | undefined;
|
496
880
|
}
|
497
881
|
|
498
882
|
/**
|
@@ -575,6 +959,12 @@ export declare interface CallAdapterCallOperations {
|
|
575
959
|
* @public
|
576
960
|
*/
|
577
961
|
removeParticipant(userId: string): Promise<void>;
|
962
|
+
/**
|
963
|
+
* Remove a participant from the call.
|
964
|
+
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
965
|
+
* @beta
|
966
|
+
*/
|
967
|
+
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
578
968
|
/**
|
579
969
|
* Create the html view for a stream.
|
580
970
|
*
|
@@ -626,12 +1016,35 @@ export declare interface CallAdapterCallOperations {
|
|
626
1016
|
* @public
|
627
1017
|
*/
|
628
1018
|
disposeLocalVideoStreamView(): Promise<void>;
|
1019
|
+
/**
|
1020
|
+
* Holds the call.
|
1021
|
+
*
|
1022
|
+
* @beta
|
1023
|
+
*/
|
1024
|
+
holdCall(): Promise<void>;
|
1025
|
+
/**
|
1026
|
+
* Resumes the call from a `LocalHold` state.
|
1027
|
+
*
|
1028
|
+
* @beta
|
1029
|
+
*/
|
1030
|
+
resumeCall(): Promise<void>;
|
1031
|
+
/**
|
1032
|
+
* Add a participant to the call.
|
1033
|
+
*
|
1034
|
+
* @beta
|
1035
|
+
*/
|
1036
|
+
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
1037
|
+
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
629
1038
|
/**
|
630
1039
|
* send dtmf tone to another participant in a 1:1 PSTN call
|
631
1040
|
*
|
632
1041
|
* @public
|
633
1042
|
*/
|
634
1043
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1044
|
+
/**
|
1045
|
+
* Continues into a call when the browser version is not supported.
|
1046
|
+
*/
|
1047
|
+
allowUnsupportedBrowserVersion(): void;
|
635
1048
|
/**
|
636
1049
|
* Function to Start captions
|
637
1050
|
* @param options - options for start captions
|
@@ -697,6 +1110,12 @@ export declare interface CallAdapterCallOperations {
|
|
697
1110
|
* Stop all spotlights
|
698
1111
|
*/
|
699
1112
|
stopAllSpotlight(): Promise<void>;
|
1113
|
+
/**
|
1114
|
+
* Mute a participant
|
1115
|
+
*
|
1116
|
+
* @param userId - Id of the participant to mute
|
1117
|
+
*/
|
1118
|
+
muteParticipant(userId: string): Promise<void>;
|
700
1119
|
}
|
701
1120
|
|
702
1121
|
/**
|
@@ -731,6 +1150,14 @@ export declare type CallAdapterClientState = {
|
|
731
1150
|
* Latest error encountered for each operation performed via the adapter.
|
732
1151
|
*/
|
733
1152
|
latestErrors: AdapterErrors;
|
1153
|
+
/**
|
1154
|
+
* Azure communications Phone number to make PSTN calls with.
|
1155
|
+
*/
|
1156
|
+
alternateCallerId?: string;
|
1157
|
+
/**
|
1158
|
+
* Environment information about system the adapter is made on
|
1159
|
+
*/
|
1160
|
+
environmentInfo?: EnvironmentInfo;
|
734
1161
|
/**
|
735
1162
|
* State to track whether the local participant's camera is on. To be used when creating a custom
|
736
1163
|
* control bar with the CallComposite.
|
@@ -849,7 +1276,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
849
1276
|
*
|
850
1277
|
* @public
|
851
1278
|
*/
|
852
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
1279
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
853
1280
|
|
854
1281
|
/**
|
855
1282
|
* {@link CommonCallAdapter} state.
|
@@ -1048,6 +1475,7 @@ export declare interface CallAdapterSubscribers {
|
|
1048
1475
|
export declare type CallAdapterUiState = {
|
1049
1476
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1050
1477
|
page: CallCompositePage;
|
1478
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
1051
1479
|
};
|
1052
1480
|
|
1053
1481
|
/**
|
@@ -1091,7 +1519,7 @@ export declare interface CallAgentState {
|
|
1091
1519
|
*/
|
1092
1520
|
export declare interface CallAndChatLocator {
|
1093
1521
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1094
|
-
callLocator: GroupCallLocator;
|
1522
|
+
callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
|
1095
1523
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1096
1524
|
chatThreadId: string;
|
1097
1525
|
}
|
@@ -1178,6 +1606,16 @@ export declare interface CallClientState {
|
|
1178
1606
|
* See documentation of {@Link CallErrors} for details.
|
1179
1607
|
*/
|
1180
1608
|
latestErrors: CallErrors;
|
1609
|
+
/**
|
1610
|
+
* A phone number in E.164 format that will be used to represent callers identity.
|
1611
|
+
* For example, using the alternateCallerId to add a participant using PSTN, this number will
|
1612
|
+
* be used as the caller id in the PSTN call.
|
1613
|
+
*/
|
1614
|
+
alternateCallerId?: string;
|
1615
|
+
/**
|
1616
|
+
* state to track the environment that the stateful client was made in is supported
|
1617
|
+
*/
|
1618
|
+
environmentInfo?: EnvironmentInfo;
|
1181
1619
|
}
|
1182
1620
|
|
1183
1621
|
/**
|
@@ -1256,6 +1694,9 @@ export declare type CallCompositeIcons = {
|
|
1256
1694
|
ParticipantItemScreenShareStart?: JSX.Element;
|
1257
1695
|
VideoTileMicOff?: JSX.Element;
|
1258
1696
|
LocalCameraSwitch?: JSX.Element;
|
1697
|
+
PeoplePaneAddPerson?: JSX.Element;
|
1698
|
+
PeoplePaneOpenDialpad?: JSX.Element;
|
1699
|
+
DialpadStartCall?: JSX.Element;
|
1259
1700
|
NoticePageInviteToRoomRemoved?: JSX.Element;
|
1260
1701
|
BlurVideoBackground?: JSX.Element;
|
1261
1702
|
RemoveVideoBackgroundEffect?: JSX.Element;
|
@@ -1268,6 +1709,8 @@ export declare type CallCompositeIcons = {
|
|
1268
1709
|
LargeGalleryLayout?: JSX.Element;
|
1269
1710
|
DefaultCustomButton?: JSX.Element;
|
1270
1711
|
DtmfDialpadButton?: JSX.Element;
|
1712
|
+
PhoneNumberButton?: JSX.Element;
|
1713
|
+
PhoneInfoWait?: JSX.Element;
|
1271
1714
|
PeoplePaneMoreButton?: JSX.Element;
|
1272
1715
|
StopAllSpotlightMenuButton?: JSX.Element;
|
1273
1716
|
};
|
@@ -1290,6 +1733,56 @@ export declare type CallCompositeOptions = {
|
|
1290
1733
|
* @defaultValue true
|
1291
1734
|
*/
|
1292
1735
|
callControls?: boolean | CallControlOptions;
|
1736
|
+
/**
|
1737
|
+
* Device permissions check options for your call.
|
1738
|
+
* Here you can choose what device permissions you prompt the user for,
|
1739
|
+
* as well as what device permissions must be accepted before starting a call.
|
1740
|
+
*/
|
1741
|
+
deviceChecks?: DeviceCheckOptions;
|
1742
|
+
/**
|
1743
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1744
|
+
* unable to grant your site the required permissions for the call.
|
1745
|
+
*
|
1746
|
+
* @example
|
1747
|
+
* ```ts
|
1748
|
+
* onPermissionsTroubleshootingClick: () =>
|
1749
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1750
|
+
* ```
|
1751
|
+
*
|
1752
|
+
* @remarks
|
1753
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1754
|
+
*/
|
1755
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1756
|
+
camera: PermissionState;
|
1757
|
+
microphone: PermissionState;
|
1758
|
+
}) => void;
|
1759
|
+
/**
|
1760
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1761
|
+
* having network issues when connecting to the call.
|
1762
|
+
*
|
1763
|
+
* @example
|
1764
|
+
* ```ts
|
1765
|
+
* onNetworkingTroubleShootingClick?: () =>
|
1766
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1767
|
+
* ```
|
1768
|
+
*
|
1769
|
+
* @remarks
|
1770
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1771
|
+
*/
|
1772
|
+
onNetworkingTroubleShootingClick?: () => void;
|
1773
|
+
/**
|
1774
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1775
|
+
*
|
1776
|
+
* @example
|
1777
|
+
* ```ts
|
1778
|
+
* onBrowserTroubleShootingClick?: () =>
|
1779
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1780
|
+
* ```
|
1781
|
+
*
|
1782
|
+
* @remarks
|
1783
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
1784
|
+
*/
|
1785
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
1293
1786
|
/**
|
1294
1787
|
* Remote participant video tile menu options
|
1295
1788
|
*/
|
@@ -1410,7 +1903,7 @@ export declare type CallCompositeOptions = {
|
|
1410
1903
|
*
|
1411
1904
|
* @public
|
1412
1905
|
*/
|
1413
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest';
|
1906
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | /* @conditional-compile-remove(PSTN-calls) */ 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | 'transferring' | 'badRequest';
|
1414
1907
|
|
1415
1908
|
/**
|
1416
1909
|
* Props for {@link CallComposite}.
|
@@ -1661,17 +2154,37 @@ export declare interface CallCompositeStrings {
|
|
1661
2154
|
*/
|
1662
2155
|
dismissSidePaneButtonLabel?: string;
|
1663
2156
|
/**
|
1664
|
-
*
|
2157
|
+
* Side pane People section subheader.
|
1665
2158
|
*/
|
1666
|
-
|
2159
|
+
peoplePaneSubTitle: string;
|
1667
2160
|
/**
|
1668
|
-
* Label for
|
2161
|
+
* Label for button to copy invite link
|
1669
2162
|
*/
|
1670
|
-
|
2163
|
+
copyInviteLinkButtonLabel: string;
|
1671
2164
|
/**
|
1672
|
-
* Label for
|
2165
|
+
* Label for button to copy invite link when it has been actioned
|
1673
2166
|
*/
|
1674
|
-
|
2167
|
+
copyInviteLinkButtonActionedLabel: string;
|
2168
|
+
/**
|
2169
|
+
* Label for button to open dialpad
|
2170
|
+
*/
|
2171
|
+
openDialpadButtonLabel: string;
|
2172
|
+
/**
|
2173
|
+
* Label for menu item to remove participant
|
2174
|
+
*/
|
2175
|
+
removeMenuLabel: string;
|
2176
|
+
/**
|
2177
|
+
* Label for menu item to start spotlight on participant
|
2178
|
+
*/
|
2179
|
+
startSpotlightMenuLabel: string;
|
2180
|
+
/**
|
2181
|
+
* Label for menu item to add spotlight on participant
|
2182
|
+
*/
|
2183
|
+
addSpotlightMenuLabel: string;
|
2184
|
+
/**
|
2185
|
+
* Label for menu item to stop spotlight on participant
|
2186
|
+
*/
|
2187
|
+
stopSpotlightMenuLabel: string;
|
1675
2188
|
/**
|
1676
2189
|
* Label for menu item to stop spotlight on local user
|
1677
2190
|
*/
|
@@ -1684,10 +2197,58 @@ export declare interface CallCompositeStrings {
|
|
1684
2197
|
* Label for menu item to stop all spotlight
|
1685
2198
|
*/
|
1686
2199
|
stopAllSpotlightMenuLabel: string;
|
2200
|
+
/**
|
2201
|
+
* Label for add people dropdown
|
2202
|
+
*/
|
2203
|
+
peoplePaneAddPeopleButtonLabel: string;
|
2204
|
+
/**
|
2205
|
+
* Label for button to start a call
|
2206
|
+
*/
|
2207
|
+
dialpadStartCallButtonLabel: string;
|
2208
|
+
/**
|
2209
|
+
* Title for dialpad Modal
|
2210
|
+
*/
|
2211
|
+
dialpadModalTitle: string;
|
2212
|
+
/**
|
2213
|
+
* Aria Label for dialpad Modal
|
2214
|
+
*/
|
2215
|
+
dialpadModalAriaLabel: string;
|
2216
|
+
/**
|
2217
|
+
* Aria Label for dialpad Modal close button
|
2218
|
+
*/
|
2219
|
+
dialpadCloseModalButtonAriaLabel: string;
|
1687
2220
|
/**
|
1688
2221
|
* label for more button in the Calling composite
|
1689
2222
|
*/
|
1690
2223
|
moreButtonCallingLabel: string;
|
2224
|
+
/**
|
2225
|
+
* Label for the resume call button on the hold pane
|
2226
|
+
*/
|
2227
|
+
resumeCallButtonLabel: string;
|
2228
|
+
/**
|
2229
|
+
* Label for the resume call button on the hold pane when call is resuming
|
2230
|
+
*/
|
2231
|
+
resumingCallButtonLabel: string;
|
2232
|
+
/**
|
2233
|
+
* Aria label for the resume call button on the hold pane
|
2234
|
+
*/
|
2235
|
+
resumeCallButtonAriaLabel: string;
|
2236
|
+
/**
|
2237
|
+
* Aria label for the resume call button on the hold pane when call is resuming
|
2238
|
+
*/
|
2239
|
+
resumingCallButtonAriaLabel: string;
|
2240
|
+
/**
|
2241
|
+
* Label for the hold pane
|
2242
|
+
*/
|
2243
|
+
holdScreenLabel: string;
|
2244
|
+
/**
|
2245
|
+
* Placeholder text for dtmf dialpad
|
2246
|
+
*/
|
2247
|
+
dtmfDialpadPlaceholderText: string;
|
2248
|
+
/**
|
2249
|
+
* Label for the button to open dtmf dialpad
|
2250
|
+
*/
|
2251
|
+
openDtmfDialpadLabel: string;
|
1691
2252
|
/**
|
1692
2253
|
* aria label for when the invite link has been actioned
|
1693
2254
|
*/
|
@@ -1760,6 +2321,14 @@ export declare interface CallCompositeStrings {
|
|
1760
2321
|
* More details text of the page shown to the user when the user attempts to join a room they are not invited to.
|
1761
2322
|
*/
|
1762
2323
|
notInvitedToRoomDetails?: string;
|
2324
|
+
/**
|
2325
|
+
* Control bar People button ToolTipContent
|
2326
|
+
*/
|
2327
|
+
peopleButtonTooltipOpen: string;
|
2328
|
+
/**
|
2329
|
+
* Control bar People button ToolTipContent
|
2330
|
+
*/
|
2331
|
+
peopleButtonTooltipClose: string;
|
1763
2332
|
/**
|
1764
2333
|
* Label disaplayed on the lobby screen during a 1:1 outbound call.
|
1765
2334
|
*/
|
@@ -1908,6 +2477,38 @@ export declare interface CallCompositeStrings {
|
|
1908
2477
|
* notice to be announced by narrator the transfer page is showing
|
1909
2478
|
*/
|
1910
2479
|
transferPageNoticeString: string;
|
2480
|
+
/**
|
2481
|
+
* Title text of the page shown to the user when target participant could not be reached
|
2482
|
+
*/
|
2483
|
+
participantCouldNotBeReachedTitle?: string;
|
2484
|
+
/**
|
2485
|
+
* More details text of the page shown to the user when target participant could not be reached
|
2486
|
+
*/
|
2487
|
+
participantCouldNotBeReachedMoreDetails?: string;
|
2488
|
+
/**
|
2489
|
+
* Title text of the page shown to the user when permission to reach participant is not allowed
|
2490
|
+
*/
|
2491
|
+
permissionToReachTargetParticipantNotAllowedTitle?: string;
|
2492
|
+
/**
|
2493
|
+
* More details text of the page shown to the user when permission to reach participant is not allowed
|
2494
|
+
*/
|
2495
|
+
permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
|
2496
|
+
/**
|
2497
|
+
* Title text of the page shown to the user when tenant id for the target participant could not be resolved
|
2498
|
+
*/
|
2499
|
+
unableToResolveTenantTitle?: string;
|
2500
|
+
/**
|
2501
|
+
* More details text of the page shown to the user when tenant id for the target participant could not be resolved
|
2502
|
+
*/
|
2503
|
+
unableToResolveTenantMoreDetails?: string;
|
2504
|
+
/**
|
2505
|
+
* Title text of the page shown to the user when target participant id is malformed
|
2506
|
+
*/
|
2507
|
+
participantIdIsMalformedTitle?: string;
|
2508
|
+
/**
|
2509
|
+
* More details text of the page shown to the user when target participant id is malformed
|
2510
|
+
*/
|
2511
|
+
participantIdIsMalformedMoreDetails?: string;
|
1911
2512
|
/**
|
1912
2513
|
* Controls label to move the overflow gallery around
|
1913
2514
|
*/
|
@@ -2096,6 +2697,10 @@ export declare interface CallCompositeStrings {
|
|
2096
2697
|
* Error message when the meeting identifier or passcode is invalid
|
2097
2698
|
*/
|
2098
2699
|
invalidMeetingIdentifier: string;
|
2700
|
+
/**
|
2701
|
+
* Error message when the meeting identifier or passcode is invalid
|
2702
|
+
*/
|
2703
|
+
phoneCallMoreButtonLabel: string;
|
2099
2704
|
}
|
2100
2705
|
|
2101
2706
|
/**
|
@@ -2110,7 +2715,7 @@ export declare type CallControlDisplayType = 'default' | 'compact';
|
|
2110
2715
|
*
|
2111
2716
|
* @public
|
2112
2717
|
*/
|
2113
|
-
export declare type CallControlOptions =
|
2718
|
+
export declare type CallControlOptions = CommonCallControlOptions & {
|
2114
2719
|
/**
|
2115
2720
|
* Show, Hide or Disable participants button during a call. This is the option only work for legacyControl bar.
|
2116
2721
|
* @defaultValue true
|
@@ -2119,7 +2724,7 @@ export declare type CallControlOptions = (CommonCallControlOptions & {
|
|
2119
2724
|
disabled: boolean;
|
2120
2725
|
};
|
2121
2726
|
legacyControlBarExperience?: boolean;
|
2122
|
-
}
|
2727
|
+
};
|
2123
2728
|
|
2124
2729
|
/**
|
2125
2730
|
* Callback for {@link CallAdapterSubscribers} 'callEnded' event.
|
@@ -2180,7 +2785,7 @@ export declare type CallErrors = {
|
|
2180
2785
|
*
|
2181
2786
|
* @public
|
2182
2787
|
*/
|
2183
|
-
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | /* @conditional-compile-remove(calling-beta-sdk) */ /* @conditional-compile-remove(teams-identity-support) */ 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | 'Call.setConstraints';
|
2788
|
+
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | /* @conditional-compile-remove(calling-beta-sdk) */ /* @conditional-compile-remove(teams-identity-support) */ 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallAgent.handlePushNotification' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admit' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.rejectParticipant' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admitAll' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
|
2184
2789
|
|
2185
2790
|
/**
|
2186
2791
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -2288,6 +2893,23 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
2288
2893
|
spotlight?: Spotlight;
|
2289
2894
|
};
|
2290
2895
|
|
2896
|
+
/**
|
2897
|
+
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
2898
|
+
*
|
2899
|
+
* @remarks
|
2900
|
+
* This is currently in beta and only supports calling one Teams User.
|
2901
|
+
*
|
2902
|
+
* @example
|
2903
|
+
* ```
|
2904
|
+
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
2905
|
+
* ```
|
2906
|
+
*
|
2907
|
+
* @beta
|
2908
|
+
*/
|
2909
|
+
export declare type CallParticipantsLocator = {
|
2910
|
+
participantIds: string[];
|
2911
|
+
};
|
2912
|
+
|
2291
2913
|
/**
|
2292
2914
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
2293
2915
|
*
|
@@ -2388,6 +3010,10 @@ export declare interface CallState {
|
|
2388
3010
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
2389
3011
|
*/
|
2390
3012
|
recording: RecordingCallFeature;
|
3013
|
+
/**
|
3014
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3015
|
+
*/
|
3016
|
+
localRecording: LocalRecordingCallFeatureState;
|
2391
3017
|
/**
|
2392
3018
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
2393
3019
|
*
|
@@ -2444,6 +3070,10 @@ export declare interface CallState {
|
|
2444
3070
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
2445
3071
|
*/
|
2446
3072
|
role?: ParticipantRole;
|
3073
|
+
/**
|
3074
|
+
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3075
|
+
*/
|
3076
|
+
totalParticipantCount?: number;
|
2447
3077
|
/**
|
2448
3078
|
* Transfer state of call
|
2449
3079
|
*/
|
@@ -2463,7 +3093,11 @@ export declare interface CallState {
|
|
2463
3093
|
/**
|
2464
3094
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
2465
3095
|
*/
|
2466
|
-
info?: TeamsCallInfo;
|
3096
|
+
info?: TeamsCallInfo | /* @conditional-compile-remove(calling-beta-sdk) */ CallInfo;
|
3097
|
+
/**
|
3098
|
+
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
3099
|
+
*/
|
3100
|
+
teamsMeetingConference?: ConferencePhoneInfo[];
|
2467
3101
|
}
|
2468
3102
|
|
2469
3103
|
/**
|
@@ -2510,6 +3144,12 @@ export declare interface CallWithChatAdapterManagement {
|
|
2510
3144
|
* @public
|
2511
3145
|
*/
|
2512
3146
|
removeParticipant(userId: string): Promise<void>;
|
3147
|
+
/**
|
3148
|
+
* Remove a participant from the call.
|
3149
|
+
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
3150
|
+
* @beta
|
3151
|
+
*/
|
3152
|
+
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
2513
3153
|
/**
|
2514
3154
|
* Join the call with microphone initially on/off.
|
2515
3155
|
* @deprecated Use joinCall(options?:JoinCallOptions) instead.
|
@@ -2580,7 +3220,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
2580
3220
|
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
2581
3221
|
* @public
|
2582
3222
|
*/
|
2583
|
-
startCall(participants: (MicrosoftTeamsAppIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
|
3223
|
+
startCall(participants: (MicrosoftTeamsAppIdentifier | /* @conditional-compile-remove(PSTN-calls) */ PhoneNumberIdentifier | /* @conditional-compile-remove(one-to-n-calling) */ CommunicationUserIdentifier | /* @conditional-compile-remove(teams-adhoc-call) */ MicrosoftTeamsUserIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
|
2584
3224
|
/**
|
2585
3225
|
* Start sharing the screen during a call.
|
2586
3226
|
*
|
@@ -2743,7 +3383,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
2743
3383
|
*
|
2744
3384
|
* @public
|
2745
3385
|
*/
|
2746
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3386
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
2747
3387
|
/**
|
2748
3388
|
* Send a read receipt for a message.
|
2749
3389
|
*
|
@@ -2761,7 +3401,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
2761
3401
|
*
|
2762
3402
|
* @public
|
2763
3403
|
*/
|
2764
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
3404
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
2765
3405
|
/**
|
2766
3406
|
* Delete a message in the thread.
|
2767
3407
|
*
|
@@ -2781,12 +3421,35 @@ export declare interface CallWithChatAdapterManagement {
|
|
2781
3421
|
downloadResourceToCache(resourceDetails: ResourceDetails): Promise<void>;
|
2782
3422
|
/** @public */
|
2783
3423
|
removeResourceFromCache(resourceDetails: ResourceDetails): void;
|
3424
|
+
/**
|
3425
|
+
* Puts the Call in a Localhold.
|
3426
|
+
*
|
3427
|
+
* @beta
|
3428
|
+
*/
|
3429
|
+
holdCall: () => Promise<void>;
|
3430
|
+
/**
|
3431
|
+
* Resumes the call from a LocalHold state.
|
3432
|
+
*
|
3433
|
+
* @beta
|
3434
|
+
*/
|
3435
|
+
resumeCall: () => Promise<void>;
|
3436
|
+
/**
|
3437
|
+
* Adds a new Participant to the call.
|
3438
|
+
*
|
3439
|
+
* @beta
|
3440
|
+
*/
|
3441
|
+
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
3442
|
+
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
2784
3443
|
/**
|
2785
3444
|
* send dtmf tone to another participant in the call in 1:1 calls
|
2786
3445
|
*
|
2787
3446
|
* @public
|
2788
3447
|
*/
|
2789
3448
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
3449
|
+
/**
|
3450
|
+
* Continues into a call when the browser version is not supported.
|
3451
|
+
*/
|
3452
|
+
allowUnsupportedBrowserVersion(): void;
|
2790
3453
|
/**
|
2791
3454
|
* Function to Start captions
|
2792
3455
|
* @param options - options for start captions
|
@@ -2850,6 +3513,10 @@ export declare interface CallWithChatAdapterManagement {
|
|
2850
3513
|
* Stop all spotlights
|
2851
3514
|
*/
|
2852
3515
|
stopAllSpotlight(): Promise<void>;
|
3516
|
+
/**
|
3517
|
+
* Mute a participant
|
3518
|
+
*/
|
3519
|
+
muteParticipant(userIds: string): Promise<void>;
|
2853
3520
|
}
|
2854
3521
|
|
2855
3522
|
/**
|
@@ -2938,6 +3605,14 @@ export declare interface CallWithChatAdapterUiState {
|
|
2938
3605
|
* @public
|
2939
3606
|
*/
|
2940
3607
|
page: CallCompositePage;
|
3608
|
+
/**
|
3609
|
+
* State to track whether the end user has opted in to using a
|
3610
|
+
* out of date version of a supported browser. Allows the user
|
3611
|
+
* to start a call in this state.
|
3612
|
+
*
|
3613
|
+
* @beta
|
3614
|
+
*/
|
3615
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
2941
3616
|
}
|
2942
3617
|
|
2943
3618
|
/**
|
@@ -2964,6 +3639,10 @@ export declare interface CallWithChatClientState {
|
|
2964
3639
|
isTeamsCall: boolean;
|
2965
3640
|
/** State of whether the active call is a Teams interop meeting */
|
2966
3641
|
isTeamsMeeting: boolean;
|
3642
|
+
/** alternateCallerId for PSTN call */
|
3643
|
+
alternateCallerId?: string | undefined;
|
3644
|
+
/** Environment information for system adapter is made on */
|
3645
|
+
environmentInfo?: EnvironmentInfo;
|
2967
3646
|
/** Default set of background images for background replacement effect */
|
2968
3647
|
videoBackgroundImages?: VideoBackgroundImage[];
|
2969
3648
|
/** Dependency to be injected for video background effects */
|
@@ -3044,6 +3723,9 @@ export declare type CallWithChatCompositeIcons = {
|
|
3044
3723
|
ParticipantItemScreenShareStart?: JSX.Element;
|
3045
3724
|
VideoTileMicOff?: JSX.Element;
|
3046
3725
|
LocalCameraSwitch?: JSX.Element;
|
3726
|
+
PeoplePaneAddPerson?: JSX.Element;
|
3727
|
+
PeoplePaneOpenDialpad?: JSX.Element;
|
3728
|
+
DialpadStartCall?: JSX.Element;
|
3047
3729
|
DefaultCustomButton?: JSX.Element;
|
3048
3730
|
DtmfDialpadButton?: JSX.Element;
|
3049
3731
|
EditBoxCancel?: JSX.Element;
|
@@ -3074,6 +3756,62 @@ export declare type CallWithChatCompositeOptions = {
|
|
3074
3756
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
3075
3757
|
*/
|
3076
3758
|
callControls?: boolean | CallWithChatControlOptions;
|
3759
|
+
/**
|
3760
|
+
* Properties for configuring the File Sharing feature.
|
3761
|
+
* If undefined, file sharing feature will be disabled.
|
3762
|
+
* @beta
|
3763
|
+
*/
|
3764
|
+
attachmentOptions?: AttachmentOptions;
|
3765
|
+
/**
|
3766
|
+
* Device permissions check options for your call.
|
3767
|
+
* Here you can choose what device permissions you prompt the user for,
|
3768
|
+
* as well as what device permissions must be accepted before starting a call.
|
3769
|
+
*/
|
3770
|
+
deviceChecks?: DeviceCheckOptions;
|
3771
|
+
/**
|
3772
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
3773
|
+
* unable to grant your site the required permissions for the call.
|
3774
|
+
*
|
3775
|
+
* @example
|
3776
|
+
* ```ts
|
3777
|
+
* onPermissionsTroubleshootingClick: () =>
|
3778
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
3779
|
+
* ```
|
3780
|
+
*
|
3781
|
+
* @remarks
|
3782
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
3783
|
+
*/
|
3784
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
3785
|
+
camera: PermissionState;
|
3786
|
+
microphone: PermissionState;
|
3787
|
+
}) => void;
|
3788
|
+
/**
|
3789
|
+
* Optional callback to supply users with further troubleshooting steps for network issues
|
3790
|
+
* experienced when connecting to a call.
|
3791
|
+
*
|
3792
|
+
* @example
|
3793
|
+
* ```ts
|
3794
|
+
* onNetworkingTroubleShootingClick?: () =>
|
3795
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
3796
|
+
* ```
|
3797
|
+
*
|
3798
|
+
* @remarks
|
3799
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
3800
|
+
*/
|
3801
|
+
onNetworkingTroubleShootingClick?: () => void;
|
3802
|
+
/**
|
3803
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
3804
|
+
*
|
3805
|
+
* @example
|
3806
|
+
* ```ts
|
3807
|
+
* onBrowserTroubleShootingClick?: () =>
|
3808
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
3809
|
+
* ```
|
3810
|
+
*
|
3811
|
+
* @remarks
|
3812
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
3813
|
+
*/
|
3814
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
3077
3815
|
/**
|
3078
3816
|
* Remote participant video tile menu options
|
3079
3817
|
*/
|
@@ -3176,6 +3914,11 @@ export declare type CallWithChatCompositeOptions = {
|
|
3176
3914
|
*/
|
3177
3915
|
hideSpotlightButtons?: boolean;
|
3178
3916
|
};
|
3917
|
+
/**
|
3918
|
+
* Options to enable rich text editor for the edit box.
|
3919
|
+
* @beta
|
3920
|
+
*/
|
3921
|
+
richTextEditorOptions?: RichTextEditorOptions;
|
3179
3922
|
};
|
3180
3923
|
|
3181
3924
|
/**
|
@@ -3339,6 +4082,10 @@ export declare interface CallWithChatCompositeStrings {
|
|
3339
4082
|
* Label for button to copy invite link when it has been actioned
|
3340
4083
|
*/
|
3341
4084
|
copyInviteLinkButtonActionedLabel: string;
|
4085
|
+
/**
|
4086
|
+
* Label for button to open dialpad
|
4087
|
+
*/
|
4088
|
+
openDialpadButtonLabel: string;
|
3342
4089
|
/**
|
3343
4090
|
* Label for SidePaneHeader dismiss button
|
3344
4091
|
*/
|
@@ -3351,6 +4098,34 @@ export declare interface CallWithChatCompositeStrings {
|
|
3351
4098
|
* Aria label string for return to call back button
|
3352
4099
|
*/
|
3353
4100
|
returnToCallButtonAriaLabel?: string;
|
4101
|
+
/**
|
4102
|
+
* Label for add people dropdown
|
4103
|
+
*/
|
4104
|
+
peoplePaneAddPeopleButtonLabel: string;
|
4105
|
+
/**
|
4106
|
+
* Label for button to start a call
|
4107
|
+
*/
|
4108
|
+
dialpadStartCallButtonLabel: string;
|
4109
|
+
/**
|
4110
|
+
* Title for dialpad Modal
|
4111
|
+
*/
|
4112
|
+
dialpadModalTitle: string;
|
4113
|
+
/**
|
4114
|
+
* Aria Label for dialpad Modal
|
4115
|
+
*/
|
4116
|
+
dialpadModalAriaLabel: string;
|
4117
|
+
/**
|
4118
|
+
* Aria Label for dialpad Modal close button
|
4119
|
+
*/
|
4120
|
+
dialpadCloseModalButtonAriaLabel: string;
|
4121
|
+
/**
|
4122
|
+
* Placeholder text for dtmf dialpad
|
4123
|
+
*/
|
4124
|
+
dtmfDialpadPlaceholderText: string;
|
4125
|
+
/**
|
4126
|
+
* Label for the button to open dtmf dialpad
|
4127
|
+
*/
|
4128
|
+
openDtmfDialpadLabel: string;
|
3354
4129
|
/**
|
3355
4130
|
* aria label for when the invite link has been actioned
|
3356
4131
|
*/
|
@@ -3367,7 +4142,9 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
3367
4142
|
* Show or hide the chat button in the call-with-chat composite control bar.
|
3368
4143
|
* @defaultValue true
|
3369
4144
|
*/
|
3370
|
-
chatButton?: boolean
|
4145
|
+
chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
4146
|
+
disabled: boolean;
|
4147
|
+
};
|
3371
4148
|
}
|
3372
4149
|
|
3373
4150
|
/**
|
@@ -3375,7 +4152,36 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
3375
4152
|
*
|
3376
4153
|
* @public
|
3377
4154
|
*/
|
3378
|
-
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' |
|
4155
|
+
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';
|
4156
|
+
|
4157
|
+
/**
|
4158
|
+
* @beta
|
4159
|
+
*
|
4160
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4161
|
+
* by their browsers settings.
|
4162
|
+
*/
|
4163
|
+
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4164
|
+
|
4165
|
+
/**
|
4166
|
+
* @beta
|
4167
|
+
* Props for CameraAndMicrophoneSitePermissions component.
|
4168
|
+
*/
|
4169
|
+
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4170
|
+
/** Icon name for the camera icon */
|
4171
|
+
cameraIconName?: string;
|
4172
|
+
/** Icon name for the microphone icon */
|
4173
|
+
microphoneIconName?: string;
|
4174
|
+
/** Icon name for the central icon between the camera and microphone icons */
|
4175
|
+
connectorIconName?: string;
|
4176
|
+
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4177
|
+
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4178
|
+
}
|
4179
|
+
|
4180
|
+
/**
|
4181
|
+
* @beta
|
4182
|
+
* Strings for CameraAndMicrophoneSitePermissions component.
|
4183
|
+
*/
|
4184
|
+
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
3379
4185
|
|
3380
4186
|
/**
|
3381
4187
|
* A button to turn camera on / off.
|
@@ -3533,6 +4339,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
3533
4339
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
3534
4340
|
}
|
3535
4341
|
|
4342
|
+
/**
|
4343
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4344
|
+
* by their browsers settings.
|
4345
|
+
*
|
4346
|
+
* @beta
|
4347
|
+
*/
|
4348
|
+
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
4349
|
+
|
4350
|
+
/**
|
4351
|
+
* @beta
|
4352
|
+
* Props for CameraSitePermissions component.
|
4353
|
+
*/
|
4354
|
+
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
4355
|
+
/** Icon name for the camera icon */
|
4356
|
+
cameraIconName?: string;
|
4357
|
+
/** Strings for use with the {@link CameraSitePermissions} */
|
4358
|
+
strings?: CameraSitePermissionsStrings;
|
4359
|
+
}
|
4360
|
+
|
4361
|
+
/**
|
4362
|
+
* @beta
|
4363
|
+
* Strings for CameraSitePermissions component.
|
4364
|
+
*/
|
4365
|
+
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
4366
|
+
|
3536
4367
|
/**
|
3537
4368
|
* @public
|
3538
4369
|
* Callback function run when a message edit is cancelled.
|
@@ -3692,6 +4523,10 @@ export declare interface CaptionsCallFeatureState {
|
|
3692
4523
|
* current caption language
|
3693
4524
|
*/
|
3694
4525
|
currentCaptionLanguage: string;
|
4526
|
+
/**
|
4527
|
+
* current caption kind: teams or acs captions
|
4528
|
+
*/
|
4529
|
+
captionsKind: CaptionsKind;
|
3695
4530
|
}
|
3696
4531
|
|
3697
4532
|
/**
|
@@ -3856,7 +4691,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
3856
4691
|
* Send a message in the thread.
|
3857
4692
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
3858
4693
|
*/
|
3859
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
4694
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
3860
4695
|
/**
|
3861
4696
|
* Send a read receipt for a message.
|
3862
4697
|
*/
|
@@ -3877,7 +4712,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
3877
4712
|
* Update a message content.
|
3878
4713
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
3879
4714
|
*/
|
3880
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
4715
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
3881
4716
|
/**
|
3882
4717
|
* Delete a message in the thread.
|
3883
4718
|
*/
|
@@ -4015,6 +4850,7 @@ export declare type ChatCompositeIcons = {
|
|
4015
4850
|
ParticipantItemOptionsHovered?: JSX.Element;
|
4016
4851
|
SendBoxSend?: JSX.Element;
|
4017
4852
|
SendBoxSendHovered?: JSX.Element;
|
4853
|
+
SendBoxAttachFile?: JSX.Element;
|
4018
4854
|
};
|
4019
4855
|
|
4020
4856
|
/**
|
@@ -4029,6 +4865,13 @@ export declare type ChatCompositeOptions = {
|
|
4029
4865
|
* @defaultValue true
|
4030
4866
|
*/
|
4031
4867
|
errorBar?: boolean;
|
4868
|
+
/**
|
4869
|
+
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
4870
|
+
* @defaultValue false
|
4871
|
+
*
|
4872
|
+
* @beta
|
4873
|
+
*/
|
4874
|
+
participantPane?: boolean;
|
4032
4875
|
/**
|
4033
4876
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
4034
4877
|
* @defaultValue true
|
@@ -4039,6 +4882,17 @@ export declare type ChatCompositeOptions = {
|
|
4039
4882
|
* When undefined nothing has focus on render
|
4040
4883
|
*/
|
4041
4884
|
autoFocus?: 'sendBoxTextField';
|
4885
|
+
/**
|
4886
|
+
* Properties for configuring the File Sharing feature.
|
4887
|
+
* If undefined, file sharing feature will be disabled.
|
4888
|
+
* @beta
|
4889
|
+
*/
|
4890
|
+
attachmentOptions?: AttachmentOptions;
|
4891
|
+
/**
|
4892
|
+
* Options to enable rich text editor for the edit box.
|
4893
|
+
* @beta
|
4894
|
+
*/
|
4895
|
+
richTextEditorOptions?: RichTextEditorOptions;
|
4042
4896
|
};
|
4043
4897
|
|
4044
4898
|
/**
|
@@ -4066,6 +4920,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
4066
4920
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
4067
4921
|
*/
|
4068
4922
|
options?: ChatCompositeOptions;
|
4923
|
+
/**
|
4924
|
+
* Optimizes the composite form factor for either desktop or mobile.
|
4925
|
+
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
4926
|
+
* @defaultValue 'desktop'
|
4927
|
+
*/
|
4928
|
+
formFactor?: 'desktop' | 'mobile';
|
4069
4929
|
}
|
4070
4930
|
|
4071
4931
|
/**
|
@@ -4080,6 +4940,10 @@ export declare interface ChatCompositeStrings {
|
|
4080
4940
|
* Chat list header text
|
4081
4941
|
*/
|
4082
4942
|
chatListHeader: string;
|
4943
|
+
/**
|
4944
|
+
* Upload Attachment Button text
|
4945
|
+
*/
|
4946
|
+
uploadAttachment: string;
|
4083
4947
|
}
|
4084
4948
|
|
4085
4949
|
/**
|
@@ -4128,7 +4992,7 @@ export declare type ChatErrors = {
|
|
4128
4992
|
*
|
4129
4993
|
* @public
|
4130
4994
|
*/
|
4131
|
-
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';
|
4995
|
+
export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClient.deleteChatThread' | 'ChatClient.getChatThreadClient' | 'ChatClient.listChatThreads' | 'ChatClient.off' | 'ChatClient.on' | 'ChatClient.startRealtimeNotifications' | 'ChatClient.stopRealtimeNotifications' | 'ChatThreadClient.addParticipants' | 'ChatThreadClient.deleteMessage' | 'ChatThreadClient.getMessage' | 'ChatThreadClient.getProperties' | 'ChatThreadClient.listMessages' | 'ChatThreadClient.listParticipants' | 'ChatThreadClient.listReadReceipts' | 'ChatThreadClient.removeParticipant' | 'ChatThreadClient.sendMessage' | 'ChatThreadClient.sendReadReceipt' | 'ChatThreadClient.sendTypingNotification' | 'ChatThreadClient.updateMessage' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.updateProperties' | 'ChatThreadClient.updateTopic' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.uploadImage' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.deleteImage';
|
4132
4996
|
|
4133
4997
|
/**
|
4134
4998
|
* Object containing all the handlers required for chat components.
|
@@ -4139,13 +5003,13 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
4139
5003
|
* @public
|
4140
5004
|
*/
|
4141
5005
|
export declare type ChatHandlers = {
|
4142
|
-
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
5006
|
+
onSendMessage: (content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions) => Promise<void>;
|
4143
5007
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
4144
5008
|
onTyping: () => Promise<void>;
|
4145
5009
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
4146
5010
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
4147
5011
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
4148
|
-
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
5012
|
+
onUpdateMessage: (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
4149
5013
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
4150
5014
|
};
|
4151
5015
|
|
@@ -4188,6 +5052,12 @@ export declare interface ChatMessage extends MessageCommon {
|
|
4188
5052
|
attachments?: AttachmentMetadata[];
|
4189
5053
|
}
|
4190
5054
|
|
5055
|
+
/**
|
5056
|
+
* @beta
|
5057
|
+
* Type of the message content, either 'text' or 'html'.
|
5058
|
+
*/
|
5059
|
+
export declare type ChatMessageType = 'text' | 'html';
|
5060
|
+
|
4191
5061
|
/**
|
4192
5062
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
4193
5063
|
* client-side only metadata for chat messages.
|
@@ -4199,6 +5069,7 @@ export declare interface ChatMessage extends MessageCommon {
|
|
4199
5069
|
export declare type ChatMessageWithStatus = ChatMessage_2 & {
|
4200
5070
|
clientMessageId?: string;
|
4201
5071
|
status: MessageStatus;
|
5072
|
+
policyViolation?: boolean;
|
4202
5073
|
resourceCache?: Record<string, ResourceFetchResult>;
|
4203
5074
|
};
|
4204
5075
|
|
@@ -4402,7 +5273,9 @@ export declare type CommonCallControlOptions = {
|
|
4402
5273
|
* Show or Hide Camera Button during a call
|
4403
5274
|
* @defaultValue true
|
4404
5275
|
*/
|
4405
|
-
cameraButton?: boolean
|
5276
|
+
cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
5277
|
+
disabled: boolean;
|
5278
|
+
};
|
4406
5279
|
/**
|
4407
5280
|
* Show or Hide EndCall button during a call.
|
4408
5281
|
* @defaultValue true
|
@@ -4418,12 +5291,16 @@ export declare type CommonCallControlOptions = {
|
|
4418
5291
|
* Show or Hide Microphone button during a call.
|
4419
5292
|
* @defaultValue true
|
4420
5293
|
*/
|
4421
|
-
microphoneButton?: boolean
|
5294
|
+
microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
5295
|
+
disabled: boolean;
|
5296
|
+
};
|
4422
5297
|
/**
|
4423
5298
|
* Show or Hide Devices button during a call.
|
4424
5299
|
* @defaultValue true
|
4425
5300
|
*/
|
4426
|
-
devicesButton?: boolean
|
5301
|
+
devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
5302
|
+
disabled: boolean;
|
5303
|
+
};
|
4427
5304
|
/**
|
4428
5305
|
* Show, Hide or Disable participants button during a call.
|
4429
5306
|
* @defaultValue true
|
@@ -4461,11 +5338,16 @@ export declare type CommonCallControlOptions = {
|
|
4461
5338
|
* Inject custom buttons in the call controls.
|
4462
5339
|
*/
|
4463
5340
|
onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
|
5341
|
+
holdButton?: boolean | {
|
5342
|
+
disabled: boolean;
|
5343
|
+
};
|
4464
5344
|
/**
|
4465
5345
|
* Show or hide the people button in the composite control bar.
|
4466
5346
|
* @defaultValue true
|
4467
5347
|
*/
|
4468
|
-
peopleButton?: boolean
|
5348
|
+
peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
5349
|
+
disabled: boolean;
|
5350
|
+
};
|
4469
5351
|
/**
|
4470
5352
|
* Show or hide the dialpad button in the composite control bar.
|
4471
5353
|
*/
|
@@ -4476,6 +5358,16 @@ export declare type CommonCallControlOptions = {
|
|
4476
5358
|
* Show or hide the exit spotlight button in the composite control bar when local participant is spotlighted.
|
4477
5359
|
*/
|
4478
5360
|
exitSpotlightButton?: boolean;
|
5361
|
+
/**
|
5362
|
+
* Show, Hide or Disable captions during a call.
|
5363
|
+
* @defaultValue true
|
5364
|
+
*/
|
5365
|
+
captionsButton?: boolean;
|
5366
|
+
/**
|
5367
|
+
* Show, meeting conference phone information.
|
5368
|
+
* @defaultValue true
|
5369
|
+
*/
|
5370
|
+
teamsMeetingPhoneCallButton?: boolean;
|
4479
5371
|
};
|
4480
5372
|
|
4481
5373
|
/**
|
@@ -4501,6 +5393,9 @@ export declare interface CommonCallingHandlers {
|
|
4501
5393
|
onLowerHand: () => Promise<void>;
|
4502
5394
|
onToggleRaiseHand: () => Promise<void>;
|
4503
5395
|
onReactionClick: (reaction: Reaction_2) => Promise<void>;
|
5396
|
+
onToggleHold: () => Promise<void>;
|
5397
|
+
onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
5398
|
+
onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
|
4504
5399
|
onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
4505
5400
|
onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
4506
5401
|
/**
|
@@ -4512,6 +5407,8 @@ export declare interface CommonCallingHandlers {
|
|
4512
5407
|
onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
|
4513
5408
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
4514
5409
|
onRemoveParticipant(userId: string): Promise<void>;
|
5410
|
+
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
5411
|
+
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
4515
5412
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
4516
5413
|
onRemoveVideoBackgroundEffects: () => Promise<void>;
|
4517
5414
|
onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
|
@@ -4524,6 +5421,7 @@ export declare interface CommonCallingHandlers {
|
|
4524
5421
|
onStartSpotlight: (userIds?: string[]) => Promise<void>;
|
4525
5422
|
onStopSpotlight: (userIds?: string[]) => Promise<void>;
|
4526
5423
|
onStopAllSpotlight: () => Promise<void>;
|
5424
|
+
onMuteParticipant: (userId: string) => Promise<void>;
|
4527
5425
|
}
|
4528
5426
|
|
4529
5427
|
/**
|
@@ -4535,6 +5433,39 @@ export declare type CommonProperties<A, B> = {
|
|
4535
5433
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
4536
5434
|
}[keyof A & keyof B];
|
4537
5435
|
|
5436
|
+
/**
|
5437
|
+
* @beta
|
5438
|
+
* Props for SitePermissions components.
|
5439
|
+
*/
|
5440
|
+
export declare interface CommonSitePermissionsProps {
|
5441
|
+
/**
|
5442
|
+
* Name of application calling experience is in.
|
5443
|
+
*/
|
5444
|
+
appName: string;
|
5445
|
+
/**
|
5446
|
+
* Kind of the Site Permissions component.
|
5447
|
+
*/
|
5448
|
+
kind: 'request' | 'denied' | 'check';
|
5449
|
+
/**
|
5450
|
+
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
5451
|
+
*/
|
5452
|
+
browserHint?: 'safari' | 'unset';
|
5453
|
+
/**
|
5454
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
5455
|
+
* If this is not provided the button will not be shown.
|
5456
|
+
*/
|
5457
|
+
onTroubleshootingClick?: () => void;
|
5458
|
+
/**
|
5459
|
+
* Action that is taken when the user clicks the continue anyway button.
|
5460
|
+
* If this is not provided the button will not be shown.
|
5461
|
+
*/
|
5462
|
+
onContinueAnywayClick?: () => void;
|
5463
|
+
/**
|
5464
|
+
* Styles for SitePermissions component.
|
5465
|
+
*/
|
5466
|
+
styles?: SitePermissionsStyles;
|
5467
|
+
}
|
5468
|
+
|
4538
5469
|
/**
|
4539
5470
|
* A Chat or Calling participant's state, as reflected in the UI.
|
4540
5471
|
*
|
@@ -4711,6 +5642,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
4711
5642
|
export declare interface ComponentLocale {
|
4712
5643
|
/** Strings for components */
|
4713
5644
|
strings: ComponentStrings;
|
5645
|
+
/**
|
5646
|
+
* Optional function to provide customized date format.
|
5647
|
+
* @beta
|
5648
|
+
*/
|
5649
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
4714
5650
|
}
|
4715
5651
|
|
4716
5652
|
/**
|
@@ -4760,22 +5696,68 @@ export declare interface ComponentStrings {
|
|
4760
5696
|
typingIndicator: TypingIndicatorStrings;
|
4761
5697
|
/** Strings for SendBox */
|
4762
5698
|
sendBox: SendBoxStrings;
|
5699
|
+
/** Strings for RichTextSendBox */
|
5700
|
+
richTextSendBox: RichTextSendBoxStrings;
|
5701
|
+
/** Strings for MentionPopover */
|
5702
|
+
mentionPopover: MentionPopoverStrings;
|
4763
5703
|
/** Strings for ImageOverlay */
|
4764
5704
|
imageOverlay: ImageOverlayStrings;
|
4765
5705
|
/** Strings for MessageStatusIndicator */
|
4766
5706
|
messageStatusIndicator: MessageStatusIndicatorStrings;
|
4767
5707
|
/** Strings for ErroBar */
|
4768
5708
|
errorBar: ErrorBarStrings;
|
5709
|
+
/** Strings for Notifications */
|
5710
|
+
notifications: NotificationsStrings;
|
4769
5711
|
/** Strings for VideoGallery */
|
4770
5712
|
videoGallery: VideoGalleryStrings;
|
4771
5713
|
/** Strings for Dialpad */
|
4772
5714
|
dialpad: DialpadStrings;
|
4773
5715
|
/** Strings for VideoTile */
|
4774
5716
|
videoTile: VideoTileStrings;
|
5717
|
+
/** Strings for HoldButton */
|
5718
|
+
holdButton: HoldButtonStrings;
|
5719
|
+
/** Strings for a site's permission request prompt */
|
5720
|
+
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
5721
|
+
/** Strings for a site's permission request prompt */
|
5722
|
+
CameraSitePermissionsRequest: SitePermissionsStrings;
|
5723
|
+
/** Strings for a site's permission request prompt */
|
5724
|
+
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
5725
|
+
/** Strings for a site's permission generic checking prompt */
|
5726
|
+
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
5727
|
+
/** Strings for a site's permission generic checking prompt */
|
5728
|
+
CameraSitePermissionsCheck: SitePermissionsStrings;
|
5729
|
+
/** Strings for a site's permission generic checking prompt */
|
5730
|
+
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
5731
|
+
/** Strings for a site's permission denied prompt */
|
5732
|
+
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
5733
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
5734
|
+
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5735
|
+
/** Strings for a site's permission denied prompt */
|
5736
|
+
CameraSitePermissionsDenied: SitePermissionsStrings;
|
5737
|
+
/** Strings for a site's permission denied prompt */
|
5738
|
+
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
5739
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
5740
|
+
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5741
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
5742
|
+
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5743
|
+
/** Strings for unsupported browser UI */
|
5744
|
+
UnsupportedBrowser: UnsupportedBrowserStrings;
|
5745
|
+
/** Strings for unsupported browser version UI */
|
5746
|
+
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
5747
|
+
/** Strings for unsupported browser version UI */
|
5748
|
+
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
5749
|
+
/** Strings for BrowserPemissionDenied */
|
5750
|
+
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
5751
|
+
/** Strings for BrowserPemissionDeniedIOS */
|
5752
|
+
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
4775
5753
|
/**
|
4776
5754
|
* Strings for the VerticalGallery.
|
4777
5755
|
*/
|
4778
5756
|
verticalGallery: VerticalGalleryStrings;
|
5757
|
+
/** Strings for the participant list component */
|
5758
|
+
ParticipantList: ParticipantListStrings;
|
5759
|
+
/** Strings for the MeetingConferencePhoneInfoModal */
|
5760
|
+
MeetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
4779
5761
|
}
|
4780
5762
|
|
4781
5763
|
/**
|
@@ -4978,6 +5960,18 @@ export declare interface CompositeStrings {
|
|
4978
5960
|
callWithChat: CallWithChatCompositeStrings;
|
4979
5961
|
}
|
4980
5962
|
|
5963
|
+
/**
|
5964
|
+
* @public
|
5965
|
+
* Information for conference phone info
|
5966
|
+
*/
|
5967
|
+
export declare interface ConferencePhoneInfo {
|
5968
|
+
phoneNumber: string;
|
5969
|
+
conferenceId: string;
|
5970
|
+
isTollFree: boolean;
|
5971
|
+
country?: string;
|
5972
|
+
city?: string;
|
5973
|
+
}
|
5974
|
+
|
4981
5975
|
/**
|
4982
5976
|
* A system message with arbitary content.
|
4983
5977
|
*
|
@@ -5177,7 +6171,7 @@ export declare function createAzureCommunicationCallAdapterFromClient(callClient
|
|
5177
6171
|
*
|
5178
6172
|
* @public
|
5179
6173
|
*/
|
5180
|
-
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
6174
|
+
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
5181
6175
|
|
5182
6176
|
/**
|
5183
6177
|
* Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
|
@@ -5278,7 +6272,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
5278
6272
|
/**
|
5279
6273
|
* @public
|
5280
6274
|
*/
|
5281
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
6275
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @conditional-compile-remove(teams-identity-support-beta) */ TeamsOutboundCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
5282
6276
|
|
5283
6277
|
/**
|
5284
6278
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -5288,7 +6282,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Pro
|
|
5288
6282
|
*
|
5289
6283
|
* @public
|
5290
6284
|
*/
|
5291
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
6285
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator | /* @conditional-compile-remove(teams-identity-support-beta) */ StartTeamsCallIdentifier[], options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
5292
6286
|
|
5293
6287
|
/**
|
5294
6288
|
* Object returned after creating a local or remote VideoStream.
|
@@ -5340,6 +6334,13 @@ export declare type CustomAvatarOptions = {
|
|
5340
6334
|
styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
|
5341
6335
|
/** Display name to be used in Persona */
|
5342
6336
|
text?: string;
|
6337
|
+
/** State for the participant to be displayed in the defaultPlaceHolder */
|
6338
|
+
participantState?: ParticipantState;
|
6339
|
+
/**
|
6340
|
+
* If true, show the special coin for unknown persona.
|
6341
|
+
* It has '?' in place of initials, with static font and background colors
|
6342
|
+
*/
|
6343
|
+
showUnknownPersonaCoin?: boolean;
|
5343
6344
|
};
|
5344
6345
|
|
5345
6346
|
/**
|
@@ -5467,6 +6468,18 @@ export declare interface CustomMessage extends MessageCommon {
|
|
5467
6468
|
*/
|
5468
6469
|
export declare const darkTheme: PartialTheme & CallingTheme;
|
5469
6470
|
|
6471
|
+
/**
|
6472
|
+
* @beta
|
6473
|
+
* `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
|
6474
|
+
*/
|
6475
|
+
export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
|
6476
|
+
|
6477
|
+
/**
|
6478
|
+
* @beta
|
6479
|
+
* Proxies the {@link @azure/communication-calling#IncomingCall} interface.
|
6480
|
+
*/
|
6481
|
+
export declare type DeclarativeIncomingCall = IncomingCall;
|
6482
|
+
|
5470
6483
|
/**
|
5471
6484
|
* The default set of icons that are available to use in the UI components.
|
5472
6485
|
*
|
@@ -5491,7 +6504,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5491
6504
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
5492
6505
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
5493
6506
|
ReactionButtonIcon: React_2.JSX.Element;
|
6507
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
6508
|
+
DownloadAttachment: React_2.JSX.Element;
|
5494
6509
|
OpenAttachment: React_2.JSX.Element;
|
6510
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
6511
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
5495
6512
|
EditBoxCancel: React_2.JSX.Element;
|
5496
6513
|
EditBoxSubmit: React_2.JSX.Element;
|
5497
6514
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -5525,10 +6542,20 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5525
6542
|
ParticipantItemOptionsHovered: React_2.JSX.Element;
|
5526
6543
|
ParticipantItemScreenShareStart: React_2.JSX.Element;
|
5527
6544
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6545
|
+
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6546
|
+
HoldCallButton: React_2.JSX.Element;
|
6547
|
+
ResumeCall: React_2.JSX.Element;
|
5528
6548
|
SendBoxSend: React_2.JSX.Element;
|
5529
6549
|
SendBoxSendHovered: React_2.JSX.Element;
|
5530
6550
|
VideoTileMicOff: React_2.JSX.Element;
|
5531
6551
|
DialpadBackspace: React_2.JSX.Element;
|
6552
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
6553
|
+
SitePermissionCamera: React_2.JSX.Element;
|
6554
|
+
SitePermissionMic: React_2.JSX.Element;
|
6555
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
6556
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
6557
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
6558
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
5532
6559
|
VideoTilePinned: React_2.JSX.Element;
|
5533
6560
|
VideoTileMoreOptions: React_2.JSX.Element;
|
5534
6561
|
VideoTileScaleFit: React_2.JSX.Element;
|
@@ -5557,6 +6584,21 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5557
6584
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
5558
6585
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
5559
6586
|
VideoTileSpotlighted: React_2.JSX.Element;
|
6587
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
6588
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
6589
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
6590
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
6591
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
6592
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
6593
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
6594
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
6595
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
6596
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
6597
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
6598
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
6599
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
6600
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
6601
|
+
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
5560
6602
|
};
|
5561
6603
|
|
5562
6604
|
/**
|
@@ -5577,6 +6619,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5577
6619
|
ParticipantItemOptionsHovered: JSX.Element;
|
5578
6620
|
SendBoxSend: JSX.Element;
|
5579
6621
|
SendBoxSendHovered: JSX.Element;
|
6622
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
5580
6623
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
5581
6624
|
ControlButtonCameraOff: JSX.Element;
|
5582
6625
|
ControlButtonCameraOn: JSX.Element;
|
@@ -5634,6 +6677,9 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5634
6677
|
ParticipantItemScreenShareStart: JSX.Element;
|
5635
6678
|
VideoTileMicOff: JSX.Element;
|
5636
6679
|
LocalCameraSwitch?: JSX.Element | undefined;
|
6680
|
+
PeoplePaneAddPerson?: JSX.Element | undefined;
|
6681
|
+
PeoplePaneOpenDialpad?: JSX.Element | undefined;
|
6682
|
+
DialpadStartCall?: JSX.Element | undefined;
|
5637
6683
|
NoticePageInviteToRoomRemoved?: JSX.Element | undefined;
|
5638
6684
|
BlurVideoBackground?: JSX.Element | undefined;
|
5639
6685
|
RemoveVideoBackgroundEffect?: JSX.Element | undefined;
|
@@ -5646,6 +6692,8 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5646
6692
|
LargeGalleryLayout?: JSX.Element | undefined;
|
5647
6693
|
DefaultCustomButton?: JSX.Element | undefined;
|
5648
6694
|
DtmfDialpadButton?: JSX.Element | undefined;
|
6695
|
+
PhoneNumberButton?: JSX.Element | undefined;
|
6696
|
+
PhoneInfoWait?: JSX.Element | undefined;
|
5649
6697
|
PeoplePaneMoreButton?: JSX.Element | undefined;
|
5650
6698
|
StopAllSpotlightMenuButton?: JSX.Element | undefined;
|
5651
6699
|
ChevronLeft?: JSX.Element | undefined;
|
@@ -5657,15 +6705,33 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5657
6705
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
5658
6706
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
5659
6707
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
5660
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
5661
6708
|
ChatMessageOptions: React_2.JSX.Element;
|
5662
6709
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
6710
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
6711
|
+
DownloadAttachment: React_2.JSX.Element;
|
5663
6712
|
OpenAttachment: React_2.JSX.Element;
|
6713
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
6714
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
6715
|
+
/**
|
6716
|
+
* Icons that can be overridden for {@link CallWithChatComposite}.
|
6717
|
+
*
|
6718
|
+
* @public
|
6719
|
+
*/
|
5664
6720
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
5665
6721
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
5666
6722
|
MessageResend: React_2.JSX.Element;
|
5667
6723
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6724
|
+
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6725
|
+
HoldCallButton: React_2.JSX.Element;
|
6726
|
+
ResumeCall: React_2.JSX.Element;
|
5668
6727
|
DialpadBackspace: React_2.JSX.Element;
|
6728
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
6729
|
+
SitePermissionCamera: React_2.JSX.Element;
|
6730
|
+
SitePermissionMic: React_2.JSX.Element;
|
6731
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
6732
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
6733
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
6734
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
5669
6735
|
VideoTilePinned: React_2.JSX.Element;
|
5670
6736
|
VideoTileMoreOptions: React_2.JSX.Element;
|
5671
6737
|
VideoTileScaleFit: React_2.JSX.Element;
|
@@ -5694,8 +6760,60 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5694
6760
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
5695
6761
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
5696
6762
|
VideoTileSpotlighted: React_2.JSX.Element;
|
6763
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
6764
|
+
/**
|
6765
|
+
* Icons that can be overridden in one of the composites exported by this library.
|
6766
|
+
*
|
6767
|
+
* See {@link ChatCompositeIcons}, {@link CallCompositeIcons} and {@link CallWithChatCompositeIcons} for more targeted types.
|
6768
|
+
*
|
6769
|
+
* @public
|
6770
|
+
*/
|
6771
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
6772
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
6773
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
6774
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
6775
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
6776
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
6777
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
6778
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
6779
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
6780
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
6781
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
6782
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
6783
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
6784
|
+
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
5697
6785
|
};
|
5698
6786
|
|
6787
|
+
/**
|
6788
|
+
* @beta
|
6789
|
+
*
|
6790
|
+
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
6791
|
+
*/
|
6792
|
+
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
6793
|
+
|
6794
|
+
/**
|
6795
|
+
* Device Checks.
|
6796
|
+
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
6797
|
+
*
|
6798
|
+
* @beta
|
6799
|
+
*/
|
6800
|
+
export declare interface DeviceCheckOptions {
|
6801
|
+
/**
|
6802
|
+
* Camera Permission prompts for your call.
|
6803
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
6804
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
6805
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
6806
|
+
*/
|
6807
|
+
camera: 'required' | 'optional' | 'doNotPrompt';
|
6808
|
+
/**
|
6809
|
+
* Microphone permission prompts for your call.
|
6810
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
6811
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
6812
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
6813
|
+
*/
|
6814
|
+
microphone: 'required' | 'optional' | 'doNotPrompt';
|
6815
|
+
}
|
6816
|
+
|
5699
6817
|
/**
|
5700
6818
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
5701
6819
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -6340,7 +7458,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
|
|
6340
7458
|
*
|
6341
7459
|
* @public
|
6342
7460
|
*/
|
6343
|
-
export declare type GetCallingSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof VideoGallery> extends true ? VideoGallerySelector : AreEqual<Component, typeof DevicesButton> extends true ? DevicesButtonSelector : AreEqual<Component, typeof MicrophoneButton> extends true ? MicrophoneButtonSelector : AreEqual<Component, typeof CameraButton> extends true ? CameraButtonSelector : AreEqual<Component, typeof ScreenShareButton> extends true ? ScreenShareButtonSelector : AreEqual<Component, typeof ParticipantList> extends true ? ParticipantListSelector : AreEqual<Component, typeof ParticipantsButton> extends true ? ParticipantsButtonSelector : AreEqual<Component, typeof EndCallButton> extends true ? EmptySelector : AreEqual<Component, typeof ErrorBar> extends true ? CallErrorBarSelector : AreEqual<Component, typeof Dialpad> extends true ? EmptySelector : undefined;
|
7461
|
+
export declare type GetCallingSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof VideoGallery> extends true ? VideoGallerySelector : AreEqual<Component, typeof DevicesButton> extends true ? DevicesButtonSelector : AreEqual<Component, typeof MicrophoneButton> extends true ? MicrophoneButtonSelector : AreEqual<Component, typeof CameraButton> extends true ? CameraButtonSelector : AreEqual<Component, typeof ScreenShareButton> extends true ? ScreenShareButtonSelector : AreEqual<Component, typeof ParticipantList> extends true ? ParticipantListSelector : AreEqual<Component, typeof ParticipantsButton> extends true ? ParticipantsButtonSelector : AreEqual<Component, typeof EndCallButton> extends true ? EmptySelector : AreEqual<Component, typeof ErrorBar> extends true ? CallErrorBarSelector : AreEqual<Component, typeof Dialpad> extends true ? EmptySelector : AreEqual<Component, typeof HoldButton> extends true ? HoldButtonSelector : undefined;
|
6344
7462
|
|
6345
7463
|
/**
|
6346
7464
|
* Get the selector for a specified component.
|
@@ -6357,7 +7475,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
6357
7475
|
*
|
6358
7476
|
* @public
|
6359
7477
|
*/
|
6360
|
-
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;
|
7478
|
+
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof RichTextSendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof MessageThread> extends true ? MessageThreadSelector : AreEqual<Component, typeof TypingIndicator> extends true ? TypingIndicatorSelector : AreEqual<Component, typeof ParticipantList> extends true ? ChatParticipantListSelector : AreEqual<Component, typeof ErrorBar> extends true ? ChatErrorBarSelector : undefined;
|
6361
7479
|
|
6362
7480
|
/**
|
6363
7481
|
* Get the selector for a specified component.
|
@@ -6402,6 +7520,63 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
|
|
6402
7520
|
children?: IStyle;
|
6403
7521
|
}
|
6404
7522
|
|
7523
|
+
/**
|
7524
|
+
* a button to hold or resume a ongoing call.
|
7525
|
+
*
|
7526
|
+
* Can be used with {@link ControlBar}
|
7527
|
+
*
|
7528
|
+
* @param props - properties for the hold button.
|
7529
|
+
* @returns
|
7530
|
+
* @beta
|
7531
|
+
*/
|
7532
|
+
export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
|
7533
|
+
|
7534
|
+
/**
|
7535
|
+
*@beta
|
7536
|
+
*/
|
7537
|
+
export declare interface HoldButtonProps extends ControlBarButtonProps {
|
7538
|
+
/**
|
7539
|
+
* Utility property for using this component with communication react handlers
|
7540
|
+
* Holds the call or resumes it based on call state.
|
7541
|
+
*/
|
7542
|
+
onToggleHold: () => Promise<void>;
|
7543
|
+
/**
|
7544
|
+
* Optional strings to override in component
|
7545
|
+
*/
|
7546
|
+
strings?: HoldButtonStrings;
|
7547
|
+
}
|
7548
|
+
|
7549
|
+
/**
|
7550
|
+
* Selector type for the {@link HoldButton} component.
|
7551
|
+
* @public
|
7552
|
+
*/
|
7553
|
+
export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
7554
|
+
checked: boolean;
|
7555
|
+
};
|
7556
|
+
|
7557
|
+
/**
|
7558
|
+
* Strings for the hold button labels
|
7559
|
+
* @beta
|
7560
|
+
*/
|
7561
|
+
export declare interface HoldButtonStrings {
|
7562
|
+
/**
|
7563
|
+
* Label for when action is to resume call.
|
7564
|
+
*/
|
7565
|
+
onLabel: string;
|
7566
|
+
/**
|
7567
|
+
* Label for when action is to hold call.
|
7568
|
+
*/
|
7569
|
+
offLabel: string;
|
7570
|
+
/**
|
7571
|
+
* Content for when button is checked
|
7572
|
+
*/
|
7573
|
+
tooltipOnContent: string;
|
7574
|
+
/**
|
7575
|
+
* Content for when button is unchecked
|
7576
|
+
*/
|
7577
|
+
tooltipOffContent: string;
|
7578
|
+
}
|
7579
|
+
|
6405
7580
|
/**
|
6406
7581
|
* {@link HorizontalGallery} Component Styles.
|
6407
7582
|
* @public
|
@@ -6486,6 +7661,10 @@ export declare interface _Identifiers {
|
|
6486
7661
|
verticalGalleryVideoTile: string;
|
6487
7662
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
6488
7663
|
verticalGalleryPageCounter: string;
|
7664
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
7665
|
+
mentionSuggestionList: string;
|
7666
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
7667
|
+
mentionSuggestionItem: string;
|
6489
7668
|
}
|
6490
7669
|
|
6491
7670
|
/**
|
@@ -6547,6 +7726,27 @@ export declare interface ImageOverlayStrings {
|
|
6547
7726
|
dismissButtonAriaLabel: string;
|
6548
7727
|
}
|
6549
7728
|
|
7729
|
+
/**
|
7730
|
+
* Preset dark theme for the ImageOverlay component.
|
7731
|
+
*
|
7732
|
+
* @public
|
7733
|
+
*/
|
7734
|
+
export declare const imageOverlayTheme: PartialTheme;
|
7735
|
+
|
7736
|
+
/**
|
7737
|
+
* @beta
|
7738
|
+
* This contains a readonly array that returns all the active `incomingCalls`.
|
7739
|
+
* An active incoming call is a call that has not been answered, declined or disconnected.
|
7740
|
+
*/
|
7741
|
+
export declare type IncomingCallManagement = {
|
7742
|
+
/**
|
7743
|
+
* @beta
|
7744
|
+
* @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
|
7745
|
+
* @returns readonly array of {@link DeclarativeIncomingCall}
|
7746
|
+
*/
|
7747
|
+
incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
|
7748
|
+
};
|
7749
|
+
|
6550
7750
|
/**
|
6551
7751
|
* State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
|
6552
7752
|
* automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -6731,6 +7931,28 @@ export declare type LocalizationProviderProps = {
|
|
6731
7931
|
children: React_2.ReactNode;
|
6732
7932
|
};
|
6733
7933
|
|
7934
|
+
/**
|
7935
|
+
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
7936
|
+
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
7937
|
+
*
|
7938
|
+
* @beta
|
7939
|
+
*/
|
7940
|
+
export declare interface LocalRecordingCallFeatureState {
|
7941
|
+
/**
|
7942
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
7943
|
+
*/
|
7944
|
+
isLocalRecordingActive: boolean;
|
7945
|
+
/**
|
7946
|
+
* Contains list of information of started recordings
|
7947
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
7948
|
+
*/
|
7949
|
+
activeLocalRecordings?: LocalRecordingInfo[];
|
7950
|
+
/**
|
7951
|
+
* Contains list of information of stopped recordings
|
7952
|
+
*/
|
7953
|
+
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
7954
|
+
}
|
7955
|
+
|
6734
7956
|
/**
|
6735
7957
|
* @public
|
6736
7958
|
*/
|
@@ -6836,6 +8058,119 @@ export declare interface MediaDiagnosticsState {
|
|
6836
8058
|
latest: LatestMediaDiagnostics;
|
6837
8059
|
}
|
6838
8060
|
|
8061
|
+
/**
|
8062
|
+
* strings for phone info modal
|
8063
|
+
* @beta
|
8064
|
+
*/
|
8065
|
+
export declare interface MeetingConferencePhoneInfoModalStrings {
|
8066
|
+
/**
|
8067
|
+
* Header for the phone info modal
|
8068
|
+
*/
|
8069
|
+
meetingConferencePhoneInfoModalTitle?: string;
|
8070
|
+
/**
|
8071
|
+
* Phone number instruction
|
8072
|
+
*/
|
8073
|
+
meetingConferencePhoneInfoModalDialIn?: string;
|
8074
|
+
/**
|
8075
|
+
* Meeting ID instruction
|
8076
|
+
*/
|
8077
|
+
meetingConferencePhoneInfoModalMeetingId?: string;
|
8078
|
+
/**
|
8079
|
+
* Wait for phone connection
|
8080
|
+
*/
|
8081
|
+
meetingConferencePhoneInfoModalWait?: string;
|
8082
|
+
/**
|
8083
|
+
* Toll Free Phone Label
|
8084
|
+
*/
|
8085
|
+
meetingConferencePhoneInfoModalTollFree?: string;
|
8086
|
+
/**
|
8087
|
+
* Toll Free Phone Label without geo data
|
8088
|
+
*/
|
8089
|
+
meetingConferencePhoneInfoModalTollFreeWithoutGeoData?: string;
|
8090
|
+
/**
|
8091
|
+
* Toll Phone Label
|
8092
|
+
*/
|
8093
|
+
meetingConferencePhoneInfoModalToll?: string;
|
8094
|
+
/**
|
8095
|
+
* Toll Phone Label without geo data
|
8096
|
+
*/
|
8097
|
+
meetingConferencePhoneInfoModalTollWithoutGeoData?: string;
|
8098
|
+
/**
|
8099
|
+
* No phone number available message
|
8100
|
+
*/
|
8101
|
+
meetingConferencePhoneInfoModalNoPhoneAvailable?: string;
|
8102
|
+
}
|
8103
|
+
|
8104
|
+
/**
|
8105
|
+
* Mention's state, as reflected in the UI.
|
8106
|
+
*
|
8107
|
+
* @beta
|
8108
|
+
*/
|
8109
|
+
export declare interface Mention {
|
8110
|
+
/** ID of a mention */
|
8111
|
+
id: string;
|
8112
|
+
/** Display text of a mention */
|
8113
|
+
displayText: string;
|
8114
|
+
/** Optional React element to render an item icon of a mention suggestion */
|
8115
|
+
icon?: JSX.Element;
|
8116
|
+
}
|
8117
|
+
|
8118
|
+
/**
|
8119
|
+
* Options to display suggestions in the mention scenario.
|
8120
|
+
*
|
8121
|
+
* @beta
|
8122
|
+
*/
|
8123
|
+
export declare interface MentionDisplayOptions {
|
8124
|
+
/**
|
8125
|
+
* Optional callback for customizing the mention renderer in a message thread.
|
8126
|
+
*/
|
8127
|
+
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
8128
|
+
}
|
8129
|
+
|
8130
|
+
/**
|
8131
|
+
* Options to lookup suggestions in the mention scenario.
|
8132
|
+
*
|
8133
|
+
* @beta
|
8134
|
+
*/
|
8135
|
+
export declare interface MentionLookupOptions {
|
8136
|
+
/**
|
8137
|
+
* Optional string to set trigger keyword for mention a specific participant.
|
8138
|
+
*
|
8139
|
+
* @defaultValue `@`
|
8140
|
+
*/
|
8141
|
+
trigger?: string;
|
8142
|
+
/**
|
8143
|
+
* Optional callback to fetch a list of mention suggestions base on the query.
|
8144
|
+
*/
|
8145
|
+
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
8146
|
+
/**
|
8147
|
+
* Optional callback to render an item of the mention suggestions list.
|
8148
|
+
*/
|
8149
|
+
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
8150
|
+
}
|
8151
|
+
|
8152
|
+
/**
|
8153
|
+
* Options to lookup suggestions and display mentions in the mention scenario.
|
8154
|
+
*
|
8155
|
+
* @beta
|
8156
|
+
*/
|
8157
|
+
export declare type MentionOptions = {
|
8158
|
+
lookupOptions?: MentionLookupOptions;
|
8159
|
+
displayOptions?: MentionDisplayOptions;
|
8160
|
+
};
|
8161
|
+
|
8162
|
+
/**
|
8163
|
+
* Strings of {@link _MentionPopover} that can be overridden.
|
8164
|
+
*
|
8165
|
+
* @beta
|
8166
|
+
*/
|
8167
|
+
export declare interface MentionPopoverStrings {
|
8168
|
+
/**
|
8169
|
+
* Header text for MentionPopover
|
8170
|
+
*/
|
8171
|
+
mentionPopoverHeader: string;
|
8172
|
+
}
|
8173
|
+
|
6839
8174
|
/**
|
6840
8175
|
* Discriminated union of all messages.
|
6841
8176
|
*
|
@@ -6843,7 +8178,7 @@ export declare interface MediaDiagnosticsState {
|
|
6843
8178
|
*
|
6844
8179
|
* @public
|
6845
8180
|
*/
|
6846
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
8181
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
|
6847
8182
|
|
6848
8183
|
/**
|
6849
8184
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -6885,6 +8220,20 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
6885
8220
|
*/
|
6886
8221
|
export declare type MessageEditedListener = MessageReceivedListener;
|
6887
8222
|
|
8223
|
+
/**
|
8224
|
+
* @beta
|
8225
|
+
* Message option that defines properties that can be set when
|
8226
|
+
* sending or updating a chat message.
|
8227
|
+
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
8228
|
+
* @property attachments - Attachments that contains file attachments attached to the message.
|
8229
|
+
* @property type - Type of the message content, either 'text' or 'html'.
|
8230
|
+
*/
|
8231
|
+
export declare type MessageOptions = {
|
8232
|
+
metadata?: Record<string, string>;
|
8233
|
+
attachments?: AttachmentMetadata[];
|
8234
|
+
type?: ChatMessageType;
|
8235
|
+
};
|
8236
|
+
|
6888
8237
|
/**
|
6889
8238
|
* Props to render a single message.
|
6890
8239
|
*
|
@@ -6900,7 +8249,7 @@ export declare type MessageProps = {
|
|
6900
8249
|
/**
|
6901
8250
|
* Strings from parent MessageThread component
|
6902
8251
|
*/
|
6903
|
-
strings: MessageThreadStrings
|
8252
|
+
strings: MessageThreadStrings & /* @conditional-compile-remove(rich-text-editor) */ Partial<RichTextStrings>;
|
6904
8253
|
/**
|
6905
8254
|
* Custom CSS styles for chat message container.
|
6906
8255
|
*/
|
@@ -6946,7 +8295,7 @@ export declare type MessageProps = {
|
|
6946
8295
|
* @param options - message options to be included in the message
|
6947
8296
|
*
|
6948
8297
|
*/
|
6949
|
-
onSendMessage?: (content: string) => Promise<void>;
|
8298
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
6950
8299
|
};
|
6951
8300
|
|
6952
8301
|
/**
|
@@ -7078,7 +8427,7 @@ export declare type MessageThreadProps = {
|
|
7078
8427
|
/**
|
7079
8428
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
7080
8429
|
*/
|
7081
|
-
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
8430
|
+
messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
|
7082
8431
|
/**
|
7083
8432
|
* number of participants in the thread
|
7084
8433
|
*/
|
@@ -7159,6 +8508,11 @@ export declare type MessageThreadProps = {
|
|
7159
8508
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
7160
8509
|
*/
|
7161
8510
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
8511
|
+
/**
|
8512
|
+
* Optional callback to render attachments in the message component.
|
8513
|
+
* @beta
|
8514
|
+
*/
|
8515
|
+
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
7162
8516
|
/**
|
7163
8517
|
* Optional callback to edit a message.
|
7164
8518
|
*
|
@@ -7187,7 +8541,7 @@ export declare type MessageThreadProps = {
|
|
7187
8541
|
* @param options - message options to be included in the message
|
7188
8542
|
*
|
7189
8543
|
*/
|
7190
|
-
onSendMessage?: (content: string) => Promise<void>;
|
8544
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
7191
8545
|
/**
|
7192
8546
|
/**
|
7193
8547
|
* Disable editing messages.
|
@@ -7201,11 +8555,32 @@ export declare type MessageThreadProps = {
|
|
7201
8555
|
* Optional strings to override in component
|
7202
8556
|
*/
|
7203
8557
|
strings?: Partial<MessageThreadStrings>;
|
8558
|
+
/**
|
8559
|
+
* @beta
|
8560
|
+
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
8561
|
+
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
8562
|
+
*/
|
8563
|
+
attachmentOptions?: AttachmentOptions;
|
8564
|
+
/**
|
8565
|
+
* Optional function to provide customized date format.
|
8566
|
+
* @beta
|
8567
|
+
*/
|
8568
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
8569
|
+
/**
|
8570
|
+
* Optional props needed to lookup a mention query and display mentions
|
8571
|
+
* @beta
|
8572
|
+
*/
|
8573
|
+
mentionOptions?: MentionOptions;
|
7204
8574
|
/**
|
7205
8575
|
* Optional callback called when an inline image is clicked.
|
7206
8576
|
* @beta
|
7207
8577
|
*/
|
7208
8578
|
inlineImageOptions?: InlineImageOptions;
|
8579
|
+
/**
|
8580
|
+
* Options to enable rich text editor for the edit box.
|
8581
|
+
* @beta
|
8582
|
+
*/
|
8583
|
+
richTextEditorOptions?: RichTextEditorOptions;
|
7209
8584
|
};
|
7210
8585
|
|
7211
8586
|
/**
|
@@ -7279,8 +8654,14 @@ export declare interface MessageThreadStrings {
|
|
7279
8654
|
actionMenuMoreOptions?: string;
|
7280
8655
|
/** Aria label to announce when a message is deleted */
|
7281
8656
|
messageDeletedAnnouncementAriaLabel: string;
|
8657
|
+
/** String for download attachment button in attachment card */
|
8658
|
+
downloadAttachment: string;
|
7282
8659
|
/** String for open attachment button in attachment card */
|
7283
8660
|
openAttachment: string;
|
8661
|
+
/** String for policy violation message removal */
|
8662
|
+
blockedWarningText: string;
|
8663
|
+
/** String for policy violation message removal details link */
|
8664
|
+
blockedWarningLinkText: string;
|
7284
8665
|
/** String for aria text in attachment card group*/
|
7285
8666
|
attachmentCardGroupMessage: string;
|
7286
8667
|
}
|
@@ -7310,6 +8691,7 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
7310
8691
|
/** Styles for system message container. */
|
7311
8692
|
systemMessageContainer?: ComponentSlotStyle;
|
7312
8693
|
/** Styles for blocked message container. */
|
8694
|
+
blockedMessageContainer?: ComponentSlotStyle;
|
7313
8695
|
/** Styles for message status indicator container. */
|
7314
8696
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
7315
8697
|
}
|
@@ -7473,28 +8855,319 @@ export declare interface MicrophoneButtonStrings {
|
|
7473
8855
|
*/
|
7474
8856
|
export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
7475
8857
|
/**
|
7476
|
-
* Styles for the {@link MicrophoneButton} menu.
|
8858
|
+
* Styles for the {@link MicrophoneButton} menu.
|
8859
|
+
*/
|
8860
|
+
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
8861
|
+
}
|
8862
|
+
|
8863
|
+
/**
|
8864
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
8865
|
+
* by their browsers settings.
|
8866
|
+
*
|
8867
|
+
* @beta
|
8868
|
+
*/
|
8869
|
+
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
8870
|
+
|
8871
|
+
/**
|
8872
|
+
* @beta
|
8873
|
+
* Props for MicrophoneSitePermissions component.
|
8874
|
+
*/
|
8875
|
+
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
8876
|
+
/** Icon name for the microphone icon */
|
8877
|
+
microphoneIconName?: string;
|
8878
|
+
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
8879
|
+
strings?: MicrophoneSitePermissionsStrings;
|
8880
|
+
}
|
8881
|
+
|
8882
|
+
/**
|
8883
|
+
* @beta
|
8884
|
+
* Strings for MicrophoneSitePermissions component.
|
8885
|
+
*/
|
8886
|
+
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
8887
|
+
|
8888
|
+
/**
|
8889
|
+
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
8890
|
+
*
|
8891
|
+
* @public
|
8892
|
+
*/
|
8893
|
+
export declare type NetworkDiagnosticChangedEvent = NetworkDiagnosticChangedEventArgs & {
|
8894
|
+
type: 'network';
|
8895
|
+
};
|
8896
|
+
|
8897
|
+
/**
|
8898
|
+
* State only proxy for {@link @azure/communication-calling#NetworkDiagnostics}.
|
8899
|
+
*
|
8900
|
+
* @public
|
8901
|
+
*/
|
8902
|
+
export declare interface NetworkDiagnosticsState {
|
8903
|
+
latest: LatestNetworkDiagnostics;
|
8904
|
+
}
|
8905
|
+
|
8906
|
+
/**
|
8907
|
+
* A component to show notification messages on the UI.
|
8908
|
+
*
|
8909
|
+
* @beta
|
8910
|
+
*/
|
8911
|
+
export declare const NotificationBar: (props: NotificationBarProps) => JSX.Element;
|
8912
|
+
|
8913
|
+
/**
|
8914
|
+
* Props for {@link NotificationBar}.
|
8915
|
+
*
|
8916
|
+
* @beta
|
8917
|
+
*/
|
8918
|
+
export declare interface NotificationBarProps {
|
8919
|
+
/**
|
8920
|
+
* Notification bar strings;
|
8921
|
+
*/
|
8922
|
+
notificationBarStrings?: NotificationBarStrings;
|
8923
|
+
/**
|
8924
|
+
* Notification bar icon;
|
8925
|
+
*/
|
8926
|
+
notificationBarIconProps?: IIconProps;
|
8927
|
+
/**
|
8928
|
+
* If set, notifications will automatically dismiss after 5 seconds
|
8929
|
+
* @defaultValue false
|
8930
|
+
*/
|
8931
|
+
autoDismiss?: boolean;
|
8932
|
+
/**
|
8933
|
+
* If set, notifications will be shown in a stacked effect
|
8934
|
+
* @defaultValue false
|
8935
|
+
*/
|
8936
|
+
showStackedEffect?: boolean;
|
8937
|
+
/**
|
8938
|
+
* Callback called when the primary button inside notification bar is clicked.
|
8939
|
+
*/
|
8940
|
+
onClickPrimaryButton?: () => void;
|
8941
|
+
/**
|
8942
|
+
* Callback called when the secondary button inside notification bar is clicked.
|
8943
|
+
*/
|
8944
|
+
onClickSecondaryButton?: () => void;
|
8945
|
+
/**
|
8946
|
+
* Callback called when the notification is dismissed.
|
8947
|
+
*/
|
8948
|
+
onDismiss?: () => void;
|
8949
|
+
}
|
8950
|
+
|
8951
|
+
/**
|
8952
|
+
* All strings that may be shown on the UI in the {@link NotificationBar}.
|
8953
|
+
*
|
8954
|
+
* @beta
|
8955
|
+
*/
|
8956
|
+
export declare interface NotificationBarStrings {
|
8957
|
+
/**
|
8958
|
+
* Notification bar title.
|
8959
|
+
*/
|
8960
|
+
title: string;
|
8961
|
+
/**
|
8962
|
+
* Notification bar close button aria label
|
8963
|
+
*/
|
8964
|
+
closeButtonAriaLabel: string;
|
8965
|
+
/**
|
8966
|
+
* Notification bar message.
|
8967
|
+
*/
|
8968
|
+
message?: string;
|
8969
|
+
/**
|
8970
|
+
* Notification bar primary button label
|
8971
|
+
*/
|
8972
|
+
primaryButtonLabel?: string;
|
8973
|
+
/**
|
8974
|
+
* Notification bar secondary button label
|
8975
|
+
*/
|
8976
|
+
secondaryButtonLabel?: string;
|
8977
|
+
}
|
8978
|
+
|
8979
|
+
/**
|
8980
|
+
* A component to show notifications on the UI.
|
8981
|
+
* All strings that can be shown are accepted as the {@link NotificationsProps.strings} so that they can be localized.
|
8982
|
+
* Active notifications are selected by {@link NotificationsProps.activeNotifications}.
|
8983
|
+
*
|
8984
|
+
* This component internally tracks dismissed by the user.
|
8985
|
+
* * Notifications that have an associated timestamp: The notification is shown on the UI again if it occurs after being dismissed.
|
8986
|
+
* * Notifications that do not have a timestamp: The notification is dismissed until it disappears from the props.
|
8987
|
+
* If the notification recurs, it is shown in the UI.
|
8988
|
+
*
|
8989
|
+
*
|
8990
|
+
* @beta
|
8991
|
+
*/
|
8992
|
+
export declare const Notifications: (props: NotificationsProps) => JSX.Element;
|
8993
|
+
|
8994
|
+
/**
|
8995
|
+
* Props for {@link Notifications}.
|
8996
|
+
* @beta
|
8997
|
+
*/
|
8998
|
+
export declare interface NotificationsProps {
|
8999
|
+
/**
|
9000
|
+
* Strings shown on the UI on errors.
|
9001
|
+
*/
|
9002
|
+
strings?: NotificationsStrings;
|
9003
|
+
/**
|
9004
|
+
* Currently active notifications.
|
9005
|
+
*/
|
9006
|
+
activeNotifications: ActiveNotification[];
|
9007
|
+
/**
|
9008
|
+
* Max notifications to show at a time.
|
9009
|
+
* @defaultValue 2
|
9010
|
+
*/
|
9011
|
+
maxNotificationsToShow?: number;
|
9012
|
+
}
|
9013
|
+
|
9014
|
+
/**
|
9015
|
+
* All strings that may be shown on the UI in the {@link Notifications}.
|
9016
|
+
*
|
9017
|
+
* @beta
|
9018
|
+
*/
|
9019
|
+
export declare interface NotificationsStrings {
|
9020
|
+
/**
|
9021
|
+
* Unable to reach Chat service.
|
9022
|
+
*
|
9023
|
+
* This can mean:
|
9024
|
+
* - Incorrect Azure Communication Services endpoint was provided.
|
9025
|
+
* - User's network connection is down.
|
9026
|
+
*/
|
9027
|
+
unableToReachChatService: NotificationBarStrings;
|
9028
|
+
/**
|
9029
|
+
* User does not have access to the Chat service.
|
9030
|
+
* This usually means that either the Azure Communication Services endpiont or the token provided are incorrect.
|
9031
|
+
*/
|
9032
|
+
accessDenied: NotificationBarStrings;
|
9033
|
+
/**
|
9034
|
+
* User is no longer on the thread.
|
9035
|
+
*
|
9036
|
+
* See also: {@link NotificationsStrings.sendMessageNotInChatThread} for a more specific error.
|
9037
|
+
*/
|
9038
|
+
userNotInChatThread: NotificationBarStrings;
|
9039
|
+
/**
|
9040
|
+
* Sending message failed because user is no longer on the thread.
|
9041
|
+
*/
|
9042
|
+
sendMessageNotInChatThread: NotificationBarStrings;
|
9043
|
+
/**
|
9044
|
+
* A generic message when sending message fails.
|
9045
|
+
* Prefer more specific error strings when possible.
|
9046
|
+
*/
|
9047
|
+
sendMessageGeneric: NotificationBarStrings;
|
9048
|
+
/**
|
9049
|
+
* A generic message when starting video fails.
|
9050
|
+
*/
|
9051
|
+
startVideoGeneric: NotificationBarStrings;
|
9052
|
+
/**
|
9053
|
+
* A generic message when starting video fails.
|
9054
|
+
*/
|
9055
|
+
stopVideoGeneric: NotificationBarStrings;
|
9056
|
+
/**
|
9057
|
+
* A generic message when muting microphone fails.
|
9058
|
+
*/
|
9059
|
+
muteGeneric: NotificationBarStrings;
|
9060
|
+
/**
|
9061
|
+
* A generic message when unmuting microphone fails.
|
9062
|
+
*/
|
9063
|
+
unmuteGeneric: NotificationBarStrings;
|
9064
|
+
/**
|
9065
|
+
* A generic message when starting screenshare fails.
|
9066
|
+
*/
|
9067
|
+
startScreenShareGeneric: NotificationBarStrings;
|
9068
|
+
/**
|
9069
|
+
* A generic message when stopping screenshare fails.
|
9070
|
+
*/
|
9071
|
+
stopScreenShareGeneric: NotificationBarStrings;
|
9072
|
+
/**
|
9073
|
+
* Message shown when poor network quality is detected during a call.
|
9074
|
+
*/
|
9075
|
+
callNetworkQualityLow: NotificationBarStrings;
|
9076
|
+
/**
|
9077
|
+
* Message shown on failure to detect audio output devices.
|
9078
|
+
*/
|
9079
|
+
callNoSpeakerFound: NotificationBarStrings;
|
9080
|
+
/**
|
9081
|
+
* Message shown on failure to detect audio input devices.
|
9082
|
+
*/
|
9083
|
+
callNoMicrophoneFound: NotificationBarStrings;
|
9084
|
+
/**
|
9085
|
+
* Message shown when microphone can be enumerated but access is blocked by the system.
|
9086
|
+
*/
|
9087
|
+
callMicrophoneAccessDenied: NotificationBarStrings;
|
9088
|
+
/**
|
9089
|
+
* Message shown when microphone can be enumerated but access is blocked by the system, for safari browsers
|
9090
|
+
*/
|
9091
|
+
callMicrophoneAccessDeniedSafari: NotificationBarStrings;
|
9092
|
+
/**
|
9093
|
+
* Message shown when microphone is muted by the system (not by local or remote participants)
|
9094
|
+
*/
|
9095
|
+
callMicrophoneMutedBySystem: NotificationBarStrings;
|
9096
|
+
/**
|
9097
|
+
* Message shown when microphone is unmuted by the system (not by local or remote participants).
|
9098
|
+
* This typically occurs if the system recovers from an unexpected mute.
|
9099
|
+
*/
|
9100
|
+
callMicrophoneUnmutedBySystem: NotificationBarStrings;
|
9101
|
+
/**
|
9102
|
+
* Mac OS specific message shown when microphone can be enumerated but access is
|
9103
|
+
* blocked by the system.
|
9104
|
+
*/
|
9105
|
+
callMacOsMicrophoneAccessDenied: NotificationBarStrings;
|
9106
|
+
/**
|
9107
|
+
* Message shown when poor network causes local video stream to be frozen.
|
9108
|
+
*/
|
9109
|
+
callLocalVideoFreeze: NotificationBarStrings;
|
9110
|
+
/**
|
9111
|
+
* Message shown when camera can be enumerated but access is blocked by the system.
|
9112
|
+
*/
|
9113
|
+
callCameraAccessDenied: NotificationBarStrings;
|
9114
|
+
/**
|
9115
|
+
* Message shown when camera can be enumerated but access is blocked by the system, for safari browsers
|
9116
|
+
*/
|
9117
|
+
callCameraAccessDeniedSafari: NotificationBarStrings;
|
9118
|
+
/**
|
9119
|
+
* Message shown when local video fails to start because camera is already in use by
|
9120
|
+
* another applciation.
|
9121
|
+
*/
|
9122
|
+
callCameraAlreadyInUse: NotificationBarStrings;
|
9123
|
+
/**
|
9124
|
+
* Message shown when local video is stopped by the system (not by local or remote participants)
|
9125
|
+
*/
|
9126
|
+
callVideoStoppedBySystem: NotificationBarStrings;
|
9127
|
+
/**
|
9128
|
+
* Message shown when local video was recovered by the system (not by the local participant)
|
9129
|
+
*/
|
9130
|
+
callVideoRecoveredBySystem: NotificationBarStrings;
|
9131
|
+
/**
|
9132
|
+
* Mac OS specific message shown when system denies access to camera.
|
9133
|
+
*/
|
9134
|
+
callMacOsCameraAccessDenied: NotificationBarStrings;
|
9135
|
+
/**
|
9136
|
+
* Mac OS specific message shown when system denies sharing local screen on a call.
|
9137
|
+
*/
|
9138
|
+
callMacOsScreenShareAccessDenied: NotificationBarStrings;
|
9139
|
+
/**
|
9140
|
+
* Dimiss Notifications button aria label read by screen reader accessibility tools
|
9141
|
+
*/
|
9142
|
+
dismissButtonAriaLabel?: NotificationBarStrings;
|
9143
|
+
/**
|
9144
|
+
* An error message when joining a call fails.
|
9145
|
+
*/
|
9146
|
+
failedToJoinCallGeneric?: NotificationBarStrings;
|
9147
|
+
/**
|
9148
|
+
* An error message when joining a call fails specifically due to an invalid meeting link.
|
7477
9149
|
*/
|
7478
|
-
|
9150
|
+
failedToJoinCallInvalidMeetingLink?: NotificationBarStrings;
|
9151
|
+
/**
|
9152
|
+
* Error string letting you know remote participants see a frozen stream for you.
|
9153
|
+
*/
|
9154
|
+
cameraFrozenForRemoteParticipants?: NotificationBarStrings;
|
9155
|
+
/**
|
9156
|
+
* Unable to start effect
|
9157
|
+
*/
|
9158
|
+
unableToStartVideoEffect?: NotificationBarStrings;
|
9159
|
+
/**
|
9160
|
+
* An error message when starting spotlight while max participants are spotlighted
|
9161
|
+
*/
|
9162
|
+
startSpotlightWhileMaxParticipantsAreSpotlighted: NotificationBarStrings;
|
7479
9163
|
}
|
7480
9164
|
|
7481
9165
|
/**
|
7482
|
-
*
|
7483
|
-
*
|
7484
|
-
* @public
|
7485
|
-
*/
|
7486
|
-
export declare type NetworkDiagnosticChangedEvent = NetworkDiagnosticChangedEventArgs & {
|
7487
|
-
type: 'network';
|
7488
|
-
};
|
7489
|
-
|
7490
|
-
/**
|
7491
|
-
* State only proxy for {@link @azure/communication-calling#NetworkDiagnostics}.
|
9166
|
+
* All notifications that can be shown in the {@link Notifications}.
|
7492
9167
|
*
|
7493
|
-
* @
|
9168
|
+
* @beta
|
7494
9169
|
*/
|
7495
|
-
export declare
|
7496
|
-
latest: LatestNetworkDiagnostics;
|
7497
|
-
}
|
9170
|
+
export declare type NotificationType = keyof NotificationsStrings;
|
7498
9171
|
|
7499
9172
|
/**
|
7500
9173
|
* Callback function used to provide custom data to build profile for a user or bot.
|
@@ -7625,6 +9298,14 @@ export declare interface ParticipantItemProps {
|
|
7625
9298
|
onClick?: (props?: ParticipantItemProps) => void;
|
7626
9299
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
7627
9300
|
showParticipantOverflowTooltip?: boolean;
|
9301
|
+
/**
|
9302
|
+
* Optional value to determine and display a participants connection status.
|
9303
|
+
* For example, `Connecting`, `Ringing` etc.
|
9304
|
+
* The actual text that is displayed is determined by the localized string
|
9305
|
+
* corresponding to the provided participant state.
|
9306
|
+
* For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
|
9307
|
+
*/
|
9308
|
+
participantState?: ParticipantState;
|
7628
9309
|
/**
|
7629
9310
|
* Optional aria property that prefixes the ParticipantItems aria content
|
7630
9311
|
* Takes in a unique id value of the element you would like to be read before the ParticipantItem.
|
@@ -7650,6 +9331,10 @@ export declare interface ParticipantItemStrings {
|
|
7650
9331
|
mutedIconLabel: string;
|
7651
9332
|
/** placeholder text for participants who does not have a display name*/
|
7652
9333
|
displayNamePlaceholder?: string;
|
9334
|
+
/** String shown when `participantState` is `Ringing` */
|
9335
|
+
participantStateRinging?: string;
|
9336
|
+
/** String shown when `participantState` is `Hold` */
|
9337
|
+
participantStateHold?: string;
|
7653
9338
|
/** String for the attendee role */
|
7654
9339
|
attendeeRole: string;
|
7655
9340
|
}
|
@@ -7727,9 +9412,15 @@ export declare type ParticipantListProps = {
|
|
7727
9412
|
onFetchParticipantMenuItems?: ParticipantMenuItemsCallback;
|
7728
9413
|
/** Optional callback when rendered ParticipantItem is clicked */
|
7729
9414
|
onParticipantClick?: (participant?: ParticipantListParticipant) => void;
|
9415
|
+
/** Optional callback to render a context menu to mute a participant */
|
9416
|
+
onMuteParticipant?: (userId: string) => Promise<void>;
|
7730
9417
|
styles?: ParticipantListStyles;
|
7731
9418
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
7732
9419
|
showParticipantOverflowTooltip?: boolean;
|
9420
|
+
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
9421
|
+
totalParticipantCount?: number;
|
9422
|
+
/** Strings for the participant list */
|
9423
|
+
strings?: ParticipantListStrings;
|
7733
9424
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
7734
9425
|
participantAriaLabelledBy?: string;
|
7735
9426
|
};
|
@@ -7742,8 +9433,21 @@ export declare type ParticipantListProps = {
|
|
7742
9433
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
7743
9434
|
participants: CallParticipantListParticipant[];
|
7744
9435
|
myUserId: string;
|
9436
|
+
totalParticipantCount?: number;
|
7745
9437
|
};
|
7746
9438
|
|
9439
|
+
/**
|
9440
|
+
* Strings for the {@link ParticipantList}.
|
9441
|
+
*
|
9442
|
+
* @beta
|
9443
|
+
*/
|
9444
|
+
export declare interface ParticipantListStrings {
|
9445
|
+
/**
|
9446
|
+
* String for rendering the count of participants not contained in the displayed participant list
|
9447
|
+
*/
|
9448
|
+
overflowParticipantCount?: string;
|
9449
|
+
}
|
9450
|
+
|
7747
9451
|
/**
|
7748
9452
|
* Styles for the {@link ParticipantList}.
|
7749
9453
|
*
|
@@ -8218,6 +9922,15 @@ export declare interface RecordingCallFeature {
|
|
8218
9922
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
8219
9923
|
*/
|
8220
9924
|
isRecordingActive: boolean;
|
9925
|
+
/**
|
9926
|
+
* Contains list of information of started recordings
|
9927
|
+
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
9928
|
+
*/
|
9929
|
+
activeRecordings?: RecordingInfo[];
|
9930
|
+
/**
|
9931
|
+
* Contains list of information of stopped recordings
|
9932
|
+
*/
|
9933
|
+
lastStoppedRecording?: RecordingInfo[];
|
8221
9934
|
}
|
8222
9935
|
|
8223
9936
|
/**
|
@@ -8356,6 +10069,175 @@ export declare type ResourceFetchResult = {
|
|
8356
10069
|
error?: Error;
|
8357
10070
|
};
|
8358
10071
|
|
10072
|
+
/**
|
10073
|
+
* Options for the rich text editor configuration.
|
10074
|
+
*
|
10075
|
+
* @beta
|
10076
|
+
*/
|
10077
|
+
export declare interface RichTextEditorOptions {
|
10078
|
+
/**
|
10079
|
+
* Optional callback to handle paste event.
|
10080
|
+
*/
|
10081
|
+
onPaste?: (event: {
|
10082
|
+
content: DocumentFragment;
|
10083
|
+
}) => void;
|
10084
|
+
}
|
10085
|
+
|
10086
|
+
/**
|
10087
|
+
* A component to render SendBox with Rich Text Editor support.
|
10088
|
+
*
|
10089
|
+
* @beta
|
10090
|
+
*/
|
10091
|
+
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
10092
|
+
|
10093
|
+
/**
|
10094
|
+
* Props for {@link RichTextSendBox}.
|
10095
|
+
*
|
10096
|
+
* @beta
|
10097
|
+
*/
|
10098
|
+
export declare interface RichTextSendBoxProps {
|
10099
|
+
/**
|
10100
|
+
* Optional boolean to disable text box
|
10101
|
+
* @defaultValue false
|
10102
|
+
*/
|
10103
|
+
disabled?: boolean;
|
10104
|
+
/**
|
10105
|
+
* Optional callback to handle paste event.
|
10106
|
+
*/
|
10107
|
+
onPaste?: (event: {
|
10108
|
+
content: DocumentFragment;
|
10109
|
+
}) => void;
|
10110
|
+
/**
|
10111
|
+
* Optional strings to override in component
|
10112
|
+
*/
|
10113
|
+
strings?: Partial<RichTextSendBoxStrings>;
|
10114
|
+
/**
|
10115
|
+
* Optional text for system message above the text box
|
10116
|
+
*/
|
10117
|
+
systemMessage?: string;
|
10118
|
+
/**
|
10119
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
10120
|
+
* to render attachments being uploaded in the SendBox.
|
10121
|
+
* @beta
|
10122
|
+
*/
|
10123
|
+
attachments?: AttachmentMetadataInProgress[];
|
10124
|
+
/**
|
10125
|
+
* enumerable to determine if the input box has focus on render or not.
|
10126
|
+
* When undefined nothing has focus on render
|
10127
|
+
*/
|
10128
|
+
autoFocus?: 'sendBoxTextField';
|
10129
|
+
/**
|
10130
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
10131
|
+
* cancel icon.
|
10132
|
+
* @beta
|
10133
|
+
*/
|
10134
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
10135
|
+
/**
|
10136
|
+
* Callback function used when the send button is clicked.
|
10137
|
+
*/
|
10138
|
+
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
10139
|
+
/**
|
10140
|
+
* Optional callback called when user is typing
|
10141
|
+
*/
|
10142
|
+
onTyping?: () => Promise<void>;
|
10143
|
+
}
|
10144
|
+
|
10145
|
+
/**
|
10146
|
+
* Strings of {@link RichTextSendBox} that can be overridden.
|
10147
|
+
*
|
10148
|
+
* @beta
|
10149
|
+
*/
|
10150
|
+
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
10151
|
+
}
|
10152
|
+
|
10153
|
+
/**
|
10154
|
+
* Strings of RichText that can be overridden.
|
10155
|
+
*
|
10156
|
+
* @beta
|
10157
|
+
*/
|
10158
|
+
export declare interface RichTextStrings {
|
10159
|
+
/**
|
10160
|
+
* Tooltip text for the bold button.
|
10161
|
+
*/
|
10162
|
+
richTextBoldTooltip: string;
|
10163
|
+
/**
|
10164
|
+
* Tooltip text for the italic button.
|
10165
|
+
*/
|
10166
|
+
richTextItalicTooltip: string;
|
10167
|
+
/**
|
10168
|
+
* Tooltip text for the underline button.
|
10169
|
+
*/
|
10170
|
+
richTextUnderlineTooltip: string;
|
10171
|
+
/**
|
10172
|
+
* Tooltip text for the bullet list button.
|
10173
|
+
*/
|
10174
|
+
richTextBulletListTooltip: string;
|
10175
|
+
/**
|
10176
|
+
* Tooltip text for the number list button.
|
10177
|
+
*/
|
10178
|
+
richTextNumberListTooltip: string;
|
10179
|
+
/**
|
10180
|
+
* Tooltip text for the increase indent button.
|
10181
|
+
*/
|
10182
|
+
richTextIncreaseIndentTooltip: string;
|
10183
|
+
/**
|
10184
|
+
* Tooltip text for the decrease indent button.
|
10185
|
+
*/
|
10186
|
+
richTextDecreaseIndentTooltip: string;
|
10187
|
+
/**
|
10188
|
+
* Tooltip text insert table button.
|
10189
|
+
*/
|
10190
|
+
richTextInsertTableTooltip: string;
|
10191
|
+
/**
|
10192
|
+
* Tooltip text for the rich text format button button.
|
10193
|
+
*/
|
10194
|
+
richTextFormatButtonTooltip: string;
|
10195
|
+
/**
|
10196
|
+
* Text for the insert menu item.
|
10197
|
+
*/
|
10198
|
+
richTextInsertRowOrColumnMenu: string;
|
10199
|
+
/**
|
10200
|
+
* Title for the insert table menu.
|
10201
|
+
*/
|
10202
|
+
richTextInsertTableMenuTitle: string;
|
10203
|
+
/**
|
10204
|
+
* Text for the insert menu item to insert row above the current selection.
|
10205
|
+
*/
|
10206
|
+
richTextInsertRowAboveMenu: string;
|
10207
|
+
/**
|
10208
|
+
* Text for the insert menu item to insert row below the current selection.
|
10209
|
+
*/
|
10210
|
+
richTextInsertRowBelowMenu: string;
|
10211
|
+
/**
|
10212
|
+
* Text for the insert menu item to insert column to the left from the current selection.
|
10213
|
+
*/
|
10214
|
+
richTextInsertColumnLeftMenu: string;
|
10215
|
+
/**
|
10216
|
+
* Text for the insert menu item to insert column to the right from the current selection.
|
10217
|
+
*/
|
10218
|
+
richTextInsertColumnRightMenu: string;
|
10219
|
+
/**
|
10220
|
+
* Text for the delete row or column menu.
|
10221
|
+
*/
|
10222
|
+
richTextDeleteRowOrColumnMenu: string;
|
10223
|
+
/**
|
10224
|
+
* Text for the delete column menu.
|
10225
|
+
*/
|
10226
|
+
richTextDeleteColumnMenu: string;
|
10227
|
+
/**
|
10228
|
+
* Text for the delete row menu.
|
10229
|
+
*/
|
10230
|
+
richTextDeleteRowMenu: string;
|
10231
|
+
/**
|
10232
|
+
* Text for the delete table menu.
|
10233
|
+
*/
|
10234
|
+
richTextDeleteTableMenu: string;
|
10235
|
+
/**
|
10236
|
+
* Text for the rich text toolbar more button.
|
10237
|
+
*/
|
10238
|
+
richTextToolbarMoreButtonAriaLabel: string;
|
10239
|
+
}
|
10240
|
+
|
8359
10241
|
/**
|
8360
10242
|
* A button to start / stop screen sharing.
|
8361
10243
|
*
|
@@ -8427,6 +10309,19 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
8427
10309
|
*/
|
8428
10310
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
8429
10311
|
|
10312
|
+
/**
|
10313
|
+
* @beta
|
10314
|
+
* Error to be displayed to the user in an error bar above sendbox.
|
10315
|
+
*/
|
10316
|
+
export declare interface SendBoxErrorBarError {
|
10317
|
+
/** Error Message to be displayed */
|
10318
|
+
message: string;
|
10319
|
+
/**
|
10320
|
+
* Unix Timestamp. Preferred generation using `Date.now()`
|
10321
|
+
*/
|
10322
|
+
timestamp: number;
|
10323
|
+
}
|
10324
|
+
|
8430
10325
|
/**
|
8431
10326
|
* Props for {@link SendBox}.
|
8432
10327
|
*
|
@@ -8445,7 +10340,12 @@ export declare interface SendBoxProps {
|
|
8445
10340
|
/**
|
8446
10341
|
* Optional override behavior on send button click
|
8447
10342
|
*/
|
8448
|
-
onSendMessage?: (content: string) => Promise<void>;
|
10343
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
10344
|
+
/**
|
10345
|
+
* Optional props needed to lookup suggestions in the mention scenario.
|
10346
|
+
* @beta
|
10347
|
+
*/
|
10348
|
+
mentionLookupOptions?: MentionLookupOptions;
|
8449
10349
|
/**
|
8450
10350
|
* Optional callback called when user is typing
|
8451
10351
|
*/
|
@@ -8482,6 +10382,25 @@ export declare interface SendBoxProps {
|
|
8482
10382
|
* When undefined nothing has focus on render
|
8483
10383
|
*/
|
8484
10384
|
autoFocus?: 'sendBoxTextField';
|
10385
|
+
/**
|
10386
|
+
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
10387
|
+
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
10388
|
+
* be rendered below the text area in sendBox.
|
10389
|
+
* @beta
|
10390
|
+
*/
|
10391
|
+
onRenderAttachmentUploads?: () => JSX.Element;
|
10392
|
+
/**
|
10393
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
10394
|
+
* to render attachments being uploaded in the SendBox.
|
10395
|
+
* @beta
|
10396
|
+
*/
|
10397
|
+
attachments?: AttachmentMetadataInProgress[];
|
10398
|
+
/**
|
10399
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
10400
|
+
* cancel icon.
|
10401
|
+
* @beta
|
10402
|
+
*/
|
10403
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
8485
10404
|
}
|
8486
10405
|
|
8487
10406
|
/**
|
@@ -8512,6 +10431,26 @@ export declare interface SendBoxStrings {
|
|
8512
10431
|
* Aria label for send message button
|
8513
10432
|
*/
|
8514
10433
|
sendButtonAriaLabel: string;
|
10434
|
+
/**
|
10435
|
+
* Error message indicating that all attachment uploads are not complete.
|
10436
|
+
*/
|
10437
|
+
attachmentUploadsPendingError: string;
|
10438
|
+
/**
|
10439
|
+
* Aria label to notify user when focus is on cancel attachment upload button.
|
10440
|
+
*/
|
10441
|
+
removeAttachment: string;
|
10442
|
+
/**
|
10443
|
+
* Aria label to notify user attachment uploading starts.
|
10444
|
+
*/
|
10445
|
+
uploading: string;
|
10446
|
+
/**
|
10447
|
+
* Aria label to notify user attachment is uploaded.
|
10448
|
+
*/
|
10449
|
+
uploadCompleted: string;
|
10450
|
+
/**
|
10451
|
+
* Aria label to notify user more attachment action menu.
|
10452
|
+
*/
|
10453
|
+
attachmentMoreMenu: string;
|
8515
10454
|
}
|
8516
10455
|
|
8517
10456
|
/**
|
@@ -8532,6 +10471,45 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
8532
10471
|
systemMessage?: IStyle;
|
8533
10472
|
}
|
8534
10473
|
|
10474
|
+
/**
|
10475
|
+
* @beta
|
10476
|
+
* Strings for SitePermissions component
|
10477
|
+
*/
|
10478
|
+
export declare type SitePermissionsStrings = {
|
10479
|
+
/**
|
10480
|
+
* Main text string.
|
10481
|
+
*/
|
10482
|
+
primaryText?: string;
|
10483
|
+
/**
|
10484
|
+
* Subtext string.
|
10485
|
+
*/
|
10486
|
+
secondaryText?: string;
|
10487
|
+
/**
|
10488
|
+
* More help link string.
|
10489
|
+
*/
|
10490
|
+
linkText?: string;
|
10491
|
+
/**
|
10492
|
+
* Primary button text string.
|
10493
|
+
*/
|
10494
|
+
primaryButtonText?: string;
|
10495
|
+
/**
|
10496
|
+
* Aria label describing the content of the container
|
10497
|
+
*/
|
10498
|
+
ariaLabel?: string;
|
10499
|
+
};
|
10500
|
+
|
10501
|
+
/**
|
10502
|
+
* Fluent styles for {@link SitePermissionsContainer}.
|
10503
|
+
*
|
10504
|
+
* @beta
|
10505
|
+
*/
|
10506
|
+
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
10507
|
+
/** Styles for the primary button. */
|
10508
|
+
primaryButton?: IButtonStyles;
|
10509
|
+
/** Styles for the help troubleshooting link text. */
|
10510
|
+
troubleshootingLink?: ILinkStyles;
|
10511
|
+
}
|
10512
|
+
|
8535
10513
|
/**
|
8536
10514
|
* @public
|
8537
10515
|
* Type for representing a custom sound to use for a calling event
|
@@ -8712,7 +10690,14 @@ export declare interface SpotlightState {
|
|
8712
10690
|
* Identifier types for initiating a call using the CallAdapter
|
8713
10691
|
* @public
|
8714
10692
|
*/
|
8715
|
-
export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | UnknownIdentifier);
|
10693
|
+
export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | /* @conditional-compile-remove(PSTN-calls) */ PhoneNumberIdentifier | /* @conditional-compile-remove(one-to-n-calling) */ CommunicationUserIdentifier | /* @conditional-compile-remove(teams-adhoc-call) */ MicrosoftTeamsUserIdentifier | UnknownIdentifier) | /* @conditional-compile-remove(start-call-beta) */ CommunicationIdentifier;
|
10694
|
+
|
10695
|
+
/**
|
10696
|
+
* Parameter to start a call using a Teams user identity.
|
10697
|
+
*
|
10698
|
+
* @beta
|
10699
|
+
*/
|
10700
|
+
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
8716
10701
|
|
8717
10702
|
/**
|
8718
10703
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
@@ -8825,6 +10810,19 @@ export declare interface StatefulCallClient extends CallClient {
|
|
8825
10810
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
8826
10811
|
*/
|
8827
10812
|
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
10813
|
+
/** @conditional-compile-remove(one-to-n-calling) */
|
10814
|
+
/**
|
10815
|
+
* The CallAgent is used to handle calls.
|
10816
|
+
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
10817
|
+
* - The CallClient can only have one active CallAgent instance at a time.
|
10818
|
+
* - You can create a new CallClient instance to create a new CallAgent.
|
10819
|
+
* - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
|
10820
|
+
* createCallAgent() method again to create a new CallAgent.
|
10821
|
+
* @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
|
10822
|
+
* @param options - The CallAgentOptions for additional options like display name.
|
10823
|
+
* @public
|
10824
|
+
*/
|
10825
|
+
createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
|
8828
10826
|
}
|
8829
10827
|
|
8830
10828
|
/**
|
@@ -8838,6 +10836,15 @@ export declare type StatefulCallClientArgs = {
|
|
8838
10836
|
* state. It is not used by StatefulCallClient.
|
8839
10837
|
*/
|
8840
10838
|
userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
|
10839
|
+
/**
|
10840
|
+
* A phone number in E.164 format that will be used to represent the callers identity. This number is required
|
10841
|
+
* to start a PSTN call.
|
10842
|
+
*
|
10843
|
+
* example: +11234567
|
10844
|
+
*
|
10845
|
+
* This is not a cached value from the headless calling client.
|
10846
|
+
*/
|
10847
|
+
alternateCallerId?: string;
|
8841
10848
|
};
|
8842
10849
|
|
8843
10850
|
/**
|
@@ -9112,13 +11119,18 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
9112
11119
|
*
|
9113
11120
|
* @public
|
9114
11121
|
*/
|
9115
|
-
export declare type TeamsCallAdapterArgs = {
|
11122
|
+
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
11123
|
+
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
11124
|
+
};
|
11125
|
+
|
11126
|
+
/**
|
11127
|
+
* Common part of args to create the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
11128
|
+
*
|
11129
|
+
* @public
|
11130
|
+
*/
|
11131
|
+
export declare type TeamsCallAdapterArgsCommon = {
|
9116
11132
|
userId: MicrosoftTeamsUserIdentifier;
|
9117
11133
|
credential: CommunicationTokenCredential;
|
9118
|
-
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
9119
|
-
/**
|
9120
|
-
* Optional parameters for the {@link TeamsCallAdapter} created
|
9121
|
-
*/
|
9122
11134
|
options?: TeamsAdapterOptions;
|
9123
11135
|
};
|
9124
11136
|
|
@@ -9134,6 +11146,17 @@ export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
|
|
9134
11146
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
9135
11147
|
}
|
9136
11148
|
|
11149
|
+
/**
|
11150
|
+
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
11151
|
+
*
|
11152
|
+
* This is used to create an outbound call scenarios.
|
11153
|
+
*
|
11154
|
+
* @beta
|
11155
|
+
*/
|
11156
|
+
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
11157
|
+
targetCallees: StartTeamsCallIdentifier[];
|
11158
|
+
};
|
11159
|
+
|
9137
11160
|
/**
|
9138
11161
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
9139
11162
|
*
|
@@ -9334,11 +11357,115 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
9334
11357
|
typingString?: IStyle;
|
9335
11358
|
}
|
9336
11359
|
|
11360
|
+
/**
|
11361
|
+
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
11362
|
+
*
|
11363
|
+
* @beta
|
11364
|
+
*/
|
11365
|
+
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
11366
|
+
|
11367
|
+
/**
|
11368
|
+
* props for {@link UnsupportedBrowser} UI
|
11369
|
+
*
|
11370
|
+
* @beta
|
11371
|
+
*/
|
11372
|
+
export declare interface UnsupportedBrowserProps {
|
11373
|
+
/** Handler to perform an action when the help link is actioned */
|
11374
|
+
onTroubleshootingClick?: () => void;
|
11375
|
+
/** String overrides for the component */
|
11376
|
+
strings?: UnsupportedBrowserStrings;
|
11377
|
+
}
|
11378
|
+
|
11379
|
+
/**
|
11380
|
+
* Strings for UnsupportedBrowser component
|
11381
|
+
*
|
11382
|
+
* @beta
|
11383
|
+
*/
|
11384
|
+
export declare interface UnsupportedBrowserStrings {
|
11385
|
+
/** String for the primary text */
|
11386
|
+
primaryText: string;
|
11387
|
+
/** String for the secondary text */
|
11388
|
+
secondaryText: string;
|
11389
|
+
/** String to display in the text for the help link */
|
11390
|
+
moreHelpLinkText: string;
|
11391
|
+
}
|
11392
|
+
|
11393
|
+
/**
|
11394
|
+
* UI to display to the user that the browser version they are using is out of date
|
11395
|
+
* and not supported by Azure Communications Calling service.
|
11396
|
+
*
|
11397
|
+
* @beta
|
11398
|
+
*/
|
11399
|
+
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
11400
|
+
|
11401
|
+
/**
|
11402
|
+
* props for {@link UnsupportedBrowserVersion} UI
|
11403
|
+
*
|
11404
|
+
* @beta
|
11405
|
+
*/
|
11406
|
+
export declare interface UnsupportedBrowserVersionProps {
|
11407
|
+
/** Handler to perform an action when the help link is actioned */
|
11408
|
+
onTroubleshootingClick?: () => void;
|
11409
|
+
/** String overrides for the component */
|
11410
|
+
strings?: UnsupportedBrowserVersionStrings;
|
11411
|
+
/** Handler to allow user to continue into the call */
|
11412
|
+
onContinueAnywayClick?: () => void;
|
11413
|
+
}
|
11414
|
+
|
11415
|
+
/**
|
11416
|
+
* Strings for UnsupportedBrowser component
|
11417
|
+
*
|
11418
|
+
* @beta
|
11419
|
+
*/
|
11420
|
+
export declare interface UnsupportedBrowserVersionStrings {
|
11421
|
+
/** String for the primary text */
|
11422
|
+
primaryText: string;
|
11423
|
+
/** String for the secondary text */
|
11424
|
+
secondaryText: string;
|
11425
|
+
/** String to display in the text for the help link */
|
11426
|
+
moreHelpLinkText: string;
|
11427
|
+
/** String for continue without updating button */
|
11428
|
+
continueAnywayButtonText?: string;
|
11429
|
+
}
|
11430
|
+
|
11431
|
+
/**
|
11432
|
+
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
11433
|
+
*
|
11434
|
+
* @beta
|
11435
|
+
*/
|
11436
|
+
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
11437
|
+
|
11438
|
+
/**
|
11439
|
+
* Props for {@link UnsupportedOperatingSystem} UI
|
11440
|
+
*
|
11441
|
+
* @beta
|
11442
|
+
*/
|
11443
|
+
export declare interface UnsupportedOperatingSystemProps {
|
11444
|
+
/** Handler to perform a action when the help link is actioned */
|
11445
|
+
onTroubleshootingClick?: () => void;
|
11446
|
+
/** String overrides for the component */
|
11447
|
+
strings?: UnsupportedOperatingSystemStrings;
|
11448
|
+
}
|
11449
|
+
|
11450
|
+
/**
|
11451
|
+
* Strings for UnsupportedBrowser component
|
11452
|
+
*
|
11453
|
+
* @beta
|
11454
|
+
*/
|
11455
|
+
export declare interface UnsupportedOperatingSystemStrings {
|
11456
|
+
/** String for the primary text */
|
11457
|
+
primaryText: string;
|
11458
|
+
/** String for the secondary text */
|
11459
|
+
secondaryText: string;
|
11460
|
+
/** String to display in the text for the help link */
|
11461
|
+
moreHelpLinkText: string;
|
11462
|
+
}
|
11463
|
+
|
9337
11464
|
/**
|
9338
11465
|
* @public
|
9339
11466
|
* Callback function run when a message is updated.
|
9340
11467
|
*/
|
9341
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
11468
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
9342
11469
|
|
9343
11470
|
/**
|
9344
11471
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -9512,7 +11639,7 @@ export declare const useTeamsCall: () => undefined | /* @conditional-compile-rem
|
|
9512
11639
|
*
|
9513
11640
|
* @public
|
9514
11641
|
*/
|
9515
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
11642
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs | /* @conditional-compile-remove(teams-identity-support-beta) */ TeamsOutboundCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
9516
11643
|
|
9517
11644
|
/**
|
9518
11645
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -9663,7 +11790,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
9663
11790
|
/**
|
9664
11791
|
* @public
|
9665
11792
|
*/
|
9666
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
11793
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | 'focusedContent';
|
9667
11794
|
|
9668
11795
|
/**
|
9669
11796
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -9831,6 +11958,10 @@ export declare interface VideoGalleryProps {
|
|
9831
11958
|
* Additional Options for Video Tiles
|
9832
11959
|
*/
|
9833
11960
|
videoTilesOptions?: VideoTilesOptions;
|
11961
|
+
/**
|
11962
|
+
* This callback is to mute a remote participant
|
11963
|
+
*/
|
11964
|
+
onMuteParticipant?: (userId: string) => Promise<void>;
|
9834
11965
|
}
|
9835
11966
|
|
9836
11967
|
/**
|
@@ -9843,6 +11974,11 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
|
|
9843
11974
|
isSpeaking?: boolean;
|
9844
11975
|
/** Video stream of shared screen */
|
9845
11976
|
screenShareStream?: VideoGalleryStream;
|
11977
|
+
/**
|
11978
|
+
* @beta
|
11979
|
+
* The connection state of the participant. For example, 'Hold', 'Connecting' etc.
|
11980
|
+
*/
|
11981
|
+
state?: ParticipantState;
|
9846
11982
|
/** Whether participant is raised a hand */
|
9847
11983
|
raisedHand?: RaisedHand;
|
9848
11984
|
/**
|
@@ -10113,6 +12249,11 @@ export declare interface VideoTileProps {
|
|
10113
12249
|
isSpeaking?: boolean;
|
10114
12250
|
/** Whether the participant is raised hand. Show a indicator (border) and icon with order */
|
10115
12251
|
raisedHand?: RaisedHand;
|
12252
|
+
/**
|
12253
|
+
* The call connection state of the participant.
|
12254
|
+
* For example, `Hold` means the participant is on hold.
|
12255
|
+
*/
|
12256
|
+
participantState?: ParticipantState;
|
10116
12257
|
/**
|
10117
12258
|
* Strings to override in the component.
|
10118
12259
|
*/
|
@@ -10156,6 +12297,8 @@ export declare interface VideoTilesOptions {
|
|
10156
12297
|
export declare interface VideoTileStrings {
|
10157
12298
|
/** Aria label for announcing the remote video tile drawer menu */
|
10158
12299
|
moreOptionsButtonAriaLabel: string;
|
12300
|
+
participantStateRinging: string;
|
12301
|
+
participantStateHold: string;
|
10159
12302
|
}
|
10160
12303
|
|
10161
12304
|
/**
|