@azure/communication-react 1.14.0 → 1.14.1-alpha-202403261958
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 +2750 -93
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-BRqOsupu.js +51 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-BRqOsupu.js.map +1 -0
- package/dist/dist-cjs/communication-react/index-Ba2HAv_Y.js +38614 -0
- package/dist/dist-cjs/communication-react/index-Ba2HAv_Y.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 -5
- 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 -57
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -3
- 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 +142 -62
- 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 +17 -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 -11
- 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 -21
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.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 +17 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +51 -10
- 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 +97 -19
- 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 +76 -17
- 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 +168 -4
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +23 -4
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +203 -30
- 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 +8 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +61 -21
- 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 +34 -22
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +51 -58
- 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 -20
- 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 +0 -2
- 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 +0 -3
- 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 +7 -11
- 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 +122 -20
- 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 -3
- 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/AttachmentCard.d.ts +39 -0
- package/dist/dist-esm/react-components/src/components/{FileCard.js → AttachmentCard.js} +20 -21
- package/dist/dist-esm/react-components/src/components/AttachmentCard.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/AttachmentCardGroup.d.ts +16 -0
- package/dist/dist-esm/react-components/src/components/{FileCardGroup.js → AttachmentCardGroup.js} +5 -5
- package/dist/dist-esm/react-components/src/components/AttachmentCardGroup.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/AttachmentDownloadCards.d.ts +49 -0
- package/dist/dist-esm/react-components/src/components/AttachmentDownloadCards.js +98 -0
- package/dist/dist-esm/react-components/src/components/AttachmentDownloadCards.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/{FileUploadCards.d.ts → AttachmentUploadCards.d.ts} +15 -15
- package/dist/dist-esm/react-components/src/components/AttachmentUploadCards.js +34 -0
- package/dist/dist-esm/react-components/src/components/AttachmentUploadCards.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/CameraButton.js +8 -20
- 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 +46 -61
- 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/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 +138 -18
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.d.ts +40 -0
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +77 -0
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -0
- 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 +39 -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 +56 -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 +31 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +74 -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 +85 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +154 -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 +72 -13
- 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 +20 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +2 -4
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -3
- package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.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-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js → react-components/src/components/Survey/SurveyTypes.js} +1 -1
- 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/ParticipantVideoTileOverlay.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +58 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.d.ts +14 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +149 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.d.ts +5 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +27 -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/reactionUtils.d.ts +11 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js +23 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js.map +1 -0
- 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 +181 -35
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +22 -0
- package/dist/dist-esm/react-components/src/components/VideoTile.js +48 -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 +32 -4
- package/dist/dist-esm/react-components/src/components/index.js +26 -5
- 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/ReactionOverlay.style.d.ts +70 -0
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +259 -0
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.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 +21 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +34 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +3 -2
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +7 -14
- 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 +44 -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 +91 -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 +17 -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.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/utils/common.js +7 -3
- 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/ar-SA/strings.json +6 -6
- 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/cs-CZ/strings.json +6 -6
- 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/de-DE/strings.json +6 -6
- 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/en-GB/strings.json +6 -6
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +6 -6
- 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/es-ES/strings.json +6 -6
- 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/fi-FI/strings.json +6 -6
- 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/fr-FR/strings.json +6 -6
- 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/he-IL/strings.json +6 -6
- 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/it-IT/strings.json +6 -6
- 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/ja-JP/strings.json +6 -6
- 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/ko-KR/strings.json +6 -6
- 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/nb-NO/strings.json +6 -6
- 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/nl-NL/strings.json +6 -6
- 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/pl-PL/strings.json +6 -6
- 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/pt-BR/strings.json +6 -6
- 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/ru-RU/strings.json +6 -6
- 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/sv-SE/strings.json +6 -6
- 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/tr-TR/strings.json +6 -6
- 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-CN/strings.json +6 -6
- 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/localization/locales/zh-TW/strings.json +6 -6
- 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 -25
- 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/Attachment.d.ts +142 -0
- package/dist/dist-esm/react-components/src/types/Attachment.js +4 -0
- package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -0
- 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 +49 -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.d.ts +1 -0
- package/dist/dist-esm/react-components/src/types/index.js +1 -0
- 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 +75 -33
- 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 +98 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +393 -118
- 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 -5
- 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 +10 -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 +121 -44
- 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 -71
- 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.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +35 -26
- 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 +62 -34
- 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 +6 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +99 -51
- 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 +81 -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.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +29 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +125 -9
- 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 +6 -15
- 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 +5 -6
- 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 +11 -23
- 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 +5 -5
- 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 +1 -4
- 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 -19
- 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.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +32 -8
- 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 +132 -37
- 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 -4
- 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 +10 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +10 -2
- 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 +6 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js +32 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js.map +1 -0
- 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 +6 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +28 -5
- 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 -2
- 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 -29
- 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 +22 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +172 -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 +0 -3
- 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 +33 -4
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +160 -28
- 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 -11
- 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 +16 -12
- 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.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +44 -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 +29 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +157 -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.d.ts +2 -69
- 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/index.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +0 -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 +80 -34
- 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 +125 -137
- 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 +22 -20
- 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.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +25 -14
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +43 -21
- 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.js +7 -15
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.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.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +11 -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 +13 -37
- 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 -13
- 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 +0 -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 +0 -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.d.ts +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +35 -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 +31 -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 +0 -2
- 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 +7 -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 +7 -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 +7 -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 +7 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +7 -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 +7 -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 +7 -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 +7 -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 +7 -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 +7 -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 +7 -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 +7 -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 +7 -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 +7 -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 +7 -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 +7 -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 +7 -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 +7 -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 +7 -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 +7 -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 +7 -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
- package/dist/dist-esm/react-components/src/components/FileCard.d.ts +0 -39
- package/dist/dist-esm/react-components/src/components/FileCard.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/FileCardGroup.d.ts +0 -16
- package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +0 -112
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +0 -90
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/FileUploadCards.js +0 -33
- package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.d.ts +0 -10
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.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 attachment 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 attachment.
|
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 attachment.
|
262
|
+
*/
|
263
|
+
id: string;
|
264
|
+
/**
|
265
|
+
* File name to be displayed.
|
266
|
+
*/
|
267
|
+
name: string;
|
268
|
+
/**
|
269
|
+
* Download URL for the attachment.
|
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(
|
1093
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | 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
|
-
callingSounds?: CallingSounds;
|
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,42 @@ 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;
|
5090
|
+
/**
|
5091
|
+
* Show, Hide or Disable captions during a call.
|
5092
|
+
* @defaultValue true
|
5093
|
+
*/
|
5094
|
+
captions?: boolean;
|
3979
5095
|
};
|
3980
5096
|
|
3981
5097
|
/**
|
@@ -4000,6 +5116,13 @@ export declare interface CommonCallingHandlers {
|
|
4000
5116
|
onRaiseHand: () => Promise<void>;
|
4001
5117
|
onLowerHand: () => Promise<void>;
|
4002
5118
|
onToggleRaiseHand: () => Promise<void>;
|
5119
|
+
/**
|
5120
|
+
* @beta
|
5121
|
+
*/
|
5122
|
+
onReactionClick: (reaction: Reaction_2) => Promise<void>;
|
5123
|
+
onToggleHold: () => Promise<void>;
|
5124
|
+
onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
5125
|
+
onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
|
4003
5126
|
onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
4004
5127
|
onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
4005
5128
|
/**
|
@@ -4011,6 +5134,8 @@ export declare interface CommonCallingHandlers {
|
|
4011
5134
|
onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
|
4012
5135
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
4013
5136
|
onRemoveParticipant(userId: string): Promise<void>;
|
5137
|
+
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
5138
|
+
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
4014
5139
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
4015
5140
|
onRemoveVideoBackgroundEffects: () => Promise<void>;
|
4016
5141
|
onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
|
@@ -4019,6 +5144,10 @@ export declare interface CommonCallingHandlers {
|
|
4019
5144
|
onStopCaptions: () => Promise<void>;
|
4020
5145
|
onSetSpokenLanguage: (language: string) => Promise<void>;
|
4021
5146
|
onSetCaptionLanguage: (language: string) => Promise<void>;
|
5147
|
+
onSubmitSurvey(survey: CallSurvey): Promise<CallSurveyResponse | undefined>;
|
5148
|
+
onStartSpotlight: (userIds?: string[]) => Promise<void>;
|
5149
|
+
onStopSpotlight: (userIds?: string[]) => Promise<void>;
|
5150
|
+
onStopAllSpotlight: () => Promise<void>;
|
4022
5151
|
}
|
4023
5152
|
|
4024
5153
|
/**
|
@@ -4030,6 +5159,39 @@ export declare type CommonProperties<A, B> = {
|
|
4030
5159
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
4031
5160
|
}[keyof A & keyof B];
|
4032
5161
|
|
5162
|
+
/**
|
5163
|
+
* @beta
|
5164
|
+
* Props for SitePermissions components.
|
5165
|
+
*/
|
5166
|
+
export declare interface CommonSitePermissionsProps {
|
5167
|
+
/**
|
5168
|
+
* Name of application calling experience is in.
|
5169
|
+
*/
|
5170
|
+
appName: string;
|
5171
|
+
/**
|
5172
|
+
* Kind of the Site Permissions component.
|
5173
|
+
*/
|
5174
|
+
kind: 'request' | 'denied' | 'check';
|
5175
|
+
/**
|
5176
|
+
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
5177
|
+
*/
|
5178
|
+
browserHint?: 'safari' | 'unset';
|
5179
|
+
/**
|
5180
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
5181
|
+
* If this is not provided the button will not be shown.
|
5182
|
+
*/
|
5183
|
+
onTroubleshootingClick?: () => void;
|
5184
|
+
/**
|
5185
|
+
* Action that is taken when the user clicks the continue anyway button.
|
5186
|
+
* If this is not provided the button will not be shown.
|
5187
|
+
*/
|
5188
|
+
onContinueAnywayClick?: () => void;
|
5189
|
+
/**
|
5190
|
+
* Styles for SitePermissions component.
|
5191
|
+
*/
|
5192
|
+
styles?: SitePermissionsStyles;
|
5193
|
+
}
|
5194
|
+
|
4033
5195
|
/**
|
4034
5196
|
* A Chat or Calling participant's state, as reflected in the UI.
|
4035
5197
|
*
|
@@ -4206,6 +5368,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
4206
5368
|
export declare interface ComponentLocale {
|
4207
5369
|
/** Strings for components */
|
4208
5370
|
strings: ComponentStrings;
|
5371
|
+
/**
|
5372
|
+
* Optional function to provide customized date format.
|
5373
|
+
* @beta
|
5374
|
+
*/
|
5375
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
4209
5376
|
}
|
4210
5377
|
|
4211
5378
|
/**
|
@@ -4247,10 +5414,19 @@ export declare interface ComponentStrings {
|
|
4247
5414
|
screenShareButton: ScreenShareButtonStrings;
|
4248
5415
|
/** Strings for RaiseHandButton */
|
4249
5416
|
raiseHandButton: RaiseHandButtonStrings;
|
5417
|
+
/**
|
5418
|
+
* Strings for ReactionButton
|
5419
|
+
* @beta
|
5420
|
+
* */
|
5421
|
+
reactionButton: ReactionButtonStrings;
|
4250
5422
|
/** Strings for TypingIndicator */
|
4251
5423
|
typingIndicator: TypingIndicatorStrings;
|
4252
5424
|
/** Strings for SendBox */
|
4253
5425
|
sendBox: SendBoxStrings;
|
5426
|
+
/** Strings for RichTextSendBox */
|
5427
|
+
richTextSendBox: RichTextSendBoxStrings;
|
5428
|
+
/** Strings for MentionPopover */
|
5429
|
+
mentionPopover: MentionPopoverStrings;
|
4254
5430
|
/** Strings for ImageOverlay */
|
4255
5431
|
imageOverlay: ImageOverlayStrings;
|
4256
5432
|
/** Strings for MessageStatusIndicator */
|
@@ -4261,10 +5437,50 @@ export declare interface ComponentStrings {
|
|
4261
5437
|
videoGallery: VideoGalleryStrings;
|
4262
5438
|
/** Strings for Dialpad */
|
4263
5439
|
dialpad: DialpadStrings;
|
5440
|
+
/** Strings for VideoTile */
|
5441
|
+
videoTile: VideoTileStrings;
|
5442
|
+
/** Strings for HoldButton */
|
5443
|
+
holdButton: HoldButtonStrings;
|
5444
|
+
/** Strings for a site's permission request prompt */
|
5445
|
+
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
5446
|
+
/** Strings for a site's permission request prompt */
|
5447
|
+
CameraSitePermissionsRequest: SitePermissionsStrings;
|
5448
|
+
/** Strings for a site's permission request prompt */
|
5449
|
+
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
5450
|
+
/** Strings for a site's permission generic checking prompt */
|
5451
|
+
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
5452
|
+
/** Strings for a site's permission generic checking prompt */
|
5453
|
+
CameraSitePermissionsCheck: SitePermissionsStrings;
|
5454
|
+
/** Strings for a site's permission generic checking prompt */
|
5455
|
+
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
5456
|
+
/** Strings for a site's permission denied prompt */
|
5457
|
+
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
5458
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
5459
|
+
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5460
|
+
/** Strings for a site's permission denied prompt */
|
5461
|
+
CameraSitePermissionsDenied: SitePermissionsStrings;
|
5462
|
+
/** Strings for a site's permission denied prompt */
|
5463
|
+
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
5464
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
5465
|
+
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5466
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
5467
|
+
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5468
|
+
/** Strings for unsupported browser UI */
|
5469
|
+
UnsupportedBrowser: UnsupportedBrowserStrings;
|
5470
|
+
/** Strings for unsupported browser version UI */
|
5471
|
+
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
5472
|
+
/** Strings for unsupported browser version UI */
|
5473
|
+
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
5474
|
+
/** Strings for BrowserPemissionDenied */
|
5475
|
+
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
5476
|
+
/** Strings for BrowserPemissionDeniedIOS */
|
5477
|
+
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
4264
5478
|
/**
|
4265
5479
|
* Strings for the VerticalGallery.
|
4266
5480
|
*/
|
4267
5481
|
verticalGallery: VerticalGalleryStrings;
|
5482
|
+
/** Strings for the participant list component */
|
5483
|
+
ParticipantList: ParticipantListStrings;
|
4268
5484
|
}
|
4269
5485
|
|
4270
5486
|
/**
|
@@ -4648,7 +5864,7 @@ export declare function createAzureCommunicationCallAdapter(args: AzureCommunica
|
|
4648
5864
|
*
|
4649
5865
|
* @public
|
4650
5866
|
*/
|
4651
|
-
export declare function createAzureCommunicationCallAdapterFromClient(callClient: StatefulCallClient, callAgent: CallAgent, targetCallees: StartCallIdentifier[],
|
5867
|
+
export declare function createAzureCommunicationCallAdapterFromClient(callClient: StatefulCallClient, callAgent: CallAgent, targetCallees: StartCallIdentifier[], options?: AzureCommunicationCallAdapterOptions): Promise<CallAdapter>;
|
4652
5868
|
|
4653
5869
|
/**
|
4654
5870
|
* Create a {@link CallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -4658,7 +5874,7 @@ export declare function createAzureCommunicationCallAdapterFromClient(callClient
|
|
4658
5874
|
*
|
4659
5875
|
* @public
|
4660
5876
|
*/
|
4661
|
-
export declare function createAzureCommunicationCallAdapterFromClient(callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator,
|
5877
|
+
export declare function createAzureCommunicationCallAdapterFromClient(callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, options?: AzureCommunicationCallAdapterOptions): Promise<CallAdapter>;
|
4662
5878
|
|
4663
5879
|
/**
|
4664
5880
|
* Create a CallWithChatAdapter backed by Azure Communication services
|
@@ -4666,7 +5882,7 @@ export declare function createAzureCommunicationCallAdapterFromClient(callClient
|
|
4666
5882
|
*
|
4667
5883
|
* @public
|
4668
5884
|
*/
|
4669
|
-
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
5885
|
+
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
4670
5886
|
|
4671
5887
|
/**
|
4672
5888
|
* Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
|
@@ -4703,7 +5919,7 @@ export declare function createAzureCommunicationChatAdapterFromClient(chatClient
|
|
4703
5919
|
*
|
4704
5920
|
* @public
|
4705
5921
|
*/
|
4706
|
-
export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined,
|
5922
|
+
export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined, options?: CallingHandlersOptions) => CallingHandlers;
|
4707
5923
|
|
4708
5924
|
/**
|
4709
5925
|
* Create the default implementation of {@link CallingHandlers} for teams call.
|
@@ -4727,6 +5943,18 @@ export declare const createDefaultCallingHandlers: CreateDefaultCallingHandlers;
|
|
4727
5943
|
*/
|
4728
5944
|
export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
|
4729
5945
|
|
5946
|
+
/**
|
5947
|
+
* Create the default implementation of {@link TeamsCallingHandlers} for teams call.
|
5948
|
+
*
|
5949
|
+
* Useful when implementing a custom component that utilizes the providers
|
5950
|
+
* exported from this library.
|
5951
|
+
*
|
5952
|
+
* @beta
|
5953
|
+
*/
|
5954
|
+
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?: {
|
5955
|
+
onResolveVideoBackgroundEffectsDependency?: () => Promise<VideoBackgroundEffectsDependency>;
|
5956
|
+
}) => never | TeamsCallingHandlers;
|
5957
|
+
|
4730
5958
|
/**
|
4731
5959
|
* Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
|
4732
5960
|
* {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
|
@@ -4752,6 +5980,21 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
|
|
4752
5980
|
*/
|
4753
5981
|
export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions) => StatefulChatClient;
|
4754
5982
|
|
5983
|
+
/**
|
5984
|
+
* @beta
|
5985
|
+
*/
|
5986
|
+
export declare const createTeamsCallAdapter: ({ userId, credential, locator, options }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
5987
|
+
|
5988
|
+
/**
|
5989
|
+
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
5990
|
+
*
|
5991
|
+
* Useful if you want to keep a reference to {@link StatefulCallClient}.
|
5992
|
+
* Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
|
5993
|
+
*
|
5994
|
+
* @beta
|
5995
|
+
*/
|
5996
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
5997
|
+
|
4755
5998
|
/**
|
4756
5999
|
* Object returned after creating a local or remote VideoStream.
|
4757
6000
|
* This contains helper functions to manipulate the render of the stream.
|
@@ -4802,6 +6045,13 @@ export declare type CustomAvatarOptions = {
|
|
4802
6045
|
styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
|
4803
6046
|
/** Display name to be used in Persona */
|
4804
6047
|
text?: string;
|
6048
|
+
/** State for the participant to be displayed in the defaultPlaceHolder */
|
6049
|
+
participantState?: ParticipantState;
|
6050
|
+
/**
|
6051
|
+
* If true, show the special coin for unknown persona.
|
6052
|
+
* It has '?' in place of initials, with static font and background colors
|
6053
|
+
*/
|
6054
|
+
showUnknownPersonaCoin?: boolean;
|
4805
6055
|
};
|
4806
6056
|
|
4807
6057
|
/**
|
@@ -4929,6 +6179,18 @@ export declare interface CustomMessage extends MessageCommon {
|
|
4929
6179
|
*/
|
4930
6180
|
export declare const darkTheme: PartialTheme & CallingTheme;
|
4931
6181
|
|
6182
|
+
/**
|
6183
|
+
* @beta
|
6184
|
+
* `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
|
6185
|
+
*/
|
6186
|
+
export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
|
6187
|
+
|
6188
|
+
/**
|
6189
|
+
* @beta
|
6190
|
+
* Proxies the {@link @azure/communication-calling#IncomingCall} interface.
|
6191
|
+
*/
|
6192
|
+
export declare type DeclarativeIncomingCall = IncomingCall;
|
6193
|
+
|
4932
6194
|
/**
|
4933
6195
|
* The default set of icons that are available to use in the UI components.
|
4934
6196
|
*
|
@@ -4952,6 +6214,10 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
4952
6214
|
ControlButtonLowerHand: React_2.JSX.Element;
|
4953
6215
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
4954
6216
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
6217
|
+
ReactionButtonIcon: React_2.JSX.Element;
|
6218
|
+
CancelFileUpload: React_2.JSX.Element;
|
6219
|
+
DownloadFile: React_2.JSX.Element;
|
6220
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
4955
6221
|
EditBoxCancel: React_2.JSX.Element;
|
4956
6222
|
EditBoxSubmit: React_2.JSX.Element;
|
4957
6223
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -4984,10 +6250,21 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
4984
6250
|
ParticipantItemOptions: React_2.JSX.Element;
|
4985
6251
|
ParticipantItemOptionsHovered: React_2.JSX.Element;
|
4986
6252
|
ParticipantItemScreenShareStart: React_2.JSX.Element;
|
6253
|
+
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6254
|
+
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6255
|
+
HoldCallButton: React_2.JSX.Element;
|
6256
|
+
ResumeCall: React_2.JSX.Element;
|
4987
6257
|
SendBoxSend: React_2.JSX.Element;
|
4988
6258
|
SendBoxSendHovered: React_2.JSX.Element;
|
4989
6259
|
VideoTileMicOff: React_2.JSX.Element;
|
4990
6260
|
DialpadBackspace: React_2.JSX.Element;
|
6261
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
6262
|
+
SitePermissionCamera: React_2.JSX.Element;
|
6263
|
+
SitePermissionMic: React_2.JSX.Element;
|
6264
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
6265
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
6266
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
6267
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
4991
6268
|
VideoTilePinned: React_2.JSX.Element;
|
4992
6269
|
VideoTileMoreOptions: React_2.JSX.Element;
|
4993
6270
|
VideoTileScaleFit: React_2.JSX.Element;
|
@@ -5010,6 +6287,21 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5010
6287
|
ContextMenuCameraIcon: React_2.JSX.Element;
|
5011
6288
|
ContextMenuMicIcon: React_2.JSX.Element;
|
5012
6289
|
ContextMenuSpeakerIcon: React_2.JSX.Element;
|
6290
|
+
SurveyStarIcon: React_2.JSX.Element;
|
6291
|
+
SurveyStarIconFilled: React_2.JSX.Element;
|
6292
|
+
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
6293
|
+
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
6294
|
+
VideoTileSpotlighted: React_2.JSX.Element;
|
6295
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
6296
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
6297
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
6298
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
6299
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
6300
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
6301
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
6302
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
6303
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
6304
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
5013
6305
|
};
|
5014
6306
|
|
5015
6307
|
/**
|
@@ -5030,6 +6322,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5030
6322
|
ParticipantItemOptionsHovered: JSX.Element;
|
5031
6323
|
SendBoxSend: JSX.Element;
|
5032
6324
|
SendBoxSendHovered: JSX.Element;
|
6325
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
5033
6326
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
5034
6327
|
ControlButtonCameraOff: JSX.Element;
|
5035
6328
|
ControlButtonCameraOn: JSX.Element;
|
@@ -5044,8 +6337,11 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5044
6337
|
ControlButtonMicProhibited?: JSX.Element | undefined;
|
5045
6338
|
ControlButtonRaiseHand: JSX.Element;
|
5046
6339
|
ControlButtonLowerHand: JSX.Element;
|
6340
|
+
ControlButtonExitSpotlight?: JSX.Element | undefined;
|
5047
6341
|
RaiseHandContextualMenuItem: JSX.Element;
|
6342
|
+
ReactionContextualMenuItem?: JSX.Element | undefined;
|
5048
6343
|
LowerHandContextualMenuItem: JSX.Element;
|
6344
|
+
ReactionButtonIcon: JSX.Element;
|
5049
6345
|
ErrorBarCallCameraAccessDenied: JSX.Element;
|
5050
6346
|
ErrorBarCallCameraAlreadyInUse: JSX.Element;
|
5051
6347
|
ErrorBarCallLocalVideoFreeze: JSX.Element;
|
@@ -5084,6 +6380,9 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5084
6380
|
ParticipantItemScreenShareStart: JSX.Element;
|
5085
6381
|
VideoTileMicOff: JSX.Element;
|
5086
6382
|
LocalCameraSwitch?: JSX.Element | undefined;
|
6383
|
+
PeoplePaneAddPerson?: JSX.Element | undefined;
|
6384
|
+
PeoplePaneOpenDialpad?: JSX.Element | undefined;
|
6385
|
+
DialpadStartCall?: JSX.Element | undefined;
|
5087
6386
|
NoticePageInviteToRoomRemoved?: JSX.Element | undefined;
|
5088
6387
|
BlurVideoBackground?: JSX.Element | undefined;
|
5089
6388
|
RemoveVideoBackgroundEffect?: JSX.Element | undefined;
|
@@ -5096,6 +6395,8 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5096
6395
|
LargeGalleryLayout?: JSX.Element | undefined;
|
5097
6396
|
DefaultCustomButton?: JSX.Element | undefined;
|
5098
6397
|
DtmfDialpadButton?: JSX.Element | undefined;
|
6398
|
+
PeoplePaneMoreButton?: JSX.Element | undefined;
|
6399
|
+
StopAllSpotlightMenuButton?: JSX.Element | undefined;
|
5099
6400
|
ChevronLeft?: JSX.Element | undefined;
|
5100
6401
|
ControlBarChatButtonActive?: JSX.Element | undefined;
|
5101
6402
|
ControlBarChatButtonInactive?: JSX.Element | undefined;
|
@@ -5105,13 +6406,26 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5105
6406
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
5106
6407
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
5107
6408
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
5108
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
5109
6409
|
ChatMessageOptions: React_2.JSX.Element;
|
5110
6410
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
6411
|
+
CancelFileUpload: React_2.JSX.Element;
|
6412
|
+
DownloadFile: React_2.JSX.Element;
|
6413
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
5111
6414
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
5112
6415
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
5113
6416
|
MessageResend: React_2.JSX.Element;
|
6417
|
+
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6418
|
+
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6419
|
+
HoldCallButton: React_2.JSX.Element;
|
6420
|
+
ResumeCall: React_2.JSX.Element;
|
5114
6421
|
DialpadBackspace: React_2.JSX.Element;
|
6422
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
6423
|
+
SitePermissionCamera: React_2.JSX.Element;
|
6424
|
+
SitePermissionMic: React_2.JSX.Element;
|
6425
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
6426
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
6427
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
6428
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
5115
6429
|
VideoTilePinned: React_2.JSX.Element;
|
5116
6430
|
VideoTileMoreOptions: React_2.JSX.Element;
|
5117
6431
|
VideoTileScaleFit: React_2.JSX.Element;
|
@@ -5134,8 +6448,46 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5134
6448
|
ContextMenuCameraIcon: React_2.JSX.Element;
|
5135
6449
|
ContextMenuMicIcon: React_2.JSX.Element;
|
5136
6450
|
ContextMenuSpeakerIcon: React_2.JSX.Element;
|
6451
|
+
SurveyStarIcon: React_2.JSX.Element;
|
6452
|
+
SurveyStarIconFilled: React_2.JSX.Element;
|
6453
|
+
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
6454
|
+
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
6455
|
+
VideoTileSpotlighted: React_2.JSX.Element;
|
6456
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
6457
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
6458
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
6459
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
6460
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
6461
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
6462
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
6463
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
6464
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
6465
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
5137
6466
|
};
|
5138
6467
|
|
6468
|
+
/**
|
6469
|
+
* Device Checks.
|
6470
|
+
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
6471
|
+
*
|
6472
|
+
* @beta
|
6473
|
+
*/
|
6474
|
+
export declare interface DeviceCheckOptions {
|
6475
|
+
/**
|
6476
|
+
* Camera Permission prompts for your call.
|
6477
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
6478
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
6479
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
6480
|
+
*/
|
6481
|
+
camera: 'required' | 'optional' | 'doNotPrompt';
|
6482
|
+
/**
|
6483
|
+
* Microphone permission prompts for your call.
|
6484
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
6485
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
6486
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
6487
|
+
*/
|
6488
|
+
microphone: 'required' | 'optional' | 'doNotPrompt';
|
6489
|
+
}
|
6490
|
+
|
5139
6491
|
/**
|
5140
6492
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
5141
6493
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -5713,6 +7065,10 @@ export declare interface ErrorBarStrings {
|
|
5713
7065
|
* Unable to start effect
|
5714
7066
|
*/
|
5715
7067
|
unableToStartVideoEffect?: string;
|
7068
|
+
/**
|
7069
|
+
* An error message when starting spotlight while max participants are spotlighted
|
7070
|
+
*/
|
7071
|
+
startSpotlightWhileMaxParticipantsAreSpotlighted: string;
|
5716
7072
|
}
|
5717
7073
|
|
5718
7074
|
/**
|
@@ -5722,6 +7078,178 @@ export declare interface ErrorBarStrings {
|
|
5722
7078
|
*/
|
5723
7079
|
export declare type ErrorType = keyof ErrorBarStrings;
|
5724
7080
|
|
7081
|
+
/**
|
7082
|
+
* @beta
|
7083
|
+
* A attachment download error returned via a {@link FileDownloadHandler}.
|
7084
|
+
* This error message is used to render an error message in the UI.
|
7085
|
+
*/
|
7086
|
+
export declare interface FileDownloadError {
|
7087
|
+
/** The error message to display in the UI */
|
7088
|
+
errorMessage: string;
|
7089
|
+
}
|
7090
|
+
|
7091
|
+
/**
|
7092
|
+
* @beta
|
7093
|
+
*
|
7094
|
+
* A callback function for handling attachment downloads.
|
7095
|
+
* The function needs to return a promise that resolves to a attachment download URL.
|
7096
|
+
* If the promise is rejected, the {@link Error.message} will be used to display an error message to the user.
|
7097
|
+
*
|
7098
|
+
* @example
|
7099
|
+
* ```ts
|
7100
|
+
* const attachmentDownloadHandler: FileDownloadHandler = async (userId, attachmentData) => {
|
7101
|
+
* if (isUnauthorizedUser(userId)) {
|
7102
|
+
* return { errorMessage: 'You don’t have permission to download this attachment.' };
|
7103
|
+
* } else {
|
7104
|
+
* return new URL(attachmentData.url);
|
7105
|
+
* }
|
7106
|
+
* }
|
7107
|
+
*
|
7108
|
+
* const App = () => (
|
7109
|
+
* <ChatComposite
|
7110
|
+
* ...
|
7111
|
+
* fileSharing={{
|
7112
|
+
* fileDownloadHandler: fileDownloadHandler
|
7113
|
+
* }}
|
7114
|
+
* />
|
7115
|
+
* )
|
7116
|
+
*
|
7117
|
+
* ```
|
7118
|
+
* @param userId - The user ID of the user downloading the attachment.
|
7119
|
+
* @param fileMetadata - The {@link AttachmentMetadata} containing file `url`, `extension` and `name`.
|
7120
|
+
*/
|
7121
|
+
export declare type FileDownloadHandler = (userId: string, fileMetadata: AttachmentMetadata) => Promise<URL | FileDownloadError>;
|
7122
|
+
|
7123
|
+
/**
|
7124
|
+
* Properties for configuring the File Sharing feature.
|
7125
|
+
* @beta
|
7126
|
+
*/
|
7127
|
+
export declare interface FileSharingOptions {
|
7128
|
+
/**
|
7129
|
+
* A string containing the comma separated list of accepted file types.
|
7130
|
+
* Similar to the `accept` attribute of the `<input type="file" />` element.
|
7131
|
+
* Accepts any type of file if not specified.
|
7132
|
+
* @beta
|
7133
|
+
*/
|
7134
|
+
accept?: string;
|
7135
|
+
/**
|
7136
|
+
* Allows multiple files to be selected if set to `true`.
|
7137
|
+
* Similar to the `multiple` attribute of the `<input type="file" />` element.
|
7138
|
+
* @defaultValue false
|
7139
|
+
* @beta
|
7140
|
+
*/
|
7141
|
+
multiple?: boolean;
|
7142
|
+
/**
|
7143
|
+
* A function of type {@link FileUploadHandler} for handling file uploads.
|
7144
|
+
* @beta
|
7145
|
+
*/
|
7146
|
+
uploadHandler: FileUploadHandler;
|
7147
|
+
/**
|
7148
|
+
* A function of type {@link FileDownloadHandler} for handling file downloads.
|
7149
|
+
* If the function is not specified, the file's `url` will be opened in a new tab to
|
7150
|
+
* initiate the download.
|
7151
|
+
*/
|
7152
|
+
downloadHandler?: FileDownloadHandler;
|
7153
|
+
}
|
7154
|
+
|
7155
|
+
/**
|
7156
|
+
* @beta
|
7157
|
+
*/
|
7158
|
+
export declare interface FileUploadAdapter {
|
7159
|
+
registerActiveFileUploads: (files: File[]) => FileUploadManager[];
|
7160
|
+
registerCompletedFileUploads: (metadata: AttachmentMetadata[]) => FileUploadManager[];
|
7161
|
+
clearFileUploads: () => void;
|
7162
|
+
cancelFileUpload: (id: string) => void;
|
7163
|
+
updateFileUploadProgress: (id: string, progress: number) => void;
|
7164
|
+
updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
|
7165
|
+
updateFileUploadMetadata: (id: string, metadata: AttachmentMetadata) => void;
|
7166
|
+
}
|
7167
|
+
|
7168
|
+
/**
|
7169
|
+
* @beta
|
7170
|
+
* Error message to be displayed to the user if the upload fails.
|
7171
|
+
*/
|
7172
|
+
export declare type FileUploadError = {
|
7173
|
+
message: string;
|
7174
|
+
timestamp: number;
|
7175
|
+
};
|
7176
|
+
|
7177
|
+
/**
|
7178
|
+
* @beta
|
7179
|
+
* A callback function for handling file uploads.
|
7180
|
+
*
|
7181
|
+
* @param userId - The user ID of the user uploading the file.
|
7182
|
+
* @param fileUploads - The list of uploaded files. Each file is represented by an {@link FileUpload} object.
|
7183
|
+
*/
|
7184
|
+
export declare type FileUploadHandler = (userId: string, fileUploads: FileUploadManager[]) => void;
|
7185
|
+
|
7186
|
+
/**
|
7187
|
+
* A wrapper object for a file that is being uploaded.
|
7188
|
+
* Allows managing file uploads by providing common functions for updating the
|
7189
|
+
* upload progress, canceling an upload, completing an upload etc.
|
7190
|
+
* @beta
|
7191
|
+
*/
|
7192
|
+
export declare interface FileUploadManager {
|
7193
|
+
/**
|
7194
|
+
* Unique identifier for the file upload.
|
7195
|
+
*/
|
7196
|
+
id: string;
|
7197
|
+
/**
|
7198
|
+
* HTML {@link File} object for the uploaded file.
|
7199
|
+
*/
|
7200
|
+
file?: File;
|
7201
|
+
/**
|
7202
|
+
* Update the progress of the upload.
|
7203
|
+
* @param value - number between 0 and 1
|
7204
|
+
*/
|
7205
|
+
notifyUploadProgressChanged: (value: number) => void;
|
7206
|
+
/**
|
7207
|
+
* Mark the upload as complete.
|
7208
|
+
* Requires the `metadata` param containing uploaded file information.
|
7209
|
+
* @param metadata - {@link AttachmentMetadata}
|
7210
|
+
*/
|
7211
|
+
notifyUploadCompleted: (metadata: AttachmentMetadata) => void;
|
7212
|
+
/**
|
7213
|
+
* Mark the upload as failed.
|
7214
|
+
* @param message - An error message that can be displayed to the user.
|
7215
|
+
*/
|
7216
|
+
notifyUploadFailed: (message: string) => void;
|
7217
|
+
}
|
7218
|
+
|
7219
|
+
/**
|
7220
|
+
* Contains the state attributes of a file upload like name, progress etc.
|
7221
|
+
* @beta
|
7222
|
+
*/
|
7223
|
+
export declare interface FileUploadState {
|
7224
|
+
/**
|
7225
|
+
* Unique identifier for the file upload.
|
7226
|
+
*/
|
7227
|
+
id: string;
|
7228
|
+
/**
|
7229
|
+
* Filename extracted from the {@link File} object.
|
7230
|
+
* This attribute is used to render the filename if `metadata.name` is not available.
|
7231
|
+
*/
|
7232
|
+
filename: string;
|
7233
|
+
/**
|
7234
|
+
* A number between 0 and 1 indicating the progress of the upload.
|
7235
|
+
*/
|
7236
|
+
progress: number;
|
7237
|
+
/**
|
7238
|
+
* Metadata {@link AttachmentMetadata} containing information about the uploaded file.
|
7239
|
+
*/
|
7240
|
+
metadata?: AttachmentMetadata;
|
7241
|
+
/**
|
7242
|
+
* Error message to be displayed to the user if the upload fails.
|
7243
|
+
*/
|
7244
|
+
error?: FileUploadError;
|
7245
|
+
}
|
7246
|
+
|
7247
|
+
/**
|
7248
|
+
* A record containing {@link FileUploadState} mapped to unique ids.
|
7249
|
+
* @beta
|
7250
|
+
*/
|
7251
|
+
export declare type FileUploadsUiState = Record<string, FileUploadState>;
|
7252
|
+
|
5725
7253
|
/**
|
5726
7254
|
* Provider to apply a Fluent theme across this library's react components.
|
5727
7255
|
*
|
@@ -5763,7 +7291,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
|
|
5763
7291
|
*
|
5764
7292
|
* @public
|
5765
7293
|
*/
|
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;
|
7294
|
+
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
7295
|
|
5768
7296
|
/**
|
5769
7297
|
* Get the selector for a specified component.
|
@@ -5780,7 +7308,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
5780
7308
|
*
|
5781
7309
|
* @public
|
5782
7310
|
*/
|
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;
|
7311
|
+
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
7312
|
|
5785
7313
|
/**
|
5786
7314
|
* Get the selector for a specified component.
|
@@ -5825,6 +7353,63 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
|
|
5825
7353
|
children?: IStyle;
|
5826
7354
|
}
|
5827
7355
|
|
7356
|
+
/**
|
7357
|
+
* a button to hold or resume a ongoing call.
|
7358
|
+
*
|
7359
|
+
* Can be used with {@link ControlBar}
|
7360
|
+
*
|
7361
|
+
* @param props - properties for the hold button.
|
7362
|
+
* @returns
|
7363
|
+
* @beta
|
7364
|
+
*/
|
7365
|
+
export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
|
7366
|
+
|
7367
|
+
/**
|
7368
|
+
*@beta
|
7369
|
+
*/
|
7370
|
+
export declare interface HoldButtonProps extends ControlBarButtonProps {
|
7371
|
+
/**
|
7372
|
+
* Utility property for using this component with communication react handlers
|
7373
|
+
* Holds the call or resumes it based on call state.
|
7374
|
+
*/
|
7375
|
+
onToggleHold: () => Promise<void>;
|
7376
|
+
/**
|
7377
|
+
* Optional strings to override in component
|
7378
|
+
*/
|
7379
|
+
strings?: HoldButtonStrings;
|
7380
|
+
}
|
7381
|
+
|
7382
|
+
/**
|
7383
|
+
* Selector type for the {@link HoldButton} component.
|
7384
|
+
* @public
|
7385
|
+
*/
|
7386
|
+
export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
7387
|
+
checked: boolean;
|
7388
|
+
};
|
7389
|
+
|
7390
|
+
/**
|
7391
|
+
* Strings for the hold button labels
|
7392
|
+
* @beta
|
7393
|
+
*/
|
7394
|
+
export declare interface HoldButtonStrings {
|
7395
|
+
/**
|
7396
|
+
* Label for when action is to resume call.
|
7397
|
+
*/
|
7398
|
+
onLabel: string;
|
7399
|
+
/**
|
7400
|
+
* Label for when action is to hold call.
|
7401
|
+
*/
|
7402
|
+
offLabel: string;
|
7403
|
+
/**
|
7404
|
+
* Content for when button is checked
|
7405
|
+
*/
|
7406
|
+
tooltipOnContent: string;
|
7407
|
+
/**
|
7408
|
+
* Content for when button is unchecked
|
7409
|
+
*/
|
7410
|
+
tooltipOffContent: string;
|
7411
|
+
}
|
7412
|
+
|
5828
7413
|
/**
|
5829
7414
|
* {@link HorizontalGallery} Component Styles.
|
5830
7415
|
* @public
|
@@ -5909,6 +7494,10 @@ export declare interface _Identifiers {
|
|
5909
7494
|
verticalGalleryVideoTile: string;
|
5910
7495
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
5911
7496
|
verticalGalleryPageCounter: string;
|
7497
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
7498
|
+
mentionSuggestionList: string;
|
7499
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
7500
|
+
mentionSuggestionItem: string;
|
5912
7501
|
}
|
5913
7502
|
|
5914
7503
|
/**
|
@@ -5970,6 +7559,27 @@ export declare interface ImageOverlayStrings {
|
|
5970
7559
|
dismissButtonAriaLabel: string;
|
5971
7560
|
}
|
5972
7561
|
|
7562
|
+
/**
|
7563
|
+
* Preset dark theme for the ImageOverlay component.
|
7564
|
+
*
|
7565
|
+
* @public
|
7566
|
+
*/
|
7567
|
+
export declare const imageOverlayTheme: PartialTheme;
|
7568
|
+
|
7569
|
+
/**
|
7570
|
+
* @beta
|
7571
|
+
* This contains a readonly array that returns all the active `incomingCalls`.
|
7572
|
+
* An active incoming call is a call that has not been answered, declined or disconnected.
|
7573
|
+
*/
|
7574
|
+
export declare type IncomingCallManagement = {
|
7575
|
+
/**
|
7576
|
+
* @beta
|
7577
|
+
* @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
|
7578
|
+
* @returns readonly array of {@link DeclarativeIncomingCall}
|
7579
|
+
*/
|
7580
|
+
incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
|
7581
|
+
};
|
7582
|
+
|
5973
7583
|
/**
|
5974
7584
|
* State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
|
5975
7585
|
* automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -6154,6 +7764,28 @@ export declare type LocalizationProviderProps = {
|
|
6154
7764
|
children: React_2.ReactNode;
|
6155
7765
|
};
|
6156
7766
|
|
7767
|
+
/**
|
7768
|
+
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
7769
|
+
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
7770
|
+
*
|
7771
|
+
* @beta
|
7772
|
+
*/
|
7773
|
+
export declare interface LocalRecordingCallFeatureState {
|
7774
|
+
/**
|
7775
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
7776
|
+
*/
|
7777
|
+
isLocalRecordingActive: boolean;
|
7778
|
+
/**
|
7779
|
+
* Contains list of information of started recordings
|
7780
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
7781
|
+
*/
|
7782
|
+
activeLocalRecordings?: LocalRecordingInfo[];
|
7783
|
+
/**
|
7784
|
+
* Contains list of information of stopped recordings
|
7785
|
+
*/
|
7786
|
+
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
7787
|
+
}
|
7788
|
+
|
6157
7789
|
/**
|
6158
7790
|
* @public
|
6159
7791
|
*/
|
@@ -6244,19 +7876,89 @@ export declare type LongPressTrigger = 'mouseAndTouch' | 'touch';
|
|
6244
7876
|
/**
|
6245
7877
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a media diagnostic.
|
6246
7878
|
*
|
6247
|
-
* @public
|
7879
|
+
* @public
|
7880
|
+
*/
|
7881
|
+
export declare type MediaDiagnosticChangedEvent = MediaDiagnosticChangedEventArgs & {
|
7882
|
+
type: 'media';
|
7883
|
+
};
|
7884
|
+
|
7885
|
+
/**
|
7886
|
+
* State only proxy for {@link @azure/communication-calling#MediaDiagnostics}.
|
7887
|
+
*
|
7888
|
+
* @public
|
7889
|
+
*/
|
7890
|
+
export declare interface MediaDiagnosticsState {
|
7891
|
+
latest: LatestMediaDiagnostics;
|
7892
|
+
}
|
7893
|
+
|
7894
|
+
/**
|
7895
|
+
* Mention's state, as reflected in the UI.
|
7896
|
+
*
|
7897
|
+
* @beta
|
7898
|
+
*/
|
7899
|
+
export declare interface Mention {
|
7900
|
+
/** ID of a mention */
|
7901
|
+
id: string;
|
7902
|
+
/** Display text of a mention */
|
7903
|
+
displayText: string;
|
7904
|
+
/** Optional React element to render an item icon of a mention suggestion */
|
7905
|
+
icon?: JSX.Element;
|
7906
|
+
}
|
7907
|
+
|
7908
|
+
/**
|
7909
|
+
* Options to display suggestions in the mention scenario.
|
7910
|
+
*
|
7911
|
+
* @beta
|
7912
|
+
*/
|
7913
|
+
export declare interface MentionDisplayOptions {
|
7914
|
+
/**
|
7915
|
+
* Optional callback for customizing the mention renderer in a message thread.
|
7916
|
+
*/
|
7917
|
+
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
7918
|
+
}
|
7919
|
+
|
7920
|
+
/**
|
7921
|
+
* Options to lookup suggestions in the mention scenario.
|
7922
|
+
*
|
7923
|
+
* @beta
|
7924
|
+
*/
|
7925
|
+
export declare interface MentionLookupOptions {
|
7926
|
+
/**
|
7927
|
+
* Optional string to set trigger keyword for mention a specific participant.
|
7928
|
+
*
|
7929
|
+
* @defaultValue `@`
|
7930
|
+
*/
|
7931
|
+
trigger?: string;
|
7932
|
+
/**
|
7933
|
+
* Optional callback to fetch a list of mention suggestions base on the query.
|
7934
|
+
*/
|
7935
|
+
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
7936
|
+
/**
|
7937
|
+
* Optional callback to render an item of the mention suggestions list.
|
7938
|
+
*/
|
7939
|
+
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
7940
|
+
}
|
7941
|
+
|
7942
|
+
/**
|
7943
|
+
* Options to lookup suggestions and display mentions in the mention scenario.
|
7944
|
+
*
|
7945
|
+
* @beta
|
6248
7946
|
*/
|
6249
|
-
export declare type
|
6250
|
-
|
7947
|
+
export declare type MentionOptions = {
|
7948
|
+
lookupOptions?: MentionLookupOptions;
|
7949
|
+
displayOptions?: MentionDisplayOptions;
|
6251
7950
|
};
|
6252
7951
|
|
6253
7952
|
/**
|
6254
|
-
*
|
7953
|
+
* Strings of {@link _MentionPopover} that can be overridden.
|
6255
7954
|
*
|
6256
|
-
* @
|
7955
|
+
* @beta
|
6257
7956
|
*/
|
6258
|
-
export declare interface
|
6259
|
-
|
7957
|
+
export declare interface MentionPopoverStrings {
|
7958
|
+
/**
|
7959
|
+
* Header text for MentionPopover
|
7960
|
+
*/
|
7961
|
+
mentionPopoverHeader: string;
|
6260
7962
|
}
|
6261
7963
|
|
6262
7964
|
/**
|
@@ -6266,7 +7968,7 @@ export declare interface MediaDiagnosticsState {
|
|
6266
7968
|
*
|
6267
7969
|
* @public
|
6268
7970
|
*/
|
6269
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
7971
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
|
6270
7972
|
|
6271
7973
|
/**
|
6272
7974
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -6500,7 +8202,7 @@ export declare type MessageThreadProps = {
|
|
6500
8202
|
/**
|
6501
8203
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
6502
8204
|
*/
|
6503
|
-
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
8205
|
+
messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
|
6504
8206
|
/**
|
6505
8207
|
* number of participants in the thread
|
6506
8208
|
*/
|
@@ -6581,6 +8283,11 @@ export declare type MessageThreadProps = {
|
|
6581
8283
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
6582
8284
|
*/
|
6583
8285
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
8286
|
+
/**
|
8287
|
+
* Optional callback to render attached files in the message component.
|
8288
|
+
* @beta
|
8289
|
+
*/
|
8290
|
+
onRenderFileDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
|
6584
8291
|
/**
|
6585
8292
|
* Optional callback to edit a message.
|
6586
8293
|
*
|
@@ -6622,6 +8329,23 @@ export declare type MessageThreadProps = {
|
|
6622
8329
|
* Optional strings to override in component
|
6623
8330
|
*/
|
6624
8331
|
strings?: Partial<MessageThreadStrings>;
|
8332
|
+
/**
|
8333
|
+
* @beta
|
8334
|
+
* Optional function called when someone clicks on the file download icon.
|
8335
|
+
* If file attachments are defined in the `message.metadata` property using the `fileSharingMetadata` key,
|
8336
|
+
* this function will be called with the data inside `fileSharingMetadata` key.
|
8337
|
+
*/
|
8338
|
+
fileDownloadHandler?: FileDownloadHandler;
|
8339
|
+
/**
|
8340
|
+
* Optional function to provide customized date format.
|
8341
|
+
* @beta
|
8342
|
+
*/
|
8343
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
8344
|
+
/**
|
8345
|
+
* Optional props needed to lookup a mention query and display mentions
|
8346
|
+
* @beta
|
8347
|
+
*/
|
8348
|
+
mentionOptions?: MentionOptions;
|
6625
8349
|
/**
|
6626
8350
|
* Optional callback called when an inline image is clicked.
|
6627
8351
|
* @beta
|
@@ -6700,6 +8424,14 @@ export declare interface MessageThreadStrings {
|
|
6700
8424
|
actionMenuMoreOptions?: string;
|
6701
8425
|
/** Aria label to announce when a message is deleted */
|
6702
8426
|
messageDeletedAnnouncementAriaLabel: string;
|
8427
|
+
/** String for download file button in attachment card */
|
8428
|
+
downloadAttachment: string;
|
8429
|
+
/** String for policy violation message removal */
|
8430
|
+
blockedWarningText: string;
|
8431
|
+
/** String for policy violation message removal details link */
|
8432
|
+
blockedWarningLinkText: string;
|
8433
|
+
/** String for aria text in file attachment group*/
|
8434
|
+
attachmentCardGroupMessage: string;
|
6703
8435
|
}
|
6704
8436
|
|
6705
8437
|
/**
|
@@ -6727,6 +8459,7 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
6727
8459
|
/** Styles for system message container. */
|
6728
8460
|
systemMessageContainer?: ComponentSlotStyle;
|
6729
8461
|
/** Styles for blocked message container. */
|
8462
|
+
blockedMessageContainer?: ComponentSlotStyle;
|
6730
8463
|
/** Styles for message status indicator container. */
|
6731
8464
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
6732
8465
|
}
|
@@ -6895,6 +8628,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
6895
8628
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
6896
8629
|
}
|
6897
8630
|
|
8631
|
+
/**
|
8632
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
8633
|
+
* by their browsers settings.
|
8634
|
+
*
|
8635
|
+
* @beta
|
8636
|
+
*/
|
8637
|
+
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
8638
|
+
|
8639
|
+
/**
|
8640
|
+
* @beta
|
8641
|
+
* Props for MicrophoneSitePermissions component.
|
8642
|
+
*/
|
8643
|
+
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
8644
|
+
/** Icon name for the microphone icon */
|
8645
|
+
microphoneIconName?: string;
|
8646
|
+
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
8647
|
+
strings?: MicrophoneSitePermissionsStrings;
|
8648
|
+
}
|
8649
|
+
|
8650
|
+
/**
|
8651
|
+
* @beta
|
8652
|
+
* Strings for MicrophoneSitePermissions component.
|
8653
|
+
*/
|
8654
|
+
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
8655
|
+
|
6898
8656
|
/**
|
6899
8657
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
6900
8658
|
*
|
@@ -6913,6 +8671,13 @@ export declare interface NetworkDiagnosticsState {
|
|
6913
8671
|
latest: LatestNetworkDiagnostics;
|
6914
8672
|
}
|
6915
8673
|
|
8674
|
+
/**
|
8675
|
+
* Callback function used to provide custom data to build profile for a user.
|
8676
|
+
*
|
8677
|
+
* @beta
|
8678
|
+
*/
|
8679
|
+
export declare type OnFetchProfileCallback = (userId: string, defaultProfile?: Profile) => Promise<Profile | undefined>;
|
8680
|
+
|
6916
8681
|
/**
|
6917
8682
|
* A custom rendered callback that allows users to customize the rendering of a Persona Component.
|
6918
8683
|
*
|
@@ -7035,6 +8800,14 @@ export declare interface ParticipantItemProps {
|
|
7035
8800
|
onClick?: (props?: ParticipantItemProps) => void;
|
7036
8801
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
7037
8802
|
showParticipantOverflowTooltip?: boolean;
|
8803
|
+
/**
|
8804
|
+
* Optional value to determine and display a participants connection status.
|
8805
|
+
* For example, `Connecting`, `Ringing` etc.
|
8806
|
+
* The actual text that is displayed is determined by the localized string
|
8807
|
+
* corresponding to the provided participant state.
|
8808
|
+
* For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
|
8809
|
+
*/
|
8810
|
+
participantState?: ParticipantState;
|
7038
8811
|
/**
|
7039
8812
|
* Optional aria property that prefixes the ParticipantItems aria content
|
7040
8813
|
* Takes in a unique id value of the element you would like to be read before the ParticipantItem.
|
@@ -7060,6 +8833,12 @@ export declare interface ParticipantItemStrings {
|
|
7060
8833
|
mutedIconLabel: string;
|
7061
8834
|
/** placeholder text for participants who does not have a display name*/
|
7062
8835
|
displayNamePlaceholder?: string;
|
8836
|
+
/** String shown when `participantState` is `Ringing` */
|
8837
|
+
participantStateRinging?: string;
|
8838
|
+
/** String shown when `participantState` is `Hold` */
|
8839
|
+
participantStateHold?: string;
|
8840
|
+
/** String for the attendee role */
|
8841
|
+
attendeeRole: string;
|
7063
8842
|
}
|
7064
8843
|
|
7065
8844
|
/**
|
@@ -7138,6 +8917,10 @@ export declare type ParticipantListProps = {
|
|
7138
8917
|
styles?: ParticipantListStyles;
|
7139
8918
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
7140
8919
|
showParticipantOverflowTooltip?: boolean;
|
8920
|
+
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
8921
|
+
totalParticipantCount?: number;
|
8922
|
+
/** Strings for the participant list */
|
8923
|
+
strings?: ParticipantListStrings;
|
7141
8924
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
7142
8925
|
participantAriaLabelledBy?: string;
|
7143
8926
|
};
|
@@ -7150,8 +8933,21 @@ export declare type ParticipantListProps = {
|
|
7150
8933
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
7151
8934
|
participants: CallParticipantListParticipant[];
|
7152
8935
|
myUserId: string;
|
8936
|
+
totalParticipantCount?: number;
|
7153
8937
|
};
|
7154
8938
|
|
8939
|
+
/**
|
8940
|
+
* Strings for the {@link ParticipantList}.
|
8941
|
+
*
|
8942
|
+
* @beta
|
8943
|
+
*/
|
8944
|
+
export declare interface ParticipantListStrings {
|
8945
|
+
/**
|
8946
|
+
* String for rendering the count of participants not contained in the displayed participant list
|
8947
|
+
*/
|
8948
|
+
overflowParticipantCount?: string;
|
8949
|
+
}
|
8950
|
+
|
7155
8951
|
/**
|
7156
8952
|
* Styles for the {@link ParticipantList}.
|
7157
8953
|
*
|
@@ -7368,6 +9164,31 @@ export declare type ParticipantsRemovedListener = (event: {
|
|
7368
9164
|
*/
|
7369
9165
|
export declare type ParticipantState = 'Idle' | 'Connecting' | 'Ringing' | 'Connected' | 'Hold' | 'InLobby' | 'EarlyMedia' | 'Disconnected';
|
7370
9166
|
|
9167
|
+
/**
|
9168
|
+
* State only version of {@link @azure/communication-calling#PPTLiveCallFeature}. {@link StatefulCallClient} will
|
9169
|
+
* automatically listen for pptLive on the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
9170
|
+
*
|
9171
|
+
* @public
|
9172
|
+
*/
|
9173
|
+
export declare interface PPTLiveCallFeatureState {
|
9174
|
+
/**
|
9175
|
+
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature.isActive}.
|
9176
|
+
*/
|
9177
|
+
isActive: boolean;
|
9178
|
+
}
|
9179
|
+
|
9180
|
+
/**
|
9181
|
+
* The profile of a user.
|
9182
|
+
*
|
9183
|
+
* @beta
|
9184
|
+
*/
|
9185
|
+
export declare type Profile = {
|
9186
|
+
/**
|
9187
|
+
* Primary text to display, usually the name of the person.
|
9188
|
+
*/
|
9189
|
+
displayName?: string;
|
9190
|
+
};
|
9191
|
+
|
7371
9192
|
/**
|
7372
9193
|
* Raised hand state with order
|
7373
9194
|
*
|
@@ -7457,6 +9278,131 @@ export declare interface RaiseHandCallFeature {
|
|
7457
9278
|
localParticipantRaisedHand?: RaisedHandState;
|
7458
9279
|
}
|
7459
9280
|
|
9281
|
+
/**
|
9282
|
+
* Reaction state with reaction type to render
|
9283
|
+
*
|
9284
|
+
* @beta
|
9285
|
+
*/
|
9286
|
+
export declare type Reaction = {
|
9287
|
+
/**
|
9288
|
+
* Specifies the type of reaction videoTile should render i.e. like, heart etc.
|
9289
|
+
*/
|
9290
|
+
reactionType: string;
|
9291
|
+
/**
|
9292
|
+
* Received timestamp for the message as default Date format.
|
9293
|
+
*/
|
9294
|
+
receivedOn: Date;
|
9295
|
+
};
|
9296
|
+
|
9297
|
+
/**
|
9298
|
+
* Props for {@link ReactionButton}.
|
9299
|
+
*
|
9300
|
+
* @beta
|
9301
|
+
*/
|
9302
|
+
export declare interface ReactionButtonProps extends ControlBarButtonProps {
|
9303
|
+
/**
|
9304
|
+
* Optional strings to override in component
|
9305
|
+
*/
|
9306
|
+
strings?: Partial<ReactionButtonStrings>;
|
9307
|
+
/**
|
9308
|
+
* Click event to send reaction to meeting
|
9309
|
+
*/
|
9310
|
+
onReactionClick: (reaction: string) => Promise<void>;
|
9311
|
+
/**
|
9312
|
+
* Reaction resource locator and parameters
|
9313
|
+
*/
|
9314
|
+
reactionResources: ReactionResources;
|
9315
|
+
}
|
9316
|
+
|
9317
|
+
/**
|
9318
|
+
* Strings of {@link ReactionButton} that can be overridden.
|
9319
|
+
*
|
9320
|
+
* @beta
|
9321
|
+
*/
|
9322
|
+
export declare interface ReactionButtonStrings {
|
9323
|
+
/** Label of the button. */
|
9324
|
+
label: string;
|
9325
|
+
/** Aria label for reaction button accessibility announcement */
|
9326
|
+
ariaLabel: string;
|
9327
|
+
/** Tooltip content when the button is disabled. */
|
9328
|
+
tooltipDisabledContent?: string;
|
9329
|
+
/** Tooltip content when the button is enabled. */
|
9330
|
+
tooltipContent?: string;
|
9331
|
+
/** Tooltip content of like reaction button. */
|
9332
|
+
likeReactionTooltipContent?: string;
|
9333
|
+
/** Tooltip content of heart reaction button. */
|
9334
|
+
heartReactionTooltipContent?: string;
|
9335
|
+
/** Tooltip content of laugh reaction button. */
|
9336
|
+
laughReactionTooltipContent?: string;
|
9337
|
+
/** Tooltip content of clap reaction button. */
|
9338
|
+
applauseReactionTooltipContent?: string;
|
9339
|
+
/** Tooltip content of surprised reaction button. */
|
9340
|
+
surprisedReactionTooltipContent?: string;
|
9341
|
+
}
|
9342
|
+
|
9343
|
+
/**
|
9344
|
+
* Interface for animation sprite image and related metadata
|
9345
|
+
* @beta
|
9346
|
+
*/
|
9347
|
+
export declare interface ReactionResources {
|
9348
|
+
/**
|
9349
|
+
* Like reaction animation resource.
|
9350
|
+
*/
|
9351
|
+
likeReaction?: ReactionSprite;
|
9352
|
+
/**
|
9353
|
+
* Heart reaction animation resource.
|
9354
|
+
*/
|
9355
|
+
heartReaction?: ReactionSprite;
|
9356
|
+
/**
|
9357
|
+
* Laugh reaction animation resource.
|
9358
|
+
*/
|
9359
|
+
laughReaction?: ReactionSprite;
|
9360
|
+
/**
|
9361
|
+
* Applause reaction animation resource.
|
9362
|
+
*/
|
9363
|
+
applauseReaction?: ReactionSprite;
|
9364
|
+
/**
|
9365
|
+
* Surprised reaction animation resource.
|
9366
|
+
*/
|
9367
|
+
surprisedReaction?: ReactionSprite;
|
9368
|
+
}
|
9369
|
+
|
9370
|
+
/**
|
9371
|
+
* Type for animation sprite image and related metadata
|
9372
|
+
* @beta
|
9373
|
+
*/
|
9374
|
+
export declare type ReactionSprite = {
|
9375
|
+
/**
|
9376
|
+
* Path to animation sprite image for reaction.
|
9377
|
+
*/
|
9378
|
+
url: string;
|
9379
|
+
/**
|
9380
|
+
* The frame count of the resource reaction in the sprite image
|
9381
|
+
*/
|
9382
|
+
frameCount: number;
|
9383
|
+
/**
|
9384
|
+
* The square size of one frame in the animation resource..
|
9385
|
+
*/
|
9386
|
+
size?: number;
|
9387
|
+
};
|
9388
|
+
|
9389
|
+
/**
|
9390
|
+
* State only version of {@link @azure/communication-calling#Call.ReactionMessage} with UI helper props receivedOn.
|
9391
|
+
* Reaction state with a timestamp which helps UI to decide to render the reaction accordingly.
|
9392
|
+
*
|
9393
|
+
* @beta
|
9394
|
+
*/
|
9395
|
+
export declare type ReactionState = {
|
9396
|
+
/**
|
9397
|
+
* Reaction message from the meeting {@link @azure/communication-calling#Call.ReactionMessage}
|
9398
|
+
*/
|
9399
|
+
reactionMessage: ReactionMessage;
|
9400
|
+
/**
|
9401
|
+
* Received timestamp of the reaction message in a meeting.
|
9402
|
+
*/
|
9403
|
+
receivedOn: Date;
|
9404
|
+
};
|
9405
|
+
|
7460
9406
|
/**
|
7461
9407
|
* An array of key value pairs that stores each sender's display name and last read message
|
7462
9408
|
*
|
@@ -7480,6 +9426,15 @@ export declare interface RecordingCallFeature {
|
|
7480
9426
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
7481
9427
|
*/
|
7482
9428
|
isRecordingActive: boolean;
|
9429
|
+
/**
|
9430
|
+
* Contains list of information of started recordings
|
9431
|
+
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
9432
|
+
*/
|
9433
|
+
activeRecordings?: RecordingInfo[];
|
9434
|
+
/**
|
9435
|
+
* Contains list of information of stopped recordings
|
9436
|
+
*/
|
9437
|
+
lastStoppedRecording?: RecordingInfo[];
|
7483
9438
|
}
|
7484
9439
|
|
7485
9440
|
/**
|
@@ -7528,6 +9483,23 @@ export declare interface RemoteParticipantState {
|
|
7528
9483
|
* Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
|
7529
9484
|
*/
|
7530
9485
|
raisedHand?: RaisedHandState;
|
9486
|
+
/**
|
9487
|
+
* Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
|
9488
|
+
*
|
9489
|
+
* @public
|
9490
|
+
*/
|
9491
|
+
contentSharingStream?: HTMLElement;
|
9492
|
+
/**
|
9493
|
+
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
9494
|
+
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
9495
|
+
*
|
9496
|
+
* @beta
|
9497
|
+
*/
|
9498
|
+
reactionState?: ReactionState;
|
9499
|
+
/**
|
9500
|
+
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
|
9501
|
+
*/
|
9502
|
+
spotlight?: SpotlightState;
|
7531
9503
|
}
|
7532
9504
|
|
7533
9505
|
/**
|
@@ -7550,8 +9522,9 @@ export declare interface RemoteVideoStreamState {
|
|
7550
9522
|
isAvailable: boolean;
|
7551
9523
|
/**
|
7552
9524
|
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
|
7553
|
-
* @
|
9525
|
+
* @public
|
7554
9526
|
*/
|
9527
|
+
isReceiving: boolean;
|
7555
9528
|
/**
|
7556
9529
|
* {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
|
7557
9530
|
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
@@ -7600,6 +9573,98 @@ export declare type ResourceFetchResult = {
|
|
7600
9573
|
error?: Error;
|
7601
9574
|
};
|
7602
9575
|
|
9576
|
+
/**
|
9577
|
+
* Options for configuring the rich text editor.
|
9578
|
+
*
|
9579
|
+
* @beta
|
9580
|
+
*/
|
9581
|
+
export declare interface RichTextEditorOptions {
|
9582
|
+
}
|
9583
|
+
|
9584
|
+
/**
|
9585
|
+
* A component to render SendBox with Rich Text Editor support.
|
9586
|
+
*
|
9587
|
+
* @beta
|
9588
|
+
*/
|
9589
|
+
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
9590
|
+
|
9591
|
+
/**
|
9592
|
+
* Props for {@link RichTextSendBox}.
|
9593
|
+
*
|
9594
|
+
* @beta
|
9595
|
+
*/
|
9596
|
+
export declare interface RichTextSendBoxProps {
|
9597
|
+
/**
|
9598
|
+
* Optional boolean to disable text box
|
9599
|
+
* @defaultValue false
|
9600
|
+
*/
|
9601
|
+
disabled?: boolean;
|
9602
|
+
/**
|
9603
|
+
* Optional strings to override in component
|
9604
|
+
*/
|
9605
|
+
strings?: Partial<RichTextSendBoxStrings>;
|
9606
|
+
/**
|
9607
|
+
* Optional text for system message above the text box
|
9608
|
+
*/
|
9609
|
+
systemMessage?: string;
|
9610
|
+
/**
|
9611
|
+
* Optional array of active file uploads where each object has attributes
|
9612
|
+
* of a file upload like name, progress, errorMessage etc.
|
9613
|
+
* @beta
|
9614
|
+
*/
|
9615
|
+
activeFileUploads?: ActiveFileUpload[];
|
9616
|
+
/**
|
9617
|
+
* Optional callback to remove the file upload before sending by clicking on
|
9618
|
+
* cancel icon.
|
9619
|
+
* @beta
|
9620
|
+
*/
|
9621
|
+
onCancelFileUpload?: (fileId: string) => void;
|
9622
|
+
/**
|
9623
|
+
* Callback function used when the send button is clicked.
|
9624
|
+
*/
|
9625
|
+
onSendMessage: (content: string) => Promise<void>;
|
9626
|
+
}
|
9627
|
+
|
9628
|
+
/**
|
9629
|
+
* Strings of {@link RichTextSendBox} that can be overridden.
|
9630
|
+
*
|
9631
|
+
* @beta
|
9632
|
+
*/
|
9633
|
+
export declare interface RichTextSendBoxStrings extends SendBoxStrings {
|
9634
|
+
/**
|
9635
|
+
* Tooltip text for the bold button.
|
9636
|
+
*/
|
9637
|
+
boldTooltip: string;
|
9638
|
+
/**
|
9639
|
+
* Tooltip text for the italic button.
|
9640
|
+
*/
|
9641
|
+
italicTooltip: string;
|
9642
|
+
/**
|
9643
|
+
* Tooltip text for the underline button.
|
9644
|
+
*/
|
9645
|
+
underlineTooltip: string;
|
9646
|
+
/**
|
9647
|
+
* Tooltip text for the bullet list button.
|
9648
|
+
*/
|
9649
|
+
bulletListTooltip: string;
|
9650
|
+
/**
|
9651
|
+
* Tooltip text for the number list button.
|
9652
|
+
*/
|
9653
|
+
numberListTooltip: string;
|
9654
|
+
/**
|
9655
|
+
* Tooltip text for the increase indent button.
|
9656
|
+
*/
|
9657
|
+
increaseIndentTooltip: string;
|
9658
|
+
/**
|
9659
|
+
* Tooltip text for the decrease indent button.
|
9660
|
+
*/
|
9661
|
+
decreaseIndentTooltip: string;
|
9662
|
+
/**
|
9663
|
+
* Tooltip text for the rich text format button button.
|
9664
|
+
*/
|
9665
|
+
richTextFormatButtonTooltip: string;
|
9666
|
+
}
|
9667
|
+
|
7603
9668
|
/**
|
7604
9669
|
* A button to start / stop screen sharing.
|
7605
9670
|
*
|
@@ -7671,6 +9736,19 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
7671
9736
|
*/
|
7672
9737
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
7673
9738
|
|
9739
|
+
/**
|
9740
|
+
* @beta
|
9741
|
+
* Error to be displayed to the user in an error bar above sendbox.
|
9742
|
+
*/
|
9743
|
+
export declare interface SendBoxErrorBarError {
|
9744
|
+
/** Error Message to be displayed */
|
9745
|
+
message: string;
|
9746
|
+
/**
|
9747
|
+
* Unix Timestamp. Preferred generation using `Date.now()`
|
9748
|
+
*/
|
9749
|
+
timestamp: number;
|
9750
|
+
}
|
9751
|
+
|
7674
9752
|
/**
|
7675
9753
|
* Props for {@link SendBox}.
|
7676
9754
|
*
|
@@ -7690,6 +9768,11 @@ export declare interface SendBoxProps {
|
|
7690
9768
|
* Optional override behavior on send button click
|
7691
9769
|
*/
|
7692
9770
|
onSendMessage?: (content: string) => Promise<void>;
|
9771
|
+
/**
|
9772
|
+
* Optional props needed to lookup suggestions in the mention scenario.
|
9773
|
+
* @beta
|
9774
|
+
*/
|
9775
|
+
mentionLookupOptions?: MentionLookupOptions;
|
7693
9776
|
/**
|
7694
9777
|
* Optional callback called when user is typing
|
7695
9778
|
*/
|
@@ -7726,6 +9809,25 @@ export declare interface SendBoxProps {
|
|
7726
9809
|
* When undefined nothing has focus on render
|
7727
9810
|
*/
|
7728
9811
|
autoFocus?: 'sendBoxTextField';
|
9812
|
+
/**
|
9813
|
+
* Optional callback to render uploaded files in the SendBox. The sendBox will expand
|
9814
|
+
* vertically to accommodate the uploaded files. File uploads will
|
9815
|
+
* be rendered below the text area in sendBox.
|
9816
|
+
* @beta
|
9817
|
+
*/
|
9818
|
+
onRenderFileUploads?: () => JSX.Element;
|
9819
|
+
/**
|
9820
|
+
* Optional array of active attachment uploads where each object has attributes
|
9821
|
+
* of a attachment upload like name, progress, errorMessage etc.
|
9822
|
+
* @beta
|
9823
|
+
*/
|
9824
|
+
activeFileUploads?: ActiveFileUpload[];
|
9825
|
+
/**
|
9826
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
9827
|
+
* cancel icon.
|
9828
|
+
* @beta
|
9829
|
+
*/
|
9830
|
+
onCancelFileUpload?: (fileId: string) => void;
|
7729
9831
|
}
|
7730
9832
|
|
7731
9833
|
/**
|
@@ -7755,25 +9857,80 @@ export declare interface SendBoxStrings {
|
|
7755
9857
|
/**
|
7756
9858
|
* Aria label for send message button
|
7757
9859
|
*/
|
7758
|
-
sendButtonAriaLabel: string;
|
7759
|
-
|
9860
|
+
sendButtonAriaLabel: string;
|
9861
|
+
/**
|
9862
|
+
* Error message indicating that all attachment uploads are not complete.
|
9863
|
+
*/
|
9864
|
+
attachmentUploadsPendingError: string;
|
9865
|
+
/**
|
9866
|
+
* Aria label to notify user when focus is on cancel attachment upload button.
|
9867
|
+
*/
|
9868
|
+
removeAttachment: string;
|
9869
|
+
/**
|
9870
|
+
* Aria label to notify user attachment uploading starts.
|
9871
|
+
*/
|
9872
|
+
uploading: string;
|
9873
|
+
/**
|
9874
|
+
* Aria label to notify user attachment is uploaded.
|
9875
|
+
*/
|
9876
|
+
uploadCompleted: string;
|
9877
|
+
}
|
9878
|
+
|
9879
|
+
/**
|
9880
|
+
* Fluent styles for {@link Sendbox}.
|
9881
|
+
*
|
9882
|
+
* @public
|
9883
|
+
*/
|
9884
|
+
export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
9885
|
+
/** Styles for the text field. */
|
9886
|
+
textField?: IStyle;
|
9887
|
+
/** styles for the text field container */
|
9888
|
+
textFieldContainer?: IStyle;
|
9889
|
+
/** Styles for the container of the send message icon. */
|
9890
|
+
sendMessageIconContainer?: IStyle;
|
9891
|
+
/** Styles for the send message icon; These styles will be ignored when a custom send message icon is provided. */
|
9892
|
+
sendMessageIcon?: IStyle;
|
9893
|
+
/** Styles for the system message; These styles will be ignored when a custom system message component is provided. */
|
9894
|
+
systemMessage?: IStyle;
|
9895
|
+
}
|
9896
|
+
|
9897
|
+
/**
|
9898
|
+
* @beta
|
9899
|
+
* Strings for SitePermissions component
|
9900
|
+
*/
|
9901
|
+
export declare type SitePermissionsStrings = {
|
9902
|
+
/**
|
9903
|
+
* Main text string.
|
9904
|
+
*/
|
9905
|
+
primaryText?: string;
|
9906
|
+
/**
|
9907
|
+
* Subtext string.
|
9908
|
+
*/
|
9909
|
+
secondaryText?: string;
|
9910
|
+
/**
|
9911
|
+
* More help link string.
|
9912
|
+
*/
|
9913
|
+
linkText?: string;
|
9914
|
+
/**
|
9915
|
+
* Primary button text string.
|
9916
|
+
*/
|
9917
|
+
primaryButtonText?: string;
|
9918
|
+
/**
|
9919
|
+
* Aria label describing the content of the container
|
9920
|
+
*/
|
9921
|
+
ariaLabel?: string;
|
9922
|
+
};
|
7760
9923
|
|
7761
9924
|
/**
|
7762
|
-
* Fluent styles for {@link
|
9925
|
+
* Fluent styles for {@link SitePermissionsContainer}.
|
7763
9926
|
*
|
7764
|
-
* @
|
9927
|
+
* @beta
|
7765
9928
|
*/
|
7766
|
-
export declare interface
|
7767
|
-
/** Styles for the
|
7768
|
-
|
7769
|
-
/**
|
7770
|
-
|
7771
|
-
/** Styles for the container of the send message icon. */
|
7772
|
-
sendMessageIconContainer?: IStyle;
|
7773
|
-
/** Styles for the send message icon; These styles will be ignored when a custom send message icon is provided. */
|
7774
|
-
sendMessageIcon?: IStyle;
|
7775
|
-
/** Styles for the system message; These styles will be ignored when a custom system message component is provided. */
|
7776
|
-
systemMessage?: IStyle;
|
9929
|
+
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
9930
|
+
/** Styles for the primary button. */
|
9931
|
+
primaryButton?: IButtonStyles;
|
9932
|
+
/** Styles for the help troubleshooting link text. */
|
9933
|
+
troubleshootingLink?: ILinkStyles;
|
7777
9934
|
}
|
7778
9935
|
|
7779
9936
|
/**
|
@@ -7835,11 +9992,128 @@ export declare interface SpokenLanguageStrings {
|
|
7835
9992
|
'zh-tw': string;
|
7836
9993
|
}
|
7837
9994
|
|
9995
|
+
/**
|
9996
|
+
* Spotlight state with order
|
9997
|
+
*
|
9998
|
+
* @beta
|
9999
|
+
*/
|
10000
|
+
export declare type Spotlight = {
|
10001
|
+
/**
|
10002
|
+
* Specifies the order position of the spotlight
|
10003
|
+
*/
|
10004
|
+
spotlightedOrderPosition?: number;
|
10005
|
+
};
|
10006
|
+
|
10007
|
+
/**
|
10008
|
+
* State only version of {@link @azure/communication-calling#SpotlightCallFeature}
|
10009
|
+
*
|
10010
|
+
* @beta
|
10011
|
+
*/
|
10012
|
+
export declare interface SpotlightCallFeatureState {
|
10013
|
+
/**
|
10014
|
+
* Ordered array of spotlighted participants in call
|
10015
|
+
*/
|
10016
|
+
spotlightedParticipants: SpotlightedParticipant[];
|
10017
|
+
/**
|
10018
|
+
* Local participant spotlight
|
10019
|
+
*/
|
10020
|
+
localParticipantSpotlight?: SpotlightState;
|
10021
|
+
/**
|
10022
|
+
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature.maxParticipantsToSpotlight}.
|
10023
|
+
*/
|
10024
|
+
maxParticipantsToSpotlight: number;
|
10025
|
+
}
|
10026
|
+
|
10027
|
+
/**
|
10028
|
+
* Callback for {@link CallAdapterSubscribers} 'spotlightChanged' event.
|
10029
|
+
*
|
10030
|
+
* @public
|
10031
|
+
*/
|
10032
|
+
export declare type SpotlightChangedListener = (args: {
|
10033
|
+
added: SpotlightedParticipant[];
|
10034
|
+
removed: SpotlightedParticipant[];
|
10035
|
+
}) => void;
|
10036
|
+
|
10037
|
+
/**
|
10038
|
+
* Strings used in prompt related to spotlight
|
10039
|
+
* @beta
|
10040
|
+
*/
|
10041
|
+
export declare interface SpotlightPromptStrings {
|
10042
|
+
/**
|
10043
|
+
* Heading for prompt when starting spotlight on participant
|
10044
|
+
*/
|
10045
|
+
startSpotlightHeading: string;
|
10046
|
+
/**
|
10047
|
+
* Text for prompt when starting spotlight on participant
|
10048
|
+
*/
|
10049
|
+
startSpotlightText: string;
|
10050
|
+
/**
|
10051
|
+
* Label for button to confirm starting spotlight on local user in prompt
|
10052
|
+
*/
|
10053
|
+
startSpotlightOnSelfText: string;
|
10054
|
+
/**
|
10055
|
+
* Label for button to confirm starting spotlight on participant in prompt
|
10056
|
+
*/
|
10057
|
+
startSpotlightConfirmButtonLabel: string;
|
10058
|
+
/**
|
10059
|
+
* Label for button to cancel starting spotlight on participant in prompt
|
10060
|
+
*/
|
10061
|
+
startSpotlightCancelButtonLabel: string;
|
10062
|
+
/**
|
10063
|
+
* Heading for prompt when stopping spotlight on participant
|
10064
|
+
*/
|
10065
|
+
stopSpotlightHeading: string;
|
10066
|
+
/**
|
10067
|
+
* Heading for prompt when stopping spotlight on local user
|
10068
|
+
*/
|
10069
|
+
stopSpotlightOnSelfHeading: string;
|
10070
|
+
/**
|
10071
|
+
* Heading for prompt when stopping all spotlight
|
10072
|
+
*/
|
10073
|
+
stopAllSpotlightHeading: string;
|
10074
|
+
/**
|
10075
|
+
* Text for prompt when stopping spotlight on participant
|
10076
|
+
*/
|
10077
|
+
stopSpotlightText: string;
|
10078
|
+
/**
|
10079
|
+
* Text for prompt when stopping spotlight on local user
|
10080
|
+
*/
|
10081
|
+
stopSpotlightOnSelfText: string;
|
10082
|
+
/**
|
10083
|
+
* Text for prompt when stopping all spotlight
|
10084
|
+
*/
|
10085
|
+
stopAllSpotlightText: string;
|
10086
|
+
/**
|
10087
|
+
* Label for button to confirm stopping spotlight on participant(s) in prompt
|
10088
|
+
*/
|
10089
|
+
stopSpotlightConfirmButtonLabel: string;
|
10090
|
+
/**
|
10091
|
+
* Label for button to confirm stopping spotlight on local user in prompt
|
10092
|
+
*/
|
10093
|
+
stopSpotlightOnSelfConfirmButtonLabel: string;
|
10094
|
+
/**
|
10095
|
+
* Label for button to cancel stopping spotlight on participant(s) in prompt
|
10096
|
+
*/
|
10097
|
+
stopSpotlightCancelButtonLabel: string;
|
10098
|
+
}
|
10099
|
+
|
10100
|
+
/**
|
10101
|
+
* Spotlight state with order
|
10102
|
+
*
|
10103
|
+
* @beta
|
10104
|
+
*/
|
10105
|
+
export declare interface SpotlightState {
|
10106
|
+
/**
|
10107
|
+
* Order position of spotlight in call
|
10108
|
+
*/
|
10109
|
+
spotlightedOrderPosition?: number;
|
10110
|
+
}
|
10111
|
+
|
7838
10112
|
/**
|
7839
10113
|
* Identifier types for initiating a call using the CallAdapter
|
7840
10114
|
* @public
|
7841
10115
|
*/
|
7842
|
-
export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | UnknownIdentifier);
|
10116
|
+
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
10117
|
|
7844
10118
|
/**
|
7845
10119
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
@@ -7871,6 +10145,7 @@ export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | Unknown
|
|
7871
10145
|
* - RemoteVideoStream 'isAvailableChanged'
|
7872
10146
|
* - TranscriptionCallFeature 'isTranscriptionActiveChanged'
|
7873
10147
|
* - RecordingCallFeature 'isRecordingActiveChanged'
|
10148
|
+
* - LocalRecordingCallFeature 'isLocalRecordingActiveChanged'
|
7874
10149
|
* - RaiseHandCallFeature 'raisedHandEvent'
|
7875
10150
|
* - RaiseHandCallFeature 'loweredHandEvent'
|
7876
10151
|
* - PPTLiveCallFeature 'isAciveChanged'
|
@@ -7951,6 +10226,19 @@ export declare interface StatefulCallClient extends CallClient {
|
|
7951
10226
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
7952
10227
|
*/
|
7953
10228
|
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
10229
|
+
/** @conditional-compile-remove(one-to-n-calling) */
|
10230
|
+
/**
|
10231
|
+
* The CallAgent is used to handle calls.
|
10232
|
+
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
10233
|
+
* - The CallClient can only have one active CallAgent instance at a time.
|
10234
|
+
* - You can create a new CallClient instance to create a new CallAgent.
|
10235
|
+
* - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
|
10236
|
+
* createCallAgent() method again to create a new CallAgent.
|
10237
|
+
* @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
|
10238
|
+
* @param options - The CallAgentOptions for additional options like display name.
|
10239
|
+
* @public
|
10240
|
+
*/
|
10241
|
+
createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
|
7954
10242
|
}
|
7955
10243
|
|
7956
10244
|
/**
|
@@ -7963,7 +10251,16 @@ export declare type StatefulCallClientArgs = {
|
|
7963
10251
|
* UserId from SDK. This is provided for developer convenience to easily access the userId from the
|
7964
10252
|
* state. It is not used by StatefulCallClient.
|
7965
10253
|
*/
|
7966
|
-
userId: CommunicationUserIdentifier;
|
10254
|
+
userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
|
10255
|
+
/**
|
10256
|
+
* A phone number in E.164 format that will be used to represent the callers identity. This number is required
|
10257
|
+
* to start a PSTN call.
|
10258
|
+
*
|
10259
|
+
* example: +11234567
|
10260
|
+
*
|
10261
|
+
* This is not a cached value from the headless calling client.
|
10262
|
+
*/
|
10263
|
+
alternateCallerId?: string;
|
7967
10264
|
};
|
7968
10265
|
|
7969
10266
|
/**
|
@@ -8112,6 +10409,62 @@ export declare interface StreamMediaProps {
|
|
8112
10409
|
styles?: BaseCustomStyles;
|
8113
10410
|
}
|
8114
10411
|
|
10412
|
+
/**
|
10413
|
+
* @beta
|
10414
|
+
* Corresponding texts to each call issue
|
10415
|
+
*/
|
10416
|
+
export declare interface SurveyIssues {
|
10417
|
+
overallRating: {
|
10418
|
+
callCannotJoin: string;
|
10419
|
+
callCannotInvite: string;
|
10420
|
+
hadToRejoin: string;
|
10421
|
+
callEndedUnexpectedly: string;
|
10422
|
+
otherIssues: string;
|
10423
|
+
};
|
10424
|
+
audioRating: {
|
10425
|
+
noLocalAudio: string;
|
10426
|
+
noRemoteAudio: string;
|
10427
|
+
echo: string;
|
10428
|
+
audioNoise: string;
|
10429
|
+
lowVolume: string;
|
10430
|
+
audioStoppedUnexpectedly: string;
|
10431
|
+
distortedSpeech: string;
|
10432
|
+
audioInterruption: string;
|
10433
|
+
otherIssues: string;
|
10434
|
+
};
|
10435
|
+
videoRating: {
|
10436
|
+
noVideoReceived: string;
|
10437
|
+
noVideoSent: string;
|
10438
|
+
lowQuality: string;
|
10439
|
+
freezes: string;
|
10440
|
+
stoppedUnexpectedly: string;
|
10441
|
+
darkVideoReceived: string;
|
10442
|
+
audioVideoOutOfSync: string;
|
10443
|
+
otherIssues: string;
|
10444
|
+
};
|
10445
|
+
screenshareRating: {
|
10446
|
+
noContentLocal: string;
|
10447
|
+
noContentRemote: string;
|
10448
|
+
cannotPresent: string;
|
10449
|
+
lowQuality: string;
|
10450
|
+
freezes: string;
|
10451
|
+
stoppedUnexpectedly: string;
|
10452
|
+
largeDelay: string;
|
10453
|
+
otherIssues: string;
|
10454
|
+
};
|
10455
|
+
}
|
10456
|
+
|
10457
|
+
/**
|
10458
|
+
* @beta
|
10459
|
+
* Corresponding texts to each call issue category
|
10460
|
+
*/
|
10461
|
+
export declare interface SurveyIssuesHeadingStrings {
|
10462
|
+
overallRating: string;
|
10463
|
+
audioRating: string;
|
10464
|
+
videoRating: string;
|
10465
|
+
screenshareRating: string;
|
10466
|
+
}
|
10467
|
+
|
8115
10468
|
/**
|
8116
10469
|
* Discriminated union of all system messages.
|
8117
10470
|
*
|
@@ -8138,6 +10491,74 @@ export declare interface SystemMessageCommon extends MessageCommon {
|
|
8138
10491
|
*/
|
8139
10492
|
export declare type TeamsAdapterOptions = CommonCallAdapterOptions;
|
8140
10493
|
|
10494
|
+
/**
|
10495
|
+
* An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
|
10496
|
+
*
|
10497
|
+
* @beta
|
10498
|
+
*/
|
10499
|
+
export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
10500
|
+
/**
|
10501
|
+
* Join the call with microphone initially on/off.
|
10502
|
+
* @deprecated Use joinCall(options?:JoinCallOptions) instead.
|
10503
|
+
* @param microphoneOn - Whether microphone is initially enabled
|
10504
|
+
*
|
10505
|
+
* @beta
|
10506
|
+
*/
|
10507
|
+
joinCall(microphoneOn?: boolean): TeamsCall | undefined;
|
10508
|
+
/**
|
10509
|
+
* Join the call with options bag to set microphone/camera initial state when joining call
|
10510
|
+
* true = turn on the device when joining call
|
10511
|
+
* false = turn off the device when joining call
|
10512
|
+
* 'keep'/undefined = retain devices' precall state
|
10513
|
+
*
|
10514
|
+
* @param options - param to set microphone/camera initially on/off.
|
10515
|
+
*
|
10516
|
+
* @public
|
10517
|
+
*/
|
10518
|
+
joinCall(options?: JoinCallOptions): TeamsCall | undefined;
|
10519
|
+
/**
|
10520
|
+
* Start the call.
|
10521
|
+
*
|
10522
|
+
* @param participants - An array of participant ids to join
|
10523
|
+
*
|
10524
|
+
* @beta
|
10525
|
+
*/
|
10526
|
+
startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
|
10527
|
+
/**
|
10528
|
+
* Start the call.
|
10529
|
+
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
10530
|
+
* @beta
|
10531
|
+
*/
|
10532
|
+
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
|
10533
|
+
}
|
10534
|
+
|
10535
|
+
/**
|
10536
|
+
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
10537
|
+
*
|
10538
|
+
* @beta
|
10539
|
+
*/
|
10540
|
+
export declare type TeamsCallAdapterArgs = {
|
10541
|
+
userId: MicrosoftTeamsUserIdentifier;
|
10542
|
+
credential: CommunicationTokenCredential;
|
10543
|
+
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
|
10544
|
+
/**
|
10545
|
+
* Optional parameters for the {@link TeamsCallAdapter} created
|
10546
|
+
*/
|
10547
|
+
options?: TeamsAdapterOptions;
|
10548
|
+
};
|
10549
|
+
|
10550
|
+
/**
|
10551
|
+
* Object containing all the teams call handlers required for calling components.
|
10552
|
+
*
|
10553
|
+
* Calling related components from this package are able to pick out relevant handlers from this object.
|
10554
|
+
* See {@link useHandlers} and {@link usePropsFor}.
|
10555
|
+
*
|
10556
|
+
* @beta
|
10557
|
+
*/
|
10558
|
+
export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
|
10559
|
+
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
10560
|
+
}
|
10561
|
+
|
8141
10562
|
/**
|
8142
10563
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
8143
10564
|
*
|
@@ -8338,11 +10759,118 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
8338
10759
|
typingString?: IStyle;
|
8339
10760
|
}
|
8340
10761
|
|
10762
|
+
/**
|
10763
|
+
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
10764
|
+
*
|
10765
|
+
* @beta
|
10766
|
+
*/
|
10767
|
+
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
10768
|
+
|
10769
|
+
/**
|
10770
|
+
* props for {@link UnsupportedBrowser} UI
|
10771
|
+
*
|
10772
|
+
* @beta
|
10773
|
+
*/
|
10774
|
+
export declare interface UnsupportedBrowserProps {
|
10775
|
+
/** Handler to perform an action when the help link is actioned */
|
10776
|
+
onTroubleshootingClick?: () => void;
|
10777
|
+
/** String overrides for the component */
|
10778
|
+
strings?: UnsupportedBrowserStrings;
|
10779
|
+
}
|
10780
|
+
|
10781
|
+
/**
|
10782
|
+
* Strings for UnsupportedBrowser component
|
10783
|
+
*
|
10784
|
+
* @beta
|
10785
|
+
*/
|
10786
|
+
export declare interface UnsupportedBrowserStrings {
|
10787
|
+
/** String for the primary text */
|
10788
|
+
primaryText: string;
|
10789
|
+
/** String for the secondary text */
|
10790
|
+
secondaryText: string;
|
10791
|
+
/** String to display in the text for the help link */
|
10792
|
+
moreHelpLinkText: string;
|
10793
|
+
}
|
10794
|
+
|
10795
|
+
/**
|
10796
|
+
* UI to display to the user that the browser version they are using is out of date
|
10797
|
+
* and not supported by Azure Communications Calling service.
|
10798
|
+
*
|
10799
|
+
* @beta
|
10800
|
+
*/
|
10801
|
+
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
10802
|
+
|
10803
|
+
/**
|
10804
|
+
* props for {@link UnsupportedBrowserVersion} UI
|
10805
|
+
*
|
10806
|
+
* @beta
|
10807
|
+
*/
|
10808
|
+
export declare interface UnsupportedBrowserVersionProps {
|
10809
|
+
/** Handler to perform an action when the help link is actioned */
|
10810
|
+
onTroubleshootingClick?: () => void;
|
10811
|
+
/** String overrides for the component */
|
10812
|
+
strings?: UnsupportedBrowserVersionStrings;
|
10813
|
+
/** Handler to allow user to continue into the call */
|
10814
|
+
onContinueAnywayClick?: () => void;
|
10815
|
+
}
|
10816
|
+
|
10817
|
+
/**
|
10818
|
+
* Strings for UnsupportedBrowser component
|
10819
|
+
*
|
10820
|
+
* @beta
|
10821
|
+
*/
|
10822
|
+
export declare interface UnsupportedBrowserVersionStrings {
|
10823
|
+
/** String for the primary text */
|
10824
|
+
primaryText: string;
|
10825
|
+
/** String for the secondary text */
|
10826
|
+
secondaryText: string;
|
10827
|
+
/** String to display in the text for the help link */
|
10828
|
+
moreHelpLinkText: string;
|
10829
|
+
/** String for continue without updating button */
|
10830
|
+
continueAnywayButtonText?: string;
|
10831
|
+
}
|
10832
|
+
|
10833
|
+
/**
|
10834
|
+
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
10835
|
+
*
|
10836
|
+
* @beta
|
10837
|
+
*/
|
10838
|
+
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
10839
|
+
|
10840
|
+
/**
|
10841
|
+
* Props for {@link UnsupportedOperatingSystem} UI
|
10842
|
+
*
|
10843
|
+
* @beta
|
10844
|
+
*/
|
10845
|
+
export declare interface UnsupportedOperatingSystemProps {
|
10846
|
+
/** Handler to perform a action when the help link is actioned */
|
10847
|
+
onTroubleshootingClick?: () => void;
|
10848
|
+
/** String overrides for the component */
|
10849
|
+
strings?: UnsupportedOperatingSystemStrings;
|
10850
|
+
}
|
10851
|
+
|
10852
|
+
/**
|
10853
|
+
* Strings for UnsupportedBrowser component
|
10854
|
+
*
|
10855
|
+
* @beta
|
10856
|
+
*/
|
10857
|
+
export declare interface UnsupportedOperatingSystemStrings {
|
10858
|
+
/** String for the primary text */
|
10859
|
+
primaryText: string;
|
10860
|
+
/** String for the secondary text */
|
10861
|
+
secondaryText: string;
|
10862
|
+
/** String to display in the text for the help link */
|
10863
|
+
moreHelpLinkText: string;
|
10864
|
+
}
|
10865
|
+
|
8341
10866
|
/**
|
8342
10867
|
* @public
|
8343
10868
|
* Callback function run when a message is updated.
|
8344
10869
|
*/
|
8345
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string
|
10870
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string, options?: {
|
10871
|
+
metadata?: Record<string, string>;
|
10872
|
+
attachmentMetadata?: AttachmentMetadata[];
|
10873
|
+
}) => Promise<void>;
|
8346
10874
|
|
8347
10875
|
/**
|
8348
10876
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -8488,7 +11016,45 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
|
|
8488
11016
|
*
|
8489
11017
|
* @public
|
8490
11018
|
*/
|
8491
|
-
export declare const useSelector: <ParamT extends Selector | undefined>(selector: ParamT, selectorProps?:
|
11019
|
+
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;
|
11020
|
+
|
11021
|
+
/**
|
11022
|
+
* Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
|
11023
|
+
*
|
11024
|
+
* Useful when implementing a custom component that utilizes the providers
|
11025
|
+
* exported from this library.
|
11026
|
+
*
|
11027
|
+
* you must have previously used the CallProvider with a TeamsCall object to use this hook
|
11028
|
+
*
|
11029
|
+
* @beta
|
11030
|
+
*/
|
11031
|
+
export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
11032
|
+
|
11033
|
+
/**
|
11034
|
+
* A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
|
11035
|
+
*
|
11036
|
+
* Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
|
11037
|
+
* creation of the adapter internally.
|
11038
|
+
*
|
11039
|
+
* Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
|
11040
|
+
* as they are created. The adapter is only created when all arguments are defined.
|
11041
|
+
*
|
11042
|
+
* Note that you must memoize the arguments to avoid recreating adapter on each render.
|
11043
|
+
* See storybook for typical usage examples.
|
11044
|
+
*
|
11045
|
+
* @beta
|
11046
|
+
*/
|
11047
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: ((adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>) | undefined, beforeDispose?: ((adapter: TeamsCallAdapter) => Promise<void>) | undefined) => TeamsCallAdapter | undefined;
|
11048
|
+
|
11049
|
+
/**
|
11050
|
+
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
11051
|
+
*
|
11052
|
+
* Useful when implementing a custom component that utilizes the providers
|
11053
|
+
* exported from this library.
|
11054
|
+
*
|
11055
|
+
* @beta
|
11056
|
+
*/
|
11057
|
+
export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
|
8492
11058
|
|
8493
11059
|
/**
|
8494
11060
|
* React hook to access theme
|
@@ -8629,7 +11195,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
8629
11195
|
/**
|
8630
11196
|
* @public
|
8631
11197
|
*/
|
8632
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
11198
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | 'focusedContent';
|
8633
11199
|
|
8634
11200
|
/**
|
8635
11201
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -8639,6 +11205,12 @@ export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'spe
|
|
8639
11205
|
export declare interface VideoGalleryLocalParticipant extends VideoGalleryParticipant {
|
8640
11206
|
/** Whether local participant is raised a hand */
|
8641
11207
|
raisedHand?: RaisedHand;
|
11208
|
+
/**
|
11209
|
+
* Whether local participant has reacted
|
11210
|
+
*
|
11211
|
+
* @beta
|
11212
|
+
* */
|
11213
|
+
reaction?: Reaction;
|
8642
11214
|
}
|
8643
11215
|
|
8644
11216
|
/**
|
@@ -8657,6 +11229,8 @@ export declare type VideoGalleryParticipant = {
|
|
8657
11229
|
videoStream?: VideoGalleryStream;
|
8658
11230
|
/** Whether participant is screen sharing or not */
|
8659
11231
|
isScreenSharingOn?: boolean;
|
11232
|
+
/** Whether participant is spotlighted **/
|
11233
|
+
spotlight?: Spotlight;
|
8660
11234
|
};
|
8661
11235
|
|
8662
11236
|
/**
|
@@ -8740,6 +11314,30 @@ export declare interface VideoGalleryProps {
|
|
8740
11314
|
* This callback will be called when a participant video tile is un-pinned.
|
8741
11315
|
*/
|
8742
11316
|
onUnpinParticipant?: (userId: string) => void;
|
11317
|
+
/**
|
11318
|
+
* List of spotlighted participant userIds.
|
11319
|
+
*/
|
11320
|
+
spotlightedParticipants?: string[];
|
11321
|
+
/**
|
11322
|
+
* This callback is to start spotlight for local participant video tile.
|
11323
|
+
*/
|
11324
|
+
onStartLocalSpotlight?: () => Promise<void>;
|
11325
|
+
/**
|
11326
|
+
* This callback is to stop spotlight for local participant video tile.
|
11327
|
+
*/
|
11328
|
+
onStartRemoteSpotlight?: (userIds: string[]) => Promise<void>;
|
11329
|
+
/**
|
11330
|
+
* This callback is to start spotlight for remote participant video tiles.
|
11331
|
+
*/
|
11332
|
+
onStopLocalSpotlight?: () => Promise<void>;
|
11333
|
+
/**
|
11334
|
+
* This callback is to stop spotlight for remote participant video tiles.
|
11335
|
+
*/
|
11336
|
+
onStopRemoteSpotlight?: (userIds: string[]) => Promise<void>;
|
11337
|
+
/**
|
11338
|
+
* Maximum participants that can be spotlighted
|
11339
|
+
*/
|
11340
|
+
maxParticipantsToSpotlight?: number;
|
8743
11341
|
/**
|
8744
11342
|
* Options for showing the remote video tile menu.
|
8745
11343
|
*
|
@@ -8758,6 +11356,11 @@ export declare interface VideoGalleryProps {
|
|
8758
11356
|
* @defaultValue 'followDeviceOrientation'
|
8759
11357
|
*/
|
8760
11358
|
localVideoTileSize?: LocalVideoTileSize;
|
11359
|
+
/**
|
11360
|
+
* Reaction resources for like, heart, laugh, applause and surprised.
|
11361
|
+
* @beta
|
11362
|
+
*/
|
11363
|
+
reactionResources?: ReactionResources;
|
8761
11364
|
}
|
8762
11365
|
|
8763
11366
|
/**
|
@@ -8770,8 +11373,19 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
|
|
8770
11373
|
isSpeaking?: boolean;
|
8771
11374
|
/** Video stream of shared screen */
|
8772
11375
|
screenShareStream?: VideoGalleryStream;
|
11376
|
+
/**
|
11377
|
+
* @beta
|
11378
|
+
* The connection state of the participant. For example, 'Hold', 'Connecting' etc.
|
11379
|
+
*/
|
11380
|
+
state?: ParticipantState;
|
8773
11381
|
/** Whether participant is raised a hand */
|
8774
11382
|
raisedHand?: RaisedHand;
|
11383
|
+
/**
|
11384
|
+
* Whether participant has reacted
|
11385
|
+
*
|
11386
|
+
* @beta
|
11387
|
+
* */
|
11388
|
+
reaction?: Reaction;
|
8775
11389
|
}
|
8776
11390
|
|
8777
11391
|
/**
|
@@ -8785,6 +11399,8 @@ export declare type VideoGallerySelector = (state: CallClientState, props: Calli
|
|
8785
11399
|
remoteParticipants: VideoGalleryRemoteParticipant[];
|
8786
11400
|
dominantSpeakers?: string[];
|
8787
11401
|
optimalVideoCount?: number;
|
11402
|
+
spotlightedParticipants?: string[];
|
11403
|
+
maxParticipantsToSpotlight?: number;
|
8788
11404
|
};
|
8789
11405
|
|
8790
11406
|
/**
|
@@ -8848,6 +11464,18 @@ export declare interface VideoGalleryStrings {
|
|
8848
11464
|
pinnedParticipantAnnouncementAriaLabel: string;
|
8849
11465
|
/** Aria label to announce when remote participant's video tile is unpinned */
|
8850
11466
|
unpinnedParticipantAnnouncementAriaLabel: string;
|
11467
|
+
/** Menu text shown in Video Tile contextual menu to start spotlight on participant's video tile */
|
11468
|
+
startSpotlightVideoTileMenuLabel: string;
|
11469
|
+
/** Menu text shown in Video Tile contextual menu to add spotlight to participant's video tile */
|
11470
|
+
addSpotlightVideoTileMenuLabel: string;
|
11471
|
+
/** Menu title for start spotlight menu item when spotlight limit is reached */
|
11472
|
+
spotlightLimitReachedMenuTitle: string;
|
11473
|
+
/** Menu text shown in Video Tile contextual menu to stop spotlight on participant's video tile */
|
11474
|
+
stopSpotlightVideoTileMenuLabel: string;
|
11475
|
+
/** Menu text shown in Video Tile contextual menu to stop spotlight on local user's video tile */
|
11476
|
+
stopSpotlightOnSelfVideoTileMenuLabel: string;
|
11477
|
+
/** String for the attendee role */
|
11478
|
+
attendeeRole: string;
|
8851
11479
|
}
|
8852
11480
|
|
8853
11481
|
/**
|
@@ -8957,6 +11585,11 @@ export declare interface VideoTileProps {
|
|
8957
11585
|
userId?: string;
|
8958
11586
|
/** Component with the video stream. */
|
8959
11587
|
renderElement?: JSX.Element | null;
|
11588
|
+
/**
|
11589
|
+
* Overlay component responsible for rendering reaction
|
11590
|
+
* @beta
|
11591
|
+
*/
|
11592
|
+
overlay?: JSX.Element | null;
|
8960
11593
|
/** Determines if the video is mirrored or not. */
|
8961
11594
|
isMirrored?: boolean;
|
8962
11595
|
/** Custom render Component function for no video is available. Render a Persona Icon if undefined. */
|
@@ -9009,6 +11642,12 @@ export declare interface VideoTileProps {
|
|
9009
11642
|
isSpeaking?: boolean;
|
9010
11643
|
/** Whether the participant is raised hand. Show a indicator (border) and icon with order */
|
9011
11644
|
raisedHand?: RaisedHand;
|
11645
|
+
/**
|
11646
|
+
* The call connection state of the participant.
|
11647
|
+
* For example, `Hold` means the participant is on hold.
|
11648
|
+
*/
|
11649
|
+
participantState?: ParticipantState;
|
11650
|
+
strings?: VideoTileStrings;
|
9012
11651
|
/**
|
9013
11652
|
* Display custom menu items in the VideoTile's contextual menu.
|
9014
11653
|
* Uses Fluent UI ContextualMenu.
|
@@ -9019,6 +11658,24 @@ export declare interface VideoTileProps {
|
|
9019
11658
|
* Callback triggered by video tile on touch and hold.
|
9020
11659
|
*/
|
9021
11660
|
onLongTouch?: () => void;
|
11661
|
+
/**
|
11662
|
+
* If true, the video tile will show the spotlighted icon.
|
11663
|
+
*/
|
11664
|
+
isSpotlighted?: boolean;
|
11665
|
+
/**
|
11666
|
+
* Reactions resources' url and metadata.
|
11667
|
+
* @beta
|
11668
|
+
*/
|
11669
|
+
reactionResources?: ReactionResources;
|
11670
|
+
}
|
11671
|
+
|
11672
|
+
/**
|
11673
|
+
* Strings of {@link VideoTile} that can be overridden.
|
11674
|
+
* @beta
|
11675
|
+
*/
|
11676
|
+
export declare interface VideoTileStrings {
|
11677
|
+
participantStateRinging: string;
|
11678
|
+
participantStateHold: string;
|
9022
11679
|
}
|
9023
11680
|
|
9024
11681
|
/**
|