@azure/communication-react 1.14.0 → 1.14.1-alpha-202403210013
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 +2723 -72
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-BgK9tOAk.js +51 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-BgK9tOAk.js.map +1 -0
- package/dist/dist-cjs/communication-react/index-B_kqOVlM.js +38230 -0
- package/dist/dist-cjs/communication-react/index-B_kqOVlM.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +156 -29549
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js +4 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +12 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +24 -3
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +27 -0
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +68 -13
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +12 -5
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +29 -56
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +22 -2
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +133 -54
- 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 +11 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts +15 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +19 -3
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +45 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +87 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -0
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +5 -2
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +25 -9
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.d.ts +7 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js +8 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +1 -0
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +88 -15
- 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.d.ts +4 -3
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +6 -3
- package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +14 -2
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +20 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +7 -0
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +23 -7
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts +20 -0
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +50 -1
- 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 +9 -3
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +91 -18
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.d.ts +2 -0
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +80 -14
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +6 -5
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +15 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +2 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +66 -71
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +167 -2
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +22 -2
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +203 -25
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +7 -8
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +150 -84
- 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 +7 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +50 -16
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +16 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +38 -2
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +6 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +35 -18
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +51 -57
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +14 -16
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +3 -15
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +17 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +36 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +1 -4
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.d.ts +18 -0
- package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js +49 -0
- package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js +0 -2
- package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.d.ts +16 -0
- package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js +24 -0
- package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +11 -0
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +8 -0
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.d.ts +16 -0
- package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js +30 -0
- package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +26 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +69 -40
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +32 -24
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +8 -11
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +19 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +91 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +23 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +48 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +2 -2
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +8 -0
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -3
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +6 -7
- package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +6 -0
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +15 -15
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +5 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +3 -10
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +2 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +5 -0
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.d.ts +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 +123 -18
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +3 -7
- package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +3 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +10 -3
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.d.ts +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +18 -33
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +8 -12
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +5 -19
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +58 -71
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +114 -128
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +7 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.d.ts +2 -2
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +1 -0
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +28 -0
- package/dist/dist-esm/communication-react/src/index.js +14 -2
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/communication-react/src/mergedHooks.d.ts +1 -1
- package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +3 -6
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +4 -10
- package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.js +8 -19
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
- package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +9 -8
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +39 -20
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +2 -5
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +37 -22
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts +6 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +49 -26
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsRichTextEditBox.d.ts +18 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsRichTextEditBox.js +102 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsRichTextEditBox.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +8 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +40 -25
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +11 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +58 -31
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +9 -5
- package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +10 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +15 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +46 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +86 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +22 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +117 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/{ChatMessageComponent.d.ts → MyMessageComponents/ChatMyMessageComponent.d.ts} +20 -8
- package/dist/dist-esm/react-components/src/components/ChatMessage/{ChatMessageComponent.js → MyMessageComponents/ChatMyMessageComponent.js} +18 -10
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +62 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +158 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +123 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +7 -4
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBar.js +10 -14
- package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +14 -4
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +3 -14
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +69 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +37 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +75 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +58 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +5 -8
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +105 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +86 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +86 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +31 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +19 -27
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js +12 -48
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +45 -51
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +2 -6
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +20 -9
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +11 -23
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +6 -4
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.d.ts +29 -0
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +60 -0
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Drawer/index.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/Drawer/index.js +2 -0
- package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/EndCallButton.js +3 -7
- package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +9 -5
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileCard.js +3 -4
- package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileCardGroup.js +1 -1
- package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +3 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +22 -14
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileUploadCards.js +8 -7
- package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
- package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +49 -0
- package/dist/dist-esm/react-components/src/components/HoldButton.js +25 -0
- package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +7 -9
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js +13 -25
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js +3 -10
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +23 -7
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +3 -5
- package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.d.ts +13 -0
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +136 -18
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +121 -0
- package/dist/dist-esm/react-components/src/components/MentionPopover.js +126 -0
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +20 -33
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +40 -2
- package/dist/dist-esm/react-components/src/components/MessageThread.js +87 -46
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +17 -14
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +94 -101
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +17 -20
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +64 -39
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +46 -32
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +6 -19
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.d.ts +56 -0
- package/dist/dist-esm/react-components/src/components/ReactionButton.js +89 -0
- package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +54 -13
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +41 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +83 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +29 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +60 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextRibbonButtons.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextRibbonButtons.js +86 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextRibbonButtons.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +92 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +129 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +16 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +68 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +6 -14
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +42 -0
- package/dist/dist-esm/react-components/src/components/SendBox.js +71 -12
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +2 -2
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +14 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +18 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +2 -4
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -3
- package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.d.ts +64 -0
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +55 -0
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.d.ts +18 -0
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js +57 -0
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.d.ts +141 -0
- package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js +4 -0
- package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.d.ts +61 -0
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +128 -0
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.d.ts +22 -0
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js +55 -0
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/SystemMessage.js +2 -4
- package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +595 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +152 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +822 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js +9 -6
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +20 -0
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +16 -42
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +3 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +8 -12
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +6 -12
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +6 -2
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +29 -22
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +14 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +55 -35
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +17 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +111 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +9 -16
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +15 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +2 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +47 -30
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +1 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +9 -34
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +2 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +1 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +10 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +22 -28
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +10 -5
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.d.ts +11 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +72 -34
- 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/videoGalleryLayoutUtils.d.ts +8 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +124 -85
- 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 +43 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +176 -34
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +23 -0
- package/dist/dist-esm/react-components/src/components/VideoTile.js +96 -63
- 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 -4
- 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 +26 -0
- package/dist/dist-esm/react-components/src/components/index.js +23 -2
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +58 -0
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +144 -0
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +2 -6
- 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/IconButton.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js +2 -6
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxButton.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +2 -5
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +26 -0
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +69 -0
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +4 -10
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.d.ts +0 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +2 -3
- 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.d.ts +36 -0
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +120 -0
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +54 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +156 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +17 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +30 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +5 -12
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +38 -0
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +92 -0
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +5 -0
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +32 -0
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -6
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +1 -2
- package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +26 -0
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +67 -0
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +1 -2
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +5 -19
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.d.ts +11 -0
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +37 -0
- 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 +8 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +20 -3
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +29 -0
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +88 -0
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js +1 -4
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +9 -0
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +15 -0
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.js +4 -0
- package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +2 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +4 -7
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/utils/merge.js +16 -0
- package/dist/dist-esm/react-components/src/components/utils/merge.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
- package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +10 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js +1 -3
- package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +13 -10
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.d.ts +2 -3
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +9 -7
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +4 -0
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +5 -3
- 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 +6 -0
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +66 -0
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js +1 -3
- 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/es-ES/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +8 -10
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js +15 -1
- package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +30 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +153 -18
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +6 -0
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +25 -0
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.d.ts +6 -0
- package/dist/dist-esm/react-components/src/theming/themes.js +10 -2
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -7
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/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 +27 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/OnRender.d.ts +8 -0
- package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.d.ts +34 -0
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ReactionTypes.d.ts +44 -1
- package/dist/dist-esm/react-components/src/types/ReactionTypes.js +2 -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 +22 -0
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +2 -0
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +118 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +73 -31
- 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 +210 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +97 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +400 -83
- 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 +145 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +7 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +8 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +3 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +16 -4
- 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 +6 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +158 -30
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +83 -64
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +48 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +210 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +10 -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 +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +20 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +5 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +12 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +93 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +33 -24
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +63 -26
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +26 -30
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +83 -47
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.d.ts +73 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +41 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +30 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +119 -8
- 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 +13 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +9 -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 +19 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +5 -2
- 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 +7 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +5 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +8 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +26 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -9
- 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.d.ts +16 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js +26 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +3 -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.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +12 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.d.ts +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +85 -16
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.d.ts +2 -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.d.ts +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 +6 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +31 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +139 -22
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +5 -13
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +24 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +34 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +15 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.d.ts +56 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js +29 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.d.ts +14 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js +27 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +23 -23
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +54 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +5 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +1 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.d.ts +14 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js +13 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +1 -0
- 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 +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +11 -5
- 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/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 +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +2 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +11 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +1 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +32 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +81 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +2 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +1 -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 +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +6 -24
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +11 -13
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +11 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +14 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +124 -21
- 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.d.ts +16 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +136 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js.map +1 -0
- 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 +107 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +106 -29
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +9 -7
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +6 -9
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +32 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +34 -4
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +162 -17
- 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 +82 -2
- 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 +16 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +61 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +9 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +31 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +30 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +15 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +34 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +10 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +45 -29
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +18 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +18 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +13 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +98 -40
- 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/AzureCommunicationFileUploadAdapter.d.ts +28 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +154 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +13 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +2 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUpload.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +18 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +10 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +6 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +11 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +4 -0
- 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 +12 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +15 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +27 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +12 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +17 -10
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +22 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +105 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +17 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +32 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +10 -8
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +5 -14
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +22 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +60 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +61 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +6 -8
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +12 -16
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +1 -5
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +83 -32
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +39 -37
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +125 -64
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js +5 -7
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +121 -132
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js +5 -7
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.d.ts +14 -0
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +16 -0
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +17 -11
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +13 -13
- 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 +28 -5
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +9 -0
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +20 -0
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendBox.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendBox.js +29 -2
- package/dist/dist-esm/react-composites/src/composites/common/SendBox.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +13 -16
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.d.ts +6 -0
- package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js +29 -0
- package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/Survey.d.ts +20 -0
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js +129 -0
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.d.ts +13 -0
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +44 -0
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +14 -15
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.d.ts +8 -0
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +23 -0
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +16 -13
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +52 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +24 -5
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +4 -10
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +11 -44
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +6 -29
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +4 -22
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.d.ts +10 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +36 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +26 -4
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +17 -12
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
- package/package.json +9 -11
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts +0 -55
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +0 -153
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/FluentChatMessageComponentWrapper.d.ts +0 -22
- package/dist/dist-esm/react-components/src/components/ChatMessage/FluentChatMessageComponentWrapper.js +0 -113
- package/dist/dist-esm/react-components/src/components/ChatMessage/FluentChatMessageComponentWrapper.js.map +0 -1
@@ -17,6 +17,7 @@
|
|
17
17
|
|
18
18
|
/// <reference types="react" />
|
19
19
|
|
20
|
+
import { AddPhoneNumberOptions } from '@azure/communication-calling';
|
20
21
|
import { AudioDeviceInfo } from '@azure/communication-calling';
|
21
22
|
import { BackgroundBlurConfig } from '@azure/communication-calling';
|
22
23
|
import { BackgroundBlurEffect } from '@azure/communication-calling';
|
@@ -29,7 +30,10 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
29
30
|
import { CallDirection } from '@azure/communication-calling';
|
30
31
|
import { CallEndReason } from '@azure/communication-calling';
|
31
32
|
import { CallerInfo } from '@azure/communication-calling';
|
33
|
+
import { CallKind } from '@azure/communication-calling';
|
32
34
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
35
|
+
import { CallSurvey } from '@azure/communication-calling';
|
36
|
+
import { CallSurveyResponse } from '@azure/communication-calling';
|
33
37
|
import { CapabilitiesChangeInfo } from '@azure/communication-calling';
|
34
38
|
import { CaptionsResultType } from '@azure/communication-calling';
|
35
39
|
import { ChatClient } from '@azure/communication-chat';
|
@@ -48,6 +52,7 @@ import { DeviceAccess } from '@azure/communication-calling';
|
|
48
52
|
import { DeviceManager } from '@azure/communication-calling';
|
49
53
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
50
54
|
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
55
|
+
import { EnvironmentInfo } from '@azure/communication-calling';
|
51
56
|
import { GroupCallLocator } from '@azure/communication-calling';
|
52
57
|
import { IButtonProps } from '@fluentui/react';
|
53
58
|
import { IButtonStyles } from '@fluentui/react';
|
@@ -55,7 +60,9 @@ import { IContextualMenuItem } from '@fluentui/react';
|
|
55
60
|
import { IContextualMenuItemStyles } from '@fluentui/react';
|
56
61
|
import { IContextualMenuProps } from '@fluentui/react';
|
57
62
|
import { IContextualMenuStyles } from '@fluentui/react';
|
63
|
+
import { ILinkStyles } from '@fluentui/react';
|
58
64
|
import { IMessageBarProps } from '@fluentui/react';
|
65
|
+
import { IncomingCall } from '@azure/communication-calling';
|
59
66
|
import { IPersonaStyleProps } from '@fluentui/react';
|
60
67
|
import { IPersonaStyles } from '@fluentui/react';
|
61
68
|
import { IRawStyle } from '@fluentui/react';
|
@@ -65,10 +72,12 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
|
|
65
72
|
import { ITextFieldStyles } from '@fluentui/react';
|
66
73
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
67
74
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
75
|
+
import { LocalRecordingInfo } from '@azure/communication-calling';
|
68
76
|
import { LocalVideoStream } from '@azure/communication-calling';
|
69
77
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
70
78
|
import { MediaStreamType } from '@azure/communication-calling';
|
71
79
|
import { MicrosoftTeamsAppIdentifier } from '@azure/communication-common';
|
80
|
+
import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
72
81
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
73
82
|
import { PartialTheme } from '@fluentui/react';
|
74
83
|
import { ParticipantCapabilities } from '@azure/communication-calling';
|
@@ -77,15 +86,22 @@ import { PermissionConstraints } from '@azure/communication-calling';
|
|
77
86
|
import { PersonaInitialsColor } from '@fluentui/react';
|
78
87
|
import { PersonaPresence } from '@fluentui/react';
|
79
88
|
import { PersonaSize } from '@fluentui/react';
|
89
|
+
import { PhoneNumberIdentifier } from '@azure/communication-common';
|
80
90
|
import { PropertyChangedEvent } from '@azure/communication-calling';
|
81
91
|
import { default as React_2 } from 'react';
|
92
|
+
import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
93
|
+
import { ReactionMessage } from '@azure/communication-calling';
|
94
|
+
import { RecordingInfo } from '@azure/communication-calling';
|
82
95
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
83
96
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
84
97
|
import { RoomCallLocator } from '@azure/communication-calling';
|
85
98
|
import { ScalingMode } from '@azure/communication-calling';
|
86
99
|
import { SendMessageOptions } from '@azure/communication-chat';
|
100
|
+
import { SpotlightedParticipant } from '@azure/communication-calling';
|
87
101
|
import { StartCallOptions } from '@azure/communication-calling';
|
88
102
|
import { StartCaptionsOptions } from '@azure/communication-calling';
|
103
|
+
import { TeamsCall } from '@azure/communication-calling';
|
104
|
+
import { TeamsCallAgent } from '@azure/communication-calling';
|
89
105
|
import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
|
90
106
|
import { Theme } from '@fluentui/react';
|
91
107
|
import { TransferEventArgs } from '@azure/communication-calling';
|
@@ -131,6 +147,38 @@ export declare interface ActiveErrorMessage {
|
|
131
147
|
timestamp?: Date;
|
132
148
|
}
|
133
149
|
|
150
|
+
/**
|
151
|
+
* Attributes required for SendBox to show file uploads like name, progress etc.
|
152
|
+
* @beta
|
153
|
+
*/
|
154
|
+
export declare interface ActiveFileUpload {
|
155
|
+
/**
|
156
|
+
* Unique identifier for the file upload.
|
157
|
+
*/
|
158
|
+
id: string;
|
159
|
+
/**
|
160
|
+
* File name to be rendered for uploaded file.
|
161
|
+
*/
|
162
|
+
filename: string;
|
163
|
+
/**
|
164
|
+
* A number between 0 and 1 indicating the progress of the upload.
|
165
|
+
* This is unrelated to the `uploadComplete` property.
|
166
|
+
* It is only used to show the progress of the upload.
|
167
|
+
* Progress of 1 doesn't mark the upload as complete, set the `uploadComplete`
|
168
|
+
* property to true to mark the upload as complete.
|
169
|
+
*/
|
170
|
+
progress: number;
|
171
|
+
/**
|
172
|
+
* Error to be displayed to the user if the upload fails.
|
173
|
+
*/
|
174
|
+
error?: SendBoxErrorBarError;
|
175
|
+
/**
|
176
|
+
* `true` means that the upload is completed.
|
177
|
+
* This is independent of the upload `progress`.
|
178
|
+
*/
|
179
|
+
uploadComplete?: boolean;
|
180
|
+
}
|
181
|
+
|
134
182
|
/**
|
135
183
|
* Error reported via error events and stored in adapter state.
|
136
184
|
*
|
@@ -197,6 +245,33 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
197
245
|
*/
|
198
246
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
199
247
|
|
248
|
+
/**
|
249
|
+
* Metadata containing basic information about the uploaded file.
|
250
|
+
*
|
251
|
+
* @beta
|
252
|
+
*/
|
253
|
+
export declare interface AttachmentMetadata {
|
254
|
+
/**
|
255
|
+
* Extension hint, useful for rendering a specific icon.
|
256
|
+
* An unknown or empty extension will be rendered as a generic icon.
|
257
|
+
* Example: `pdf`
|
258
|
+
*/
|
259
|
+
extension: string;
|
260
|
+
/**
|
261
|
+
* Unique ID of the file.
|
262
|
+
*/
|
263
|
+
id: string;
|
264
|
+
/**
|
265
|
+
* File name to be displayed.
|
266
|
+
*/
|
267
|
+
name: string;
|
268
|
+
/**
|
269
|
+
* Download URL for the file.
|
270
|
+
*/
|
271
|
+
url: string;
|
272
|
+
payload?: Record<string, string>;
|
273
|
+
}
|
274
|
+
|
200
275
|
/**
|
201
276
|
* Custom data attributes for displaying avatar for a user.
|
202
277
|
*
|
@@ -226,6 +301,11 @@ export declare type AvatarPersonaData = {
|
|
226
301
|
* @defaultvalue `white`
|
227
302
|
*/
|
228
303
|
initialsTextColor?: string;
|
304
|
+
/**
|
305
|
+
* If true, show the special coin for unknown persona.
|
306
|
+
* It has '?' in place of initials, with static font and background colors
|
307
|
+
*/
|
308
|
+
showUnknownPersonaCoin?: boolean;
|
229
309
|
};
|
230
310
|
|
231
311
|
/**
|
@@ -247,6 +327,11 @@ export declare type AzureCommunicationCallAdapterArgs = {
|
|
247
327
|
displayName: string;
|
248
328
|
credential: CommunicationTokenCredential;
|
249
329
|
locator: CallAdapterLocator;
|
330
|
+
/**
|
331
|
+
* A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
|
332
|
+
* E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
|
333
|
+
*/
|
334
|
+
alternateCallerId?: string;
|
250
335
|
/**
|
251
336
|
* Optional parameters for the {@link AzureCommunicationCallAdapter} created
|
252
337
|
*/
|
@@ -271,6 +356,7 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
|
|
271
356
|
displayName: string;
|
272
357
|
credential: CommunicationTokenCredential;
|
273
358
|
locator: CallAndChatLocator | TeamsMeetingLinkLocator;
|
359
|
+
alternateCallerId?: string;
|
274
360
|
callAdapterOptions?: AzureCommunicationCallAdapterOptions;
|
275
361
|
};
|
276
362
|
|
@@ -315,6 +401,11 @@ export declare type AzureCommunicationOutboundCallAdapterArgs = {
|
|
315
401
|
displayName: string;
|
316
402
|
credential: CommunicationTokenCredential;
|
317
403
|
targetCallees: StartCallIdentifier[];
|
404
|
+
/**
|
405
|
+
* A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
|
406
|
+
* E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
|
407
|
+
*/
|
408
|
+
alternateCallerId?: string;
|
318
409
|
/**
|
319
410
|
* Optional parameters for the {@link AzureCommunicationCallAdapter} created
|
320
411
|
*/
|
@@ -376,6 +467,156 @@ export declare interface BaseCustomStyles {
|
|
376
467
|
root?: IStyle;
|
377
468
|
}
|
378
469
|
|
470
|
+
/**
|
471
|
+
* Content blocked message type.
|
472
|
+
*
|
473
|
+
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
474
|
+
*
|
475
|
+
* @beta
|
476
|
+
*/
|
477
|
+
export declare interface BlockedMessage extends MessageCommon {
|
478
|
+
messageType: 'blocked';
|
479
|
+
warningText?: string;
|
480
|
+
linkText?: string;
|
481
|
+
link?: string;
|
482
|
+
deletedOn?: Date;
|
483
|
+
senderId?: string;
|
484
|
+
senderDisplayName?: string;
|
485
|
+
status?: MessageStatus;
|
486
|
+
attached?: MessageAttachedStatus;
|
487
|
+
mine?: boolean;
|
488
|
+
}
|
489
|
+
|
490
|
+
/**
|
491
|
+
* @beta
|
492
|
+
* Props for BrowserPermissionDeniedIOS component.
|
493
|
+
*/
|
494
|
+
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
495
|
+
/**
|
496
|
+
* Localization strings for BrowserPermissionDeniedIOS component.
|
497
|
+
*/
|
498
|
+
strings?: BrowserPermissionDeniedIOSStrings;
|
499
|
+
/**
|
500
|
+
* Link to image source.
|
501
|
+
*
|
502
|
+
* Image is inserted into the top of the component.
|
503
|
+
*/
|
504
|
+
imageSource?: string;
|
505
|
+
}
|
506
|
+
|
507
|
+
/**
|
508
|
+
* @beta
|
509
|
+
* Strings for BrowserPermissionDeniedIOS component
|
510
|
+
*/
|
511
|
+
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
512
|
+
/**
|
513
|
+
* Image alt text
|
514
|
+
*/
|
515
|
+
imageAltText: string;
|
516
|
+
/**
|
517
|
+
* Main text string.
|
518
|
+
*/
|
519
|
+
primaryText: string;
|
520
|
+
/**
|
521
|
+
* Subtext string.
|
522
|
+
*/
|
523
|
+
secondaryText: string;
|
524
|
+
/**
|
525
|
+
* Step 1 string
|
526
|
+
*/
|
527
|
+
step1Text: string;
|
528
|
+
/**
|
529
|
+
* Step 1 digit string
|
530
|
+
*/
|
531
|
+
step1DigitText: string;
|
532
|
+
/**
|
533
|
+
* Step 2 string
|
534
|
+
*/
|
535
|
+
step2Text: string;
|
536
|
+
/**
|
537
|
+
* Step 2 digit string
|
538
|
+
*/
|
539
|
+
step2DigitText: string;
|
540
|
+
/**
|
541
|
+
* Step 3 string
|
542
|
+
*/
|
543
|
+
step3Text: string;
|
544
|
+
/**
|
545
|
+
* Step 3 digit string
|
546
|
+
*/
|
547
|
+
step3DigitText: string;
|
548
|
+
/**
|
549
|
+
* Step 4 string
|
550
|
+
*/
|
551
|
+
step4Text: string;
|
552
|
+
/**
|
553
|
+
* Step 4 digit string
|
554
|
+
*/
|
555
|
+
step4DigitText: string;
|
556
|
+
}
|
557
|
+
|
558
|
+
/**
|
559
|
+
* @beta
|
560
|
+
* Props for BrowserPermissionDenied component.
|
561
|
+
*/
|
562
|
+
export declare interface BrowserPermissionDeniedProps {
|
563
|
+
/**
|
564
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
565
|
+
*/
|
566
|
+
onTroubleshootingClick?: () => void;
|
567
|
+
/**
|
568
|
+
* Action to be taken by the try again primary button.
|
569
|
+
*/
|
570
|
+
onTryAgainClick?: () => void;
|
571
|
+
/**
|
572
|
+
* Localization strings for BrowserPermissionDenied component.
|
573
|
+
*/
|
574
|
+
strings?: BrowserPermissionDeniedStrings;
|
575
|
+
/**
|
576
|
+
* Allows users to pass in an object contains custom CSS styles.
|
577
|
+
* @Example
|
578
|
+
* ```
|
579
|
+
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
580
|
+
* ```
|
581
|
+
*/
|
582
|
+
styles?: BrowserPermissionDeniedStyles;
|
583
|
+
}
|
584
|
+
|
585
|
+
/**
|
586
|
+
* @beta
|
587
|
+
* Strings for BrowserPermissionDenied component
|
588
|
+
*/
|
589
|
+
export declare interface BrowserPermissionDeniedStrings {
|
590
|
+
/**
|
591
|
+
* Main button text string.
|
592
|
+
*/
|
593
|
+
primaryButtonText: string;
|
594
|
+
/**
|
595
|
+
* Main text string.
|
596
|
+
*/
|
597
|
+
primaryText: string;
|
598
|
+
/**
|
599
|
+
* Subtext string.
|
600
|
+
*/
|
601
|
+
secondaryText: string;
|
602
|
+
/**
|
603
|
+
* More help link string.
|
604
|
+
*/
|
605
|
+
linkText: string;
|
606
|
+
}
|
607
|
+
|
608
|
+
/**
|
609
|
+
* Fluent styles for {@link BrowserPermissionDenied}.
|
610
|
+
*
|
611
|
+
* @beta
|
612
|
+
*/
|
613
|
+
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
614
|
+
/** Styles for the primary button. */
|
615
|
+
primaryButton?: IButtonStyles;
|
616
|
+
/** Styles for the help troubleshooting link text. */
|
617
|
+
troubleshootingLink?: ILinkStyles;
|
618
|
+
}
|
619
|
+
|
379
620
|
/**
|
380
621
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
381
622
|
*
|
@@ -459,6 +700,12 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
|
|
459
700
|
* @public
|
460
701
|
*/
|
461
702
|
startCall(participants: string[], options?: StartCallOptions): Call | undefined;
|
703
|
+
/**
|
704
|
+
* Start the call.
|
705
|
+
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
706
|
+
* @public
|
707
|
+
*/
|
708
|
+
startCall(participants: StartCallIdentifier[], options?: StartCallOptions): Call | undefined;
|
462
709
|
}
|
463
710
|
|
464
711
|
/**
|
@@ -521,6 +768,12 @@ export declare interface CallAdapterCallOperations {
|
|
521
768
|
* @public
|
522
769
|
*/
|
523
770
|
lowerHand(): Promise<void>;
|
771
|
+
/**
|
772
|
+
* Send reaction emoji
|
773
|
+
*
|
774
|
+
* @beta
|
775
|
+
*/
|
776
|
+
onReactionClick(reaction: Reaction_2): Promise<void>;
|
524
777
|
/**
|
525
778
|
* Stop sharing the screen
|
526
779
|
*
|
@@ -535,6 +788,12 @@ export declare interface CallAdapterCallOperations {
|
|
535
788
|
* @public
|
536
789
|
*/
|
537
790
|
removeParticipant(userId: string): Promise<void>;
|
791
|
+
/**
|
792
|
+
* Remove a participant from the call.
|
793
|
+
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
794
|
+
* @beta
|
795
|
+
*/
|
796
|
+
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
538
797
|
/**
|
539
798
|
* Create the html view for a stream.
|
540
799
|
*
|
@@ -586,12 +845,35 @@ export declare interface CallAdapterCallOperations {
|
|
586
845
|
* @public
|
587
846
|
*/
|
588
847
|
disposeLocalVideoStreamView(): Promise<void>;
|
848
|
+
/**
|
849
|
+
* Holds the call.
|
850
|
+
*
|
851
|
+
* @beta
|
852
|
+
*/
|
853
|
+
holdCall(): Promise<void>;
|
854
|
+
/**
|
855
|
+
* Resumes the call from a `LocalHold` state.
|
856
|
+
*
|
857
|
+
* @beta
|
858
|
+
*/
|
859
|
+
resumeCall(): Promise<void>;
|
860
|
+
/**
|
861
|
+
* Add a participant to the call.
|
862
|
+
*
|
863
|
+
* @beta
|
864
|
+
*/
|
865
|
+
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
866
|
+
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
589
867
|
/**
|
590
868
|
* send dtmf tone to another participant in a 1:1 PSTN call
|
591
869
|
*
|
592
870
|
* @public
|
593
871
|
*/
|
594
872
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
873
|
+
/**
|
874
|
+
* Continues into a call when the browser version is not supported.
|
875
|
+
*/
|
876
|
+
allowUnsupportedBrowserVersion(): void;
|
595
877
|
/**
|
596
878
|
* Function to Start captions
|
597
879
|
* @param options - options for start captions
|
@@ -637,6 +919,24 @@ export declare interface CallAdapterCallOperations {
|
|
637
919
|
* @public
|
638
920
|
*/
|
639
921
|
updateSelectedVideoBackgroundEffect(selectedVideoBackground: VideoBackgroundEffect): void;
|
922
|
+
/**
|
923
|
+
* Send the end of call survey result
|
924
|
+
*
|
925
|
+
* @beta
|
926
|
+
*/
|
927
|
+
submitSurvey(survey: CallSurvey): Promise<CallSurveyResponse | undefined>;
|
928
|
+
/**
|
929
|
+
* Start spotlight
|
930
|
+
*/
|
931
|
+
startSpotlight(userIds?: string[]): Promise<void>;
|
932
|
+
/**
|
933
|
+
* Stop spotlight
|
934
|
+
*/
|
935
|
+
stopSpotlight(userIds?: string[]): Promise<void>;
|
936
|
+
/**
|
937
|
+
* Stop all spotlights
|
938
|
+
*/
|
939
|
+
stopAllSpotlight(): Promise<void>;
|
640
940
|
}
|
641
941
|
|
642
942
|
/**
|
@@ -664,6 +964,14 @@ export declare type CallAdapterClientState = {
|
|
664
964
|
* Latest error encountered for each operation performed via the adapter.
|
665
965
|
*/
|
666
966
|
latestErrors: AdapterErrors;
|
967
|
+
/**
|
968
|
+
* Azure communications Phone number to make PSTN calls with.
|
969
|
+
*/
|
970
|
+
alternateCallerId?: string;
|
971
|
+
/**
|
972
|
+
* Environment information about system the adapter is made on
|
973
|
+
*/
|
974
|
+
environmentInfo?: EnvironmentInfo;
|
667
975
|
/**
|
668
976
|
* State to track whether the local participant's camera is on. To be used when creating a custom
|
669
977
|
* control bar with the CallComposite.
|
@@ -685,10 +993,19 @@ export declare type CallAdapterClientState = {
|
|
685
993
|
* Call from transfer request accepted by local user
|
686
994
|
*/
|
687
995
|
acceptedTransferCallState?: CallState;
|
996
|
+
/**
|
997
|
+
* Hide attendee names in teams meeting
|
998
|
+
*/
|
999
|
+
hideAttendeeNames?: boolean;
|
688
1000
|
/**
|
689
1001
|
* State to track the sounds to be used in the call.
|
690
1002
|
*/
|
691
1003
|
sounds?: CallingSounds;
|
1004
|
+
/**
|
1005
|
+
* State to track the reactions to be used.
|
1006
|
+
* @beta
|
1007
|
+
*/
|
1008
|
+
reactions?: ReactionResources;
|
692
1009
|
};
|
693
1010
|
|
694
1011
|
/**
|
@@ -773,7 +1090,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
773
1090
|
*
|
774
1091
|
* @public
|
775
1092
|
*/
|
776
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator;
|
1093
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
|
777
1094
|
|
778
1095
|
/**
|
779
1096
|
* {@link CommonCallAdapter} state.
|
@@ -878,6 +1195,10 @@ export declare interface CallAdapterSubscribers {
|
|
878
1195
|
* Subscribe function for 'roleChanged' event.
|
879
1196
|
*/
|
880
1197
|
on(event: 'roleChanged', listener: PropertyChangedEvent): void;
|
1198
|
+
/**
|
1199
|
+
* Subscribe function for 'spotlightChanged' event.
|
1200
|
+
*/
|
1201
|
+
on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
881
1202
|
/**
|
882
1203
|
* Unsubscribe function for 'participantsJoined' event.
|
883
1204
|
*/
|
@@ -954,6 +1275,10 @@ export declare interface CallAdapterSubscribers {
|
|
954
1275
|
* Unsubscribe function for 'roleChanged' event.
|
955
1276
|
*/
|
956
1277
|
off(event: 'roleChanged', listener: PropertyChangedEvent): void;
|
1278
|
+
/**
|
1279
|
+
* Subscribe function for 'spotlightChanged' event.
|
1280
|
+
*/
|
1281
|
+
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
957
1282
|
}
|
958
1283
|
|
959
1284
|
/**
|
@@ -964,6 +1289,7 @@ export declare interface CallAdapterSubscribers {
|
|
964
1289
|
export declare type CallAdapterUiState = {
|
965
1290
|
isLocalPreviewMicrophoneEnabled: boolean;
|
966
1291
|
page: CallCompositePage;
|
1292
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
967
1293
|
};
|
968
1294
|
|
969
1295
|
/**
|
@@ -982,7 +1308,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
|
|
982
1308
|
*/
|
983
1309
|
export declare interface CallAgentProviderProps {
|
984
1310
|
children: React_2.ReactNode;
|
985
|
-
callAgent?: CallAgent;
|
1311
|
+
callAgent?: CallAgent | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
|
986
1312
|
}
|
987
1313
|
|
988
1314
|
/**
|
@@ -1007,7 +1333,7 @@ export declare interface CallAgentState {
|
|
1007
1333
|
*/
|
1008
1334
|
export declare interface CallAndChatLocator {
|
1009
1335
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1010
|
-
callLocator: GroupCallLocator;
|
1336
|
+
callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
|
1011
1337
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1012
1338
|
chatThreadId: string;
|
1013
1339
|
}
|
@@ -1094,6 +1420,16 @@ export declare interface CallClientState {
|
|
1094
1420
|
* See documentation of {@Link CallErrors} for details.
|
1095
1421
|
*/
|
1096
1422
|
latestErrors: CallErrors;
|
1423
|
+
/**
|
1424
|
+
* A phone number in E.164 format that will be used to represent callers identity.
|
1425
|
+
* For example, using the alternateCallerId to add a participant using PSTN, this number will
|
1426
|
+
* be used as the caller id in the PSTN call.
|
1427
|
+
*/
|
1428
|
+
alternateCallerId?: string;
|
1429
|
+
/**
|
1430
|
+
* state to track the environment that the stateful client was made in is supported
|
1431
|
+
*/
|
1432
|
+
environmentInfo?: EnvironmentInfo;
|
1097
1433
|
}
|
1098
1434
|
|
1099
1435
|
/**
|
@@ -1127,8 +1463,11 @@ export declare type CallCompositeIcons = {
|
|
1127
1463
|
ControlButtonMicProhibited?: JSX.Element;
|
1128
1464
|
ControlButtonRaiseHand?: JSX.Element;
|
1129
1465
|
ControlButtonLowerHand?: JSX.Element;
|
1466
|
+
ControlButtonExitSpotlight?: JSX.Element;
|
1130
1467
|
RaiseHandContextualMenuItem?: JSX.Element;
|
1468
|
+
ReactionContextualMenuItem?: JSX.Element;
|
1131
1469
|
LowerHandContextualMenuItem?: JSX.Element;
|
1470
|
+
ReactionButtonIcon?: JSX.Element;
|
1132
1471
|
ErrorBarCallCameraAccessDenied?: JSX.Element;
|
1133
1472
|
ErrorBarCallCameraAlreadyInUse?: JSX.Element;
|
1134
1473
|
ErrorBarCallLocalVideoFreeze?: JSX.Element;
|
@@ -1169,6 +1508,9 @@ export declare type CallCompositeIcons = {
|
|
1169
1508
|
ParticipantItemScreenShareStart?: JSX.Element;
|
1170
1509
|
VideoTileMicOff?: JSX.Element;
|
1171
1510
|
LocalCameraSwitch?: JSX.Element;
|
1511
|
+
PeoplePaneAddPerson?: JSX.Element;
|
1512
|
+
PeoplePaneOpenDialpad?: JSX.Element;
|
1513
|
+
DialpadStartCall?: JSX.Element;
|
1172
1514
|
NoticePageInviteToRoomRemoved?: JSX.Element;
|
1173
1515
|
BlurVideoBackground?: JSX.Element;
|
1174
1516
|
RemoveVideoBackgroundEffect?: JSX.Element;
|
@@ -1181,6 +1523,8 @@ export declare type CallCompositeIcons = {
|
|
1181
1523
|
LargeGalleryLayout?: JSX.Element;
|
1182
1524
|
DefaultCustomButton?: JSX.Element;
|
1183
1525
|
DtmfDialpadButton?: JSX.Element;
|
1526
|
+
PeoplePaneMoreButton?: JSX.Element;
|
1527
|
+
StopAllSpotlightMenuButton?: JSX.Element;
|
1184
1528
|
};
|
1185
1529
|
|
1186
1530
|
/**
|
@@ -1201,6 +1545,56 @@ export declare type CallCompositeOptions = {
|
|
1201
1545
|
* @defaultValue true
|
1202
1546
|
*/
|
1203
1547
|
callControls?: boolean | CallControlOptions;
|
1548
|
+
/**
|
1549
|
+
* Device permissions check options for your call.
|
1550
|
+
* Here you can choose what device permissions you prompt the user for,
|
1551
|
+
* as well as what device permissions must be accepted before starting a call.
|
1552
|
+
*/
|
1553
|
+
deviceChecks?: DeviceCheckOptions;
|
1554
|
+
/**
|
1555
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1556
|
+
* unable to grant your site the required permissions for the call.
|
1557
|
+
*
|
1558
|
+
* @example
|
1559
|
+
* ```ts
|
1560
|
+
* onPermissionsTroubleshootingClick: () =>
|
1561
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1562
|
+
* ```
|
1563
|
+
*
|
1564
|
+
* @remarks
|
1565
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1566
|
+
*/
|
1567
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1568
|
+
camera: PermissionState;
|
1569
|
+
microphone: PermissionState;
|
1570
|
+
}) => void;
|
1571
|
+
/**
|
1572
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1573
|
+
* having network issues when connecting to the call.
|
1574
|
+
*
|
1575
|
+
* @example
|
1576
|
+
* ```ts
|
1577
|
+
* onNetworkingTroubleShootingClick?: () =>
|
1578
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1579
|
+
* ```
|
1580
|
+
*
|
1581
|
+
* @remarks
|
1582
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1583
|
+
*/
|
1584
|
+
onNetworkingTroubleShootingClick?: () => void;
|
1585
|
+
/**
|
1586
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1587
|
+
*
|
1588
|
+
* @example
|
1589
|
+
* ```ts
|
1590
|
+
* onBrowserTroubleShootingClick?: () =>
|
1591
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1592
|
+
* ```
|
1593
|
+
*
|
1594
|
+
* @remarks
|
1595
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
1596
|
+
*/
|
1597
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
1204
1598
|
/**
|
1205
1599
|
* Remote participant video tile menu options
|
1206
1600
|
*/
|
@@ -1220,6 +1614,40 @@ export declare type CallCompositeOptions = {
|
|
1220
1614
|
*/
|
1221
1615
|
layout?: VideoGalleryLayout;
|
1222
1616
|
};
|
1617
|
+
/**
|
1618
|
+
* Options for end of call survey
|
1619
|
+
*/
|
1620
|
+
surveyOptions?: {
|
1621
|
+
/**
|
1622
|
+
* Disable call survey at the end of a call.
|
1623
|
+
* @defaultValue false
|
1624
|
+
*/
|
1625
|
+
disableSurvey?: boolean;
|
1626
|
+
/**
|
1627
|
+
* Optional callback to redirect users to custom screens when survey is done, note that default end call screen will be shown if this callback is not provided
|
1628
|
+
* This callback can be used to redirect users to different screens depending on survey state, whether it is submitted, skipped or has a problem when submitting the survey
|
1629
|
+
*/
|
1630
|
+
onSurveyClosed?: (surveyState: 'sent' | 'skipped' | 'error', surveyError?: string) => void;
|
1631
|
+
/**
|
1632
|
+
* Optional callback to handle survey data including free form text response
|
1633
|
+
* Note that free form text response survey option is only going to be enabled when this callback is provided
|
1634
|
+
* User will need to handle all free form text response on their own
|
1635
|
+
*/
|
1636
|
+
onSurveySubmitted?: (callId: string, surveyId: string,
|
1637
|
+
/**
|
1638
|
+
* This is the survey results containing star survey data and API tag survey data.
|
1639
|
+
* This part of the result will always be sent to the calling sdk
|
1640
|
+
* This callback provides user with the ability to gain access to survey data
|
1641
|
+
*/
|
1642
|
+
submittedSurvey: CallSurvey,
|
1643
|
+
/**
|
1644
|
+
* This is the survey results containing free form text
|
1645
|
+
* This part of the result will not be handled by composites
|
1646
|
+
* User will need to collect and handle this information 100% on their own
|
1647
|
+
* Free form text survey is not going to show in the UI if onSurveySubmitted is not populated
|
1648
|
+
*/
|
1649
|
+
improvementSuggestions: CallSurveyImprovementSuggestions) => Promise<void>;
|
1650
|
+
};
|
1223
1651
|
/**
|
1224
1652
|
* Options for setting additional customizations related to personalized branding.
|
1225
1653
|
*/
|
@@ -1259,6 +1687,16 @@ export declare type CallCompositeOptions = {
|
|
1259
1687
|
url: string;
|
1260
1688
|
};
|
1261
1689
|
};
|
1690
|
+
/**
|
1691
|
+
* Options for settings related to spotlight.
|
1692
|
+
*/
|
1693
|
+
spotlight?: {
|
1694
|
+
/**
|
1695
|
+
* Flag to hide the menu buttons to start and stop spotlight for remote participants and the local participant.
|
1696
|
+
* @defaultValue false
|
1697
|
+
*/
|
1698
|
+
hideSpotlightButtons?: boolean;
|
1699
|
+
};
|
1262
1700
|
};
|
1263
1701
|
|
1264
1702
|
/**
|
@@ -1266,7 +1704,7 @@ export declare type CallCompositeOptions = {
|
|
1266
1704
|
*
|
1267
1705
|
* @public
|
1268
1706
|
*/
|
1269
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(call-transfer) */ 'transferring';
|
1707
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | /* @conditional-compile-remove(PSTN-calls) */ 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | /* @conditional-compile-remove(call-transfer) */ 'transferring';
|
1270
1708
|
|
1271
1709
|
/**
|
1272
1710
|
* Props for {@link CallComposite}.
|
@@ -1517,81 +1955,177 @@ export declare interface CallCompositeStrings {
|
|
1517
1955
|
*/
|
1518
1956
|
dismissSidePaneButtonLabel?: string;
|
1519
1957
|
/**
|
1520
|
-
*
|
1958
|
+
* Side pane People section subheader.
|
1521
1959
|
*/
|
1522
|
-
|
1960
|
+
peoplePaneSubTitle: string;
|
1523
1961
|
/**
|
1524
|
-
*
|
1962
|
+
* Label for button to copy invite link
|
1525
1963
|
*/
|
1526
|
-
|
1964
|
+
copyInviteLinkButtonLabel: string;
|
1527
1965
|
/**
|
1528
|
-
*
|
1966
|
+
* Label for button to open dialpad
|
1529
1967
|
*/
|
1530
|
-
|
1968
|
+
openDialpadButtonLabel: string;
|
1531
1969
|
/**
|
1532
|
-
*
|
1970
|
+
* Label for menu item to remove participant
|
1533
1971
|
*/
|
1534
|
-
|
1972
|
+
removeMenuLabel: string;
|
1535
1973
|
/**
|
1536
|
-
*
|
1974
|
+
* Label for menu item to start spotlight on participant
|
1537
1975
|
*/
|
1538
|
-
|
1976
|
+
startSpotlightMenuLabel: string;
|
1539
1977
|
/**
|
1540
|
-
*
|
1978
|
+
* Label for menu item to add spotlight on participant
|
1541
1979
|
*/
|
1542
|
-
|
1980
|
+
addSpotlightMenuLabel: string;
|
1543
1981
|
/**
|
1544
|
-
*
|
1982
|
+
* Label for menu item to stop spotlight on participant
|
1545
1983
|
*/
|
1546
|
-
|
1984
|
+
stopSpotlightMenuLabel: string;
|
1547
1985
|
/**
|
1548
|
-
*
|
1986
|
+
* Label for menu item to stop spotlight on local user
|
1549
1987
|
*/
|
1550
|
-
|
1988
|
+
stopSpotlightOnSelfMenuLabel: string;
|
1551
1989
|
/**
|
1552
|
-
*
|
1990
|
+
* Label for menu item to stop spotlight on local user
|
1553
1991
|
*/
|
1554
|
-
|
1992
|
+
spotlightLimitReachedMenuTitle: string;
|
1555
1993
|
/**
|
1556
|
-
*
|
1994
|
+
* Label for menu item to stop all spotlight
|
1557
1995
|
*/
|
1558
|
-
|
1996
|
+
stopAllSpotlightMenuLabel: string;
|
1559
1997
|
/**
|
1560
|
-
* Label for
|
1998
|
+
* Label for add people dropdown
|
1561
1999
|
*/
|
1562
|
-
|
2000
|
+
peoplePaneAddPeopleButtonLabel: string;
|
1563
2001
|
/**
|
1564
|
-
*
|
2002
|
+
* Label for button to start a call
|
1565
2003
|
*/
|
1566
|
-
|
2004
|
+
dialpadStartCallButtonLabel: string;
|
1567
2005
|
/**
|
1568
|
-
*
|
2006
|
+
* Title for dialpad Modal
|
1569
2007
|
*/
|
1570
|
-
|
2008
|
+
dialpadModalTitle: string;
|
1571
2009
|
/**
|
1572
|
-
*
|
2010
|
+
* Aria Label for dialpad Modal
|
1573
2011
|
*/
|
1574
|
-
|
2012
|
+
dialpadModalAriaLabel: string;
|
1575
2013
|
/**
|
1576
|
-
* Label for
|
2014
|
+
* Aria Label for dialpad Modal close button
|
1577
2015
|
*/
|
1578
|
-
|
2016
|
+
dialpadCloseModalButtonAriaLabel: string;
|
1579
2017
|
/**
|
1580
|
-
*
|
2018
|
+
* label for more button in the Calling composite
|
1581
2019
|
*/
|
1582
|
-
|
2020
|
+
moreButtonCallingLabel: string;
|
1583
2021
|
/**
|
1584
|
-
*
|
2022
|
+
* Label for the resume call button on the hold pane
|
1585
2023
|
*/
|
1586
|
-
|
2024
|
+
resumeCallButtonLabel: string;
|
1587
2025
|
/**
|
1588
|
-
*
|
2026
|
+
* Label for the resume call button on the hold pane when call is resuming
|
2027
|
+
*/
|
2028
|
+
resumingCallButtonLabel: string;
|
2029
|
+
/**
|
2030
|
+
* Aria label for the resume call button on the hold pane
|
2031
|
+
*/
|
2032
|
+
resumeCallButtonAriaLabel: string;
|
2033
|
+
/**
|
2034
|
+
* Aria label for the resume call button on the hold pane when call is resuming
|
2035
|
+
*/
|
2036
|
+
resumingCallButtonAriaLabel: string;
|
2037
|
+
/**
|
2038
|
+
* Label for the hold pane
|
2039
|
+
*/
|
2040
|
+
holdScreenLabel: string;
|
2041
|
+
/**
|
2042
|
+
* Placeholder text for dtmf dialpad
|
2043
|
+
*/
|
2044
|
+
dtmfDialpadPlaceholderText: string;
|
2045
|
+
/**
|
2046
|
+
* Label for the button to open dtmf dialpad
|
2047
|
+
*/
|
2048
|
+
openDtmfDialpadLabel: string;
|
2049
|
+
/**
|
2050
|
+
* aria label for when the invite link has been actioned
|
2051
|
+
*/
|
2052
|
+
copyInviteLinkActionedAriaLabel: string;
|
2053
|
+
/**
|
2054
|
+
* Title text of the page shown to the user when the user attempts to join a room that cannot be found.
|
2055
|
+
*/
|
2056
|
+
roomNotFoundTitle: string;
|
2057
|
+
/**
|
2058
|
+
* More details text of the page shown to the user when the user attempts to join a room that cannot be found.
|
2059
|
+
*/
|
2060
|
+
roomNotFoundDetails?: string;
|
2061
|
+
/**
|
2062
|
+
* Title text of the page shown to the user when the user attempts to join a room that is not valid.
|
2063
|
+
*/
|
2064
|
+
roomNotValidTitle: string;
|
2065
|
+
/**
|
2066
|
+
* More details text of the page shown to the user when the user attempts to join a room that is not valid.
|
2067
|
+
*/
|
2068
|
+
roomNotValidDetails?: string;
|
2069
|
+
/**
|
2070
|
+
* Title text of the page shown to the user when the user's permission to join the room is removed.
|
2071
|
+
*/
|
2072
|
+
inviteToRoomRemovedTitle: string;
|
2073
|
+
/**
|
2074
|
+
* More details text of the page shown to the user when the user's permission to join the room is removed.
|
2075
|
+
*/
|
2076
|
+
inviteToRoomRemovedDetails?: string;
|
2077
|
+
/**
|
2078
|
+
* Video Effects pane title.
|
2079
|
+
*/
|
2080
|
+
videoEffectsPaneTitle: string;
|
2081
|
+
/**
|
2082
|
+
* Video Effects pane sub section title for choosing background.
|
2083
|
+
*/
|
2084
|
+
videoEffectsPaneBackgroundSelectionTitle: string;
|
2085
|
+
/**
|
2086
|
+
* Label for the button to open effects
|
2087
|
+
*/
|
2088
|
+
configurationPageVideoEffectsButtonLabel?: string;
|
2089
|
+
/**
|
2090
|
+
* Error message for video effect failure
|
2091
|
+
*/
|
2092
|
+
unableToStartVideoEffect?: string;
|
2093
|
+
/**
|
2094
|
+
* Label for the blur video background effect item
|
2095
|
+
*/
|
2096
|
+
blurBackgroundEffectButtonLabel?: string;
|
2097
|
+
/**
|
2098
|
+
* Tooltip text for the blur video background effect item
|
2099
|
+
*/
|
2100
|
+
blurBackgroundTooltip?: string;
|
2101
|
+
/**
|
2102
|
+
* Label for the remove video background effect item
|
2103
|
+
*/
|
2104
|
+
removeBackgroundEffectButtonLabel?: string;
|
2105
|
+
/**
|
2106
|
+
* Tooltip text for the blur video background effect item
|
2107
|
+
*/
|
2108
|
+
removeBackgroundTooltip?: string;
|
2109
|
+
/**
|
2110
|
+
* Text to show when warning the user the camera is off and inform the user to turn the camera on to see the selected video background effect.
|
2111
|
+
*/
|
2112
|
+
cameraOffBackgroundEffectWarningText?: string;
|
2113
|
+
/**
|
2114
|
+
* Title text of the page shown to the user when the user attempts to join a room they are not invited to.
|
1589
2115
|
*/
|
1590
2116
|
notInvitedToRoomTitle: string;
|
1591
2117
|
/**
|
1592
2118
|
* More details text of the page shown to the user when the user attempts to join a room they are not invited to.
|
1593
2119
|
*/
|
1594
2120
|
notInvitedToRoomDetails?: string;
|
2121
|
+
/**
|
2122
|
+
* Control bar People button ToolTipContent
|
2123
|
+
*/
|
2124
|
+
peopleButtonTooltipOpen: string;
|
2125
|
+
/**
|
2126
|
+
* Control bar People button ToolTipContent
|
2127
|
+
*/
|
2128
|
+
peopleButtonTooltipClose: string;
|
1595
2129
|
/**
|
1596
2130
|
* Label disaplayed on the lobby screen during a 1:1 outbound call.
|
1597
2131
|
*/
|
@@ -1740,6 +2274,38 @@ export declare interface CallCompositeStrings {
|
|
1740
2274
|
* notice to be announced by narrator the transfer page is showing
|
1741
2275
|
*/
|
1742
2276
|
transferPageNoticeString: string;
|
2277
|
+
/**
|
2278
|
+
* Title text of the page shown to the user when target participant could not be reached
|
2279
|
+
*/
|
2280
|
+
participantCouldNotBeReachedTitle?: string;
|
2281
|
+
/**
|
2282
|
+
* More details text of the page shown to the user when target participant could not be reached
|
2283
|
+
*/
|
2284
|
+
participantCouldNotBeReachedMoreDetails?: string;
|
2285
|
+
/**
|
2286
|
+
* Title text of the page shown to the user when permission to reach participant is not allowed
|
2287
|
+
*/
|
2288
|
+
permissionToReachTargetParticipantNotAllowedTitle?: string;
|
2289
|
+
/**
|
2290
|
+
* More details text of the page shown to the user when permission to reach participant is not allowed
|
2291
|
+
*/
|
2292
|
+
permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
|
2293
|
+
/**
|
2294
|
+
* Title text of the page shown to the user when tenant id for the target participant could not be resolved
|
2295
|
+
*/
|
2296
|
+
unableToResolveTenantTitle?: string;
|
2297
|
+
/**
|
2298
|
+
* More details text of the page shown to the user when tenant id for the target participant could not be resolved
|
2299
|
+
*/
|
2300
|
+
unableToResolveTenantMoreDetails?: string;
|
2301
|
+
/**
|
2302
|
+
* Title text of the page shown to the user when target participant id is malformed
|
2303
|
+
*/
|
2304
|
+
participantIdIsMalformedTitle?: string;
|
2305
|
+
/**
|
2306
|
+
* More details text of the page shown to the user when target participant id is malformed
|
2307
|
+
*/
|
2308
|
+
participantIdIsMalformedMoreDetails?: string;
|
1743
2309
|
/**
|
1744
2310
|
* Controls label to move the overflow gallery around
|
1745
2311
|
*/
|
@@ -1772,6 +2338,74 @@ export declare interface CallCompositeStrings {
|
|
1772
2338
|
* All strings for capability changed notification
|
1773
2339
|
*/
|
1774
2340
|
capabilityChangedNotification?: CapabilityChangedNotificationStrings;
|
2341
|
+
/**
|
2342
|
+
* Title for the survey
|
2343
|
+
*/
|
2344
|
+
surveyTitle: string;
|
2345
|
+
/**
|
2346
|
+
* Helper text to explain what the survey is for
|
2347
|
+
*/
|
2348
|
+
starSurveyHelperText: string;
|
2349
|
+
/**
|
2350
|
+
* Helper text displayed below survey question after user select one star
|
2351
|
+
*/
|
2352
|
+
starSurveyOneStarText: string;
|
2353
|
+
/**
|
2354
|
+
* Helper text displayed below survey question after user select two star
|
2355
|
+
*/
|
2356
|
+
starSurveyTwoStarText: string;
|
2357
|
+
/**
|
2358
|
+
* Helper text displayed below survey question after user select three star
|
2359
|
+
*/
|
2360
|
+
starSurveyThreeStarText: string;
|
2361
|
+
/**
|
2362
|
+
* Helper text displayed below survey question after user select four star
|
2363
|
+
*/
|
2364
|
+
starSurveyFourStarText: string;
|
2365
|
+
/**
|
2366
|
+
* Helper text displayed below survey question after user select five star
|
2367
|
+
*/
|
2368
|
+
starSurveyFiveStarText: string;
|
2369
|
+
/**
|
2370
|
+
* Aria Label for each individual star rating
|
2371
|
+
*/
|
2372
|
+
starRatingAriaLabel: string;
|
2373
|
+
/**
|
2374
|
+
* Tags Survey Question
|
2375
|
+
*/
|
2376
|
+
tagsSurveyQuestion: string;
|
2377
|
+
/**
|
2378
|
+
* Default text for free form text field inside tags survey
|
2379
|
+
*/
|
2380
|
+
tagsSurveyTextFieldDefaultText: string;
|
2381
|
+
/**
|
2382
|
+
* Tags Survey helper text
|
2383
|
+
*/
|
2384
|
+
tagsSurveyHelperText: string;
|
2385
|
+
/**
|
2386
|
+
* Confirm button label for survey
|
2387
|
+
*/
|
2388
|
+
surveyConfirmButtonLabel: string;
|
2389
|
+
/**
|
2390
|
+
* Cancel button label for survey
|
2391
|
+
*/
|
2392
|
+
surveySkipButtonLabel: string;
|
2393
|
+
/**
|
2394
|
+
* Default text for free form text box
|
2395
|
+
*/
|
2396
|
+
surveyTextboxDefaultText: string;
|
2397
|
+
/**
|
2398
|
+
* Thank you text appeared on screen after survey is submitted
|
2399
|
+
*/
|
2400
|
+
endOfSurveyText: string;
|
2401
|
+
/**
|
2402
|
+
* Corresponding texts to each call issue
|
2403
|
+
*/
|
2404
|
+
surveyIssues: SurveyIssues;
|
2405
|
+
/**
|
2406
|
+
* Corresponding texts to each call category
|
2407
|
+
*/
|
2408
|
+
SurveyIssuesHeadingStrings: SurveyIssuesHeadingStrings;
|
1775
2409
|
/**
|
1776
2410
|
* String for the dismiss control on the local and remote PIP on mobile
|
1777
2411
|
*/
|
@@ -1820,6 +2454,18 @@ export declare interface CallCompositeStrings {
|
|
1820
2454
|
* Label to hide the dtmf dialer in the more button menu
|
1821
2455
|
*/
|
1822
2456
|
dtmfDialerMoreButtonLabelOff?: string;
|
2457
|
+
/**
|
2458
|
+
* Strings for spotlight prompt
|
2459
|
+
*/
|
2460
|
+
spotlightPrompt: SpotlightPromptStrings;
|
2461
|
+
/**
|
2462
|
+
* Label for button to exit spotlight
|
2463
|
+
*/
|
2464
|
+
exitSpotlightButtonLabel: string;
|
2465
|
+
/**
|
2466
|
+
* Tooltip for button to exit spotlight
|
2467
|
+
*/
|
2468
|
+
exitSpotlightButtonTooltip: string;
|
1823
2469
|
}
|
1824
2470
|
|
1825
2471
|
/**
|
@@ -1834,7 +2480,7 @@ export declare type CallControlDisplayType = 'default' | 'compact';
|
|
1834
2480
|
*
|
1835
2481
|
* @public
|
1836
2482
|
*/
|
1837
|
-
export declare type CallControlOptions =
|
2483
|
+
export declare type CallControlOptions = CommonCallControlOptions & {
|
1838
2484
|
/**
|
1839
2485
|
* Show, Hide or Disable participants button during a call. This is the option only work for legacyControl bar.
|
1840
2486
|
* @defaultValue true
|
@@ -1843,7 +2489,7 @@ export declare type CallControlOptions = (CommonCallControlOptions & {
|
|
1843
2489
|
disabled: boolean;
|
1844
2490
|
};
|
1845
2491
|
legacyControlBarExperience?: boolean;
|
1846
|
-
}
|
2492
|
+
};
|
1847
2493
|
|
1848
2494
|
/**
|
1849
2495
|
* Callback for {@link CallAdapterSubscribers} 'callEnded' event.
|
@@ -1904,7 +2550,7 @@ export declare type CallErrors = {
|
|
1904
2550
|
*
|
1905
2551
|
* @public
|
1906
2552
|
*/
|
1907
|
-
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'VideoEffectsFeature.startEffects' | 'Call.setConstraints';
|
2553
|
+
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | /* @conditional-compile-remove(calling-beta-sdk) */ /* @conditional-compile-remove(teams-identity-support) */ 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallAgent.handlePushNotification' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admit' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.rejectParticipant' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admitAll' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
|
1908
2554
|
|
1909
2555
|
/**
|
1910
2556
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -2001,6 +2647,31 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
2001
2647
|
isSpeaking?: boolean;
|
2002
2648
|
/** Whether calling participant is raised hand */
|
2003
2649
|
raisedHand?: RaisedHand;
|
2650
|
+
/**
|
2651
|
+
* Whether calling participant has reacted
|
2652
|
+
*
|
2653
|
+
* @beta
|
2654
|
+
* */
|
2655
|
+
reaction?: Reaction;
|
2656
|
+
/** Whether calling participant is spotlighted **/
|
2657
|
+
spotlight?: Spotlight;
|
2658
|
+
};
|
2659
|
+
|
2660
|
+
/**
|
2661
|
+
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
2662
|
+
*
|
2663
|
+
* @remarks
|
2664
|
+
* This is currently in beta and only supports calling one Teams User.
|
2665
|
+
*
|
2666
|
+
* @example
|
2667
|
+
* ```
|
2668
|
+
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
2669
|
+
* ```
|
2670
|
+
*
|
2671
|
+
* @beta
|
2672
|
+
*/
|
2673
|
+
export declare type CallParticipantsLocator = {
|
2674
|
+
participantIds: string[];
|
2004
2675
|
};
|
2005
2676
|
|
2006
2677
|
/**
|
@@ -2019,7 +2690,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
|
|
2019
2690
|
*/
|
2020
2691
|
export declare interface CallProviderProps {
|
2021
2692
|
children: React_2.ReactNode;
|
2022
|
-
call?: Call;
|
2693
|
+
call?: Call | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
2023
2694
|
}
|
2024
2695
|
|
2025
2696
|
/**
|
@@ -2033,6 +2704,10 @@ export declare interface CallState {
|
|
2033
2704
|
* Proxy of {@link @azure/communication-calling#Call.id}.
|
2034
2705
|
*/
|
2035
2706
|
id: string;
|
2707
|
+
/**
|
2708
|
+
* Type of the call.
|
2709
|
+
*/
|
2710
|
+
kind: CallKind;
|
2036
2711
|
/**
|
2037
2712
|
* Proxy of {@link @azure/communication-calling#Call.callerInfo}.
|
2038
2713
|
*/
|
@@ -2099,10 +2774,27 @@ export declare interface CallState {
|
|
2099
2774
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
2100
2775
|
*/
|
2101
2776
|
recording: RecordingCallFeature;
|
2777
|
+
/**
|
2778
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
2779
|
+
*/
|
2780
|
+
localRecording: LocalRecordingCallFeatureState;
|
2781
|
+
/**
|
2782
|
+
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
2783
|
+
*
|
2784
|
+
*@public
|
2785
|
+
*/
|
2786
|
+
pptLive: PPTLiveCallFeatureState;
|
2102
2787
|
/**
|
2103
2788
|
* Proxy of {@link @azure/communication-calling#RaiseHandCallFeature}.
|
2104
2789
|
*/
|
2105
2790
|
raiseHand: RaiseHandCallFeature;
|
2791
|
+
/**
|
2792
|
+
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
2793
|
+
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
2794
|
+
*
|
2795
|
+
* @beta
|
2796
|
+
*/
|
2797
|
+
localParticipantReaction?: ReactionState;
|
2106
2798
|
/**
|
2107
2799
|
* Stores the currently active screenshare participant's key. If there is no screenshare active, then this will be
|
2108
2800
|
* undefined. You can use this key to access the remoteParticipant data in {@link CallState.remoteParticipants} object.
|
@@ -2113,6 +2805,17 @@ export declare interface CallState {
|
|
2113
2805
|
* This property is added by the stateful layer and is not a proxy of SDK state
|
2114
2806
|
*/
|
2115
2807
|
screenShareRemoteParticipant?: string;
|
2808
|
+
/**
|
2809
|
+
* Stores the currently active pptlive participant's key. Will be reused by White board etc. If there is no screenshare active, then this will be
|
2810
|
+
* undefined. You can use this key to access the remoteParticipant data in {@link CallState.remoteParticipants} object.
|
2811
|
+
*
|
2812
|
+
* Note this only applies to PPTLive in RemoteParticipant.
|
2813
|
+
*
|
2814
|
+
* This property is added by the stateful layer and is not a proxy of SDK state
|
2815
|
+
*
|
2816
|
+
*@public
|
2817
|
+
*/
|
2818
|
+
contentSharingRemoteParticipant?: string;
|
2116
2819
|
/**
|
2117
2820
|
* Stores the local date when the call started on the client. This property is added by the stateful layer and is not
|
2118
2821
|
* a proxy of SDK state.
|
@@ -2131,6 +2834,10 @@ export declare interface CallState {
|
|
2131
2834
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
2132
2835
|
*/
|
2133
2836
|
role?: ParticipantRole;
|
2837
|
+
/**
|
2838
|
+
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
2839
|
+
*/
|
2840
|
+
totalParticipantCount?: number;
|
2134
2841
|
/**
|
2135
2842
|
* Transfer state of call
|
2136
2843
|
*/
|
@@ -2139,6 +2846,37 @@ export declare interface CallState {
|
|
2139
2846
|
* Proxy of {@link @azure/communication-calling#CapabilitiesFeature}.
|
2140
2847
|
*/
|
2141
2848
|
capabilitiesFeature?: CapabilitiesFeatureState;
|
2849
|
+
/**
|
2850
|
+
* Hide attendee names in teams meeting
|
2851
|
+
*/
|
2852
|
+
hideAttendeeNames?: boolean;
|
2853
|
+
/**
|
2854
|
+
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature}.
|
2855
|
+
*/
|
2856
|
+
spotlight?: SpotlightCallFeatureState;
|
2857
|
+
}
|
2858
|
+
|
2859
|
+
/**
|
2860
|
+
* Represents the improvement suggestion part of call survey
|
2861
|
+
* @beta
|
2862
|
+
*/
|
2863
|
+
export declare interface CallSurveyImprovementSuggestions {
|
2864
|
+
/**
|
2865
|
+
* Improvement suggestions for overall call
|
2866
|
+
*/
|
2867
|
+
overallRating?: string;
|
2868
|
+
/**
|
2869
|
+
* Improvement suggestions for audio experience
|
2870
|
+
*/
|
2871
|
+
audioRating?: string;
|
2872
|
+
/**
|
2873
|
+
* Improvement suggestions for video experience
|
2874
|
+
*/
|
2875
|
+
videoRating?: string;
|
2876
|
+
/**
|
2877
|
+
* Improvement suggestions for screenshare experience
|
2878
|
+
*/
|
2879
|
+
screenshareRating?: string;
|
2142
2880
|
}
|
2143
2881
|
|
2144
2882
|
/**
|
@@ -2162,6 +2900,12 @@ export declare interface CallWithChatAdapterManagement {
|
|
2162
2900
|
* @public
|
2163
2901
|
*/
|
2164
2902
|
removeParticipant(userId: string): Promise<void>;
|
2903
|
+
/**
|
2904
|
+
* Remove a participant from the call.
|
2905
|
+
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
2906
|
+
* @beta
|
2907
|
+
*/
|
2908
|
+
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
2165
2909
|
/**
|
2166
2910
|
* Join the call with microphone initially on/off.
|
2167
2911
|
* @deprecated Use joinCall(options?:JoinCallOptions) instead.
|
@@ -2232,7 +2976,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
2232
2976
|
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
2233
2977
|
* @public
|
2234
2978
|
*/
|
2235
|
-
startCall(participants: (MicrosoftTeamsAppIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
|
2979
|
+
startCall(participants: (MicrosoftTeamsAppIdentifier | /* @conditional-compile-remove(PSTN-calls) */ PhoneNumberIdentifier | /* @conditional-compile-remove(one-to-n-calling) */ CommunicationUserIdentifier | /* @conditional-compile-remove(teams-adhoc-call) */ MicrosoftTeamsUserIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
|
2236
2980
|
/**
|
2237
2981
|
* Start sharing the screen during a call.
|
2238
2982
|
*
|
@@ -2257,6 +3001,13 @@ export declare interface CallWithChatAdapterManagement {
|
|
2257
3001
|
* @public
|
2258
3002
|
*/
|
2259
3003
|
lowerHand(): Promise<void>;
|
3004
|
+
/**
|
3005
|
+
* Send Reaction to ongoing meeting.
|
3006
|
+
* @param reaction - A value of type {@link @azure/communication-calling#Reaction}
|
3007
|
+
*
|
3008
|
+
* @beta
|
3009
|
+
*/
|
3010
|
+
onReactionClick(reaction: Reaction_2): Promise<void>;
|
2260
3011
|
/**
|
2261
3012
|
* Create the html view for a stream.
|
2262
3013
|
*
|
@@ -2422,16 +3173,53 @@ export declare interface CallWithChatAdapterManagement {
|
|
2422
3173
|
* @public
|
2423
3174
|
*/
|
2424
3175
|
loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
|
3176
|
+
/** @beta */
|
3177
|
+
registerActiveFileUploads: (files: File[]) => FileUploadManager[];
|
3178
|
+
/** @beta */
|
3179
|
+
registerCompletedFileUploads: (metadata: AttachmentMetadata[]) => FileUploadManager[];
|
3180
|
+
/** @beta */
|
3181
|
+
clearFileUploads: () => void;
|
3182
|
+
/** @beta */
|
3183
|
+
cancelFileUpload: (id: string) => void;
|
3184
|
+
/** @beta */
|
3185
|
+
updateFileUploadProgress: (id: string, progress: number) => void;
|
3186
|
+
/** @beta */
|
3187
|
+
updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
|
3188
|
+
/** @beta */
|
3189
|
+
updateFileUploadMetadata: (id: string, metadata: AttachmentMetadata) => void;
|
2425
3190
|
/** @public */
|
2426
3191
|
downloadResourceToCache(resourceDetails: ResourceDetails): Promise<void>;
|
2427
3192
|
/** @public */
|
2428
3193
|
removeResourceFromCache(resourceDetails: ResourceDetails): void;
|
3194
|
+
/**
|
3195
|
+
* Puts the Call in a Localhold.
|
3196
|
+
*
|
3197
|
+
* @beta
|
3198
|
+
*/
|
3199
|
+
holdCall: () => Promise<void>;
|
3200
|
+
/**
|
3201
|
+
* Resumes the call from a LocalHold state.
|
3202
|
+
*
|
3203
|
+
* @beta
|
3204
|
+
*/
|
3205
|
+
resumeCall: () => Promise<void>;
|
3206
|
+
/**
|
3207
|
+
* Adds a new Participant to the call.
|
3208
|
+
*
|
3209
|
+
* @beta
|
3210
|
+
*/
|
3211
|
+
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
3212
|
+
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
2429
3213
|
/**
|
2430
3214
|
* send dtmf tone to another participant in the call in 1:1 calls
|
2431
3215
|
*
|
2432
3216
|
* @public
|
2433
3217
|
*/
|
2434
3218
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
3219
|
+
/**
|
3220
|
+
* Continues into a call when the browser version is not supported.
|
3221
|
+
*/
|
3222
|
+
allowUnsupportedBrowserVersion(): void;
|
2435
3223
|
/**
|
2436
3224
|
* Function to Start captions
|
2437
3225
|
* @param options - options for start captions
|
@@ -2477,6 +3265,24 @@ export declare interface CallWithChatAdapterManagement {
|
|
2477
3265
|
* @public
|
2478
3266
|
*/
|
2479
3267
|
updateSelectedVideoBackgroundEffect(selectedVideoBackground: VideoBackgroundEffect): void;
|
3268
|
+
/**
|
3269
|
+
* Send the end of call survey result
|
3270
|
+
*
|
3271
|
+
* @beta
|
3272
|
+
*/
|
3273
|
+
submitSurvey(survey: CallSurvey): Promise<CallSurveyResponse | undefined>;
|
3274
|
+
/**
|
3275
|
+
* Start spotlight
|
3276
|
+
*/
|
3277
|
+
startSpotlight(userIds?: string[]): Promise<void>;
|
3278
|
+
/**
|
3279
|
+
* Stop spotlight
|
3280
|
+
*/
|
3281
|
+
stopSpotlight(userIds?: string[]): Promise<void>;
|
3282
|
+
/**
|
3283
|
+
* Stop all spotlights
|
3284
|
+
*/
|
3285
|
+
stopAllSpotlight(): Promise<void>;
|
2480
3286
|
}
|
2481
3287
|
|
2482
3288
|
/**
|
@@ -2509,6 +3315,7 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
2509
3315
|
on(event: 'isCaptionLanguageChanged', listener: IsCaptionLanguageChangedListener): void;
|
2510
3316
|
on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
2511
3317
|
on(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
3318
|
+
on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
2512
3319
|
off(event: 'callEnded', listener: CallEndedListener): void;
|
2513
3320
|
off(event: 'isMutedChanged', listener: IsMutedChangedListener): void;
|
2514
3321
|
off(event: 'callIdChanged', listener: CallIdChangedListener): void;
|
@@ -2525,6 +3332,7 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
2525
3332
|
off(event: 'isCaptionLanguageChanged', listener: IsCaptionLanguageChangedListener): void;
|
2526
3333
|
off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
2527
3334
|
off(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
3335
|
+
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
2528
3336
|
on(event: 'messageReceived', listener: MessageReceivedListener): void;
|
2529
3337
|
on(event: 'messageEdited', listener: MessageEditedListener): void;
|
2530
3338
|
on(event: 'messageDeleted', listener: MessageDeletedListener): void;
|
@@ -2561,6 +3369,22 @@ export declare interface CallWithChatAdapterUiState {
|
|
2561
3369
|
* @public
|
2562
3370
|
*/
|
2563
3371
|
page: CallCompositePage;
|
3372
|
+
/**
|
3373
|
+
* Files being uploaded by a user in the current thread.
|
3374
|
+
* Should be set to null once the upload is complete.
|
3375
|
+
* Array of type {@link FileUploadsUiState}
|
3376
|
+
*
|
3377
|
+
* @beta
|
3378
|
+
*/
|
3379
|
+
fileUploads?: FileUploadsUiState;
|
3380
|
+
/**
|
3381
|
+
* State to track whether the end user has opted in to using a
|
3382
|
+
* out of date version of a supported browser. Allows the user
|
3383
|
+
* to start a call in this state.
|
3384
|
+
*
|
3385
|
+
* @beta
|
3386
|
+
*/
|
3387
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
2564
3388
|
}
|
2565
3389
|
|
2566
3390
|
/**
|
@@ -2585,12 +3409,23 @@ export declare interface CallWithChatClientState {
|
|
2585
3409
|
devices: DeviceManagerState;
|
2586
3410
|
/** State of whether the active call is a Teams interop call */
|
2587
3411
|
isTeamsCall: boolean;
|
3412
|
+
/** alternateCallerId for PSTN call */
|
3413
|
+
alternateCallerId?: string | undefined;
|
3414
|
+
/** Environment information for system adapter is made on */
|
3415
|
+
environmentInfo?: EnvironmentInfo;
|
2588
3416
|
/** Default set of background images for background replacement effect */
|
2589
3417
|
videoBackgroundImages?: VideoBackgroundImage[];
|
2590
3418
|
/** Dependency to be injected for video background effects */
|
2591
3419
|
onResolveVideoEffectDependency?: () => Promise<VideoBackgroundEffectsDependency>;
|
2592
3420
|
/** State to track the selected video background effect */
|
2593
3421
|
selectedVideoBackgroundEffect?: VideoBackgroundEffect;
|
3422
|
+
/** Hide attendee names in teams meeting */
|
3423
|
+
hideAttendeeNames?: boolean;
|
3424
|
+
/**
|
3425
|
+
* Reaction resources to render in meetings
|
3426
|
+
* @beta
|
3427
|
+
* */
|
3428
|
+
reactions?: ReactionResources;
|
2594
3429
|
}
|
2595
3430
|
|
2596
3431
|
/**
|
@@ -2659,6 +3494,9 @@ export declare type CallWithChatCompositeIcons = {
|
|
2659
3494
|
ParticipantItemScreenShareStart?: JSX.Element;
|
2660
3495
|
VideoTileMicOff?: JSX.Element;
|
2661
3496
|
LocalCameraSwitch?: JSX.Element;
|
3497
|
+
PeoplePaneAddPerson?: JSX.Element;
|
3498
|
+
PeoplePaneOpenDialpad?: JSX.Element;
|
3499
|
+
DialpadStartCall?: JSX.Element;
|
2662
3500
|
DefaultCustomButton?: JSX.Element;
|
2663
3501
|
DtmfDialpadButton?: JSX.Element;
|
2664
3502
|
EditBoxCancel?: JSX.Element;
|
@@ -2674,6 +3512,8 @@ export declare type CallWithChatCompositeIcons = {
|
|
2674
3512
|
SendBoxAttachFile?: JSX.Element;
|
2675
3513
|
ParticipantItemOptions?: JSX.Element;
|
2676
3514
|
ParticipantItemOptionsHovered?: JSX.Element;
|
3515
|
+
PeoplePaneMoreButton?: JSX.Element;
|
3516
|
+
StopAllSpotlightMenuButton?: JSX.Element;
|
2677
3517
|
};
|
2678
3518
|
|
2679
3519
|
/**
|
@@ -2687,6 +3527,62 @@ export declare type CallWithChatCompositeOptions = {
|
|
2687
3527
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
2688
3528
|
*/
|
2689
3529
|
callControls?: boolean | CallWithChatControlOptions;
|
3530
|
+
/**
|
3531
|
+
* Properties for configuring the File Sharing feature.
|
3532
|
+
* If undefined, file sharing feature will be disabled.
|
3533
|
+
* @beta
|
3534
|
+
*/
|
3535
|
+
fileSharing?: FileSharingOptions;
|
3536
|
+
/**
|
3537
|
+
* Device permissions check options for your call.
|
3538
|
+
* Here you can choose what device permissions you prompt the user for,
|
3539
|
+
* as well as what device permissions must be accepted before starting a call.
|
3540
|
+
*/
|
3541
|
+
deviceChecks?: DeviceCheckOptions;
|
3542
|
+
/**
|
3543
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
3544
|
+
* unable to grant your site the required permissions for the call.
|
3545
|
+
*
|
3546
|
+
* @example
|
3547
|
+
* ```ts
|
3548
|
+
* onPermissionsTroubleshootingClick: () =>
|
3549
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
3550
|
+
* ```
|
3551
|
+
*
|
3552
|
+
* @remarks
|
3553
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
3554
|
+
*/
|
3555
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
3556
|
+
camera: PermissionState;
|
3557
|
+
microphone: PermissionState;
|
3558
|
+
}) => void;
|
3559
|
+
/**
|
3560
|
+
* Optional callback to supply users with further troubleshooting steps for network issues
|
3561
|
+
* experienced when connecting to a call.
|
3562
|
+
*
|
3563
|
+
* @example
|
3564
|
+
* ```ts
|
3565
|
+
* onNetworkingTroubleShootingClick?: () =>
|
3566
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
3567
|
+
* ```
|
3568
|
+
*
|
3569
|
+
* @remarks
|
3570
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
3571
|
+
*/
|
3572
|
+
onNetworkingTroubleShootingClick?: () => void;
|
3573
|
+
/**
|
3574
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
3575
|
+
*
|
3576
|
+
* @example
|
3577
|
+
* ```ts
|
3578
|
+
* onBrowserTroubleShootingClick?: () =>
|
3579
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
3580
|
+
* ```
|
3581
|
+
*
|
3582
|
+
* @remarks
|
3583
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
3584
|
+
*/
|
3585
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
2690
3586
|
/**
|
2691
3587
|
* Remote participant video tile menu options
|
2692
3588
|
*/
|
@@ -2706,6 +3602,40 @@ export declare type CallWithChatCompositeOptions = {
|
|
2706
3602
|
*/
|
2707
3603
|
layout?: VideoGalleryLayout;
|
2708
3604
|
};
|
3605
|
+
/**
|
3606
|
+
* Options for end of call survey
|
3607
|
+
*/
|
3608
|
+
surveyOptions?: {
|
3609
|
+
/**
|
3610
|
+
* Disable call survey at the end of a call.
|
3611
|
+
* @defaultValue false
|
3612
|
+
*/
|
3613
|
+
disableSurvey?: boolean;
|
3614
|
+
/**
|
3615
|
+
* Optional callback to redirect users to custom screens when survey is done, note that default end call screen will be shown if this callback is not provided
|
3616
|
+
* This callback can be used to redirect users to different screens depending on survey state, whether it is submitted, skipped or has a problem when submitting the survey
|
3617
|
+
*/
|
3618
|
+
onSurveyClosed?: (surveyState: 'sent' | 'skipped' | 'error', surveyError?: string) => void;
|
3619
|
+
/**
|
3620
|
+
* Optional callback to handle survey data including free form text response
|
3621
|
+
* Note that free form text response survey option is only going to be enabled when this callback is provided
|
3622
|
+
* User will need to handle all free form text response on their own
|
3623
|
+
*/
|
3624
|
+
onSurveySubmitted?: (callId: string, surveyId: string,
|
3625
|
+
/**
|
3626
|
+
* This is the survey results containing star survey data and API tag survey data.
|
3627
|
+
* This part of the result will always be sent to the calling sdk
|
3628
|
+
* This callback provides user with the ability to gain access to survey data
|
3629
|
+
*/
|
3630
|
+
submittedSurvey: CallSurvey,
|
3631
|
+
/**
|
3632
|
+
* This is the survey results containing free form text
|
3633
|
+
* This part of the result will not be handled by composites
|
3634
|
+
* User will need to collect and handle this information 100% on their own
|
3635
|
+
* Free form text survey is not going to show in the UI if onSurveySubmitted is not populated
|
3636
|
+
*/
|
3637
|
+
improvementSuggestions: CallSurveyImprovementSuggestions) => Promise<void>;
|
3638
|
+
};
|
2709
3639
|
/**
|
2710
3640
|
* Options for setting additional customizations related to personalized branding.
|
2711
3641
|
*/
|
@@ -2745,6 +3675,16 @@ export declare type CallWithChatCompositeOptions = {
|
|
2745
3675
|
url: string;
|
2746
3676
|
};
|
2747
3677
|
};
|
3678
|
+
/**
|
3679
|
+
* Options for settings related to spotlight.
|
3680
|
+
*/
|
3681
|
+
spotlight?: {
|
3682
|
+
/**
|
3683
|
+
* Flag to hide the menu buttons to start and stop spotlight for remote participants and the local participant.
|
3684
|
+
* @defaultValue false
|
3685
|
+
*/
|
3686
|
+
hideSpotlightButtons?: boolean;
|
3687
|
+
};
|
2748
3688
|
};
|
2749
3689
|
|
2750
3690
|
/**
|
@@ -2896,6 +3836,10 @@ export declare interface CallWithChatCompositeStrings {
|
|
2896
3836
|
* Label for button to copy invite link
|
2897
3837
|
*/
|
2898
3838
|
copyInviteLinkButtonLabel: string;
|
3839
|
+
/**
|
3840
|
+
* Label for button to open dialpad
|
3841
|
+
*/
|
3842
|
+
openDialpadButtonLabel: string;
|
2899
3843
|
/**
|
2900
3844
|
* Label for SidePaneHeader dismiss button
|
2901
3845
|
*/
|
@@ -2908,6 +3852,34 @@ export declare interface CallWithChatCompositeStrings {
|
|
2908
3852
|
* Aria label string for return to call back button
|
2909
3853
|
*/
|
2910
3854
|
returnToCallButtonAriaLabel?: string;
|
3855
|
+
/**
|
3856
|
+
* Label for add people dropdown
|
3857
|
+
*/
|
3858
|
+
peoplePaneAddPeopleButtonLabel: string;
|
3859
|
+
/**
|
3860
|
+
* Label for button to start a call
|
3861
|
+
*/
|
3862
|
+
dialpadStartCallButtonLabel: string;
|
3863
|
+
/**
|
3864
|
+
* Title for dialpad Modal
|
3865
|
+
*/
|
3866
|
+
dialpadModalTitle: string;
|
3867
|
+
/**
|
3868
|
+
* Aria Label for dialpad Modal
|
3869
|
+
*/
|
3870
|
+
dialpadModalAriaLabel: string;
|
3871
|
+
/**
|
3872
|
+
* Aria Label for dialpad Modal close button
|
3873
|
+
*/
|
3874
|
+
dialpadCloseModalButtonAriaLabel: string;
|
3875
|
+
/**
|
3876
|
+
* Placeholder text for dtmf dialpad
|
3877
|
+
*/
|
3878
|
+
dtmfDialpadPlaceholderText: string;
|
3879
|
+
/**
|
3880
|
+
* Label for the button to open dtmf dialpad
|
3881
|
+
*/
|
3882
|
+
openDtmfDialpadLabel: string;
|
2911
3883
|
/**
|
2912
3884
|
* aria label for when the invite link has been actioned
|
2913
3885
|
*/
|
@@ -2924,7 +3896,9 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
2924
3896
|
* Show or hide the chat button in the call-with-chat composite control bar.
|
2925
3897
|
* @defaultValue true
|
2926
3898
|
*/
|
2927
|
-
chatButton?: boolean
|
3899
|
+
chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
3900
|
+
disabled: boolean;
|
3901
|
+
};
|
2928
3902
|
}
|
2929
3903
|
|
2930
3904
|
/**
|
@@ -2932,7 +3906,36 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
2932
3906
|
*
|
2933
3907
|
* @public
|
2934
3908
|
*/
|
2935
|
-
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | /* @conditional-compile-remove(close-captions) */ 'isCaptionsActiveChanged' | /* @conditional-compile-remove(close-captions) */ 'captionsReceived' | /* @conditional-compile-remove(close-captions) */ 'isCaptionLanguageChanged' | /* @conditional-compile-remove(close-captions) */ 'isSpokenLanguageChanged' | /* @conditional-compile-remove(capabilities) */ 'capabilitiesChanged' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved';
|
3909
|
+
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | /* @conditional-compile-remove(close-captions) */ 'isCaptionsActiveChanged' | /* @conditional-compile-remove(close-captions) */ 'captionsReceived' | /* @conditional-compile-remove(close-captions) */ 'isCaptionLanguageChanged' | /* @conditional-compile-remove(close-captions) */ 'isSpokenLanguageChanged' | /* @conditional-compile-remove(capabilities) */ 'capabilitiesChanged' | /* @conditional-compile-remove(spotlight) */ 'spotlightChanged' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved';
|
3910
|
+
|
3911
|
+
/**
|
3912
|
+
* @beta
|
3913
|
+
*
|
3914
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
3915
|
+
* by their browsers settings.
|
3916
|
+
*/
|
3917
|
+
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
3918
|
+
|
3919
|
+
/**
|
3920
|
+
* @beta
|
3921
|
+
* Props for CameraAndMicrophoneSitePermissions component.
|
3922
|
+
*/
|
3923
|
+
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
3924
|
+
/** Icon name for the camera icon */
|
3925
|
+
cameraIconName?: string;
|
3926
|
+
/** Icon name for the microphone icon */
|
3927
|
+
microphoneIconName?: string;
|
3928
|
+
/** Icon name for the central icon between the camera and microphone icons */
|
3929
|
+
connectorIconName?: string;
|
3930
|
+
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
3931
|
+
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
3932
|
+
}
|
3933
|
+
|
3934
|
+
/**
|
3935
|
+
* @beta
|
3936
|
+
* Strings for CameraAndMicrophoneSitePermissions component.
|
3937
|
+
*/
|
3938
|
+
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
2936
3939
|
|
2937
3940
|
/**
|
2938
3941
|
* A button to turn camera on / off.
|
@@ -3090,6 +4093,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
3090
4093
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
3091
4094
|
}
|
3092
4095
|
|
4096
|
+
/**
|
4097
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4098
|
+
* by their browsers settings.
|
4099
|
+
*
|
4100
|
+
* @beta
|
4101
|
+
*/
|
4102
|
+
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
4103
|
+
|
4104
|
+
/**
|
4105
|
+
* @beta
|
4106
|
+
* Props for CameraSitePermissions component.
|
4107
|
+
*/
|
4108
|
+
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
4109
|
+
/** Icon name for the camera icon */
|
4110
|
+
cameraIconName?: string;
|
4111
|
+
/** Strings for use with the {@link CameraSitePermissions} */
|
4112
|
+
strings?: CameraSitePermissionsStrings;
|
4113
|
+
}
|
4114
|
+
|
4115
|
+
/**
|
4116
|
+
* @beta
|
4117
|
+
* Strings for CameraSitePermissions component.
|
4118
|
+
*/
|
4119
|
+
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
4120
|
+
|
3093
4121
|
/**
|
3094
4122
|
* @public
|
3095
4123
|
* Callback function run when a message edit is cancelled.
|
@@ -3295,7 +4323,7 @@ export declare type CaptionsReceivedListener = (event: {
|
|
3295
4323
|
*
|
3296
4324
|
* @public
|
3297
4325
|
*/
|
3298
|
-
export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable_2 & ChatAdapterSubscribers;
|
4326
|
+
export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable_2 & ChatAdapterSubscribers & FileUploadAdapter;
|
3299
4327
|
|
3300
4328
|
/**
|
3301
4329
|
* {@link ChatAdapter} state.
|
@@ -3419,7 +4447,9 @@ export declare interface ChatAdapterThreadManagement {
|
|
3419
4447
|
/**
|
3420
4448
|
* Update a message content.
|
3421
4449
|
*/
|
3422
|
-
updateMessage(messageId: string, content: string, metadata?: Record<string, string
|
4450
|
+
updateMessage(messageId: string, content: string, metadata?: Record<string, string>, options?: {
|
4451
|
+
attachmentMetadata?: AttachmentMetadata[];
|
4452
|
+
}): Promise<void>;
|
3423
4453
|
/**
|
3424
4454
|
* Delete a message in the thread.
|
3425
4455
|
*/
|
@@ -3449,13 +4479,20 @@ export declare interface ChatAdapterThreadManagement {
|
|
3449
4479
|
*/
|
3450
4480
|
export declare type ChatAdapterUiState = {
|
3451
4481
|
error?: Error;
|
4482
|
+
/**
|
4483
|
+
* Files being uploaded by a user in the current thread.
|
4484
|
+
* Should be set to null once the upload is complete.
|
4485
|
+
* Array of type {@link FileUploadsUiState}
|
4486
|
+
* @beta
|
4487
|
+
*/
|
4488
|
+
fileUploads?: FileUploadsUiState;
|
3452
4489
|
};
|
3453
4490
|
|
3454
4491
|
/**
|
3455
4492
|
* Represents the type of attachment
|
3456
4493
|
* @public
|
3457
4494
|
*/
|
3458
|
-
export declare type ChatAttachmentType = 'unknown' | /* @conditional-compile-remove(
|
4495
|
+
export declare type ChatAttachmentType = 'unknown' | 'image' | /* @conditional-compile-remove(file-sharing) */ 'file';
|
3459
4496
|
|
3460
4497
|
/**
|
3461
4498
|
* Common props for selectors for {@link ChatClientState}.
|
@@ -3557,6 +4594,7 @@ export declare type ChatCompositeIcons = {
|
|
3557
4594
|
ParticipantItemOptionsHovered?: JSX.Element;
|
3558
4595
|
SendBoxSend?: JSX.Element;
|
3559
4596
|
SendBoxSendHovered?: JSX.Element;
|
4597
|
+
SendBoxAttachFile?: JSX.Element;
|
3560
4598
|
};
|
3561
4599
|
|
3562
4600
|
/**
|
@@ -3571,6 +4609,13 @@ export declare type ChatCompositeOptions = {
|
|
3571
4609
|
* @defaultValue true
|
3572
4610
|
*/
|
3573
4611
|
errorBar?: boolean;
|
4612
|
+
/**
|
4613
|
+
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
4614
|
+
* @defaultValue false
|
4615
|
+
*
|
4616
|
+
* @beta
|
4617
|
+
*/
|
4618
|
+
participantPane?: boolean;
|
3574
4619
|
/**
|
3575
4620
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
3576
4621
|
* @defaultValue true
|
@@ -3581,6 +4626,19 @@ export declare type ChatCompositeOptions = {
|
|
3581
4626
|
* When undefined nothing has focus on render
|
3582
4627
|
*/
|
3583
4628
|
autoFocus?: 'sendBoxTextField';
|
4629
|
+
/**
|
4630
|
+
* Properties for configuring the File Sharing feature.
|
4631
|
+
* If undefined, file sharing feature will be disabled.
|
4632
|
+
* @beta
|
4633
|
+
*/
|
4634
|
+
fileSharing?: FileSharingOptions;
|
4635
|
+
/**
|
4636
|
+
* Properties for configuring the richTextEditor feature.
|
4637
|
+
* @defaultValue false
|
4638
|
+
*
|
4639
|
+
* @beta
|
4640
|
+
*/
|
4641
|
+
richTextEditor?: boolean | RichTextEditorOptions;
|
3584
4642
|
};
|
3585
4643
|
|
3586
4644
|
/**
|
@@ -3608,6 +4666,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
3608
4666
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
3609
4667
|
*/
|
3610
4668
|
options?: ChatCompositeOptions;
|
4669
|
+
/**
|
4670
|
+
* Optimizes the composite form factor for either desktop or mobile.
|
4671
|
+
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
4672
|
+
* @defaultValue 'desktop'
|
4673
|
+
*/
|
4674
|
+
formFactor?: 'desktop' | 'mobile';
|
3611
4675
|
}
|
3612
4676
|
|
3613
4677
|
/**
|
@@ -3622,6 +4686,10 @@ export declare interface ChatCompositeStrings {
|
|
3622
4686
|
* Chat list header text
|
3623
4687
|
*/
|
3624
4688
|
chatListHeader: string;
|
4689
|
+
/**
|
4690
|
+
* Upload File Button text
|
4691
|
+
*/
|
4692
|
+
uploadFile: string;
|
3625
4693
|
}
|
3626
4694
|
|
3627
4695
|
/**
|
@@ -3670,7 +4738,7 @@ export declare type ChatErrors = {
|
|
3670
4738
|
*
|
3671
4739
|
* @public
|
3672
4740
|
*/
|
3673
|
-
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';
|
4741
|
+
export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClient.deleteChatThread' | 'ChatClient.getChatThreadClient' | 'ChatClient.listChatThreads' | 'ChatClient.off' | 'ChatClient.on' | 'ChatClient.startRealtimeNotifications' | 'ChatClient.stopRealtimeNotifications' | 'ChatThreadClient.addParticipants' | 'ChatThreadClient.deleteMessage' | 'ChatThreadClient.getMessage' | 'ChatThreadClient.getProperties' | 'ChatThreadClient.listMessages' | 'ChatThreadClient.listParticipants' | 'ChatThreadClient.listReadReceipts' | 'ChatThreadClient.removeParticipant' | 'ChatThreadClient.sendMessage' | 'ChatThreadClient.sendReadReceipt' | 'ChatThreadClient.sendTypingNotification' | 'ChatThreadClient.updateMessage' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.updateProperties' | 'ChatThreadClient.updateTopic';
|
3674
4742
|
|
3675
4743
|
/**
|
3676
4744
|
* Object containing all the handlers required for chat components.
|
@@ -3687,7 +4755,10 @@ export declare type ChatHandlers = {
|
|
3687
4755
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
3688
4756
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
3689
4757
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
3690
|
-
onUpdateMessage: (messageId: string, content: string
|
4758
|
+
onUpdateMessage: (messageId: string, content: string, options?: {
|
4759
|
+
metadata?: Record<string, string>;
|
4760
|
+
attachmentMetadata?: AttachmentMetadata[];
|
4761
|
+
}) => Promise<void>;
|
3691
4762
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
3692
4763
|
};
|
3693
4764
|
|
@@ -3714,6 +4785,12 @@ export declare interface ChatMessage extends MessageCommon {
|
|
3714
4785
|
* {@link @azure/communication-chat#ChatMessage.metadata}
|
3715
4786
|
*/
|
3716
4787
|
metadata?: Record<string, string>;
|
4788
|
+
/**
|
4789
|
+
* @beta
|
4790
|
+
* A list of file attachments for the message.
|
4791
|
+
* {@link AttachmentMetadata}
|
4792
|
+
*/
|
4793
|
+
files?: AttachmentMetadata[];
|
3717
4794
|
}
|
3718
4795
|
|
3719
4796
|
/**
|
@@ -3727,6 +4804,7 @@ export declare interface ChatMessage extends MessageCommon {
|
|
3727
4804
|
export declare type ChatMessageWithStatus = ChatMessage_2 & {
|
3728
4805
|
clientMessageId?: string;
|
3729
4806
|
status: MessageStatus;
|
4807
|
+
policyViolation?: boolean;
|
3730
4808
|
resourceCache?: Record<string, ResourceFetchResult>;
|
3731
4809
|
};
|
3732
4810
|
|
@@ -3893,10 +4971,21 @@ export declare type CommonCallAdapterOptions = {
|
|
3893
4971
|
videoBackgroundImages?: VideoBackgroundImage[];
|
3894
4972
|
onResolveDependency?: () => Promise<VideoBackgroundEffectsDependency>;
|
3895
4973
|
};
|
4974
|
+
/**
|
4975
|
+
* Use this to fetch profile information which will override data in {@link CallAdapterState} like display name
|
4976
|
+
* The onFetchProfile is fetch-and-forget one time action for each user, once a user profile is updated, the value will be cached
|
4977
|
+
* and would not be updated again within the lifecycle of adapter.
|
4978
|
+
*/
|
4979
|
+
onFetchProfile?: OnFetchProfileCallback;
|
3896
4980
|
/**
|
3897
4981
|
* Sounds to use for calling events
|
3898
4982
|
*/
|
3899
4983
|
callingSounds?: CallingSounds;
|
4984
|
+
/**
|
4985
|
+
* Reaction resource for reaction resources
|
4986
|
+
* @beta
|
4987
|
+
*/
|
4988
|
+
reactionResources?: ReactionResources;
|
3900
4989
|
};
|
3901
4990
|
|
3902
4991
|
/**
|
@@ -3919,7 +5008,9 @@ export declare type CommonCallControlOptions = {
|
|
3919
5008
|
* Show or Hide Camera Button during a call
|
3920
5009
|
* @defaultValue true
|
3921
5010
|
*/
|
3922
|
-
cameraButton?: boolean
|
5011
|
+
cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
5012
|
+
disabled: boolean;
|
5013
|
+
};
|
3923
5014
|
/**
|
3924
5015
|
* Show or Hide EndCall button during a call.
|
3925
5016
|
* @defaultValue true
|
@@ -3929,12 +5020,16 @@ export declare type CommonCallControlOptions = {
|
|
3929
5020
|
* Show or Hide Microphone button during a call.
|
3930
5021
|
* @defaultValue true
|
3931
5022
|
*/
|
3932
|
-
microphoneButton?: boolean
|
5023
|
+
microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
5024
|
+
disabled: boolean;
|
5025
|
+
};
|
3933
5026
|
/**
|
3934
5027
|
* Show or Hide Devices button during a call.
|
3935
5028
|
* @defaultValue true
|
3936
5029
|
*/
|
3937
|
-
devicesButton?: boolean
|
5030
|
+
devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
5031
|
+
disabled: boolean;
|
5032
|
+
};
|
3938
5033
|
/**
|
3939
5034
|
* Show, Hide or Disable participants button during a call.
|
3940
5035
|
* @defaultValue true
|
@@ -3961,21 +5056,37 @@ export declare type CommonCallControlOptions = {
|
|
3961
5056
|
raiseHandButton?: boolean | {
|
3962
5057
|
disabled: boolean;
|
3963
5058
|
};
|
5059
|
+
/**
|
5060
|
+
* Show, Hide or Disable the reaction button during a call.
|
5061
|
+
* @defaultValue true
|
5062
|
+
*/
|
5063
|
+
reactionButton?: boolean | {
|
5064
|
+
disabled: boolean;
|
5065
|
+
};
|
3964
5066
|
/**
|
3965
5067
|
* Inject custom buttons in the call controls.
|
3966
5068
|
*/
|
3967
5069
|
onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
|
5070
|
+
holdButton?: boolean | {
|
5071
|
+
disabled: boolean;
|
5072
|
+
};
|
3968
5073
|
/**
|
3969
5074
|
* Show or hide the people button in the composite control bar.
|
3970
5075
|
* @defaultValue true
|
3971
5076
|
*/
|
3972
|
-
peopleButton?: boolean
|
5077
|
+
peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
5078
|
+
disabled: boolean;
|
5079
|
+
};
|
3973
5080
|
/**
|
3974
5081
|
* Show or hide the dialpad button in the composite control bar.
|
3975
5082
|
*/
|
3976
5083
|
dtmfDialerButton?: boolean | {
|
3977
5084
|
disabled: boolean;
|
3978
5085
|
};
|
5086
|
+
/**
|
5087
|
+
* Show or hide the exit spotlight button in the composite control bar when local participant is spotlighted.
|
5088
|
+
*/
|
5089
|
+
exitSpotlightButton?: boolean;
|
3979
5090
|
};
|
3980
5091
|
|
3981
5092
|
/**
|
@@ -4000,6 +5111,13 @@ export declare interface CommonCallingHandlers {
|
|
4000
5111
|
onRaiseHand: () => Promise<void>;
|
4001
5112
|
onLowerHand: () => Promise<void>;
|
4002
5113
|
onToggleRaiseHand: () => Promise<void>;
|
5114
|
+
/**
|
5115
|
+
* @beta
|
5116
|
+
*/
|
5117
|
+
onReactionClick: (reaction: Reaction_2) => Promise<void>;
|
5118
|
+
onToggleHold: () => Promise<void>;
|
5119
|
+
onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
5120
|
+
onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
|
4003
5121
|
onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
4004
5122
|
onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
4005
5123
|
/**
|
@@ -4011,6 +5129,8 @@ export declare interface CommonCallingHandlers {
|
|
4011
5129
|
onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
|
4012
5130
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
4013
5131
|
onRemoveParticipant(userId: string): Promise<void>;
|
5132
|
+
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
5133
|
+
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
4014
5134
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
4015
5135
|
onRemoveVideoBackgroundEffects: () => Promise<void>;
|
4016
5136
|
onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
|
@@ -4019,6 +5139,10 @@ export declare interface CommonCallingHandlers {
|
|
4019
5139
|
onStopCaptions: () => Promise<void>;
|
4020
5140
|
onSetSpokenLanguage: (language: string) => Promise<void>;
|
4021
5141
|
onSetCaptionLanguage: (language: string) => Promise<void>;
|
5142
|
+
onSubmitSurvey(survey: CallSurvey): Promise<CallSurveyResponse | undefined>;
|
5143
|
+
onStartSpotlight: (userIds?: string[]) => Promise<void>;
|
5144
|
+
onStopSpotlight: (userIds?: string[]) => Promise<void>;
|
5145
|
+
onStopAllSpotlight: () => Promise<void>;
|
4022
5146
|
}
|
4023
5147
|
|
4024
5148
|
/**
|
@@ -4030,6 +5154,39 @@ export declare type CommonProperties<A, B> = {
|
|
4030
5154
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
4031
5155
|
}[keyof A & keyof B];
|
4032
5156
|
|
5157
|
+
/**
|
5158
|
+
* @beta
|
5159
|
+
* Props for SitePermissions components.
|
5160
|
+
*/
|
5161
|
+
export declare interface CommonSitePermissionsProps {
|
5162
|
+
/**
|
5163
|
+
* Name of application calling experience is in.
|
5164
|
+
*/
|
5165
|
+
appName: string;
|
5166
|
+
/**
|
5167
|
+
* Kind of the Site Permissions component.
|
5168
|
+
*/
|
5169
|
+
kind: 'request' | 'denied' | 'check';
|
5170
|
+
/**
|
5171
|
+
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
5172
|
+
*/
|
5173
|
+
browserHint?: 'safari' | 'unset';
|
5174
|
+
/**
|
5175
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
5176
|
+
* If this is not provided the button will not be shown.
|
5177
|
+
*/
|
5178
|
+
onTroubleshootingClick?: () => void;
|
5179
|
+
/**
|
5180
|
+
* Action that is taken when the user clicks the continue anyway button.
|
5181
|
+
* If this is not provided the button will not be shown.
|
5182
|
+
*/
|
5183
|
+
onContinueAnywayClick?: () => void;
|
5184
|
+
/**
|
5185
|
+
* Styles for SitePermissions component.
|
5186
|
+
*/
|
5187
|
+
styles?: SitePermissionsStyles;
|
5188
|
+
}
|
5189
|
+
|
4033
5190
|
/**
|
4034
5191
|
* A Chat or Calling participant's state, as reflected in the UI.
|
4035
5192
|
*
|
@@ -4206,6 +5363,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
4206
5363
|
export declare interface ComponentLocale {
|
4207
5364
|
/** Strings for components */
|
4208
5365
|
strings: ComponentStrings;
|
5366
|
+
/**
|
5367
|
+
* Optional function to provide customized date format.
|
5368
|
+
* @beta
|
5369
|
+
*/
|
5370
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
4209
5371
|
}
|
4210
5372
|
|
4211
5373
|
/**
|
@@ -4247,10 +5409,19 @@ export declare interface ComponentStrings {
|
|
4247
5409
|
screenShareButton: ScreenShareButtonStrings;
|
4248
5410
|
/** Strings for RaiseHandButton */
|
4249
5411
|
raiseHandButton: RaiseHandButtonStrings;
|
5412
|
+
/**
|
5413
|
+
* Strings for ReactionButton
|
5414
|
+
* @beta
|
5415
|
+
* */
|
5416
|
+
reactionButton: ReactionButtonStrings;
|
4250
5417
|
/** Strings for TypingIndicator */
|
4251
5418
|
typingIndicator: TypingIndicatorStrings;
|
4252
5419
|
/** Strings for SendBox */
|
4253
5420
|
sendBox: SendBoxStrings;
|
5421
|
+
/** Strings for RichTextSendBox */
|
5422
|
+
richTextSendBox: RichTextSendBoxStrings;
|
5423
|
+
/** Strings for MentionPopover */
|
5424
|
+
mentionPopover: MentionPopoverStrings;
|
4254
5425
|
/** Strings for ImageOverlay */
|
4255
5426
|
imageOverlay: ImageOverlayStrings;
|
4256
5427
|
/** Strings for MessageStatusIndicator */
|
@@ -4261,10 +5432,50 @@ export declare interface ComponentStrings {
|
|
4261
5432
|
videoGallery: VideoGalleryStrings;
|
4262
5433
|
/** Strings for Dialpad */
|
4263
5434
|
dialpad: DialpadStrings;
|
5435
|
+
/** Strings for VideoTile */
|
5436
|
+
videoTile: VideoTileStrings;
|
5437
|
+
/** Strings for HoldButton */
|
5438
|
+
holdButton: HoldButtonStrings;
|
5439
|
+
/** Strings for a site's permission request prompt */
|
5440
|
+
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
5441
|
+
/** Strings for a site's permission request prompt */
|
5442
|
+
CameraSitePermissionsRequest: SitePermissionsStrings;
|
5443
|
+
/** Strings for a site's permission request prompt */
|
5444
|
+
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
5445
|
+
/** Strings for a site's permission generic checking prompt */
|
5446
|
+
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
5447
|
+
/** Strings for a site's permission generic checking prompt */
|
5448
|
+
CameraSitePermissionsCheck: SitePermissionsStrings;
|
5449
|
+
/** Strings for a site's permission generic checking prompt */
|
5450
|
+
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
5451
|
+
/** Strings for a site's permission denied prompt */
|
5452
|
+
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
5453
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
5454
|
+
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5455
|
+
/** Strings for a site's permission denied prompt */
|
5456
|
+
CameraSitePermissionsDenied: SitePermissionsStrings;
|
5457
|
+
/** Strings for a site's permission denied prompt */
|
5458
|
+
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
5459
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
5460
|
+
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5461
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
5462
|
+
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5463
|
+
/** Strings for unsupported browser UI */
|
5464
|
+
UnsupportedBrowser: UnsupportedBrowserStrings;
|
5465
|
+
/** Strings for unsupported browser version UI */
|
5466
|
+
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
5467
|
+
/** Strings for unsupported browser version UI */
|
5468
|
+
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
5469
|
+
/** Strings for BrowserPemissionDenied */
|
5470
|
+
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
5471
|
+
/** Strings for BrowserPemissionDeniedIOS */
|
5472
|
+
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
4264
5473
|
/**
|
4265
5474
|
* Strings for the VerticalGallery.
|
4266
5475
|
*/
|
4267
5476
|
verticalGallery: VerticalGalleryStrings;
|
5477
|
+
/** Strings for the participant list component */
|
5478
|
+
ParticipantList: ParticipantListStrings;
|
4268
5479
|
}
|
4269
5480
|
|
4270
5481
|
/**
|
@@ -4648,7 +5859,7 @@ export declare function createAzureCommunicationCallAdapter(args: AzureCommunica
|
|
4648
5859
|
*
|
4649
5860
|
* @public
|
4650
5861
|
*/
|
4651
|
-
export declare function createAzureCommunicationCallAdapterFromClient(callClient: StatefulCallClient, callAgent: CallAgent, targetCallees: StartCallIdentifier[],
|
5862
|
+
export declare function createAzureCommunicationCallAdapterFromClient(callClient: StatefulCallClient, callAgent: CallAgent, targetCallees: StartCallIdentifier[], options?: AzureCommunicationCallAdapterOptions): Promise<CallAdapter>;
|
4652
5863
|
|
4653
5864
|
/**
|
4654
5865
|
* Create a {@link CallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -4658,7 +5869,7 @@ export declare function createAzureCommunicationCallAdapterFromClient(callClient
|
|
4658
5869
|
*
|
4659
5870
|
* @public
|
4660
5871
|
*/
|
4661
|
-
export declare function createAzureCommunicationCallAdapterFromClient(callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator,
|
5872
|
+
export declare function createAzureCommunicationCallAdapterFromClient(callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, options?: AzureCommunicationCallAdapterOptions): Promise<CallAdapter>;
|
4662
5873
|
|
4663
5874
|
/**
|
4664
5875
|
* Create a CallWithChatAdapter backed by Azure Communication services
|
@@ -4666,7 +5877,7 @@ export declare function createAzureCommunicationCallAdapterFromClient(callClient
|
|
4666
5877
|
*
|
4667
5878
|
* @public
|
4668
5879
|
*/
|
4669
|
-
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
5880
|
+
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
4670
5881
|
|
4671
5882
|
/**
|
4672
5883
|
* Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
|
@@ -4703,7 +5914,7 @@ export declare function createAzureCommunicationChatAdapterFromClient(chatClient
|
|
4703
5914
|
*
|
4704
5915
|
* @public
|
4705
5916
|
*/
|
4706
|
-
export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined,
|
5917
|
+
export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined, options?: CallingHandlersOptions) => CallingHandlers;
|
4707
5918
|
|
4708
5919
|
/**
|
4709
5920
|
* Create the default implementation of {@link CallingHandlers} for teams call.
|
@@ -4727,6 +5938,18 @@ export declare const createDefaultCallingHandlers: CreateDefaultCallingHandlers;
|
|
4727
5938
|
*/
|
4728
5939
|
export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
|
4729
5940
|
|
5941
|
+
/**
|
5942
|
+
* Create the default implementation of {@link TeamsCallingHandlers} for teams call.
|
5943
|
+
*
|
5944
|
+
* Useful when implementing a custom component that utilizes the providers
|
5945
|
+
* exported from this library.
|
5946
|
+
*
|
5947
|
+
* @beta
|
5948
|
+
*/
|
5949
|
+
export declare const createDefaultTeamsCallingHandlers: (callClient: StatefulCallClient, callAgent: undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent, deviceManager: StatefulDeviceManager | undefined, call: undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall, options?: {
|
5950
|
+
onResolveVideoBackgroundEffectsDependency?: () => Promise<VideoBackgroundEffectsDependency>;
|
5951
|
+
}) => never | TeamsCallingHandlers;
|
5952
|
+
|
4730
5953
|
/**
|
4731
5954
|
* Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
|
4732
5955
|
* {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
|
@@ -4752,6 +5975,21 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
|
|
4752
5975
|
*/
|
4753
5976
|
export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions) => StatefulChatClient;
|
4754
5977
|
|
5978
|
+
/**
|
5979
|
+
* @beta
|
5980
|
+
*/
|
5981
|
+
export declare const createTeamsCallAdapter: ({ userId, credential, locator, options }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
5982
|
+
|
5983
|
+
/**
|
5984
|
+
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
5985
|
+
*
|
5986
|
+
* Useful if you want to keep a reference to {@link StatefulCallClient}.
|
5987
|
+
* Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
|
5988
|
+
*
|
5989
|
+
* @beta
|
5990
|
+
*/
|
5991
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
5992
|
+
|
4755
5993
|
/**
|
4756
5994
|
* Object returned after creating a local or remote VideoStream.
|
4757
5995
|
* This contains helper functions to manipulate the render of the stream.
|
@@ -4802,6 +6040,13 @@ export declare type CustomAvatarOptions = {
|
|
4802
6040
|
styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
|
4803
6041
|
/** Display name to be used in Persona */
|
4804
6042
|
text?: string;
|
6043
|
+
/** State for the participant to be displayed in the defaultPlaceHolder */
|
6044
|
+
participantState?: ParticipantState;
|
6045
|
+
/**
|
6046
|
+
* If true, show the special coin for unknown persona.
|
6047
|
+
* It has '?' in place of initials, with static font and background colors
|
6048
|
+
*/
|
6049
|
+
showUnknownPersonaCoin?: boolean;
|
4805
6050
|
};
|
4806
6051
|
|
4807
6052
|
/**
|
@@ -4929,6 +6174,18 @@ export declare interface CustomMessage extends MessageCommon {
|
|
4929
6174
|
*/
|
4930
6175
|
export declare const darkTheme: PartialTheme & CallingTheme;
|
4931
6176
|
|
6177
|
+
/**
|
6178
|
+
* @beta
|
6179
|
+
* `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
|
6180
|
+
*/
|
6181
|
+
export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
|
6182
|
+
|
6183
|
+
/**
|
6184
|
+
* @beta
|
6185
|
+
* Proxies the {@link @azure/communication-calling#IncomingCall} interface.
|
6186
|
+
*/
|
6187
|
+
export declare type DeclarativeIncomingCall = IncomingCall;
|
6188
|
+
|
4932
6189
|
/**
|
4933
6190
|
* The default set of icons that are available to use in the UI components.
|
4934
6191
|
*
|
@@ -4952,6 +6209,10 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
4952
6209
|
ControlButtonLowerHand: React_2.JSX.Element;
|
4953
6210
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
4954
6211
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
6212
|
+
ReactionButtonIcon: React_2.JSX.Element;
|
6213
|
+
CancelFileUpload: React_2.JSX.Element;
|
6214
|
+
DownloadFile: React_2.JSX.Element;
|
6215
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
4955
6216
|
EditBoxCancel: React_2.JSX.Element;
|
4956
6217
|
EditBoxSubmit: React_2.JSX.Element;
|
4957
6218
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -4984,10 +6245,21 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
4984
6245
|
ParticipantItemOptions: React_2.JSX.Element;
|
4985
6246
|
ParticipantItemOptionsHovered: React_2.JSX.Element;
|
4986
6247
|
ParticipantItemScreenShareStart: React_2.JSX.Element;
|
6248
|
+
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6249
|
+
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6250
|
+
HoldCallButton: React_2.JSX.Element;
|
6251
|
+
ResumeCall: React_2.JSX.Element;
|
4987
6252
|
SendBoxSend: React_2.JSX.Element;
|
4988
6253
|
SendBoxSendHovered: React_2.JSX.Element;
|
4989
6254
|
VideoTileMicOff: React_2.JSX.Element;
|
4990
6255
|
DialpadBackspace: React_2.JSX.Element;
|
6256
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
6257
|
+
SitePermissionCamera: React_2.JSX.Element;
|
6258
|
+
SitePermissionMic: React_2.JSX.Element;
|
6259
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
6260
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
6261
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
6262
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
4991
6263
|
VideoTilePinned: React_2.JSX.Element;
|
4992
6264
|
VideoTileMoreOptions: React_2.JSX.Element;
|
4993
6265
|
VideoTileScaleFit: React_2.JSX.Element;
|
@@ -5010,6 +6282,21 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5010
6282
|
ContextMenuCameraIcon: React_2.JSX.Element;
|
5011
6283
|
ContextMenuMicIcon: React_2.JSX.Element;
|
5012
6284
|
ContextMenuSpeakerIcon: React_2.JSX.Element;
|
6285
|
+
SurveyStarIcon: React_2.JSX.Element;
|
6286
|
+
SurveyStarIconFilled: React_2.JSX.Element;
|
6287
|
+
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
6288
|
+
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
6289
|
+
VideoTileSpotlighted: React_2.JSX.Element;
|
6290
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
6291
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
6292
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
6293
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
6294
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
6295
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
6296
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
6297
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
6298
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
6299
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
5013
6300
|
};
|
5014
6301
|
|
5015
6302
|
/**
|
@@ -5030,6 +6317,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5030
6317
|
ParticipantItemOptionsHovered: JSX.Element;
|
5031
6318
|
SendBoxSend: JSX.Element;
|
5032
6319
|
SendBoxSendHovered: JSX.Element;
|
6320
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
5033
6321
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
5034
6322
|
ControlButtonCameraOff: JSX.Element;
|
5035
6323
|
ControlButtonCameraOn: JSX.Element;
|
@@ -5044,8 +6332,11 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5044
6332
|
ControlButtonMicProhibited?: JSX.Element | undefined;
|
5045
6333
|
ControlButtonRaiseHand: JSX.Element;
|
5046
6334
|
ControlButtonLowerHand: JSX.Element;
|
6335
|
+
ControlButtonExitSpotlight?: JSX.Element | undefined;
|
5047
6336
|
RaiseHandContextualMenuItem: JSX.Element;
|
6337
|
+
ReactionContextualMenuItem?: JSX.Element | undefined;
|
5048
6338
|
LowerHandContextualMenuItem: JSX.Element;
|
6339
|
+
ReactionButtonIcon: JSX.Element;
|
5049
6340
|
ErrorBarCallCameraAccessDenied: JSX.Element;
|
5050
6341
|
ErrorBarCallCameraAlreadyInUse: JSX.Element;
|
5051
6342
|
ErrorBarCallLocalVideoFreeze: JSX.Element;
|
@@ -5084,6 +6375,9 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5084
6375
|
ParticipantItemScreenShareStart: JSX.Element;
|
5085
6376
|
VideoTileMicOff: JSX.Element;
|
5086
6377
|
LocalCameraSwitch?: JSX.Element | undefined;
|
6378
|
+
PeoplePaneAddPerson?: JSX.Element | undefined;
|
6379
|
+
PeoplePaneOpenDialpad?: JSX.Element | undefined;
|
6380
|
+
DialpadStartCall?: JSX.Element | undefined;
|
5087
6381
|
NoticePageInviteToRoomRemoved?: JSX.Element | undefined;
|
5088
6382
|
BlurVideoBackground?: JSX.Element | undefined;
|
5089
6383
|
RemoveVideoBackgroundEffect?: JSX.Element | undefined;
|
@@ -5096,6 +6390,8 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5096
6390
|
LargeGalleryLayout?: JSX.Element | undefined;
|
5097
6391
|
DefaultCustomButton?: JSX.Element | undefined;
|
5098
6392
|
DtmfDialpadButton?: JSX.Element | undefined;
|
6393
|
+
PeoplePaneMoreButton?: JSX.Element | undefined;
|
6394
|
+
StopAllSpotlightMenuButton?: JSX.Element | undefined;
|
5099
6395
|
ChevronLeft?: JSX.Element | undefined;
|
5100
6396
|
ControlBarChatButtonActive?: JSX.Element | undefined;
|
5101
6397
|
ControlBarChatButtonInactive?: JSX.Element | undefined;
|
@@ -5105,13 +6401,26 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5105
6401
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
5106
6402
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
5107
6403
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
5108
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
5109
6404
|
ChatMessageOptions: React_2.JSX.Element;
|
5110
6405
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
6406
|
+
CancelFileUpload: React_2.JSX.Element;
|
6407
|
+
DownloadFile: React_2.JSX.Element;
|
6408
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
5111
6409
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
5112
6410
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
5113
6411
|
MessageResend: React_2.JSX.Element;
|
6412
|
+
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6413
|
+
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6414
|
+
HoldCallButton: React_2.JSX.Element;
|
6415
|
+
ResumeCall: React_2.JSX.Element;
|
5114
6416
|
DialpadBackspace: React_2.JSX.Element;
|
6417
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
6418
|
+
SitePermissionCamera: React_2.JSX.Element;
|
6419
|
+
SitePermissionMic: React_2.JSX.Element;
|
6420
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
6421
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
6422
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
6423
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
5115
6424
|
VideoTilePinned: React_2.JSX.Element;
|
5116
6425
|
VideoTileMoreOptions: React_2.JSX.Element;
|
5117
6426
|
VideoTileScaleFit: React_2.JSX.Element;
|
@@ -5134,8 +6443,46 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5134
6443
|
ContextMenuCameraIcon: React_2.JSX.Element;
|
5135
6444
|
ContextMenuMicIcon: React_2.JSX.Element;
|
5136
6445
|
ContextMenuSpeakerIcon: React_2.JSX.Element;
|
6446
|
+
SurveyStarIcon: React_2.JSX.Element;
|
6447
|
+
SurveyStarIconFilled: React_2.JSX.Element;
|
6448
|
+
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
6449
|
+
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
6450
|
+
VideoTileSpotlighted: React_2.JSX.Element;
|
6451
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
6452
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
6453
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
6454
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
6455
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
6456
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
6457
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
6458
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
6459
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
6460
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
5137
6461
|
};
|
5138
6462
|
|
6463
|
+
/**
|
6464
|
+
* Device Checks.
|
6465
|
+
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
6466
|
+
*
|
6467
|
+
* @beta
|
6468
|
+
*/
|
6469
|
+
export declare interface DeviceCheckOptions {
|
6470
|
+
/**
|
6471
|
+
* Camera Permission prompts for your call.
|
6472
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
6473
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
6474
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
6475
|
+
*/
|
6476
|
+
camera: 'required' | 'optional' | 'doNotPrompt';
|
6477
|
+
/**
|
6478
|
+
* Microphone permission prompts for your call.
|
6479
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
6480
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
6481
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
6482
|
+
*/
|
6483
|
+
microphone: 'required' | 'optional' | 'doNotPrompt';
|
6484
|
+
}
|
6485
|
+
|
5139
6486
|
/**
|
5140
6487
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
5141
6488
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -5713,6 +7060,10 @@ export declare interface ErrorBarStrings {
|
|
5713
7060
|
* Unable to start effect
|
5714
7061
|
*/
|
5715
7062
|
unableToStartVideoEffect?: string;
|
7063
|
+
/**
|
7064
|
+
* An error message when starting spotlight while max participants are spotlighted
|
7065
|
+
*/
|
7066
|
+
startSpotlightWhileMaxParticipantsAreSpotlighted: string;
|
5716
7067
|
}
|
5717
7068
|
|
5718
7069
|
/**
|
@@ -5722,6 +7073,178 @@ export declare interface ErrorBarStrings {
|
|
5722
7073
|
*/
|
5723
7074
|
export declare type ErrorType = keyof ErrorBarStrings;
|
5724
7075
|
|
7076
|
+
/**
|
7077
|
+
* @beta
|
7078
|
+
* A file download error returned via a {@link FileDownloadHandler}.
|
7079
|
+
* This error message is used to render an error message in the UI.
|
7080
|
+
*/
|
7081
|
+
export declare interface FileDownloadError {
|
7082
|
+
/** The error message to display in the UI */
|
7083
|
+
errorMessage: string;
|
7084
|
+
}
|
7085
|
+
|
7086
|
+
/**
|
7087
|
+
* @beta
|
7088
|
+
*
|
7089
|
+
* A callback function for handling file downloads.
|
7090
|
+
* The function needs to return a promise that resolves to a file download URL.
|
7091
|
+
* If the promise is rejected, the {@link Error.message} will be used to display an error message to the user.
|
7092
|
+
*
|
7093
|
+
* @example
|
7094
|
+
* ```ts
|
7095
|
+
* const fileDownloadHandler: FileDownloadHandler = async (userId, fileData) => {
|
7096
|
+
* if (isUnauthorizedUser(userId)) {
|
7097
|
+
* return { errorMessage: 'You don’t have permission to download this file.' };
|
7098
|
+
* } else {
|
7099
|
+
* return new URL(fileData.url);
|
7100
|
+
* }
|
7101
|
+
* }
|
7102
|
+
*
|
7103
|
+
* const App = () => (
|
7104
|
+
* <ChatComposite
|
7105
|
+
* ...
|
7106
|
+
* fileSharing={{
|
7107
|
+
* fileDownloadHandler: fileDownloadHandler
|
7108
|
+
* }}
|
7109
|
+
* />
|
7110
|
+
* )
|
7111
|
+
*
|
7112
|
+
* ```
|
7113
|
+
* @param userId - The user ID of the user downloading the file.
|
7114
|
+
* @param fileMetadata - The {@link AttachmentMetadata} containing file `url`, `extension` and `name`.
|
7115
|
+
*/
|
7116
|
+
export declare type FileDownloadHandler = (userId: string, fileMetadata: AttachmentMetadata) => Promise<URL | FileDownloadError>;
|
7117
|
+
|
7118
|
+
/**
|
7119
|
+
* Properties for configuring the File Sharing feature.
|
7120
|
+
* @beta
|
7121
|
+
*/
|
7122
|
+
export declare interface FileSharingOptions {
|
7123
|
+
/**
|
7124
|
+
* A string containing the comma separated list of accepted file types.
|
7125
|
+
* Similar to the `accept` attribute of the `<input type="file" />` element.
|
7126
|
+
* Accepts any type of file if not specified.
|
7127
|
+
* @beta
|
7128
|
+
*/
|
7129
|
+
accept?: string;
|
7130
|
+
/**
|
7131
|
+
* Allows multiple files to be selected if set to `true`.
|
7132
|
+
* Similar to the `multiple` attribute of the `<input type="file" />` element.
|
7133
|
+
* @defaultValue false
|
7134
|
+
* @beta
|
7135
|
+
*/
|
7136
|
+
multiple?: boolean;
|
7137
|
+
/**
|
7138
|
+
* A function of type {@link FileUploadHandler} for handling file uploads.
|
7139
|
+
* @beta
|
7140
|
+
*/
|
7141
|
+
uploadHandler: FileUploadHandler;
|
7142
|
+
/**
|
7143
|
+
* A function of type {@link FileDownloadHandler} for handling file downloads.
|
7144
|
+
* If the function is not specified, the file's `url` will be opened in a new tab to
|
7145
|
+
* initiate the download.
|
7146
|
+
*/
|
7147
|
+
downloadHandler?: FileDownloadHandler;
|
7148
|
+
}
|
7149
|
+
|
7150
|
+
/**
|
7151
|
+
* @beta
|
7152
|
+
*/
|
7153
|
+
export declare interface FileUploadAdapter {
|
7154
|
+
registerActiveFileUploads: (files: File[]) => FileUploadManager[];
|
7155
|
+
registerCompletedFileUploads: (metadata: AttachmentMetadata[]) => FileUploadManager[];
|
7156
|
+
clearFileUploads: () => void;
|
7157
|
+
cancelFileUpload: (id: string) => void;
|
7158
|
+
updateFileUploadProgress: (id: string, progress: number) => void;
|
7159
|
+
updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
|
7160
|
+
updateFileUploadMetadata: (id: string, metadata: AttachmentMetadata) => void;
|
7161
|
+
}
|
7162
|
+
|
7163
|
+
/**
|
7164
|
+
* @beta
|
7165
|
+
* Error message to be displayed to the user if the upload fails.
|
7166
|
+
*/
|
7167
|
+
export declare type FileUploadError = {
|
7168
|
+
message: string;
|
7169
|
+
timestamp: number;
|
7170
|
+
};
|
7171
|
+
|
7172
|
+
/**
|
7173
|
+
* @beta
|
7174
|
+
* A callback function for handling file uploads.
|
7175
|
+
*
|
7176
|
+
* @param userId - The user ID of the user uploading the file.
|
7177
|
+
* @param fileUploads - The list of uploaded files. Each file is represented by an {@link FileUpload} object.
|
7178
|
+
*/
|
7179
|
+
export declare type FileUploadHandler = (userId: string, fileUploads: FileUploadManager[]) => void;
|
7180
|
+
|
7181
|
+
/**
|
7182
|
+
* A wrapper object for a file that is being uploaded.
|
7183
|
+
* Allows managing file uploads by providing common functions for updating the
|
7184
|
+
* upload progress, canceling an upload, completing an upload etc.
|
7185
|
+
* @beta
|
7186
|
+
*/
|
7187
|
+
export declare interface FileUploadManager {
|
7188
|
+
/**
|
7189
|
+
* Unique identifier for the file upload.
|
7190
|
+
*/
|
7191
|
+
id: string;
|
7192
|
+
/**
|
7193
|
+
* HTML {@link File} object for the uploaded file.
|
7194
|
+
*/
|
7195
|
+
file?: File;
|
7196
|
+
/**
|
7197
|
+
* Update the progress of the upload.
|
7198
|
+
* @param value - number between 0 and 1
|
7199
|
+
*/
|
7200
|
+
notifyUploadProgressChanged: (value: number) => void;
|
7201
|
+
/**
|
7202
|
+
* Mark the upload as complete.
|
7203
|
+
* Requires the `metadata` param containing uploaded file information.
|
7204
|
+
* @param metadata - {@link AttachmentMetadata}
|
7205
|
+
*/
|
7206
|
+
notifyUploadCompleted: (metadata: AttachmentMetadata) => void;
|
7207
|
+
/**
|
7208
|
+
* Mark the upload as failed.
|
7209
|
+
* @param message - An error message that can be displayed to the user.
|
7210
|
+
*/
|
7211
|
+
notifyUploadFailed: (message: string) => void;
|
7212
|
+
}
|
7213
|
+
|
7214
|
+
/**
|
7215
|
+
* Contains the state attributes of a file upload like name, progress etc.
|
7216
|
+
* @beta
|
7217
|
+
*/
|
7218
|
+
export declare interface FileUploadState {
|
7219
|
+
/**
|
7220
|
+
* Unique identifier for the file upload.
|
7221
|
+
*/
|
7222
|
+
id: string;
|
7223
|
+
/**
|
7224
|
+
* Filename extracted from the {@link File} object.
|
7225
|
+
* This attribute is used to render the filename if `metadata.name` is not available.
|
7226
|
+
*/
|
7227
|
+
filename: string;
|
7228
|
+
/**
|
7229
|
+
* A number between 0 and 1 indicating the progress of the upload.
|
7230
|
+
*/
|
7231
|
+
progress: number;
|
7232
|
+
/**
|
7233
|
+
* Metadata {@link AttachmentMetadata} containing information about the uploaded file.
|
7234
|
+
*/
|
7235
|
+
metadata?: AttachmentMetadata;
|
7236
|
+
/**
|
7237
|
+
* Error message to be displayed to the user if the upload fails.
|
7238
|
+
*/
|
7239
|
+
error?: FileUploadError;
|
7240
|
+
}
|
7241
|
+
|
7242
|
+
/**
|
7243
|
+
* A record containing {@link FileUploadState} mapped to unique ids.
|
7244
|
+
* @beta
|
7245
|
+
*/
|
7246
|
+
export declare type FileUploadsUiState = Record<string, FileUploadState>;
|
7247
|
+
|
5725
7248
|
/**
|
5726
7249
|
* Provider to apply a Fluent theme across this library's react components.
|
5727
7250
|
*
|
@@ -5763,7 +7286,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
|
|
5763
7286
|
*
|
5764
7287
|
* @public
|
5765
7288
|
*/
|
5766
|
-
export declare type GetCallingSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof VideoGallery> extends true ? VideoGallerySelector : AreEqual<Component, typeof DevicesButton> extends true ? DevicesButtonSelector : AreEqual<Component, typeof MicrophoneButton> extends true ? MicrophoneButtonSelector : AreEqual<Component, typeof CameraButton> extends true ? CameraButtonSelector : AreEqual<Component, typeof ScreenShareButton> extends true ? ScreenShareButtonSelector : AreEqual<Component, typeof ParticipantList> extends true ? ParticipantListSelector : AreEqual<Component, typeof ParticipantsButton> extends true ? ParticipantsButtonSelector : AreEqual<Component, typeof EndCallButton> extends true ? EmptySelector : AreEqual<Component, typeof ErrorBar> extends true ? CallErrorBarSelector : AreEqual<Component, typeof Dialpad> extends true ? EmptySelector : undefined;
|
7289
|
+
export declare type GetCallingSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof VideoGallery> extends true ? VideoGallerySelector : AreEqual<Component, typeof DevicesButton> extends true ? DevicesButtonSelector : AreEqual<Component, typeof MicrophoneButton> extends true ? MicrophoneButtonSelector : AreEqual<Component, typeof CameraButton> extends true ? CameraButtonSelector : AreEqual<Component, typeof ScreenShareButton> extends true ? ScreenShareButtonSelector : AreEqual<Component, typeof ParticipantList> extends true ? ParticipantListSelector : AreEqual<Component, typeof ParticipantsButton> extends true ? ParticipantsButtonSelector : AreEqual<Component, typeof EndCallButton> extends true ? EmptySelector : AreEqual<Component, typeof ErrorBar> extends true ? CallErrorBarSelector : AreEqual<Component, typeof Dialpad> extends true ? EmptySelector : AreEqual<Component, typeof HoldButton> extends true ? HoldButtonSelector : undefined;
|
5767
7290
|
|
5768
7291
|
/**
|
5769
7292
|
* Get the selector for a specified component.
|
@@ -5780,7 +7303,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
5780
7303
|
*
|
5781
7304
|
* @public
|
5782
7305
|
*/
|
5783
|
-
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;
|
7306
|
+
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof RichTextSendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof MessageThread> extends true ? MessageThreadSelector : AreEqual<Component, typeof TypingIndicator> extends true ? TypingIndicatorSelector : AreEqual<Component, typeof ParticipantList> extends true ? ChatParticipantListSelector : AreEqual<Component, typeof ErrorBar> extends true ? ChatErrorBarSelector : undefined;
|
5784
7307
|
|
5785
7308
|
/**
|
5786
7309
|
* Get the selector for a specified component.
|
@@ -5825,6 +7348,63 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
|
|
5825
7348
|
children?: IStyle;
|
5826
7349
|
}
|
5827
7350
|
|
7351
|
+
/**
|
7352
|
+
* a button to hold or resume a ongoing call.
|
7353
|
+
*
|
7354
|
+
* Can be used with {@link ControlBar}
|
7355
|
+
*
|
7356
|
+
* @param props - properties for the hold button.
|
7357
|
+
* @returns
|
7358
|
+
* @beta
|
7359
|
+
*/
|
7360
|
+
export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
|
7361
|
+
|
7362
|
+
/**
|
7363
|
+
*@beta
|
7364
|
+
*/
|
7365
|
+
export declare interface HoldButtonProps extends ControlBarButtonProps {
|
7366
|
+
/**
|
7367
|
+
* Utility property for using this component with communication react handlers
|
7368
|
+
* Holds the call or resumes it based on call state.
|
7369
|
+
*/
|
7370
|
+
onToggleHold: () => Promise<void>;
|
7371
|
+
/**
|
7372
|
+
* Optional strings to override in component
|
7373
|
+
*/
|
7374
|
+
strings?: HoldButtonStrings;
|
7375
|
+
}
|
7376
|
+
|
7377
|
+
/**
|
7378
|
+
* Selector type for the {@link HoldButton} component.
|
7379
|
+
* @public
|
7380
|
+
*/
|
7381
|
+
export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
7382
|
+
checked: boolean;
|
7383
|
+
};
|
7384
|
+
|
7385
|
+
/**
|
7386
|
+
* Strings for the hold button labels
|
7387
|
+
* @beta
|
7388
|
+
*/
|
7389
|
+
export declare interface HoldButtonStrings {
|
7390
|
+
/**
|
7391
|
+
* Label for when action is to resume call.
|
7392
|
+
*/
|
7393
|
+
onLabel: string;
|
7394
|
+
/**
|
7395
|
+
* Label for when action is to hold call.
|
7396
|
+
*/
|
7397
|
+
offLabel: string;
|
7398
|
+
/**
|
7399
|
+
* Content for when button is checked
|
7400
|
+
*/
|
7401
|
+
tooltipOnContent: string;
|
7402
|
+
/**
|
7403
|
+
* Content for when button is unchecked
|
7404
|
+
*/
|
7405
|
+
tooltipOffContent: string;
|
7406
|
+
}
|
7407
|
+
|
5828
7408
|
/**
|
5829
7409
|
* {@link HorizontalGallery} Component Styles.
|
5830
7410
|
* @public
|
@@ -5909,6 +7489,10 @@ export declare interface _Identifiers {
|
|
5909
7489
|
verticalGalleryVideoTile: string;
|
5910
7490
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
5911
7491
|
verticalGalleryPageCounter: string;
|
7492
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
7493
|
+
mentionSuggestionList: string;
|
7494
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
7495
|
+
mentionSuggestionItem: string;
|
5912
7496
|
}
|
5913
7497
|
|
5914
7498
|
/**
|
@@ -5970,6 +7554,27 @@ export declare interface ImageOverlayStrings {
|
|
5970
7554
|
dismissButtonAriaLabel: string;
|
5971
7555
|
}
|
5972
7556
|
|
7557
|
+
/**
|
7558
|
+
* Preset dark theme for the ImageOverlay component.
|
7559
|
+
*
|
7560
|
+
* @public
|
7561
|
+
*/
|
7562
|
+
export declare const imageOverlayTheme: PartialTheme;
|
7563
|
+
|
7564
|
+
/**
|
7565
|
+
* @beta
|
7566
|
+
* This contains a readonly array that returns all the active `incomingCalls`.
|
7567
|
+
* An active incoming call is a call that has not been answered, declined or disconnected.
|
7568
|
+
*/
|
7569
|
+
export declare type IncomingCallManagement = {
|
7570
|
+
/**
|
7571
|
+
* @beta
|
7572
|
+
* @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
|
7573
|
+
* @returns readonly array of {@link DeclarativeIncomingCall}
|
7574
|
+
*/
|
7575
|
+
incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
|
7576
|
+
};
|
7577
|
+
|
5973
7578
|
/**
|
5974
7579
|
* State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
|
5975
7580
|
* automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -6154,6 +7759,28 @@ export declare type LocalizationProviderProps = {
|
|
6154
7759
|
children: React_2.ReactNode;
|
6155
7760
|
};
|
6156
7761
|
|
7762
|
+
/**
|
7763
|
+
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
7764
|
+
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
7765
|
+
*
|
7766
|
+
* @beta
|
7767
|
+
*/
|
7768
|
+
export declare interface LocalRecordingCallFeatureState {
|
7769
|
+
/**
|
7770
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
7771
|
+
*/
|
7772
|
+
isLocalRecordingActive: boolean;
|
7773
|
+
/**
|
7774
|
+
* Contains list of information of started recordings
|
7775
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
7776
|
+
*/
|
7777
|
+
activeLocalRecordings?: LocalRecordingInfo[];
|
7778
|
+
/**
|
7779
|
+
* Contains list of information of stopped recordings
|
7780
|
+
*/
|
7781
|
+
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
7782
|
+
}
|
7783
|
+
|
6157
7784
|
/**
|
6158
7785
|
* @public
|
6159
7786
|
*/
|
@@ -6259,6 +7886,76 @@ export declare interface MediaDiagnosticsState {
|
|
6259
7886
|
latest: LatestMediaDiagnostics;
|
6260
7887
|
}
|
6261
7888
|
|
7889
|
+
/**
|
7890
|
+
* Mention's state, as reflected in the UI.
|
7891
|
+
*
|
7892
|
+
* @beta
|
7893
|
+
*/
|
7894
|
+
export declare interface Mention {
|
7895
|
+
/** ID of a mention */
|
7896
|
+
id: string;
|
7897
|
+
/** Display text of a mention */
|
7898
|
+
displayText: string;
|
7899
|
+
/** Optional React element to render an item icon of a mention suggestion */
|
7900
|
+
icon?: JSX.Element;
|
7901
|
+
}
|
7902
|
+
|
7903
|
+
/**
|
7904
|
+
* Options to display suggestions in the mention scenario.
|
7905
|
+
*
|
7906
|
+
* @beta
|
7907
|
+
*/
|
7908
|
+
export declare interface MentionDisplayOptions {
|
7909
|
+
/**
|
7910
|
+
* Optional callback for customizing the mention renderer in a message thread.
|
7911
|
+
*/
|
7912
|
+
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
7913
|
+
}
|
7914
|
+
|
7915
|
+
/**
|
7916
|
+
* Options to lookup suggestions in the mention scenario.
|
7917
|
+
*
|
7918
|
+
* @beta
|
7919
|
+
*/
|
7920
|
+
export declare interface MentionLookupOptions {
|
7921
|
+
/**
|
7922
|
+
* Optional string to set trigger keyword for mention a specific participant.
|
7923
|
+
*
|
7924
|
+
* @defaultValue `@`
|
7925
|
+
*/
|
7926
|
+
trigger?: string;
|
7927
|
+
/**
|
7928
|
+
* Optional callback to fetch a list of mention suggestions base on the query.
|
7929
|
+
*/
|
7930
|
+
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
7931
|
+
/**
|
7932
|
+
* Optional callback to render an item of the mention suggestions list.
|
7933
|
+
*/
|
7934
|
+
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
7935
|
+
}
|
7936
|
+
|
7937
|
+
/**
|
7938
|
+
* Options to lookup suggestions and display mentions in the mention scenario.
|
7939
|
+
*
|
7940
|
+
* @beta
|
7941
|
+
*/
|
7942
|
+
export declare type MentionOptions = {
|
7943
|
+
lookupOptions?: MentionLookupOptions;
|
7944
|
+
displayOptions?: MentionDisplayOptions;
|
7945
|
+
};
|
7946
|
+
|
7947
|
+
/**
|
7948
|
+
* Strings of {@link _MentionPopover} that can be overridden.
|
7949
|
+
*
|
7950
|
+
* @beta
|
7951
|
+
*/
|
7952
|
+
export declare interface MentionPopoverStrings {
|
7953
|
+
/**
|
7954
|
+
* Header text for MentionPopover
|
7955
|
+
*/
|
7956
|
+
mentionPopoverHeader: string;
|
7957
|
+
}
|
7958
|
+
|
6262
7959
|
/**
|
6263
7960
|
* Discriminated union of all messages.
|
6264
7961
|
*
|
@@ -6266,7 +7963,7 @@ export declare interface MediaDiagnosticsState {
|
|
6266
7963
|
*
|
6267
7964
|
* @public
|
6268
7965
|
*/
|
6269
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
7966
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
|
6270
7967
|
|
6271
7968
|
/**
|
6272
7969
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -6500,7 +8197,7 @@ export declare type MessageThreadProps = {
|
|
6500
8197
|
/**
|
6501
8198
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
6502
8199
|
*/
|
6503
|
-
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
8200
|
+
messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
|
6504
8201
|
/**
|
6505
8202
|
* number of participants in the thread
|
6506
8203
|
*/
|
@@ -6581,6 +8278,11 @@ export declare type MessageThreadProps = {
|
|
6581
8278
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
6582
8279
|
*/
|
6583
8280
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
8281
|
+
/**
|
8282
|
+
* Optional callback to render attached files in the message component.
|
8283
|
+
* @beta
|
8284
|
+
*/
|
8285
|
+
onRenderFileDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
|
6584
8286
|
/**
|
6585
8287
|
* Optional callback to edit a message.
|
6586
8288
|
*
|
@@ -6622,6 +8324,23 @@ export declare type MessageThreadProps = {
|
|
6622
8324
|
* Optional strings to override in component
|
6623
8325
|
*/
|
6624
8326
|
strings?: Partial<MessageThreadStrings>;
|
8327
|
+
/**
|
8328
|
+
* @beta
|
8329
|
+
* Optional function called when someone clicks on the file download icon.
|
8330
|
+
* If file attachments are defined in the `message.metadata` property using the `fileSharingMetadata` key,
|
8331
|
+
* this function will be called with the data inside `fileSharingMetadata` key.
|
8332
|
+
*/
|
8333
|
+
fileDownloadHandler?: FileDownloadHandler;
|
8334
|
+
/**
|
8335
|
+
* Optional function to provide customized date format.
|
8336
|
+
* @beta
|
8337
|
+
*/
|
8338
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
8339
|
+
/**
|
8340
|
+
* Optional props needed to lookup a mention query and display mentions
|
8341
|
+
* @beta
|
8342
|
+
*/
|
8343
|
+
mentionOptions?: MentionOptions;
|
6625
8344
|
/**
|
6626
8345
|
* Optional callback called when an inline image is clicked.
|
6627
8346
|
* @beta
|
@@ -6700,6 +8419,14 @@ export declare interface MessageThreadStrings {
|
|
6700
8419
|
actionMenuMoreOptions?: string;
|
6701
8420
|
/** Aria label to announce when a message is deleted */
|
6702
8421
|
messageDeletedAnnouncementAriaLabel: string;
|
8422
|
+
/** String for download file button in file card */
|
8423
|
+
downloadFile: string;
|
8424
|
+
/** String for policy violation message removal */
|
8425
|
+
blockedWarningText: string;
|
8426
|
+
/** String for policy violation message removal details link */
|
8427
|
+
blockedWarningLinkText: string;
|
8428
|
+
/** String for aria text in file attachment group*/
|
8429
|
+
fileCardGroupMessage: string;
|
6703
8430
|
}
|
6704
8431
|
|
6705
8432
|
/**
|
@@ -6727,6 +8454,7 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
6727
8454
|
/** Styles for system message container. */
|
6728
8455
|
systemMessageContainer?: ComponentSlotStyle;
|
6729
8456
|
/** Styles for blocked message container. */
|
8457
|
+
blockedMessageContainer?: ComponentSlotStyle;
|
6730
8458
|
/** Styles for message status indicator container. */
|
6731
8459
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
6732
8460
|
}
|
@@ -6895,6 +8623,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
6895
8623
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
6896
8624
|
}
|
6897
8625
|
|
8626
|
+
/**
|
8627
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
8628
|
+
* by their browsers settings.
|
8629
|
+
*
|
8630
|
+
* @beta
|
8631
|
+
*/
|
8632
|
+
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
8633
|
+
|
8634
|
+
/**
|
8635
|
+
* @beta
|
8636
|
+
* Props for MicrophoneSitePermissions component.
|
8637
|
+
*/
|
8638
|
+
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
8639
|
+
/** Icon name for the microphone icon */
|
8640
|
+
microphoneIconName?: string;
|
8641
|
+
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
8642
|
+
strings?: MicrophoneSitePermissionsStrings;
|
8643
|
+
}
|
8644
|
+
|
8645
|
+
/**
|
8646
|
+
* @beta
|
8647
|
+
* Strings for MicrophoneSitePermissions component.
|
8648
|
+
*/
|
8649
|
+
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
8650
|
+
|
6898
8651
|
/**
|
6899
8652
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
6900
8653
|
*
|
@@ -6913,6 +8666,13 @@ export declare interface NetworkDiagnosticsState {
|
|
6913
8666
|
latest: LatestNetworkDiagnostics;
|
6914
8667
|
}
|
6915
8668
|
|
8669
|
+
/**
|
8670
|
+
* Callback function used to provide custom data to build profile for a user.
|
8671
|
+
*
|
8672
|
+
* @beta
|
8673
|
+
*/
|
8674
|
+
export declare type OnFetchProfileCallback = (userId: string, defaultProfile?: Profile) => Promise<Profile | undefined>;
|
8675
|
+
|
6916
8676
|
/**
|
6917
8677
|
* A custom rendered callback that allows users to customize the rendering of a Persona Component.
|
6918
8678
|
*
|
@@ -7035,6 +8795,14 @@ export declare interface ParticipantItemProps {
|
|
7035
8795
|
onClick?: (props?: ParticipantItemProps) => void;
|
7036
8796
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
7037
8797
|
showParticipantOverflowTooltip?: boolean;
|
8798
|
+
/**
|
8799
|
+
* Optional value to determine and display a participants connection status.
|
8800
|
+
* For example, `Connecting`, `Ringing` etc.
|
8801
|
+
* The actual text that is displayed is determined by the localized string
|
8802
|
+
* corresponding to the provided participant state.
|
8803
|
+
* For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
|
8804
|
+
*/
|
8805
|
+
participantState?: ParticipantState;
|
7038
8806
|
/**
|
7039
8807
|
* Optional aria property that prefixes the ParticipantItems aria content
|
7040
8808
|
* Takes in a unique id value of the element you would like to be read before the ParticipantItem.
|
@@ -7060,6 +8828,12 @@ export declare interface ParticipantItemStrings {
|
|
7060
8828
|
mutedIconLabel: string;
|
7061
8829
|
/** placeholder text for participants who does not have a display name*/
|
7062
8830
|
displayNamePlaceholder?: string;
|
8831
|
+
/** String shown when `participantState` is `Ringing` */
|
8832
|
+
participantStateRinging?: string;
|
8833
|
+
/** String shown when `participantState` is `Hold` */
|
8834
|
+
participantStateHold?: string;
|
8835
|
+
/** String for the attendee role */
|
8836
|
+
attendeeRole: string;
|
7063
8837
|
}
|
7064
8838
|
|
7065
8839
|
/**
|
@@ -7138,6 +8912,10 @@ export declare type ParticipantListProps = {
|
|
7138
8912
|
styles?: ParticipantListStyles;
|
7139
8913
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
7140
8914
|
showParticipantOverflowTooltip?: boolean;
|
8915
|
+
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
8916
|
+
totalParticipantCount?: number;
|
8917
|
+
/** Strings for the participant list */
|
8918
|
+
strings?: ParticipantListStrings;
|
7141
8919
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
7142
8920
|
participantAriaLabelledBy?: string;
|
7143
8921
|
};
|
@@ -7150,8 +8928,21 @@ export declare type ParticipantListProps = {
|
|
7150
8928
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
7151
8929
|
participants: CallParticipantListParticipant[];
|
7152
8930
|
myUserId: string;
|
8931
|
+
totalParticipantCount?: number;
|
7153
8932
|
};
|
7154
8933
|
|
8934
|
+
/**
|
8935
|
+
* Strings for the {@link ParticipantList}.
|
8936
|
+
*
|
8937
|
+
* @beta
|
8938
|
+
*/
|
8939
|
+
export declare interface ParticipantListStrings {
|
8940
|
+
/**
|
8941
|
+
* String for rendering the count of participants not contained in the displayed participant list
|
8942
|
+
*/
|
8943
|
+
overflowParticipantCount?: string;
|
8944
|
+
}
|
8945
|
+
|
7155
8946
|
/**
|
7156
8947
|
* Styles for the {@link ParticipantList}.
|
7157
8948
|
*
|
@@ -7368,6 +9159,31 @@ export declare type ParticipantsRemovedListener = (event: {
|
|
7368
9159
|
*/
|
7369
9160
|
export declare type ParticipantState = 'Idle' | 'Connecting' | 'Ringing' | 'Connected' | 'Hold' | 'InLobby' | 'EarlyMedia' | 'Disconnected';
|
7370
9161
|
|
9162
|
+
/**
|
9163
|
+
* State only version of {@link @azure/communication-calling#PPTLiveCallFeature}. {@link StatefulCallClient} will
|
9164
|
+
* automatically listen for pptLive on the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
9165
|
+
*
|
9166
|
+
* @public
|
9167
|
+
*/
|
9168
|
+
export declare interface PPTLiveCallFeatureState {
|
9169
|
+
/**
|
9170
|
+
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature.isActive}.
|
9171
|
+
*/
|
9172
|
+
isActive: boolean;
|
9173
|
+
}
|
9174
|
+
|
9175
|
+
/**
|
9176
|
+
* The profile of a user.
|
9177
|
+
*
|
9178
|
+
* @beta
|
9179
|
+
*/
|
9180
|
+
export declare type Profile = {
|
9181
|
+
/**
|
9182
|
+
* Primary text to display, usually the name of the person.
|
9183
|
+
*/
|
9184
|
+
displayName?: string;
|
9185
|
+
};
|
9186
|
+
|
7371
9187
|
/**
|
7372
9188
|
* Raised hand state with order
|
7373
9189
|
*
|
@@ -7457,6 +9273,131 @@ export declare interface RaiseHandCallFeature {
|
|
7457
9273
|
localParticipantRaisedHand?: RaisedHandState;
|
7458
9274
|
}
|
7459
9275
|
|
9276
|
+
/**
|
9277
|
+
* Reaction state with reaction type to render
|
9278
|
+
*
|
9279
|
+
* @beta
|
9280
|
+
*/
|
9281
|
+
export declare type Reaction = {
|
9282
|
+
/**
|
9283
|
+
* Specifies the type of reaction videoTile should render i.e. like, heart etc.
|
9284
|
+
*/
|
9285
|
+
reactionType: string;
|
9286
|
+
/**
|
9287
|
+
* Received timestamp for the message as default Date format.
|
9288
|
+
*/
|
9289
|
+
receivedOn: Date;
|
9290
|
+
};
|
9291
|
+
|
9292
|
+
/**
|
9293
|
+
* Props for {@link ReactionButton}.
|
9294
|
+
*
|
9295
|
+
* @beta
|
9296
|
+
*/
|
9297
|
+
export declare interface ReactionButtonProps extends ControlBarButtonProps {
|
9298
|
+
/**
|
9299
|
+
* Optional strings to override in component
|
9300
|
+
*/
|
9301
|
+
strings?: Partial<ReactionButtonStrings>;
|
9302
|
+
/**
|
9303
|
+
* Click event to send reaction to meeting
|
9304
|
+
*/
|
9305
|
+
onReactionClick: (reaction: string) => Promise<void>;
|
9306
|
+
/**
|
9307
|
+
* Reaction resource locator and parameters
|
9308
|
+
*/
|
9309
|
+
reactionResources: ReactionResources;
|
9310
|
+
}
|
9311
|
+
|
9312
|
+
/**
|
9313
|
+
* Strings of {@link ReactionButton} that can be overridden.
|
9314
|
+
*
|
9315
|
+
* @beta
|
9316
|
+
*/
|
9317
|
+
export declare interface ReactionButtonStrings {
|
9318
|
+
/** Label of the button. */
|
9319
|
+
label: string;
|
9320
|
+
/** Aria label for reaction button accessibility announcement */
|
9321
|
+
ariaLabel: string;
|
9322
|
+
/** Tooltip content when the button is disabled. */
|
9323
|
+
tooltipDisabledContent?: string;
|
9324
|
+
/** Tooltip content when the button is enabled. */
|
9325
|
+
tooltipContent?: string;
|
9326
|
+
/** Tooltip content of like reaction button. */
|
9327
|
+
likeReactionTooltipContent?: string;
|
9328
|
+
/** Tooltip content of heart reaction button. */
|
9329
|
+
heartReactionTooltipContent?: string;
|
9330
|
+
/** Tooltip content of laugh reaction button. */
|
9331
|
+
laughReactionTooltipContent?: string;
|
9332
|
+
/** Tooltip content of clap reaction button. */
|
9333
|
+
applauseReactionTooltipContent?: string;
|
9334
|
+
/** Tooltip content of surprised reaction button. */
|
9335
|
+
surprisedReactionTooltipContent?: string;
|
9336
|
+
}
|
9337
|
+
|
9338
|
+
/**
|
9339
|
+
* Interface for animation sprite image and related metadata
|
9340
|
+
* @beta
|
9341
|
+
*/
|
9342
|
+
export declare interface ReactionResources {
|
9343
|
+
/**
|
9344
|
+
* Like reaction animation resource.
|
9345
|
+
*/
|
9346
|
+
likeReaction?: ReactionSprite;
|
9347
|
+
/**
|
9348
|
+
* Heart reaction animation resource.
|
9349
|
+
*/
|
9350
|
+
heartReaction?: ReactionSprite;
|
9351
|
+
/**
|
9352
|
+
* Laugh reaction animation resource.
|
9353
|
+
*/
|
9354
|
+
laughReaction?: ReactionSprite;
|
9355
|
+
/**
|
9356
|
+
* Applause reaction animation resource.
|
9357
|
+
*/
|
9358
|
+
applauseReaction?: ReactionSprite;
|
9359
|
+
/**
|
9360
|
+
* Surprised reaction animation resource.
|
9361
|
+
*/
|
9362
|
+
surprisedReaction?: ReactionSprite;
|
9363
|
+
}
|
9364
|
+
|
9365
|
+
/**
|
9366
|
+
* Type for animation sprite image and related metadata
|
9367
|
+
* @beta
|
9368
|
+
*/
|
9369
|
+
export declare type ReactionSprite = {
|
9370
|
+
/**
|
9371
|
+
* Path to animation sprite image for reaction.
|
9372
|
+
*/
|
9373
|
+
url: string;
|
9374
|
+
/**
|
9375
|
+
* The frame count of the resource reaction in the sprite image
|
9376
|
+
*/
|
9377
|
+
frameCount: number;
|
9378
|
+
/**
|
9379
|
+
* The square size of one frame in the animation resource..
|
9380
|
+
*/
|
9381
|
+
size?: number;
|
9382
|
+
};
|
9383
|
+
|
9384
|
+
/**
|
9385
|
+
* State only version of {@link @azure/communication-calling#Call.ReactionMessage} with UI helper props receivedOn.
|
9386
|
+
* Reaction state with a timestamp which helps UI to decide to render the reaction accordingly.
|
9387
|
+
*
|
9388
|
+
* @beta
|
9389
|
+
*/
|
9390
|
+
export declare type ReactionState = {
|
9391
|
+
/**
|
9392
|
+
* Reaction message from the meeting {@link @azure/communication-calling#Call.ReactionMessage}
|
9393
|
+
*/
|
9394
|
+
reactionMessage: ReactionMessage;
|
9395
|
+
/**
|
9396
|
+
* Received timestamp of the reaction message in a meeting.
|
9397
|
+
*/
|
9398
|
+
receivedOn: Date;
|
9399
|
+
};
|
9400
|
+
|
7460
9401
|
/**
|
7461
9402
|
* An array of key value pairs that stores each sender's display name and last read message
|
7462
9403
|
*
|
@@ -7480,6 +9421,15 @@ export declare interface RecordingCallFeature {
|
|
7480
9421
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
7481
9422
|
*/
|
7482
9423
|
isRecordingActive: boolean;
|
9424
|
+
/**
|
9425
|
+
* Contains list of information of started recordings
|
9426
|
+
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
9427
|
+
*/
|
9428
|
+
activeRecordings?: RecordingInfo[];
|
9429
|
+
/**
|
9430
|
+
* Contains list of information of stopped recordings
|
9431
|
+
*/
|
9432
|
+
lastStoppedRecording?: RecordingInfo[];
|
7483
9433
|
}
|
7484
9434
|
|
7485
9435
|
/**
|
@@ -7528,6 +9478,23 @@ export declare interface RemoteParticipantState {
|
|
7528
9478
|
* Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
|
7529
9479
|
*/
|
7530
9480
|
raisedHand?: RaisedHandState;
|
9481
|
+
/**
|
9482
|
+
* Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
|
9483
|
+
*
|
9484
|
+
* @public
|
9485
|
+
*/
|
9486
|
+
contentSharingStream?: HTMLElement;
|
9487
|
+
/**
|
9488
|
+
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
9489
|
+
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
9490
|
+
*
|
9491
|
+
* @beta
|
9492
|
+
*/
|
9493
|
+
reactionState?: ReactionState;
|
9494
|
+
/**
|
9495
|
+
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
|
9496
|
+
*/
|
9497
|
+
spotlight?: SpotlightState;
|
7531
9498
|
}
|
7532
9499
|
|
7533
9500
|
/**
|
@@ -7550,8 +9517,9 @@ export declare interface RemoteVideoStreamState {
|
|
7550
9517
|
isAvailable: boolean;
|
7551
9518
|
/**
|
7552
9519
|
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
|
7553
|
-
* @
|
9520
|
+
* @public
|
7554
9521
|
*/
|
9522
|
+
isReceiving: boolean;
|
7555
9523
|
/**
|
7556
9524
|
* {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
|
7557
9525
|
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
@@ -7600,6 +9568,105 @@ export declare type ResourceFetchResult = {
|
|
7600
9568
|
error?: Error;
|
7601
9569
|
};
|
7602
9570
|
|
9571
|
+
/**
|
9572
|
+
* Options for configuring the rich text editor.
|
9573
|
+
*
|
9574
|
+
* @beta
|
9575
|
+
*/
|
9576
|
+
export declare interface RichTextEditorOptions {
|
9577
|
+
}
|
9578
|
+
|
9579
|
+
/**
|
9580
|
+
* A component to render SendBox with Rich Text Editor support.
|
9581
|
+
*
|
9582
|
+
* @beta
|
9583
|
+
*/
|
9584
|
+
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
9585
|
+
|
9586
|
+
/**
|
9587
|
+
* Props for {@link RichTextSendBox}.
|
9588
|
+
*
|
9589
|
+
* @beta
|
9590
|
+
*/
|
9591
|
+
export declare interface RichTextSendBoxProps {
|
9592
|
+
/**
|
9593
|
+
* Optional boolean to disable text box
|
9594
|
+
* @defaultValue false
|
9595
|
+
*/
|
9596
|
+
disabled?: boolean;
|
9597
|
+
/**
|
9598
|
+
* Optional strings to override in component
|
9599
|
+
*/
|
9600
|
+
strings?: Partial<RichTextSendBoxStrings>;
|
9601
|
+
/**
|
9602
|
+
* Optional text for system message above the text box
|
9603
|
+
*/
|
9604
|
+
systemMessage?: string;
|
9605
|
+
/**
|
9606
|
+
* Optional callback to render uploaded files in the SendBox. The sendBox will expand
|
9607
|
+
* vertically to accommodate the uploaded files. File uploads will
|
9608
|
+
* be rendered below the text area in sendBox.
|
9609
|
+
* @beta
|
9610
|
+
*/
|
9611
|
+
onRenderFileUploads?: () => JSX.Element;
|
9612
|
+
/**
|
9613
|
+
* Optional array of active file uploads where each object has attributes
|
9614
|
+
* of a file upload like name, progress, errorMessage etc.
|
9615
|
+
* @beta
|
9616
|
+
*/
|
9617
|
+
activeFileUploads?: ActiveFileUpload[];
|
9618
|
+
/**
|
9619
|
+
* Optional callback to remove the file upload before sending by clicking on
|
9620
|
+
* cancel icon.
|
9621
|
+
* @beta
|
9622
|
+
*/
|
9623
|
+
onCancelFileUpload?: (fileId: string) => void;
|
9624
|
+
/**
|
9625
|
+
* Callback function used when the send button is clicked.
|
9626
|
+
*/
|
9627
|
+
onSendMessage: (content: string) => Promise<void>;
|
9628
|
+
}
|
9629
|
+
|
9630
|
+
/**
|
9631
|
+
* Strings of {@link RichTextSendBox} that can be overridden.
|
9632
|
+
*
|
9633
|
+
* @beta
|
9634
|
+
*/
|
9635
|
+
export declare interface RichTextSendBoxStrings extends SendBoxStrings {
|
9636
|
+
/**
|
9637
|
+
* Tooltip text for the bold button.
|
9638
|
+
*/
|
9639
|
+
boldTooltip: string;
|
9640
|
+
/**
|
9641
|
+
* Tooltip text for the italic button.
|
9642
|
+
*/
|
9643
|
+
italicTooltip: string;
|
9644
|
+
/**
|
9645
|
+
* Tooltip text for the underline button.
|
9646
|
+
*/
|
9647
|
+
underlineTooltip: string;
|
9648
|
+
/**
|
9649
|
+
* Tooltip text for the bullet list button.
|
9650
|
+
*/
|
9651
|
+
bulletListTooltip: string;
|
9652
|
+
/**
|
9653
|
+
* Tooltip text for the number list button.
|
9654
|
+
*/
|
9655
|
+
numberListTooltip: string;
|
9656
|
+
/**
|
9657
|
+
* Tooltip text for the increase indent button.
|
9658
|
+
*/
|
9659
|
+
increaseIndentTooltip: string;
|
9660
|
+
/**
|
9661
|
+
* Tooltip text for the decrease indent button.
|
9662
|
+
*/
|
9663
|
+
decreaseIndentTooltip: string;
|
9664
|
+
/**
|
9665
|
+
* Tooltip text for the rich text format button button.
|
9666
|
+
*/
|
9667
|
+
richTextFormatButtonTooltip: string;
|
9668
|
+
}
|
9669
|
+
|
7603
9670
|
/**
|
7604
9671
|
* A button to start / stop screen sharing.
|
7605
9672
|
*
|
@@ -7671,6 +9738,19 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
7671
9738
|
*/
|
7672
9739
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
7673
9740
|
|
9741
|
+
/**
|
9742
|
+
* @beta
|
9743
|
+
* Error to be displayed to the user in an error bar above sendbox.
|
9744
|
+
*/
|
9745
|
+
export declare interface SendBoxErrorBarError {
|
9746
|
+
/** Error Message to be displayed */
|
9747
|
+
message: string;
|
9748
|
+
/**
|
9749
|
+
* Unix Timestamp. Preferred generation using `Date.now()`
|
9750
|
+
*/
|
9751
|
+
timestamp: number;
|
9752
|
+
}
|
9753
|
+
|
7674
9754
|
/**
|
7675
9755
|
* Props for {@link SendBox}.
|
7676
9756
|
*
|
@@ -7690,6 +9770,11 @@ export declare interface SendBoxProps {
|
|
7690
9770
|
* Optional override behavior on send button click
|
7691
9771
|
*/
|
7692
9772
|
onSendMessage?: (content: string) => Promise<void>;
|
9773
|
+
/**
|
9774
|
+
* Optional props needed to lookup suggestions in the mention scenario.
|
9775
|
+
* @beta
|
9776
|
+
*/
|
9777
|
+
mentionLookupOptions?: MentionLookupOptions;
|
7693
9778
|
/**
|
7694
9779
|
* Optional callback called when user is typing
|
7695
9780
|
*/
|
@@ -7726,6 +9811,25 @@ export declare interface SendBoxProps {
|
|
7726
9811
|
* When undefined nothing has focus on render
|
7727
9812
|
*/
|
7728
9813
|
autoFocus?: 'sendBoxTextField';
|
9814
|
+
/**
|
9815
|
+
* Optional callback to render uploaded files in the SendBox. The sendBox will expand
|
9816
|
+
* vertically to accommodate the uploaded files. File uploads will
|
9817
|
+
* be rendered below the text area in sendBox.
|
9818
|
+
* @beta
|
9819
|
+
*/
|
9820
|
+
onRenderFileUploads?: () => JSX.Element;
|
9821
|
+
/**
|
9822
|
+
* Optional array of active file uploads where each object has attributes
|
9823
|
+
* of a file upload like name, progress, errorMessage etc.
|
9824
|
+
* @beta
|
9825
|
+
*/
|
9826
|
+
activeFileUploads?: ActiveFileUpload[];
|
9827
|
+
/**
|
9828
|
+
* Optional callback to remove the file upload before sending by clicking on
|
9829
|
+
* cancel icon.
|
9830
|
+
* @beta
|
9831
|
+
*/
|
9832
|
+
onCancelFileUpload?: (fileId: string) => void;
|
7729
9833
|
}
|
7730
9834
|
|
7731
9835
|
/**
|
@@ -7753,9 +9857,25 @@ export declare interface SendBoxStrings {
|
|
7753
9857
|
*/
|
7754
9858
|
textTooLong: string;
|
7755
9859
|
/**
|
7756
|
-
* Aria label for send message button
|
9860
|
+
* Aria label for send message button
|
9861
|
+
*/
|
9862
|
+
sendButtonAriaLabel: string;
|
9863
|
+
/**
|
9864
|
+
* Error message indicating that all file uploads are not complete.
|
9865
|
+
*/
|
9866
|
+
fileUploadsPendingError: string;
|
9867
|
+
/**
|
9868
|
+
* Aria label to notify user when focus is on cancel file upload button.
|
9869
|
+
*/
|
9870
|
+
removeFile: string;
|
9871
|
+
/**
|
9872
|
+
* Aria label to notify user file uploading starts.
|
9873
|
+
*/
|
9874
|
+
uploading: string;
|
9875
|
+
/**
|
9876
|
+
* Aria label to notify user file is uploaded.
|
7757
9877
|
*/
|
7758
|
-
|
9878
|
+
uploadCompleted: string;
|
7759
9879
|
}
|
7760
9880
|
|
7761
9881
|
/**
|
@@ -7776,6 +9896,45 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
7776
9896
|
systemMessage?: IStyle;
|
7777
9897
|
}
|
7778
9898
|
|
9899
|
+
/**
|
9900
|
+
* @beta
|
9901
|
+
* Strings for SitePermissions component
|
9902
|
+
*/
|
9903
|
+
export declare type SitePermissionsStrings = {
|
9904
|
+
/**
|
9905
|
+
* Main text string.
|
9906
|
+
*/
|
9907
|
+
primaryText?: string;
|
9908
|
+
/**
|
9909
|
+
* Subtext string.
|
9910
|
+
*/
|
9911
|
+
secondaryText?: string;
|
9912
|
+
/**
|
9913
|
+
* More help link string.
|
9914
|
+
*/
|
9915
|
+
linkText?: string;
|
9916
|
+
/**
|
9917
|
+
* Primary button text string.
|
9918
|
+
*/
|
9919
|
+
primaryButtonText?: string;
|
9920
|
+
/**
|
9921
|
+
* Aria label describing the content of the container
|
9922
|
+
*/
|
9923
|
+
ariaLabel?: string;
|
9924
|
+
};
|
9925
|
+
|
9926
|
+
/**
|
9927
|
+
* Fluent styles for {@link SitePermissionsContainer}.
|
9928
|
+
*
|
9929
|
+
* @beta
|
9930
|
+
*/
|
9931
|
+
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
9932
|
+
/** Styles for the primary button. */
|
9933
|
+
primaryButton?: IButtonStyles;
|
9934
|
+
/** Styles for the help troubleshooting link text. */
|
9935
|
+
troubleshootingLink?: ILinkStyles;
|
9936
|
+
}
|
9937
|
+
|
7779
9938
|
/**
|
7780
9939
|
* @public
|
7781
9940
|
* Type for representing a custom sound to use for a calling event
|
@@ -7835,11 +9994,120 @@ export declare interface SpokenLanguageStrings {
|
|
7835
9994
|
'zh-tw': string;
|
7836
9995
|
}
|
7837
9996
|
|
9997
|
+
/**
|
9998
|
+
* Spotlight state with order
|
9999
|
+
*
|
10000
|
+
* @beta
|
10001
|
+
*/
|
10002
|
+
export declare type Spotlight = {
|
10003
|
+
/**
|
10004
|
+
* Specifies the order position of the spotlight
|
10005
|
+
*/
|
10006
|
+
spotlightedOrderPosition?: number;
|
10007
|
+
};
|
10008
|
+
|
10009
|
+
/**
|
10010
|
+
* State only version of {@link @azure/communication-calling#SpotlightCallFeature}
|
10011
|
+
*
|
10012
|
+
* @beta
|
10013
|
+
*/
|
10014
|
+
export declare interface SpotlightCallFeatureState {
|
10015
|
+
/**
|
10016
|
+
* Ordered array of spotlighted participants in call
|
10017
|
+
*/
|
10018
|
+
spotlightedParticipants: SpotlightedParticipant[];
|
10019
|
+
/**
|
10020
|
+
* Local participant spotlight
|
10021
|
+
*/
|
10022
|
+
localParticipantSpotlight?: SpotlightState;
|
10023
|
+
/**
|
10024
|
+
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature.maxParticipantsToSpotlight}.
|
10025
|
+
*/
|
10026
|
+
maxParticipantsToSpotlight: number;
|
10027
|
+
}
|
10028
|
+
|
10029
|
+
/**
|
10030
|
+
* Callback for {@link CallAdapterSubscribers} 'spotlightChanged' event.
|
10031
|
+
*
|
10032
|
+
* @public
|
10033
|
+
*/
|
10034
|
+
export declare type SpotlightChangedListener = (args: {
|
10035
|
+
added: SpotlightedParticipant[];
|
10036
|
+
removed: SpotlightedParticipant[];
|
10037
|
+
}) => void;
|
10038
|
+
|
10039
|
+
/**
|
10040
|
+
* Strings used in prompt related to spotlight
|
10041
|
+
* @beta
|
10042
|
+
*/
|
10043
|
+
export declare interface SpotlightPromptStrings {
|
10044
|
+
/**
|
10045
|
+
* Heading for prompt when starting spotlight on participant
|
10046
|
+
*/
|
10047
|
+
startSpotlightHeading: string;
|
10048
|
+
/**
|
10049
|
+
* Text for prompt when starting spotlight on participant
|
10050
|
+
*/
|
10051
|
+
startSpotlightText: string;
|
10052
|
+
/**
|
10053
|
+
* Label for button to confirm starting spotlight on local user in prompt
|
10054
|
+
*/
|
10055
|
+
startSpotlightOnSelfText: string;
|
10056
|
+
/**
|
10057
|
+
* Label for button to confirm starting spotlight on participant in prompt
|
10058
|
+
*/
|
10059
|
+
startSpotlightConfirmButtonLabel: string;
|
10060
|
+
/**
|
10061
|
+
* Label for button to cancel starting spotlight on participant in prompt
|
10062
|
+
*/
|
10063
|
+
startSpotlightCancelButtonLabel: string;
|
10064
|
+
/**
|
10065
|
+
* Heading for prompt when stopping spotlight on participant
|
10066
|
+
*/
|
10067
|
+
stopSpotlightHeading: string;
|
10068
|
+
/**
|
10069
|
+
* Heading for prompt when stopping spotlight on local user
|
10070
|
+
*/
|
10071
|
+
stopSpotlightOnSelfHeading: string;
|
10072
|
+
/**
|
10073
|
+
* Text for prompt when stopping spotlight on participant
|
10074
|
+
*/
|
10075
|
+
stopSpotlightText: string;
|
10076
|
+
/**
|
10077
|
+
* Text for prompt when stopping spotlight on local user
|
10078
|
+
*/
|
10079
|
+
stopSpotlightOnSelfText: string;
|
10080
|
+
/**
|
10081
|
+
* Label for button to confirm stopping spotlight on participant in prompt
|
10082
|
+
*/
|
10083
|
+
stopSpotlightConfirmButtonLabel: string;
|
10084
|
+
/**
|
10085
|
+
* Label for button to confirm stopping spotlight on local user in prompt
|
10086
|
+
*/
|
10087
|
+
stopSpotlightOnSelfConfirmButtonLabel: string;
|
10088
|
+
/**
|
10089
|
+
* Label for button to cancel stopping spotlight on participant in prompt
|
10090
|
+
*/
|
10091
|
+
stopSpotlightCancelButtonLabel: string;
|
10092
|
+
}
|
10093
|
+
|
10094
|
+
/**
|
10095
|
+
* Spotlight state with order
|
10096
|
+
*
|
10097
|
+
* @beta
|
10098
|
+
*/
|
10099
|
+
export declare interface SpotlightState {
|
10100
|
+
/**
|
10101
|
+
* Order position of spotlight in call
|
10102
|
+
*/
|
10103
|
+
spotlightedOrderPosition?: number;
|
10104
|
+
}
|
10105
|
+
|
7838
10106
|
/**
|
7839
10107
|
* Identifier types for initiating a call using the CallAdapter
|
7840
10108
|
* @public
|
7841
10109
|
*/
|
7842
|
-
export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | UnknownIdentifier);
|
10110
|
+
export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | /* @conditional-compile-remove(PSTN-calls) */ PhoneNumberIdentifier | /* @conditional-compile-remove(one-to-n-calling) */ CommunicationUserIdentifier | /* @conditional-compile-remove(teams-adhoc-call) */ MicrosoftTeamsUserIdentifier | UnknownIdentifier) | /* @conditional-compile-remove(start-call-beta) */ CommunicationIdentifier;
|
7843
10111
|
|
7844
10112
|
/**
|
7845
10113
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
@@ -7871,6 +10139,7 @@ export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | Unknown
|
|
7871
10139
|
* - RemoteVideoStream 'isAvailableChanged'
|
7872
10140
|
* - TranscriptionCallFeature 'isTranscriptionActiveChanged'
|
7873
10141
|
* - RecordingCallFeature 'isRecordingActiveChanged'
|
10142
|
+
* - LocalRecordingCallFeature 'isLocalRecordingActiveChanged'
|
7874
10143
|
* - RaiseHandCallFeature 'raisedHandEvent'
|
7875
10144
|
* - RaiseHandCallFeature 'loweredHandEvent'
|
7876
10145
|
* - PPTLiveCallFeature 'isAciveChanged'
|
@@ -7951,6 +10220,19 @@ export declare interface StatefulCallClient extends CallClient {
|
|
7951
10220
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
7952
10221
|
*/
|
7953
10222
|
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
10223
|
+
/** @conditional-compile-remove(one-to-n-calling) */
|
10224
|
+
/**
|
10225
|
+
* The CallAgent is used to handle calls.
|
10226
|
+
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
10227
|
+
* - The CallClient can only have one active CallAgent instance at a time.
|
10228
|
+
* - You can create a new CallClient instance to create a new CallAgent.
|
10229
|
+
* - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
|
10230
|
+
* createCallAgent() method again to create a new CallAgent.
|
10231
|
+
* @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
|
10232
|
+
* @param options - The CallAgentOptions for additional options like display name.
|
10233
|
+
* @public
|
10234
|
+
*/
|
10235
|
+
createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
|
7954
10236
|
}
|
7955
10237
|
|
7956
10238
|
/**
|
@@ -7963,7 +10245,16 @@ export declare type StatefulCallClientArgs = {
|
|
7963
10245
|
* UserId from SDK. This is provided for developer convenience to easily access the userId from the
|
7964
10246
|
* state. It is not used by StatefulCallClient.
|
7965
10247
|
*/
|
7966
|
-
userId: CommunicationUserIdentifier;
|
10248
|
+
userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
|
10249
|
+
/**
|
10250
|
+
* A phone number in E.164 format that will be used to represent the callers identity. This number is required
|
10251
|
+
* to start a PSTN call.
|
10252
|
+
*
|
10253
|
+
* example: +11234567
|
10254
|
+
*
|
10255
|
+
* This is not a cached value from the headless calling client.
|
10256
|
+
*/
|
10257
|
+
alternateCallerId?: string;
|
7967
10258
|
};
|
7968
10259
|
|
7969
10260
|
/**
|
@@ -8112,6 +10403,62 @@ export declare interface StreamMediaProps {
|
|
8112
10403
|
styles?: BaseCustomStyles;
|
8113
10404
|
}
|
8114
10405
|
|
10406
|
+
/**
|
10407
|
+
* @beta
|
10408
|
+
* Corresponding texts to each call issue
|
10409
|
+
*/
|
10410
|
+
export declare interface SurveyIssues {
|
10411
|
+
overallRating: {
|
10412
|
+
callCannotJoin: string;
|
10413
|
+
callCannotInvite: string;
|
10414
|
+
hadToRejoin: string;
|
10415
|
+
callEndedUnexpectedly: string;
|
10416
|
+
otherIssues: string;
|
10417
|
+
};
|
10418
|
+
audioRating: {
|
10419
|
+
noLocalAudio: string;
|
10420
|
+
noRemoteAudio: string;
|
10421
|
+
echo: string;
|
10422
|
+
audioNoise: string;
|
10423
|
+
lowVolume: string;
|
10424
|
+
audioStoppedUnexpectedly: string;
|
10425
|
+
distortedSpeech: string;
|
10426
|
+
audioInterruption: string;
|
10427
|
+
otherIssues: string;
|
10428
|
+
};
|
10429
|
+
videoRating: {
|
10430
|
+
noVideoReceived: string;
|
10431
|
+
noVideoSent: string;
|
10432
|
+
lowQuality: string;
|
10433
|
+
freezes: string;
|
10434
|
+
stoppedUnexpectedly: string;
|
10435
|
+
darkVideoReceived: string;
|
10436
|
+
audioVideoOutOfSync: string;
|
10437
|
+
otherIssues: string;
|
10438
|
+
};
|
10439
|
+
screenshareRating: {
|
10440
|
+
noContentLocal: string;
|
10441
|
+
noContentRemote: string;
|
10442
|
+
cannotPresent: string;
|
10443
|
+
lowQuality: string;
|
10444
|
+
freezes: string;
|
10445
|
+
stoppedUnexpectedly: string;
|
10446
|
+
largeDelay: string;
|
10447
|
+
otherIssues: string;
|
10448
|
+
};
|
10449
|
+
}
|
10450
|
+
|
10451
|
+
/**
|
10452
|
+
* @beta
|
10453
|
+
* Corresponding texts to each call issue category
|
10454
|
+
*/
|
10455
|
+
export declare interface SurveyIssuesHeadingStrings {
|
10456
|
+
overallRating: string;
|
10457
|
+
audioRating: string;
|
10458
|
+
videoRating: string;
|
10459
|
+
screenshareRating: string;
|
10460
|
+
}
|
10461
|
+
|
8115
10462
|
/**
|
8116
10463
|
* Discriminated union of all system messages.
|
8117
10464
|
*
|
@@ -8138,6 +10485,74 @@ export declare interface SystemMessageCommon extends MessageCommon {
|
|
8138
10485
|
*/
|
8139
10486
|
export declare type TeamsAdapterOptions = CommonCallAdapterOptions;
|
8140
10487
|
|
10488
|
+
/**
|
10489
|
+
* An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
|
10490
|
+
*
|
10491
|
+
* @beta
|
10492
|
+
*/
|
10493
|
+
export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
10494
|
+
/**
|
10495
|
+
* Join the call with microphone initially on/off.
|
10496
|
+
* @deprecated Use joinCall(options?:JoinCallOptions) instead.
|
10497
|
+
* @param microphoneOn - Whether microphone is initially enabled
|
10498
|
+
*
|
10499
|
+
* @beta
|
10500
|
+
*/
|
10501
|
+
joinCall(microphoneOn?: boolean): TeamsCall | undefined;
|
10502
|
+
/**
|
10503
|
+
* Join the call with options bag to set microphone/camera initial state when joining call
|
10504
|
+
* true = turn on the device when joining call
|
10505
|
+
* false = turn off the device when joining call
|
10506
|
+
* 'keep'/undefined = retain devices' precall state
|
10507
|
+
*
|
10508
|
+
* @param options - param to set microphone/camera initially on/off.
|
10509
|
+
*
|
10510
|
+
* @public
|
10511
|
+
*/
|
10512
|
+
joinCall(options?: JoinCallOptions): TeamsCall | undefined;
|
10513
|
+
/**
|
10514
|
+
* Start the call.
|
10515
|
+
*
|
10516
|
+
* @param participants - An array of participant ids to join
|
10517
|
+
*
|
10518
|
+
* @beta
|
10519
|
+
*/
|
10520
|
+
startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
|
10521
|
+
/**
|
10522
|
+
* Start the call.
|
10523
|
+
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
10524
|
+
* @beta
|
10525
|
+
*/
|
10526
|
+
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
|
10527
|
+
}
|
10528
|
+
|
10529
|
+
/**
|
10530
|
+
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
10531
|
+
*
|
10532
|
+
* @beta
|
10533
|
+
*/
|
10534
|
+
export declare type TeamsCallAdapterArgs = {
|
10535
|
+
userId: MicrosoftTeamsUserIdentifier;
|
10536
|
+
credential: CommunicationTokenCredential;
|
10537
|
+
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
|
10538
|
+
/**
|
10539
|
+
* Optional parameters for the {@link TeamsCallAdapter} created
|
10540
|
+
*/
|
10541
|
+
options?: TeamsAdapterOptions;
|
10542
|
+
};
|
10543
|
+
|
10544
|
+
/**
|
10545
|
+
* Object containing all the teams call handlers required for calling components.
|
10546
|
+
*
|
10547
|
+
* Calling related components from this package are able to pick out relevant handlers from this object.
|
10548
|
+
* See {@link useHandlers} and {@link usePropsFor}.
|
10549
|
+
*
|
10550
|
+
* @beta
|
10551
|
+
*/
|
10552
|
+
export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
|
10553
|
+
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
10554
|
+
}
|
10555
|
+
|
8141
10556
|
/**
|
8142
10557
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
8143
10558
|
*
|
@@ -8338,11 +10753,118 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
8338
10753
|
typingString?: IStyle;
|
8339
10754
|
}
|
8340
10755
|
|
10756
|
+
/**
|
10757
|
+
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
10758
|
+
*
|
10759
|
+
* @beta
|
10760
|
+
*/
|
10761
|
+
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
10762
|
+
|
10763
|
+
/**
|
10764
|
+
* props for {@link UnsupportedBrowser} UI
|
10765
|
+
*
|
10766
|
+
* @beta
|
10767
|
+
*/
|
10768
|
+
export declare interface UnsupportedBrowserProps {
|
10769
|
+
/** Handler to perform an action when the help link is actioned */
|
10770
|
+
onTroubleshootingClick?: () => void;
|
10771
|
+
/** String overrides for the component */
|
10772
|
+
strings?: UnsupportedBrowserStrings;
|
10773
|
+
}
|
10774
|
+
|
10775
|
+
/**
|
10776
|
+
* Strings for UnsupportedBrowser component
|
10777
|
+
*
|
10778
|
+
* @beta
|
10779
|
+
*/
|
10780
|
+
export declare interface UnsupportedBrowserStrings {
|
10781
|
+
/** String for the primary text */
|
10782
|
+
primaryText: string;
|
10783
|
+
/** String for the secondary text */
|
10784
|
+
secondaryText: string;
|
10785
|
+
/** String to display in the text for the help link */
|
10786
|
+
moreHelpLinkText: string;
|
10787
|
+
}
|
10788
|
+
|
10789
|
+
/**
|
10790
|
+
* UI to display to the user that the browser version they are using is out of date
|
10791
|
+
* and not supported by Azure Communications Calling service.
|
10792
|
+
*
|
10793
|
+
* @beta
|
10794
|
+
*/
|
10795
|
+
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
10796
|
+
|
10797
|
+
/**
|
10798
|
+
* props for {@link UnsupportedBrowserVersion} UI
|
10799
|
+
*
|
10800
|
+
* @beta
|
10801
|
+
*/
|
10802
|
+
export declare interface UnsupportedBrowserVersionProps {
|
10803
|
+
/** Handler to perform an action when the help link is actioned */
|
10804
|
+
onTroubleshootingClick?: () => void;
|
10805
|
+
/** String overrides for the component */
|
10806
|
+
strings?: UnsupportedBrowserVersionStrings;
|
10807
|
+
/** Handler to allow user to continue into the call */
|
10808
|
+
onContinueAnywayClick?: () => void;
|
10809
|
+
}
|
10810
|
+
|
10811
|
+
/**
|
10812
|
+
* Strings for UnsupportedBrowser component
|
10813
|
+
*
|
10814
|
+
* @beta
|
10815
|
+
*/
|
10816
|
+
export declare interface UnsupportedBrowserVersionStrings {
|
10817
|
+
/** String for the primary text */
|
10818
|
+
primaryText: string;
|
10819
|
+
/** String for the secondary text */
|
10820
|
+
secondaryText: string;
|
10821
|
+
/** String to display in the text for the help link */
|
10822
|
+
moreHelpLinkText: string;
|
10823
|
+
/** String for continue without updating button */
|
10824
|
+
continueAnywayButtonText?: string;
|
10825
|
+
}
|
10826
|
+
|
10827
|
+
/**
|
10828
|
+
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
10829
|
+
*
|
10830
|
+
* @beta
|
10831
|
+
*/
|
10832
|
+
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
10833
|
+
|
10834
|
+
/**
|
10835
|
+
* Props for {@link UnsupportedOperatingSystem} UI
|
10836
|
+
*
|
10837
|
+
* @beta
|
10838
|
+
*/
|
10839
|
+
export declare interface UnsupportedOperatingSystemProps {
|
10840
|
+
/** Handler to perform a action when the help link is actioned */
|
10841
|
+
onTroubleshootingClick?: () => void;
|
10842
|
+
/** String overrides for the component */
|
10843
|
+
strings?: UnsupportedOperatingSystemStrings;
|
10844
|
+
}
|
10845
|
+
|
10846
|
+
/**
|
10847
|
+
* Strings for UnsupportedBrowser component
|
10848
|
+
*
|
10849
|
+
* @beta
|
10850
|
+
*/
|
10851
|
+
export declare interface UnsupportedOperatingSystemStrings {
|
10852
|
+
/** String for the primary text */
|
10853
|
+
primaryText: string;
|
10854
|
+
/** String for the secondary text */
|
10855
|
+
secondaryText: string;
|
10856
|
+
/** String to display in the text for the help link */
|
10857
|
+
moreHelpLinkText: string;
|
10858
|
+
}
|
10859
|
+
|
8341
10860
|
/**
|
8342
10861
|
* @public
|
8343
10862
|
* Callback function run when a message is updated.
|
8344
10863
|
*/
|
8345
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string
|
10864
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string, options?: {
|
10865
|
+
metadata?: Record<string, string>;
|
10866
|
+
attachmentMetadata?: AttachmentMetadata[];
|
10867
|
+
}) => Promise<void>;
|
8346
10868
|
|
8347
10869
|
/**
|
8348
10870
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -8488,7 +11010,45 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
|
|
8488
11010
|
*
|
8489
11011
|
* @public
|
8490
11012
|
*/
|
8491
|
-
export declare const useSelector: <ParamT extends Selector | undefined>(selector: ParamT, selectorProps?:
|
11013
|
+
export declare const useSelector: <ParamT extends Selector | undefined>(selector: ParamT, selectorProps?: ParamT extends Selector ? Parameters<ParamT>[1] : undefined, type?: 'calling' | 'chat') => ParamT extends Selector ? ReturnType<ParamT> : undefined;
|
11014
|
+
|
11015
|
+
/**
|
11016
|
+
* Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
|
11017
|
+
*
|
11018
|
+
* Useful when implementing a custom component that utilizes the providers
|
11019
|
+
* exported from this library.
|
11020
|
+
*
|
11021
|
+
* you must have previously used the CallProvider with a TeamsCall object to use this hook
|
11022
|
+
*
|
11023
|
+
* @beta
|
11024
|
+
*/
|
11025
|
+
export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
11026
|
+
|
11027
|
+
/**
|
11028
|
+
* A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
|
11029
|
+
*
|
11030
|
+
* Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
|
11031
|
+
* creation of the adapter internally.
|
11032
|
+
*
|
11033
|
+
* Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
|
11034
|
+
* as they are created. The adapter is only created when all arguments are defined.
|
11035
|
+
*
|
11036
|
+
* Note that you must memoize the arguments to avoid recreating adapter on each render.
|
11037
|
+
* See storybook for typical usage examples.
|
11038
|
+
*
|
11039
|
+
* @beta
|
11040
|
+
*/
|
11041
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: ((adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>) | undefined, beforeDispose?: ((adapter: TeamsCallAdapter) => Promise<void>) | undefined) => TeamsCallAdapter | undefined;
|
11042
|
+
|
11043
|
+
/**
|
11044
|
+
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
11045
|
+
*
|
11046
|
+
* Useful when implementing a custom component that utilizes the providers
|
11047
|
+
* exported from this library.
|
11048
|
+
*
|
11049
|
+
* @beta
|
11050
|
+
*/
|
11051
|
+
export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
|
8492
11052
|
|
8493
11053
|
/**
|
8494
11054
|
* React hook to access theme
|
@@ -8629,7 +11189,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
8629
11189
|
/**
|
8630
11190
|
* @public
|
8631
11191
|
*/
|
8632
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
11192
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | 'focusedContent';
|
8633
11193
|
|
8634
11194
|
/**
|
8635
11195
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -8639,6 +11199,12 @@ export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'spe
|
|
8639
11199
|
export declare interface VideoGalleryLocalParticipant extends VideoGalleryParticipant {
|
8640
11200
|
/** Whether local participant is raised a hand */
|
8641
11201
|
raisedHand?: RaisedHand;
|
11202
|
+
/**
|
11203
|
+
* Whether local participant has reacted
|
11204
|
+
*
|
11205
|
+
* @beta
|
11206
|
+
* */
|
11207
|
+
reaction?: Reaction;
|
8642
11208
|
}
|
8643
11209
|
|
8644
11210
|
/**
|
@@ -8657,6 +11223,8 @@ export declare type VideoGalleryParticipant = {
|
|
8657
11223
|
videoStream?: VideoGalleryStream;
|
8658
11224
|
/** Whether participant is screen sharing or not */
|
8659
11225
|
isScreenSharingOn?: boolean;
|
11226
|
+
/** Whether participant is spotlighted **/
|
11227
|
+
spotlight?: Spotlight;
|
8660
11228
|
};
|
8661
11229
|
|
8662
11230
|
/**
|
@@ -8740,6 +11308,30 @@ export declare interface VideoGalleryProps {
|
|
8740
11308
|
* This callback will be called when a participant video tile is un-pinned.
|
8741
11309
|
*/
|
8742
11310
|
onUnpinParticipant?: (userId: string) => void;
|
11311
|
+
/**
|
11312
|
+
* List of spotlighted participant userIds.
|
11313
|
+
*/
|
11314
|
+
spotlightedParticipants?: string[];
|
11315
|
+
/**
|
11316
|
+
* This callback is to start spotlight for local participant video tile.
|
11317
|
+
*/
|
11318
|
+
onStartLocalSpotlight?: () => Promise<void>;
|
11319
|
+
/**
|
11320
|
+
* This callback is to stop spotlight for local participant video tile.
|
11321
|
+
*/
|
11322
|
+
onStartRemoteSpotlight?: (userIds: string[]) => Promise<void>;
|
11323
|
+
/**
|
11324
|
+
* This callback is to start spotlight for remote participant video tiles.
|
11325
|
+
*/
|
11326
|
+
onStopLocalSpotlight?: () => Promise<void>;
|
11327
|
+
/**
|
11328
|
+
* This callback is to stop spotlight for remote participant video tiles.
|
11329
|
+
*/
|
11330
|
+
onStopRemoteSpotlight?: (userIds: string[]) => Promise<void>;
|
11331
|
+
/**
|
11332
|
+
* Maximum participants that can be spotlighted
|
11333
|
+
*/
|
11334
|
+
maxParticipantsToSpotlight?: number;
|
8743
11335
|
/**
|
8744
11336
|
* Options for showing the remote video tile menu.
|
8745
11337
|
*
|
@@ -8758,6 +11350,11 @@ export declare interface VideoGalleryProps {
|
|
8758
11350
|
* @defaultValue 'followDeviceOrientation'
|
8759
11351
|
*/
|
8760
11352
|
localVideoTileSize?: LocalVideoTileSize;
|
11353
|
+
/**
|
11354
|
+
* Reaction resources for like, heart, laugh, applause and surprised.
|
11355
|
+
* @beta
|
11356
|
+
*/
|
11357
|
+
reactionResources?: ReactionResources;
|
8761
11358
|
}
|
8762
11359
|
|
8763
11360
|
/**
|
@@ -8770,8 +11367,19 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
|
|
8770
11367
|
isSpeaking?: boolean;
|
8771
11368
|
/** Video stream of shared screen */
|
8772
11369
|
screenShareStream?: VideoGalleryStream;
|
11370
|
+
/**
|
11371
|
+
* @beta
|
11372
|
+
* The connection state of the participant. For example, 'Hold', 'Connecting' etc.
|
11373
|
+
*/
|
11374
|
+
state?: ParticipantState;
|
8773
11375
|
/** Whether participant is raised a hand */
|
8774
11376
|
raisedHand?: RaisedHand;
|
11377
|
+
/**
|
11378
|
+
* Whether participant has reacted
|
11379
|
+
*
|
11380
|
+
* @beta
|
11381
|
+
* */
|
11382
|
+
reaction?: Reaction;
|
8775
11383
|
}
|
8776
11384
|
|
8777
11385
|
/**
|
@@ -8785,6 +11393,8 @@ export declare type VideoGallerySelector = (state: CallClientState, props: Calli
|
|
8785
11393
|
remoteParticipants: VideoGalleryRemoteParticipant[];
|
8786
11394
|
dominantSpeakers?: string[];
|
8787
11395
|
optimalVideoCount?: number;
|
11396
|
+
spotlightedParticipants?: string[];
|
11397
|
+
maxParticipantsToSpotlight?: number;
|
8788
11398
|
};
|
8789
11399
|
|
8790
11400
|
/**
|
@@ -8848,6 +11458,18 @@ export declare interface VideoGalleryStrings {
|
|
8848
11458
|
pinnedParticipantAnnouncementAriaLabel: string;
|
8849
11459
|
/** Aria label to announce when remote participant's video tile is unpinned */
|
8850
11460
|
unpinnedParticipantAnnouncementAriaLabel: string;
|
11461
|
+
/** Menu text shown in Video Tile contextual menu to start spotlight on participant's video tile */
|
11462
|
+
startSpotlightVideoTileMenuLabel: string;
|
11463
|
+
/** Menu text shown in Video Tile contextual menu to add spotlight to participant's video tile */
|
11464
|
+
addSpotlightVideoTileMenuLabel: string;
|
11465
|
+
/** Menu title for start spotlight menu item when spotlight limit is reached */
|
11466
|
+
spotlightLimitReachedMenuTitle: string;
|
11467
|
+
/** Menu text shown in Video Tile contextual menu to stop spotlight on participant's video tile */
|
11468
|
+
stopSpotlightVideoTileMenuLabel: string;
|
11469
|
+
/** Menu text shown in Video Tile contextual menu to stop spotlight on local user's video tile */
|
11470
|
+
stopSpotlightOnSelfVideoTileMenuLabel: string;
|
11471
|
+
/** String for the attendee role */
|
11472
|
+
attendeeRole: string;
|
8851
11473
|
}
|
8852
11474
|
|
8853
11475
|
/**
|
@@ -9009,6 +11631,17 @@ export declare interface VideoTileProps {
|
|
9009
11631
|
isSpeaking?: boolean;
|
9010
11632
|
/** Whether the participant is raised hand. Show a indicator (border) and icon with order */
|
9011
11633
|
raisedHand?: RaisedHand;
|
11634
|
+
/**
|
11635
|
+
* When the participant has reacted, animate the reaction.
|
11636
|
+
* @beta
|
11637
|
+
* */
|
11638
|
+
reaction?: Reaction;
|
11639
|
+
/**
|
11640
|
+
* The call connection state of the participant.
|
11641
|
+
* For example, `Hold` means the participant is on hold.
|
11642
|
+
*/
|
11643
|
+
participantState?: ParticipantState;
|
11644
|
+
strings?: VideoTileStrings;
|
9012
11645
|
/**
|
9013
11646
|
* Display custom menu items in the VideoTile's contextual menu.
|
9014
11647
|
* Uses Fluent UI ContextualMenu.
|
@@ -9019,6 +11652,24 @@ export declare interface VideoTileProps {
|
|
9019
11652
|
* Callback triggered by video tile on touch and hold.
|
9020
11653
|
*/
|
9021
11654
|
onLongTouch?: () => void;
|
11655
|
+
/**
|
11656
|
+
* If true, the video tile will show the spotlighted icon.
|
11657
|
+
*/
|
11658
|
+
isSpotlighted?: boolean;
|
11659
|
+
/**
|
11660
|
+
* Reactions resources' url and metadata.
|
11661
|
+
* @beta
|
11662
|
+
*/
|
11663
|
+
reactionResources?: ReactionResources;
|
11664
|
+
}
|
11665
|
+
|
11666
|
+
/**
|
11667
|
+
* Strings of {@link VideoTile} that can be overridden.
|
11668
|
+
* @beta
|
11669
|
+
*/
|
11670
|
+
export declare interface VideoTileStrings {
|
11671
|
+
participantStateRinging: string;
|
11672
|
+
participantStateHold: string;
|
9022
11673
|
}
|
9023
11674
|
|
9024
11675
|
/**
|