@azure/communication-react 1.23.0-alpha-202501160016 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/communication-react.d.ts +111 -2282
- package/dist/dist-cjs/communication-react/index.js +37168 -178
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/common.d.ts +0 -13
- package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/constants.d.ts +0 -5
- package/dist/dist-esm/acs-ui-common/src/constants.js +0 -6
- package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js +1 -4
- package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts +0 -4
- package/dist/dist-esm/acs-ui-common/src/index.js +0 -6
- package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js +4 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js +4 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js +4 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +7 -6
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +0 -3
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -11
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +8 -18
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +1 -7
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +55 -20
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +0 -27
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +68 -148
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +2 -2
- package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +6 -13
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +6 -39
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js +2 -8
- package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +62 -98
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +0 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +12 -43
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +3 -6
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +7 -18
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +9 -12
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +11 -29
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +6 -32
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +71 -66
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +3 -140
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +0 -23
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +36 -235
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +8 -7
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +108 -99
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -6
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +12 -54
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js +4 -4
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +0 -6
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +20 -31
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +73 -58
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +16 -14
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +0 -9
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +15 -53
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/MediaAccessSubscriber.js +0 -3
- package/dist/dist-esm/calling-stateful-client/src/MediaAccessSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +3 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +0 -11
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +2 -3
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +64 -71
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +24 -42
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +11 -8
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -17
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +16 -14
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -34
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +7 -6
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -4
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +2 -2
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +15 -15
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +2 -6
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +8 -59
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +1 -2
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +0 -4
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +18 -68
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +7 -3
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +1 -3
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +3 -10
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -15
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +22 -16
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +12 -11
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +16 -4
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +67 -57
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +128 -114
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/constants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/index.d.ts +0 -1
- package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/api-summary.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +0 -35
- package/dist/dist-esm/communication-react/src/index.js +0 -18
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/communication-react/src/javascript-loaders.js.map +1 -1
- package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +6 -3
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +10 -4
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +11 -11
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +6 -15
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +18 -21
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.js +20 -13
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
- package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.d.ts +0 -76
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +9 -91
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +20 -38
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +5 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +22 -37
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +1 -13
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +24 -30
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +0 -11
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +30 -64
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +5 -9
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +1 -8
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +9 -39
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +1 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +12 -46
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +1 -4
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +27 -57
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +1 -22
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +0 -20
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +2 -23
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +6 -50
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +1 -8
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +12 -49
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +15 -81
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +4 -7
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBar.js +14 -10
- package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +4 -14
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +16 -5
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +14 -15
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +27 -19
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js +48 -12
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +51 -45
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +6 -2
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +9 -11
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +23 -11
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +4 -6
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +5 -11
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/EndCallButton.js +13 -12
- package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +5 -9
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +6 -2
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
- package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.js +1 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +9 -7
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js +14 -13
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js +39 -26
- package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js +7 -5
- package/dist/dist-esm/react-components/src/components/IncomingCallStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js +10 -3
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +7 -23
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +23 -46
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +23 -15
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +13 -13
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +33 -20
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +5 -81
- package/dist/dist-esm/react-components/src/components/MessageThread.js +49 -116
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +17 -16
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +101 -94
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Notification.js +14 -6
- package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +0 -22
- package/dist/dist-esm/react-components/src/components/NotificationStack.js +8 -17
- package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +22 -15
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +49 -79
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +32 -46
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +12 -6
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.js +23 -24
- package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +21 -42
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +14 -6
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +1 -47
- package/dist/dist-esm/react-components/src/components/SendBox.js +12 -103
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +4 -2
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -14
- package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +3 -10
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +23 -23
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SystemMessage.js +4 -2
- package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js +6 -9
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -20
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +1 -3
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +39 -19
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +1 -3
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +13 -9
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +22 -8
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +2 -6
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +8 -19
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +11 -15
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +16 -40
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +0 -5
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +2 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +4 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +11 -17
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +24 -29
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +6 -8
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +4 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +10 -34
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +6 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +34 -9
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +11 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +3 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +11 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +28 -22
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +8 -22
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +74 -77
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +31 -39
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +29 -202
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/VideoTile.js +83 -97
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/index.js +0 -21
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.d.ts +0 -8
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +2 -27
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +10 -3
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js +5 -2
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxButton.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +5 -2
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageBarLink.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +10 -13
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Notification.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +4 -6
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +3 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +2 -2
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +10 -2
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +6 -3
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +19 -5
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +1 -37
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +3 -41
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +2 -4
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +6 -29
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js +4 -1
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/Logger.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +1 -38
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +5 -148
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
- package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +1 -2
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +5 -2
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
- package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +1 -10
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +29 -61
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +6 -8
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +0 -4
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +1 -5
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +0 -2
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -63
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +36 -21
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +36 -21
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +34 -19
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-MX/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-CA/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +36 -21
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/index.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +36 -21
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/utils.js +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +35 -20
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +35 -20
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +5 -3
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +2 -2
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js +1 -15
- package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -32
- package/dist/dist-esm/react-components/src/theming/icons.js +15 -155
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.d.ts +0 -6
- package/dist/dist-esm/react-components/src/theming/themes.js +0 -10
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +7 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/Attachment.d.ts +0 -13
- package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -20
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ReactionTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +0 -2
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/index.d.ts +0 -1
- package/dist/dist-esm/react-components/src/types/index.js +0 -2
- package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -72
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +51 -82
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +0 -70
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +5 -52
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +62 -279
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -68
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +3 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +39 -107
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +60 -36
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +20 -18
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +4 -22
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +4 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +22 -33
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +24 -42
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +30 -26
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +41 -68
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +12 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +32 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +11 -29
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +192 -311
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +7 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +11 -45
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +2 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +7 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +37 -93
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +10 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +13 -113
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +13 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +7 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +8 -18
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +22 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +0 -18
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +4 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js +4 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +10 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +2 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +29 -41
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +5 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +9 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +4 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +24 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +12 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +7 -19
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +1 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +22 -99
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +5 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +0 -65
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +21 -114
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +7 -9
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +9 -6
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +3 -27
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +35 -254
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +3 -71
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -28
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +4 -10
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +2 -20
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -11
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +1 -5
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +0 -14
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -27
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +2 -10
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +27 -298
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -20
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +2 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +32 -78
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -12
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +3 -27
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -4
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +17 -9
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +25 -24
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AudioProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +3 -7
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -5
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js +15 -21
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsSettingsModal.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +23 -9
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +16 -12
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +45 -93
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +37 -39
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +72 -107
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js +7 -5
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +124 -92
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js +7 -5
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +9 -11
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +12 -23
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +16 -16
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +10 -14
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +2 -48
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +0 -39
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +16 -8
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js +34 -19
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +8 -11
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +13 -18
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/adapters.d.ts +0 -23
- package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/common/constants.js +0 -6
- package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -36
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +4 -12
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +10 -4
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +44 -11
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +29 -6
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -4
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +13 -15
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/types/FocusableElement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.d.ts +0 -4
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +12 -40
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +0 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +6 -0
- package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
- package/package.json +3 -3
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-R5C_P0J9.js +0 -280
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-R5C_P0J9.js.map +0 -1
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-D0KlP9qO.js +0 -52
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-D0KlP9qO.js.map +0 -1
- package/dist/dist-cjs/communication-react/index-iq0jAnxX.js +0 -47092
- package/dist/dist-cjs/communication-react/index-iq0jAnxX.js.map +0 -1
- package/dist/dist-esm/acs-ui-common/src/dataConversion.d.ts +0 -6
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js +0 -21
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js.map +0 -1
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.d.ts +0 -7
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.js +0 -18
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.d.ts +0 -20
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +0 -125
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.d.ts +0 -14
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js +0 -207
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +0 -17
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +0 -36
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.d.ts +0 -24
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +0 -71
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.d.ts +0 -18
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js +0 -34
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js.map +0 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.d.ts +0 -6
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js +0 -23
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +0 -10
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +0 -15
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +0 -278
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -37
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -58
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -86
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -32
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +0 -121
- package/dist/dist-esm/react-components/src/components/MentionPopover.js +0 -126
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.d.ts +0 -28
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js +0 -29
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RealTimeText.d.ts +0 -58
- package/dist/dist-esm/react-components/src/components/RealTimeText.js +0 -43
- package/dist/dist-esm/react-components/src/components/RealTimeText.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.d.ts +0 -42
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js +0 -55
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.d.ts +0 -9
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js +0 -29
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +0 -30
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +0 -112
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +0 -19
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +0 -41
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +0 -17
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +0 -56
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +0 -66
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +0 -20
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +0 -45
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js +0 -56
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +0 -30
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +0 -96
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +0 -59
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +0 -383
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +0 -37
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +0 -100
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +0 -215
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +0 -277
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +0 -16
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +0 -77
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +0 -19
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +0 -232
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +0 -49
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +0 -67
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +0 -6
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +0 -13
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +0 -56
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +0 -91
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +0 -20
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.d.ts +0 -47
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js +0 -30
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +0 -595
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +0 -152
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +0 -821
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js +0 -123
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +0 -17
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +0 -99
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.d.ts +0 -9
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js +0 -85
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js +0 -53
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +0 -26
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +0 -69
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.d.ts +0 -10
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js +0 -27
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +0 -82
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +0 -295
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +0 -21
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +0 -34
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -99
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +0 -5
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +0 -32
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.d.ts +0 -89
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js +0 -173
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -69
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +0 -73
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +0 -186
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +0 -33
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +0 -127
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
- package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.d.ts +0 -8
- package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js +0 -25
- package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js.map +0 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.d.ts +0 -38
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js +0 -4
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.d.ts +0 -47
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js +0 -48
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.d.ts +0 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js +0 -41
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -49
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -220
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +0 -49
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +0 -48
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +0 -39
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +0 -273
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +0 -80
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +0 -41
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.d.ts +0 -38
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +0 -82
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +0 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.d.ts +0 -12
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js +0 -50
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +0 -10
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +0 -20
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +0 -1
@@ -7,9 +7,6 @@ import { BackgroundBlurConfig } from '@azure/communication-calling';
|
|
7
7
|
import { BackgroundBlurEffect } from '@azure/communication-calling';
|
8
8
|
import { BackgroundReplacementConfig } from '@azure/communication-calling';
|
9
9
|
import { BackgroundReplacementEffect } from '@azure/communication-calling';
|
10
|
-
import { BreakoutRoom } from '@azure/communication-calling';
|
11
|
-
import { BreakoutRoomsSettings } from '@azure/communication-calling';
|
12
|
-
import { BreakoutRoomsUpdatedListener } from '@azure/communication-calling';
|
13
10
|
import { Call } from '@azure/communication-calling';
|
14
11
|
import { CallAgent } from '@azure/communication-calling';
|
15
12
|
import { CallClient } from '@azure/communication-calling';
|
@@ -17,7 +14,6 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
17
14
|
import { CallDirection } from '@azure/communication-calling';
|
18
15
|
import { CallEndReason } from '@azure/communication-calling';
|
19
16
|
import { CallerInfo } from '@azure/communication-calling';
|
20
|
-
import { CallInfo } from '@azure/communication-calling';
|
21
17
|
import { CallKind } from '@azure/communication-calling';
|
22
18
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
23
19
|
import { CallSurvey } from '@azure/communication-calling';
|
@@ -39,9 +35,6 @@ import type { CommunicationUserKind } from '@azure/communication-common';
|
|
39
35
|
import { CreateViewOptions } from '@azure/communication-calling';
|
40
36
|
import { DeviceAccess } from '@azure/communication-calling';
|
41
37
|
import { DeviceManager } from '@azure/communication-calling';
|
42
|
-
import type { DiagnosticFlag } from '@azure/communication-calling';
|
43
|
-
import type { DiagnosticQuality } from '@azure/communication-calling';
|
44
|
-
import type { DiagnosticValueType } from '@azure/communication-calling';
|
45
38
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
46
39
|
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
47
40
|
import { EnvironmentInfo } from '@azure/communication-calling';
|
@@ -54,7 +47,6 @@ import { IContextualMenuProps } from '@fluentui/react';
|
|
54
47
|
import { IContextualMenuStyles } from '@fluentui/react';
|
55
48
|
import { IIconProps } from '@fluentui/react';
|
56
49
|
import { IIconStyles } from '@fluentui/react';
|
57
|
-
import { ILinkStyles } from '@fluentui/react';
|
58
50
|
import { IMessageBarProps } from '@fluentui/react';
|
59
51
|
import { IncomingCall } from '@azure/communication-calling';
|
60
52
|
import { IncomingCallKind } from '@azure/communication-calling';
|
@@ -68,15 +60,12 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
|
|
68
60
|
import { ITextFieldStyles } from '@fluentui/react';
|
69
61
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
70
62
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
71
|
-
import { LocalRecordingInfo } from '@azure/communication-calling';
|
72
63
|
import { LocalVideoStream } from '@azure/communication-calling';
|
73
64
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
74
|
-
import type { MediaDiagnosticType } from '@azure/communication-calling';
|
75
65
|
import { MediaStreamType } from '@azure/communication-calling';
|
76
66
|
import { MicrosoftTeamsAppIdentifier } from '@azure/communication-common';
|
77
67
|
import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
78
68
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
79
|
-
import type { NetworkDiagnosticType } from '@azure/communication-calling';
|
80
69
|
import { PartialTheme } from '@fluentui/react';
|
81
70
|
import { ParticipantCapabilities } from '@azure/communication-calling';
|
82
71
|
import { ParticipantRole } from '@azure/communication-calling';
|
@@ -89,13 +78,11 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
|
|
89
78
|
import { default as React_2 } from 'react';
|
90
79
|
import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
91
80
|
import { ReactionMessage } from '@azure/communication-calling';
|
92
|
-
import { RecordingInfo } from '@azure/communication-calling';
|
93
81
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
94
82
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
95
83
|
import { RoomCallLocator } from '@azure/communication-calling';
|
96
84
|
import { ScalingMode } from '@azure/communication-calling';
|
97
85
|
import { SendMessageOptions } from '@azure/communication-chat';
|
98
|
-
import type { ServerDiagnosticType } from '@azure/communication-calling';
|
99
86
|
import { SpotlightedParticipant } from '@azure/communication-calling';
|
100
87
|
import { StartCallOptions } from '@azure/communication-calling';
|
101
88
|
import { StartCaptionsOptions } from '@azure/communication-calling';
|
@@ -220,31 +207,6 @@ export declare type AdapterErrors = {
|
|
220
207
|
[target: string]: AdapterError;
|
221
208
|
};
|
222
209
|
|
223
|
-
/**
|
224
|
-
* Notification from call client state stored in adapter state.
|
225
|
-
*
|
226
|
-
* @public
|
227
|
-
*/
|
228
|
-
export declare interface AdapterNotification {
|
229
|
-
/**
|
230
|
-
* Target of notification. There should only one notification per target.
|
231
|
-
*/
|
232
|
-
target: string;
|
233
|
-
/**
|
234
|
-
* Timestamp added to the notification in the adapter implementation.
|
235
|
-
*/
|
236
|
-
timestamp: Date;
|
237
|
-
}
|
238
|
-
|
239
|
-
/**
|
240
|
-
* Adapters stores the latest notification for each target.
|
241
|
-
*
|
242
|
-
* @public
|
243
|
-
*/
|
244
|
-
export declare type AdapterNotifications = {
|
245
|
-
[target: string]: AdapterNotification;
|
246
|
-
};
|
247
|
-
|
248
210
|
/**
|
249
211
|
* Functionality for interfacing with Composite adapter state.
|
250
212
|
*
|
@@ -280,40 +242,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
280
242
|
*/
|
281
243
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
282
244
|
|
283
|
-
/**
|
284
|
-
* @beta
|
285
|
-
* A callback function that defines what actions user can perform on an attachment.
|
286
|
-
* By default, the UI library would have default actions that opens attachment URL in a new tab.
|
287
|
-
* You can override the default actions or add new actions by providing this callback function.
|
288
|
-
* Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
|
289
|
-
*
|
290
|
-
* @param attachment - The file attachment that user is trying to perform actions on.
|
291
|
-
* @param message - The chat message that contains this attachment.
|
292
|
-
* @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
|
293
|
-
*/
|
294
|
-
export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
|
295
|
-
|
296
|
-
/**
|
297
|
-
* @beta
|
298
|
-
*
|
299
|
-
* Attachment download options defines the list of actions that can be performed on an attachment.
|
300
|
-
*/
|
301
|
-
export declare interface AttachmentDownloadOptions {
|
302
|
-
actionsForAttachment: AttachmentActionHandler;
|
303
|
-
}
|
304
|
-
|
305
|
-
/**
|
306
|
-
* @beta
|
307
|
-
*
|
308
|
-
* Attachment menu action defines buttons that can be shown on the attachment card.
|
309
|
-
* If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
|
310
|
-
*/
|
311
|
-
export declare interface AttachmentMenuAction {
|
312
|
-
name: string;
|
313
|
-
icon: JSX.Element;
|
314
|
-
onClick: (attachment: AttachmentMetadata) => Promise<void>;
|
315
|
-
}
|
316
|
-
|
317
245
|
/**
|
318
246
|
* Data model that represents a chat message attachment
|
319
247
|
* where it contains an ID to uniquely identify the attachment,
|
@@ -337,150 +265,6 @@ export declare interface AttachmentMetadata {
|
|
337
265
|
url: string;
|
338
266
|
}
|
339
267
|
|
340
|
-
/**
|
341
|
-
* Data model that represents a chat message attachment being uploaded
|
342
|
-
* where it contains an ID to uniquely identify the attachment,
|
343
|
-
* a name that represents the name of file,
|
344
|
-
* an optional URL to download the attachment,
|
345
|
-
* an optional progress value between 0 and 1 indicating the progress of the upload, and
|
346
|
-
* an optional error object that contains error message would be shown to the user.
|
347
|
-
*
|
348
|
-
*
|
349
|
-
* @beta
|
350
|
-
*/
|
351
|
-
export declare interface AttachmentMetadataInProgress {
|
352
|
-
/**
|
353
|
-
* Unique ID of the attachment.
|
354
|
-
*/
|
355
|
-
id: string;
|
356
|
-
/**
|
357
|
-
* Attachment name to be displayed.
|
358
|
-
*/
|
359
|
-
name: string;
|
360
|
-
/**
|
361
|
-
* Download URL for the attachment.
|
362
|
-
*/
|
363
|
-
url?: string;
|
364
|
-
/**
|
365
|
-
* A number between 0 and 1 indicating the progress of the upload.
|
366
|
-
*/
|
367
|
-
progress?: number;
|
368
|
-
/**
|
369
|
-
* A object contains error message would be shown to the user.
|
370
|
-
*/
|
371
|
-
error?: AttachmentProgressError;
|
372
|
-
}
|
373
|
-
|
374
|
-
/**
|
375
|
-
* @beta
|
376
|
-
*
|
377
|
-
* Attachment Options that defines behaviour for uploading and downloading attachments.
|
378
|
-
*/
|
379
|
-
export declare interface AttachmentOptions {
|
380
|
-
uploadOptions?: AttachmentUploadOptions;
|
381
|
-
downloadOptions?: AttachmentDownloadOptions;
|
382
|
-
}
|
383
|
-
|
384
|
-
/**
|
385
|
-
* @beta
|
386
|
-
* A attachment progress error object that contains message to be shown to
|
387
|
-
* the user when upload fails.
|
388
|
-
*/
|
389
|
-
export declare interface AttachmentProgressError {
|
390
|
-
message: string;
|
391
|
-
}
|
392
|
-
|
393
|
-
/**
|
394
|
-
* @beta
|
395
|
-
* A callback function for handling attachment removed by the user in send box.
|
396
|
-
*
|
397
|
-
* @param attachmentId - The ID of uploaded attachments.
|
398
|
-
*/
|
399
|
-
export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
|
400
|
-
|
401
|
-
/**
|
402
|
-
* @beta
|
403
|
-
* A callback function for handling list of upload tasks that contains files selected by user to upload.
|
404
|
-
*
|
405
|
-
* @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
|
406
|
-
*/
|
407
|
-
export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
|
408
|
-
|
409
|
-
/**
|
410
|
-
* @beta
|
411
|
-
*/
|
412
|
-
export declare interface AttachmentUploadOptions {
|
413
|
-
/**
|
414
|
-
* A list of strings containing the comma separated list of supported media (aka. mime) types.
|
415
|
-
* i.e. ['image/*', 'video/*', 'audio/*']
|
416
|
-
* Default value is `['*']`, meaning all media types are supported.
|
417
|
-
* Similar to the `accept` attribute of the `<input type="attachment" />` element.
|
418
|
-
* @beta
|
419
|
-
*/
|
420
|
-
supportedMediaTypes?: string[];
|
421
|
-
/**
|
422
|
-
* Disable multiple attachments to be selected if set to `true`.
|
423
|
-
* Default value is `false`, meaning multiple attachments can be selected.
|
424
|
-
* Similar to the `multiple` attribute of the `<input type="attachment" />` element.
|
425
|
-
* @beta
|
426
|
-
*/
|
427
|
-
disableMultipleUploads?: boolean;
|
428
|
-
/**
|
429
|
-
* A callback function of type {@link AttachmentSelectionHandler} that will be called
|
430
|
-
* when user finishes selecting files in browser's file picker. This function is required since
|
431
|
-
* this would be where upload logic is implemented to your own storage.
|
432
|
-
* @beta
|
433
|
-
*/
|
434
|
-
handleAttachmentSelection: AttachmentSelectionHandler;
|
435
|
-
/**
|
436
|
-
* A optional callback function that will be called
|
437
|
-
* when user removing files before clicking send message button. This function will be
|
438
|
-
* where you can remove the file from your storage.
|
439
|
-
* @beta
|
440
|
-
*/
|
441
|
-
handleAttachmentRemoval?: AttachmentRemovalHandler;
|
442
|
-
}
|
443
|
-
|
444
|
-
/**
|
445
|
-
* A upload task represents and manages an attachment that is being uploaded.
|
446
|
-
* When using the Composite, an attachment upload task is created for each file user is selected to upload.
|
447
|
-
* A upload task is complete when notifyUploadCompleted is called.
|
448
|
-
* A upload task is failed when notifyUploadFailed is called.
|
449
|
-
* @beta
|
450
|
-
*/
|
451
|
-
export declare interface AttachmentUploadTask {
|
452
|
-
/**
|
453
|
-
* Unique identifier for the attachment upload task.
|
454
|
-
*/
|
455
|
-
taskId: string;
|
456
|
-
/**
|
457
|
-
* HTML {@link File} object for the uploaded attachment.
|
458
|
-
*/
|
459
|
-
file?: File;
|
460
|
-
/**
|
461
|
-
* {@link Blob} object for the uploaded inline image.
|
462
|
-
*/
|
463
|
-
image?: Blob;
|
464
|
-
/**
|
465
|
-
* Update the progress of the upload changed.
|
466
|
-
* A upload is considered complete when the progress reaches 1.
|
467
|
-
* @param value - number between 0 and 1
|
468
|
-
*/
|
469
|
-
notifyUploadProgressChanged: (value: number) => void;
|
470
|
-
/**
|
471
|
-
* Mark the upload task as complete.
|
472
|
-
* An attachment is considered completed uploading when ID and URL are provided.
|
473
|
-
* @param id - the unique identifier of the attachment.
|
474
|
-
* @param url - the download URL of the attachment.
|
475
|
-
*/
|
476
|
-
notifyUploadCompleted: (id: string, url: string) => void;
|
477
|
-
/**
|
478
|
-
* Mark the upload task as failed.
|
479
|
-
* @param message - An error message that can be displayed to the user.
|
480
|
-
*/
|
481
|
-
notifyUploadFailed: (message: string) => void;
|
482
|
-
}
|
483
|
-
|
484
268
|
/**
|
485
269
|
* Custom data attributes for displaying avatar for a user.
|
486
270
|
*
|
@@ -671,168 +455,6 @@ export declare interface BaseCustomStyles {
|
|
671
455
|
root?: IStyle;
|
672
456
|
}
|
673
457
|
|
674
|
-
/**
|
675
|
-
* Content blocked message type.
|
676
|
-
*
|
677
|
-
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
678
|
-
*
|
679
|
-
* @beta
|
680
|
-
*/
|
681
|
-
export declare interface BlockedMessage extends MessageCommon {
|
682
|
-
messageType: 'blocked';
|
683
|
-
warningText?: string;
|
684
|
-
linkText?: string;
|
685
|
-
link?: string;
|
686
|
-
deletedOn?: Date;
|
687
|
-
senderId?: string;
|
688
|
-
senderDisplayName?: string;
|
689
|
-
status?: MessageStatus;
|
690
|
-
attached?: MessageAttachedStatus;
|
691
|
-
mine?: boolean;
|
692
|
-
}
|
693
|
-
|
694
|
-
/**
|
695
|
-
* Breakout rooms state
|
696
|
-
*
|
697
|
-
* @public
|
698
|
-
*/
|
699
|
-
export declare interface BreakoutRoomsState {
|
700
|
-
assignedBreakoutRoom?: BreakoutRoom;
|
701
|
-
breakoutRoomSettings?: BreakoutRoomsSettings;
|
702
|
-
breakoutRoomOriginCallId?: string;
|
703
|
-
breakoutRoomDisplayName?: string;
|
704
|
-
}
|
705
|
-
|
706
|
-
/**
|
707
|
-
* @beta
|
708
|
-
* Props for BrowserPermissionDeniedIOS component.
|
709
|
-
*/
|
710
|
-
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
711
|
-
/**
|
712
|
-
* Localization strings for BrowserPermissionDeniedIOS component.
|
713
|
-
*/
|
714
|
-
strings?: BrowserPermissionDeniedIOSStrings;
|
715
|
-
/**
|
716
|
-
* Link to image source.
|
717
|
-
*
|
718
|
-
* Image is inserted into the top of the component.
|
719
|
-
*/
|
720
|
-
imageSource?: string;
|
721
|
-
}
|
722
|
-
|
723
|
-
/**
|
724
|
-
* @beta
|
725
|
-
* Strings for BrowserPermissionDeniedIOS component
|
726
|
-
*/
|
727
|
-
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
728
|
-
/**
|
729
|
-
* Image alt text
|
730
|
-
*/
|
731
|
-
imageAltText: string;
|
732
|
-
/**
|
733
|
-
* Main text string.
|
734
|
-
*/
|
735
|
-
primaryText: string;
|
736
|
-
/**
|
737
|
-
* Subtext string.
|
738
|
-
*/
|
739
|
-
secondaryText: string;
|
740
|
-
/**
|
741
|
-
* Step 1 string
|
742
|
-
*/
|
743
|
-
step1Text: string;
|
744
|
-
/**
|
745
|
-
* Step 1 digit string
|
746
|
-
*/
|
747
|
-
step1DigitText: string;
|
748
|
-
/**
|
749
|
-
* Step 2 string
|
750
|
-
*/
|
751
|
-
step2Text: string;
|
752
|
-
/**
|
753
|
-
* Step 2 digit string
|
754
|
-
*/
|
755
|
-
step2DigitText: string;
|
756
|
-
/**
|
757
|
-
* Step 3 string
|
758
|
-
*/
|
759
|
-
step3Text: string;
|
760
|
-
/**
|
761
|
-
* Step 3 digit string
|
762
|
-
*/
|
763
|
-
step3DigitText: string;
|
764
|
-
/**
|
765
|
-
* Step 4 string
|
766
|
-
*/
|
767
|
-
step4Text: string;
|
768
|
-
/**
|
769
|
-
* Step 4 digit string
|
770
|
-
*/
|
771
|
-
step4DigitText: string;
|
772
|
-
}
|
773
|
-
|
774
|
-
/**
|
775
|
-
* @beta
|
776
|
-
* Props for BrowserPermissionDenied component.
|
777
|
-
*/
|
778
|
-
export declare interface BrowserPermissionDeniedProps {
|
779
|
-
/**
|
780
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
781
|
-
*/
|
782
|
-
onTroubleshootingClick?: () => void;
|
783
|
-
/**
|
784
|
-
* Action to be taken by the try again primary button.
|
785
|
-
*/
|
786
|
-
onTryAgainClick?: () => void;
|
787
|
-
/**
|
788
|
-
* Localization strings for BrowserPermissionDenied component.
|
789
|
-
*/
|
790
|
-
strings?: BrowserPermissionDeniedStrings;
|
791
|
-
/**
|
792
|
-
* Allows users to pass in an object contains custom CSS styles.
|
793
|
-
* @Example
|
794
|
-
* ```
|
795
|
-
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
796
|
-
* ```
|
797
|
-
*/
|
798
|
-
styles?: BrowserPermissionDeniedStyles;
|
799
|
-
}
|
800
|
-
|
801
|
-
/**
|
802
|
-
* @beta
|
803
|
-
* Strings for BrowserPermissionDenied component
|
804
|
-
*/
|
805
|
-
export declare interface BrowserPermissionDeniedStrings {
|
806
|
-
/**
|
807
|
-
* Main button text string.
|
808
|
-
*/
|
809
|
-
primaryButtonText: string;
|
810
|
-
/**
|
811
|
-
* Main text string.
|
812
|
-
*/
|
813
|
-
primaryText: string;
|
814
|
-
/**
|
815
|
-
* Subtext string.
|
816
|
-
*/
|
817
|
-
secondaryText: string;
|
818
|
-
/**
|
819
|
-
* More help link string.
|
820
|
-
*/
|
821
|
-
linkText: string;
|
822
|
-
}
|
823
|
-
|
824
|
-
/**
|
825
|
-
* Fluent styles for {@link BrowserPermissionDenied}.
|
826
|
-
*
|
827
|
-
* @beta
|
828
|
-
*/
|
829
|
-
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
830
|
-
/** Styles for the primary button. */
|
831
|
-
primaryButton?: IButtonStyles;
|
832
|
-
/** Styles for the help troubleshooting link text. */
|
833
|
-
troubleshootingLink?: ILinkStyles;
|
834
|
-
}
|
835
|
-
|
836
458
|
/**
|
837
459
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
838
460
|
*
|
@@ -1036,49 +658,6 @@ export declare interface CallAdapterCallOperations {
|
|
1036
658
|
* @public
|
1037
659
|
*/
|
1038
660
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
1039
|
-
/**
|
1040
|
-
* Create the html view for a stream.
|
1041
|
-
*
|
1042
|
-
* @remarks
|
1043
|
-
* This method is implemented for composite
|
1044
|
-
*
|
1045
|
-
* @param featureName - Name of feature to render
|
1046
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
1047
|
-
*
|
1048
|
-
* @beta
|
1049
|
-
*/
|
1050
|
-
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
1051
|
-
/**
|
1052
|
-
* Start Together mode.
|
1053
|
-
*
|
1054
|
-
* @beta
|
1055
|
-
*/
|
1056
|
-
startTogetherMode(): Promise<void>;
|
1057
|
-
/**
|
1058
|
-
* Recalculate the seating positions for together mode.
|
1059
|
-
*
|
1060
|
-
* @remarks
|
1061
|
-
* This method is implemented for composite
|
1062
|
-
*
|
1063
|
-
* @param width - Width of the container
|
1064
|
-
* @param height - Height of the container
|
1065
|
-
*
|
1066
|
-
* @beta
|
1067
|
-
*/
|
1068
|
-
setTogetherModeSceneSize(width: number, height: number): void;
|
1069
|
-
/**
|
1070
|
-
* Dispose the html view for a stream.
|
1071
|
-
*
|
1072
|
-
* @remarks
|
1073
|
-
* This method is implemented for composite
|
1074
|
-
*
|
1075
|
-
*
|
1076
|
-
* @param featureName - Name of the feature to dispose
|
1077
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
1078
|
-
*
|
1079
|
-
* @beta
|
1080
|
-
*/
|
1081
|
-
disposeTogetherModeStreamView(): Promise<void>;
|
1082
661
|
/**
|
1083
662
|
* Dispose the html view for a screen share stream
|
1084
663
|
*
|
@@ -1129,10 +708,6 @@ export declare interface CallAdapterCallOperations {
|
|
1129
708
|
* @public
|
1130
709
|
*/
|
1131
710
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1132
|
-
/**
|
1133
|
-
* Continues into a call when the browser version is not supported.
|
1134
|
-
*/
|
1135
|
-
allowUnsupportedBrowserVersion(): void;
|
1136
711
|
/**
|
1137
712
|
* Function to Start captions
|
1138
713
|
* @param options - options for start captions
|
@@ -1218,10 +793,6 @@ export declare interface CallAdapterCallOperations {
|
|
1218
793
|
* Mute All participants
|
1219
794
|
*/
|
1220
795
|
muteAllRemoteParticipants(): Promise<void>;
|
1221
|
-
/**
|
1222
|
-
* Return to origin call of breakout room
|
1223
|
-
*/
|
1224
|
-
returnFromBreakoutRoom(): Promise<void>;
|
1225
796
|
/**
|
1226
797
|
* Forbid Teams meeting attendees audio by their user ids.
|
1227
798
|
*/
|
@@ -1288,10 +859,6 @@ export declare type CallAdapterClientState = {
|
|
1288
859
|
* Latest error encountered for each operation performed via the adapter.
|
1289
860
|
*/
|
1290
861
|
latestErrors: AdapterErrors;
|
1291
|
-
/**
|
1292
|
-
* Latest notifications from call client state.
|
1293
|
-
*/
|
1294
|
-
latestNotifications: AdapterNotifications;
|
1295
862
|
/**
|
1296
863
|
* Azure communications Phone number to make PSTN calls with.
|
1297
864
|
*/
|
@@ -1432,7 +999,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
1432
999
|
*
|
1433
1000
|
* @public
|
1434
1001
|
*/
|
1435
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator |
|
1002
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
|
1436
1003
|
|
1437
1004
|
/**
|
1438
1005
|
* {@link CommonCallAdapter} state.
|
@@ -1545,10 +1112,6 @@ export declare interface CallAdapterSubscribers {
|
|
1545
1112
|
* Subscribe function for 'mutedByOthers' event.
|
1546
1113
|
*/
|
1547
1114
|
on(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1548
|
-
/**
|
1549
|
-
* Subscribe function for 'breakoutRoomsUpdated' event.
|
1550
|
-
*/
|
1551
|
-
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
1552
1115
|
/**
|
1553
1116
|
* Unsubscribe function for 'participantsJoined' event.
|
1554
1117
|
*/
|
@@ -1633,10 +1196,6 @@ export declare interface CallAdapterSubscribers {
|
|
1633
1196
|
* Unsubscribe function for 'mutedByOthers' event.
|
1634
1197
|
*/
|
1635
1198
|
off(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
1636
|
-
/**
|
1637
|
-
* Unsubscribe function for 'breakoutRoomsUpdated' event.
|
1638
|
-
*/
|
1639
|
-
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
1640
1199
|
}
|
1641
1200
|
|
1642
1201
|
/**
|
@@ -1647,7 +1206,6 @@ export declare interface CallAdapterSubscribers {
|
|
1647
1206
|
export declare type CallAdapterUiState = {
|
1648
1207
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1649
1208
|
page: CallCompositePage;
|
1650
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
1651
1209
|
};
|
1652
1210
|
|
1653
1211
|
/**
|
@@ -1691,7 +1249,7 @@ export declare interface CallAgentState {
|
|
1691
1249
|
*/
|
1692
1250
|
export declare interface CallAndChatLocator {
|
1693
1251
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1694
|
-
callLocator: GroupCallLocator
|
1252
|
+
callLocator: GroupCallLocator;
|
1695
1253
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1696
1254
|
chatThreadId: string;
|
1697
1255
|
}
|
@@ -1895,7 +1453,6 @@ export declare type CallCompositeIcons = {
|
|
1895
1453
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
|
1896
1454
|
PeoplePaneMoreButton?: JSX.Element;
|
1897
1455
|
StopAllSpotlightMenuButton?: JSX.Element;
|
1898
|
-
TogetherModeLayout?: JSX.Element;
|
1899
1456
|
};
|
1900
1457
|
|
1901
1458
|
/**
|
@@ -1938,69 +1495,19 @@ export declare type CallCompositeOptions = {
|
|
1938
1495
|
*/
|
1939
1496
|
callControls?: boolean | CallControlOptions;
|
1940
1497
|
/**
|
1941
|
-
*
|
1942
|
-
* Here you can choose what device permissions you prompt the user for,
|
1943
|
-
* as well as what device permissions must be accepted before starting a call.
|
1498
|
+
* Remote participant video tile menu options
|
1944
1499
|
*/
|
1945
|
-
|
1500
|
+
remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
|
1946
1501
|
/**
|
1947
|
-
*
|
1948
|
-
* unable to grant your site the required permissions for the call.
|
1949
|
-
*
|
1950
|
-
* @example
|
1951
|
-
* ```ts
|
1952
|
-
* onPermissionsTroubleshootingClick: () =>
|
1953
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1954
|
-
* ```
|
1502
|
+
* Options for controlling the local video tile.
|
1955
1503
|
*
|
1956
|
-
* @remarks
|
1957
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1504
|
+
* @remarks if 'false' the local video tile will not be rendered.
|
1958
1505
|
*/
|
1959
|
-
|
1960
|
-
camera: PermissionState;
|
1961
|
-
microphone: PermissionState;
|
1962
|
-
}) => void;
|
1506
|
+
localVideoTile?: boolean | LocalVideoTileOptions;
|
1963
1507
|
/**
|
1964
|
-
*
|
1965
|
-
* having network issues when connecting to the call.
|
1966
|
-
*
|
1967
|
-
* @example
|
1968
|
-
* ```ts
|
1969
|
-
* onNetworkingTroubleShootingClick?: () =>
|
1970
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1971
|
-
* ```
|
1972
|
-
*
|
1973
|
-
* @remarks
|
1974
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1508
|
+
* Options for controlling video tile.
|
1975
1509
|
*/
|
1976
|
-
|
1977
|
-
/**
|
1978
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1979
|
-
*
|
1980
|
-
* @example
|
1981
|
-
* ```ts
|
1982
|
-
* onBrowserTroubleShootingClick?: () =>
|
1983
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1984
|
-
* ```
|
1985
|
-
*
|
1986
|
-
* @remarks
|
1987
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
1988
|
-
*/
|
1989
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
1990
|
-
/**
|
1991
|
-
* Remote participant video tile menu options
|
1992
|
-
*/
|
1993
|
-
remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
|
1994
|
-
/**
|
1995
|
-
* Options for controlling the local video tile.
|
1996
|
-
*
|
1997
|
-
* @remarks if 'false' the local video tile will not be rendered.
|
1998
|
-
*/
|
1999
|
-
localVideoTile?: boolean | LocalVideoTileOptions;
|
2000
|
-
/**
|
2001
|
-
* Options for controlling video tile.
|
2002
|
-
*/
|
2003
|
-
videoTilesOptions?: VideoTilesOptions;
|
1510
|
+
videoTilesOptions?: VideoTilesOptions;
|
2004
1511
|
/**
|
2005
1512
|
* Whether to auto show the DTMF Dialer when the call starts in supported scenarios.
|
2006
1513
|
* - Teams Voice Application like Call queue or Auto Attendant
|
@@ -2107,7 +1614,7 @@ export declare type CallCompositeOptions = {
|
|
2107
1614
|
*
|
2108
1615
|
* @public
|
2109
1616
|
*/
|
2110
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' |
|
1617
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest';
|
2111
1618
|
|
2112
1619
|
/**
|
2113
1620
|
* Props for {@link CallComposite}.
|
@@ -2601,14 +2108,6 @@ export declare interface CallCompositeStrings {
|
|
2601
2108
|
* string to be used to start captions
|
2602
2109
|
*/
|
2603
2110
|
startCaptionsButtonOnLabel?: string;
|
2604
|
-
/**
|
2605
|
-
* string to be used to open real time text contextual menu
|
2606
|
-
*/
|
2607
|
-
realTimeTextLabel?: string;
|
2608
|
-
/**
|
2609
|
-
* string to be used to start real time text
|
2610
|
-
*/
|
2611
|
-
startRealTimeTextLabel?: string;
|
2612
2111
|
/**
|
2613
2112
|
* string to be used to stop captions
|
2614
2113
|
*/
|
@@ -2677,22 +2176,6 @@ export declare interface CallCompositeStrings {
|
|
2677
2176
|
* captions banner loading spinner label
|
2678
2177
|
*/
|
2679
2178
|
captionsBannerSpinnerText?: string;
|
2680
|
-
/**
|
2681
|
-
* Default text for RTT input text box
|
2682
|
-
*/
|
2683
|
-
realTimeTextInputBoxDefaultText?: string;
|
2684
|
-
/**
|
2685
|
-
* Text to show in the real time text disclosure banner
|
2686
|
-
*/
|
2687
|
-
realTimeTextBannerContent?: string;
|
2688
|
-
/**
|
2689
|
-
* Title text of the real time text disclosure banner
|
2690
|
-
*/
|
2691
|
-
realTimeTextBannerTitle?: string;
|
2692
|
-
/**
|
2693
|
-
* Label for the link in the real time text disclosure banner
|
2694
|
-
*/
|
2695
|
-
realTimeTextBannerLinkLabel?: string;
|
2696
2179
|
/**
|
2697
2180
|
* transfer page text when showing the transferor who initiated the transfer
|
2698
2181
|
*/
|
@@ -2984,40 +2467,6 @@ export declare interface CallCompositeStrings {
|
|
2984
2467
|
* Label for mute all cancel button
|
2985
2468
|
*/
|
2986
2469
|
muteAllCancelButtonLabel: string;
|
2987
|
-
/**
|
2988
|
-
* Label for join breakout room button
|
2989
|
-
*/
|
2990
|
-
joinBreakoutRoomButtonLabel: string;
|
2991
|
-
/**
|
2992
|
-
* Label for button to return from breakout room
|
2993
|
-
*/
|
2994
|
-
returnFromBreakoutRoomButtonLabel: string;
|
2995
|
-
/**
|
2996
|
-
* Label for button to leave breakout room and meeting
|
2997
|
-
*/
|
2998
|
-
leaveBreakoutRoomAndMeetingButtonLabel: string;
|
2999
|
-
/**
|
3000
|
-
* Notification title for when a user joins a breakout room
|
3001
|
-
*/
|
3002
|
-
breakoutRoomJoinedNotificationTitle: string;
|
3003
|
-
/**
|
3004
|
-
* Title for banner to join the assigned breakout room. The banner is shown in mobile view instead of the
|
3005
|
-
* notification.
|
3006
|
-
*/
|
3007
|
-
joinBreakoutRoomBannerTitle: string;
|
3008
|
-
/**
|
3009
|
-
* Label for button in banner to join breakout room. The banner is shown in mobile view instead of the notification.
|
3010
|
-
*/
|
3011
|
-
joinBreakoutRoomBannerButtonLabel: string;
|
3012
|
-
/**
|
3013
|
-
* Title for banner to return from breakout room. The banner is shown in mobile view instead of the notification.
|
3014
|
-
*/
|
3015
|
-
returnFromBreakoutRoomBannerTitle: string;
|
3016
|
-
/**
|
3017
|
-
* Label for button in banner to return from breakout room. The banner is shown in mobile view instead of the
|
3018
|
-
* notification.
|
3019
|
-
*/
|
3020
|
-
returnFromBreakoutRoomBannerButtonLabel: string;
|
3021
2470
|
/**
|
3022
2471
|
* Label for menu item to forbid audio media access
|
3023
2472
|
*/
|
@@ -3088,18 +2537,6 @@ export declare interface CallCompositeStrings {
|
|
3088
2537
|
forbidOthersVideoMenuLabel: string;
|
3089
2538
|
/** Label for menu item to permit audio media access */
|
3090
2539
|
permitOthersVideoMenuLabel: string;
|
3091
|
-
/** The title of the RealTimeText modal */
|
3092
|
-
realTimeTextModalTitle: string;
|
3093
|
-
/** The text of the RealTimeText modal */
|
3094
|
-
realTimeTextModalText: string;
|
3095
|
-
/** The label for the confirm button */
|
3096
|
-
realTimeTextConfirmButtonLabel: string;
|
3097
|
-
/** The label for the cancel button */
|
3098
|
-
realTimeTextCancelButtonLabel: string;
|
3099
|
-
/** The aria label for the modal */
|
3100
|
-
realTimeTextModalAriaLabel: string;
|
3101
|
-
/** The aria label for the close button */
|
3102
|
-
realTimeTextCloseModalButtonAriaLabel: string;
|
3103
2540
|
}
|
3104
2541
|
|
3105
2542
|
/**
|
@@ -3184,22 +2621,7 @@ export declare type CallErrors = {
|
|
3184
2621
|
*
|
3185
2622
|
* @public
|
3186
2623
|
*/
|
3187
|
-
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' |
|
3188
|
-
|
3189
|
-
/**
|
3190
|
-
* Represents the name of the call feature stream
|
3191
|
-
* @beta
|
3192
|
-
*/
|
3193
|
-
export declare type CallFeatureStreamName = 'togetherMode';
|
3194
|
-
|
3195
|
-
/**
|
3196
|
-
* State only version of {@link @azure/communication-calling#CallFeatureStream}.
|
3197
|
-
* Represents call feature stream state.
|
3198
|
-
* @beta
|
3199
|
-
*/
|
3200
|
-
export declare interface CallFeatureStreamState extends RemoteVideoStreamState {
|
3201
|
-
feature?: CallFeatureStreamName;
|
3202
|
-
}
|
2624
|
+
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | 'Call.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
|
3203
2625
|
|
3204
2626
|
/**
|
3205
2627
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -3352,23 +2774,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
3352
2774
|
mediaAccess?: MediaAccess;
|
3353
2775
|
};
|
3354
2776
|
|
3355
|
-
/**
|
3356
|
-
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
3357
|
-
*
|
3358
|
-
* @remarks
|
3359
|
-
* This is currently in beta and only supports calling one Teams User.
|
3360
|
-
*
|
3361
|
-
* @example
|
3362
|
-
* ```
|
3363
|
-
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
3364
|
-
* ```
|
3365
|
-
*
|
3366
|
-
* @beta
|
3367
|
-
*/
|
3368
|
-
export declare type CallParticipantsLocator = {
|
3369
|
-
participantIds: string[];
|
3370
|
-
};
|
3371
|
-
|
3372
2777
|
/**
|
3373
2778
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
3374
2779
|
*
|
@@ -3469,10 +2874,6 @@ export declare interface CallState {
|
|
3469
2874
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
3470
2875
|
*/
|
3471
2876
|
recording: RecordingCallFeature;
|
3472
|
-
/**
|
3473
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3474
|
-
*/
|
3475
|
-
localRecording: LocalRecordingCallFeatureState;
|
3476
2877
|
/**
|
3477
2878
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
3478
2879
|
*
|
@@ -3483,11 +2884,6 @@ export declare interface CallState {
|
|
3483
2884
|
* Proxy of {@link @azure/communication-calling#RaiseHandCallFeature}.
|
3484
2885
|
*/
|
3485
2886
|
raiseHand: RaiseHandCallFeature;
|
3486
|
-
/**
|
3487
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature}.
|
3488
|
-
* @beta
|
3489
|
-
*/
|
3490
|
-
togetherMode: TogetherModeCallFeatureState;
|
3491
2887
|
/**
|
3492
2888
|
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
3493
2889
|
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
@@ -3534,10 +2930,6 @@ export declare interface CallState {
|
|
3534
2930
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
3535
2931
|
*/
|
3536
2932
|
role?: ParticipantRole;
|
3537
|
-
/**
|
3538
|
-
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3539
|
-
*/
|
3540
|
-
totalParticipantCount?: number;
|
3541
2933
|
/**
|
3542
2934
|
* Transfer state of call
|
3543
2935
|
*/
|
@@ -3557,17 +2949,13 @@ export declare interface CallState {
|
|
3557
2949
|
/**
|
3558
2950
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
3559
2951
|
*/
|
3560
|
-
info?: TeamsCallInfo
|
2952
|
+
info?: TeamsCallInfo;
|
3561
2953
|
/**
|
3562
2954
|
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
3563
2955
|
*/
|
3564
2956
|
meetingConference?: {
|
3565
2957
|
conferencePhones: ConferencePhoneInfo[];
|
3566
2958
|
};
|
3567
|
-
/**
|
3568
|
-
* Proxy of {@link @azure/communication-calling#BreakoutRoomsFeature}.
|
3569
|
-
*/
|
3570
|
-
breakoutRooms?: BreakoutRoomsState;
|
3571
2959
|
/**
|
3572
2960
|
* Proxy of {@link @azure/communication-calling#MediaAccessFeature}.
|
3573
2961
|
*/
|
@@ -3750,48 +3138,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
3750
3138
|
* @public
|
3751
3139
|
*/
|
3752
3140
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
3753
|
-
/**
|
3754
|
-
* Create the html view for a togethermode stream.
|
3755
|
-
*
|
3756
|
-
* @remarks
|
3757
|
-
* This method is implemented for composite
|
3758
|
-
*
|
3759
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
3760
|
-
*
|
3761
|
-
* @beta
|
3762
|
-
*/
|
3763
|
-
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
3764
|
-
/**
|
3765
|
-
* Start together mode.
|
3766
|
-
*
|
3767
|
-
* @remarks
|
3768
|
-
* This method is implemented for composite
|
3769
|
-
*
|
3770
|
-
*
|
3771
|
-
* @beta
|
3772
|
-
*/
|
3773
|
-
startTogetherMode(): Promise<void>;
|
3774
|
-
/**
|
3775
|
-
* Recalculate the seating positions for together mode.
|
3776
|
-
*
|
3777
|
-
* @remarks
|
3778
|
-
* This method is implemented for composite
|
3779
|
-
*
|
3780
|
-
* @param width - Width of the container
|
3781
|
-
* @param height - Height of the container
|
3782
|
-
*
|
3783
|
-
* @beta
|
3784
|
-
*/
|
3785
|
-
setTogetherModeSceneSize(width: number, height: number): void;
|
3786
|
-
/**
|
3787
|
-
* Dispose the html view for a togethermode stream.
|
3788
|
-
*
|
3789
|
-
* @remarks
|
3790
|
-
* This method is implemented for composite
|
3791
|
-
*
|
3792
|
-
* @beta
|
3793
|
-
*/
|
3794
|
-
disposeTogetherModeStreamView(): Promise<void>;
|
3795
3141
|
/**
|
3796
3142
|
* Dispose the html view for a screen share stream
|
3797
3143
|
*
|
@@ -3899,19 +3245,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3899
3245
|
*
|
3900
3246
|
* @public
|
3901
3247
|
*/
|
3902
|
-
sendMessage(content: string, options?: SendMessageOptions
|
3903
|
-
/**
|
3904
|
-
* Upload an inline image for a message.
|
3905
|
-
*
|
3906
|
-
* @beta
|
3907
|
-
*/
|
3908
|
-
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
3909
|
-
/**
|
3910
|
-
* Delete an inline image for a message.
|
3911
|
-
*
|
3912
|
-
* @beta
|
3913
|
-
*/
|
3914
|
-
deleteImage(imageId: string): Promise<void>;
|
3248
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3915
3249
|
/**
|
3916
3250
|
* Send a read receipt for a message.
|
3917
3251
|
*
|
@@ -3929,7 +3263,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3929
3263
|
*
|
3930
3264
|
* @public
|
3931
3265
|
*/
|
3932
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
3266
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
3933
3267
|
/**
|
3934
3268
|
* Delete a message in the thread.
|
3935
3269
|
*
|
@@ -3974,10 +3308,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
3974
3308
|
* @public
|
3975
3309
|
*/
|
3976
3310
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
3977
|
-
/**
|
3978
|
-
* Continues into a call when the browser version is not supported.
|
3979
|
-
*/
|
3980
|
-
allowUnsupportedBrowserVersion(): void;
|
3981
3311
|
/**
|
3982
3312
|
* Function to Start captions
|
3983
3313
|
* @param options - options for start captions
|
@@ -4057,10 +3387,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
4057
3387
|
* Mute a participant
|
4058
3388
|
*/
|
4059
3389
|
muteAllRemoteParticipants(): Promise<void>;
|
4060
|
-
/**
|
4061
|
-
* Return to origin call of breakout room
|
4062
|
-
*/
|
4063
|
-
returnFromBreakoutRoom(): Promise<void>;
|
4064
3390
|
/**
|
4065
3391
|
* forbids audio for the specified user ids.
|
4066
3392
|
*/
|
@@ -4112,7 +3438,6 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
4112
3438
|
on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
4113
3439
|
on(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
4114
3440
|
on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
4115
|
-
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
4116
3441
|
off(event: 'callEnded', listener: CallEndedListener): void;
|
4117
3442
|
off(event: 'isMutedChanged', listener: IsMutedChangedListener): void;
|
4118
3443
|
off(event: 'callIdChanged', listener: CallIdChangedListener): void;
|
@@ -4130,7 +3455,6 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
4130
3455
|
off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
4131
3456
|
off(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
4132
3457
|
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
4133
|
-
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
4134
3458
|
on(event: 'messageReceived', listener: MessageReceivedListener): void;
|
4135
3459
|
on(event: 'messageEdited', listener: MessageEditedListener): void;
|
4136
3460
|
on(event: 'messageDeleted', listener: MessageDeletedListener): void;
|
@@ -4169,14 +3493,6 @@ export declare interface CallWithChatAdapterUiState {
|
|
4169
3493
|
* @public
|
4170
3494
|
*/
|
4171
3495
|
page: CallCompositePage;
|
4172
|
-
/**
|
4173
|
-
* State to track whether the end user has opted in to using a
|
4174
|
-
* out of date version of a supported browser. Allows the user
|
4175
|
-
* to start a call in this state.
|
4176
|
-
*
|
4177
|
-
* @beta
|
4178
|
-
*/
|
4179
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
4180
3496
|
}
|
4181
3497
|
|
4182
3498
|
/**
|
@@ -4195,8 +3511,6 @@ export declare interface CallWithChatClientState {
|
|
4195
3511
|
chat?: ChatThreadClientState;
|
4196
3512
|
/** Latest call error encountered for each operation performed via the adapter. */
|
4197
3513
|
latestCallErrors: AdapterErrors;
|
4198
|
-
/** Latest call notifications encountered in the call client state via the adapter. */
|
4199
|
-
latestCallNotifications: AdapterNotifications;
|
4200
3514
|
/** Latest chat error encountered for each operation performed via the adapter. */
|
4201
3515
|
latestChatErrors: AdapterErrors;
|
4202
3516
|
/** State of available and currently selected devices */
|
@@ -4352,62 +3666,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4352
3666
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
4353
3667
|
*/
|
4354
3668
|
callControls?: boolean | CallWithChatControlOptions;
|
4355
|
-
/**
|
4356
|
-
* Properties for configuring the File Sharing feature.
|
4357
|
-
* If undefined, file sharing feature will be disabled.
|
4358
|
-
* @beta
|
4359
|
-
*/
|
4360
|
-
attachmentOptions?: AttachmentOptions;
|
4361
|
-
/**
|
4362
|
-
* Device permissions check options for your call.
|
4363
|
-
* Here you can choose what device permissions you prompt the user for,
|
4364
|
-
* as well as what device permissions must be accepted before starting a call.
|
4365
|
-
*/
|
4366
|
-
deviceChecks?: DeviceCheckOptions;
|
4367
|
-
/**
|
4368
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
4369
|
-
* unable to grant your site the required permissions for the call.
|
4370
|
-
*
|
4371
|
-
* @example
|
4372
|
-
* ```ts
|
4373
|
-
* onPermissionsTroubleshootingClick: () =>
|
4374
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
4375
|
-
* ```
|
4376
|
-
*
|
4377
|
-
* @remarks
|
4378
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
4379
|
-
*/
|
4380
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
4381
|
-
camera: PermissionState;
|
4382
|
-
microphone: PermissionState;
|
4383
|
-
}) => void;
|
4384
|
-
/**
|
4385
|
-
* Optional callback to supply users with further troubleshooting steps for network issues
|
4386
|
-
* experienced when connecting to a call.
|
4387
|
-
*
|
4388
|
-
* @example
|
4389
|
-
* ```ts
|
4390
|
-
* onNetworkingTroubleShootingClick?: () =>
|
4391
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
4392
|
-
* ```
|
4393
|
-
*
|
4394
|
-
* @remarks
|
4395
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
4396
|
-
*/
|
4397
|
-
onNetworkingTroubleShootingClick?: () => void;
|
4398
|
-
/**
|
4399
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
4400
|
-
*
|
4401
|
-
* @example
|
4402
|
-
* ```ts
|
4403
|
-
* onBrowserTroubleShootingClick?: () =>
|
4404
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
4405
|
-
* ```
|
4406
|
-
*
|
4407
|
-
* @remarks
|
4408
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
4409
|
-
*/
|
4410
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
4411
3669
|
/**
|
4412
3670
|
* Remote participant video tile menu options
|
4413
3671
|
*/
|
@@ -4510,13 +3768,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4510
3768
|
*/
|
4511
3769
|
hideSpotlightButtons?: boolean;
|
4512
3770
|
};
|
4513
|
-
/**
|
4514
|
-
* Enables rich text editor for the send and edit boxes
|
4515
|
-
* @defaultValue `false`
|
4516
|
-
*
|
4517
|
-
* @beta
|
4518
|
-
*/
|
4519
|
-
richTextEditor?: boolean;
|
4520
3771
|
};
|
4521
3772
|
|
4522
3773
|
/**
|
@@ -4656,14 +3907,6 @@ export declare interface CallWithChatCompositeStrings {
|
|
4656
3907
|
* Side pane Chat screen title.
|
4657
3908
|
*/
|
4658
3909
|
chatPaneTitle: string;
|
4659
|
-
/**
|
4660
|
-
* Side pane Chat screen title in a breakout room.
|
4661
|
-
*/
|
4662
|
-
breakoutRoomChatPaneTitle: string;
|
4663
|
-
/**
|
4664
|
-
* Label for spinner when chat content is loading.
|
4665
|
-
*/
|
4666
|
-
chatContentSpinnerLabel: string;
|
4667
3910
|
/**
|
4668
3911
|
* New Message label for chat button with notification icon component.
|
4669
3912
|
*/
|
@@ -4758,36 +4001,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
4758
4001
|
*
|
4759
4002
|
* @public
|
4760
4003
|
*/
|
4761
|
-
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | 'spotlightChanged' |
|
4762
|
-
|
4763
|
-
/**
|
4764
|
-
* @beta
|
4765
|
-
*
|
4766
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4767
|
-
* by their browsers settings.
|
4768
|
-
*/
|
4769
|
-
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4770
|
-
|
4771
|
-
/**
|
4772
|
-
* @beta
|
4773
|
-
* Props for CameraAndMicrophoneSitePermissions component.
|
4774
|
-
*/
|
4775
|
-
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4776
|
-
/** Icon name for the camera icon */
|
4777
|
-
cameraIconName?: string;
|
4778
|
-
/** Icon name for the microphone icon */
|
4779
|
-
microphoneIconName?: string;
|
4780
|
-
/** Icon name for the central icon between the camera and microphone icons */
|
4781
|
-
connectorIconName?: string;
|
4782
|
-
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4783
|
-
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4784
|
-
}
|
4785
|
-
|
4786
|
-
/**
|
4787
|
-
* @beta
|
4788
|
-
* Strings for CameraAndMicrophoneSitePermissions component.
|
4789
|
-
*/
|
4790
|
-
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
4004
|
+
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | 'spotlightChanged' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
|
4791
4005
|
|
4792
4006
|
/**
|
4793
4007
|
* A button to turn camera on / off.
|
@@ -4949,31 +4163,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
4949
4163
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
4950
4164
|
}
|
4951
4165
|
|
4952
|
-
/**
|
4953
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4954
|
-
* by their browsers settings.
|
4955
|
-
*
|
4956
|
-
* @beta
|
4957
|
-
*/
|
4958
|
-
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
4959
|
-
|
4960
|
-
/**
|
4961
|
-
* @beta
|
4962
|
-
* Props for CameraSitePermissions component.
|
4963
|
-
*/
|
4964
|
-
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
4965
|
-
/** Icon name for the camera icon */
|
4966
|
-
cameraIconName?: string;
|
4967
|
-
/** Strings for use with the {@link CameraSitePermissions} */
|
4968
|
-
strings?: CameraSitePermissionsStrings;
|
4969
|
-
}
|
4970
|
-
|
4971
|
-
/**
|
4972
|
-
* @beta
|
4973
|
-
* Strings for CameraSitePermissions component.
|
4974
|
-
*/
|
4975
|
-
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
4976
|
-
|
4977
4166
|
/**
|
4978
4167
|
* @public
|
4979
4168
|
* Callback function run when a message edit is cancelled.
|
@@ -5116,22 +4305,10 @@ export declare interface CaptionsBannerProps {
|
|
5116
4305
|
* Array of captions to be displayed
|
5117
4306
|
*/
|
5118
4307
|
captions: CaptionsInformation[];
|
5119
|
-
/**
|
5120
|
-
* Array of finalized and partial real time text messages
|
5121
|
-
*/
|
5122
|
-
realTimeTexts?: {
|
5123
|
-
completedMessages?: RealTimeTextInformation[];
|
5124
|
-
currentInProgress?: RealTimeTextInformation[];
|
5125
|
-
myInProgress?: RealTimeTextInformation;
|
5126
|
-
};
|
5127
4308
|
/**
|
5128
4309
|
* Flag to indicate if captions are on
|
5129
4310
|
*/
|
5130
4311
|
isCaptionsOn?: boolean;
|
5131
|
-
/**
|
5132
|
-
* Flag to indicate if real time text is on
|
5133
|
-
*/
|
5134
|
-
isRealTimeTextOn?: boolean;
|
5135
4312
|
/**
|
5136
4313
|
* Flag to indicate if captions are being started
|
5137
4314
|
* This is used to show spinner while captions are being started
|
@@ -5158,14 +4335,6 @@ export declare interface CaptionsBannerProps {
|
|
5158
4335
|
captionsOptions?: {
|
5159
4336
|
height: 'full' | 'default';
|
5160
4337
|
};
|
5161
|
-
/**
|
5162
|
-
* Optional callback to send real time text.
|
5163
|
-
*/
|
5164
|
-
onSendRealTimeText?: (text: string, finalized: boolean) => Promise<void>;
|
5165
|
-
/**
|
5166
|
-
* Latest local real time text
|
5167
|
-
*/
|
5168
|
-
latestLocalRealTimeText?: RealTimeTextInformation;
|
5169
4338
|
}
|
5170
4339
|
|
5171
4340
|
/**
|
@@ -5186,22 +4355,6 @@ export declare interface CaptionsBannerStrings {
|
|
5186
4355
|
* Spinner text for captions banner
|
5187
4356
|
*/
|
5188
4357
|
captionsBannerSpinnerText?: string;
|
5189
|
-
/**
|
5190
|
-
* Default text for RTT input text box
|
5191
|
-
*/
|
5192
|
-
realTimeTextInputBoxDefaultText?: string;
|
5193
|
-
/**
|
5194
|
-
* Real time text disclosure banner title
|
5195
|
-
*/
|
5196
|
-
realTimeTextBannerTitle?: string;
|
5197
|
-
/**
|
5198
|
-
* Real time text disclosure banner content
|
5199
|
-
*/
|
5200
|
-
realTimeTextBannerContent?: string;
|
5201
|
-
/**
|
5202
|
-
* Real time text disclosure banner link label
|
5203
|
-
*/
|
5204
|
-
realTimeTextBannerLinkLabel?: string;
|
5205
4358
|
}
|
5206
4359
|
|
5207
4360
|
/**
|
@@ -5309,12 +4462,6 @@ export declare type CaptionsInformation = {
|
|
5309
4462
|
* id of the speaker
|
5310
4463
|
*/
|
5311
4464
|
userId?: string;
|
5312
|
-
/**
|
5313
|
-
* timestamp when the caption was created
|
5314
|
-
* Please note that this value is essential for determining the order of captions and real time text messages
|
5315
|
-
* If you are using both captions and real time text, please ensure that the createdTimeStamp is populated
|
5316
|
-
*/
|
5317
|
-
createdTimeStamp?: Date;
|
5318
4465
|
};
|
5319
4466
|
|
5320
4467
|
/**
|
@@ -5557,15 +4704,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5557
4704
|
* Send a message in the thread.
|
5558
4705
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
5559
4706
|
*/
|
5560
|
-
sendMessage(content: string, options?: SendMessageOptions
|
5561
|
-
/**
|
5562
|
-
* Upload an inline image for a message.
|
5563
|
-
*/
|
5564
|
-
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
5565
|
-
/**
|
5566
|
-
* Delete an inline image for a message.
|
5567
|
-
*/
|
5568
|
-
deleteImage(imageId: string): Promise<void>;
|
4707
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
5569
4708
|
/**
|
5570
4709
|
* Send a read receipt for a message.
|
5571
4710
|
*/
|
@@ -5586,7 +4725,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5586
4725
|
* Update a message content.
|
5587
4726
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
5588
4727
|
*/
|
5589
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
4728
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
5590
4729
|
/**
|
5591
4730
|
* Delete a message in the thread.
|
5592
4731
|
*/
|
@@ -5724,7 +4863,6 @@ export declare type ChatCompositeIcons = {
|
|
5724
4863
|
ParticipantItemOptionsHovered?: JSX.Element;
|
5725
4864
|
SendBoxSend?: JSX.Element;
|
5726
4865
|
SendBoxSendHovered?: JSX.Element;
|
5727
|
-
SendBoxAttachFile?: JSX.Element;
|
5728
4866
|
};
|
5729
4867
|
|
5730
4868
|
/**
|
@@ -5753,13 +4891,6 @@ export declare type ChatCompositeOptions = {
|
|
5753
4891
|
* @defaultValue true
|
5754
4892
|
*/
|
5755
4893
|
errorBar?: boolean;
|
5756
|
-
/**
|
5757
|
-
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
5758
|
-
* @defaultValue false
|
5759
|
-
*
|
5760
|
-
* @beta
|
5761
|
-
*/
|
5762
|
-
participantPane?: boolean;
|
5763
4894
|
/**
|
5764
4895
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
5765
4896
|
* @defaultValue true
|
@@ -5770,19 +4901,6 @@ export declare type ChatCompositeOptions = {
|
|
5770
4901
|
* When undefined nothing has focus on render
|
5771
4902
|
*/
|
5772
4903
|
autoFocus?: 'sendBoxTextField';
|
5773
|
-
/**
|
5774
|
-
* Properties for configuring the File Sharing feature.
|
5775
|
-
* If undefined, file sharing feature will be disabled.
|
5776
|
-
* @beta
|
5777
|
-
*/
|
5778
|
-
attachmentOptions?: AttachmentOptions;
|
5779
|
-
/**
|
5780
|
-
* Enables rich text editor for the send and edit boxes
|
5781
|
-
* @defaultValue `false`
|
5782
|
-
*
|
5783
|
-
* @beta
|
5784
|
-
*/
|
5785
|
-
richTextEditor?: boolean;
|
5786
4904
|
};
|
5787
4905
|
|
5788
4906
|
/**
|
@@ -5810,12 +4928,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
5810
4928
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
5811
4929
|
*/
|
5812
4930
|
options?: ChatCompositeOptions;
|
5813
|
-
/**
|
5814
|
-
* Optimizes the composite form factor for either desktop or mobile.
|
5815
|
-
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
5816
|
-
* @defaultValue 'desktop'
|
5817
|
-
*/
|
5818
|
-
formFactor?: 'desktop' | 'mobile';
|
5819
4931
|
}
|
5820
4932
|
|
5821
4933
|
/**
|
@@ -5830,26 +4942,6 @@ export declare interface ChatCompositeStrings {
|
|
5830
4942
|
* Chat list header text
|
5831
4943
|
*/
|
5832
4944
|
chatListHeader: string;
|
5833
|
-
/**
|
5834
|
-
* Upload Attachment Button text
|
5835
|
-
*/
|
5836
|
-
uploadAttachment: string;
|
5837
|
-
/**
|
5838
|
-
* Error Message for image data is not provided for image upload
|
5839
|
-
*/
|
5840
|
-
uploadImageDataNotProvided: string;
|
5841
|
-
/**
|
5842
|
-
* Error Message for upload image is too large
|
5843
|
-
*/
|
5844
|
-
uploadImageIsTooLarge: string;
|
5845
|
-
/**
|
5846
|
-
* Error Message for unsupported image extension for image upload
|
5847
|
-
*/
|
5848
|
-
uploadImageExtensionIsNotAllowed: string;
|
5849
|
-
/**
|
5850
|
-
* Error Message for unable to upload image
|
5851
|
-
*/
|
5852
|
-
uploadImageFailed: string;
|
5853
4945
|
}
|
5854
4946
|
|
5855
4947
|
/**
|
@@ -5898,7 +4990,7 @@ export declare type ChatErrors = {
|
|
5898
4990
|
*
|
5899
4991
|
* @public
|
5900
4992
|
*/
|
5901
|
-
export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClient.deleteChatThread' | 'ChatClient.getChatThreadClient' | 'ChatClient.listChatThreads' | 'ChatClient.off' | 'ChatClient.on' | 'ChatClient.startRealtimeNotifications' | 'ChatClient.stopRealtimeNotifications' | 'ChatThreadClient.addParticipants' | 'ChatThreadClient.deleteMessage' | 'ChatThreadClient.getMessage' | 'ChatThreadClient.getProperties' | 'ChatThreadClient.listMessages' | 'ChatThreadClient.listParticipants' | 'ChatThreadClient.listReadReceipts' | 'ChatThreadClient.removeParticipant' | 'ChatThreadClient.sendMessage' | 'ChatThreadClient.sendReadReceipt' | 'ChatThreadClient.sendTypingNotification' | 'ChatThreadClient.updateMessage' |
|
4993
|
+
export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClient.deleteChatThread' | 'ChatClient.getChatThreadClient' | 'ChatClient.listChatThreads' | 'ChatClient.off' | 'ChatClient.on' | 'ChatClient.startRealtimeNotifications' | 'ChatClient.stopRealtimeNotifications' | 'ChatThreadClient.addParticipants' | 'ChatThreadClient.deleteMessage' | 'ChatThreadClient.getMessage' | 'ChatThreadClient.getProperties' | 'ChatThreadClient.listMessages' | 'ChatThreadClient.listParticipants' | 'ChatThreadClient.listReadReceipts' | 'ChatThreadClient.removeParticipant' | 'ChatThreadClient.sendMessage' | 'ChatThreadClient.sendReadReceipt' | 'ChatThreadClient.sendTypingNotification' | 'ChatThreadClient.updateMessage' | 'ChatThreadClient.updateTopic';
|
5902
4994
|
|
5903
4995
|
/**
|
5904
4996
|
* Object containing all the handlers required for chat components.
|
@@ -5909,15 +5001,13 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
5909
5001
|
* @public
|
5910
5002
|
*/
|
5911
5003
|
export declare type ChatHandlers = {
|
5912
|
-
onSendMessage: (content: string, options?: SendMessageOptions
|
5913
|
-
onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
|
5914
|
-
onDeleteImage: (imageId: string) => Promise<void>;
|
5004
|
+
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
5915
5005
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
5916
5006
|
onTyping: () => Promise<void>;
|
5917
5007
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
5918
5008
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
5919
5009
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
5920
|
-
onUpdateMessage: (messageId: string, content: string
|
5010
|
+
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
5921
5011
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
5922
5012
|
};
|
5923
5013
|
|
@@ -5960,12 +5050,6 @@ export declare interface ChatMessage extends MessageCommon {
|
|
5960
5050
|
attachments?: AttachmentMetadata[];
|
5961
5051
|
}
|
5962
5052
|
|
5963
|
-
/**
|
5964
|
-
* @beta
|
5965
|
-
* Type of the message content, either 'text' or 'html'.
|
5966
|
-
*/
|
5967
|
-
export declare type ChatMessageType = 'text' | 'html';
|
5968
|
-
|
5969
5053
|
/**
|
5970
5054
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
5971
5055
|
* client-side only metadata for chat messages.
|
@@ -6072,8 +5156,6 @@ export declare type ChatThreadClientState = {
|
|
6072
5156
|
*/
|
6073
5157
|
export declare type ChatThreadProperties = {
|
6074
5158
|
topic?: string;
|
6075
|
-
createdBy?: CommunicationIdentifierKind;
|
6076
|
-
messagingPolicy?: MessagingPolicy;
|
6077
5159
|
};
|
6078
5160
|
|
6079
5161
|
/**
|
@@ -6340,7 +5422,6 @@ export declare interface CommonCallingHandlers {
|
|
6340
5422
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
6341
5423
|
onRemoveParticipant(userId: string): Promise<void>;
|
6342
5424
|
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
6343
|
-
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
6344
5425
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
6345
5426
|
onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
|
6346
5427
|
onRejectCall: (incomingCallId: string) => Promise<void>;
|
@@ -6359,30 +5440,6 @@ export declare interface CommonCallingHandlers {
|
|
6359
5440
|
onStopAllSpotlight: () => Promise<void>;
|
6360
5441
|
onMuteParticipant: (userId: string) => Promise<void>;
|
6361
5442
|
onMuteAllRemoteParticipants: () => Promise<void>;
|
6362
|
-
/**
|
6363
|
-
* Call back to create a view for together mode
|
6364
|
-
*
|
6365
|
-
* @beta
|
6366
|
-
*/
|
6367
|
-
onCreateTogetherModeStreamView: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
6368
|
-
/**
|
6369
|
-
* Call back to create a view for together mode
|
6370
|
-
*
|
6371
|
-
* @beta
|
6372
|
-
*/
|
6373
|
-
onStartTogetherMode: () => Promise<void>;
|
6374
|
-
/**
|
6375
|
-
* Call set together mode scene size
|
6376
|
-
*
|
6377
|
-
* @beta
|
6378
|
-
*/
|
6379
|
-
onSetTogetherModeSceneSize: (width: number, height: number) => void;
|
6380
|
-
/**
|
6381
|
-
* Call back to dispose together mode views
|
6382
|
-
*
|
6383
|
-
* @beta
|
6384
|
-
*/
|
6385
|
-
onDisposeTogetherModeStreamView: () => Promise<void>;
|
6386
5443
|
/**
|
6387
5444
|
* Forbid remote participants from sending audio
|
6388
5445
|
*
|
@@ -6435,42 +5492,9 @@ export declare type CommonProperties<A, B> = {
|
|
6435
5492
|
}[keyof A & keyof B];
|
6436
5493
|
|
6437
5494
|
/**
|
6438
|
-
*
|
6439
|
-
*
|
6440
|
-
|
6441
|
-
export declare interface CommonSitePermissionsProps {
|
6442
|
-
/**
|
6443
|
-
* Name of application calling experience is in.
|
6444
|
-
*/
|
6445
|
-
appName: string;
|
6446
|
-
/**
|
6447
|
-
* Kind of the Site Permissions component.
|
6448
|
-
*/
|
6449
|
-
kind: 'request' | 'denied' | 'check';
|
6450
|
-
/**
|
6451
|
-
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
6452
|
-
*/
|
6453
|
-
browserHint?: 'safari' | 'unset';
|
6454
|
-
/**
|
6455
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
6456
|
-
* If this is not provided the button will not be shown.
|
6457
|
-
*/
|
6458
|
-
onTroubleshootingClick?: () => void;
|
6459
|
-
/**
|
6460
|
-
* Action that is taken when the user clicks the continue anyway button.
|
6461
|
-
* If this is not provided the button will not be shown.
|
6462
|
-
*/
|
6463
|
-
onContinueAnywayClick?: () => void;
|
6464
|
-
/**
|
6465
|
-
* Styles for SitePermissions component.
|
6466
|
-
*/
|
6467
|
-
styles?: SitePermissionsStyles;
|
6468
|
-
}
|
6469
|
-
|
6470
|
-
/**
|
6471
|
-
* A Chat or Calling participant's state, as reflected in the UI.
|
6472
|
-
*
|
6473
|
-
* @public
|
5495
|
+
* A Chat or Calling participant's state, as reflected in the UI.
|
5496
|
+
*
|
5497
|
+
* @public
|
6474
5498
|
*/
|
6475
5499
|
export declare type CommunicationParticipant = {
|
6476
5500
|
/** User ID of participant */
|
@@ -6664,11 +5688,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
6664
5688
|
export declare interface ComponentLocale {
|
6665
5689
|
/** Strings for components */
|
6666
5690
|
strings: ComponentStrings;
|
6667
|
-
/**
|
6668
|
-
* Optional function to provide customized date format.
|
6669
|
-
* @beta
|
6670
|
-
*/
|
6671
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
6672
5691
|
}
|
6673
5692
|
|
6674
5693
|
/**
|
@@ -6718,10 +5737,6 @@ export declare interface ComponentStrings {
|
|
6718
5737
|
typingIndicator: TypingIndicatorStrings;
|
6719
5738
|
/** Strings for SendBox */
|
6720
5739
|
sendBox: SendBoxStrings;
|
6721
|
-
/** Strings for RichTextSendBox */
|
6722
|
-
richTextSendBox: RichTextSendBoxStrings;
|
6723
|
-
/** Strings for MentionPopover */
|
6724
|
-
mentionPopover: MentionPopoverStrings;
|
6725
5740
|
/** Strings for ImageOverlay */
|
6726
5741
|
imageOverlay: ImageOverlayStrings;
|
6727
5742
|
/** Strings for MessageStatusIndicator */
|
@@ -6738,53 +5753,13 @@ export declare interface ComponentStrings {
|
|
6738
5753
|
videoTile: VideoTileStrings;
|
6739
5754
|
/** Strings for HoldButton */
|
6740
5755
|
holdButton: HoldButtonStrings;
|
6741
|
-
/** Strings for a site's permission request prompt */
|
6742
|
-
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6743
|
-
/** Strings for a site's permission request prompt */
|
6744
|
-
CameraSitePermissionsRequest: SitePermissionsStrings;
|
6745
|
-
/** Strings for a site's permission request prompt */
|
6746
|
-
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6747
|
-
/** Strings for a site's permission generic checking prompt */
|
6748
|
-
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6749
|
-
/** Strings for a site's permission generic checking prompt */
|
6750
|
-
CameraSitePermissionsCheck: SitePermissionsStrings;
|
6751
|
-
/** Strings for a site's permission generic checking prompt */
|
6752
|
-
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6753
|
-
/** Strings for a site's permission denied prompt */
|
6754
|
-
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6755
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6756
|
-
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6757
|
-
/** Strings for a site's permission denied prompt */
|
6758
|
-
CameraSitePermissionsDenied: SitePermissionsStrings;
|
6759
|
-
/** Strings for a site's permission denied prompt */
|
6760
|
-
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6761
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6762
|
-
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6763
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6764
|
-
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6765
|
-
/** Strings for unsupported browser UI */
|
6766
|
-
UnsupportedBrowser: UnsupportedBrowserStrings;
|
6767
|
-
/** Strings for unsupported browser version UI */
|
6768
|
-
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
6769
|
-
/** Strings for unsupported browser version UI */
|
6770
|
-
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
6771
|
-
/** Strings for BrowserPemissionDenied */
|
6772
|
-
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
6773
|
-
/** Strings for BrowserPemissionDeniedIOS */
|
6774
|
-
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
6775
5756
|
/**
|
6776
5757
|
* Strings for the VerticalGallery.
|
6777
5758
|
*/
|
6778
5759
|
verticalGallery: VerticalGalleryStrings;
|
6779
|
-
/** Strings for the participant list component */
|
6780
|
-
ParticipantList: ParticipantListStrings;
|
6781
5760
|
/** Strings for the MeetingConferencePhoneInfoModal */
|
6782
5761
|
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
6783
5762
|
IncomingCallNotification: IncomingCallNotificationStrings;
|
6784
|
-
/** Strings for the RealTimeTextModal */
|
6785
|
-
realTimeTextModal: RealTimeTextModalStrings;
|
6786
|
-
/** Strings for RealTimeText */
|
6787
|
-
realTimeText: RealTimeTextStrings;
|
6788
5763
|
/** Strings for Captions Setting Modal */
|
6789
5764
|
captionsSettingsModal: CaptionsSettingsModalStrings;
|
6790
5765
|
/**
|
@@ -6799,8 +5774,6 @@ export declare interface ComponentStrings {
|
|
6799
5774
|
captionsBanner: CaptionsBannerStrings;
|
6800
5775
|
/** Strings for Start Captions Button */
|
6801
5776
|
startCaptionsButton: StartCaptionsButtonStrings;
|
6802
|
-
/** Strings for Start RealTimeText Button */
|
6803
|
-
startRealTimeTextButton: StartRealTimeTextButtonStrings;
|
6804
5777
|
}
|
6805
5778
|
|
6806
5779
|
/**
|
@@ -7352,7 +6325,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
7352
6325
|
/**
|
7353
6326
|
* @public
|
7354
6327
|
*/
|
7355
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs
|
6328
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
7356
6329
|
|
7357
6330
|
/**
|
7358
6331
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -7362,7 +6335,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @c
|
|
7362
6335
|
*
|
7363
6336
|
* @public
|
7364
6337
|
*/
|
7365
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator
|
6338
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
7366
6339
|
|
7367
6340
|
/**
|
7368
6341
|
* Object returned after creating a local or remote VideoStream.
|
@@ -7597,11 +6570,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7597
6570
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
7598
6571
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
7599
6572
|
ReactionButtonIcon: React_2.JSX.Element;
|
7600
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
7601
|
-
DownloadAttachment: React_2.JSX.Element;
|
7602
6573
|
OpenAttachment: React_2.JSX.Element;
|
7603
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
7604
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
7605
6574
|
EditBoxCancel: React_2.JSX.Element;
|
7606
6575
|
EditBoxSubmit: React_2.JSX.Element;
|
7607
6576
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -7620,11 +6589,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7620
6589
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
7621
6590
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
7622
6591
|
NotificationBarRecording: React_2.JSX.Element;
|
7623
|
-
NotificationBarBreakoutRoomOpened: React_2.JSX.Element;
|
7624
|
-
NotificationBarBreakoutRoomPromptJoin: React_2.JSX.Element;
|
7625
|
-
NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
|
7626
|
-
NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
|
7627
|
-
NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
|
7628
6592
|
HorizontalGalleryLeftButton: React_2.JSX.Element;
|
7629
6593
|
HorizontalGalleryRightButton: React_2.JSX.Element;
|
7630
6594
|
MessageDelivered: React_2.JSX.Element;
|
@@ -7650,13 +6614,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7650
6614
|
VideoTileMicOff: React_2.JSX.Element;
|
7651
6615
|
VideoTileCameraOff: React_2.JSX.Element;
|
7652
6616
|
DialpadBackspace: React_2.JSX.Element;
|
7653
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
7654
|
-
SitePermissionCamera: React_2.JSX.Element;
|
7655
|
-
SitePermissionMic: React_2.JSX.Element;
|
7656
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
7657
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
7658
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7659
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7660
6617
|
VideoTilePinned: React_2.JSX.Element;
|
7661
6618
|
ParticipantItemPinned: React_2.JSX.Element;
|
7662
6619
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -7686,26 +6643,10 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7686
6643
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
7687
6644
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
7688
6645
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7689
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7690
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7691
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7692
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7693
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7694
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7695
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7696
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
7697
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7698
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7699
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7700
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7701
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7702
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7703
6646
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
7704
6647
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
7705
6648
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
7706
6649
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7707
|
-
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
7708
|
-
RealTimeTextIcon: React_2.JSX.Element;
|
7709
6650
|
};
|
7710
6651
|
|
7711
6652
|
/**
|
@@ -7726,7 +6667,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7726
6667
|
ParticipantItemOptionsHovered: JSX.Element;
|
7727
6668
|
SendBoxSend: JSX.Element;
|
7728
6669
|
SendBoxSendHovered: JSX.Element;
|
7729
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
7730
6670
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
7731
6671
|
ControlButtonCameraOff: JSX.Element;
|
7732
6672
|
ControlButtonCameraOn: JSX.Element;
|
@@ -7807,7 +6747,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7807
6747
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
|
7808
6748
|
PeoplePaneMoreButton?: JSX.Element | undefined;
|
7809
6749
|
StopAllSpotlightMenuButton?: JSX.Element | undefined;
|
7810
|
-
TogetherModeLayout?: JSX.Element | undefined;
|
7811
6750
|
ChevronLeft?: JSX.Element | undefined;
|
7812
6751
|
ControlBarChatButtonActive?: JSX.Element | undefined;
|
7813
6752
|
ControlBarChatButtonInactive?: JSX.Element | undefined;
|
@@ -7817,22 +6756,14 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7817
6756
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
7818
6757
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
7819
6758
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
6759
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
7820
6760
|
ChatMessageOptions: React_2.JSX.Element;
|
7821
6761
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
7822
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
7823
|
-
DownloadAttachment: React_2.JSX.Element;
|
7824
6762
|
OpenAttachment: React_2.JSX.Element;
|
7825
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
7826
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
7827
6763
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
7828
6764
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
7829
6765
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
7830
6766
|
NotificationBarRecording: React_2.JSX.Element;
|
7831
|
-
NotificationBarBreakoutRoomOpened: React_2.JSX.Element;
|
7832
|
-
NotificationBarBreakoutRoomPromptJoin: React_2.JSX.Element;
|
7833
|
-
NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
|
7834
|
-
NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
|
7835
|
-
NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
|
7836
6767
|
MessageResend: React_2.JSX.Element;
|
7837
6768
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
7838
6769
|
HoldCallContextualMenuItem: React_2.JSX.Element;
|
@@ -7840,13 +6771,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7840
6771
|
ResumeCall: React_2.JSX.Element;
|
7841
6772
|
VideoTileCameraOff: React_2.JSX.Element;
|
7842
6773
|
DialpadBackspace: React_2.JSX.Element;
|
7843
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
7844
|
-
SitePermissionCamera: React_2.JSX.Element;
|
7845
|
-
SitePermissionMic: React_2.JSX.Element;
|
7846
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
7847
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
7848
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7849
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7850
6774
|
VideoTilePinned: React_2.JSX.Element;
|
7851
6775
|
ParticipantItemPinned: React_2.JSX.Element;
|
7852
6776
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -7876,58 +6800,12 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7876
6800
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
7877
6801
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
7878
6802
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7879
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7880
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7881
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7882
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7883
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7884
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7885
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7886
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
7887
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7888
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7889
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7890
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7891
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7892
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7893
6803
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
7894
6804
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
7895
6805
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
7896
6806
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7897
|
-
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
7898
|
-
RealTimeTextIcon: React_2.JSX.Element;
|
7899
6807
|
};
|
7900
6808
|
|
7901
|
-
/**
|
7902
|
-
* @beta
|
7903
|
-
*
|
7904
|
-
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
7905
|
-
*/
|
7906
|
-
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
7907
|
-
|
7908
|
-
/**
|
7909
|
-
* Device Checks.
|
7910
|
-
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
7911
|
-
*
|
7912
|
-
* @beta
|
7913
|
-
*/
|
7914
|
-
export declare interface DeviceCheckOptions {
|
7915
|
-
/**
|
7916
|
-
* Camera Permission prompts for your call.
|
7917
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
7918
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
7919
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
7920
|
-
*/
|
7921
|
-
camera: 'required' | 'optional' | 'doNotPrompt';
|
7922
|
-
/**
|
7923
|
-
* Microphone permission prompts for your call.
|
7924
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
7925
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
7926
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
7927
|
-
*/
|
7928
|
-
microphone: 'required' | 'optional' | 'doNotPrompt';
|
7929
|
-
}
|
7930
|
-
|
7931
6809
|
/**
|
7932
6810
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
7933
6811
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -8605,7 +7483,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
8605
7483
|
*
|
8606
7484
|
* @public
|
8607
7485
|
*/
|
8608
|
-
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof
|
7486
|
+
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof MessageThread> extends true ? MessageThreadSelector : AreEqual<Component, typeof TypingIndicator> extends true ? TypingIndicatorSelector : AreEqual<Component, typeof ParticipantList> extends true ? ChatParticipantListSelector : AreEqual<Component, typeof ErrorBar> extends true ? ChatErrorBarSelector : undefined;
|
8609
7487
|
|
8610
7488
|
/**
|
8611
7489
|
* Get the selector for a specified component.
|
@@ -8791,10 +7669,6 @@ export declare interface _Identifiers {
|
|
8791
7669
|
verticalGalleryVideoTile: string;
|
8792
7670
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
8793
7671
|
verticalGalleryPageCounter: string;
|
8794
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
8795
|
-
mentionSuggestionList: string;
|
8796
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
8797
|
-
mentionSuggestionItem: string;
|
8798
7672
|
}
|
8799
7673
|
|
8800
7674
|
/**
|
@@ -8860,13 +7734,6 @@ export declare interface ImageOverlayStrings {
|
|
8860
7734
|
overlayVisibleMessage: string;
|
8861
7735
|
}
|
8862
7736
|
|
8863
|
-
/**
|
8864
|
-
* Preset dark theme for the ImageOverlay component.
|
8865
|
-
*
|
8866
|
-
* @public
|
8867
|
-
*/
|
8868
|
-
export declare const imageOverlayTheme: PartialTheme;
|
8869
|
-
|
8870
7737
|
/**
|
8871
7738
|
* @public
|
8872
7739
|
* This contains a readonly array that returns all the active `incomingCalls`.
|
@@ -9320,28 +8187,6 @@ export declare type LocalizationProviderProps = {
|
|
9320
8187
|
children: React_2.ReactNode;
|
9321
8188
|
};
|
9322
8189
|
|
9323
|
-
/**
|
9324
|
-
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
9325
|
-
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
9326
|
-
*
|
9327
|
-
* @beta
|
9328
|
-
*/
|
9329
|
-
export declare interface LocalRecordingCallFeatureState {
|
9330
|
-
/**
|
9331
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
9332
|
-
*/
|
9333
|
-
isLocalRecordingActive: boolean;
|
9334
|
-
/**
|
9335
|
-
* Contains list of information of started recordings
|
9336
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
9337
|
-
*/
|
9338
|
-
activeLocalRecordings?: LocalRecordingInfo[];
|
9339
|
-
/**
|
9340
|
-
* Contains list of information of stopped recordings
|
9341
|
-
*/
|
9342
|
-
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
9343
|
-
}
|
9344
|
-
|
9345
8190
|
/**
|
9346
8191
|
* @public
|
9347
8192
|
*/
|
@@ -9511,76 +8356,6 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
9511
8356
|
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
9512
8357
|
}
|
9513
8358
|
|
9514
|
-
/**
|
9515
|
-
* Mention's state, as reflected in the UI.
|
9516
|
-
*
|
9517
|
-
* @beta
|
9518
|
-
*/
|
9519
|
-
export declare interface Mention {
|
9520
|
-
/** ID of a mention */
|
9521
|
-
id: string;
|
9522
|
-
/** Display text of a mention */
|
9523
|
-
displayText: string;
|
9524
|
-
/** Optional React element to render an item icon of a mention suggestion */
|
9525
|
-
icon?: JSX.Element;
|
9526
|
-
}
|
9527
|
-
|
9528
|
-
/**
|
9529
|
-
* Options to display suggestions in the mention scenario.
|
9530
|
-
*
|
9531
|
-
* @beta
|
9532
|
-
*/
|
9533
|
-
export declare interface MentionDisplayOptions {
|
9534
|
-
/**
|
9535
|
-
* Optional callback for customizing the mention renderer in a message thread.
|
9536
|
-
*/
|
9537
|
-
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
9538
|
-
}
|
9539
|
-
|
9540
|
-
/**
|
9541
|
-
* Options to lookup suggestions in the mention scenario.
|
9542
|
-
*
|
9543
|
-
* @beta
|
9544
|
-
*/
|
9545
|
-
export declare interface MentionLookupOptions {
|
9546
|
-
/**
|
9547
|
-
* Optional string to set trigger keyword for mention a specific participant.
|
9548
|
-
*
|
9549
|
-
* @defaultValue `@`
|
9550
|
-
*/
|
9551
|
-
trigger?: string;
|
9552
|
-
/**
|
9553
|
-
* Optional callback to fetch a list of mention suggestions base on the query.
|
9554
|
-
*/
|
9555
|
-
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
9556
|
-
/**
|
9557
|
-
* Optional callback to render an item of the mention suggestions list.
|
9558
|
-
*/
|
9559
|
-
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
9560
|
-
}
|
9561
|
-
|
9562
|
-
/**
|
9563
|
-
* Options to lookup suggestions and display mentions in the mention scenario.
|
9564
|
-
*
|
9565
|
-
* @beta
|
9566
|
-
*/
|
9567
|
-
export declare type MentionOptions = {
|
9568
|
-
lookupOptions?: MentionLookupOptions;
|
9569
|
-
displayOptions?: MentionDisplayOptions;
|
9570
|
-
};
|
9571
|
-
|
9572
|
-
/**
|
9573
|
-
* Strings of {@link _MentionPopover} that can be overridden.
|
9574
|
-
*
|
9575
|
-
* @beta
|
9576
|
-
*/
|
9577
|
-
export declare interface MentionPopoverStrings {
|
9578
|
-
/**
|
9579
|
-
* Header text for MentionPopover
|
9580
|
-
*/
|
9581
|
-
mentionPopoverHeader: string;
|
9582
|
-
}
|
9583
|
-
|
9584
8359
|
/**
|
9585
8360
|
* Discriminated union of all messages.
|
9586
8361
|
*
|
@@ -9588,7 +8363,7 @@ export declare interface MentionPopoverStrings {
|
|
9588
8363
|
*
|
9589
8364
|
* @public
|
9590
8365
|
*/
|
9591
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage
|
8366
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
9592
8367
|
|
9593
8368
|
/**
|
9594
8369
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -9630,20 +8405,6 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
9630
8405
|
*/
|
9631
8406
|
export declare type MessageEditedListener = MessageReceivedListener;
|
9632
8407
|
|
9633
|
-
/**
|
9634
|
-
* @beta
|
9635
|
-
* Message option that defines properties that can be set when
|
9636
|
-
* sending or updating a chat message.
|
9637
|
-
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
9638
|
-
* @property attachments - Attachments that contains file attachments attached to the message.
|
9639
|
-
* @property type - Type of the message content, either 'text' or 'html'.
|
9640
|
-
*/
|
9641
|
-
export declare type MessageOptions = {
|
9642
|
-
metadata?: Record<string, string>;
|
9643
|
-
attachments?: AttachmentMetadata[];
|
9644
|
-
type?: ChatMessageType;
|
9645
|
-
};
|
9646
|
-
|
9647
8408
|
/**
|
9648
8409
|
* Props to render a single message.
|
9649
8410
|
*
|
@@ -9659,7 +8420,7 @@ export declare type MessageProps = {
|
|
9659
8420
|
/**
|
9660
8421
|
* Strings from parent MessageThread component
|
9661
8422
|
*/
|
9662
|
-
strings: MessageThreadStrings
|
8423
|
+
strings: MessageThreadStrings;
|
9663
8424
|
/**
|
9664
8425
|
* Custom CSS styles for chat message container.
|
9665
8426
|
*/
|
@@ -9705,7 +8466,7 @@ export declare type MessageProps = {
|
|
9705
8466
|
* @param options - message options to be included in the message
|
9706
8467
|
*
|
9707
8468
|
*/
|
9708
|
-
onSendMessage?: (content: string
|
8469
|
+
onSendMessage?: (content: string) => Promise<void>;
|
9709
8470
|
};
|
9710
8471
|
|
9711
8472
|
/**
|
@@ -9837,7 +8598,7 @@ export declare type MessageThreadProps = {
|
|
9837
8598
|
/**
|
9838
8599
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
9839
8600
|
*/
|
9840
|
-
messages: (ChatMessage | SystemMessage | CustomMessage
|
8601
|
+
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
9841
8602
|
/**
|
9842
8603
|
* number of participants in the thread
|
9843
8604
|
*/
|
@@ -9918,11 +8679,6 @@ export declare type MessageThreadProps = {
|
|
9918
8679
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
9919
8680
|
*/
|
9920
8681
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
9921
|
-
/**
|
9922
|
-
* Optional callback to render attachments in the message component.
|
9923
|
-
* @beta
|
9924
|
-
*/
|
9925
|
-
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
9926
8682
|
/**
|
9927
8683
|
* Optional callback to edit a message.
|
9928
8684
|
*
|
@@ -9951,7 +8707,7 @@ export declare type MessageThreadProps = {
|
|
9951
8707
|
* @param options - message options to be included in the message
|
9952
8708
|
*
|
9953
8709
|
*/
|
9954
|
-
onSendMessage?: (content: string
|
8710
|
+
onSendMessage?: (content: string) => Promise<void>;
|
9955
8711
|
/**
|
9956
8712
|
/**
|
9957
8713
|
* Disable editing messages.
|
@@ -9965,32 +8721,11 @@ export declare type MessageThreadProps = {
|
|
9965
8721
|
* Optional strings to override in component
|
9966
8722
|
*/
|
9967
8723
|
strings?: Partial<MessageThreadStrings>;
|
9968
|
-
/**
|
9969
|
-
* @beta
|
9970
|
-
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
9971
|
-
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
9972
|
-
*/
|
9973
|
-
attachmentOptions?: AttachmentOptions;
|
9974
|
-
/**
|
9975
|
-
* Optional function to provide customized date format.
|
9976
|
-
* @beta
|
9977
|
-
*/
|
9978
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
9979
|
-
/**
|
9980
|
-
* Optional props needed to lookup a mention query and display mentions
|
9981
|
-
* @beta
|
9982
|
-
*/
|
9983
|
-
mentionOptions?: MentionOptions;
|
9984
8724
|
/**
|
9985
8725
|
* Optional callback called when an inline image is clicked.
|
9986
8726
|
* @beta
|
9987
8727
|
*/
|
9988
8728
|
inlineImageOptions?: InlineImageOptions;
|
9989
|
-
/**
|
9990
|
-
* Options to enable rich text editor for the edit box.
|
9991
|
-
* @beta
|
9992
|
-
*/
|
9993
|
-
richTextEditorOptions?: RichTextEditBoxOptions;
|
9994
8729
|
};
|
9995
8730
|
|
9996
8731
|
/**
|
@@ -10064,20 +8799,10 @@ export declare interface MessageThreadStrings {
|
|
10064
8799
|
actionMenuMoreOptions?: string;
|
10065
8800
|
/** Aria label to announce when a message is deleted */
|
10066
8801
|
messageDeletedAnnouncementAriaLabel: string;
|
10067
|
-
/** String for download attachment button in attachment card */
|
10068
|
-
downloadAttachment: string;
|
10069
8802
|
/** String for open attachment button in attachment card */
|
10070
8803
|
openAttachment: string;
|
10071
|
-
/** String for policy violation message removal */
|
10072
|
-
blockedWarningText: string;
|
10073
|
-
/** String for policy violation message removal details link */
|
10074
|
-
blockedWarningLinkText: string;
|
10075
8804
|
/** String for aria text in attachment card group*/
|
10076
8805
|
attachmentCardGroupMessage: string;
|
10077
|
-
/**
|
10078
|
-
* Error message indicating that one or more image uploads are not complete.
|
10079
|
-
*/
|
10080
|
-
imageUploadsPendingError: string;
|
10081
8806
|
}
|
10082
8807
|
|
10083
8808
|
/**
|
@@ -10105,24 +8830,10 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
10105
8830
|
/** Styles for system message container. */
|
10106
8831
|
systemMessageContainer?: ComponentSlotStyle;
|
10107
8832
|
/** Styles for blocked message container. */
|
10108
|
-
blockedMessageContainer?: ComponentSlotStyle;
|
10109
8833
|
/** Styles for message status indicator container. */
|
10110
8834
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
10111
8835
|
}
|
10112
8836
|
|
10113
|
-
/**
|
10114
|
-
*
|
10115
|
-
* Messaging policy of a chat thread.
|
10116
|
-
*
|
10117
|
-
* @beta
|
10118
|
-
*/
|
10119
|
-
export declare interface MessagingPolicy {
|
10120
|
-
/**
|
10121
|
-
* Boolean to track whether or not messages are restricted to only text.
|
10122
|
-
* */
|
10123
|
-
textOnlyChat?: boolean;
|
10124
|
-
}
|
10125
|
-
|
10126
8837
|
/**
|
10127
8838
|
* A button to turn microphone on / off.
|
10128
8839
|
*
|
@@ -10315,31 +9026,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
10315
9026
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
10316
9027
|
}
|
10317
9028
|
|
10318
|
-
/**
|
10319
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
10320
|
-
* by their browsers settings.
|
10321
|
-
*
|
10322
|
-
* @beta
|
10323
|
-
*/
|
10324
|
-
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
10325
|
-
|
10326
|
-
/**
|
10327
|
-
* @beta
|
10328
|
-
* Props for MicrophoneSitePermissions component.
|
10329
|
-
*/
|
10330
|
-
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
10331
|
-
/** Icon name for the microphone icon */
|
10332
|
-
microphoneIconName?: string;
|
10333
|
-
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
10334
|
-
strings?: MicrophoneSitePermissionsStrings;
|
10335
|
-
}
|
10336
|
-
|
10337
|
-
/**
|
10338
|
-
* @beta
|
10339
|
-
* Strings for MicrophoneSitePermissions component.
|
10340
|
-
*/
|
10341
|
-
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
10342
|
-
|
10343
9029
|
/**
|
10344
9030
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
10345
9031
|
*
|
@@ -10649,26 +9335,6 @@ export declare interface NotificationStackStrings {
|
|
10649
9335
|
* Transcription stopped but recording still going on message
|
10650
9336
|
*/
|
10651
9337
|
transcriptionStoppedStillRecording?: NotificationStrings;
|
10652
|
-
/**
|
10653
|
-
* Message shown in notification when the user will be automatically to their assigned breakout room that is opened
|
10654
|
-
*/
|
10655
|
-
assignedBreakoutRoomOpened?: NotificationStrings;
|
10656
|
-
/**
|
10657
|
-
* Message shown in notification when the user is prompted to join their assigned breakout room that is opened
|
10658
|
-
*/
|
10659
|
-
assignedBreakoutRoomOpenedPromptJoin?: NotificationStrings;
|
10660
|
-
/**
|
10661
|
-
* Message shown in notification when the user is assigned breakout room is changed
|
10662
|
-
*/
|
10663
|
-
assignedBreakoutRoomChanged?: NotificationStrings;
|
10664
|
-
/**
|
10665
|
-
* Message shown in notification when breakout room is joined
|
10666
|
-
*/
|
10667
|
-
breakoutRoomJoined?: NotificationStrings;
|
10668
|
-
/**
|
10669
|
-
* Message shown in notification when breakout room is closing soon
|
10670
|
-
*/
|
10671
|
-
breakoutRoomClosingSoon?: NotificationStrings;
|
10672
9338
|
/**
|
10673
9339
|
* Message shown in notification when capability turnVideoOn is present
|
10674
9340
|
*/
|
@@ -10685,8 +9351,6 @@ export declare interface NotificationStackStrings {
|
|
10685
9351
|
* Message shown in notification when capability unMuteMic is absent
|
10686
9352
|
*/
|
10687
9353
|
capabilityUnmuteMicAbsent?: NotificationStrings;
|
10688
|
-
togetherModeStarted?: NotificationStrings;
|
10689
|
-
togetherModeEnded?: NotificationStrings;
|
10690
9354
|
}
|
10691
9355
|
|
10692
9356
|
/**
|
@@ -10758,7 +9422,7 @@ export declare interface NotificationStyles {
|
|
10758
9422
|
}
|
10759
9423
|
|
10760
9424
|
/** @public */
|
10761
|
-
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' |
|
9425
|
+
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent';
|
10762
9426
|
|
10763
9427
|
/**
|
10764
9428
|
* All notifications that can be shown in the {@link NotificationStack}.
|
@@ -11057,10 +9721,6 @@ export declare type ParticipantListProps = {
|
|
11057
9721
|
styles?: ParticipantListStyles;
|
11058
9722
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
11059
9723
|
showParticipantOverflowTooltip?: boolean;
|
11060
|
-
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
11061
|
-
totalParticipantCount?: number;
|
11062
|
-
/** Strings for the participant list */
|
11063
|
-
strings?: ParticipantListStrings;
|
11064
9724
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
11065
9725
|
participantAriaLabelledBy?: string;
|
11066
9726
|
/** List of pinned participants */
|
@@ -11075,21 +9735,8 @@ export declare type ParticipantListProps = {
|
|
11075
9735
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
11076
9736
|
participants: CallParticipantListParticipant[];
|
11077
9737
|
myUserId: string;
|
11078
|
-
totalParticipantCount?: number;
|
11079
9738
|
};
|
11080
9739
|
|
11081
|
-
/**
|
11082
|
-
* Strings for the {@link ParticipantList}.
|
11083
|
-
*
|
11084
|
-
* @beta
|
11085
|
-
*/
|
11086
|
-
export declare interface ParticipantListStrings {
|
11087
|
-
/**
|
11088
|
-
* String for rendering the count of participants not contained in the displayed participant list
|
11089
|
-
*/
|
11090
|
-
overflowParticipantCount?: string;
|
11091
|
-
}
|
11092
|
-
|
11093
9740
|
/**
|
11094
9741
|
* Styles for the {@link ParticipantList}.
|
11095
9742
|
*
|
@@ -11572,142 +10219,6 @@ export declare type ReadReceiptsBySenderId = {
|
|
11572
10219
|
};
|
11573
10220
|
};
|
11574
10221
|
|
11575
|
-
/**
|
11576
|
-
* @beta
|
11577
|
-
* A component for displaying a single line of RealTimeText
|
11578
|
-
*/
|
11579
|
-
export declare const RealTimeText: (props: RealTimeTextProps) => JSX.Element;
|
11580
|
-
|
11581
|
-
/**
|
11582
|
-
* @beta
|
11583
|
-
* information required for each line of real time text
|
11584
|
-
*/
|
11585
|
-
export declare type RealTimeTextInformation = {
|
11586
|
-
/**
|
11587
|
-
* The sequence id of the real time text.
|
11588
|
-
*/
|
11589
|
-
id: number;
|
11590
|
-
/**
|
11591
|
-
* sender's display name
|
11592
|
-
*/
|
11593
|
-
displayName: string;
|
11594
|
-
/**
|
11595
|
-
* id of the sender
|
11596
|
-
*/
|
11597
|
-
userId?: string;
|
11598
|
-
/**
|
11599
|
-
* The real time text message.
|
11600
|
-
*/
|
11601
|
-
message: string;
|
11602
|
-
/**
|
11603
|
-
* if the real time text received is partial
|
11604
|
-
*/
|
11605
|
-
isTyping: boolean;
|
11606
|
-
/**
|
11607
|
-
* If message originated from the local participant
|
11608
|
-
*/
|
11609
|
-
isMe: boolean;
|
11610
|
-
/**
|
11611
|
-
* timestamp when the real time text was finalized
|
11612
|
-
*/
|
11613
|
-
finalizedTimeStamp: Date;
|
11614
|
-
};
|
11615
|
-
|
11616
|
-
/**
|
11617
|
-
* @beta
|
11618
|
-
* a component for realTimeText modal
|
11619
|
-
*/
|
11620
|
-
export declare const RealTimeTextModal: (props: RealTimeTextModalProps) => JSX.Element;
|
11621
|
-
|
11622
|
-
/**
|
11623
|
-
* @beta
|
11624
|
-
* RealTimeTextModal Component Props.
|
11625
|
-
*/
|
11626
|
-
export declare interface RealTimeTextModalProps {
|
11627
|
-
/** The strings for the RealTimeText modal */
|
11628
|
-
strings?: RealTimeTextModalStrings;
|
11629
|
-
/** The flag to show the modal */
|
11630
|
-
showModal?: boolean;
|
11631
|
-
/** The function to dismiss the modal */
|
11632
|
-
onDismissModal?: () => void;
|
11633
|
-
/**
|
11634
|
-
* Use this function to show RealTimeText UI in the calling experience.
|
11635
|
-
* Note that real time text should not be started for everyone in the call until the first real time text is received.
|
11636
|
-
*/
|
11637
|
-
onStartRealTimeText?: () => void;
|
11638
|
-
}
|
11639
|
-
|
11640
|
-
/**
|
11641
|
-
* @beta
|
11642
|
-
* strings for realTimeText modal
|
11643
|
-
*/
|
11644
|
-
export declare interface RealTimeTextModalStrings {
|
11645
|
-
/** The title of the RealTimeText modal */
|
11646
|
-
realTimeTextModalTitle?: string;
|
11647
|
-
/** The text of the RealTimeText modal */
|
11648
|
-
realTimeTextModalText?: string;
|
11649
|
-
/** The label for the confirm button */
|
11650
|
-
realTimeTextConfirmButtonLabel?: string;
|
11651
|
-
/** The label for the cancel button */
|
11652
|
-
realTimeTextCancelButtonLabel?: string;
|
11653
|
-
/** The aria label for the modal */
|
11654
|
-
realTimeTextModalAriaLabel?: string;
|
11655
|
-
/** The aria label for the close button */
|
11656
|
-
realTimeTextCloseModalButtonAriaLabel?: string;
|
11657
|
-
}
|
11658
|
-
|
11659
|
-
/**
|
11660
|
-
* @beta
|
11661
|
-
* Props for a single line of RealTimeText.
|
11662
|
-
*/
|
11663
|
-
export declare interface RealTimeTextProps {
|
11664
|
-
/**
|
11665
|
-
* RealTimeText id
|
11666
|
-
*/
|
11667
|
-
id: number;
|
11668
|
-
/**
|
11669
|
-
* Display name of the user
|
11670
|
-
*/
|
11671
|
-
displayName: string;
|
11672
|
-
/**
|
11673
|
-
* RealTimeText content
|
11674
|
-
*/
|
11675
|
-
message: string;
|
11676
|
-
/**
|
11677
|
-
* user id of the user
|
11678
|
-
*/
|
11679
|
-
userId?: string;
|
11680
|
-
/**
|
11681
|
-
* Optional callback to override render of the avatar.
|
11682
|
-
*
|
11683
|
-
* @param userId - user Id
|
11684
|
-
*/
|
11685
|
-
onRenderAvatar?: OnRenderAvatarCallback;
|
11686
|
-
/**
|
11687
|
-
* Boolean indicating whether the RealTimeText is still in progress
|
11688
|
-
*/
|
11689
|
-
isTyping?: boolean;
|
11690
|
-
/**
|
11691
|
-
* Boolean indicating whether the RealTimeText is from the local user
|
11692
|
-
*/
|
11693
|
-
isMe?: boolean;
|
11694
|
-
/**
|
11695
|
-
* Strings for RealTimeText
|
11696
|
-
*/
|
11697
|
-
strings?: RealTimeTextStrings;
|
11698
|
-
}
|
11699
|
-
|
11700
|
-
/**
|
11701
|
-
* @beta
|
11702
|
-
* strings for rtt
|
11703
|
-
*/
|
11704
|
-
export declare interface RealTimeTextStrings {
|
11705
|
-
/**
|
11706
|
-
* String indicating that the user is typing
|
11707
|
-
*/
|
11708
|
-
isTypingText?: string;
|
11709
|
-
}
|
11710
|
-
|
11711
10222
|
/**
|
11712
10223
|
* State only version of {@link @azure/communication-calling#RecordingCallFeature}. {@link StatefulCallClient} will
|
11713
10224
|
* automatically listen for recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
@@ -11719,35 +10230,8 @@ export declare interface RecordingCallFeature {
|
|
11719
10230
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
11720
10231
|
*/
|
11721
10232
|
isRecordingActive: boolean;
|
11722
|
-
/**
|
11723
|
-
* Contains list of information of started recordings
|
11724
|
-
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
11725
|
-
*/
|
11726
|
-
activeRecordings?: RecordingInfo[];
|
11727
|
-
/**
|
11728
|
-
* Contains list of information of stopped recordings
|
11729
|
-
*/
|
11730
|
-
lastStoppedRecording?: RecordingInfo[];
|
11731
10233
|
}
|
11732
10234
|
|
11733
|
-
/**
|
11734
|
-
* State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
|
11735
|
-
*
|
11736
|
-
* @beta
|
11737
|
-
*/
|
11738
|
-
export declare type RemoteDiagnosticState = {
|
11739
|
-
readonly diagnostic: RemoteDiagnosticType;
|
11740
|
-
readonly value: DiagnosticQuality | DiagnosticFlag;
|
11741
|
-
readonly valueType: DiagnosticValueType;
|
11742
|
-
};
|
11743
|
-
|
11744
|
-
/**
|
11745
|
-
* All type names for {@link @azure/communication-calling#RemoteDiagnosticState}.
|
11746
|
-
*
|
11747
|
-
* @beta
|
11748
|
-
*/
|
11749
|
-
export declare type RemoteDiagnosticType = NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType;
|
11750
|
-
|
11751
10235
|
/**
|
11752
10236
|
* State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
|
11753
10237
|
* automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -11793,355 +10277,101 @@ export declare interface RemoteParticipantState {
|
|
11793
10277
|
/**
|
11794
10278
|
* Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
|
11795
10279
|
*/
|
11796
|
-
raisedHand?: RaisedHandState;
|
11797
|
-
/**
|
11798
|
-
* Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
|
11799
|
-
*
|
11800
|
-
* @public
|
11801
|
-
*/
|
11802
|
-
contentSharingStream?: HTMLElement;
|
11803
|
-
/**
|
11804
|
-
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
11805
|
-
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
11806
|
-
*
|
11807
|
-
* @public
|
11808
|
-
*/
|
11809
|
-
reactionState?: ReactionState;
|
11810
|
-
/**
|
11811
|
-
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
|
11812
|
-
*/
|
11813
|
-
spotlight?: SpotlightState;
|
11814
|
-
/**
|
11815
|
-
* Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
|
11816
|
-
*/
|
11817
|
-
mediaAccess?: MediaAccessState;
|
11818
|
-
/**
|
11819
|
-
* The diagnostic status of RemoteParticipant{@link @azure/communication-calling#RemoteDiagnostics}.
|
11820
|
-
*/
|
11821
|
-
diagnostics?: Partial<Record<RemoteDiagnosticType, RemoteDiagnosticState>>;
|
11822
|
-
}
|
11823
|
-
|
11824
|
-
/**
|
11825
|
-
* State only version of {@link @azure/communication-calling#RemoteVideoStream}.
|
11826
|
-
*
|
11827
|
-
* @public
|
11828
|
-
*/
|
11829
|
-
export declare interface RemoteVideoStreamState {
|
11830
|
-
/**
|
11831
|
-
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
|
11832
|
-
*/
|
11833
|
-
id: number;
|
11834
|
-
/**
|
11835
|
-
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
|
11836
|
-
*/
|
11837
|
-
mediaStreamType: MediaStreamType;
|
11838
|
-
/**
|
11839
|
-
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
|
11840
|
-
*/
|
11841
|
-
isAvailable: boolean;
|
11842
|
-
/**
|
11843
|
-
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
|
11844
|
-
* @public
|
11845
|
-
*/
|
11846
|
-
isReceiving: boolean;
|
11847
|
-
/**
|
11848
|
-
* {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
|
11849
|
-
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
11850
|
-
*/
|
11851
|
-
view?: VideoStreamRendererViewState;
|
11852
|
-
/**
|
11853
|
-
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
|
11854
|
-
*/
|
11855
|
-
streamSize?: {
|
11856
|
-
width: number;
|
11857
|
-
height: number;
|
11858
|
-
};
|
11859
|
-
}
|
11860
|
-
|
11861
|
-
/**
|
11862
|
-
* Menu options for remote video tiles in {@link VideoGallery}.
|
11863
|
-
*
|
11864
|
-
* @public
|
11865
|
-
*/
|
11866
|
-
export declare interface RemoteVideoTileMenuOptions {
|
11867
|
-
/**
|
11868
|
-
* If set to true, remote video tiles in the VideoGallery will not have menu options
|
11869
|
-
*
|
11870
|
-
* @defaultValue false
|
11871
|
-
*/
|
11872
|
-
isHidden?: boolean;
|
11873
|
-
}
|
11874
|
-
|
11875
|
-
/**
|
11876
|
-
* Details required for download a resource to cache.
|
11877
|
-
*
|
11878
|
-
* @public
|
11879
|
-
*/
|
11880
|
-
export declare type ResourceDetails = {
|
11881
|
-
threadId: string;
|
11882
|
-
messageId: string;
|
11883
|
-
resourceUrl: string;
|
11884
|
-
};
|
11885
|
-
|
11886
|
-
/**
|
11887
|
-
* Result of the Resource downloaded from stateful client
|
11888
|
-
* @public
|
11889
|
-
*/
|
11890
|
-
export declare type ResourceFetchResult = {
|
11891
|
-
sourceUrl?: string;
|
11892
|
-
error?: Error;
|
11893
|
-
};
|
11894
|
-
|
11895
|
-
/**
|
11896
|
-
* Options for the rich text editor edit box configuration.
|
11897
|
-
*
|
11898
|
-
* @beta
|
11899
|
-
*/
|
11900
|
-
export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
|
11901
|
-
/**
|
11902
|
-
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
11903
|
-
* When not provided, pasting images into rich text editor will be disabled.
|
11904
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11905
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
11906
|
-
* @param messageId - the id of the message that the inlineImage belongs to.
|
11907
|
-
*/
|
11908
|
-
onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
11909
|
-
/**
|
11910
|
-
* Optional callback invoked after inline image is removed from the UI.
|
11911
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11912
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
11913
|
-
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
11914
|
-
* @param messageId - the id of the message that the inlineImage belongs to.
|
11915
|
-
*/
|
11916
|
-
onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
11917
|
-
/**
|
11918
|
-
* Optional Record of type {@link AttachmentMetadataInProgress}
|
11919
|
-
* to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
|
11920
|
-
* - there is an error provided in the messagesInlineImagesWithProgress
|
11921
|
-
* - progress is less than 1 when the send button is clicked
|
11922
|
-
* - content html string is longer than the max allowed length.
|
11923
|
-
* (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
|
11924
|
-
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
11925
|
-
*/
|
11926
|
-
messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
|
11927
|
-
}
|
11928
|
-
|
11929
|
-
/**
|
11930
|
-
* Options for the rich text editor configuration.
|
11931
|
-
*
|
11932
|
-
* @beta
|
11933
|
-
*/
|
11934
|
-
export declare interface RichTextEditorOptions {
|
11935
|
-
/**
|
11936
|
-
* Optional callback to handle paste event.
|
11937
|
-
*/
|
11938
|
-
onPaste?: (event: {
|
11939
|
-
content: DocumentFragment;
|
11940
|
-
}) => void;
|
11941
|
-
}
|
11942
|
-
|
11943
|
-
/**
|
11944
|
-
* A component to render SendBox with Rich Text Editor support.
|
11945
|
-
*
|
11946
|
-
* @beta
|
11947
|
-
*/
|
11948
|
-
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
11949
|
-
|
11950
|
-
/**
|
11951
|
-
* Props for {@link RichTextSendBox}.
|
11952
|
-
*
|
11953
|
-
* @beta
|
11954
|
-
*/
|
11955
|
-
export declare interface RichTextSendBoxProps {
|
11956
|
-
/**
|
11957
|
-
* Optional boolean to disable text box
|
11958
|
-
* @defaultValue false
|
11959
|
-
*/
|
11960
|
-
disabled?: boolean;
|
11961
|
-
/**
|
11962
|
-
* Optional callback to handle paste event.
|
11963
|
-
*/
|
11964
|
-
onPaste?: (event: {
|
11965
|
-
content: DocumentFragment;
|
11966
|
-
}) => void;
|
11967
|
-
/**
|
11968
|
-
* Optional strings to override in component
|
11969
|
-
*/
|
11970
|
-
strings?: Partial<RichTextSendBoxStrings>;
|
11971
|
-
/**
|
11972
|
-
* Optional text for system message above the text box
|
11973
|
-
*/
|
11974
|
-
systemMessage?: string;
|
11975
|
-
/**
|
11976
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
11977
|
-
* to render attachments being uploaded in the SendBox.
|
11978
|
-
* @beta
|
11979
|
-
*/
|
11980
|
-
attachments?: AttachmentMetadataInProgress[];
|
11981
|
-
/**
|
11982
|
-
* enumerable to determine if the input box has focus on render or not.
|
11983
|
-
* When undefined nothing has focus on render
|
11984
|
-
*/
|
11985
|
-
autoFocus?: 'sendBoxTextField';
|
11986
|
-
/**
|
11987
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
11988
|
-
* cancel icon.
|
11989
|
-
*/
|
11990
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
11991
|
-
/**
|
11992
|
-
* Optional callback invoked after inline image is removed from the UI.
|
11993
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
11994
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
11995
|
-
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
11996
|
-
*/
|
11997
|
-
onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
|
11998
|
-
/**
|
11999
|
-
* Callback function used when the send button is clicked.
|
12000
|
-
*/
|
12001
|
-
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
12002
|
-
/**
|
12003
|
-
* Optional callback called when user is typing
|
12004
|
-
*/
|
12005
|
-
onTyping?: () => Promise<void>;
|
12006
|
-
/**
|
12007
|
-
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
12008
|
-
* When not provided, pasting images into rich text editor will be disabled.
|
12009
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12010
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
12011
|
-
*/
|
12012
|
-
onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12013
|
-
/**
|
12014
|
-
* Optional Array of type {@link AttachmentMetadataInProgress}
|
12015
|
-
* to render the errorBar for inline images inserted in the RichTextSendBox when:
|
12016
|
-
* - there is an error provided in the inlineImagesWithProgress
|
12017
|
-
* - progress is less than 1 when the send button is clicked
|
12018
|
-
* - content html string is longer than the max allowed length.
|
12019
|
-
* (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
|
12020
|
-
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
12021
|
-
*/
|
12022
|
-
inlineImagesWithProgress?: AttachmentMetadataInProgress[];
|
12023
|
-
}
|
12024
|
-
|
12025
|
-
/**
|
12026
|
-
* Strings of {@link RichTextSendBox} that can be overridden.
|
12027
|
-
*
|
12028
|
-
* @beta
|
12029
|
-
*/
|
12030
|
-
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
12031
|
-
}
|
12032
|
-
|
12033
|
-
/**
|
12034
|
-
* Strings of RichText that can be overridden.
|
12035
|
-
*
|
12036
|
-
* @beta
|
12037
|
-
*/
|
12038
|
-
export declare interface RichTextStrings {
|
12039
|
-
/**
|
12040
|
-
* Tooltip text for the bold button.
|
12041
|
-
*/
|
12042
|
-
richTextBoldTooltip: string;
|
12043
|
-
/**
|
12044
|
-
* Tooltip text for the italic button.
|
12045
|
-
*/
|
12046
|
-
richTextItalicTooltip: string;
|
12047
|
-
/**
|
12048
|
-
* Tooltip text for the underline button.
|
12049
|
-
*/
|
12050
|
-
richTextUnderlineTooltip: string;
|
12051
|
-
/**
|
12052
|
-
* Tooltip text for the bullet list button.
|
12053
|
-
*/
|
12054
|
-
richTextBulletListTooltip: string;
|
12055
|
-
/**
|
12056
|
-
* Tooltip text for the number list button.
|
12057
|
-
*/
|
12058
|
-
richTextNumberListTooltip: string;
|
12059
|
-
/**
|
12060
|
-
* Tooltip text for the increase indent button.
|
12061
|
-
*/
|
12062
|
-
richTextIncreaseIndentTooltip: string;
|
12063
|
-
/**
|
12064
|
-
* Tooltip text for the decrease indent button.
|
12065
|
-
*/
|
12066
|
-
richTextDecreaseIndentTooltip: string;
|
12067
|
-
/**
|
12068
|
-
* Tooltip text insert table button.
|
12069
|
-
*/
|
12070
|
-
richTextInsertTableTooltip: string;
|
12071
|
-
/**
|
12072
|
-
* Tooltip text for the rich text format button button.
|
12073
|
-
*/
|
12074
|
-
richTextFormatButtonTooltip: string;
|
12075
|
-
/**
|
12076
|
-
* Text for the insert menu item.
|
12077
|
-
*/
|
12078
|
-
richTextInsertRowOrColumnMenu: string;
|
12079
|
-
/**
|
12080
|
-
* Title for the insert table menu.
|
12081
|
-
*/
|
12082
|
-
richTextInsertTableMenuTitle: string;
|
12083
|
-
/**
|
12084
|
-
* Text for the insert menu item to insert row above the current selection.
|
12085
|
-
*/
|
12086
|
-
richTextInsertRowAboveMenu: string;
|
12087
|
-
/**
|
12088
|
-
* Text for the insert menu item to insert row below the current selection.
|
12089
|
-
*/
|
12090
|
-
richTextInsertRowBelowMenu: string;
|
12091
|
-
/**
|
12092
|
-
* Text for the insert menu item to insert column to the left from the current selection.
|
12093
|
-
*/
|
12094
|
-
richTextInsertColumnLeftMenu: string;
|
12095
|
-
/**
|
12096
|
-
* Text for the insert menu item to insert column to the right from the current selection.
|
12097
|
-
*/
|
12098
|
-
richTextInsertColumnRightMenu: string;
|
10280
|
+
raisedHand?: RaisedHandState;
|
12099
10281
|
/**
|
12100
|
-
*
|
10282
|
+
* Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
|
10283
|
+
*
|
10284
|
+
* @public
|
12101
10285
|
*/
|
12102
|
-
|
10286
|
+
contentSharingStream?: HTMLElement;
|
12103
10287
|
/**
|
12104
|
-
*
|
10288
|
+
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
10289
|
+
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
10290
|
+
*
|
10291
|
+
* @public
|
12105
10292
|
*/
|
12106
|
-
|
10293
|
+
reactionState?: ReactionState;
|
12107
10294
|
/**
|
12108
|
-
*
|
10295
|
+
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
|
12109
10296
|
*/
|
12110
|
-
|
10297
|
+
spotlight?: SpotlightState;
|
12111
10298
|
/**
|
12112
|
-
*
|
10299
|
+
* Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
|
12113
10300
|
*/
|
12114
|
-
|
10301
|
+
mediaAccess?: MediaAccessState;
|
10302
|
+
}
|
10303
|
+
|
10304
|
+
/**
|
10305
|
+
* State only version of {@link @azure/communication-calling#RemoteVideoStream}.
|
10306
|
+
*
|
10307
|
+
* @public
|
10308
|
+
*/
|
10309
|
+
export declare interface RemoteVideoStreamState {
|
12115
10310
|
/**
|
12116
|
-
*
|
10311
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
|
12117
10312
|
*/
|
12118
|
-
|
10313
|
+
id: number;
|
12119
10314
|
/**
|
12120
|
-
*
|
10315
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
|
12121
10316
|
*/
|
12122
|
-
|
10317
|
+
mediaStreamType: MediaStreamType;
|
12123
10318
|
/**
|
12124
|
-
*
|
10319
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
|
12125
10320
|
*/
|
12126
|
-
|
10321
|
+
isAvailable: boolean;
|
12127
10322
|
/**
|
12128
|
-
*
|
10323
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
|
10324
|
+
* @public
|
12129
10325
|
*/
|
12130
|
-
|
10326
|
+
isReceiving: boolean;
|
12131
10327
|
/**
|
12132
|
-
*
|
10328
|
+
* {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
|
10329
|
+
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
12133
10330
|
*/
|
12134
|
-
|
10331
|
+
view?: VideoStreamRendererViewState;
|
12135
10332
|
/**
|
12136
|
-
*
|
10333
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
|
12137
10334
|
*/
|
12138
|
-
|
10335
|
+
streamSize?: {
|
10336
|
+
width: number;
|
10337
|
+
height: number;
|
10338
|
+
};
|
10339
|
+
}
|
10340
|
+
|
10341
|
+
/**
|
10342
|
+
* Menu options for remote video tiles in {@link VideoGallery}.
|
10343
|
+
*
|
10344
|
+
* @public
|
10345
|
+
*/
|
10346
|
+
export declare interface RemoteVideoTileMenuOptions {
|
12139
10347
|
/**
|
12140
|
-
*
|
10348
|
+
* If set to true, remote video tiles in the VideoGallery will not have menu options
|
10349
|
+
*
|
10350
|
+
* @defaultValue false
|
12141
10351
|
*/
|
12142
|
-
|
10352
|
+
isHidden?: boolean;
|
12143
10353
|
}
|
12144
10354
|
|
10355
|
+
/**
|
10356
|
+
* Details required for download a resource to cache.
|
10357
|
+
*
|
10358
|
+
* @public
|
10359
|
+
*/
|
10360
|
+
export declare type ResourceDetails = {
|
10361
|
+
threadId: string;
|
10362
|
+
messageId: string;
|
10363
|
+
resourceUrl: string;
|
10364
|
+
};
|
10365
|
+
|
10366
|
+
/**
|
10367
|
+
* Result of the Resource downloaded from stateful client
|
10368
|
+
* @public
|
10369
|
+
*/
|
10370
|
+
export declare type ResourceFetchResult = {
|
10371
|
+
sourceUrl?: string;
|
10372
|
+
error?: Error;
|
10373
|
+
};
|
10374
|
+
|
12145
10375
|
/**
|
12146
10376
|
* A button to start / stop screen sharing.
|
12147
10377
|
*
|
@@ -12213,42 +10443,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
12213
10443
|
*/
|
12214
10444
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
12215
10445
|
|
12216
|
-
/**
|
12217
|
-
* @beta
|
12218
|
-
* Error to be displayed to the user in an error bar above sendbox.
|
12219
|
-
*/
|
12220
|
-
export declare interface SendBoxErrorBarError {
|
12221
|
-
/** Error Message to be displayed */
|
12222
|
-
message: string;
|
12223
|
-
/**
|
12224
|
-
* Unix Timestamp. Preferred generation using `Date.now()`
|
12225
|
-
*/
|
12226
|
-
timestamp: number;
|
12227
|
-
/**
|
12228
|
-
* ErrorBar type. Defaults to `warning`.
|
12229
|
-
*/
|
12230
|
-
errorBarType?: SendBoxErrorBarType;
|
12231
|
-
}
|
12232
|
-
|
12233
|
-
/**
|
12234
|
-
* @beta
|
12235
|
-
* Error bar type for {@link SendBoxErrorBarError}
|
12236
|
-
*/
|
12237
|
-
export declare enum SendBoxErrorBarType {
|
12238
|
-
/** Info styled MessageBar */
|
12239
|
-
info = 0,
|
12240
|
-
/** Error styled MessageBar */
|
12241
|
-
error = 1,
|
12242
|
-
/** Blocked styled MessageBar */
|
12243
|
-
blocked = 2,
|
12244
|
-
/** SevereWarning styled MessageBar */
|
12245
|
-
severeWarning = 3,
|
12246
|
-
/** Success styled MessageBar */
|
12247
|
-
success = 4,
|
12248
|
-
/** Warning styled MessageBar */
|
12249
|
-
warning = 5
|
12250
|
-
}
|
12251
|
-
|
12252
10446
|
/**
|
12253
10447
|
* Props for {@link SendBox}.
|
12254
10448
|
*
|
@@ -12267,12 +10461,7 @@ export declare interface SendBoxProps {
|
|
12267
10461
|
/**
|
12268
10462
|
* Optional override behavior on send button click
|
12269
10463
|
*/
|
12270
|
-
onSendMessage?: (content: string
|
12271
|
-
/**
|
12272
|
-
* Optional props needed to lookup suggestions in the mention scenario.
|
12273
|
-
* @beta
|
12274
|
-
*/
|
12275
|
-
mentionLookupOptions?: MentionLookupOptions;
|
10464
|
+
onSendMessage?: (content: string) => Promise<void>;
|
12276
10465
|
/**
|
12277
10466
|
* Optional callback called when user is typing
|
12278
10467
|
*/
|
@@ -12309,25 +10498,6 @@ export declare interface SendBoxProps {
|
|
12309
10498
|
* When undefined nothing has focus on render
|
12310
10499
|
*/
|
12311
10500
|
autoFocus?: 'sendBoxTextField';
|
12312
|
-
/**
|
12313
|
-
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
12314
|
-
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
12315
|
-
* be rendered below the text area in sendBox.
|
12316
|
-
* @beta
|
12317
|
-
*/
|
12318
|
-
onRenderAttachmentUploads?: () => JSX.Element;
|
12319
|
-
/**
|
12320
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
12321
|
-
* to render attachments being uploaded in the SendBox.
|
12322
|
-
* @beta
|
12323
|
-
*/
|
12324
|
-
attachments?: AttachmentMetadataInProgress[];
|
12325
|
-
/**
|
12326
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
12327
|
-
* cancel icon.
|
12328
|
-
* @beta
|
12329
|
-
*/
|
12330
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
12331
10501
|
}
|
12332
10502
|
|
12333
10503
|
/**
|
@@ -12358,26 +10528,6 @@ export declare interface SendBoxStrings {
|
|
12358
10528
|
* Aria label for send message button
|
12359
10529
|
*/
|
12360
10530
|
sendButtonAriaLabel: string;
|
12361
|
-
/**
|
12362
|
-
* Error message indicating that all attachment uploads are not complete.
|
12363
|
-
*/
|
12364
|
-
attachmentUploadsPendingError: string;
|
12365
|
-
/**
|
12366
|
-
* Aria label to notify user when focus is on cancel attachment upload button.
|
12367
|
-
*/
|
12368
|
-
removeAttachment: string;
|
12369
|
-
/**
|
12370
|
-
* Aria label to notify user attachment uploading starts.
|
12371
|
-
*/
|
12372
|
-
uploading: string;
|
12373
|
-
/**
|
12374
|
-
* Aria label to notify user attachment is uploaded.
|
12375
|
-
*/
|
12376
|
-
uploadCompleted: string;
|
12377
|
-
/**
|
12378
|
-
* Aria label to notify user more attachment action menu.
|
12379
|
-
*/
|
12380
|
-
attachmentMoreMenu: string;
|
12381
10531
|
}
|
12382
10532
|
|
12383
10533
|
/**
|
@@ -12398,45 +10548,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
12398
10548
|
systemMessage?: IStyle;
|
12399
10549
|
}
|
12400
10550
|
|
12401
|
-
/**
|
12402
|
-
* @beta
|
12403
|
-
* Strings for SitePermissions component
|
12404
|
-
*/
|
12405
|
-
export declare type SitePermissionsStrings = {
|
12406
|
-
/**
|
12407
|
-
* Main text string.
|
12408
|
-
*/
|
12409
|
-
primaryText?: string;
|
12410
|
-
/**
|
12411
|
-
* Subtext string.
|
12412
|
-
*/
|
12413
|
-
secondaryText?: string;
|
12414
|
-
/**
|
12415
|
-
* More help link string.
|
12416
|
-
*/
|
12417
|
-
linkText?: string;
|
12418
|
-
/**
|
12419
|
-
* Primary button text string.
|
12420
|
-
*/
|
12421
|
-
primaryButtonText?: string;
|
12422
|
-
/**
|
12423
|
-
* Aria label describing the content of the container
|
12424
|
-
*/
|
12425
|
-
ariaLabel?: string;
|
12426
|
-
};
|
12427
|
-
|
12428
|
-
/**
|
12429
|
-
* Fluent styles for {@link SitePermissionsContainer}.
|
12430
|
-
*
|
12431
|
-
* @beta
|
12432
|
-
*/
|
12433
|
-
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
12434
|
-
/** Styles for the primary button. */
|
12435
|
-
primaryButton?: IButtonStyles;
|
12436
|
-
/** Styles for the help troubleshooting link text. */
|
12437
|
-
troubleshootingLink?: ILinkStyles;
|
12438
|
-
}
|
12439
|
-
|
12440
10551
|
/**
|
12441
10552
|
* @public
|
12442
10553
|
* Type for representing a custom sound to use for a calling event
|
@@ -12709,59 +10820,6 @@ export declare interface StartCaptionsButtonStrings {
|
|
12709
10820
|
tooltipOffContent: string;
|
12710
10821
|
}
|
12711
10822
|
|
12712
|
-
/**
|
12713
|
-
* a button to start RealTimeText
|
12714
|
-
* based on accessibility requirement, real time text cannot be turned off once it is on
|
12715
|
-
*
|
12716
|
-
* Can be used with {@link ControlBar}
|
12717
|
-
*
|
12718
|
-
* @param props - properties for the start RealTimeText button.
|
12719
|
-
* @beta
|
12720
|
-
*/
|
12721
|
-
export declare const StartRealTimeTextButton: (props: StartRealTimeTextButtonProps) => JSX.Element;
|
12722
|
-
|
12723
|
-
/**
|
12724
|
-
* Props for the StartRealTimeTextButton component
|
12725
|
-
* @beta
|
12726
|
-
*/
|
12727
|
-
export declare interface StartRealTimeTextButtonProps extends ControlBarButtonProps {
|
12728
|
-
/**
|
12729
|
-
* Use this function to show RealTimeText UI in the calling experience.
|
12730
|
-
* Note that real time text should not be started for everyone in the call until the first real time text is received.
|
12731
|
-
*/
|
12732
|
-
onStartRealTimeText: () => void;
|
12733
|
-
/**
|
12734
|
-
* If RealTimeText is on
|
12735
|
-
*/
|
12736
|
-
isRealTimeTextOn: boolean;
|
12737
|
-
/**
|
12738
|
-
* Optional strings to override in component
|
12739
|
-
*/
|
12740
|
-
strings?: StartRealTimeTextButtonStrings;
|
12741
|
-
}
|
12742
|
-
|
12743
|
-
/**
|
12744
|
-
* Strings for the hold button labels
|
12745
|
-
* @beta
|
12746
|
-
*/
|
12747
|
-
export declare interface StartRealTimeTextButtonStrings {
|
12748
|
-
/**
|
12749
|
-
* Label for when action is to start RealTimeText
|
12750
|
-
*/
|
12751
|
-
onLabel: string;
|
12752
|
-
/**
|
12753
|
-
* Content for when button is checked, RealTimeText is on
|
12754
|
-
*/
|
12755
|
-
tooltipOnContent: string;
|
12756
|
-
}
|
12757
|
-
|
12758
|
-
/**
|
12759
|
-
* Parameter to start a call using a Teams user identity.
|
12760
|
-
*
|
12761
|
-
* @beta
|
12762
|
-
*/
|
12763
|
-
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
12764
|
-
|
12765
10823
|
/**
|
12766
10824
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
12767
10825
|
* The interface provides access to proxied state and also allows registering a handler for state change events. For
|
@@ -12847,7 +10905,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
12847
10905
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to start rendering.
|
12848
10906
|
* @param options - Options that are passed to the {@link @azure/communication-calling#VideoStreamRenderer}.
|
12849
10907
|
*/
|
12850
|
-
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState
|
10908
|
+
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
|
12851
10909
|
/**
|
12852
10910
|
* Stops rendering a {@link RemoteVideoStreamState} or {@link LocalVideoStreamState} and removes the
|
12853
10911
|
* {@link VideoStreamRendererView} from the relevant {@link RemoteVideoStreamState} in {@link CallClientState} or
|
@@ -12872,7 +10930,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
12872
10930
|
* be undefined if disposing LocalVideoStreamState.
|
12873
10931
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
12874
10932
|
*/
|
12875
|
-
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState
|
10933
|
+
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
12876
10934
|
/**
|
12877
10935
|
* The CallAgent is used to handle calls.
|
12878
10936
|
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
@@ -13212,7 +11270,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
13212
11270
|
* @public
|
13213
11271
|
*/
|
13214
11272
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13215
|
-
locator: TeamsMeetingLinkLocator |
|
11273
|
+
locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
|
13216
11274
|
};
|
13217
11275
|
|
13218
11276
|
/**
|
@@ -13285,17 +11343,6 @@ export declare interface TeamsIncomingCallState {
|
|
13285
11343
|
endTime?: Date;
|
13286
11344
|
}
|
13287
11345
|
|
13288
|
-
/**
|
13289
|
-
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
13290
|
-
*
|
13291
|
-
* This is used to create an outbound call scenarios.
|
13292
|
-
*
|
13293
|
-
* @beta
|
13294
|
-
*/
|
13295
|
-
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13296
|
-
targetCallees: StartTeamsCallIdentifier[];
|
13297
|
-
};
|
13298
|
-
|
13299
11346
|
/**
|
13300
11347
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
13301
11348
|
*
|
@@ -13308,68 +11355,6 @@ export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon &
|
|
13308
11355
|
*/
|
13309
11356
|
export declare const toFlatCommunicationIdentifier: (identifier: CommunicationIdentifier) => string;
|
13310
11357
|
|
13311
|
-
/**
|
13312
|
-
* State only version of {@link @azure/communication-calling#TogetherModeCallFeature}. {@link StatefulCallClient}.
|
13313
|
-
* Represents the state of the Together Mode feature.
|
13314
|
-
* @beta
|
13315
|
-
*/
|
13316
|
-
export declare interface TogetherModeCallFeatureState {
|
13317
|
-
isActive: boolean;
|
13318
|
-
/**
|
13319
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.togetherModeStream}.
|
13320
|
-
*/
|
13321
|
-
streams: TogetherModeStreamsState;
|
13322
|
-
/**
|
13323
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.TogetherModeSeatingMap}.
|
13324
|
-
*/
|
13325
|
-
seatingPositions: TogetherModeParticipantSeatingState;
|
13326
|
-
}
|
13327
|
-
|
13328
|
-
/**
|
13329
|
-
* Represents the seating positions of participants in Together Mode.
|
13330
|
-
*
|
13331
|
-
* @beta
|
13332
|
-
*/
|
13333
|
-
export declare type TogetherModeParticipantSeatingState = Record<string, TogetherModeSeatingPositionState>;
|
13334
|
-
|
13335
|
-
/**
|
13336
|
-
* State only version of {@link @azure/communication-calling#TogetherModeSeatingMap}.
|
13337
|
-
* @beta
|
13338
|
-
*
|
13339
|
-
* Represents the seating position of a participant in Together Mode.
|
13340
|
-
*/
|
13341
|
-
export declare interface TogetherModeSeatingPositionState {
|
13342
|
-
top: number;
|
13343
|
-
left: number;
|
13344
|
-
width: number;
|
13345
|
-
height: number;
|
13346
|
-
}
|
13347
|
-
|
13348
|
-
/**
|
13349
|
-
* Interface representing the result of a Together Mode stream view.
|
13350
|
-
* @beta
|
13351
|
-
*/
|
13352
|
-
export declare interface TogetherModeStreamOptions extends VideoStreamOptions {
|
13353
|
-
viewKind?: 'main' | 'panoramic';
|
13354
|
-
}
|
13355
|
-
|
13356
|
-
/**
|
13357
|
-
* Represents the streams in Together Mode.
|
13358
|
-
*
|
13359
|
-
* @beta
|
13360
|
-
*/
|
13361
|
-
export declare interface TogetherModeStreamsState {
|
13362
|
-
mainVideoStream?: CallFeatureStreamState;
|
13363
|
-
}
|
13364
|
-
|
13365
|
-
/**
|
13366
|
-
* Interface representing the result of a Together Mode stream view.
|
13367
|
-
* @beta
|
13368
|
-
*/
|
13369
|
-
export declare interface TogetherModeStreamViewResult {
|
13370
|
-
mainVideoView?: CreateVideoStreamViewResult;
|
13371
|
-
}
|
13372
|
-
|
13373
11358
|
/**
|
13374
11359
|
* Callback for {@link ChatAdapterSubscribers} 'topicChanged' event.
|
13375
11360
|
*
|
@@ -13558,129 +11543,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
13558
11543
|
typingString?: IStyle;
|
13559
11544
|
}
|
13560
11545
|
|
13561
|
-
/**
|
13562
|
-
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
13563
|
-
*
|
13564
|
-
* @beta
|
13565
|
-
*/
|
13566
|
-
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
13567
|
-
|
13568
|
-
/**
|
13569
|
-
* props for {@link UnsupportedBrowser} UI
|
13570
|
-
*
|
13571
|
-
* @beta
|
13572
|
-
*/
|
13573
|
-
export declare interface UnsupportedBrowserProps {
|
13574
|
-
/** Handler to perform an action when the help link is actioned */
|
13575
|
-
onTroubleshootingClick?: () => void;
|
13576
|
-
/** String overrides for the component */
|
13577
|
-
strings?: UnsupportedBrowserStrings;
|
13578
|
-
}
|
13579
|
-
|
13580
|
-
/**
|
13581
|
-
* Strings for UnsupportedBrowser component
|
13582
|
-
*
|
13583
|
-
* @beta
|
13584
|
-
*/
|
13585
|
-
export declare interface UnsupportedBrowserStrings {
|
13586
|
-
/** String for the primary text */
|
13587
|
-
primaryText: string;
|
13588
|
-
/** String for the secondary text */
|
13589
|
-
secondaryText: string;
|
13590
|
-
/** String to display in the text for the help link */
|
13591
|
-
moreHelpLinkText: string;
|
13592
|
-
}
|
13593
|
-
|
13594
|
-
/**
|
13595
|
-
* UI to display to the user that the browser version they are using is out of date
|
13596
|
-
* and not supported by Azure Communications Calling service.
|
13597
|
-
*
|
13598
|
-
* @beta
|
13599
|
-
*/
|
13600
|
-
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
13601
|
-
|
13602
|
-
/**
|
13603
|
-
* props for {@link UnsupportedBrowserVersion} UI
|
13604
|
-
*
|
13605
|
-
* @beta
|
13606
|
-
*/
|
13607
|
-
export declare interface UnsupportedBrowserVersionProps {
|
13608
|
-
/** Handler to perform an action when the help link is actioned */
|
13609
|
-
onTroubleshootingClick?: () => void;
|
13610
|
-
/** String overrides for the component */
|
13611
|
-
strings?: UnsupportedBrowserVersionStrings;
|
13612
|
-
/** Handler to allow user to continue into the call */
|
13613
|
-
onContinueAnywayClick?: () => void;
|
13614
|
-
}
|
13615
|
-
|
13616
|
-
/**
|
13617
|
-
* Strings for UnsupportedBrowser component
|
13618
|
-
*
|
13619
|
-
* @beta
|
13620
|
-
*/
|
13621
|
-
export declare interface UnsupportedBrowserVersionStrings {
|
13622
|
-
/** String for the primary text */
|
13623
|
-
primaryText: string;
|
13624
|
-
/** String for the secondary text */
|
13625
|
-
secondaryText: string;
|
13626
|
-
/** String to display in the text for the help link */
|
13627
|
-
moreHelpLinkText: string;
|
13628
|
-
/** String for continue without updating button */
|
13629
|
-
continueAnywayButtonText?: string;
|
13630
|
-
}
|
13631
|
-
|
13632
|
-
/**
|
13633
|
-
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
13634
|
-
*
|
13635
|
-
* @beta
|
13636
|
-
*/
|
13637
|
-
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
13638
|
-
|
13639
|
-
/**
|
13640
|
-
* Props for {@link UnsupportedOperatingSystem} UI
|
13641
|
-
*
|
13642
|
-
* @beta
|
13643
|
-
*/
|
13644
|
-
export declare interface UnsupportedOperatingSystemProps {
|
13645
|
-
/** Handler to perform a action when the help link is actioned */
|
13646
|
-
onTroubleshootingClick?: () => void;
|
13647
|
-
/** String overrides for the component */
|
13648
|
-
strings?: UnsupportedOperatingSystemStrings;
|
13649
|
-
}
|
13650
|
-
|
13651
|
-
/**
|
13652
|
-
* Strings for UnsupportedBrowser component
|
13653
|
-
*
|
13654
|
-
* @beta
|
13655
|
-
*/
|
13656
|
-
export declare interface UnsupportedOperatingSystemStrings {
|
13657
|
-
/** String for the primary text */
|
13658
|
-
primaryText: string;
|
13659
|
-
/** String for the secondary text */
|
13660
|
-
secondaryText: string;
|
13661
|
-
/** String to display in the text for the help link */
|
13662
|
-
moreHelpLinkText: string;
|
13663
|
-
}
|
13664
|
-
|
13665
11546
|
/**
|
13666
11547
|
* @public
|
13667
11548
|
* Callback function run when a message is updated.
|
13668
11549
|
*/
|
13669
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string
|
13670
|
-
|
13671
|
-
/**
|
13672
|
-
* Result payload for uploading an image.
|
13673
|
-
*
|
13674
|
-
* @beta
|
13675
|
-
*/
|
13676
|
-
export declare type UploadChatImageResult = {
|
13677
|
-
/** Id of the image. */
|
13678
|
-
id: string;
|
13679
|
-
/** The type of attachment. */
|
13680
|
-
attachmentType?: 'image' | 'file' | 'unknown';
|
13681
|
-
/** The name including file extension type of the attachment. */
|
13682
|
-
name?: string;
|
13683
|
-
};
|
11550
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
13684
11551
|
|
13685
11552
|
/**
|
13686
11553
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -13854,7 +11721,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
|
|
13854
11721
|
*
|
13855
11722
|
* @public
|
13856
11723
|
*/
|
13857
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs
|
11724
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
13858
11725
|
|
13859
11726
|
/**
|
13860
11727
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -14005,7 +11872,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
14005
11872
|
/**
|
14006
11873
|
* @public
|
14007
11874
|
*/
|
14008
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' |
|
11875
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
14009
11876
|
|
14010
11877
|
/**
|
14011
11878
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -14042,8 +11909,6 @@ export declare type VideoGalleryParticipant = {
|
|
14042
11909
|
isScreenSharingOn?: boolean;
|
14043
11910
|
/** Whether participant is spotlighted **/
|
14044
11911
|
spotlight?: Spotlight;
|
14045
|
-
/** Signal strength of the participant, range from 1 to 3, lower means better connection **/
|
14046
|
-
signalStrength?: number;
|
14047
11912
|
/** Media audio video access states **/
|
14048
11913
|
mediaAccess?: MediaAccess;
|
14049
11914
|
/** Attendee can have audio be forbidden **/
|
@@ -14189,15 +12054,6 @@ export declare interface VideoGalleryProps {
|
|
14189
12054
|
* This callback is to mute a remote participant
|
14190
12055
|
*/
|
14191
12056
|
onMuteParticipant?: (userId: string) => Promise<void>;
|
14192
|
-
startTogetherModeEnabled?: boolean;
|
14193
|
-
isTogetherModeActive?: boolean;
|
14194
|
-
onCreateTogetherModeStreamView?: (options?: VideoStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
14195
|
-
/** Callback to create the local video stream view */
|
14196
|
-
onStartTogetherMode?: () => Promise<void>;
|
14197
|
-
onSetTogetherModeSceneSize?: (width: number, height: number) => void;
|
14198
|
-
togetherModeStreams?: VideoGalleryTogetherModeStreams;
|
14199
|
-
togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
|
14200
|
-
onDisposeTogetherModeStreamView?: () => Promise<void>;
|
14201
12057
|
/**
|
14202
12058
|
* This callback is to forbid audio for remote participant(s)
|
14203
12059
|
*/
|
@@ -14356,31 +12212,6 @@ export declare interface VideoGalleryStyles extends BaseCustomStyles {
|
|
14356
12212
|
verticalGallery?: VerticalGalleryStyles;
|
14357
12213
|
}
|
14358
12214
|
|
14359
|
-
/**
|
14360
|
-
* Interface representing the position of a participant in Together Mode.
|
14361
|
-
* @beta
|
14362
|
-
*/
|
14363
|
-
export declare type VideoGalleryTogetherModeParticipantPosition = Record<string, VideoGalleryTogetherModeSeatingInfo>;
|
14364
|
-
|
14365
|
-
/**
|
14366
|
-
* Interface representing the seating information in Together Mode.
|
14367
|
-
* @beta
|
14368
|
-
*/
|
14369
|
-
export declare interface VideoGalleryTogetherModeSeatingInfo {
|
14370
|
-
top: number;
|
14371
|
-
left: number;
|
14372
|
-
width: number;
|
14373
|
-
height: number;
|
14374
|
-
}
|
14375
|
-
|
14376
|
-
/**
|
14377
|
-
* Interface representing the streams in Together Mode.
|
14378
|
-
* @beta
|
14379
|
-
*/
|
14380
|
-
export declare interface VideoGalleryTogetherModeStreams {
|
14381
|
-
mainVideoStream?: VideoGalleryStream;
|
14382
|
-
}
|
14383
|
-
|
14384
12215
|
/**
|
14385
12216
|
* Options to control how video streams are rendered.
|
14386
12217
|
*
|
@@ -14590,8 +12421,6 @@ export declare interface VideoTileStrings {
|
|
14590
12421
|
participantStateRinging: string;
|
14591
12422
|
/** String for displaying the Hold state of the remote participant */
|
14592
12423
|
participantStateHold: string;
|
14593
|
-
/** String for displaying the reconnecting state of the remote participant */
|
14594
|
-
participantReconnecting?: string;
|
14595
12424
|
/** String for the announcement of the muted state of the participant when muted */
|
14596
12425
|
moreOptionsParticipantMutedStateMutedAriaLabel: string;
|
14597
12426
|
/** String for the announcement of the unmuted state of the participant when unmuted */
|