@azure/communication-react 1.18.0 → 1.19.0-alpha-202407230014
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 +2254 -161
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-DKLA2xEh.js +251 -0
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-DKLA2xEh.js.map +1 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-CBXO5qQp.js +54 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-CBXO5qQp.js.map +1 -0
- package/dist/dist-cjs/communication-react/index-C-_eEXgc.js +42813 -0
- package/dist/dist-cjs/communication-react/index-C-_eEXgc.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +166 -34363
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/common.d.ts +13 -0
- package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/dataConversion.d.ts +6 -0
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js +17 -0
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js.map +1 -0
- package/dist/dist-esm/acs-ui-common/src/identifier.js +4 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts +2 -0
- package/dist/dist-esm/acs-ui-common/src/index.js +2 -0
- package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.d.ts +19 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js +51 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +1 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.d.ts +5 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js +5 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js.map +1 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.d.ts +19 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +57 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +1 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +5 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +11 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +12 -0
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +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 +7 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +26 -55
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +10 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +96 -60
- 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 +3 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +12 -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 +2 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js +2 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +37 -66
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +1 -0
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +38 -12
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.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 +11 -9
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +19 -10
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +36 -7
- 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.d.ts +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +80 -77
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +58 -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 +12 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +100 -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 -86
- 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 +44 -9
- 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 +5 -0
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +25 -20
- 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.d.ts +2 -8
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +14 -16
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +3 -15
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +17 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +36 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +1 -3
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +11 -0
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +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 +14 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +17 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.d.ts +17 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +49 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +9 -1
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +16 -0
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -3
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +6 -7
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +3 -0
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +15 -15
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +6 -2
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +54 -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 +78 -18
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +3 -7
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +3 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.d.ts +6 -0
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js +23 -0
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js.map +1 -0
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +10 -3
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +15 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +16 -22
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +11 -12
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +4 -16
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +57 -67
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +114 -128
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/index.d.ts +1 -0
- package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +34 -0
- package/dist/dist-esm/communication-react/src/index.js +18 -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 +21 -15
- 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 +21 -18
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.js +8 -19
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
- package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +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 +13 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +30 -24
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +11 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +64 -30
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +9 -5
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +10 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +15 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +8 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +43 -9
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +2 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +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 +23 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +20 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +243 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +23 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +54 -7
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +8 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +53 -12
- 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 +91 -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.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +9 -5
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +2 -6
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
- package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.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/IncomingCallNotification.d.ts +102 -0
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js +88 -0
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js.map +1 -0
- 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 +32 -19
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +15 -23
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +4 -12
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +121 -0
- package/dist/dist-esm/react-components/src/components/MentionPopover.js +126 -0
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +20 -33
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +68 -5
- package/dist/dist-esm/react-components/src/components/MessageThread.js +115 -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/Notification.js +4 -8
- package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/NotificationStack.js +9 -8
- package/dist/dist-esm/react-components/src/components/NotificationStack.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 +57 -41
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +46 -32
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +6 -12
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.js +27 -28
- package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +31 -18
- 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 +33 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +101 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +23 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +42 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +66 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +20 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +45 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +29 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +92 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +58 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +277 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +37 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +100 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +216 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +262 -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 +229 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +49 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +67 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +6 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +13 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +6 -14
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +47 -1
- package/dist/dist-esm/react-components/src/components/SendBox.js +112 -13
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +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 +26 -11
- 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 +50 -19
- 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 +2 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +54 -46
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +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 +7 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +116 -25
- 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 +40 -59
- 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 +22 -0
- package/dist/dist-esm/react-components/src/components/index.js +17 -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 +2 -2
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +15 -17
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +58 -0
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +144 -0
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +3 -10
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js +2 -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 +24 -14
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Notification.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +6 -4
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +14 -8
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +82 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +293 -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.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +1 -2
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +26 -0
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +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 +40 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +140 -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 +21 -17
- 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 +59 -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 +8 -2
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +3 -5
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +2 -2
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js +15 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +33 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +151 -14
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +6 -0
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +25 -0
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.d.ts +6 -0
- package/dist/dist-esm/react-components/src/theming/themes.js +10 -0
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -7
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/Attachment.d.ts +13 -0
- package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +20 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/OnRender.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 +91 -47
- 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 +128 -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 +65 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +271 -63
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +68 -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 +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +129 -46
- 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 +67 -36
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +15 -13
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +10 -32
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +29 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +169 -53
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +10 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.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.js +61 -18
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +12 -9
- 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 +27 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +40 -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 +21 -10
- 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 +24 -24
- 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 +8 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +11 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +1 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js +10 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +14 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +2 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +41 -29
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +1 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.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.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 +4 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +14 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +131 -25
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +15 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +68 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +91 -19
- 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 +24 -6
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +149 -38
- 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 +59 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +11 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +44 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +10 -4
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +20 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +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 +27 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +10 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +287 -24
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +18 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +18 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +49 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +48 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +44 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +245 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +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 +6 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +78 -32
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +12 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +80 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +41 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.d.ts +38 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +82 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +5 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +27 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +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 +68 -40
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +39 -37
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +124 -63
- 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.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +107 -116
- 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 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +11 -9
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +18 -11
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +16 -16
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +30 -10
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +10 -0
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +20 -0
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +18 -2
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +39 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +7 -15
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js +19 -34
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +11 -8
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +11 -12
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/constants.js +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +44 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +15 -3
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +4 -10
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +11 -44
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +6 -29
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +4 -22
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +15 -13
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +20 -4
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +17 -12
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js +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 +17 -17
@@ -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';
|
@@ -59,16 +63,20 @@ import { IContextualMenuItemStyles } from '@fluentui/react';
|
|
59
63
|
import { IContextualMenuProps } from '@fluentui/react';
|
60
64
|
import { IContextualMenuStyles } from '@fluentui/react';
|
61
65
|
import { IIconProps } from '@fluentui/react';
|
66
|
+
import { ILinkStyles } from '@fluentui/react';
|
62
67
|
import { IMessageBarProps } from '@fluentui/react';
|
68
|
+
import { IncomingCall } from '@azure/communication-calling';
|
63
69
|
import { IPersonaStyleProps } from '@fluentui/react';
|
64
70
|
import { IPersonaStyles } from '@fluentui/react';
|
65
71
|
import { IRawStyle } from '@fluentui/react';
|
66
72
|
import { IRenderFunction } from '@fluentui/react';
|
73
|
+
import { IStackStyles } from '@fluentui/react';
|
67
74
|
import { IStyle } from '@fluentui/react';
|
68
75
|
import { IStyleFunctionOrObject } from '@fluentui/react';
|
69
76
|
import { ITextFieldStyles } from '@fluentui/react';
|
70
77
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
71
78
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
79
|
+
import { LocalRecordingInfo } from '@azure/communication-calling';
|
72
80
|
import { LocalVideoStream } from '@azure/communication-calling';
|
73
81
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
74
82
|
import { MediaStreamType } from '@azure/communication-calling';
|
@@ -82,10 +90,12 @@ import { PermissionConstraints } from '@azure/communication-calling';
|
|
82
90
|
import { PersonaInitialsColor } from '@fluentui/react';
|
83
91
|
import { PersonaPresence } from '@fluentui/react';
|
84
92
|
import { PersonaSize } from '@fluentui/react';
|
93
|
+
import { PhoneNumberIdentifier } from '@azure/communication-common';
|
85
94
|
import { PropertyChangedEvent } from '@azure/communication-calling';
|
86
95
|
import { default as React_2 } from 'react';
|
87
96
|
import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
88
97
|
import { ReactionMessage } from '@azure/communication-calling';
|
98
|
+
import { RecordingInfo } from '@azure/communication-calling';
|
89
99
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
90
100
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
91
101
|
import { RoomCallLocator } from '@azure/communication-calling';
|
@@ -97,6 +107,7 @@ import { StartCaptionsOptions } from '@azure/communication-calling';
|
|
97
107
|
import { TeamsCall } from '@azure/communication-calling';
|
98
108
|
import { TeamsCallAgent } from '@azure/communication-calling';
|
99
109
|
import { TeamsCallInfo } from '@azure/communication-calling';
|
110
|
+
import { TeamsIncomingCall } from '@azure/communication-calling';
|
100
111
|
import { TeamsMeetingIdLocator } from '@azure/communication-calling';
|
101
112
|
import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
|
102
113
|
import { Theme } from '@fluentui/react';
|
@@ -244,6 +255,40 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
244
255
|
*/
|
245
256
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
246
257
|
|
258
|
+
/**
|
259
|
+
* @beta
|
260
|
+
* A callback function that defines what actions user can perform on an attachment.
|
261
|
+
* By default, the UI library would have default actions that opens attachment URL in a new tab.
|
262
|
+
* You can override the default actions or add new actions by providing this callback function.
|
263
|
+
* Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
|
264
|
+
*
|
265
|
+
* @param attachment - The file attachment that user is trying to perform actions on.
|
266
|
+
* @param message - The chat message that contains this attachment.
|
267
|
+
* @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
|
268
|
+
*/
|
269
|
+
export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
|
270
|
+
|
271
|
+
/**
|
272
|
+
* @beta
|
273
|
+
*
|
274
|
+
* Attachment download options defines the list of actions that can be performed on an attachment.
|
275
|
+
*/
|
276
|
+
export declare interface AttachmentDownloadOptions {
|
277
|
+
actionsForAttachment: AttachmentActionHandler;
|
278
|
+
}
|
279
|
+
|
280
|
+
/**
|
281
|
+
* @beta
|
282
|
+
*
|
283
|
+
* Attachment menu action defines buttons that can be shown on the attachment card.
|
284
|
+
* If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
|
285
|
+
*/
|
286
|
+
export declare interface AttachmentMenuAction {
|
287
|
+
name: string;
|
288
|
+
icon: JSX.Element;
|
289
|
+
onClick: (attachment: AttachmentMetadata) => Promise<void>;
|
290
|
+
}
|
291
|
+
|
247
292
|
/**
|
248
293
|
* Data model that represents a chat message attachment
|
249
294
|
* where it contains an ID to uniquely identify the attachment,
|
@@ -267,6 +312,150 @@ export declare interface AttachmentMetadata {
|
|
267
312
|
url: string;
|
268
313
|
}
|
269
314
|
|
315
|
+
/**
|
316
|
+
* Data model that represents a chat message attachment being uploaded
|
317
|
+
* where it contains an ID to uniquely identify the attachment,
|
318
|
+
* a name that represents the name of file,
|
319
|
+
* an optional URL to download the attachment,
|
320
|
+
* an optional progress value between 0 and 1 indicating the progress of the upload, and
|
321
|
+
* an optional error object that contains error message would be shown to the user.
|
322
|
+
*
|
323
|
+
*
|
324
|
+
* @beta
|
325
|
+
*/
|
326
|
+
export declare interface AttachmentMetadataInProgress {
|
327
|
+
/**
|
328
|
+
* Unique ID of the attachment.
|
329
|
+
*/
|
330
|
+
id: string;
|
331
|
+
/**
|
332
|
+
* Attachment name to be displayed.
|
333
|
+
*/
|
334
|
+
name: string;
|
335
|
+
/**
|
336
|
+
* Download URL for the attachment.
|
337
|
+
*/
|
338
|
+
url?: string;
|
339
|
+
/**
|
340
|
+
* A number between 0 and 1 indicating the progress of the upload.
|
341
|
+
*/
|
342
|
+
progress?: number;
|
343
|
+
/**
|
344
|
+
* A object contains error message would be shown to the user.
|
345
|
+
*/
|
346
|
+
error?: AttachmentProgressError;
|
347
|
+
}
|
348
|
+
|
349
|
+
/**
|
350
|
+
* @beta
|
351
|
+
*
|
352
|
+
* Attachment Options that defines behaviour for uploading and downloading attachments.
|
353
|
+
*/
|
354
|
+
export declare interface AttachmentOptions {
|
355
|
+
uploadOptions?: AttachmentUploadOptions;
|
356
|
+
downloadOptions?: AttachmentDownloadOptions;
|
357
|
+
}
|
358
|
+
|
359
|
+
/**
|
360
|
+
* @beta
|
361
|
+
* A attachment progress error object that contains message to be shown to
|
362
|
+
* the user when upload fails.
|
363
|
+
*/
|
364
|
+
export declare interface AttachmentProgressError {
|
365
|
+
message: string;
|
366
|
+
}
|
367
|
+
|
368
|
+
/**
|
369
|
+
* @beta
|
370
|
+
* A callback function for handling attachment removed by the user in send box.
|
371
|
+
*
|
372
|
+
* @param attachmentId - The ID of uploaded attachments.
|
373
|
+
*/
|
374
|
+
export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
|
375
|
+
|
376
|
+
/**
|
377
|
+
* @beta
|
378
|
+
* A callback function for handling list of upload tasks that contains files selected by user to upload.
|
379
|
+
*
|
380
|
+
* @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
|
381
|
+
*/
|
382
|
+
export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
|
383
|
+
|
384
|
+
/**
|
385
|
+
* @beta
|
386
|
+
*/
|
387
|
+
export declare interface AttachmentUploadOptions {
|
388
|
+
/**
|
389
|
+
* A list of strings containing the comma separated list of supported media (aka. mime) types.
|
390
|
+
* i.e. ['image/*', 'video/*', 'audio/*']
|
391
|
+
* Default value is `['*']`, meaning all media types are supported.
|
392
|
+
* Similar to the `accept` attribute of the `<input type="attachment" />` element.
|
393
|
+
* @beta
|
394
|
+
*/
|
395
|
+
supportedMediaTypes?: string[];
|
396
|
+
/**
|
397
|
+
* Disable multiple attachments to be selected if set to `true`.
|
398
|
+
* Default value is `false`, meaning multiple attachments can be selected.
|
399
|
+
* Similar to the `multiple` attribute of the `<input type="attachment" />` element.
|
400
|
+
* @beta
|
401
|
+
*/
|
402
|
+
disableMultipleUploads?: boolean;
|
403
|
+
/**
|
404
|
+
* A callback function of type {@link AttachmentSelectionHandler} that will be called
|
405
|
+
* when user finishes selecting files in browser's file picker. This function is required since
|
406
|
+
* this would be where upload logic is implemented to your own storage.
|
407
|
+
* @beta
|
408
|
+
*/
|
409
|
+
handleAttachmentSelection: AttachmentSelectionHandler;
|
410
|
+
/**
|
411
|
+
* A optional callback function that will be called
|
412
|
+
* when user removing files before clicking send message button. This function will be
|
413
|
+
* where you can remove the file from your storage.
|
414
|
+
* @beta
|
415
|
+
*/
|
416
|
+
handleAttachmentRemoval?: AttachmentRemovalHandler;
|
417
|
+
}
|
418
|
+
|
419
|
+
/**
|
420
|
+
* A upload task represents and manages an attachment that is being uploaded.
|
421
|
+
* When using the Composite, an attachment upload task is created for each file user is selected to upload.
|
422
|
+
* A upload task is complete when notifyUploadCompleted is called.
|
423
|
+
* A upload task is failed when notifyUploadFailed is called.
|
424
|
+
* @beta
|
425
|
+
*/
|
426
|
+
export declare interface AttachmentUploadTask {
|
427
|
+
/**
|
428
|
+
* Unique identifier for the attachment upload task.
|
429
|
+
*/
|
430
|
+
taskId: string;
|
431
|
+
/**
|
432
|
+
* HTML {@link File} object for the uploaded attachment.
|
433
|
+
*/
|
434
|
+
file?: File;
|
435
|
+
/**
|
436
|
+
* {@link Blob} object for the uploaded inline image.
|
437
|
+
*/
|
438
|
+
image?: Blob;
|
439
|
+
/**
|
440
|
+
* Update the progress of the upload changed.
|
441
|
+
* A upload is considered complete when the progress reaches 1.
|
442
|
+
* @param value - number between 0 and 1
|
443
|
+
*/
|
444
|
+
notifyUploadProgressChanged: (value: number) => void;
|
445
|
+
/**
|
446
|
+
* Mark the upload task as complete.
|
447
|
+
* An attachment is considered completed uploading when ID and URL are provided.
|
448
|
+
* @param id - the unique identifier of the attachment.
|
449
|
+
* @param url - the download URL of the attachment.
|
450
|
+
*/
|
451
|
+
notifyUploadCompleted: (id: string, url: string) => void;
|
452
|
+
/**
|
453
|
+
* Mark the upload task as failed.
|
454
|
+
* @param message - An error message that can be displayed to the user.
|
455
|
+
*/
|
456
|
+
notifyUploadFailed: (message: string) => void;
|
457
|
+
}
|
458
|
+
|
270
459
|
/**
|
271
460
|
* Custom data attributes for displaying avatar for a user.
|
272
461
|
*
|
@@ -296,6 +485,11 @@ export declare type AvatarPersonaData = {
|
|
296
485
|
* @defaultvalue `white`
|
297
486
|
*/
|
298
487
|
initialsTextColor?: string;
|
488
|
+
/**
|
489
|
+
* If true, show the special coin for unknown persona.
|
490
|
+
* It has '?' in place of initials, with static font and background colors
|
491
|
+
*/
|
492
|
+
showUnknownPersonaCoin?: boolean;
|
299
493
|
};
|
300
494
|
|
301
495
|
/**
|
@@ -317,6 +511,11 @@ export declare type AzureCommunicationCallAdapterArgs = {
|
|
317
511
|
displayName: string;
|
318
512
|
credential: CommunicationTokenCredential;
|
319
513
|
locator: CallAdapterLocator;
|
514
|
+
/**
|
515
|
+
* A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
|
516
|
+
* E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
|
517
|
+
*/
|
518
|
+
alternateCallerId?: string;
|
320
519
|
/**
|
321
520
|
* Optional parameters for the {@link AzureCommunicationCallAdapter} created
|
322
521
|
*/
|
@@ -341,6 +540,7 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
|
|
341
540
|
displayName: string;
|
342
541
|
credential: CommunicationTokenCredential;
|
343
542
|
locator: CallAndChatLocator | TeamsMeetingLinkLocator | /** @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
543
|
+
alternateCallerId?: string;
|
344
544
|
callAdapterOptions?: AzureCommunicationCallAdapterOptions;
|
345
545
|
};
|
346
546
|
|
@@ -385,6 +585,11 @@ export declare type AzureCommunicationOutboundCallAdapterArgs = {
|
|
385
585
|
displayName: string;
|
386
586
|
credential: CommunicationTokenCredential;
|
387
587
|
targetCallees: StartCallIdentifier[];
|
588
|
+
/**
|
589
|
+
* A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
|
590
|
+
* E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
|
591
|
+
*/
|
592
|
+
alternateCallerId?: string;
|
388
593
|
/**
|
389
594
|
* Optional parameters for the {@link AzureCommunicationCallAdapter} created
|
390
595
|
*/
|
@@ -446,6 +651,156 @@ export declare interface BaseCustomStyles {
|
|
446
651
|
root?: IStyle;
|
447
652
|
}
|
448
653
|
|
654
|
+
/**
|
655
|
+
* Content blocked message type.
|
656
|
+
*
|
657
|
+
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
658
|
+
*
|
659
|
+
* @beta
|
660
|
+
*/
|
661
|
+
export declare interface BlockedMessage extends MessageCommon {
|
662
|
+
messageType: 'blocked';
|
663
|
+
warningText?: string;
|
664
|
+
linkText?: string;
|
665
|
+
link?: string;
|
666
|
+
deletedOn?: Date;
|
667
|
+
senderId?: string;
|
668
|
+
senderDisplayName?: string;
|
669
|
+
status?: MessageStatus;
|
670
|
+
attached?: MessageAttachedStatus;
|
671
|
+
mine?: boolean;
|
672
|
+
}
|
673
|
+
|
674
|
+
/**
|
675
|
+
* @beta
|
676
|
+
* Props for BrowserPermissionDeniedIOS component.
|
677
|
+
*/
|
678
|
+
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
679
|
+
/**
|
680
|
+
* Localization strings for BrowserPermissionDeniedIOS component.
|
681
|
+
*/
|
682
|
+
strings?: BrowserPermissionDeniedIOSStrings;
|
683
|
+
/**
|
684
|
+
* Link to image source.
|
685
|
+
*
|
686
|
+
* Image is inserted into the top of the component.
|
687
|
+
*/
|
688
|
+
imageSource?: string;
|
689
|
+
}
|
690
|
+
|
691
|
+
/**
|
692
|
+
* @beta
|
693
|
+
* Strings for BrowserPermissionDeniedIOS component
|
694
|
+
*/
|
695
|
+
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
696
|
+
/**
|
697
|
+
* Image alt text
|
698
|
+
*/
|
699
|
+
imageAltText: string;
|
700
|
+
/**
|
701
|
+
* Main text string.
|
702
|
+
*/
|
703
|
+
primaryText: string;
|
704
|
+
/**
|
705
|
+
* Subtext string.
|
706
|
+
*/
|
707
|
+
secondaryText: string;
|
708
|
+
/**
|
709
|
+
* Step 1 string
|
710
|
+
*/
|
711
|
+
step1Text: string;
|
712
|
+
/**
|
713
|
+
* Step 1 digit string
|
714
|
+
*/
|
715
|
+
step1DigitText: string;
|
716
|
+
/**
|
717
|
+
* Step 2 string
|
718
|
+
*/
|
719
|
+
step2Text: string;
|
720
|
+
/**
|
721
|
+
* Step 2 digit string
|
722
|
+
*/
|
723
|
+
step2DigitText: string;
|
724
|
+
/**
|
725
|
+
* Step 3 string
|
726
|
+
*/
|
727
|
+
step3Text: string;
|
728
|
+
/**
|
729
|
+
* Step 3 digit string
|
730
|
+
*/
|
731
|
+
step3DigitText: string;
|
732
|
+
/**
|
733
|
+
* Step 4 string
|
734
|
+
*/
|
735
|
+
step4Text: string;
|
736
|
+
/**
|
737
|
+
* Step 4 digit string
|
738
|
+
*/
|
739
|
+
step4DigitText: string;
|
740
|
+
}
|
741
|
+
|
742
|
+
/**
|
743
|
+
* @beta
|
744
|
+
* Props for BrowserPermissionDenied component.
|
745
|
+
*/
|
746
|
+
export declare interface BrowserPermissionDeniedProps {
|
747
|
+
/**
|
748
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
749
|
+
*/
|
750
|
+
onTroubleshootingClick?: () => void;
|
751
|
+
/**
|
752
|
+
* Action to be taken by the try again primary button.
|
753
|
+
*/
|
754
|
+
onTryAgainClick?: () => void;
|
755
|
+
/**
|
756
|
+
* Localization strings for BrowserPermissionDenied component.
|
757
|
+
*/
|
758
|
+
strings?: BrowserPermissionDeniedStrings;
|
759
|
+
/**
|
760
|
+
* Allows users to pass in an object contains custom CSS styles.
|
761
|
+
* @Example
|
762
|
+
* ```
|
763
|
+
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
764
|
+
* ```
|
765
|
+
*/
|
766
|
+
styles?: BrowserPermissionDeniedStyles;
|
767
|
+
}
|
768
|
+
|
769
|
+
/**
|
770
|
+
* @beta
|
771
|
+
* Strings for BrowserPermissionDenied component
|
772
|
+
*/
|
773
|
+
export declare interface BrowserPermissionDeniedStrings {
|
774
|
+
/**
|
775
|
+
* Main button text string.
|
776
|
+
*/
|
777
|
+
primaryButtonText: string;
|
778
|
+
/**
|
779
|
+
* Main text string.
|
780
|
+
*/
|
781
|
+
primaryText: string;
|
782
|
+
/**
|
783
|
+
* Subtext string.
|
784
|
+
*/
|
785
|
+
secondaryText: string;
|
786
|
+
/**
|
787
|
+
* More help link string.
|
788
|
+
*/
|
789
|
+
linkText: string;
|
790
|
+
}
|
791
|
+
|
792
|
+
/**
|
793
|
+
* Fluent styles for {@link BrowserPermissionDenied}.
|
794
|
+
*
|
795
|
+
* @beta
|
796
|
+
*/
|
797
|
+
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
798
|
+
/** Styles for the primary button. */
|
799
|
+
primaryButton?: IButtonStyles;
|
800
|
+
/** Styles for the help troubleshooting link text. */
|
801
|
+
troubleshootingLink?: ILinkStyles;
|
802
|
+
}
|
803
|
+
|
449
804
|
/**
|
450
805
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
451
806
|
*
|
@@ -529,6 +884,12 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
|
|
529
884
|
* @public
|
530
885
|
*/
|
531
886
|
startCall(participants: string[], options?: StartCallOptions): Call | undefined;
|
887
|
+
/**
|
888
|
+
* Start the call.
|
889
|
+
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
890
|
+
* @public
|
891
|
+
*/
|
892
|
+
startCall(participants: StartCallIdentifier[], options?: StartCallOptions): Call | undefined;
|
532
893
|
}
|
533
894
|
|
534
895
|
/**
|
@@ -611,6 +972,12 @@ export declare interface CallAdapterCallOperations {
|
|
611
972
|
* @public
|
612
973
|
*/
|
613
974
|
removeParticipant(userId: string): Promise<void>;
|
975
|
+
/**
|
976
|
+
* Remove a participant from the call.
|
977
|
+
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
978
|
+
* @beta
|
979
|
+
*/
|
980
|
+
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
614
981
|
/**
|
615
982
|
* Create the html view for a stream.
|
616
983
|
*
|
@@ -662,12 +1029,35 @@ export declare interface CallAdapterCallOperations {
|
|
662
1029
|
* @public
|
663
1030
|
*/
|
664
1031
|
disposeLocalVideoStreamView(): Promise<void>;
|
1032
|
+
/**
|
1033
|
+
* Holds the call.
|
1034
|
+
*
|
1035
|
+
* @beta
|
1036
|
+
*/
|
1037
|
+
holdCall(): Promise<void>;
|
1038
|
+
/**
|
1039
|
+
* Resumes the call from a `LocalHold` state.
|
1040
|
+
*
|
1041
|
+
* @beta
|
1042
|
+
*/
|
1043
|
+
resumeCall(): Promise<void>;
|
1044
|
+
/**
|
1045
|
+
* Add a participant to the call.
|
1046
|
+
*
|
1047
|
+
* @beta
|
1048
|
+
*/
|
1049
|
+
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
1050
|
+
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
665
1051
|
/**
|
666
1052
|
* send dtmf tone to another participant in a 1:1 PSTN call
|
667
1053
|
*
|
668
1054
|
* @public
|
669
1055
|
*/
|
670
1056
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1057
|
+
/**
|
1058
|
+
* Continues into a call when the browser version is not supported.
|
1059
|
+
*/
|
1060
|
+
allowUnsupportedBrowserVersion(): void;
|
671
1061
|
/**
|
672
1062
|
* Function to Start captions
|
673
1063
|
* @param options - options for start captions
|
@@ -733,6 +1123,16 @@ export declare interface CallAdapterCallOperations {
|
|
733
1123
|
* Stop all spotlights
|
734
1124
|
*/
|
735
1125
|
stopAllSpotlight(): Promise<void>;
|
1126
|
+
/**
|
1127
|
+
* Mute a participant
|
1128
|
+
*
|
1129
|
+
* @param userId - Id of the participant to mute
|
1130
|
+
*/
|
1131
|
+
muteParticipant(userId: string): Promise<void>;
|
1132
|
+
/**
|
1133
|
+
* Mute All participants
|
1134
|
+
*/
|
1135
|
+
muteAllRemoteParticipants(): Promise<void>;
|
736
1136
|
}
|
737
1137
|
|
738
1138
|
/**
|
@@ -767,6 +1167,14 @@ export declare type CallAdapterClientState = {
|
|
767
1167
|
* Latest error encountered for each operation performed via the adapter.
|
768
1168
|
*/
|
769
1169
|
latestErrors: AdapterErrors;
|
1170
|
+
/**
|
1171
|
+
* Azure communications Phone number to make PSTN calls with.
|
1172
|
+
*/
|
1173
|
+
alternateCallerId?: string;
|
1174
|
+
/**
|
1175
|
+
* Environment information about system the adapter is made on
|
1176
|
+
*/
|
1177
|
+
environmentInfo?: EnvironmentInfo;
|
770
1178
|
/**
|
771
1179
|
* State to track whether the local participant's camera is on. To be used when creating a custom
|
772
1180
|
* control bar with the CallComposite.
|
@@ -885,7 +1293,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
885
1293
|
*
|
886
1294
|
* @public
|
887
1295
|
*/
|
888
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
1296
|
+
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;
|
889
1297
|
|
890
1298
|
/**
|
891
1299
|
* {@link CommonCallAdapter} state.
|
@@ -994,6 +1402,10 @@ export declare interface CallAdapterSubscribers {
|
|
994
1402
|
* Subscribe function for 'spotlightChanged' event.
|
995
1403
|
*/
|
996
1404
|
on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
1405
|
+
/**
|
1406
|
+
* Subscribe function for 'mutedByOthers' event.
|
1407
|
+
*/
|
1408
|
+
on(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
997
1409
|
/**
|
998
1410
|
* Unsubscribe function for 'participantsJoined' event.
|
999
1411
|
*/
|
@@ -1074,6 +1486,10 @@ export declare interface CallAdapterSubscribers {
|
|
1074
1486
|
* Unsubscribe function for 'spotlightChanged' event.
|
1075
1487
|
*/
|
1076
1488
|
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
1489
|
+
/**
|
1490
|
+
* Unsubscribe function for 'mutedByOthers' event.
|
1491
|
+
*/
|
1492
|
+
off(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1077
1493
|
}
|
1078
1494
|
|
1079
1495
|
/**
|
@@ -1084,6 +1500,7 @@ export declare interface CallAdapterSubscribers {
|
|
1084
1500
|
export declare type CallAdapterUiState = {
|
1085
1501
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1086
1502
|
page: CallCompositePage;
|
1503
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
1087
1504
|
};
|
1088
1505
|
|
1089
1506
|
/**
|
@@ -1127,7 +1544,7 @@ export declare interface CallAgentState {
|
|
1127
1544
|
*/
|
1128
1545
|
export declare interface CallAndChatLocator {
|
1129
1546
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1130
|
-
callLocator: GroupCallLocator;
|
1547
|
+
callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
|
1131
1548
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1132
1549
|
chatThreadId: string;
|
1133
1550
|
}
|
@@ -1214,6 +1631,16 @@ export declare interface CallClientState {
|
|
1214
1631
|
* See documentation of {@Link CallErrors} for details.
|
1215
1632
|
*/
|
1216
1633
|
latestErrors: CallErrors;
|
1634
|
+
/**
|
1635
|
+
* A phone number in E.164 format that will be used to represent callers identity.
|
1636
|
+
* For example, using the alternateCallerId to add a participant using PSTN, this number will
|
1637
|
+
* be used as the caller id in the PSTN call.
|
1638
|
+
*/
|
1639
|
+
alternateCallerId?: string;
|
1640
|
+
/**
|
1641
|
+
* state to track the environment that the stateful client was made in is supported
|
1642
|
+
*/
|
1643
|
+
environmentInfo?: EnvironmentInfo;
|
1217
1644
|
}
|
1218
1645
|
|
1219
1646
|
/**
|
@@ -1292,6 +1719,9 @@ export declare type CallCompositeIcons = {
|
|
1292
1719
|
ParticipantItemScreenShareStart?: JSX.Element;
|
1293
1720
|
VideoTileMicOff?: JSX.Element;
|
1294
1721
|
LocalCameraSwitch?: JSX.Element;
|
1722
|
+
PeoplePaneAddPerson?: JSX.Element;
|
1723
|
+
PeoplePaneOpenDialpad?: JSX.Element;
|
1724
|
+
DialpadStartCall?: JSX.Element;
|
1295
1725
|
NoticePageInviteToRoomRemoved?: JSX.Element;
|
1296
1726
|
BlurVideoBackground?: JSX.Element;
|
1297
1727
|
RemoveVideoBackgroundEffect?: JSX.Element;
|
@@ -1312,6 +1742,18 @@ export declare type CallCompositeIcons = {
|
|
1312
1742
|
StopAllSpotlightMenuButton?: JSX.Element;
|
1313
1743
|
};
|
1314
1744
|
|
1745
|
+
/**
|
1746
|
+
* Props for the OutboundCallComposite that you can use in your application.
|
1747
|
+
* @public
|
1748
|
+
*/
|
1749
|
+
export declare type CallCompositeLoaderProps = {
|
1750
|
+
userId: string;
|
1751
|
+
token: string;
|
1752
|
+
displayName: string;
|
1753
|
+
locator: CallAdapterLocator;
|
1754
|
+
options?: AzureCommunicationCallAdapterOptions;
|
1755
|
+
};
|
1756
|
+
|
1315
1757
|
/**
|
1316
1758
|
* Optional features of the {@link CallComposite}.
|
1317
1759
|
*
|
@@ -1330,6 +1772,56 @@ export declare type CallCompositeOptions = {
|
|
1330
1772
|
* @defaultValue true
|
1331
1773
|
*/
|
1332
1774
|
callControls?: boolean | CallControlOptions;
|
1775
|
+
/**
|
1776
|
+
* Device permissions check options for your call.
|
1777
|
+
* Here you can choose what device permissions you prompt the user for,
|
1778
|
+
* as well as what device permissions must be accepted before starting a call.
|
1779
|
+
*/
|
1780
|
+
deviceChecks?: DeviceCheckOptions;
|
1781
|
+
/**
|
1782
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1783
|
+
* unable to grant your site the required permissions for the call.
|
1784
|
+
*
|
1785
|
+
* @example
|
1786
|
+
* ```ts
|
1787
|
+
* onPermissionsTroubleshootingClick: () =>
|
1788
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1789
|
+
* ```
|
1790
|
+
*
|
1791
|
+
* @remarks
|
1792
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1793
|
+
*/
|
1794
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1795
|
+
camera: PermissionState;
|
1796
|
+
microphone: PermissionState;
|
1797
|
+
}) => void;
|
1798
|
+
/**
|
1799
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1800
|
+
* having network issues when connecting to the call.
|
1801
|
+
*
|
1802
|
+
* @example
|
1803
|
+
* ```ts
|
1804
|
+
* onNetworkingTroubleShootingClick?: () =>
|
1805
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1806
|
+
* ```
|
1807
|
+
*
|
1808
|
+
* @remarks
|
1809
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1810
|
+
*/
|
1811
|
+
onNetworkingTroubleShootingClick?: () => void;
|
1812
|
+
/**
|
1813
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1814
|
+
*
|
1815
|
+
* @example
|
1816
|
+
* ```ts
|
1817
|
+
* onBrowserTroubleShootingClick?: () =>
|
1818
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1819
|
+
* ```
|
1820
|
+
*
|
1821
|
+
* @remarks
|
1822
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
1823
|
+
*/
|
1824
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
1333
1825
|
/**
|
1334
1826
|
* Remote participant video tile menu options
|
1335
1827
|
*/
|
@@ -1450,7 +1942,7 @@ export declare type CallCompositeOptions = {
|
|
1450
1942
|
*
|
1451
1943
|
* @public
|
1452
1944
|
*/
|
1453
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest';
|
1945
|
+
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';
|
1454
1946
|
|
1455
1947
|
/**
|
1456
1948
|
* Props for {@link CallComposite}.
|
@@ -1701,17 +2193,37 @@ export declare interface CallCompositeStrings {
|
|
1701
2193
|
*/
|
1702
2194
|
dismissSidePaneButtonLabel?: string;
|
1703
2195
|
/**
|
1704
|
-
*
|
2196
|
+
* Side pane People section subheader.
|
1705
2197
|
*/
|
1706
|
-
|
2198
|
+
peoplePaneSubTitle: string;
|
1707
2199
|
/**
|
1708
|
-
* Label for
|
2200
|
+
* Label for button to copy invite link
|
1709
2201
|
*/
|
1710
|
-
|
2202
|
+
copyInviteLinkButtonLabel: string;
|
1711
2203
|
/**
|
1712
|
-
* Label for
|
2204
|
+
* Label for button to copy invite link when it has been actioned
|
1713
2205
|
*/
|
1714
|
-
|
2206
|
+
copyInviteLinkButtonActionedLabel: string;
|
2207
|
+
/**
|
2208
|
+
* Label for button to open dialpad
|
2209
|
+
*/
|
2210
|
+
openDialpadButtonLabel: string;
|
2211
|
+
/**
|
2212
|
+
* Label for menu item to remove participant
|
2213
|
+
*/
|
2214
|
+
removeMenuLabel: string;
|
2215
|
+
/**
|
2216
|
+
* Label for menu item to start spotlight on participant
|
2217
|
+
*/
|
2218
|
+
startSpotlightMenuLabel: string;
|
2219
|
+
/**
|
2220
|
+
* Label for menu item to add spotlight on participant
|
2221
|
+
*/
|
2222
|
+
addSpotlightMenuLabel: string;
|
2223
|
+
/**
|
2224
|
+
* Label for menu item to stop spotlight on participant
|
2225
|
+
*/
|
2226
|
+
stopSpotlightMenuLabel: string;
|
1715
2227
|
/**
|
1716
2228
|
* Label for menu item to stop spotlight on local user
|
1717
2229
|
*/
|
@@ -1724,10 +2236,58 @@ export declare interface CallCompositeStrings {
|
|
1724
2236
|
* Label for menu item to stop all spotlight
|
1725
2237
|
*/
|
1726
2238
|
stopAllSpotlightMenuLabel: string;
|
2239
|
+
/**
|
2240
|
+
* Label for add people dropdown
|
2241
|
+
*/
|
2242
|
+
peoplePaneAddPeopleButtonLabel: string;
|
2243
|
+
/**
|
2244
|
+
* Label for button to start a call
|
2245
|
+
*/
|
2246
|
+
dialpadStartCallButtonLabel: string;
|
2247
|
+
/**
|
2248
|
+
* Title for dialpad Modal
|
2249
|
+
*/
|
2250
|
+
dialpadModalTitle: string;
|
2251
|
+
/**
|
2252
|
+
* Aria Label for dialpad Modal
|
2253
|
+
*/
|
2254
|
+
dialpadModalAriaLabel: string;
|
2255
|
+
/**
|
2256
|
+
* Aria Label for dialpad Modal close button
|
2257
|
+
*/
|
2258
|
+
dialpadCloseModalButtonAriaLabel: string;
|
1727
2259
|
/**
|
1728
2260
|
* label for more button in the Calling composite
|
1729
2261
|
*/
|
1730
2262
|
moreButtonCallingLabel: string;
|
2263
|
+
/**
|
2264
|
+
* Label for the resume call button on the hold pane
|
2265
|
+
*/
|
2266
|
+
resumeCallButtonLabel: string;
|
2267
|
+
/**
|
2268
|
+
* Label for the resume call button on the hold pane when call is resuming
|
2269
|
+
*/
|
2270
|
+
resumingCallButtonLabel: string;
|
2271
|
+
/**
|
2272
|
+
* Aria label for the resume call button on the hold pane
|
2273
|
+
*/
|
2274
|
+
resumeCallButtonAriaLabel: string;
|
2275
|
+
/**
|
2276
|
+
* Aria label for the resume call button on the hold pane when call is resuming
|
2277
|
+
*/
|
2278
|
+
resumingCallButtonAriaLabel: string;
|
2279
|
+
/**
|
2280
|
+
* Label for the hold pane
|
2281
|
+
*/
|
2282
|
+
holdScreenLabel: string;
|
2283
|
+
/**
|
2284
|
+
* Placeholder text for dtmf dialpad
|
2285
|
+
*/
|
2286
|
+
dtmfDialpadPlaceholderText: string;
|
2287
|
+
/**
|
2288
|
+
* Label for the button to open dtmf dialpad
|
2289
|
+
*/
|
2290
|
+
openDtmfDialpadLabel: string;
|
1731
2291
|
/**
|
1732
2292
|
* aria label for when the invite link has been actioned
|
1733
2293
|
*/
|
@@ -1800,6 +2360,14 @@ export declare interface CallCompositeStrings {
|
|
1800
2360
|
* More details text of the page shown to the user when the user attempts to join a room they are not invited to.
|
1801
2361
|
*/
|
1802
2362
|
notInvitedToRoomDetails?: string;
|
2363
|
+
/**
|
2364
|
+
* Control bar People button ToolTipContent
|
2365
|
+
*/
|
2366
|
+
peopleButtonTooltipOpen: string;
|
2367
|
+
/**
|
2368
|
+
* Control bar People button ToolTipContent
|
2369
|
+
*/
|
2370
|
+
peopleButtonTooltipClose: string;
|
1803
2371
|
/**
|
1804
2372
|
* Label disaplayed on the lobby screen during a 1:1 outbound call.
|
1805
2373
|
*/
|
@@ -1948,6 +2516,38 @@ export declare interface CallCompositeStrings {
|
|
1948
2516
|
* notice to be announced by narrator the transfer page is showing
|
1949
2517
|
*/
|
1950
2518
|
transferPageNoticeString: string;
|
2519
|
+
/**
|
2520
|
+
* Title text of the page shown to the user when target participant could not be reached
|
2521
|
+
*/
|
2522
|
+
participantCouldNotBeReachedTitle?: string;
|
2523
|
+
/**
|
2524
|
+
* More details text of the page shown to the user when target participant could not be reached
|
2525
|
+
*/
|
2526
|
+
participantCouldNotBeReachedMoreDetails?: string;
|
2527
|
+
/**
|
2528
|
+
* Title text of the page shown to the user when permission to reach participant is not allowed
|
2529
|
+
*/
|
2530
|
+
permissionToReachTargetParticipantNotAllowedTitle?: string;
|
2531
|
+
/**
|
2532
|
+
* More details text of the page shown to the user when permission to reach participant is not allowed
|
2533
|
+
*/
|
2534
|
+
permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
|
2535
|
+
/**
|
2536
|
+
* Title text of the page shown to the user when tenant id for the target participant could not be resolved
|
2537
|
+
*/
|
2538
|
+
unableToResolveTenantTitle?: string;
|
2539
|
+
/**
|
2540
|
+
* More details text of the page shown to the user when tenant id for the target participant could not be resolved
|
2541
|
+
*/
|
2542
|
+
unableToResolveTenantMoreDetails?: string;
|
2543
|
+
/**
|
2544
|
+
* Title text of the page shown to the user when target participant id is malformed
|
2545
|
+
*/
|
2546
|
+
participantIdIsMalformedTitle?: string;
|
2547
|
+
/**
|
2548
|
+
* More details text of the page shown to the user when target participant id is malformed
|
2549
|
+
*/
|
2550
|
+
participantIdIsMalformedMoreDetails?: string;
|
1951
2551
|
/**
|
1952
2552
|
* Controls label to move the overflow gallery around
|
1953
2553
|
*/
|
@@ -2163,6 +2763,26 @@ export declare interface CallCompositeStrings {
|
|
2163
2763
|
* Error message when the meeting identifier or passcode is invalid
|
2164
2764
|
*/
|
2165
2765
|
phoneCallMoreButtonLabel: string;
|
2766
|
+
/**
|
2767
|
+
* Label for mute all remote participants menu item in People Pane
|
2768
|
+
*/
|
2769
|
+
muteAllMenuLabel: string;
|
2770
|
+
/**
|
2771
|
+
* Label for mute all prompt title
|
2772
|
+
*/
|
2773
|
+
muteAllDialogTitle: string;
|
2774
|
+
/**
|
2775
|
+
* Label for mute all prompt content
|
2776
|
+
*/
|
2777
|
+
muteAllDialogContent: string;
|
2778
|
+
/**
|
2779
|
+
* Label for mute all confirm button
|
2780
|
+
*/
|
2781
|
+
muteAllConfirmButtonLabel: string;
|
2782
|
+
/**
|
2783
|
+
* Label for mute all cancel button
|
2784
|
+
*/
|
2785
|
+
muteAllCancelButtonLabel: string;
|
2166
2786
|
}
|
2167
2787
|
|
2168
2788
|
/**
|
@@ -2247,7 +2867,7 @@ export declare type CallErrors = {
|
|
2247
2867
|
*
|
2248
2868
|
* @public
|
2249
2869
|
*/
|
2250
|
-
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.muteAllRemoteParticipants' | 'Call.setConstraints';
|
2870
|
+
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | /* @conditional-compile-remove(calling-beta-sdk) */ /* @conditional-compile-remove(teams-identity-support) */ 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallAgent.handlePushNotification' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admit' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.rejectParticipant' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admitAll' | /* @conditional-compile-remove(soft-mute) */ 'Call.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
|
2251
2871
|
|
2252
2872
|
/**
|
2253
2873
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -2355,6 +2975,23 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
2355
2975
|
spotlight?: Spotlight;
|
2356
2976
|
};
|
2357
2977
|
|
2978
|
+
/**
|
2979
|
+
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
2980
|
+
*
|
2981
|
+
* @remarks
|
2982
|
+
* This is currently in beta and only supports calling one Teams User.
|
2983
|
+
*
|
2984
|
+
* @example
|
2985
|
+
* ```
|
2986
|
+
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
2987
|
+
* ```
|
2988
|
+
*
|
2989
|
+
* @beta
|
2990
|
+
*/
|
2991
|
+
export declare type CallParticipantsLocator = {
|
2992
|
+
participantIds: string[];
|
2993
|
+
};
|
2994
|
+
|
2358
2995
|
/**
|
2359
2996
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
2360
2997
|
*
|
@@ -2455,6 +3092,10 @@ export declare interface CallState {
|
|
2455
3092
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
2456
3093
|
*/
|
2457
3094
|
recording: RecordingCallFeature;
|
3095
|
+
/**
|
3096
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3097
|
+
*/
|
3098
|
+
localRecording: LocalRecordingCallFeatureState;
|
2458
3099
|
/**
|
2459
3100
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
2460
3101
|
*
|
@@ -2511,6 +3152,10 @@ export declare interface CallState {
|
|
2511
3152
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
2512
3153
|
*/
|
2513
3154
|
role?: ParticipantRole;
|
3155
|
+
/**
|
3156
|
+
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3157
|
+
*/
|
3158
|
+
totalParticipantCount?: number;
|
2514
3159
|
/**
|
2515
3160
|
* Transfer state of call
|
2516
3161
|
*/
|
@@ -2530,7 +3175,7 @@ export declare interface CallState {
|
|
2530
3175
|
/**
|
2531
3176
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
2532
3177
|
*/
|
2533
|
-
info?: TeamsCallInfo;
|
3178
|
+
info?: TeamsCallInfo | /* @conditional-compile-remove(calling-beta-sdk) */ CallInfo;
|
2534
3179
|
/**
|
2535
3180
|
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
2536
3181
|
*/
|
@@ -2583,6 +3228,12 @@ export declare interface CallWithChatAdapterManagement {
|
|
2583
3228
|
* @public
|
2584
3229
|
*/
|
2585
3230
|
removeParticipant(userId: string): Promise<void>;
|
3231
|
+
/**
|
3232
|
+
* Remove a participant from the call.
|
3233
|
+
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
3234
|
+
* @beta
|
3235
|
+
*/
|
3236
|
+
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
2586
3237
|
/**
|
2587
3238
|
* Join the call with microphone initially on/off.
|
2588
3239
|
* @deprecated Use joinCall(options?:JoinCallOptions) instead.
|
@@ -2653,7 +3304,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
2653
3304
|
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
2654
3305
|
* @public
|
2655
3306
|
*/
|
2656
|
-
startCall(participants: (MicrosoftTeamsAppIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
|
3307
|
+
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;
|
2657
3308
|
/**
|
2658
3309
|
* Start sharing the screen during a call.
|
2659
3310
|
*
|
@@ -2816,7 +3467,19 @@ export declare interface CallWithChatAdapterManagement {
|
|
2816
3467
|
*
|
2817
3468
|
* @public
|
2818
3469
|
*/
|
2819
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3470
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
3471
|
+
/**
|
3472
|
+
* Upload an inline image for a message.
|
3473
|
+
*
|
3474
|
+
* @beta
|
3475
|
+
*/
|
3476
|
+
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
3477
|
+
/**
|
3478
|
+
* Delete an inline image for a message.
|
3479
|
+
*
|
3480
|
+
* @beta
|
3481
|
+
*/
|
3482
|
+
deleteImage(imageId: string): Promise<void>;
|
2820
3483
|
/**
|
2821
3484
|
* Send a read receipt for a message.
|
2822
3485
|
*
|
@@ -2834,7 +3497,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
2834
3497
|
*
|
2835
3498
|
* @public
|
2836
3499
|
*/
|
2837
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
3500
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
2838
3501
|
/**
|
2839
3502
|
* Delete a message in the thread.
|
2840
3503
|
*
|
@@ -2854,12 +3517,35 @@ export declare interface CallWithChatAdapterManagement {
|
|
2854
3517
|
downloadResourceToCache(resourceDetails: ResourceDetails): Promise<void>;
|
2855
3518
|
/** @public */
|
2856
3519
|
removeResourceFromCache(resourceDetails: ResourceDetails): void;
|
3520
|
+
/**
|
3521
|
+
* Puts the Call in a Localhold.
|
3522
|
+
*
|
3523
|
+
* @beta
|
3524
|
+
*/
|
3525
|
+
holdCall: () => Promise<void>;
|
3526
|
+
/**
|
3527
|
+
* Resumes the call from a LocalHold state.
|
3528
|
+
*
|
3529
|
+
* @beta
|
3530
|
+
*/
|
3531
|
+
resumeCall: () => Promise<void>;
|
3532
|
+
/**
|
3533
|
+
* Adds a new Participant to the call.
|
3534
|
+
*
|
3535
|
+
* @beta
|
3536
|
+
*/
|
3537
|
+
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
3538
|
+
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
2857
3539
|
/**
|
2858
3540
|
* send dtmf tone to another participant in the call in 1:1 calls
|
2859
3541
|
*
|
2860
3542
|
* @public
|
2861
3543
|
*/
|
2862
3544
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
3545
|
+
/**
|
3546
|
+
* Continues into a call when the browser version is not supported.
|
3547
|
+
*/
|
3548
|
+
allowUnsupportedBrowserVersion(): void;
|
2863
3549
|
/**
|
2864
3550
|
* Function to Start captions
|
2865
3551
|
* @param options - options for start captions
|
@@ -2923,6 +3609,14 @@ export declare interface CallWithChatAdapterManagement {
|
|
2923
3609
|
* Stop all spotlights
|
2924
3610
|
*/
|
2925
3611
|
stopAllSpotlight(): Promise<void>;
|
3612
|
+
/**
|
3613
|
+
* Mute a participant
|
3614
|
+
*/
|
3615
|
+
muteParticipant(userId: string): Promise<void>;
|
3616
|
+
/**
|
3617
|
+
* Mute a participant
|
3618
|
+
*/
|
3619
|
+
muteAllRemoteParticipants(): Promise<void>;
|
2926
3620
|
}
|
2927
3621
|
|
2928
3622
|
/**
|
@@ -3011,6 +3705,14 @@ export declare interface CallWithChatAdapterUiState {
|
|
3011
3705
|
* @public
|
3012
3706
|
*/
|
3013
3707
|
page: CallCompositePage;
|
3708
|
+
/**
|
3709
|
+
* State to track whether the end user has opted in to using a
|
3710
|
+
* out of date version of a supported browser. Allows the user
|
3711
|
+
* to start a call in this state.
|
3712
|
+
*
|
3713
|
+
* @beta
|
3714
|
+
*/
|
3715
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
3014
3716
|
}
|
3015
3717
|
|
3016
3718
|
/**
|
@@ -3037,6 +3739,10 @@ export declare interface CallWithChatClientState {
|
|
3037
3739
|
isTeamsCall: boolean;
|
3038
3740
|
/** State of whether the active call is a Teams interop meeting */
|
3039
3741
|
isTeamsMeeting: boolean;
|
3742
|
+
/** alternateCallerId for PSTN call */
|
3743
|
+
alternateCallerId?: string | undefined;
|
3744
|
+
/** Environment information for system adapter is made on */
|
3745
|
+
environmentInfo?: EnvironmentInfo;
|
3040
3746
|
/** Default set of background images for background replacement effect */
|
3041
3747
|
videoBackgroundImages?: VideoBackgroundImage[];
|
3042
3748
|
/** Dependency to be injected for video background effects */
|
@@ -3117,6 +3823,9 @@ export declare type CallWithChatCompositeIcons = {
|
|
3117
3823
|
ParticipantItemScreenShareStart?: JSX.Element;
|
3118
3824
|
VideoTileMicOff?: JSX.Element;
|
3119
3825
|
LocalCameraSwitch?: JSX.Element;
|
3826
|
+
PeoplePaneAddPerson?: JSX.Element;
|
3827
|
+
PeoplePaneOpenDialpad?: JSX.Element;
|
3828
|
+
DialpadStartCall?: JSX.Element;
|
3120
3829
|
DefaultCustomButton?: JSX.Element;
|
3121
3830
|
DtmfDialpadButton?: JSX.Element;
|
3122
3831
|
EditBoxCancel?: JSX.Element;
|
@@ -3147,6 +3856,62 @@ export declare type CallWithChatCompositeOptions = {
|
|
3147
3856
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
3148
3857
|
*/
|
3149
3858
|
callControls?: boolean | CallWithChatControlOptions;
|
3859
|
+
/**
|
3860
|
+
* Properties for configuring the File Sharing feature.
|
3861
|
+
* If undefined, file sharing feature will be disabled.
|
3862
|
+
* @beta
|
3863
|
+
*/
|
3864
|
+
attachmentOptions?: AttachmentOptions;
|
3865
|
+
/**
|
3866
|
+
* Device permissions check options for your call.
|
3867
|
+
* Here you can choose what device permissions you prompt the user for,
|
3868
|
+
* as well as what device permissions must be accepted before starting a call.
|
3869
|
+
*/
|
3870
|
+
deviceChecks?: DeviceCheckOptions;
|
3871
|
+
/**
|
3872
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
3873
|
+
* unable to grant your site the required permissions for the call.
|
3874
|
+
*
|
3875
|
+
* @example
|
3876
|
+
* ```ts
|
3877
|
+
* onPermissionsTroubleshootingClick: () =>
|
3878
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
3879
|
+
* ```
|
3880
|
+
*
|
3881
|
+
* @remarks
|
3882
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
3883
|
+
*/
|
3884
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
3885
|
+
camera: PermissionState;
|
3886
|
+
microphone: PermissionState;
|
3887
|
+
}) => void;
|
3888
|
+
/**
|
3889
|
+
* Optional callback to supply users with further troubleshooting steps for network issues
|
3890
|
+
* experienced when connecting to a call.
|
3891
|
+
*
|
3892
|
+
* @example
|
3893
|
+
* ```ts
|
3894
|
+
* onNetworkingTroubleShootingClick?: () =>
|
3895
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
3896
|
+
* ```
|
3897
|
+
*
|
3898
|
+
* @remarks
|
3899
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
3900
|
+
*/
|
3901
|
+
onNetworkingTroubleShootingClick?: () => void;
|
3902
|
+
/**
|
3903
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
3904
|
+
*
|
3905
|
+
* @example
|
3906
|
+
* ```ts
|
3907
|
+
* onBrowserTroubleShootingClick?: () =>
|
3908
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
3909
|
+
* ```
|
3910
|
+
*
|
3911
|
+
* @remarks
|
3912
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
3913
|
+
*/
|
3914
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
3150
3915
|
/**
|
3151
3916
|
* Remote participant video tile menu options
|
3152
3917
|
*/
|
@@ -3249,6 +4014,13 @@ export declare type CallWithChatCompositeOptions = {
|
|
3249
4014
|
*/
|
3250
4015
|
hideSpotlightButtons?: boolean;
|
3251
4016
|
};
|
4017
|
+
/**
|
4018
|
+
* Enables rich text editor for the send and edit boxes
|
4019
|
+
* @defaultValue `false`
|
4020
|
+
*
|
4021
|
+
* @beta
|
4022
|
+
*/
|
4023
|
+
richTextEditor?: boolean;
|
3252
4024
|
};
|
3253
4025
|
|
3254
4026
|
/**
|
@@ -3412,6 +4184,10 @@ export declare interface CallWithChatCompositeStrings {
|
|
3412
4184
|
* Label for button to copy invite link when it has been actioned
|
3413
4185
|
*/
|
3414
4186
|
copyInviteLinkButtonActionedLabel: string;
|
4187
|
+
/**
|
4188
|
+
* Label for button to open dialpad
|
4189
|
+
*/
|
4190
|
+
openDialpadButtonLabel: string;
|
3415
4191
|
/**
|
3416
4192
|
* Label for SidePaneHeader dismiss button
|
3417
4193
|
*/
|
@@ -3424,6 +4200,34 @@ export declare interface CallWithChatCompositeStrings {
|
|
3424
4200
|
* Aria label string for return to call back button
|
3425
4201
|
*/
|
3426
4202
|
returnToCallButtonAriaLabel?: string;
|
4203
|
+
/**
|
4204
|
+
* Label for add people dropdown
|
4205
|
+
*/
|
4206
|
+
peoplePaneAddPeopleButtonLabel: string;
|
4207
|
+
/**
|
4208
|
+
* Label for button to start a call
|
4209
|
+
*/
|
4210
|
+
dialpadStartCallButtonLabel: string;
|
4211
|
+
/**
|
4212
|
+
* Title for dialpad Modal
|
4213
|
+
*/
|
4214
|
+
dialpadModalTitle: string;
|
4215
|
+
/**
|
4216
|
+
* Aria Label for dialpad Modal
|
4217
|
+
*/
|
4218
|
+
dialpadModalAriaLabel: string;
|
4219
|
+
/**
|
4220
|
+
* Aria Label for dialpad Modal close button
|
4221
|
+
*/
|
4222
|
+
dialpadCloseModalButtonAriaLabel: string;
|
4223
|
+
/**
|
4224
|
+
* Placeholder text for dtmf dialpad
|
4225
|
+
*/
|
4226
|
+
dtmfDialpadPlaceholderText: string;
|
4227
|
+
/**
|
4228
|
+
* Label for the button to open dtmf dialpad
|
4229
|
+
*/
|
4230
|
+
openDtmfDialpadLabel: string;
|
3427
4231
|
/**
|
3428
4232
|
* aria label for when the invite link has been actioned
|
3429
4233
|
*/
|
@@ -3440,7 +4244,9 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
3440
4244
|
* Show or hide the chat button in the call-with-chat composite control bar.
|
3441
4245
|
* @defaultValue true
|
3442
4246
|
*/
|
3443
|
-
chatButton?: boolean
|
4247
|
+
chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
4248
|
+
disabled: boolean;
|
4249
|
+
};
|
3444
4250
|
}
|
3445
4251
|
|
3446
4252
|
/**
|
@@ -3450,6 +4256,35 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
3450
4256
|
*/
|
3451
4257
|
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';
|
3452
4258
|
|
4259
|
+
/**
|
4260
|
+
* @beta
|
4261
|
+
*
|
4262
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4263
|
+
* by their browsers settings.
|
4264
|
+
*/
|
4265
|
+
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4266
|
+
|
4267
|
+
/**
|
4268
|
+
* @beta
|
4269
|
+
* Props for CameraAndMicrophoneSitePermissions component.
|
4270
|
+
*/
|
4271
|
+
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4272
|
+
/** Icon name for the camera icon */
|
4273
|
+
cameraIconName?: string;
|
4274
|
+
/** Icon name for the microphone icon */
|
4275
|
+
microphoneIconName?: string;
|
4276
|
+
/** Icon name for the central icon between the camera and microphone icons */
|
4277
|
+
connectorIconName?: string;
|
4278
|
+
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4279
|
+
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4280
|
+
}
|
4281
|
+
|
4282
|
+
/**
|
4283
|
+
* @beta
|
4284
|
+
* Strings for CameraAndMicrophoneSitePermissions component.
|
4285
|
+
*/
|
4286
|
+
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
4287
|
+
|
3453
4288
|
/**
|
3454
4289
|
* A button to turn camera on / off.
|
3455
4290
|
*
|
@@ -3606,6 +4441,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
3606
4441
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
3607
4442
|
}
|
3608
4443
|
|
4444
|
+
/**
|
4445
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4446
|
+
* by their browsers settings.
|
4447
|
+
*
|
4448
|
+
* @beta
|
4449
|
+
*/
|
4450
|
+
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
4451
|
+
|
4452
|
+
/**
|
4453
|
+
* @beta
|
4454
|
+
* Props for CameraSitePermissions component.
|
4455
|
+
*/
|
4456
|
+
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
4457
|
+
/** Icon name for the camera icon */
|
4458
|
+
cameraIconName?: string;
|
4459
|
+
/** Strings for use with the {@link CameraSitePermissions} */
|
4460
|
+
strings?: CameraSitePermissionsStrings;
|
4461
|
+
}
|
4462
|
+
|
4463
|
+
/**
|
4464
|
+
* @beta
|
4465
|
+
* Strings for CameraSitePermissions component.
|
4466
|
+
*/
|
4467
|
+
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
4468
|
+
|
3609
4469
|
/**
|
3610
4470
|
* @public
|
3611
4471
|
* Callback function run when a message edit is cancelled.
|
@@ -3765,6 +4625,10 @@ export declare interface CaptionsCallFeatureState {
|
|
3765
4625
|
* current caption language
|
3766
4626
|
*/
|
3767
4627
|
currentCaptionLanguage: string;
|
4628
|
+
/**
|
4629
|
+
* current caption kind: teams or acs captions
|
4630
|
+
*/
|
4631
|
+
captionsKind: CaptionsKind;
|
3768
4632
|
}
|
3769
4633
|
|
3770
4634
|
/**
|
@@ -3929,7 +4793,15 @@ export declare interface ChatAdapterThreadManagement {
|
|
3929
4793
|
* Send a message in the thread.
|
3930
4794
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
3931
4795
|
*/
|
3932
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
4796
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
4797
|
+
/**
|
4798
|
+
* Upload an inline image for a message.
|
4799
|
+
*/
|
4800
|
+
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
4801
|
+
/**
|
4802
|
+
* Delete an inline image for a message.
|
4803
|
+
*/
|
4804
|
+
deleteImage(imageId: string): Promise<void>;
|
3933
4805
|
/**
|
3934
4806
|
* Send a read receipt for a message.
|
3935
4807
|
*/
|
@@ -3950,7 +4822,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
3950
4822
|
* Update a message content.
|
3951
4823
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
3952
4824
|
*/
|
3953
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
4825
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
|
3954
4826
|
/**
|
3955
4827
|
* Delete a message in the thread.
|
3956
4828
|
*/
|
@@ -4088,6 +4960,7 @@ export declare type ChatCompositeIcons = {
|
|
4088
4960
|
ParticipantItemOptionsHovered?: JSX.Element;
|
4089
4961
|
SendBoxSend?: JSX.Element;
|
4090
4962
|
SendBoxSendHovered?: JSX.Element;
|
4963
|
+
SendBoxAttachFile?: JSX.Element;
|
4091
4964
|
};
|
4092
4965
|
|
4093
4966
|
/**
|
@@ -4102,6 +4975,13 @@ export declare type ChatCompositeOptions = {
|
|
4102
4975
|
* @defaultValue true
|
4103
4976
|
*/
|
4104
4977
|
errorBar?: boolean;
|
4978
|
+
/**
|
4979
|
+
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
4980
|
+
* @defaultValue false
|
4981
|
+
*
|
4982
|
+
* @beta
|
4983
|
+
*/
|
4984
|
+
participantPane?: boolean;
|
4105
4985
|
/**
|
4106
4986
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
4107
4987
|
* @defaultValue true
|
@@ -4112,6 +4992,19 @@ export declare type ChatCompositeOptions = {
|
|
4112
4992
|
* When undefined nothing has focus on render
|
4113
4993
|
*/
|
4114
4994
|
autoFocus?: 'sendBoxTextField';
|
4995
|
+
/**
|
4996
|
+
* Properties for configuring the File Sharing feature.
|
4997
|
+
* If undefined, file sharing feature will be disabled.
|
4998
|
+
* @beta
|
4999
|
+
*/
|
5000
|
+
attachmentOptions?: AttachmentOptions;
|
5001
|
+
/**
|
5002
|
+
* Enables rich text editor for the send and edit boxes
|
5003
|
+
* @defaultValue `false`
|
5004
|
+
*
|
5005
|
+
* @beta
|
5006
|
+
*/
|
5007
|
+
richTextEditor?: boolean;
|
4115
5008
|
};
|
4116
5009
|
|
4117
5010
|
/**
|
@@ -4139,6 +5032,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
4139
5032
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
4140
5033
|
*/
|
4141
5034
|
options?: ChatCompositeOptions;
|
5035
|
+
/**
|
5036
|
+
* Optimizes the composite form factor for either desktop or mobile.
|
5037
|
+
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
5038
|
+
* @defaultValue 'desktop'
|
5039
|
+
*/
|
5040
|
+
formFactor?: 'desktop' | 'mobile';
|
4142
5041
|
}
|
4143
5042
|
|
4144
5043
|
/**
|
@@ -4153,6 +5052,10 @@ export declare interface ChatCompositeStrings {
|
|
4153
5052
|
* Chat list header text
|
4154
5053
|
*/
|
4155
5054
|
chatListHeader: string;
|
5055
|
+
/**
|
5056
|
+
* Upload Attachment Button text
|
5057
|
+
*/
|
5058
|
+
uploadAttachment: string;
|
4156
5059
|
}
|
4157
5060
|
|
4158
5061
|
/**
|
@@ -4201,7 +5104,7 @@ export declare type ChatErrors = {
|
|
4201
5104
|
*
|
4202
5105
|
* @public
|
4203
5106
|
*/
|
4204
|
-
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';
|
5107
|
+
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';
|
4205
5108
|
|
4206
5109
|
/**
|
4207
5110
|
* Object containing all the handlers required for chat components.
|
@@ -4212,13 +5115,15 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
4212
5115
|
* @public
|
4213
5116
|
*/
|
4214
5117
|
export declare type ChatHandlers = {
|
4215
|
-
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
5118
|
+
onSendMessage: (content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions) => Promise<void>;
|
5119
|
+
onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
|
5120
|
+
onDeleteImage: (imageId: string) => Promise<void>;
|
4216
5121
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
4217
5122
|
onTyping: () => Promise<void>;
|
4218
5123
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
4219
5124
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
4220
5125
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
4221
|
-
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
5126
|
+
onUpdateMessage: (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
4222
5127
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
4223
5128
|
};
|
4224
5129
|
|
@@ -4261,6 +5166,12 @@ export declare interface ChatMessage extends MessageCommon {
|
|
4261
5166
|
attachments?: AttachmentMetadata[];
|
4262
5167
|
}
|
4263
5168
|
|
5169
|
+
/**
|
5170
|
+
* @beta
|
5171
|
+
* Type of the message content, either 'text' or 'html'.
|
5172
|
+
*/
|
5173
|
+
export declare type ChatMessageType = 'text' | 'html';
|
5174
|
+
|
4264
5175
|
/**
|
4265
5176
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
4266
5177
|
* client-side only metadata for chat messages.
|
@@ -4367,6 +5278,8 @@ export declare type ChatThreadClientState = {
|
|
4367
5278
|
*/
|
4368
5279
|
export declare type ChatThreadProperties = {
|
4369
5280
|
topic?: string;
|
5281
|
+
createdBy?: CommunicationIdentifierKind;
|
5282
|
+
messagingPolicy?: MessagingPolicy;
|
4370
5283
|
};
|
4371
5284
|
|
4372
5285
|
/**
|
@@ -4475,7 +5388,9 @@ export declare type CommonCallControlOptions = {
|
|
4475
5388
|
* Show or Hide Camera Button during a call
|
4476
5389
|
* @defaultValue true
|
4477
5390
|
*/
|
4478
|
-
cameraButton?: boolean
|
5391
|
+
cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
5392
|
+
disabled: boolean;
|
5393
|
+
};
|
4479
5394
|
/**
|
4480
5395
|
* Show or Hide EndCall button during a call.
|
4481
5396
|
* @defaultValue true
|
@@ -4495,12 +5410,16 @@ export declare type CommonCallControlOptions = {
|
|
4495
5410
|
* Show or Hide Microphone button during a call.
|
4496
5411
|
* @defaultValue true
|
4497
5412
|
*/
|
4498
|
-
microphoneButton?: boolean
|
5413
|
+
microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
5414
|
+
disabled: boolean;
|
5415
|
+
};
|
4499
5416
|
/**
|
4500
5417
|
* Show or Hide Devices button during a call.
|
4501
5418
|
* @defaultValue true
|
4502
5419
|
*/
|
4503
|
-
devicesButton?: boolean
|
5420
|
+
devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
5421
|
+
disabled: boolean;
|
5422
|
+
};
|
4504
5423
|
/**
|
4505
5424
|
* Show, Hide or Disable participants button during a call.
|
4506
5425
|
* @defaultValue true
|
@@ -4538,11 +5457,16 @@ export declare type CommonCallControlOptions = {
|
|
4538
5457
|
* Inject custom buttons in the call controls.
|
4539
5458
|
*/
|
4540
5459
|
onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
|
5460
|
+
holdButton?: boolean | {
|
5461
|
+
disabled: boolean;
|
5462
|
+
};
|
4541
5463
|
/**
|
4542
5464
|
* Show or hide the people button in the composite control bar.
|
4543
5465
|
* @defaultValue true
|
4544
5466
|
*/
|
4545
|
-
peopleButton?: boolean
|
5467
|
+
peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
5468
|
+
disabled: boolean;
|
5469
|
+
};
|
4546
5470
|
/**
|
4547
5471
|
* Show or hide the dialpad button in the composite control bar.
|
4548
5472
|
*/
|
@@ -4553,6 +5477,11 @@ export declare type CommonCallControlOptions = {
|
|
4553
5477
|
* Show or hide the exit spotlight button in the composite control bar when local participant is spotlighted.
|
4554
5478
|
*/
|
4555
5479
|
exitSpotlightButton?: boolean;
|
5480
|
+
/**
|
5481
|
+
* Show, Hide or Disable captions during a call.
|
5482
|
+
* @defaultValue true
|
5483
|
+
*/
|
5484
|
+
captionsButton?: boolean;
|
4556
5485
|
/**
|
4557
5486
|
* Show, meeting conference phone information.
|
4558
5487
|
* @defaultValue true
|
@@ -4583,6 +5512,9 @@ export declare interface CommonCallingHandlers {
|
|
4583
5512
|
onLowerHand: () => Promise<void>;
|
4584
5513
|
onToggleRaiseHand: () => Promise<void>;
|
4585
5514
|
onReactionClick: (reaction: Reaction_2) => Promise<void>;
|
5515
|
+
onToggleHold: () => Promise<void>;
|
5516
|
+
onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
5517
|
+
onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
|
4586
5518
|
onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
4587
5519
|
onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
4588
5520
|
/**
|
@@ -4594,6 +5526,8 @@ export declare interface CommonCallingHandlers {
|
|
4594
5526
|
onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
|
4595
5527
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
4596
5528
|
onRemoveParticipant(userId: string): Promise<void>;
|
5529
|
+
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
5530
|
+
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
4597
5531
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
4598
5532
|
onRemoveVideoBackgroundEffects: () => Promise<void>;
|
4599
5533
|
onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
|
@@ -4606,6 +5540,8 @@ export declare interface CommonCallingHandlers {
|
|
4606
5540
|
onStartSpotlight: (userIds?: string[]) => Promise<void>;
|
4607
5541
|
onStopSpotlight: (userIds?: string[]) => Promise<void>;
|
4608
5542
|
onStopAllSpotlight: () => Promise<void>;
|
5543
|
+
onMuteParticipant: (userId: string) => Promise<void>;
|
5544
|
+
onMuteAllRemoteParticipants: () => Promise<void>;
|
4609
5545
|
}
|
4610
5546
|
|
4611
5547
|
/**
|
@@ -4617,6 +5553,39 @@ export declare type CommonProperties<A, B> = {
|
|
4617
5553
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
4618
5554
|
}[keyof A & keyof B];
|
4619
5555
|
|
5556
|
+
/**
|
5557
|
+
* @beta
|
5558
|
+
* Props for SitePermissions components.
|
5559
|
+
*/
|
5560
|
+
export declare interface CommonSitePermissionsProps {
|
5561
|
+
/**
|
5562
|
+
* Name of application calling experience is in.
|
5563
|
+
*/
|
5564
|
+
appName: string;
|
5565
|
+
/**
|
5566
|
+
* Kind of the Site Permissions component.
|
5567
|
+
*/
|
5568
|
+
kind: 'request' | 'denied' | 'check';
|
5569
|
+
/**
|
5570
|
+
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
5571
|
+
*/
|
5572
|
+
browserHint?: 'safari' | 'unset';
|
5573
|
+
/**
|
5574
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
5575
|
+
* If this is not provided the button will not be shown.
|
5576
|
+
*/
|
5577
|
+
onTroubleshootingClick?: () => void;
|
5578
|
+
/**
|
5579
|
+
* Action that is taken when the user clicks the continue anyway button.
|
5580
|
+
* If this is not provided the button will not be shown.
|
5581
|
+
*/
|
5582
|
+
onContinueAnywayClick?: () => void;
|
5583
|
+
/**
|
5584
|
+
* Styles for SitePermissions component.
|
5585
|
+
*/
|
5586
|
+
styles?: SitePermissionsStyles;
|
5587
|
+
}
|
5588
|
+
|
4620
5589
|
/**
|
4621
5590
|
* A Chat or Calling participant's state, as reflected in the UI.
|
4622
5591
|
*
|
@@ -4793,8 +5762,13 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
4793
5762
|
export declare interface ComponentLocale {
|
4794
5763
|
/** Strings for components */
|
4795
5764
|
strings: ComponentStrings;
|
4796
|
-
|
4797
|
-
|
5765
|
+
/**
|
5766
|
+
* Optional function to provide customized date format.
|
5767
|
+
* @beta
|
5768
|
+
*/
|
5769
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
5770
|
+
}
|
5771
|
+
|
4798
5772
|
/**
|
4799
5773
|
* Helper type for {@link usePropsFor}.
|
4800
5774
|
*
|
@@ -4842,6 +5816,10 @@ export declare interface ComponentStrings {
|
|
4842
5816
|
typingIndicator: TypingIndicatorStrings;
|
4843
5817
|
/** Strings for SendBox */
|
4844
5818
|
sendBox: SendBoxStrings;
|
5819
|
+
/** Strings for RichTextSendBox */
|
5820
|
+
richTextSendBox: RichTextSendBoxStrings;
|
5821
|
+
/** Strings for MentionPopover */
|
5822
|
+
mentionPopover: MentionPopoverStrings;
|
4845
5823
|
/** Strings for ImageOverlay */
|
4846
5824
|
imageOverlay: ImageOverlayStrings;
|
4847
5825
|
/** Strings for MessageStatusIndicator */
|
@@ -4856,12 +5834,51 @@ export declare interface ComponentStrings {
|
|
4856
5834
|
dialpad: DialpadStrings;
|
4857
5835
|
/** Strings for VideoTile */
|
4858
5836
|
videoTile: VideoTileStrings;
|
5837
|
+
/** Strings for HoldButton */
|
5838
|
+
holdButton: HoldButtonStrings;
|
5839
|
+
/** Strings for a site's permission request prompt */
|
5840
|
+
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
5841
|
+
/** Strings for a site's permission request prompt */
|
5842
|
+
CameraSitePermissionsRequest: SitePermissionsStrings;
|
5843
|
+
/** Strings for a site's permission request prompt */
|
5844
|
+
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
5845
|
+
/** Strings for a site's permission generic checking prompt */
|
5846
|
+
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
5847
|
+
/** Strings for a site's permission generic checking prompt */
|
5848
|
+
CameraSitePermissionsCheck: SitePermissionsStrings;
|
5849
|
+
/** Strings for a site's permission generic checking prompt */
|
5850
|
+
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
5851
|
+
/** Strings for a site's permission denied prompt */
|
5852
|
+
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
5853
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
5854
|
+
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5855
|
+
/** Strings for a site's permission denied prompt */
|
5856
|
+
CameraSitePermissionsDenied: SitePermissionsStrings;
|
5857
|
+
/** Strings for a site's permission denied prompt */
|
5858
|
+
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
5859
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
5860
|
+
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5861
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
5862
|
+
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5863
|
+
/** Strings for unsupported browser UI */
|
5864
|
+
UnsupportedBrowser: UnsupportedBrowserStrings;
|
5865
|
+
/** Strings for unsupported browser version UI */
|
5866
|
+
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
5867
|
+
/** Strings for unsupported browser version UI */
|
5868
|
+
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
5869
|
+
/** Strings for BrowserPemissionDenied */
|
5870
|
+
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
5871
|
+
/** Strings for BrowserPemissionDeniedIOS */
|
5872
|
+
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
4859
5873
|
/**
|
4860
5874
|
* Strings for the VerticalGallery.
|
4861
5875
|
*/
|
4862
5876
|
verticalGallery: VerticalGalleryStrings;
|
5877
|
+
/** Strings for the participant list component */
|
5878
|
+
ParticipantList: ParticipantListStrings;
|
4863
5879
|
/** Strings for the MeetingConferencePhoneInfoModal */
|
4864
5880
|
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
5881
|
+
IncomingCallNotification: IncomingCallNotificationStrings;
|
4865
5882
|
}
|
4866
5883
|
|
4867
5884
|
/**
|
@@ -5290,7 +6307,7 @@ export declare function createAzureCommunicationCallAdapterFromClient(callClient
|
|
5290
6307
|
*
|
5291
6308
|
* @public
|
5292
6309
|
*/
|
5293
|
-
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
6310
|
+
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
5294
6311
|
|
5295
6312
|
/**
|
5296
6313
|
* Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
|
@@ -5391,7 +6408,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
5391
6408
|
/**
|
5392
6409
|
* @public
|
5393
6410
|
*/
|
5394
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
6411
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @conditional-compile-remove(teams-identity-support-beta) */ TeamsOutboundCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
5395
6412
|
|
5396
6413
|
/**
|
5397
6414
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -5401,7 +6418,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Pro
|
|
5401
6418
|
*
|
5402
6419
|
* @public
|
5403
6420
|
*/
|
5404
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
6421
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator | /* @conditional-compile-remove(teams-identity-support-beta) */ StartTeamsCallIdentifier[], options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
5405
6422
|
|
5406
6423
|
/**
|
5407
6424
|
* Object returned after creating a local or remote VideoStream.
|
@@ -5453,6 +6470,13 @@ export declare type CustomAvatarOptions = {
|
|
5453
6470
|
styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
|
5454
6471
|
/** Display name to be used in Persona */
|
5455
6472
|
text?: string;
|
6473
|
+
/** State for the participant to be displayed in the defaultPlaceHolder */
|
6474
|
+
participantState?: ParticipantState;
|
6475
|
+
/**
|
6476
|
+
* If true, show the special coin for unknown persona.
|
6477
|
+
* It has '?' in place of initials, with static font and background colors
|
6478
|
+
*/
|
6479
|
+
showUnknownPersonaCoin?: boolean;
|
5456
6480
|
};
|
5457
6481
|
|
5458
6482
|
/**
|
@@ -5580,11 +6604,17 @@ export declare interface CustomMessage extends MessageCommon {
|
|
5580
6604
|
*/
|
5581
6605
|
export declare const darkTheme: PartialTheme & CallingTheme;
|
5582
6606
|
|
6607
|
+
/**
|
6608
|
+
* @beta
|
6609
|
+
* `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
|
6610
|
+
*/
|
6611
|
+
export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
|
6612
|
+
|
5583
6613
|
/**
|
5584
6614
|
* @public
|
5585
6615
|
* `DeclarativeTeamsCallAgent` extends and proxies the {@link @azure/communication-calling#TeamsCallAgent}
|
5586
6616
|
*/
|
5587
|
-
export declare type DeclarativeTeamsCallAgent = TeamsCallAgent;
|
6617
|
+
export declare type DeclarativeTeamsCallAgent = TeamsCallAgent & TeamsIncomingCallManagement;
|
5588
6618
|
|
5589
6619
|
/**
|
5590
6620
|
* The default set of icons that are available to use in the UI components.
|
@@ -5610,7 +6640,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5610
6640
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
5611
6641
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
5612
6642
|
ReactionButtonIcon: React_2.JSX.Element;
|
6643
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
6644
|
+
DownloadAttachment: React_2.JSX.Element;
|
5613
6645
|
OpenAttachment: React_2.JSX.Element;
|
6646
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
6647
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
5614
6648
|
EditBoxCancel: React_2.JSX.Element;
|
5615
6649
|
EditBoxSubmit: React_2.JSX.Element;
|
5616
6650
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -5627,6 +6661,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5627
6661
|
ErrorBarClear: React_2.JSX.Element;
|
5628
6662
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
5629
6663
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
6664
|
+
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
5630
6665
|
NotificationBarRecording: React_2.JSX.Element;
|
5631
6666
|
HorizontalGalleryLeftButton: React_2.JSX.Element;
|
5632
6667
|
HorizontalGalleryRightButton: React_2.JSX.Element;
|
@@ -5645,10 +6680,20 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5645
6680
|
ParticipantItemOptionsHovered: React_2.JSX.Element;
|
5646
6681
|
ParticipantItemScreenShareStart: React_2.JSX.Element;
|
5647
6682
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6683
|
+
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6684
|
+
HoldCallButton: React_2.JSX.Element;
|
6685
|
+
ResumeCall: React_2.JSX.Element;
|
5648
6686
|
SendBoxSend: React_2.JSX.Element;
|
5649
6687
|
SendBoxSendHovered: React_2.JSX.Element;
|
5650
6688
|
VideoTileMicOff: React_2.JSX.Element;
|
5651
6689
|
DialpadBackspace: React_2.JSX.Element;
|
6690
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
6691
|
+
SitePermissionCamera: React_2.JSX.Element;
|
6692
|
+
SitePermissionMic: React_2.JSX.Element;
|
6693
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
6694
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
6695
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
6696
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
5652
6697
|
VideoTilePinned: React_2.JSX.Element;
|
5653
6698
|
ParticipantItemPinned: React_2.JSX.Element;
|
5654
6699
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -5678,6 +6723,24 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5678
6723
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
5679
6724
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
5680
6725
|
VideoTileSpotlighted: React_2.JSX.Element;
|
6726
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
6727
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
6728
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
6729
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
6730
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
6731
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
6732
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
6733
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
6734
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
6735
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
6736
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
6737
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
6738
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
6739
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
6740
|
+
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
6741
|
+
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
6742
|
+
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
6743
|
+
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
5681
6744
|
};
|
5682
6745
|
|
5683
6746
|
/**
|
@@ -5698,6 +6761,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5698
6761
|
ParticipantItemOptionsHovered: JSX.Element;
|
5699
6762
|
SendBoxSend: JSX.Element;
|
5700
6763
|
SendBoxSendHovered: JSX.Element;
|
6764
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
5701
6765
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
5702
6766
|
ControlButtonCameraOff: JSX.Element;
|
5703
6767
|
ControlButtonCameraOn: JSX.Element;
|
@@ -5755,6 +6819,9 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5755
6819
|
ParticipantItemScreenShareStart: JSX.Element;
|
5756
6820
|
VideoTileMicOff: JSX.Element;
|
5757
6821
|
LocalCameraSwitch?: JSX.Element | undefined;
|
6822
|
+
PeoplePaneAddPerson?: JSX.Element | undefined;
|
6823
|
+
PeoplePaneOpenDialpad?: JSX.Element | undefined;
|
6824
|
+
DialpadStartCall?: JSX.Element | undefined;
|
5758
6825
|
NoticePageInviteToRoomRemoved?: JSX.Element | undefined;
|
5759
6826
|
BlurVideoBackground?: JSX.Element | undefined;
|
5760
6827
|
RemoveVideoBackgroundEffect?: JSX.Element | undefined;
|
@@ -5782,16 +6849,30 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5782
6849
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
5783
6850
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
5784
6851
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
5785
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
5786
6852
|
ChatMessageOptions: React_2.JSX.Element;
|
5787
6853
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
6854
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
6855
|
+
DownloadAttachment: React_2.JSX.Element;
|
5788
6856
|
OpenAttachment: React_2.JSX.Element;
|
6857
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
6858
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
5789
6859
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
5790
6860
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
6861
|
+
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
5791
6862
|
NotificationBarRecording: React_2.JSX.Element;
|
5792
6863
|
MessageResend: React_2.JSX.Element;
|
5793
6864
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6865
|
+
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6866
|
+
HoldCallButton: React_2.JSX.Element;
|
6867
|
+
ResumeCall: React_2.JSX.Element;
|
5794
6868
|
DialpadBackspace: React_2.JSX.Element;
|
6869
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
6870
|
+
SitePermissionCamera: React_2.JSX.Element;
|
6871
|
+
SitePermissionMic: React_2.JSX.Element;
|
6872
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
6873
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
6874
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
6875
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
5795
6876
|
VideoTilePinned: React_2.JSX.Element;
|
5796
6877
|
ParticipantItemPinned: React_2.JSX.Element;
|
5797
6878
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -5821,8 +6902,56 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5821
6902
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
5822
6903
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
5823
6904
|
VideoTileSpotlighted: React_2.JSX.Element;
|
6905
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
6906
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
6907
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
6908
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
6909
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
6910
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
6911
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
6912
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
6913
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
6914
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
6915
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
6916
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
6917
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
6918
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
6919
|
+
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
6920
|
+
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
6921
|
+
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
6922
|
+
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
5824
6923
|
};
|
5825
6924
|
|
6925
|
+
/**
|
6926
|
+
* @beta
|
6927
|
+
*
|
6928
|
+
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
6929
|
+
*/
|
6930
|
+
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
6931
|
+
|
6932
|
+
/**
|
6933
|
+
* Device Checks.
|
6934
|
+
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
6935
|
+
*
|
6936
|
+
* @beta
|
6937
|
+
*/
|
6938
|
+
export declare interface DeviceCheckOptions {
|
6939
|
+
/**
|
6940
|
+
* Camera Permission prompts for your call.
|
6941
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
6942
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
6943
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
6944
|
+
*/
|
6945
|
+
camera: 'required' | 'optional' | 'doNotPrompt';
|
6946
|
+
/**
|
6947
|
+
* Microphone permission prompts for your call.
|
6948
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
6949
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
6950
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
6951
|
+
*/
|
6952
|
+
microphone: 'required' | 'optional' | 'doNotPrompt';
|
6953
|
+
}
|
6954
|
+
|
5826
6955
|
/**
|
5827
6956
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
5828
6957
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -6421,6 +7550,10 @@ export declare interface ErrorBarStrings {
|
|
6421
7550
|
* An error message when starting spotlight while max participants are spotlighted
|
6422
7551
|
*/
|
6423
7552
|
startSpotlightWhileMaxParticipantsAreSpotlighted: string;
|
7553
|
+
/**
|
7554
|
+
* An error message when local user is muted by a remote participant
|
7555
|
+
*/
|
7556
|
+
mutedByRemoteParticipant: string;
|
6424
7557
|
}
|
6425
7558
|
|
6426
7559
|
/**
|
@@ -6471,7 +7604,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
|
|
6471
7604
|
*
|
6472
7605
|
* @public
|
6473
7606
|
*/
|
6474
|
-
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 NotificationStack> extends true ? NotificationStackSelector : undefined;
|
7607
|
+
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 : AreEqual<Component, typeof NotificationStack> extends true ? NotificationStackSelector : undefined;
|
6475
7608
|
|
6476
7609
|
/**
|
6477
7610
|
* Get the selector for a specified component.
|
@@ -6488,7 +7621,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
6488
7621
|
*
|
6489
7622
|
* @public
|
6490
7623
|
*/
|
6491
|
-
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;
|
7624
|
+
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;
|
6492
7625
|
|
6493
7626
|
/**
|
6494
7627
|
* Get the selector for a specified component.
|
@@ -6533,6 +7666,63 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
|
|
6533
7666
|
children?: IStyle;
|
6534
7667
|
}
|
6535
7668
|
|
7669
|
+
/**
|
7670
|
+
* a button to hold or resume a ongoing call.
|
7671
|
+
*
|
7672
|
+
* Can be used with {@link ControlBar}
|
7673
|
+
*
|
7674
|
+
* @param props - properties for the hold button.
|
7675
|
+
* @returns
|
7676
|
+
* @beta
|
7677
|
+
*/
|
7678
|
+
export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
|
7679
|
+
|
7680
|
+
/**
|
7681
|
+
*@beta
|
7682
|
+
*/
|
7683
|
+
export declare interface HoldButtonProps extends ControlBarButtonProps {
|
7684
|
+
/**
|
7685
|
+
* Utility property for using this component with communication react handlers
|
7686
|
+
* Holds the call or resumes it based on call state.
|
7687
|
+
*/
|
7688
|
+
onToggleHold: () => Promise<void>;
|
7689
|
+
/**
|
7690
|
+
* Optional strings to override in component
|
7691
|
+
*/
|
7692
|
+
strings?: HoldButtonStrings;
|
7693
|
+
}
|
7694
|
+
|
7695
|
+
/**
|
7696
|
+
* Selector type for the {@link HoldButton} component.
|
7697
|
+
* @public
|
7698
|
+
*/
|
7699
|
+
export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
7700
|
+
checked: boolean;
|
7701
|
+
};
|
7702
|
+
|
7703
|
+
/**
|
7704
|
+
* Strings for the hold button labels
|
7705
|
+
* @beta
|
7706
|
+
*/
|
7707
|
+
export declare interface HoldButtonStrings {
|
7708
|
+
/**
|
7709
|
+
* Label for when action is to resume call.
|
7710
|
+
*/
|
7711
|
+
onLabel: string;
|
7712
|
+
/**
|
7713
|
+
* Label for when action is to hold call.
|
7714
|
+
*/
|
7715
|
+
offLabel: string;
|
7716
|
+
/**
|
7717
|
+
* Content for when button is checked
|
7718
|
+
*/
|
7719
|
+
tooltipOnContent: string;
|
7720
|
+
/**
|
7721
|
+
* Content for when button is unchecked
|
7722
|
+
*/
|
7723
|
+
tooltipOffContent: string;
|
7724
|
+
}
|
7725
|
+
|
6536
7726
|
/**
|
6537
7727
|
* {@link HorizontalGallery} Component Styles.
|
6538
7728
|
* @public
|
@@ -6617,6 +7807,10 @@ export declare interface _Identifiers {
|
|
6617
7807
|
verticalGalleryVideoTile: string;
|
6618
7808
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
6619
7809
|
verticalGalleryPageCounter: string;
|
7810
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
7811
|
+
mentionSuggestionList: string;
|
7812
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
7813
|
+
mentionSuggestionItem: string;
|
6620
7814
|
}
|
6621
7815
|
|
6622
7816
|
/**
|
@@ -6678,6 +7872,130 @@ export declare interface ImageOverlayStrings {
|
|
6678
7872
|
dismissButtonAriaLabel: string;
|
6679
7873
|
}
|
6680
7874
|
|
7875
|
+
/**
|
7876
|
+
* Preset dark theme for the ImageOverlay component.
|
7877
|
+
*
|
7878
|
+
* @public
|
7879
|
+
*/
|
7880
|
+
export declare const imageOverlayTheme: PartialTheme;
|
7881
|
+
|
7882
|
+
/**
|
7883
|
+
* @beta
|
7884
|
+
* This contains a readonly array that returns all the active `incomingCalls`.
|
7885
|
+
* An active incoming call is a call that has not been answered, declined or disconnected.
|
7886
|
+
*/
|
7887
|
+
export declare type IncomingCallManagement = {
|
7888
|
+
/**
|
7889
|
+
* @beta
|
7890
|
+
* @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
|
7891
|
+
* @returns readonly array of {@link IncomingCall}
|
7892
|
+
*/
|
7893
|
+
incomingCalls: ReadonlyArray<IncomingCall>;
|
7894
|
+
};
|
7895
|
+
|
7896
|
+
/**
|
7897
|
+
* A Notification component that is to be used to represent incoming calls to the end user.
|
7898
|
+
* Allows the user to accept or reject the incoming call.
|
7899
|
+
* @beta
|
7900
|
+
*/
|
7901
|
+
export declare const IncomingCallNotification: (props: IncomingCallNotificationProps) => JSX.Element;
|
7902
|
+
|
7903
|
+
/**
|
7904
|
+
* Properties for the incoming call notification component.
|
7905
|
+
*
|
7906
|
+
* @beta
|
7907
|
+
*/
|
7908
|
+
export declare interface IncomingCallNotificationProps {
|
7909
|
+
/**
|
7910
|
+
* Caller's Name
|
7911
|
+
*/
|
7912
|
+
callerName?: string;
|
7913
|
+
/**
|
7914
|
+
* Alert Text"
|
7915
|
+
*/
|
7916
|
+
alertText?: string;
|
7917
|
+
/**
|
7918
|
+
* URL to the avatar image for the user
|
7919
|
+
*/
|
7920
|
+
avatarImage?: string;
|
7921
|
+
/**
|
7922
|
+
* Size of the persona coin
|
7923
|
+
*/
|
7924
|
+
personaSize?: number;
|
7925
|
+
/**
|
7926
|
+
* Callback to render the avatar
|
7927
|
+
*/
|
7928
|
+
onRenderAvatar?: () => JSX.Element;
|
7929
|
+
/**
|
7930
|
+
* Callback to accept the call with audio
|
7931
|
+
*/
|
7932
|
+
onAcceptWithAudio: () => void;
|
7933
|
+
/**
|
7934
|
+
* Callback to accept the call with Video
|
7935
|
+
*/
|
7936
|
+
onAcceptWithVideo: () => void;
|
7937
|
+
/**
|
7938
|
+
* Callback to reject the call
|
7939
|
+
*/
|
7940
|
+
onReject: () => void;
|
7941
|
+
/**
|
7942
|
+
* Styles for the incoming call notification component.
|
7943
|
+
*/
|
7944
|
+
styles?: IncomingCallNotificationStyles;
|
7945
|
+
}
|
7946
|
+
|
7947
|
+
/**
|
7948
|
+
* Strings for the incoming call notification component.
|
7949
|
+
*
|
7950
|
+
* @beta
|
7951
|
+
*/
|
7952
|
+
export declare interface IncomingCallNotificationStrings {
|
7953
|
+
/**
|
7954
|
+
*Placeholder CallerID for the incoming call notification.
|
7955
|
+
*/
|
7956
|
+
incomingCallNotificationPlaceholderId?: string;
|
7957
|
+
/**
|
7958
|
+
* Placeholder Alert for the incoming call notification.
|
7959
|
+
*/
|
7960
|
+
incomingCallNotificationPlaceholderAlert?: string;
|
7961
|
+
/**
|
7962
|
+
* Aria label for the accept with audio button in the incoming call notification.
|
7963
|
+
*/
|
7964
|
+
incomingCallNoticicationAcceptWithAudioAriaLabel?: string;
|
7965
|
+
/**
|
7966
|
+
* Aria label for the accept with video button in the incoming call notification.
|
7967
|
+
*/
|
7968
|
+
incomingCallNoticicationAcceptWithVideoAriaLabel?: string;
|
7969
|
+
/**
|
7970
|
+
* Aria label for the reject button in the incoming call notification.
|
7971
|
+
*/
|
7972
|
+
incomingCallNoticicationRejectAriaLabel?: string;
|
7973
|
+
}
|
7974
|
+
|
7975
|
+
/**
|
7976
|
+
* Styles for the incoming call notification component.
|
7977
|
+
*
|
7978
|
+
* @beta
|
7979
|
+
*/
|
7980
|
+
export declare interface IncomingCallNotificationStyles {
|
7981
|
+
/**
|
7982
|
+
* Styles for the accept buttons.
|
7983
|
+
*/
|
7984
|
+
acceptButton?: IButtonStyles;
|
7985
|
+
/**
|
7986
|
+
* Styles for the reject button.
|
7987
|
+
*/
|
7988
|
+
rejectButton?: IButtonStyles;
|
7989
|
+
/**
|
7990
|
+
* Styles for the root container.
|
7991
|
+
*/
|
7992
|
+
root?: IStackStyles;
|
7993
|
+
/**
|
7994
|
+
* Styles for the avatar container.
|
7995
|
+
*/
|
7996
|
+
avatarContainer?: IStackStyles;
|
7997
|
+
}
|
7998
|
+
|
6681
7999
|
/**
|
6682
8000
|
* State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
|
6683
8001
|
* automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -6834,12 +8152,26 @@ export declare interface JumpToNewMessageButtonProps {
|
|
6834
8152
|
*/
|
6835
8153
|
export declare const lightTheme: PartialTheme & CallingTheme;
|
6836
8154
|
|
8155
|
+
/**
|
8156
|
+
* Loader function for the OutboundCallComposite that you can use in your application.
|
8157
|
+
*
|
8158
|
+
* @public
|
8159
|
+
*/
|
8160
|
+
export declare const loadCallComposite: (adapterArgs: CallCompositeLoaderProps, htmlElement: HTMLElement | null, props?: CallCompositeOptions) => Promise<CallAdapter | undefined>;
|
8161
|
+
|
6837
8162
|
/**
|
6838
8163
|
* Whether the stream is loading or not.
|
6839
8164
|
* @public
|
6840
8165
|
*/
|
6841
8166
|
export declare type LoadingState = 'loading' | 'none';
|
6842
8167
|
|
8168
|
+
/**
|
8169
|
+
* Loader function for the OutboundCallComposite that you can use in your application.
|
8170
|
+
*
|
8171
|
+
* @public
|
8172
|
+
*/
|
8173
|
+
export declare const loadOutboundCallComposite: (adapterArgs: OutboundCallCompositeLoaderProps, htmlElement: HTMLElement | null, props?: CallCompositeOptions) => Promise<CallAdapter | undefined>;
|
8174
|
+
|
6843
8175
|
/**
|
6844
8176
|
* Provider to provide localized strings for this library's react components.
|
6845
8177
|
*
|
@@ -6862,6 +8194,28 @@ export declare type LocalizationProviderProps = {
|
|
6862
8194
|
children: React_2.ReactNode;
|
6863
8195
|
};
|
6864
8196
|
|
8197
|
+
/**
|
8198
|
+
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
8199
|
+
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
8200
|
+
*
|
8201
|
+
* @beta
|
8202
|
+
*/
|
8203
|
+
export declare interface LocalRecordingCallFeatureState {
|
8204
|
+
/**
|
8205
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
8206
|
+
*/
|
8207
|
+
isLocalRecordingActive: boolean;
|
8208
|
+
/**
|
8209
|
+
* Contains list of information of started recordings
|
8210
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
8211
|
+
*/
|
8212
|
+
activeLocalRecordings?: LocalRecordingInfo[];
|
8213
|
+
/**
|
8214
|
+
* Contains list of information of stopped recordings
|
8215
|
+
*/
|
8216
|
+
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
8217
|
+
}
|
8218
|
+
|
6865
8219
|
/**
|
6866
8220
|
* @public
|
6867
8221
|
*/
|
@@ -7006,6 +8360,76 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
7006
8360
|
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
7007
8361
|
}
|
7008
8362
|
|
8363
|
+
/**
|
8364
|
+
* Mention's state, as reflected in the UI.
|
8365
|
+
*
|
8366
|
+
* @beta
|
8367
|
+
*/
|
8368
|
+
export declare interface Mention {
|
8369
|
+
/** ID of a mention */
|
8370
|
+
id: string;
|
8371
|
+
/** Display text of a mention */
|
8372
|
+
displayText: string;
|
8373
|
+
/** Optional React element to render an item icon of a mention suggestion */
|
8374
|
+
icon?: JSX.Element;
|
8375
|
+
}
|
8376
|
+
|
8377
|
+
/**
|
8378
|
+
* Options to display suggestions in the mention scenario.
|
8379
|
+
*
|
8380
|
+
* @beta
|
8381
|
+
*/
|
8382
|
+
export declare interface MentionDisplayOptions {
|
8383
|
+
/**
|
8384
|
+
* Optional callback for customizing the mention renderer in a message thread.
|
8385
|
+
*/
|
8386
|
+
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
8387
|
+
}
|
8388
|
+
|
8389
|
+
/**
|
8390
|
+
* Options to lookup suggestions in the mention scenario.
|
8391
|
+
*
|
8392
|
+
* @beta
|
8393
|
+
*/
|
8394
|
+
export declare interface MentionLookupOptions {
|
8395
|
+
/**
|
8396
|
+
* Optional string to set trigger keyword for mention a specific participant.
|
8397
|
+
*
|
8398
|
+
* @defaultValue `@`
|
8399
|
+
*/
|
8400
|
+
trigger?: string;
|
8401
|
+
/**
|
8402
|
+
* Optional callback to fetch a list of mention suggestions base on the query.
|
8403
|
+
*/
|
8404
|
+
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
8405
|
+
/**
|
8406
|
+
* Optional callback to render an item of the mention suggestions list.
|
8407
|
+
*/
|
8408
|
+
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
8409
|
+
}
|
8410
|
+
|
8411
|
+
/**
|
8412
|
+
* Options to lookup suggestions and display mentions in the mention scenario.
|
8413
|
+
*
|
8414
|
+
* @beta
|
8415
|
+
*/
|
8416
|
+
export declare type MentionOptions = {
|
8417
|
+
lookupOptions?: MentionLookupOptions;
|
8418
|
+
displayOptions?: MentionDisplayOptions;
|
8419
|
+
};
|
8420
|
+
|
8421
|
+
/**
|
8422
|
+
* Strings of {@link _MentionPopover} that can be overridden.
|
8423
|
+
*
|
8424
|
+
* @beta
|
8425
|
+
*/
|
8426
|
+
export declare interface MentionPopoverStrings {
|
8427
|
+
/**
|
8428
|
+
* Header text for MentionPopover
|
8429
|
+
*/
|
8430
|
+
mentionPopoverHeader: string;
|
8431
|
+
}
|
8432
|
+
|
7009
8433
|
/**
|
7010
8434
|
* Discriminated union of all messages.
|
7011
8435
|
*
|
@@ -7013,7 +8437,7 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
7013
8437
|
*
|
7014
8438
|
* @public
|
7015
8439
|
*/
|
7016
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
8440
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
|
7017
8441
|
|
7018
8442
|
/**
|
7019
8443
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -7055,6 +8479,20 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
7055
8479
|
*/
|
7056
8480
|
export declare type MessageEditedListener = MessageReceivedListener;
|
7057
8481
|
|
8482
|
+
/**
|
8483
|
+
* @beta
|
8484
|
+
* Message option that defines properties that can be set when
|
8485
|
+
* sending or updating a chat message.
|
8486
|
+
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
8487
|
+
* @property attachments - Attachments that contains file attachments attached to the message.
|
8488
|
+
* @property type - Type of the message content, either 'text' or 'html'.
|
8489
|
+
*/
|
8490
|
+
export declare type MessageOptions = {
|
8491
|
+
metadata?: Record<string, string>;
|
8492
|
+
attachments?: AttachmentMetadata[];
|
8493
|
+
type?: ChatMessageType;
|
8494
|
+
};
|
8495
|
+
|
7058
8496
|
/**
|
7059
8497
|
* Props to render a single message.
|
7060
8498
|
*
|
@@ -7070,7 +8508,7 @@ export declare type MessageProps = {
|
|
7070
8508
|
/**
|
7071
8509
|
* Strings from parent MessageThread component
|
7072
8510
|
*/
|
7073
|
-
strings: MessageThreadStrings
|
8511
|
+
strings: MessageThreadStrings & /* @conditional-compile-remove(rich-text-editor) */ Partial<RichTextStrings>;
|
7074
8512
|
/**
|
7075
8513
|
* Custom CSS styles for chat message container.
|
7076
8514
|
*/
|
@@ -7116,7 +8554,7 @@ export declare type MessageProps = {
|
|
7116
8554
|
* @param options - message options to be included in the message
|
7117
8555
|
*
|
7118
8556
|
*/
|
7119
|
-
onSendMessage?: (content: string) => Promise<void>;
|
8557
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
7120
8558
|
};
|
7121
8559
|
|
7122
8560
|
/**
|
@@ -7248,7 +8686,7 @@ export declare type MessageThreadProps = {
|
|
7248
8686
|
/**
|
7249
8687
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
7250
8688
|
*/
|
7251
|
-
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
8689
|
+
messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
|
7252
8690
|
/**
|
7253
8691
|
* number of participants in the thread
|
7254
8692
|
*/
|
@@ -7329,6 +8767,11 @@ export declare type MessageThreadProps = {
|
|
7329
8767
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
7330
8768
|
*/
|
7331
8769
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
8770
|
+
/**
|
8771
|
+
* Optional callback to render attachments in the message component.
|
8772
|
+
* @beta
|
8773
|
+
*/
|
8774
|
+
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
7332
8775
|
/**
|
7333
8776
|
* Optional callback to edit a message.
|
7334
8777
|
*
|
@@ -7357,7 +8800,7 @@ export declare type MessageThreadProps = {
|
|
7357
8800
|
* @param options - message options to be included in the message
|
7358
8801
|
*
|
7359
8802
|
*/
|
7360
|
-
onSendMessage?: (content: string) => Promise<void>;
|
8803
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
7361
8804
|
/**
|
7362
8805
|
/**
|
7363
8806
|
* Disable editing messages.
|
@@ -7371,11 +8814,32 @@ export declare type MessageThreadProps = {
|
|
7371
8814
|
* Optional strings to override in component
|
7372
8815
|
*/
|
7373
8816
|
strings?: Partial<MessageThreadStrings>;
|
8817
|
+
/**
|
8818
|
+
* @beta
|
8819
|
+
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
8820
|
+
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
8821
|
+
*/
|
8822
|
+
attachmentOptions?: AttachmentOptions;
|
8823
|
+
/**
|
8824
|
+
* Optional function to provide customized date format.
|
8825
|
+
* @beta
|
8826
|
+
*/
|
8827
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
8828
|
+
/**
|
8829
|
+
* Optional props needed to lookup a mention query and display mentions
|
8830
|
+
* @beta
|
8831
|
+
*/
|
8832
|
+
mentionOptions?: MentionOptions;
|
7374
8833
|
/**
|
7375
8834
|
* Optional callback called when an inline image is clicked.
|
7376
8835
|
* @beta
|
7377
8836
|
*/
|
7378
8837
|
inlineImageOptions?: InlineImageOptions;
|
8838
|
+
/**
|
8839
|
+
* Options to enable rich text editor for the edit box.
|
8840
|
+
* @beta
|
8841
|
+
*/
|
8842
|
+
richTextEditorOptions?: RichTextEditBoxOptions;
|
7379
8843
|
};
|
7380
8844
|
|
7381
8845
|
/**
|
@@ -7449,10 +8913,20 @@ export declare interface MessageThreadStrings {
|
|
7449
8913
|
actionMenuMoreOptions?: string;
|
7450
8914
|
/** Aria label to announce when a message is deleted */
|
7451
8915
|
messageDeletedAnnouncementAriaLabel: string;
|
8916
|
+
/** String for download attachment button in attachment card */
|
8917
|
+
downloadAttachment: string;
|
7452
8918
|
/** String for open attachment button in attachment card */
|
7453
8919
|
openAttachment: string;
|
8920
|
+
/** String for policy violation message removal */
|
8921
|
+
blockedWarningText: string;
|
8922
|
+
/** String for policy violation message removal details link */
|
8923
|
+
blockedWarningLinkText: string;
|
7454
8924
|
/** String for aria text in attachment card group*/
|
7455
8925
|
attachmentCardGroupMessage: string;
|
8926
|
+
/**
|
8927
|
+
* Error message indicating that all attachment uploads are not complete.
|
8928
|
+
*/
|
8929
|
+
attachmentUploadsPendingError: string;
|
7456
8930
|
}
|
7457
8931
|
|
7458
8932
|
/**
|
@@ -7480,10 +8954,24 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
7480
8954
|
/** Styles for system message container. */
|
7481
8955
|
systemMessageContainer?: ComponentSlotStyle;
|
7482
8956
|
/** Styles for blocked message container. */
|
8957
|
+
blockedMessageContainer?: ComponentSlotStyle;
|
7483
8958
|
/** Styles for message status indicator container. */
|
7484
8959
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
7485
8960
|
}
|
7486
8961
|
|
8962
|
+
/**
|
8963
|
+
*
|
8964
|
+
* Messaging policy of a chat thread.
|
8965
|
+
*
|
8966
|
+
* @beta
|
8967
|
+
*/
|
8968
|
+
export declare interface MessagingPolicy {
|
8969
|
+
/**
|
8970
|
+
* Boolean to track whether or not messages are restricted to only text.
|
8971
|
+
* */
|
8972
|
+
textOnlyChat?: boolean;
|
8973
|
+
}
|
8974
|
+
|
7487
8975
|
/**
|
7488
8976
|
* A button to turn microphone on / off.
|
7489
8977
|
*
|
@@ -7648,6 +9136,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
7648
9136
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
7649
9137
|
}
|
7650
9138
|
|
9139
|
+
/**
|
9140
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
9141
|
+
* by their browsers settings.
|
9142
|
+
*
|
9143
|
+
* @beta
|
9144
|
+
*/
|
9145
|
+
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
9146
|
+
|
9147
|
+
/**
|
9148
|
+
* @beta
|
9149
|
+
* Props for MicrophoneSitePermissions component.
|
9150
|
+
*/
|
9151
|
+
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
9152
|
+
/** Icon name for the microphone icon */
|
9153
|
+
microphoneIconName?: string;
|
9154
|
+
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
9155
|
+
strings?: MicrophoneSitePermissionsStrings;
|
9156
|
+
}
|
9157
|
+
|
9158
|
+
/**
|
9159
|
+
* @beta
|
9160
|
+
* Strings for MicrophoneSitePermissions component.
|
9161
|
+
*/
|
9162
|
+
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
9163
|
+
|
7651
9164
|
/**
|
7652
9165
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
7653
9166
|
*
|
@@ -7899,6 +9412,10 @@ export declare interface NotificationStackStrings {
|
|
7899
9412
|
* An error message when starting spotlight while max participants are spotlighted
|
7900
9413
|
*/
|
7901
9414
|
startSpotlightWhileMaxParticipantsAreSpotlighted?: NotificationStrings;
|
9415
|
+
/**
|
9416
|
+
* Muted by a remote participant message
|
9417
|
+
*/
|
9418
|
+
mutedByRemoteParticipant?: NotificationStrings;
|
7902
9419
|
/**
|
7903
9420
|
* Speaking while muted message
|
7904
9421
|
*/
|
@@ -8037,6 +9554,18 @@ export declare interface OptionsDevice {
|
|
8037
9554
|
name: string;
|
8038
9555
|
}
|
8039
9556
|
|
9557
|
+
/**
|
9558
|
+
* Props for the OutboundCallComposite that you can use in your application.
|
9559
|
+
* @public
|
9560
|
+
*/
|
9561
|
+
export declare type OutboundCallCompositeLoaderProps = {
|
9562
|
+
userId: string;
|
9563
|
+
token: string;
|
9564
|
+
displayName: string;
|
9565
|
+
targetCallees: string[] | StartCallIdentifier[];
|
9566
|
+
options?: AzureCommunicationCallAdapterOptions;
|
9567
|
+
};
|
9568
|
+
|
8040
9569
|
/**
|
8041
9570
|
* Different modes and positions of the overflow gallery in the VideoGallery
|
8042
9571
|
*
|
@@ -8101,6 +9630,14 @@ export declare interface ParticipantItemProps {
|
|
8101
9630
|
onClick?: (props?: ParticipantItemProps) => void;
|
8102
9631
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
8103
9632
|
showParticipantOverflowTooltip?: boolean;
|
9633
|
+
/**
|
9634
|
+
* Optional value to determine and display a participants connection status.
|
9635
|
+
* For example, `Connecting`, `Ringing` etc.
|
9636
|
+
* The actual text that is displayed is determined by the localized string
|
9637
|
+
* corresponding to the provided participant state.
|
9638
|
+
* For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
|
9639
|
+
*/
|
9640
|
+
participantState?: ParticipantState;
|
8104
9641
|
/**
|
8105
9642
|
* Optional aria property that prefixes the ParticipantItems aria content
|
8106
9643
|
* Takes in a unique id value of the element you would like to be read before the ParticipantItem.
|
@@ -8126,6 +9663,10 @@ export declare interface ParticipantItemStrings {
|
|
8126
9663
|
mutedIconLabel: string;
|
8127
9664
|
/** placeholder text for participants who does not have a display name*/
|
8128
9665
|
displayNamePlaceholder?: string;
|
9666
|
+
/** String shown when `participantState` is `Ringing` */
|
9667
|
+
participantStateRinging?: string;
|
9668
|
+
/** String shown when `participantState` is `Hold` */
|
9669
|
+
participantStateHold?: string;
|
8129
9670
|
/** String for the attendee role */
|
8130
9671
|
attendeeRole: string;
|
8131
9672
|
}
|
@@ -8203,9 +9744,15 @@ export declare type ParticipantListProps = {
|
|
8203
9744
|
onFetchParticipantMenuItems?: ParticipantMenuItemsCallback;
|
8204
9745
|
/** Optional callback when rendered ParticipantItem is clicked */
|
8205
9746
|
onParticipantClick?: (participant?: ParticipantListParticipant) => void;
|
9747
|
+
/** Optional callback to render a context menu to mute a participant */
|
9748
|
+
onMuteParticipant?: (userId: string) => Promise<void>;
|
8206
9749
|
styles?: ParticipantListStyles;
|
8207
9750
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
8208
9751
|
showParticipantOverflowTooltip?: boolean;
|
9752
|
+
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
9753
|
+
totalParticipantCount?: number;
|
9754
|
+
/** Strings for the participant list */
|
9755
|
+
strings?: ParticipantListStrings;
|
8209
9756
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
8210
9757
|
participantAriaLabelledBy?: string;
|
8211
9758
|
/** List of pinned participants */
|
@@ -8220,8 +9767,21 @@ export declare type ParticipantListProps = {
|
|
8220
9767
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
8221
9768
|
participants: CallParticipantListParticipant[];
|
8222
9769
|
myUserId: string;
|
9770
|
+
totalParticipantCount?: number;
|
8223
9771
|
};
|
8224
9772
|
|
9773
|
+
/**
|
9774
|
+
* Strings for the {@link ParticipantList}.
|
9775
|
+
*
|
9776
|
+
* @beta
|
9777
|
+
*/
|
9778
|
+
export declare interface ParticipantListStrings {
|
9779
|
+
/**
|
9780
|
+
* String for rendering the count of participants not contained in the displayed participant list
|
9781
|
+
*/
|
9782
|
+
overflowParticipantCount?: string;
|
9783
|
+
}
|
9784
|
+
|
8225
9785
|
/**
|
8226
9786
|
* Styles for the {@link ParticipantList}.
|
8227
9787
|
*
|
@@ -8664,176 +10224,424 @@ export declare type ReactionSprite = {
|
|
8664
10224
|
*/
|
8665
10225
|
export declare type ReactionState = {
|
8666
10226
|
/**
|
8667
|
-
* Reaction message from the meeting {@link @azure/communication-calling#Call.ReactionMessage}
|
10227
|
+
* Reaction message from the meeting {@link @azure/communication-calling#Call.ReactionMessage}
|
10228
|
+
*/
|
10229
|
+
reactionMessage: ReactionMessage;
|
10230
|
+
/**
|
10231
|
+
* Received timestamp of the reaction message in a meeting.
|
10232
|
+
*/
|
10233
|
+
receivedOn: Date;
|
10234
|
+
};
|
10235
|
+
|
10236
|
+
/**
|
10237
|
+
* An array of key value pairs that stores each sender's display name and last read message
|
10238
|
+
*
|
10239
|
+
* @public
|
10240
|
+
*/
|
10241
|
+
export declare type ReadReceiptsBySenderId = {
|
10242
|
+
[key: string]: {
|
10243
|
+
lastReadMessage: string;
|
10244
|
+
displayName: string;
|
10245
|
+
};
|
10246
|
+
};
|
10247
|
+
|
10248
|
+
/**
|
10249
|
+
* State only version of {@link @azure/communication-calling#RecordingCallFeature}. {@link StatefulCallClient} will
|
10250
|
+
* automatically listen for recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
10251
|
+
*
|
10252
|
+
* @public
|
10253
|
+
*/
|
10254
|
+
export declare interface RecordingCallFeature {
|
10255
|
+
/**
|
10256
|
+
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
10257
|
+
*/
|
10258
|
+
isRecordingActive: boolean;
|
10259
|
+
/**
|
10260
|
+
* Contains list of information of started recordings
|
10261
|
+
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
10262
|
+
*/
|
10263
|
+
activeRecordings?: RecordingInfo[];
|
10264
|
+
/**
|
10265
|
+
* Contains list of information of stopped recordings
|
10266
|
+
*/
|
10267
|
+
lastStoppedRecording?: RecordingInfo[];
|
10268
|
+
}
|
10269
|
+
|
10270
|
+
/**
|
10271
|
+
* State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
|
10272
|
+
* automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
|
10273
|
+
*
|
10274
|
+
* @public
|
10275
|
+
*/
|
10276
|
+
export declare interface RemoteParticipantState {
|
10277
|
+
/**
|
10278
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.identifier}.
|
10279
|
+
*/
|
10280
|
+
identifier: CommunicationIdentifierKind;
|
10281
|
+
/**
|
10282
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.displayName}.
|
10283
|
+
*/
|
10284
|
+
displayName?: string;
|
10285
|
+
/**
|
10286
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.state}.
|
10287
|
+
*/
|
10288
|
+
state: RemoteParticipantState_2;
|
10289
|
+
/**
|
10290
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.callEndReason}.
|
10291
|
+
*/
|
10292
|
+
callEndReason?: CallEndReason;
|
10293
|
+
/**
|
10294
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.videoStreams} as an object with
|
10295
|
+
* {@link RemoteVideoStream} fields keyed by {@link @azure/communication-calling#RemoteVideoStream.id}.
|
10296
|
+
*/
|
10297
|
+
videoStreams: {
|
10298
|
+
[key: number]: RemoteVideoStreamState;
|
10299
|
+
};
|
10300
|
+
/**
|
10301
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.isMuted}.
|
10302
|
+
*/
|
10303
|
+
isMuted: boolean;
|
10304
|
+
/**
|
10305
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
|
10306
|
+
*/
|
10307
|
+
isSpeaking: boolean;
|
10308
|
+
/**
|
10309
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
|
10310
|
+
*/
|
10311
|
+
role?: ParticipantRole;
|
10312
|
+
/**
|
10313
|
+
* Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
|
10314
|
+
*/
|
10315
|
+
raisedHand?: RaisedHandState;
|
10316
|
+
/**
|
10317
|
+
* Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
|
10318
|
+
*
|
10319
|
+
* @public
|
10320
|
+
*/
|
10321
|
+
contentSharingStream?: HTMLElement;
|
10322
|
+
/**
|
10323
|
+
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
10324
|
+
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
10325
|
+
*
|
10326
|
+
* @public
|
10327
|
+
*/
|
10328
|
+
reactionState?: ReactionState;
|
10329
|
+
/**
|
10330
|
+
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
|
10331
|
+
*/
|
10332
|
+
spotlight?: SpotlightState;
|
10333
|
+
}
|
10334
|
+
|
10335
|
+
/**
|
10336
|
+
* State only version of {@link @azure/communication-calling#RemoteVideoStream}.
|
10337
|
+
*
|
10338
|
+
* @public
|
10339
|
+
*/
|
10340
|
+
export declare interface RemoteVideoStreamState {
|
10341
|
+
/**
|
10342
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
|
10343
|
+
*/
|
10344
|
+
id: number;
|
10345
|
+
/**
|
10346
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
|
10347
|
+
*/
|
10348
|
+
mediaStreamType: MediaStreamType;
|
10349
|
+
/**
|
10350
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
|
10351
|
+
*/
|
10352
|
+
isAvailable: boolean;
|
10353
|
+
/**
|
10354
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
|
10355
|
+
* @public
|
10356
|
+
*/
|
10357
|
+
isReceiving: boolean;
|
10358
|
+
/**
|
10359
|
+
* {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
|
10360
|
+
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
10361
|
+
*/
|
10362
|
+
view?: VideoStreamRendererViewState;
|
10363
|
+
/**
|
10364
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
|
10365
|
+
*/
|
10366
|
+
streamSize?: {
|
10367
|
+
width: number;
|
10368
|
+
height: number;
|
10369
|
+
};
|
10370
|
+
}
|
10371
|
+
|
10372
|
+
/**
|
10373
|
+
* Menu options for remote video tiles in {@link VideoGallery}.
|
10374
|
+
*
|
10375
|
+
* @public
|
10376
|
+
*/
|
10377
|
+
export declare interface RemoteVideoTileMenuOptions {
|
10378
|
+
/**
|
10379
|
+
* If set to true, remote video tiles in the VideoGallery will not have menu options
|
10380
|
+
*
|
10381
|
+
* @defaultValue false
|
10382
|
+
*/
|
10383
|
+
isHidden?: boolean;
|
10384
|
+
}
|
10385
|
+
|
10386
|
+
/**
|
10387
|
+
* Details required for download a resource to cache.
|
10388
|
+
*
|
10389
|
+
* @public
|
10390
|
+
*/
|
10391
|
+
export declare type ResourceDetails = {
|
10392
|
+
threadId: string;
|
10393
|
+
messageId: string;
|
10394
|
+
resourceUrl: string;
|
10395
|
+
};
|
10396
|
+
|
10397
|
+
/**
|
10398
|
+
* Result of the Resource downloaded from stateful client
|
10399
|
+
* @public
|
10400
|
+
*/
|
10401
|
+
export declare type ResourceFetchResult = {
|
10402
|
+
sourceUrl?: string;
|
10403
|
+
error?: Error;
|
10404
|
+
};
|
10405
|
+
|
10406
|
+
/**
|
10407
|
+
* Options for the rich text editor edit box configuration.
|
10408
|
+
*
|
10409
|
+
* @beta
|
10410
|
+
*/
|
10411
|
+
export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
|
10412
|
+
/**
|
10413
|
+
* Optional callback to upload an inline image in the rich text editor.
|
10414
|
+
*/
|
10415
|
+
onUploadInlineImage?: (imageUrl: string, imageFileName: string, messageId: string) => void;
|
10416
|
+
/**
|
10417
|
+
* Optional callback to remove the attachment upload or delete the image before sending.
|
10418
|
+
*/
|
10419
|
+
onCancelInlineImageUpload?: (imageId: string, messageId: string) => void;
|
10420
|
+
/**
|
10421
|
+
* Optional Record of type {@link AttachmentMetadataInProgress}
|
10422
|
+
* to render inline images being uploaded in the MessageThread's edit box.
|
10423
|
+
*/
|
10424
|
+
messagesImageUploadsInProgress?: Record<string, AttachmentMetadataInProgress[]>;
|
10425
|
+
}
|
10426
|
+
|
10427
|
+
/**
|
10428
|
+
* Options for the rich text editor configuration.
|
10429
|
+
*
|
10430
|
+
* @beta
|
10431
|
+
*/
|
10432
|
+
export declare interface RichTextEditorOptions {
|
10433
|
+
/**
|
10434
|
+
* Optional callback to handle paste event.
|
10435
|
+
*/
|
10436
|
+
onPaste?: (event: {
|
10437
|
+
content: DocumentFragment;
|
10438
|
+
}) => void;
|
10439
|
+
}
|
10440
|
+
|
10441
|
+
/**
|
10442
|
+
* A component to render SendBox with Rich Text Editor support.
|
10443
|
+
*
|
10444
|
+
* @beta
|
10445
|
+
*/
|
10446
|
+
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
10447
|
+
|
10448
|
+
/**
|
10449
|
+
* Options for the rich text editor send box configuration.
|
10450
|
+
*
|
10451
|
+
* @beta
|
10452
|
+
*/
|
10453
|
+
export declare interface RichTextSendBoxOptions extends RichTextEditorOptions {
|
10454
|
+
/**
|
10455
|
+
* Optional callback to upload an inline image in the rich text editor.
|
10456
|
+
*/
|
10457
|
+
onUploadInlineImage?: (imageUrl: string, imageFileName: string) => void;
|
10458
|
+
/**
|
10459
|
+
* Optional callback to remove the attachment upload or delete the image before sending.
|
10460
|
+
*/
|
10461
|
+
onCancelInlineImageUpload?: (imageId: string) => void;
|
10462
|
+
/**
|
10463
|
+
* Optional Array of type {@link AttachmentMetadataInProgress}
|
10464
|
+
* to render inline images being uploaded in the RichTextSendBox.
|
10465
|
+
*/
|
10466
|
+
imageUploadsInProgress?: AttachmentMetadataInProgress[];
|
10467
|
+
}
|
10468
|
+
|
10469
|
+
/**
|
10470
|
+
* Props for {@link RichTextSendBox}.
|
10471
|
+
*
|
10472
|
+
* @beta
|
10473
|
+
*/
|
10474
|
+
export declare interface RichTextSendBoxProps {
|
10475
|
+
/**
|
10476
|
+
* Optional boolean to disable text box
|
10477
|
+
* @defaultValue false
|
10478
|
+
*/
|
10479
|
+
disabled?: boolean;
|
10480
|
+
/**
|
10481
|
+
* Optional callback to handle paste event.
|
10482
|
+
*/
|
10483
|
+
onPaste?: (event: {
|
10484
|
+
content: DocumentFragment;
|
10485
|
+
}) => void;
|
10486
|
+
/**
|
10487
|
+
* Optional strings to override in component
|
10488
|
+
*/
|
10489
|
+
strings?: Partial<RichTextSendBoxStrings>;
|
10490
|
+
/**
|
10491
|
+
* Optional text for system message above the text box
|
10492
|
+
*/
|
10493
|
+
systemMessage?: string;
|
10494
|
+
/**
|
10495
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
10496
|
+
* to render attachments being uploaded in the SendBox.
|
10497
|
+
* @beta
|
10498
|
+
*/
|
10499
|
+
attachments?: AttachmentMetadataInProgress[];
|
10500
|
+
/**
|
10501
|
+
* enumerable to determine if the input box has focus on render or not.
|
10502
|
+
* When undefined nothing has focus on render
|
10503
|
+
*/
|
10504
|
+
autoFocus?: 'sendBoxTextField';
|
10505
|
+
/**
|
10506
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
10507
|
+
* cancel icon.
|
10508
|
+
*/
|
10509
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
10510
|
+
/**
|
10511
|
+
* Optional callback to remove the attachment upload or delete the image before sending.
|
10512
|
+
*/
|
10513
|
+
onCancelInlineImageUpload?: (imageId: string) => void;
|
10514
|
+
/**
|
10515
|
+
* Callback function used when the send button is clicked.
|
10516
|
+
*/
|
10517
|
+
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
10518
|
+
/**
|
10519
|
+
* Optional callback called when user is typing
|
10520
|
+
*/
|
10521
|
+
onTyping?: () => Promise<void>;
|
10522
|
+
/**
|
10523
|
+
* Optional callback to upload an inline image in the rich text editor.
|
8668
10524
|
*/
|
8669
|
-
|
10525
|
+
onUploadInlineImage?: (imageUrl: string, imageFileName: string) => void;
|
8670
10526
|
/**
|
8671
|
-
*
|
10527
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
10528
|
+
* to render inline images being uploaded in the RichTextSendBox.
|
8672
10529
|
*/
|
8673
|
-
|
8674
|
-
}
|
10530
|
+
imageUploadsInProgress?: AttachmentMetadataInProgress[];
|
10531
|
+
}
|
8675
10532
|
|
8676
10533
|
/**
|
8677
|
-
*
|
10534
|
+
* Strings of {@link RichTextSendBox} that can be overridden.
|
8678
10535
|
*
|
8679
|
-
* @
|
10536
|
+
* @beta
|
8680
10537
|
*/
|
8681
|
-
export declare
|
8682
|
-
|
8683
|
-
lastReadMessage: string;
|
8684
|
-
displayName: string;
|
8685
|
-
};
|
8686
|
-
};
|
10538
|
+
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
10539
|
+
}
|
8687
10540
|
|
8688
10541
|
/**
|
8689
|
-
*
|
8690
|
-
* automatically listen for recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
10542
|
+
* Strings of RichText that can be overridden.
|
8691
10543
|
*
|
8692
|
-
* @
|
10544
|
+
* @beta
|
8693
10545
|
*/
|
8694
|
-
export declare interface
|
10546
|
+
export declare interface RichTextStrings {
|
8695
10547
|
/**
|
8696
|
-
*
|
10548
|
+
* Tooltip text for the bold button.
|
8697
10549
|
*/
|
8698
|
-
|
8699
|
-
}
|
8700
|
-
|
8701
|
-
/**
|
8702
|
-
* State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
|
8703
|
-
* automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
|
8704
|
-
*
|
8705
|
-
* @public
|
8706
|
-
*/
|
8707
|
-
export declare interface RemoteParticipantState {
|
10550
|
+
richTextBoldTooltip: string;
|
8708
10551
|
/**
|
8709
|
-
*
|
10552
|
+
* Tooltip text for the italic button.
|
8710
10553
|
*/
|
8711
|
-
|
10554
|
+
richTextItalicTooltip: string;
|
8712
10555
|
/**
|
8713
|
-
*
|
10556
|
+
* Tooltip text for the underline button.
|
8714
10557
|
*/
|
8715
|
-
|
10558
|
+
richTextUnderlineTooltip: string;
|
8716
10559
|
/**
|
8717
|
-
*
|
10560
|
+
* Tooltip text for the bullet list button.
|
8718
10561
|
*/
|
8719
|
-
|
10562
|
+
richTextBulletListTooltip: string;
|
8720
10563
|
/**
|
8721
|
-
*
|
10564
|
+
* Tooltip text for the number list button.
|
8722
10565
|
*/
|
8723
|
-
|
10566
|
+
richTextNumberListTooltip: string;
|
8724
10567
|
/**
|
8725
|
-
*
|
8726
|
-
* {@link RemoteVideoStream} fields keyed by {@link @azure/communication-calling#RemoteVideoStream.id}.
|
10568
|
+
* Tooltip text for the increase indent button.
|
8727
10569
|
*/
|
8728
|
-
|
8729
|
-
[key: number]: RemoteVideoStreamState;
|
8730
|
-
};
|
10570
|
+
richTextIncreaseIndentTooltip: string;
|
8731
10571
|
/**
|
8732
|
-
*
|
10572
|
+
* Tooltip text for the decrease indent button.
|
8733
10573
|
*/
|
8734
|
-
|
10574
|
+
richTextDecreaseIndentTooltip: string;
|
8735
10575
|
/**
|
8736
|
-
*
|
10576
|
+
* Tooltip text insert table button.
|
8737
10577
|
*/
|
8738
|
-
|
10578
|
+
richTextInsertTableTooltip: string;
|
8739
10579
|
/**
|
8740
|
-
*
|
10580
|
+
* Tooltip text for the rich text format button button.
|
8741
10581
|
*/
|
8742
|
-
|
10582
|
+
richTextFormatButtonTooltip: string;
|
8743
10583
|
/**
|
8744
|
-
*
|
10584
|
+
* Text for the insert menu item.
|
8745
10585
|
*/
|
8746
|
-
|
10586
|
+
richTextInsertRowOrColumnMenu: string;
|
8747
10587
|
/**
|
8748
|
-
*
|
8749
|
-
*
|
8750
|
-
* @public
|
10588
|
+
* Title for the insert table menu.
|
8751
10589
|
*/
|
8752
|
-
|
10590
|
+
richTextInsertTableMenuTitle: string;
|
8753
10591
|
/**
|
8754
|
-
*
|
8755
|
-
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
8756
|
-
*
|
8757
|
-
* @public
|
10592
|
+
* Text for the insert menu item to insert row above the current selection.
|
8758
10593
|
*/
|
8759
|
-
|
10594
|
+
richTextInsertRowAboveMenu: string;
|
8760
10595
|
/**
|
8761
|
-
*
|
10596
|
+
* Text for the insert menu item to insert row below the current selection.
|
8762
10597
|
*/
|
8763
|
-
|
8764
|
-
}
|
8765
|
-
|
8766
|
-
/**
|
8767
|
-
* State only version of {@link @azure/communication-calling#RemoteVideoStream}.
|
8768
|
-
*
|
8769
|
-
* @public
|
8770
|
-
*/
|
8771
|
-
export declare interface RemoteVideoStreamState {
|
10598
|
+
richTextInsertRowBelowMenu: string;
|
8772
10599
|
/**
|
8773
|
-
*
|
10600
|
+
* Text for the insert menu item to insert column to the left from the current selection.
|
8774
10601
|
*/
|
8775
|
-
|
10602
|
+
richTextInsertColumnLeftMenu: string;
|
8776
10603
|
/**
|
8777
|
-
*
|
10604
|
+
* Text for the insert menu item to insert column to the right from the current selection.
|
8778
10605
|
*/
|
8779
|
-
|
10606
|
+
richTextInsertColumnRightMenu: string;
|
8780
10607
|
/**
|
8781
|
-
*
|
10608
|
+
* Text for the delete row or column menu.
|
8782
10609
|
*/
|
8783
|
-
|
10610
|
+
richTextDeleteRowOrColumnMenu: string;
|
8784
10611
|
/**
|
8785
|
-
*
|
8786
|
-
* @public
|
10612
|
+
* Text for the delete column menu.
|
8787
10613
|
*/
|
8788
|
-
|
10614
|
+
richTextDeleteColumnMenu: string;
|
8789
10615
|
/**
|
8790
|
-
*
|
8791
|
-
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
10616
|
+
* Text for the delete row menu.
|
8792
10617
|
*/
|
8793
|
-
|
10618
|
+
richTextDeleteRowMenu: string;
|
8794
10619
|
/**
|
8795
|
-
*
|
10620
|
+
* Text for the delete table menu.
|
8796
10621
|
*/
|
8797
|
-
|
8798
|
-
width: number;
|
8799
|
-
height: number;
|
8800
|
-
};
|
8801
|
-
}
|
8802
|
-
|
8803
|
-
/**
|
8804
|
-
* Menu options for remote video tiles in {@link VideoGallery}.
|
8805
|
-
*
|
8806
|
-
* @public
|
8807
|
-
*/
|
8808
|
-
export declare interface RemoteVideoTileMenuOptions {
|
10622
|
+
richTextDeleteTableMenu: string;
|
8809
10623
|
/**
|
8810
|
-
*
|
8811
|
-
*
|
8812
|
-
* @defaultValue false
|
10624
|
+
* Text for the rich text toolbar more button.
|
8813
10625
|
*/
|
8814
|
-
|
10626
|
+
richTextToolbarMoreButtonAriaLabel: string;
|
10627
|
+
/**
|
10628
|
+
* Text for announcement when a new bulleted list item is added.
|
10629
|
+
*/
|
10630
|
+
richTextNewBulletedListItemAnnouncement: string;
|
10631
|
+
/**
|
10632
|
+
* Text for announcement when a new numbered list item is added.
|
10633
|
+
*/
|
10634
|
+
richTextNewNumberedListItemAnnouncement: string;
|
10635
|
+
/**
|
10636
|
+
* Text for announcement when the bulleted list style is applied.
|
10637
|
+
*/
|
10638
|
+
richTextBulletedListAppliedAnnouncement: string;
|
10639
|
+
/**
|
10640
|
+
* Text for announcement when the numbered list style is applied.
|
10641
|
+
*/
|
10642
|
+
richTextNumberedListAppliedAnnouncement: string;
|
8815
10643
|
}
|
8816
10644
|
|
8817
|
-
/**
|
8818
|
-
* Details required for download a resource to cache.
|
8819
|
-
*
|
8820
|
-
* @public
|
8821
|
-
*/
|
8822
|
-
export declare type ResourceDetails = {
|
8823
|
-
threadId: string;
|
8824
|
-
messageId: string;
|
8825
|
-
resourceUrl: string;
|
8826
|
-
};
|
8827
|
-
|
8828
|
-
/**
|
8829
|
-
* Result of the Resource downloaded from stateful client
|
8830
|
-
* @public
|
8831
|
-
*/
|
8832
|
-
export declare type ResourceFetchResult = {
|
8833
|
-
sourceUrl?: string;
|
8834
|
-
error?: Error;
|
8835
|
-
};
|
8836
|
-
|
8837
10645
|
/**
|
8838
10646
|
* A button to start / stop screen sharing.
|
8839
10647
|
*
|
@@ -8905,6 +10713,19 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
8905
10713
|
*/
|
8906
10714
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
8907
10715
|
|
10716
|
+
/**
|
10717
|
+
* @beta
|
10718
|
+
* Error to be displayed to the user in an error bar above sendbox.
|
10719
|
+
*/
|
10720
|
+
export declare interface SendBoxErrorBarError {
|
10721
|
+
/** Error Message to be displayed */
|
10722
|
+
message: string;
|
10723
|
+
/**
|
10724
|
+
* Unix Timestamp. Preferred generation using `Date.now()`
|
10725
|
+
*/
|
10726
|
+
timestamp: number;
|
10727
|
+
}
|
10728
|
+
|
8908
10729
|
/**
|
8909
10730
|
* Props for {@link SendBox}.
|
8910
10731
|
*
|
@@ -8923,7 +10744,12 @@ export declare interface SendBoxProps {
|
|
8923
10744
|
/**
|
8924
10745
|
* Optional override behavior on send button click
|
8925
10746
|
*/
|
8926
|
-
onSendMessage?: (content: string) => Promise<void>;
|
10747
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
10748
|
+
/**
|
10749
|
+
* Optional props needed to lookup suggestions in the mention scenario.
|
10750
|
+
* @beta
|
10751
|
+
*/
|
10752
|
+
mentionLookupOptions?: MentionLookupOptions;
|
8927
10753
|
/**
|
8928
10754
|
* Optional callback called when user is typing
|
8929
10755
|
*/
|
@@ -8960,6 +10786,25 @@ export declare interface SendBoxProps {
|
|
8960
10786
|
* When undefined nothing has focus on render
|
8961
10787
|
*/
|
8962
10788
|
autoFocus?: 'sendBoxTextField';
|
10789
|
+
/**
|
10790
|
+
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
10791
|
+
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
10792
|
+
* be rendered below the text area in sendBox.
|
10793
|
+
* @beta
|
10794
|
+
*/
|
10795
|
+
onRenderAttachmentUploads?: () => JSX.Element;
|
10796
|
+
/**
|
10797
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
10798
|
+
* to render attachments being uploaded in the SendBox.
|
10799
|
+
* @beta
|
10800
|
+
*/
|
10801
|
+
attachments?: AttachmentMetadataInProgress[];
|
10802
|
+
/**
|
10803
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
10804
|
+
* cancel icon.
|
10805
|
+
* @beta
|
10806
|
+
*/
|
10807
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
8963
10808
|
}
|
8964
10809
|
|
8965
10810
|
/**
|
@@ -8990,6 +10835,26 @@ export declare interface SendBoxStrings {
|
|
8990
10835
|
* Aria label for send message button
|
8991
10836
|
*/
|
8992
10837
|
sendButtonAriaLabel: string;
|
10838
|
+
/**
|
10839
|
+
* Error message indicating that all attachment uploads are not complete.
|
10840
|
+
*/
|
10841
|
+
attachmentUploadsPendingError: string;
|
10842
|
+
/**
|
10843
|
+
* Aria label to notify user when focus is on cancel attachment upload button.
|
10844
|
+
*/
|
10845
|
+
removeAttachment: string;
|
10846
|
+
/**
|
10847
|
+
* Aria label to notify user attachment uploading starts.
|
10848
|
+
*/
|
10849
|
+
uploading: string;
|
10850
|
+
/**
|
10851
|
+
* Aria label to notify user attachment is uploaded.
|
10852
|
+
*/
|
10853
|
+
uploadCompleted: string;
|
10854
|
+
/**
|
10855
|
+
* Aria label to notify user more attachment action menu.
|
10856
|
+
*/
|
10857
|
+
attachmentMoreMenu: string;
|
8993
10858
|
}
|
8994
10859
|
|
8995
10860
|
/**
|
@@ -9010,6 +10875,45 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
9010
10875
|
systemMessage?: IStyle;
|
9011
10876
|
}
|
9012
10877
|
|
10878
|
+
/**
|
10879
|
+
* @beta
|
10880
|
+
* Strings for SitePermissions component
|
10881
|
+
*/
|
10882
|
+
export declare type SitePermissionsStrings = {
|
10883
|
+
/**
|
10884
|
+
* Main text string.
|
10885
|
+
*/
|
10886
|
+
primaryText?: string;
|
10887
|
+
/**
|
10888
|
+
* Subtext string.
|
10889
|
+
*/
|
10890
|
+
secondaryText?: string;
|
10891
|
+
/**
|
10892
|
+
* More help link string.
|
10893
|
+
*/
|
10894
|
+
linkText?: string;
|
10895
|
+
/**
|
10896
|
+
* Primary button text string.
|
10897
|
+
*/
|
10898
|
+
primaryButtonText?: string;
|
10899
|
+
/**
|
10900
|
+
* Aria label describing the content of the container
|
10901
|
+
*/
|
10902
|
+
ariaLabel?: string;
|
10903
|
+
};
|
10904
|
+
|
10905
|
+
/**
|
10906
|
+
* Fluent styles for {@link SitePermissionsContainer}.
|
10907
|
+
*
|
10908
|
+
* @beta
|
10909
|
+
*/
|
10910
|
+
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
10911
|
+
/** Styles for the primary button. */
|
10912
|
+
primaryButton?: IButtonStyles;
|
10913
|
+
/** Styles for the help troubleshooting link text. */
|
10914
|
+
troubleshootingLink?: ILinkStyles;
|
10915
|
+
}
|
10916
|
+
|
9013
10917
|
/**
|
9014
10918
|
* @public
|
9015
10919
|
* Type for representing a custom sound to use for a calling event
|
@@ -9190,7 +11094,14 @@ export declare interface SpotlightState {
|
|
9190
11094
|
* Identifier types for initiating a call using the CallAdapter
|
9191
11095
|
* @public
|
9192
11096
|
*/
|
9193
|
-
export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | UnknownIdentifier);
|
11097
|
+
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;
|
11098
|
+
|
11099
|
+
/**
|
11100
|
+
* Parameter to start a call using a Teams user identity.
|
11101
|
+
*
|
11102
|
+
* @beta
|
11103
|
+
*/
|
11104
|
+
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
9194
11105
|
|
9195
11106
|
/**
|
9196
11107
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
@@ -9303,6 +11214,19 @@ export declare interface StatefulCallClient extends CallClient {
|
|
9303
11214
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
9304
11215
|
*/
|
9305
11216
|
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
11217
|
+
/** @conditional-compile-remove(one-to-n-calling) */
|
11218
|
+
/**
|
11219
|
+
* The CallAgent is used to handle calls.
|
11220
|
+
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
11221
|
+
* - The CallClient can only have one active CallAgent instance at a time.
|
11222
|
+
* - You can create a new CallClient instance to create a new CallAgent.
|
11223
|
+
* - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
|
11224
|
+
* createCallAgent() method again to create a new CallAgent.
|
11225
|
+
* @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
|
11226
|
+
* @param options - The CallAgentOptions for additional options like display name.
|
11227
|
+
* @public
|
11228
|
+
*/
|
11229
|
+
createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
|
9306
11230
|
/**
|
9307
11231
|
* The TeamsCallAgent is used to handle calls.
|
9308
11232
|
* To create the TeamsCallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
@@ -9328,6 +11252,15 @@ export declare type StatefulCallClientArgs = {
|
|
9328
11252
|
* state. It is not used by StatefulCallClient.
|
9329
11253
|
*/
|
9330
11254
|
userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
|
11255
|
+
/**
|
11256
|
+
* A phone number in E.164 format that will be used to represent the callers identity. This number is required
|
11257
|
+
* to start a PSTN call.
|
11258
|
+
*
|
11259
|
+
* example: +11234567
|
11260
|
+
*
|
11261
|
+
* This is not a cached value from the headless calling client.
|
11262
|
+
*/
|
11263
|
+
alternateCallerId?: string;
|
9331
11264
|
};
|
9332
11265
|
|
9333
11266
|
/**
|
@@ -9603,7 +11536,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
9603
11536
|
* @public
|
9604
11537
|
*/
|
9605
11538
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
9606
|
-
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
11539
|
+
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
9607
11540
|
};
|
9608
11541
|
|
9609
11542
|
/**
|
@@ -9629,6 +11562,30 @@ export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
|
|
9629
11562
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
9630
11563
|
}
|
9631
11564
|
|
11565
|
+
/**
|
11566
|
+
* @beta
|
11567
|
+
* Proxies the {@link @azure/communication-calling#TeamsIncomingCall} interface.
|
11568
|
+
*/
|
11569
|
+
export declare type TeamsIncomingCallManagement = {
|
11570
|
+
/**
|
11571
|
+
* @beta
|
11572
|
+
* @Remark This attribute doesn't exist on the {@link @azure/communication-calling#TeamsCallAgent} interface.
|
11573
|
+
* @returns readonly array of {@link DeclarativeTeamsIncomingCall}
|
11574
|
+
*/
|
11575
|
+
incomingCalls: ReadonlyArray<TeamsIncomingCall>;
|
11576
|
+
};
|
11577
|
+
|
11578
|
+
/**
|
11579
|
+
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
11580
|
+
*
|
11581
|
+
* This is used to create an outbound call scenarios.
|
11582
|
+
*
|
11583
|
+
* @beta
|
11584
|
+
*/
|
11585
|
+
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
11586
|
+
targetCallees: StartTeamsCallIdentifier[];
|
11587
|
+
};
|
11588
|
+
|
9632
11589
|
/**
|
9633
11590
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
9634
11591
|
*
|
@@ -9829,11 +11786,129 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
9829
11786
|
typingString?: IStyle;
|
9830
11787
|
}
|
9831
11788
|
|
11789
|
+
/**
|
11790
|
+
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
11791
|
+
*
|
11792
|
+
* @beta
|
11793
|
+
*/
|
11794
|
+
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
11795
|
+
|
11796
|
+
/**
|
11797
|
+
* props for {@link UnsupportedBrowser} UI
|
11798
|
+
*
|
11799
|
+
* @beta
|
11800
|
+
*/
|
11801
|
+
export declare interface UnsupportedBrowserProps {
|
11802
|
+
/** Handler to perform an action when the help link is actioned */
|
11803
|
+
onTroubleshootingClick?: () => void;
|
11804
|
+
/** String overrides for the component */
|
11805
|
+
strings?: UnsupportedBrowserStrings;
|
11806
|
+
}
|
11807
|
+
|
11808
|
+
/**
|
11809
|
+
* Strings for UnsupportedBrowser component
|
11810
|
+
*
|
11811
|
+
* @beta
|
11812
|
+
*/
|
11813
|
+
export declare interface UnsupportedBrowserStrings {
|
11814
|
+
/** String for the primary text */
|
11815
|
+
primaryText: string;
|
11816
|
+
/** String for the secondary text */
|
11817
|
+
secondaryText: string;
|
11818
|
+
/** String to display in the text for the help link */
|
11819
|
+
moreHelpLinkText: string;
|
11820
|
+
}
|
11821
|
+
|
11822
|
+
/**
|
11823
|
+
* UI to display to the user that the browser version they are using is out of date
|
11824
|
+
* and not supported by Azure Communications Calling service.
|
11825
|
+
*
|
11826
|
+
* @beta
|
11827
|
+
*/
|
11828
|
+
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
11829
|
+
|
11830
|
+
/**
|
11831
|
+
* props for {@link UnsupportedBrowserVersion} UI
|
11832
|
+
*
|
11833
|
+
* @beta
|
11834
|
+
*/
|
11835
|
+
export declare interface UnsupportedBrowserVersionProps {
|
11836
|
+
/** Handler to perform an action when the help link is actioned */
|
11837
|
+
onTroubleshootingClick?: () => void;
|
11838
|
+
/** String overrides for the component */
|
11839
|
+
strings?: UnsupportedBrowserVersionStrings;
|
11840
|
+
/** Handler to allow user to continue into the call */
|
11841
|
+
onContinueAnywayClick?: () => void;
|
11842
|
+
}
|
11843
|
+
|
11844
|
+
/**
|
11845
|
+
* Strings for UnsupportedBrowser component
|
11846
|
+
*
|
11847
|
+
* @beta
|
11848
|
+
*/
|
11849
|
+
export declare interface UnsupportedBrowserVersionStrings {
|
11850
|
+
/** String for the primary text */
|
11851
|
+
primaryText: string;
|
11852
|
+
/** String for the secondary text */
|
11853
|
+
secondaryText: string;
|
11854
|
+
/** String to display in the text for the help link */
|
11855
|
+
moreHelpLinkText: string;
|
11856
|
+
/** String for continue without updating button */
|
11857
|
+
continueAnywayButtonText?: string;
|
11858
|
+
}
|
11859
|
+
|
11860
|
+
/**
|
11861
|
+
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
11862
|
+
*
|
11863
|
+
* @beta
|
11864
|
+
*/
|
11865
|
+
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
11866
|
+
|
11867
|
+
/**
|
11868
|
+
* Props for {@link UnsupportedOperatingSystem} UI
|
11869
|
+
*
|
11870
|
+
* @beta
|
11871
|
+
*/
|
11872
|
+
export declare interface UnsupportedOperatingSystemProps {
|
11873
|
+
/** Handler to perform a action when the help link is actioned */
|
11874
|
+
onTroubleshootingClick?: () => void;
|
11875
|
+
/** String overrides for the component */
|
11876
|
+
strings?: UnsupportedOperatingSystemStrings;
|
11877
|
+
}
|
11878
|
+
|
11879
|
+
/**
|
11880
|
+
* Strings for UnsupportedBrowser component
|
11881
|
+
*
|
11882
|
+
* @beta
|
11883
|
+
*/
|
11884
|
+
export declare interface UnsupportedOperatingSystemStrings {
|
11885
|
+
/** String for the primary text */
|
11886
|
+
primaryText: string;
|
11887
|
+
/** String for the secondary text */
|
11888
|
+
secondaryText: string;
|
11889
|
+
/** String to display in the text for the help link */
|
11890
|
+
moreHelpLinkText: string;
|
11891
|
+
}
|
11892
|
+
|
9832
11893
|
/**
|
9833
11894
|
* @public
|
9834
11895
|
* Callback function run when a message is updated.
|
9835
11896
|
*/
|
9836
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
11897
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
11898
|
+
|
11899
|
+
/**
|
11900
|
+
* Result payload for uploading an image.
|
11901
|
+
*
|
11902
|
+
* @beta
|
11903
|
+
*/
|
11904
|
+
export declare type UploadChatImageResult = {
|
11905
|
+
/** Id of the image. */
|
11906
|
+
id: string;
|
11907
|
+
/** The type of attachment. */
|
11908
|
+
attachmentType?: 'image' | 'file' | 'unknown';
|
11909
|
+
/** The name including file extension type of the attachment. */
|
11910
|
+
name?: string;
|
11911
|
+
};
|
9837
11912
|
|
9838
11913
|
/**
|
9839
11914
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -10007,7 +12082,7 @@ export declare const useTeamsCall: () => undefined | /* @conditional-compile-rem
|
|
10007
12082
|
*
|
10008
12083
|
* @public
|
10009
12084
|
*/
|
10010
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
12085
|
+
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;
|
10011
12086
|
|
10012
12087
|
/**
|
10013
12088
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -10158,7 +12233,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
10158
12233
|
/**
|
10159
12234
|
* @public
|
10160
12235
|
*/
|
10161
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
12236
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | 'focusedContent';
|
10162
12237
|
|
10163
12238
|
/**
|
10164
12239
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -10326,6 +12401,10 @@ export declare interface VideoGalleryProps {
|
|
10326
12401
|
* Additional Options for Video Tiles
|
10327
12402
|
*/
|
10328
12403
|
videoTilesOptions?: VideoTilesOptions;
|
12404
|
+
/**
|
12405
|
+
* This callback is to mute a remote participant
|
12406
|
+
*/
|
12407
|
+
onMuteParticipant?: (userId: string) => Promise<void>;
|
10329
12408
|
}
|
10330
12409
|
|
10331
12410
|
/**
|
@@ -10338,6 +12417,11 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
|
|
10338
12417
|
isSpeaking?: boolean;
|
10339
12418
|
/** Video stream of shared screen */
|
10340
12419
|
screenShareStream?: VideoGalleryStream;
|
12420
|
+
/**
|
12421
|
+
* @beta
|
12422
|
+
* The connection state of the participant. For example, 'Hold', 'Connecting' etc.
|
12423
|
+
*/
|
12424
|
+
state?: ParticipantState;
|
10341
12425
|
/** Whether participant is raised a hand */
|
10342
12426
|
raisedHand?: RaisedHand;
|
10343
12427
|
/**
|
@@ -10438,6 +12522,8 @@ export declare interface VideoGalleryStrings {
|
|
10438
12522
|
stopSpotlightOnSelfVideoTileMenuLabel: string;
|
10439
12523
|
/** String for the attendee role */
|
10440
12524
|
attendeeRole: string;
|
12525
|
+
/** Menu text shown in Video Tile contextual menu to mute a remote participant */
|
12526
|
+
muteParticipantMenuItemLabel: string;
|
10441
12527
|
}
|
10442
12528
|
|
10443
12529
|
/**
|
@@ -10608,6 +12694,11 @@ export declare interface VideoTileProps {
|
|
10608
12694
|
isSpeaking?: boolean;
|
10609
12695
|
/** Whether the participant is raised hand. Show a indicator (border) and icon with order */
|
10610
12696
|
raisedHand?: RaisedHand;
|
12697
|
+
/**
|
12698
|
+
* The call connection state of the participant.
|
12699
|
+
* For example, `Hold` means the participant is on hold.
|
12700
|
+
*/
|
12701
|
+
participantState?: ParticipantState;
|
10611
12702
|
/**
|
10612
12703
|
* Strings to override in the component.
|
10613
12704
|
*/
|
@@ -10651,6 +12742,8 @@ export declare interface VideoTilesOptions {
|
|
10651
12742
|
export declare interface VideoTileStrings {
|
10652
12743
|
/** Aria label for announcing the remote video tile drawer menu */
|
10653
12744
|
moreOptionsButtonAriaLabel: string;
|
12745
|
+
participantStateRinging: string;
|
12746
|
+
participantStateHold: string;
|
10654
12747
|
}
|
10655
12748
|
|
10656
12749
|
/**
|