@azure/communication-react 1.18.0-alpha-202407200014 → 1.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/communication-react.d.ts +159 -2252
- package/dist/dist-cjs/communication-react/index.js +34363 -166
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/common.d.ts +0 -13
- package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js +1 -4
- package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts +0 -2
- package/dist/dist-esm/acs-ui-common/src/index.js +0 -2
- package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +1 -5
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -11
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +0 -12
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +7 -25
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +1 -7
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +55 -26
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +0 -10
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +60 -96
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +2 -2
- package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +1 -15
- 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 +1 -25
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -3
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +0 -12
- 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 +0 -2
- package/dist/dist-esm/calling-component-bindings/src/index.js +0 -2
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +66 -37
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +0 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +12 -38
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +3 -6
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +0 -7
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +7 -23
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +9 -11
- 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 +10 -19
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +7 -36
- 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 +1 -15
- 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 +77 -80
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +2 -58
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +1 -12
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +33 -100
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +8 -7
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +86 -145
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -4
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +9 -44
- 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 +0 -17
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +3 -61
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +0 -5
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +20 -25
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +73 -58
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.d.ts +8 -2
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +16 -14
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +15 -3
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +3 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +0 -11
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +0 -23
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +51 -67
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +24 -32
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +11 -8
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +1 -14
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -17
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +1 -9
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +0 -16
- 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 +7 -6
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -3
- 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 +2 -6
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +8 -54
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +1 -2
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +0 -5
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +18 -78
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +7 -3
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +1 -3
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +3 -10
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -15
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +22 -16
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +12 -11
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +16 -4
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +67 -57
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +128 -114
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/index.d.ts +0 -1
- package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +0 -34
- package/dist/dist-esm/communication-react/src/index.js +0 -18
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +6 -3
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +10 -4
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +15 -21
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +6 -17
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +18 -21
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.js +19 -8
- 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 +8 -9
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +19 -36
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +5 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +22 -37
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +1 -13
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +24 -30
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +0 -11
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +30 -64
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +5 -9
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +1 -8
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +9 -43
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +1 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +16 -51
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +1 -4
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +27 -57
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +2 -23
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +0 -20
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +2 -23
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +7 -54
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +1 -8
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +12 -53
- 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 +20 -91
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +4 -7
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBar.js +14 -10
- package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +4 -14
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +14 -3
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +8 -5
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +27 -19
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js +48 -12
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +51 -45
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +6 -2
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +9 -11
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +23 -11
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +4 -6
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +5 -11
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/EndCallButton.js +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 +0 -4
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +5 -9
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +6 -2
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
- package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +9 -7
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js +14 -13
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js +10 -3
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +7 -23
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +19 -32
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +23 -15
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +12 -4
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +33 -20
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +5 -68
- package/dist/dist-esm/react-components/src/components/MessageThread.js +45 -115
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +14 -17
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +101 -94
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Notification.js +8 -4
- package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +0 -4
- package/dist/dist-esm/react-components/src/components/NotificationStack.js +8 -9
- package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +0 -13
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +21 -17
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +0 -17
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +41 -57
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +32 -46
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +12 -6
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.js +28 -27
- package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +0 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +18 -31
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +14 -6
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +1 -47
- package/dist/dist-esm/react-components/src/components/SendBox.js +13 -112
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +4 -2
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -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 +3 -10
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +23 -23
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SystemMessage.js +4 -2
- package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js +6 -9
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -20
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +31 -13
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +1 -3
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +12 -8
- 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 +11 -7
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +2 -6
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +11 -26
- 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 +10 -14
- 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 +19 -50
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +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 +4 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +11 -17
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +24 -29
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +7 -9
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +4 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +13 -44
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +6 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +34 -9
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +11 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/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 +3 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +11 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +28 -22
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +6 -11
- 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 +0 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +46 -54
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +20 -50
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +25 -116
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -8
- package/dist/dist-esm/react-components/src/components/VideoTile.js +59 -40
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +0 -22
- package/dist/dist-esm/react-components/src/components/index.js +0 -17
- 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 +17 -15
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +10 -3
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js +1 -2
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js +5 -2
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxButton.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +5 -2
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/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 +14 -24
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Notification.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +4 -6
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +8 -14
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +0 -1
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +12 -5
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +6 -3
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +19 -5
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +1 -37
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +3 -41
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +3 -5
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +11 -41
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js +4 -1
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +1 -40
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +3 -138
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
- package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +1 -2
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +7 -4
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
- package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +1 -10
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +17 -21
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +6 -8
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +0 -4
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +1 -5
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +0 -1
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -59
- 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 +2 -8
- 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 +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/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 +5 -3
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +2 -2
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js +1 -15
- package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -33
- package/dist/dist-esm/react-components/src/theming/icons.js +14 -151
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.d.ts +0 -6
- package/dist/dist-esm/react-components/src/theming/themes.js +0 -10
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +7 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/Attachment.d.ts +0 -13
- package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -20
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/OnRender.d.ts +0 -8
- 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 +0 -6
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +0 -2
- 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 +0 -72
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +47 -91
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +0 -128
- 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 +9 -65
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +63 -271
- 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 +2 -68
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +3 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +46 -129
- 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 +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +52 -65
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +20 -16
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +2 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +4 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +22 -33
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +25 -49
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +30 -26
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +36 -67
- 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 +13 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +32 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +11 -29
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +53 -169
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +7 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +13 -23
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +2 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/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 +8 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +18 -61
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +9 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +14 -119
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +13 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +10 -21
- 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/selectors/LocalVideoTileSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +4 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js +4 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +2 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +29 -41
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +4 -1
- 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/LobbyTile.styles.js +9 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +4 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +24 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +13 -11
- 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 +10 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +2 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +25 -131
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +5 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +1 -68
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +19 -91
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +7 -9
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +9 -6
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -32
- 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 +6 -24
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +38 -149
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +3 -59
- 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 +1 -11
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -44
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +4 -10
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +2 -20
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/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 +0 -13
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +0 -4
- 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/ChatComposite.d.ts +0 -27
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +2 -10
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +24 -286
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -4
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +2 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +32 -78
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -12
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +3 -27
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +1 -5
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +10 -17
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AudioProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +4 -10
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -5
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +7 -5
- 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 +16 -12
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/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 +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +40 -68
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +37 -39
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +63 -124
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js +7 -5
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +116 -107
- 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 +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js +7 -5
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +9 -11
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +11 -18
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +16 -16
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +10 -30
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +2 -18
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +0 -31
- 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 +15 -7
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js +34 -19
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +8 -11
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +12 -11
- 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 +0 -4
- package/dist/dist-esm/react-composites/src/composites/common/constants.js +0 -4
- package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -44
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +3 -15
- 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 +10 -4
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +44 -11
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +29 -6
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -4
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +13 -15
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +4 -20
- 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 +12 -17
- 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
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-D4ctXnw1.js +0 -249
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-D4ctXnw1.js.map +0 -1
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-F6eqVXer.js +0 -54
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-F6eqVXer.js.map +0 -1
- package/dist/dist-cjs/communication-react/index-BJO_NOTU.js +0 -42802
- package/dist/dist-cjs/communication-react/index-BJO_NOTU.js.map +0 -1
- package/dist/dist-esm/acs-ui-common/src/dataConversion.d.ts +0 -6
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js +0 -17
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js.map +0 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.d.ts +0 -19
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js +0 -51
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +0 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.d.ts +0 -5
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js +0 -5
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js.map +0 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.d.ts +0 -19
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +0 -57
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +0 -17
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +0 -36
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.d.ts +0 -17
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +0 -49
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +0 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.d.ts +0 -6
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js +0 -23
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +0 -10
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +0 -15
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +0 -241
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -37
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -58
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -86
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -31
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +0 -49
- package/dist/dist-esm/react-components/src/components/HoldButton.js +0 -25
- package/dist/dist-esm/react-components/src/components/HoldButton.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.d.ts +0 -102
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js +0 -88
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +0 -121
- package/dist/dist-esm/react-components/src/components/MentionPopover.js +0 -126
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.d.ts +0 -9
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js +0 -29
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +0 -33
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +0 -101
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +0 -12
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +0 -23
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +0 -42
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +0 -66
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +0 -20
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +0 -45
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +0 -29
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +0 -92
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +0 -58
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +0 -277
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +0 -37
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +0 -100
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +0 -216
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +0 -262
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +0 -16
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +0 -68
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +0 -19
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +0 -229
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +0 -49
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +0 -67
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +0 -6
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +0 -13
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +0 -34
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +0 -39
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +0 -20
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +0 -595
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +0 -152
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +0 -822
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +0 -17
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +0 -111
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +0 -26
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +0 -69
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +0 -82
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +0 -293
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +0 -21
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +0 -34
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -92
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +0 -5
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +0 -32
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -67
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +0 -37
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +0 -60
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +0 -33
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +0 -124
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
- package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -48
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -210
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +0 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +0 -93
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +0 -26
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +0 -27
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +0 -40
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +0 -32
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +0 -81
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +0 -49
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +0 -48
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +0 -44
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +0 -245
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +0 -80
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +0 -41
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.d.ts +0 -38
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +0 -82
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +0 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +0 -25
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +0 -112
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +0 -17
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +0 -32
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +0 -22
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +0 -60
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +0 -61
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +0 -10
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +0 -20
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +0 -1
@@ -17,7 +17,6 @@
|
|
17
17
|
|
18
18
|
/// <reference types="react" />
|
19
19
|
|
20
|
-
import { AddPhoneNumberOptions } from '@azure/communication-calling';
|
21
20
|
import { AudioDeviceInfo } from '@azure/communication-calling';
|
22
21
|
import { BackgroundBlurConfig } from '@azure/communication-calling';
|
23
22
|
import { BackgroundBlurEffect } from '@azure/communication-calling';
|
@@ -30,13 +29,11 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
30
29
|
import { CallDirection } from '@azure/communication-calling';
|
31
30
|
import { CallEndReason } from '@azure/communication-calling';
|
32
31
|
import { CallerInfo } from '@azure/communication-calling';
|
33
|
-
import { CallInfo } from '@azure/communication-calling';
|
34
32
|
import { CallKind } from '@azure/communication-calling';
|
35
33
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
36
34
|
import { CallSurvey } from '@azure/communication-calling';
|
37
35
|
import { CallSurveyResponse } from '@azure/communication-calling';
|
38
36
|
import { CapabilitiesChangeInfo } from '@azure/communication-calling';
|
39
|
-
import { CaptionsKind } from '@azure/communication-calling';
|
40
37
|
import { CaptionsResultType } from '@azure/communication-calling';
|
41
38
|
import { ChatClient } from '@azure/communication-chat';
|
42
39
|
import { ChatClientOptions } from '@azure/communication-chat';
|
@@ -54,7 +51,6 @@ import { DeviceAccess } from '@azure/communication-calling';
|
|
54
51
|
import { DeviceManager } from '@azure/communication-calling';
|
55
52
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
56
53
|
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
57
|
-
import { EnvironmentInfo } from '@azure/communication-calling';
|
58
54
|
import { GroupCallLocator } from '@azure/communication-calling';
|
59
55
|
import { IButtonProps } from '@fluentui/react';
|
60
56
|
import { IButtonStyles } from '@fluentui/react';
|
@@ -63,20 +59,16 @@ import { IContextualMenuItemStyles } from '@fluentui/react';
|
|
63
59
|
import { IContextualMenuProps } from '@fluentui/react';
|
64
60
|
import { IContextualMenuStyles } from '@fluentui/react';
|
65
61
|
import { IIconProps } from '@fluentui/react';
|
66
|
-
import { ILinkStyles } from '@fluentui/react';
|
67
62
|
import { IMessageBarProps } from '@fluentui/react';
|
68
|
-
import { IncomingCall } from '@azure/communication-calling';
|
69
63
|
import { IPersonaStyleProps } from '@fluentui/react';
|
70
64
|
import { IPersonaStyles } from '@fluentui/react';
|
71
65
|
import { IRawStyle } from '@fluentui/react';
|
72
66
|
import { IRenderFunction } from '@fluentui/react';
|
73
|
-
import { IStackStyles } from '@fluentui/react';
|
74
67
|
import { IStyle } from '@fluentui/react';
|
75
68
|
import { IStyleFunctionOrObject } from '@fluentui/react';
|
76
69
|
import { ITextFieldStyles } from '@fluentui/react';
|
77
70
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
78
71
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
79
|
-
import { LocalRecordingInfo } from '@azure/communication-calling';
|
80
72
|
import { LocalVideoStream } from '@azure/communication-calling';
|
81
73
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
82
74
|
import { MediaStreamType } from '@azure/communication-calling';
|
@@ -90,12 +82,10 @@ import { PermissionConstraints } from '@azure/communication-calling';
|
|
90
82
|
import { PersonaInitialsColor } from '@fluentui/react';
|
91
83
|
import { PersonaPresence } from '@fluentui/react';
|
92
84
|
import { PersonaSize } from '@fluentui/react';
|
93
|
-
import { PhoneNumberIdentifier } from '@azure/communication-common';
|
94
85
|
import { PropertyChangedEvent } from '@azure/communication-calling';
|
95
86
|
import { default as React_2 } from 'react';
|
96
87
|
import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
97
88
|
import { ReactionMessage } from '@azure/communication-calling';
|
98
|
-
import { RecordingInfo } from '@azure/communication-calling';
|
99
89
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
100
90
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
101
91
|
import { RoomCallLocator } from '@azure/communication-calling';
|
@@ -107,7 +97,6 @@ import { StartCaptionsOptions } from '@azure/communication-calling';
|
|
107
97
|
import { TeamsCall } from '@azure/communication-calling';
|
108
98
|
import { TeamsCallAgent } from '@azure/communication-calling';
|
109
99
|
import { TeamsCallInfo } from '@azure/communication-calling';
|
110
|
-
import { TeamsIncomingCall } from '@azure/communication-calling';
|
111
100
|
import { TeamsMeetingIdLocator } from '@azure/communication-calling';
|
112
101
|
import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
|
113
102
|
import { Theme } from '@fluentui/react';
|
@@ -255,40 +244,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
255
244
|
*/
|
256
245
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
257
246
|
|
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
|
-
|
292
247
|
/**
|
293
248
|
* Data model that represents a chat message attachment
|
294
249
|
* where it contains an ID to uniquely identify the attachment,
|
@@ -312,150 +267,6 @@ export declare interface AttachmentMetadata {
|
|
312
267
|
url: string;
|
313
268
|
}
|
314
269
|
|
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
|
-
|
459
270
|
/**
|
460
271
|
* Custom data attributes for displaying avatar for a user.
|
461
272
|
*
|
@@ -485,11 +296,6 @@ export declare type AvatarPersonaData = {
|
|
485
296
|
* @defaultvalue `white`
|
486
297
|
*/
|
487
298
|
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;
|
493
299
|
};
|
494
300
|
|
495
301
|
/**
|
@@ -511,11 +317,6 @@ export declare type AzureCommunicationCallAdapterArgs = {
|
|
511
317
|
displayName: string;
|
512
318
|
credential: CommunicationTokenCredential;
|
513
319
|
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;
|
519
320
|
/**
|
520
321
|
* Optional parameters for the {@link AzureCommunicationCallAdapter} created
|
521
322
|
*/
|
@@ -540,7 +341,6 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
|
|
540
341
|
displayName: string;
|
541
342
|
credential: CommunicationTokenCredential;
|
542
343
|
locator: CallAndChatLocator | TeamsMeetingLinkLocator | /** @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
543
|
-
alternateCallerId?: string;
|
544
344
|
callAdapterOptions?: AzureCommunicationCallAdapterOptions;
|
545
345
|
};
|
546
346
|
|
@@ -585,11 +385,6 @@ export declare type AzureCommunicationOutboundCallAdapterArgs = {
|
|
585
385
|
displayName: string;
|
586
386
|
credential: CommunicationTokenCredential;
|
587
387
|
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;
|
593
388
|
/**
|
594
389
|
* Optional parameters for the {@link AzureCommunicationCallAdapter} created
|
595
390
|
*/
|
@@ -651,156 +446,6 @@ export declare interface BaseCustomStyles {
|
|
651
446
|
root?: IStyle;
|
652
447
|
}
|
653
448
|
|
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
|
-
|
804
449
|
/**
|
805
450
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
806
451
|
*
|
@@ -884,12 +529,6 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
|
|
884
529
|
* @public
|
885
530
|
*/
|
886
531
|
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;
|
893
532
|
}
|
894
533
|
|
895
534
|
/**
|
@@ -972,12 +611,6 @@ export declare interface CallAdapterCallOperations {
|
|
972
611
|
* @public
|
973
612
|
*/
|
974
613
|
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>;
|
981
614
|
/**
|
982
615
|
* Create the html view for a stream.
|
983
616
|
*
|
@@ -1029,35 +662,12 @@ export declare interface CallAdapterCallOperations {
|
|
1029
662
|
* @public
|
1030
663
|
*/
|
1031
664
|
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>;
|
1051
665
|
/**
|
1052
666
|
* send dtmf tone to another participant in a 1:1 PSTN call
|
1053
667
|
*
|
1054
668
|
* @public
|
1055
669
|
*/
|
1056
670
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1057
|
-
/**
|
1058
|
-
* Continues into a call when the browser version is not supported.
|
1059
|
-
*/
|
1060
|
-
allowUnsupportedBrowserVersion(): void;
|
1061
671
|
/**
|
1062
672
|
* Function to Start captions
|
1063
673
|
* @param options - options for start captions
|
@@ -1123,16 +733,6 @@ export declare interface CallAdapterCallOperations {
|
|
1123
733
|
* Stop all spotlights
|
1124
734
|
*/
|
1125
735
|
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>;
|
1136
736
|
}
|
1137
737
|
|
1138
738
|
/**
|
@@ -1167,14 +767,6 @@ export declare type CallAdapterClientState = {
|
|
1167
767
|
* Latest error encountered for each operation performed via the adapter.
|
1168
768
|
*/
|
1169
769
|
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;
|
1178
770
|
/**
|
1179
771
|
* State to track whether the local participant's camera is on. To be used when creating a custom
|
1180
772
|
* control bar with the CallComposite.
|
@@ -1293,7 +885,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
1293
885
|
*
|
1294
886
|
* @public
|
1295
887
|
*/
|
1296
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(
|
888
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
1297
889
|
|
1298
890
|
/**
|
1299
891
|
* {@link CommonCallAdapter} state.
|
@@ -1402,10 +994,6 @@ export declare interface CallAdapterSubscribers {
|
|
1402
994
|
* Subscribe function for 'spotlightChanged' event.
|
1403
995
|
*/
|
1404
996
|
on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
1405
|
-
/**
|
1406
|
-
* Subscribe function for 'mutedByOthers' event.
|
1407
|
-
*/
|
1408
|
-
on(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1409
997
|
/**
|
1410
998
|
* Unsubscribe function for 'participantsJoined' event.
|
1411
999
|
*/
|
@@ -1486,10 +1074,6 @@ export declare interface CallAdapterSubscribers {
|
|
1486
1074
|
* Unsubscribe function for 'spotlightChanged' event.
|
1487
1075
|
*/
|
1488
1076
|
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
1489
|
-
/**
|
1490
|
-
* Unsubscribe function for 'mutedByOthers' event.
|
1491
|
-
*/
|
1492
|
-
off(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1493
1077
|
}
|
1494
1078
|
|
1495
1079
|
/**
|
@@ -1500,7 +1084,6 @@ export declare interface CallAdapterSubscribers {
|
|
1500
1084
|
export declare type CallAdapterUiState = {
|
1501
1085
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1502
1086
|
page: CallCompositePage;
|
1503
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
1504
1087
|
};
|
1505
1088
|
|
1506
1089
|
/**
|
@@ -1544,7 +1127,7 @@ export declare interface CallAgentState {
|
|
1544
1127
|
*/
|
1545
1128
|
export declare interface CallAndChatLocator {
|
1546
1129
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1547
|
-
callLocator: GroupCallLocator
|
1130
|
+
callLocator: GroupCallLocator;
|
1548
1131
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1549
1132
|
chatThreadId: string;
|
1550
1133
|
}
|
@@ -1631,16 +1214,6 @@ export declare interface CallClientState {
|
|
1631
1214
|
* See documentation of {@Link CallErrors} for details.
|
1632
1215
|
*/
|
1633
1216
|
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;
|
1644
1217
|
}
|
1645
1218
|
|
1646
1219
|
/**
|
@@ -1719,9 +1292,6 @@ export declare type CallCompositeIcons = {
|
|
1719
1292
|
ParticipantItemScreenShareStart?: JSX.Element;
|
1720
1293
|
VideoTileMicOff?: JSX.Element;
|
1721
1294
|
LocalCameraSwitch?: JSX.Element;
|
1722
|
-
PeoplePaneAddPerson?: JSX.Element;
|
1723
|
-
PeoplePaneOpenDialpad?: JSX.Element;
|
1724
|
-
DialpadStartCall?: JSX.Element;
|
1725
1295
|
NoticePageInviteToRoomRemoved?: JSX.Element;
|
1726
1296
|
BlurVideoBackground?: JSX.Element;
|
1727
1297
|
RemoveVideoBackgroundEffect?: JSX.Element;
|
@@ -1742,18 +1312,6 @@ export declare type CallCompositeIcons = {
|
|
1742
1312
|
StopAllSpotlightMenuButton?: JSX.Element;
|
1743
1313
|
};
|
1744
1314
|
|
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
|
-
|
1757
1315
|
/**
|
1758
1316
|
* Optional features of the {@link CallComposite}.
|
1759
1317
|
*
|
@@ -1772,56 +1330,6 @@ export declare type CallCompositeOptions = {
|
|
1772
1330
|
* @defaultValue true
|
1773
1331
|
*/
|
1774
1332
|
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;
|
1825
1333
|
/**
|
1826
1334
|
* Remote participant video tile menu options
|
1827
1335
|
*/
|
@@ -1942,7 +1450,7 @@ export declare type CallCompositeOptions = {
|
|
1942
1450
|
*
|
1943
1451
|
* @public
|
1944
1452
|
*/
|
1945
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' |
|
1453
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest';
|
1946
1454
|
|
1947
1455
|
/**
|
1948
1456
|
* Props for {@link CallComposite}.
|
@@ -2193,35 +1701,15 @@ export declare interface CallCompositeStrings {
|
|
2193
1701
|
*/
|
2194
1702
|
dismissSidePaneButtonLabel?: string;
|
2195
1703
|
/**
|
2196
|
-
*
|
1704
|
+
* Label for menu item to start spotlight on participant
|
2197
1705
|
*/
|
2198
|
-
|
1706
|
+
startSpotlightMenuLabel: string;
|
2199
1707
|
/**
|
2200
|
-
* Label for
|
1708
|
+
* Label for menu item to add spotlight on participant
|
2201
1709
|
*/
|
2202
|
-
|
1710
|
+
addSpotlightMenuLabel: string;
|
2203
1711
|
/**
|
2204
|
-
* Label for
|
2205
|
-
*/
|
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
|
1712
|
+
* Label for menu item to stop spotlight on participant
|
2225
1713
|
*/
|
2226
1714
|
stopSpotlightMenuLabel: string;
|
2227
1715
|
/**
|
@@ -2236,58 +1724,10 @@ export declare interface CallCompositeStrings {
|
|
2236
1724
|
* Label for menu item to stop all spotlight
|
2237
1725
|
*/
|
2238
1726
|
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;
|
2259
1727
|
/**
|
2260
1728
|
* label for more button in the Calling composite
|
2261
1729
|
*/
|
2262
1730
|
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;
|
2291
1731
|
/**
|
2292
1732
|
* aria label for when the invite link has been actioned
|
2293
1733
|
*/
|
@@ -2360,14 +1800,6 @@ export declare interface CallCompositeStrings {
|
|
2360
1800
|
* More details text of the page shown to the user when the user attempts to join a room they are not invited to.
|
2361
1801
|
*/
|
2362
1802
|
notInvitedToRoomDetails?: string;
|
2363
|
-
/**
|
2364
|
-
* Control bar People button ToolTipContent
|
2365
|
-
*/
|
2366
|
-
peopleButtonTooltipOpen: string;
|
2367
|
-
/**
|
2368
|
-
* Control bar People button ToolTipContent
|
2369
|
-
*/
|
2370
|
-
peopleButtonTooltipClose: string;
|
2371
1803
|
/**
|
2372
1804
|
* Label disaplayed on the lobby screen during a 1:1 outbound call.
|
2373
1805
|
*/
|
@@ -2516,38 +1948,6 @@ export declare interface CallCompositeStrings {
|
|
2516
1948
|
* notice to be announced by narrator the transfer page is showing
|
2517
1949
|
*/
|
2518
1950
|
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;
|
2551
1951
|
/**
|
2552
1952
|
* Controls label to move the overflow gallery around
|
2553
1953
|
*/
|
@@ -2763,26 +2163,6 @@ export declare interface CallCompositeStrings {
|
|
2763
2163
|
* Error message when the meeting identifier or passcode is invalid
|
2764
2164
|
*/
|
2765
2165
|
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;
|
2786
2166
|
}
|
2787
2167
|
|
2788
2168
|
/**
|
@@ -2867,7 +2247,7 @@ export declare type CallErrors = {
|
|
2867
2247
|
*
|
2868
2248
|
* @public
|
2869
2249
|
*/
|
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' |
|
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';
|
2871
2251
|
|
2872
2252
|
/**
|
2873
2253
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -2975,23 +2355,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
2975
2355
|
spotlight?: Spotlight;
|
2976
2356
|
};
|
2977
2357
|
|
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
|
-
|
2995
2358
|
/**
|
2996
2359
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
2997
2360
|
*
|
@@ -3092,10 +2455,6 @@ export declare interface CallState {
|
|
3092
2455
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
3093
2456
|
*/
|
3094
2457
|
recording: RecordingCallFeature;
|
3095
|
-
/**
|
3096
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3097
|
-
*/
|
3098
|
-
localRecording: LocalRecordingCallFeatureState;
|
3099
2458
|
/**
|
3100
2459
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
3101
2460
|
*
|
@@ -3152,10 +2511,6 @@ export declare interface CallState {
|
|
3152
2511
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
3153
2512
|
*/
|
3154
2513
|
role?: ParticipantRole;
|
3155
|
-
/**
|
3156
|
-
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3157
|
-
*/
|
3158
|
-
totalParticipantCount?: number;
|
3159
2514
|
/**
|
3160
2515
|
* Transfer state of call
|
3161
2516
|
*/
|
@@ -3175,7 +2530,7 @@ export declare interface CallState {
|
|
3175
2530
|
/**
|
3176
2531
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
3177
2532
|
*/
|
3178
|
-
info?: TeamsCallInfo
|
2533
|
+
info?: TeamsCallInfo;
|
3179
2534
|
/**
|
3180
2535
|
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
3181
2536
|
*/
|
@@ -3228,12 +2583,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
3228
2583
|
* @public
|
3229
2584
|
*/
|
3230
2585
|
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>;
|
3237
2586
|
/**
|
3238
2587
|
* Join the call with microphone initially on/off.
|
3239
2588
|
* @deprecated Use joinCall(options?:JoinCallOptions) instead.
|
@@ -3304,7 +2653,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3304
2653
|
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
3305
2654
|
* @public
|
3306
2655
|
*/
|
3307
|
-
startCall(participants: (MicrosoftTeamsAppIdentifier |
|
2656
|
+
startCall(participants: (MicrosoftTeamsAppIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
|
3308
2657
|
/**
|
3309
2658
|
* Start sharing the screen during a call.
|
3310
2659
|
*
|
@@ -3467,19 +2816,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3467
2816
|
*
|
3468
2817
|
* @public
|
3469
2818
|
*/
|
3470
|
-
sendMessage(content: string, options?: SendMessageOptions
|
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>;
|
2819
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3483
2820
|
/**
|
3484
2821
|
* Send a read receipt for a message.
|
3485
2822
|
*
|
@@ -3497,7 +2834,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3497
2834
|
*
|
3498
2835
|
* @public
|
3499
2836
|
*/
|
3500
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
2837
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
3501
2838
|
/**
|
3502
2839
|
* Delete a message in the thread.
|
3503
2840
|
*
|
@@ -3517,35 +2854,12 @@ export declare interface CallWithChatAdapterManagement {
|
|
3517
2854
|
downloadResourceToCache(resourceDetails: ResourceDetails): Promise<void>;
|
3518
2855
|
/** @public */
|
3519
2856
|
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>;
|
3539
2857
|
/**
|
3540
2858
|
* send dtmf tone to another participant in the call in 1:1 calls
|
3541
2859
|
*
|
3542
2860
|
* @public
|
3543
2861
|
*/
|
3544
2862
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
3545
|
-
/**
|
3546
|
-
* Continues into a call when the browser version is not supported.
|
3547
|
-
*/
|
3548
|
-
allowUnsupportedBrowserVersion(): void;
|
3549
2863
|
/**
|
3550
2864
|
* Function to Start captions
|
3551
2865
|
* @param options - options for start captions
|
@@ -3609,14 +2923,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
3609
2923
|
* Stop all spotlights
|
3610
2924
|
*/
|
3611
2925
|
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>;
|
3620
2926
|
}
|
3621
2927
|
|
3622
2928
|
/**
|
@@ -3705,14 +3011,6 @@ export declare interface CallWithChatAdapterUiState {
|
|
3705
3011
|
* @public
|
3706
3012
|
*/
|
3707
3013
|
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;
|
3716
3014
|
}
|
3717
3015
|
|
3718
3016
|
/**
|
@@ -3739,10 +3037,6 @@ export declare interface CallWithChatClientState {
|
|
3739
3037
|
isTeamsCall: boolean;
|
3740
3038
|
/** State of whether the active call is a Teams interop meeting */
|
3741
3039
|
isTeamsMeeting: boolean;
|
3742
|
-
/** alternateCallerId for PSTN call */
|
3743
|
-
alternateCallerId?: string | undefined;
|
3744
|
-
/** Environment information for system adapter is made on */
|
3745
|
-
environmentInfo?: EnvironmentInfo;
|
3746
3040
|
/** Default set of background images for background replacement effect */
|
3747
3041
|
videoBackgroundImages?: VideoBackgroundImage[];
|
3748
3042
|
/** Dependency to be injected for video background effects */
|
@@ -3823,9 +3117,6 @@ export declare type CallWithChatCompositeIcons = {
|
|
3823
3117
|
ParticipantItemScreenShareStart?: JSX.Element;
|
3824
3118
|
VideoTileMicOff?: JSX.Element;
|
3825
3119
|
LocalCameraSwitch?: JSX.Element;
|
3826
|
-
PeoplePaneAddPerson?: JSX.Element;
|
3827
|
-
PeoplePaneOpenDialpad?: JSX.Element;
|
3828
|
-
DialpadStartCall?: JSX.Element;
|
3829
3120
|
DefaultCustomButton?: JSX.Element;
|
3830
3121
|
DtmfDialpadButton?: JSX.Element;
|
3831
3122
|
EditBoxCancel?: JSX.Element;
|
@@ -3856,62 +3147,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
3856
3147
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
3857
3148
|
*/
|
3858
3149
|
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;
|
3915
3150
|
/**
|
3916
3151
|
* Remote participant video tile menu options
|
3917
3152
|
*/
|
@@ -4014,13 +3249,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4014
3249
|
*/
|
4015
3250
|
hideSpotlightButtons?: boolean;
|
4016
3251
|
};
|
4017
|
-
/**
|
4018
|
-
* Enables rich text editor for the send and edit boxes
|
4019
|
-
* @defaultValue `false`
|
4020
|
-
*
|
4021
|
-
* @beta
|
4022
|
-
*/
|
4023
|
-
richTextEditor?: boolean;
|
4024
3252
|
};
|
4025
3253
|
|
4026
3254
|
/**
|
@@ -4184,10 +3412,6 @@ export declare interface CallWithChatCompositeStrings {
|
|
4184
3412
|
* Label for button to copy invite link when it has been actioned
|
4185
3413
|
*/
|
4186
3414
|
copyInviteLinkButtonActionedLabel: string;
|
4187
|
-
/**
|
4188
|
-
* Label for button to open dialpad
|
4189
|
-
*/
|
4190
|
-
openDialpadButtonLabel: string;
|
4191
3415
|
/**
|
4192
3416
|
* Label for SidePaneHeader dismiss button
|
4193
3417
|
*/
|
@@ -4200,34 +3424,6 @@ export declare interface CallWithChatCompositeStrings {
|
|
4200
3424
|
* Aria label string for return to call back button
|
4201
3425
|
*/
|
4202
3426
|
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;
|
4231
3427
|
/**
|
4232
3428
|
* aria label for when the invite link has been actioned
|
4233
3429
|
*/
|
@@ -4244,9 +3440,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
4244
3440
|
* Show or hide the chat button in the call-with-chat composite control bar.
|
4245
3441
|
* @defaultValue true
|
4246
3442
|
*/
|
4247
|
-
chatButton?: boolean
|
4248
|
-
disabled: boolean;
|
4249
|
-
};
|
3443
|
+
chatButton?: boolean;
|
4250
3444
|
}
|
4251
3445
|
|
4252
3446
|
/**
|
@@ -4256,35 +3450,6 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
4256
3450
|
*/
|
4257
3451
|
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';
|
4258
3452
|
|
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
|
-
|
4288
3453
|
/**
|
4289
3454
|
* A button to turn camera on / off.
|
4290
3455
|
*
|
@@ -4441,31 +3606,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
4441
3606
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
4442
3607
|
}
|
4443
3608
|
|
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
|
-
|
4469
3609
|
/**
|
4470
3610
|
* @public
|
4471
3611
|
* Callback function run when a message edit is cancelled.
|
@@ -4625,10 +3765,6 @@ export declare interface CaptionsCallFeatureState {
|
|
4625
3765
|
* current caption language
|
4626
3766
|
*/
|
4627
3767
|
currentCaptionLanguage: string;
|
4628
|
-
/**
|
4629
|
-
* current caption kind: teams or acs captions
|
4630
|
-
*/
|
4631
|
-
captionsKind: CaptionsKind;
|
4632
3768
|
}
|
4633
3769
|
|
4634
3770
|
/**
|
@@ -4793,15 +3929,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
4793
3929
|
* Send a message in the thread.
|
4794
3930
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
4795
3931
|
*/
|
4796
|
-
sendMessage(content: string, options?: SendMessageOptions
|
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>;
|
3932
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
4805
3933
|
/**
|
4806
3934
|
* Send a read receipt for a message.
|
4807
3935
|
*/
|
@@ -4822,7 +3950,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
4822
3950
|
* Update a message content.
|
4823
3951
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
4824
3952
|
*/
|
4825
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
3953
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
4826
3954
|
/**
|
4827
3955
|
* Delete a message in the thread.
|
4828
3956
|
*/
|
@@ -4960,7 +4088,6 @@ export declare type ChatCompositeIcons = {
|
|
4960
4088
|
ParticipantItemOptionsHovered?: JSX.Element;
|
4961
4089
|
SendBoxSend?: JSX.Element;
|
4962
4090
|
SendBoxSendHovered?: JSX.Element;
|
4963
|
-
SendBoxAttachFile?: JSX.Element;
|
4964
4091
|
};
|
4965
4092
|
|
4966
4093
|
/**
|
@@ -4975,13 +4102,6 @@ export declare type ChatCompositeOptions = {
|
|
4975
4102
|
* @defaultValue true
|
4976
4103
|
*/
|
4977
4104
|
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;
|
4985
4105
|
/**
|
4986
4106
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
4987
4107
|
* @defaultValue true
|
@@ -4992,19 +4112,6 @@ export declare type ChatCompositeOptions = {
|
|
4992
4112
|
* When undefined nothing has focus on render
|
4993
4113
|
*/
|
4994
4114
|
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;
|
5008
4115
|
};
|
5009
4116
|
|
5010
4117
|
/**
|
@@ -5032,12 +4139,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
5032
4139
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
5033
4140
|
*/
|
5034
4141
|
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';
|
5041
4142
|
}
|
5042
4143
|
|
5043
4144
|
/**
|
@@ -5052,10 +4153,6 @@ export declare interface ChatCompositeStrings {
|
|
5052
4153
|
* Chat list header text
|
5053
4154
|
*/
|
5054
4155
|
chatListHeader: string;
|
5055
|
-
/**
|
5056
|
-
* Upload Attachment Button text
|
5057
|
-
*/
|
5058
|
-
uploadAttachment: string;
|
5059
4156
|
}
|
5060
4157
|
|
5061
4158
|
/**
|
@@ -5104,7 +4201,7 @@ export declare type ChatErrors = {
|
|
5104
4201
|
*
|
5105
4202
|
* @public
|
5106
4203
|
*/
|
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' |
|
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';
|
5108
4205
|
|
5109
4206
|
/**
|
5110
4207
|
* Object containing all the handlers required for chat components.
|
@@ -5115,15 +4212,13 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
5115
4212
|
* @public
|
5116
4213
|
*/
|
5117
4214
|
export declare type ChatHandlers = {
|
5118
|
-
onSendMessage: (content: string, options?: SendMessageOptions
|
5119
|
-
onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
|
5120
|
-
onDeleteImage: (imageId: string) => Promise<void>;
|
4215
|
+
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
5121
4216
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
5122
4217
|
onTyping: () => Promise<void>;
|
5123
4218
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
5124
4219
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
5125
4220
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
5126
|
-
onUpdateMessage: (messageId: string, content: string
|
4221
|
+
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
5127
4222
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
5128
4223
|
};
|
5129
4224
|
|
@@ -5166,12 +4261,6 @@ export declare interface ChatMessage extends MessageCommon {
|
|
5166
4261
|
attachments?: AttachmentMetadata[];
|
5167
4262
|
}
|
5168
4263
|
|
5169
|
-
/**
|
5170
|
-
* @beta
|
5171
|
-
* Type of the message content, either 'text' or 'html'.
|
5172
|
-
*/
|
5173
|
-
export declare type ChatMessageType = 'text' | 'html';
|
5174
|
-
|
5175
4264
|
/**
|
5176
4265
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
5177
4266
|
* client-side only metadata for chat messages.
|
@@ -5278,8 +4367,6 @@ export declare type ChatThreadClientState = {
|
|
5278
4367
|
*/
|
5279
4368
|
export declare type ChatThreadProperties = {
|
5280
4369
|
topic?: string;
|
5281
|
-
createdBy?: CommunicationIdentifierKind;
|
5282
|
-
messagingPolicy?: MessagingPolicy;
|
5283
4370
|
};
|
5284
4371
|
|
5285
4372
|
/**
|
@@ -5388,9 +4475,7 @@ export declare type CommonCallControlOptions = {
|
|
5388
4475
|
* Show or Hide Camera Button during a call
|
5389
4476
|
* @defaultValue true
|
5390
4477
|
*/
|
5391
|
-
cameraButton?: boolean
|
5392
|
-
disabled: boolean;
|
5393
|
-
};
|
4478
|
+
cameraButton?: boolean;
|
5394
4479
|
/**
|
5395
4480
|
* Show or Hide EndCall button during a call.
|
5396
4481
|
* @defaultValue true
|
@@ -5410,16 +4495,12 @@ export declare type CommonCallControlOptions = {
|
|
5410
4495
|
* Show or Hide Microphone button during a call.
|
5411
4496
|
* @defaultValue true
|
5412
4497
|
*/
|
5413
|
-
microphoneButton?: boolean
|
5414
|
-
disabled: boolean;
|
5415
|
-
};
|
4498
|
+
microphoneButton?: boolean;
|
5416
4499
|
/**
|
5417
4500
|
* Show or Hide Devices button during a call.
|
5418
4501
|
* @defaultValue true
|
5419
4502
|
*/
|
5420
|
-
devicesButton?: boolean
|
5421
|
-
disabled: boolean;
|
5422
|
-
};
|
4503
|
+
devicesButton?: boolean;
|
5423
4504
|
/**
|
5424
4505
|
* Show, Hide or Disable participants button during a call.
|
5425
4506
|
* @defaultValue true
|
@@ -5457,16 +4538,11 @@ export declare type CommonCallControlOptions = {
|
|
5457
4538
|
* Inject custom buttons in the call controls.
|
5458
4539
|
*/
|
5459
4540
|
onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
|
5460
|
-
holdButton?: boolean | {
|
5461
|
-
disabled: boolean;
|
5462
|
-
};
|
5463
4541
|
/**
|
5464
4542
|
* Show or hide the people button in the composite control bar.
|
5465
4543
|
* @defaultValue true
|
5466
4544
|
*/
|
5467
|
-
peopleButton?: boolean
|
5468
|
-
disabled: boolean;
|
5469
|
-
};
|
4545
|
+
peopleButton?: boolean;
|
5470
4546
|
/**
|
5471
4547
|
* Show or hide the dialpad button in the composite control bar.
|
5472
4548
|
*/
|
@@ -5477,11 +4553,6 @@ export declare type CommonCallControlOptions = {
|
|
5477
4553
|
* Show or hide the exit spotlight button in the composite control bar when local participant is spotlighted.
|
5478
4554
|
*/
|
5479
4555
|
exitSpotlightButton?: boolean;
|
5480
|
-
/**
|
5481
|
-
* Show, Hide or Disable captions during a call.
|
5482
|
-
* @defaultValue true
|
5483
|
-
*/
|
5484
|
-
captionsButton?: boolean;
|
5485
4556
|
/**
|
5486
4557
|
* Show, meeting conference phone information.
|
5487
4558
|
* @defaultValue true
|
@@ -5512,9 +4583,6 @@ export declare interface CommonCallingHandlers {
|
|
5512
4583
|
onLowerHand: () => Promise<void>;
|
5513
4584
|
onToggleRaiseHand: () => Promise<void>;
|
5514
4585
|
onReactionClick: (reaction: Reaction_2) => Promise<void>;
|
5515
|
-
onToggleHold: () => Promise<void>;
|
5516
|
-
onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
5517
|
-
onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
|
5518
4586
|
onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
5519
4587
|
onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
5520
4588
|
/**
|
@@ -5526,8 +4594,6 @@ export declare interface CommonCallingHandlers {
|
|
5526
4594
|
onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
|
5527
4595
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
5528
4596
|
onRemoveParticipant(userId: string): Promise<void>;
|
5529
|
-
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
5530
|
-
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
5531
4597
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
5532
4598
|
onRemoveVideoBackgroundEffects: () => Promise<void>;
|
5533
4599
|
onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
|
@@ -5540,8 +4606,6 @@ export declare interface CommonCallingHandlers {
|
|
5540
4606
|
onStartSpotlight: (userIds?: string[]) => Promise<void>;
|
5541
4607
|
onStopSpotlight: (userIds?: string[]) => Promise<void>;
|
5542
4608
|
onStopAllSpotlight: () => Promise<void>;
|
5543
|
-
onMuteParticipant: (userId: string) => Promise<void>;
|
5544
|
-
onMuteAllRemoteParticipants: () => Promise<void>;
|
5545
4609
|
}
|
5546
4610
|
|
5547
4611
|
/**
|
@@ -5553,39 +4617,6 @@ export declare type CommonProperties<A, B> = {
|
|
5553
4617
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
5554
4618
|
}[keyof A & keyof B];
|
5555
4619
|
|
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
|
-
|
5589
4620
|
/**
|
5590
4621
|
* A Chat or Calling participant's state, as reflected in the UI.
|
5591
4622
|
*
|
@@ -5762,11 +4793,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
5762
4793
|
export declare interface ComponentLocale {
|
5763
4794
|
/** Strings for components */
|
5764
4795
|
strings: ComponentStrings;
|
5765
|
-
/**
|
5766
|
-
* Optional function to provide customized date format.
|
5767
|
-
* @beta
|
5768
|
-
*/
|
5769
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
5770
4796
|
}
|
5771
4797
|
|
5772
4798
|
/**
|
@@ -5816,10 +4842,6 @@ export declare interface ComponentStrings {
|
|
5816
4842
|
typingIndicator: TypingIndicatorStrings;
|
5817
4843
|
/** Strings for SendBox */
|
5818
4844
|
sendBox: SendBoxStrings;
|
5819
|
-
/** Strings for RichTextSendBox */
|
5820
|
-
richTextSendBox: RichTextSendBoxStrings;
|
5821
|
-
/** Strings for MentionPopover */
|
5822
|
-
mentionPopover: MentionPopoverStrings;
|
5823
4845
|
/** Strings for ImageOverlay */
|
5824
4846
|
imageOverlay: ImageOverlayStrings;
|
5825
4847
|
/** Strings for MessageStatusIndicator */
|
@@ -5834,51 +4856,12 @@ export declare interface ComponentStrings {
|
|
5834
4856
|
dialpad: DialpadStrings;
|
5835
4857
|
/** Strings for VideoTile */
|
5836
4858
|
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;
|
5873
4859
|
/**
|
5874
4860
|
* Strings for the VerticalGallery.
|
5875
4861
|
*/
|
5876
4862
|
verticalGallery: VerticalGalleryStrings;
|
5877
|
-
/** Strings for the participant list component */
|
5878
|
-
ParticipantList: ParticipantListStrings;
|
5879
4863
|
/** Strings for the MeetingConferencePhoneInfoModal */
|
5880
4864
|
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
5881
|
-
IncomingCallNotification: IncomingCallNotificationStrings;
|
5882
4865
|
}
|
5883
4866
|
|
5884
4867
|
/**
|
@@ -6307,7 +5290,7 @@ export declare function createAzureCommunicationCallAdapterFromClient(callClient
|
|
6307
5290
|
*
|
6308
5291
|
* @public
|
6309
5292
|
*/
|
6310
|
-
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator,
|
5293
|
+
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
6311
5294
|
|
6312
5295
|
/**
|
6313
5296
|
* Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
|
@@ -6408,7 +5391,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
6408
5391
|
/**
|
6409
5392
|
* @public
|
6410
5393
|
*/
|
6411
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs
|
5394
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
6412
5395
|
|
6413
5396
|
/**
|
6414
5397
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -6418,7 +5401,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @c
|
|
6418
5401
|
*
|
6419
5402
|
* @public
|
6420
5403
|
*/
|
6421
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator
|
5404
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
6422
5405
|
|
6423
5406
|
/**
|
6424
5407
|
* Object returned after creating a local or remote VideoStream.
|
@@ -6470,13 +5453,6 @@ export declare type CustomAvatarOptions = {
|
|
6470
5453
|
styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
|
6471
5454
|
/** Display name to be used in Persona */
|
6472
5455
|
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;
|
6480
5456
|
};
|
6481
5457
|
|
6482
5458
|
/**
|
@@ -6604,17 +5580,11 @@ export declare interface CustomMessage extends MessageCommon {
|
|
6604
5580
|
*/
|
6605
5581
|
export declare const darkTheme: PartialTheme & CallingTheme;
|
6606
5582
|
|
6607
|
-
/**
|
6608
|
-
* @beta
|
6609
|
-
* `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
|
6610
|
-
*/
|
6611
|
-
export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
|
6612
|
-
|
6613
5583
|
/**
|
6614
5584
|
* @public
|
6615
5585
|
* `DeclarativeTeamsCallAgent` extends and proxies the {@link @azure/communication-calling#TeamsCallAgent}
|
6616
5586
|
*/
|
6617
|
-
export declare type DeclarativeTeamsCallAgent = TeamsCallAgent
|
5587
|
+
export declare type DeclarativeTeamsCallAgent = TeamsCallAgent;
|
6618
5588
|
|
6619
5589
|
/**
|
6620
5590
|
* The default set of icons that are available to use in the UI components.
|
@@ -6640,11 +5610,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6640
5610
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
6641
5611
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
6642
5612
|
ReactionButtonIcon: React_2.JSX.Element;
|
6643
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
6644
|
-
DownloadAttachment: React_2.JSX.Element;
|
6645
5613
|
OpenAttachment: React_2.JSX.Element;
|
6646
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
6647
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
6648
5614
|
EditBoxCancel: React_2.JSX.Element;
|
6649
5615
|
EditBoxSubmit: React_2.JSX.Element;
|
6650
5616
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -6661,7 +5627,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6661
5627
|
ErrorBarClear: React_2.JSX.Element;
|
6662
5628
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
6663
5629
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
6664
|
-
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
6665
5630
|
NotificationBarRecording: React_2.JSX.Element;
|
6666
5631
|
HorizontalGalleryLeftButton: React_2.JSX.Element;
|
6667
5632
|
HorizontalGalleryRightButton: React_2.JSX.Element;
|
@@ -6680,20 +5645,10 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6680
5645
|
ParticipantItemOptionsHovered: React_2.JSX.Element;
|
6681
5646
|
ParticipantItemScreenShareStart: React_2.JSX.Element;
|
6682
5647
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6683
|
-
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6684
|
-
HoldCallButton: React_2.JSX.Element;
|
6685
|
-
ResumeCall: React_2.JSX.Element;
|
6686
5648
|
SendBoxSend: React_2.JSX.Element;
|
6687
5649
|
SendBoxSendHovered: React_2.JSX.Element;
|
6688
5650
|
VideoTileMicOff: React_2.JSX.Element;
|
6689
5651
|
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;
|
6697
5652
|
VideoTilePinned: React_2.JSX.Element;
|
6698
5653
|
ParticipantItemPinned: React_2.JSX.Element;
|
6699
5654
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -6723,24 +5678,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6723
5678
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
6724
5679
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
6725
5680
|
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;
|
6744
5681
|
};
|
6745
5682
|
|
6746
5683
|
/**
|
@@ -6761,7 +5698,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6761
5698
|
ParticipantItemOptionsHovered: JSX.Element;
|
6762
5699
|
SendBoxSend: JSX.Element;
|
6763
5700
|
SendBoxSendHovered: JSX.Element;
|
6764
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
6765
5701
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
6766
5702
|
ControlButtonCameraOff: JSX.Element;
|
6767
5703
|
ControlButtonCameraOn: JSX.Element;
|
@@ -6819,9 +5755,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6819
5755
|
ParticipantItemScreenShareStart: JSX.Element;
|
6820
5756
|
VideoTileMicOff: JSX.Element;
|
6821
5757
|
LocalCameraSwitch?: JSX.Element | undefined;
|
6822
|
-
PeoplePaneAddPerson?: JSX.Element | undefined;
|
6823
|
-
PeoplePaneOpenDialpad?: JSX.Element | undefined;
|
6824
|
-
DialpadStartCall?: JSX.Element | undefined;
|
6825
5758
|
NoticePageInviteToRoomRemoved?: JSX.Element | undefined;
|
6826
5759
|
BlurVideoBackground?: JSX.Element | undefined;
|
6827
5760
|
RemoveVideoBackgroundEffect?: JSX.Element | undefined;
|
@@ -6849,30 +5782,16 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6849
5782
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
6850
5783
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
6851
5784
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
5785
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
6852
5786
|
ChatMessageOptions: React_2.JSX.Element;
|
6853
5787
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
6854
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
6855
|
-
DownloadAttachment: React_2.JSX.Element;
|
6856
5788
|
OpenAttachment: React_2.JSX.Element;
|
6857
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
6858
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
6859
5789
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
6860
5790
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
6861
|
-
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
6862
5791
|
NotificationBarRecording: React_2.JSX.Element;
|
6863
5792
|
MessageResend: React_2.JSX.Element;
|
6864
5793
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6865
|
-
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6866
|
-
HoldCallButton: React_2.JSX.Element;
|
6867
|
-
ResumeCall: React_2.JSX.Element;
|
6868
5794
|
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;
|
6876
5795
|
VideoTilePinned: React_2.JSX.Element;
|
6877
5796
|
ParticipantItemPinned: React_2.JSX.Element;
|
6878
5797
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -6902,56 +5821,8 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6902
5821
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
6903
5822
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
6904
5823
|
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;
|
6923
5824
|
};
|
6924
5825
|
|
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
|
-
|
6955
5826
|
/**
|
6956
5827
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
6957
5828
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -7550,10 +6421,6 @@ export declare interface ErrorBarStrings {
|
|
7550
6421
|
* An error message when starting spotlight while max participants are spotlighted
|
7551
6422
|
*/
|
7552
6423
|
startSpotlightWhileMaxParticipantsAreSpotlighted: string;
|
7553
|
-
/**
|
7554
|
-
* An error message when local user is muted by a remote participant
|
7555
|
-
*/
|
7556
|
-
mutedByRemoteParticipant: string;
|
7557
6424
|
}
|
7558
6425
|
|
7559
6426
|
/**
|
@@ -7604,7 +6471,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
|
|
7604
6471
|
*
|
7605
6472
|
* @public
|
7606
6473
|
*/
|
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
|
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;
|
7608
6475
|
|
7609
6476
|
/**
|
7610
6477
|
* Get the selector for a specified component.
|
@@ -7621,7 +6488,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
7621
6488
|
*
|
7622
6489
|
* @public
|
7623
6490
|
*/
|
7624
|
-
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof
|
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;
|
7625
6492
|
|
7626
6493
|
/**
|
7627
6494
|
* Get the selector for a specified component.
|
@@ -7666,63 +6533,6 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
|
|
7666
6533
|
children?: IStyle;
|
7667
6534
|
}
|
7668
6535
|
|
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
|
-
|
7726
6536
|
/**
|
7727
6537
|
* {@link HorizontalGallery} Component Styles.
|
7728
6538
|
* @public
|
@@ -7807,10 +6617,6 @@ export declare interface _Identifiers {
|
|
7807
6617
|
verticalGalleryVideoTile: string;
|
7808
6618
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
7809
6619
|
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;
|
7814
6620
|
}
|
7815
6621
|
|
7816
6622
|
/**
|
@@ -7872,130 +6678,6 @@ export declare interface ImageOverlayStrings {
|
|
7872
6678
|
dismissButtonAriaLabel: string;
|
7873
6679
|
}
|
7874
6680
|
|
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
|
-
|
7999
6681
|
/**
|
8000
6682
|
* State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
|
8001
6683
|
* automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -8152,26 +6834,12 @@ export declare interface JumpToNewMessageButtonProps {
|
|
8152
6834
|
*/
|
8153
6835
|
export declare const lightTheme: PartialTheme & CallingTheme;
|
8154
6836
|
|
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
|
-
|
8162
6837
|
/**
|
8163
6838
|
* Whether the stream is loading or not.
|
8164
6839
|
* @public
|
8165
6840
|
*/
|
8166
6841
|
export declare type LoadingState = 'loading' | 'none';
|
8167
6842
|
|
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
|
-
|
8175
6843
|
/**
|
8176
6844
|
* Provider to provide localized strings for this library's react components.
|
8177
6845
|
*
|
@@ -8194,28 +6862,6 @@ export declare type LocalizationProviderProps = {
|
|
8194
6862
|
children: React_2.ReactNode;
|
8195
6863
|
};
|
8196
6864
|
|
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
|
-
|
8219
6865
|
/**
|
8220
6866
|
* @public
|
8221
6867
|
*/
|
@@ -8360,76 +7006,6 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
8360
7006
|
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
8361
7007
|
}
|
8362
7008
|
|
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
|
-
|
8433
7009
|
/**
|
8434
7010
|
* Discriminated union of all messages.
|
8435
7011
|
*
|
@@ -8437,7 +7013,7 @@ export declare interface MentionPopoverStrings {
|
|
8437
7013
|
*
|
8438
7014
|
* @public
|
8439
7015
|
*/
|
8440
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage
|
7016
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
8441
7017
|
|
8442
7018
|
/**
|
8443
7019
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -8479,20 +7055,6 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
8479
7055
|
*/
|
8480
7056
|
export declare type MessageEditedListener = MessageReceivedListener;
|
8481
7057
|
|
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
|
-
|
8496
7058
|
/**
|
8497
7059
|
* Props to render a single message.
|
8498
7060
|
*
|
@@ -8508,7 +7070,7 @@ export declare type MessageProps = {
|
|
8508
7070
|
/**
|
8509
7071
|
* Strings from parent MessageThread component
|
8510
7072
|
*/
|
8511
|
-
strings: MessageThreadStrings
|
7073
|
+
strings: MessageThreadStrings;
|
8512
7074
|
/**
|
8513
7075
|
* Custom CSS styles for chat message container.
|
8514
7076
|
*/
|
@@ -8554,7 +7116,7 @@ export declare type MessageProps = {
|
|
8554
7116
|
* @param options - message options to be included in the message
|
8555
7117
|
*
|
8556
7118
|
*/
|
8557
|
-
onSendMessage?: (content: string
|
7119
|
+
onSendMessage?: (content: string) => Promise<void>;
|
8558
7120
|
};
|
8559
7121
|
|
8560
7122
|
/**
|
@@ -8686,7 +7248,7 @@ export declare type MessageThreadProps = {
|
|
8686
7248
|
/**
|
8687
7249
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
8688
7250
|
*/
|
8689
|
-
messages: (ChatMessage | SystemMessage | CustomMessage
|
7251
|
+
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
8690
7252
|
/**
|
8691
7253
|
* number of participants in the thread
|
8692
7254
|
*/
|
@@ -8767,11 +7329,6 @@ export declare type MessageThreadProps = {
|
|
8767
7329
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
8768
7330
|
*/
|
8769
7331
|
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;
|
8775
7332
|
/**
|
8776
7333
|
* Optional callback to edit a message.
|
8777
7334
|
*
|
@@ -8800,7 +7357,7 @@ export declare type MessageThreadProps = {
|
|
8800
7357
|
* @param options - message options to be included in the message
|
8801
7358
|
*
|
8802
7359
|
*/
|
8803
|
-
onSendMessage?: (content: string
|
7360
|
+
onSendMessage?: (content: string) => Promise<void>;
|
8804
7361
|
/**
|
8805
7362
|
/**
|
8806
7363
|
* Disable editing messages.
|
@@ -8814,32 +7371,11 @@ export declare type MessageThreadProps = {
|
|
8814
7371
|
* Optional strings to override in component
|
8815
7372
|
*/
|
8816
7373
|
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;
|
8833
7374
|
/**
|
8834
7375
|
* Optional callback called when an inline image is clicked.
|
8835
7376
|
* @beta
|
8836
7377
|
*/
|
8837
7378
|
inlineImageOptions?: InlineImageOptions;
|
8838
|
-
/**
|
8839
|
-
* Options to enable rich text editor for the edit box.
|
8840
|
-
* @beta
|
8841
|
-
*/
|
8842
|
-
richTextEditorOptions?: RichTextEditBoxOptions;
|
8843
7379
|
};
|
8844
7380
|
|
8845
7381
|
/**
|
@@ -8913,20 +7449,10 @@ export declare interface MessageThreadStrings {
|
|
8913
7449
|
actionMenuMoreOptions?: string;
|
8914
7450
|
/** Aria label to announce when a message is deleted */
|
8915
7451
|
messageDeletedAnnouncementAriaLabel: string;
|
8916
|
-
/** String for download attachment button in attachment card */
|
8917
|
-
downloadAttachment: string;
|
8918
7452
|
/** String for open attachment button in attachment card */
|
8919
7453
|
openAttachment: string;
|
8920
|
-
/** String for policy violation message removal */
|
8921
|
-
blockedWarningText: string;
|
8922
|
-
/** String for policy violation message removal details link */
|
8923
|
-
blockedWarningLinkText: string;
|
8924
7454
|
/** String for aria text in attachment card group*/
|
8925
7455
|
attachmentCardGroupMessage: string;
|
8926
|
-
/**
|
8927
|
-
* Error message indicating that all attachment uploads are not complete.
|
8928
|
-
*/
|
8929
|
-
attachmentUploadsPendingError: string;
|
8930
7456
|
}
|
8931
7457
|
|
8932
7458
|
/**
|
@@ -8954,24 +7480,10 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
8954
7480
|
/** Styles for system message container. */
|
8955
7481
|
systemMessageContainer?: ComponentSlotStyle;
|
8956
7482
|
/** Styles for blocked message container. */
|
8957
|
-
blockedMessageContainer?: ComponentSlotStyle;
|
8958
7483
|
/** Styles for message status indicator container. */
|
8959
7484
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
8960
7485
|
}
|
8961
7486
|
|
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
|
-
|
8975
7487
|
/**
|
8976
7488
|
* A button to turn microphone on / off.
|
8977
7489
|
*
|
@@ -9136,31 +7648,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
9136
7648
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
9137
7649
|
}
|
9138
7650
|
|
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
|
-
|
9164
7651
|
/**
|
9165
7652
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
9166
7653
|
*
|
@@ -9412,10 +7899,6 @@ export declare interface NotificationStackStrings {
|
|
9412
7899
|
* An error message when starting spotlight while max participants are spotlighted
|
9413
7900
|
*/
|
9414
7901
|
startSpotlightWhileMaxParticipantsAreSpotlighted?: NotificationStrings;
|
9415
|
-
/**
|
9416
|
-
* Muted by a remote participant message
|
9417
|
-
*/
|
9418
|
-
mutedByRemoteParticipant?: NotificationStrings;
|
9419
7902
|
/**
|
9420
7903
|
* Speaking while muted message
|
9421
7904
|
*/
|
@@ -9554,18 +8037,6 @@ export declare interface OptionsDevice {
|
|
9554
8037
|
name: string;
|
9555
8038
|
}
|
9556
8039
|
|
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
|
-
|
9569
8040
|
/**
|
9570
8041
|
* Different modes and positions of the overflow gallery in the VideoGallery
|
9571
8042
|
*
|
@@ -9630,14 +8101,6 @@ export declare interface ParticipantItemProps {
|
|
9630
8101
|
onClick?: (props?: ParticipantItemProps) => void;
|
9631
8102
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
9632
8103
|
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;
|
9641
8104
|
/**
|
9642
8105
|
* Optional aria property that prefixes the ParticipantItems aria content
|
9643
8106
|
* Takes in a unique id value of the element you would like to be read before the ParticipantItem.
|
@@ -9663,10 +8126,6 @@ export declare interface ParticipantItemStrings {
|
|
9663
8126
|
mutedIconLabel: string;
|
9664
8127
|
/** placeholder text for participants who does not have a display name*/
|
9665
8128
|
displayNamePlaceholder?: string;
|
9666
|
-
/** String shown when `participantState` is `Ringing` */
|
9667
|
-
participantStateRinging?: string;
|
9668
|
-
/** String shown when `participantState` is `Hold` */
|
9669
|
-
participantStateHold?: string;
|
9670
8129
|
/** String for the attendee role */
|
9671
8130
|
attendeeRole: string;
|
9672
8131
|
}
|
@@ -9744,15 +8203,9 @@ export declare type ParticipantListProps = {
|
|
9744
8203
|
onFetchParticipantMenuItems?: ParticipantMenuItemsCallback;
|
9745
8204
|
/** Optional callback when rendered ParticipantItem is clicked */
|
9746
8205
|
onParticipantClick?: (participant?: ParticipantListParticipant) => void;
|
9747
|
-
/** Optional callback to render a context menu to mute a participant */
|
9748
|
-
onMuteParticipant?: (userId: string) => Promise<void>;
|
9749
8206
|
styles?: ParticipantListStyles;
|
9750
8207
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
9751
8208
|
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;
|
9756
8209
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
9757
8210
|
participantAriaLabelledBy?: string;
|
9758
8211
|
/** List of pinned participants */
|
@@ -9767,21 +8220,8 @@ export declare type ParticipantListProps = {
|
|
9767
8220
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
9768
8221
|
participants: CallParticipantListParticipant[];
|
9769
8222
|
myUserId: string;
|
9770
|
-
totalParticipantCount?: number;
|
9771
8223
|
};
|
9772
8224
|
|
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
|
-
|
9785
8225
|
/**
|
9786
8226
|
* Styles for the {@link ParticipantList}.
|
9787
8227
|
*
|
@@ -10222,426 +8662,178 @@ export declare type ReactionSprite = {
|
|
10222
8662
|
*
|
10223
8663
|
* @public
|
10224
8664
|
*/
|
10225
|
-
export declare type ReactionState = {
|
10226
|
-
/**
|
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>;
|
8665
|
+
export declare type ReactionState = {
|
10522
8666
|
/**
|
10523
|
-
*
|
8667
|
+
* Reaction message from the meeting {@link @azure/communication-calling#Call.ReactionMessage}
|
10524
8668
|
*/
|
10525
|
-
|
8669
|
+
reactionMessage: ReactionMessage;
|
10526
8670
|
/**
|
10527
|
-
*
|
10528
|
-
* to render inline images being uploaded in the RichTextSendBox.
|
8671
|
+
* Received timestamp of the reaction message in a meeting.
|
10529
8672
|
*/
|
10530
|
-
|
10531
|
-
}
|
8673
|
+
receivedOn: Date;
|
8674
|
+
};
|
10532
8675
|
|
10533
8676
|
/**
|
10534
|
-
*
|
8677
|
+
* An array of key value pairs that stores each sender's display name and last read message
|
10535
8678
|
*
|
10536
|
-
* @
|
8679
|
+
* @public
|
10537
8680
|
*/
|
10538
|
-
export declare
|
10539
|
-
|
8681
|
+
export declare type ReadReceiptsBySenderId = {
|
8682
|
+
[key: string]: {
|
8683
|
+
lastReadMessage: string;
|
8684
|
+
displayName: string;
|
8685
|
+
};
|
8686
|
+
};
|
10540
8687
|
|
10541
8688
|
/**
|
10542
|
-
*
|
8689
|
+
* State only version of {@link @azure/communication-calling#RecordingCallFeature}. {@link StatefulCallClient} will
|
8690
|
+
* automatically listen for recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
10543
8691
|
*
|
10544
|
-
* @
|
8692
|
+
* @public
|
10545
8693
|
*/
|
10546
|
-
export declare interface
|
10547
|
-
/**
|
10548
|
-
* Tooltip text for the bold button.
|
10549
|
-
*/
|
10550
|
-
richTextBoldTooltip: string;
|
10551
|
-
/**
|
10552
|
-
* Tooltip text for the italic button.
|
10553
|
-
*/
|
10554
|
-
richTextItalicTooltip: string;
|
10555
|
-
/**
|
10556
|
-
* Tooltip text for the underline button.
|
10557
|
-
*/
|
10558
|
-
richTextUnderlineTooltip: string;
|
10559
|
-
/**
|
10560
|
-
* Tooltip text for the bullet list button.
|
10561
|
-
*/
|
10562
|
-
richTextBulletListTooltip: string;
|
8694
|
+
export declare interface RecordingCallFeature {
|
10563
8695
|
/**
|
10564
|
-
*
|
8696
|
+
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
10565
8697
|
*/
|
10566
|
-
|
8698
|
+
isRecordingActive: boolean;
|
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 {
|
10567
8708
|
/**
|
10568
|
-
*
|
8709
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.identifier}.
|
10569
8710
|
*/
|
10570
|
-
|
8711
|
+
identifier: CommunicationIdentifierKind;
|
10571
8712
|
/**
|
10572
|
-
*
|
8713
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.displayName}.
|
10573
8714
|
*/
|
10574
|
-
|
8715
|
+
displayName?: string;
|
10575
8716
|
/**
|
10576
|
-
*
|
8717
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.state}.
|
10577
8718
|
*/
|
10578
|
-
|
8719
|
+
state: RemoteParticipantState_2;
|
10579
8720
|
/**
|
10580
|
-
*
|
8721
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.callEndReason}.
|
10581
8722
|
*/
|
10582
|
-
|
8723
|
+
callEndReason?: CallEndReason;
|
10583
8724
|
/**
|
10584
|
-
*
|
8725
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.videoStreams} as an object with
|
8726
|
+
* {@link RemoteVideoStream} fields keyed by {@link @azure/communication-calling#RemoteVideoStream.id}.
|
10585
8727
|
*/
|
10586
|
-
|
8728
|
+
videoStreams: {
|
8729
|
+
[key: number]: RemoteVideoStreamState;
|
8730
|
+
};
|
10587
8731
|
/**
|
10588
|
-
*
|
8732
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.isMuted}.
|
10589
8733
|
*/
|
10590
|
-
|
8734
|
+
isMuted: boolean;
|
10591
8735
|
/**
|
10592
|
-
*
|
8736
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
|
10593
8737
|
*/
|
10594
|
-
|
8738
|
+
isSpeaking: boolean;
|
10595
8739
|
/**
|
10596
|
-
*
|
8740
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
|
10597
8741
|
*/
|
10598
|
-
|
8742
|
+
role?: ParticipantRole;
|
10599
8743
|
/**
|
10600
|
-
*
|
8744
|
+
* Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
|
10601
8745
|
*/
|
10602
|
-
|
8746
|
+
raisedHand?: RaisedHandState;
|
10603
8747
|
/**
|
10604
|
-
*
|
8748
|
+
* Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
|
8749
|
+
*
|
8750
|
+
* @public
|
10605
8751
|
*/
|
10606
|
-
|
8752
|
+
contentSharingStream?: HTMLElement;
|
10607
8753
|
/**
|
10608
|
-
*
|
8754
|
+
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
8755
|
+
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
8756
|
+
*
|
8757
|
+
* @public
|
10609
8758
|
*/
|
10610
|
-
|
8759
|
+
reactionState?: ReactionState;
|
10611
8760
|
/**
|
10612
|
-
*
|
8761
|
+
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
|
10613
8762
|
*/
|
10614
|
-
|
8763
|
+
spotlight?: SpotlightState;
|
8764
|
+
}
|
8765
|
+
|
8766
|
+
/**
|
8767
|
+
* State only version of {@link @azure/communication-calling#RemoteVideoStream}.
|
8768
|
+
*
|
8769
|
+
* @public
|
8770
|
+
*/
|
8771
|
+
export declare interface RemoteVideoStreamState {
|
10615
8772
|
/**
|
10616
|
-
*
|
8773
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
|
10617
8774
|
*/
|
10618
|
-
|
8775
|
+
id: number;
|
10619
8776
|
/**
|
10620
|
-
*
|
8777
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
|
10621
8778
|
*/
|
10622
|
-
|
8779
|
+
mediaStreamType: MediaStreamType;
|
10623
8780
|
/**
|
10624
|
-
*
|
8781
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
|
10625
8782
|
*/
|
10626
|
-
|
8783
|
+
isAvailable: boolean;
|
10627
8784
|
/**
|
10628
|
-
*
|
8785
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
|
8786
|
+
* @public
|
10629
8787
|
*/
|
10630
|
-
|
8788
|
+
isReceiving: boolean;
|
10631
8789
|
/**
|
10632
|
-
*
|
8790
|
+
* {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
|
8791
|
+
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
10633
8792
|
*/
|
10634
|
-
|
8793
|
+
view?: VideoStreamRendererViewState;
|
10635
8794
|
/**
|
10636
|
-
*
|
8795
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
|
10637
8796
|
*/
|
10638
|
-
|
8797
|
+
streamSize?: {
|
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 {
|
10639
8809
|
/**
|
10640
|
-
*
|
8810
|
+
* If set to true, remote video tiles in the VideoGallery will not have menu options
|
8811
|
+
*
|
8812
|
+
* @defaultValue false
|
10641
8813
|
*/
|
10642
|
-
|
8814
|
+
isHidden?: boolean;
|
10643
8815
|
}
|
10644
8816
|
|
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
|
+
|
10645
8837
|
/**
|
10646
8838
|
* A button to start / stop screen sharing.
|
10647
8839
|
*
|
@@ -10713,19 +8905,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
10713
8905
|
*/
|
10714
8906
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
10715
8907
|
|
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
|
-
|
10729
8908
|
/**
|
10730
8909
|
* Props for {@link SendBox}.
|
10731
8910
|
*
|
@@ -10744,12 +8923,7 @@ export declare interface SendBoxProps {
|
|
10744
8923
|
/**
|
10745
8924
|
* Optional override behavior on send button click
|
10746
8925
|
*/
|
10747
|
-
onSendMessage?: (content: string
|
10748
|
-
/**
|
10749
|
-
* Optional props needed to lookup suggestions in the mention scenario.
|
10750
|
-
* @beta
|
10751
|
-
*/
|
10752
|
-
mentionLookupOptions?: MentionLookupOptions;
|
8926
|
+
onSendMessage?: (content: string) => Promise<void>;
|
10753
8927
|
/**
|
10754
8928
|
* Optional callback called when user is typing
|
10755
8929
|
*/
|
@@ -10786,25 +8960,6 @@ export declare interface SendBoxProps {
|
|
10786
8960
|
* When undefined nothing has focus on render
|
10787
8961
|
*/
|
10788
8962
|
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;
|
10808
8963
|
}
|
10809
8964
|
|
10810
8965
|
/**
|
@@ -10835,26 +8990,6 @@ export declare interface SendBoxStrings {
|
|
10835
8990
|
* Aria label for send message button
|
10836
8991
|
*/
|
10837
8992
|
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;
|
10858
8993
|
}
|
10859
8994
|
|
10860
8995
|
/**
|
@@ -10875,45 +9010,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
10875
9010
|
systemMessage?: IStyle;
|
10876
9011
|
}
|
10877
9012
|
|
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
|
-
|
10917
9013
|
/**
|
10918
9014
|
* @public
|
10919
9015
|
* Type for representing a custom sound to use for a calling event
|
@@ -11094,14 +9190,7 @@ export declare interface SpotlightState {
|
|
11094
9190
|
* Identifier types for initiating a call using the CallAdapter
|
11095
9191
|
* @public
|
11096
9192
|
*/
|
11097
|
-
export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier |
|
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;
|
9193
|
+
export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | UnknownIdentifier);
|
11105
9194
|
|
11106
9195
|
/**
|
11107
9196
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
@@ -11214,19 +9303,6 @@ export declare interface StatefulCallClient extends CallClient {
|
|
11214
9303
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
11215
9304
|
*/
|
11216
9305
|
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>;
|
11230
9306
|
/**
|
11231
9307
|
* The TeamsCallAgent is used to handle calls.
|
11232
9308
|
* To create the TeamsCallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
@@ -11252,15 +9328,6 @@ export declare type StatefulCallClientArgs = {
|
|
11252
9328
|
* state. It is not used by StatefulCallClient.
|
11253
9329
|
*/
|
11254
9330
|
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;
|
11264
9331
|
};
|
11265
9332
|
|
11266
9333
|
/**
|
@@ -11536,7 +9603,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
11536
9603
|
* @public
|
11537
9604
|
*/
|
11538
9605
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
11539
|
-
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(
|
9606
|
+
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
11540
9607
|
};
|
11541
9608
|
|
11542
9609
|
/**
|
@@ -11562,30 +9629,6 @@ export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
|
|
11562
9629
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
11563
9630
|
}
|
11564
9631
|
|
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
|
-
|
11589
9632
|
/**
|
11590
9633
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
11591
9634
|
*
|
@@ -11786,129 +9829,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
11786
9829
|
typingString?: IStyle;
|
11787
9830
|
}
|
11788
9831
|
|
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
|
-
|
11893
9832
|
/**
|
11894
9833
|
* @public
|
11895
9834
|
* Callback function run when a message is updated.
|
11896
9835
|
*/
|
11897
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string
|
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
|
-
};
|
9836
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
11912
9837
|
|
11913
9838
|
/**
|
11914
9839
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -12082,7 +10007,7 @@ export declare const useTeamsCall: () => undefined | /* @conditional-compile-rem
|
|
12082
10007
|
*
|
12083
10008
|
* @public
|
12084
10009
|
*/
|
12085
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs
|
10010
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
12086
10011
|
|
12087
10012
|
/**
|
12088
10013
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -12233,7 +10158,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
12233
10158
|
/**
|
12234
10159
|
* @public
|
12235
10160
|
*/
|
12236
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' |
|
10161
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
12237
10162
|
|
12238
10163
|
/**
|
12239
10164
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -12401,10 +10326,6 @@ export declare interface VideoGalleryProps {
|
|
12401
10326
|
* Additional Options for Video Tiles
|
12402
10327
|
*/
|
12403
10328
|
videoTilesOptions?: VideoTilesOptions;
|
12404
|
-
/**
|
12405
|
-
* This callback is to mute a remote participant
|
12406
|
-
*/
|
12407
|
-
onMuteParticipant?: (userId: string) => Promise<void>;
|
12408
10329
|
}
|
12409
10330
|
|
12410
10331
|
/**
|
@@ -12417,11 +10338,6 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
|
|
12417
10338
|
isSpeaking?: boolean;
|
12418
10339
|
/** Video stream of shared screen */
|
12419
10340
|
screenShareStream?: VideoGalleryStream;
|
12420
|
-
/**
|
12421
|
-
* @beta
|
12422
|
-
* The connection state of the participant. For example, 'Hold', 'Connecting' etc.
|
12423
|
-
*/
|
12424
|
-
state?: ParticipantState;
|
12425
10341
|
/** Whether participant is raised a hand */
|
12426
10342
|
raisedHand?: RaisedHand;
|
12427
10343
|
/**
|
@@ -12522,8 +10438,6 @@ export declare interface VideoGalleryStrings {
|
|
12522
10438
|
stopSpotlightOnSelfVideoTileMenuLabel: string;
|
12523
10439
|
/** String for the attendee role */
|
12524
10440
|
attendeeRole: string;
|
12525
|
-
/** Menu text shown in Video Tile contextual menu to mute a remote participant */
|
12526
|
-
muteParticipantMenuItemLabel: string;
|
12527
10441
|
}
|
12528
10442
|
|
12529
10443
|
/**
|
@@ -12694,11 +10608,6 @@ export declare interface VideoTileProps {
|
|
12694
10608
|
isSpeaking?: boolean;
|
12695
10609
|
/** Whether the participant is raised hand. Show a indicator (border) and icon with order */
|
12696
10610
|
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;
|
12702
10611
|
/**
|
12703
10612
|
* Strings to override in the component.
|
12704
10613
|
*/
|
@@ -12742,8 +10651,6 @@ export declare interface VideoTilesOptions {
|
|
12742
10651
|
export declare interface VideoTileStrings {
|
12743
10652
|
/** Aria label for announcing the remote video tile drawer menu */
|
12744
10653
|
moreOptionsButtonAriaLabel: string;
|
12745
|
-
participantStateRinging: string;
|
12746
|
-
participantStateHold: string;
|
12747
10654
|
}
|
12748
10655
|
|
12749
10656
|
/**
|