@azure/communication-react 1.16.0 → 1.17.0-alpha-202405160013
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 +2017 -115
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-LLjD-Jp0.js +144 -0
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-LLjD-Jp0.js.map +1 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-D7SB5NwN.js +54 -0
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-D7SB5NwN.js.map +1 -0
- package/dist/dist-cjs/communication-react/index-CfI_of00.js +39900 -0
- package/dist/dist-cjs/communication-react/index-CfI_of00.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +160 -32462
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/common.d.ts +81 -0
- package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js +4 -1
- package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts +2 -0
- package/dist/dist-esm/acs-ui-common/src/index.js.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.d.ts +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 +5 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +11 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +12 -0
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +25 -7
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +7 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +24 -55
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +10 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +75 -59
- 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.js +15 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.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 +4 -2
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +17 -0
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.d.ts +5 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js +6 -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 +43 -13
- 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.js +11 -9
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +27 -15
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +47 -10
- 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 +63 -2
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +12 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +99 -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 +140 -87
- 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 +3 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +30 -7
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +17 -0
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +61 -3
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +5 -0
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +26 -15
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +58 -73
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +14 -16
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +3 -15
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +17 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +36 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +1 -3
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +11 -0
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +25 -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 +3 -0
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
- package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
- package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +15 -15
- package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +3 -2
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +40 -19
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +2 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +5 -0
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +116 -12
- 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.js +16 -22
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +8 -11
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +4 -16
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +57 -67
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +114 -128
- package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +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.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.d.ts +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.d.ts +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.d.ts +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.d.ts +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 +16 -0
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +3 -6
- package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.d.ts +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 → Attachment/AttachmentCard.d.ts} +7 -2
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +101 -0
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/{AttachmentCardGroup.d.ts → Attachment/AttachmentCardGroup.d.ts} +15 -0
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +33 -0
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/{AttachmentDownloadCards.d.ts → Attachment/AttachmentDownloadCards.d.ts} +4 -3
- package/dist/dist-esm/react-components/src/components/{AttachmentDownloadCards.js → Attachment/AttachmentDownloadCards.js} +33 -22
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/{AttachmentUploadCards.d.ts → Attachment/AttachmentUploadCards.d.ts} +3 -3
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +48 -0
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/CameraButton.js +8 -19
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
- package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +9 -8
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +36 -19
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +2 -5
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +37 -22
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +13 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +30 -24
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +16 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +86 -27
- 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 +18 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +47 -9
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +2 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +54 -11
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +4 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +61 -27
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +16 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +22 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +17 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +131 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +31 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +42 -8
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +18 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +53 -12
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +76 -15
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +7 -4
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBar.js +10 -14
- package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +14 -4
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +3 -14
- package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +69 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +37 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +75 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +58 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +5 -8
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +105 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +86 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +86 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +31 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +19 -27
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js +12 -48
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +45 -51
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +2 -6
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +11 -9
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +11 -23
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +6 -4
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +11 -5
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/EndCallButton.js +16 -16
- package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +9 -5
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.d.ts +20 -0
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +29 -0
- package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
- package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +49 -0
- package/dist/dist-esm/react-components/src/components/HoldButton.js +25 -0
- package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +7 -9
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js +13 -14
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/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 +29 -29
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +45 -22
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +4 -12
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +121 -0
- package/dist/dist-esm/react-components/src/components/MentionPopover.js +126 -0
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +20 -33
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +51 -6
- package/dist/dist-esm/react-components/src/components/MessageThread.js +106 -45
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +17 -14
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +94 -101
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +13 -0
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +27 -29
- 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 +55 -35
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +46 -32
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
- package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +6 -12
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.js +26 -25
- package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +28 -28
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +27 -17
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.d.ts +3 -3
- 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/Buttons/RichTextRibbonButtons.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/RichTextRibbonButtons.js +86 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/RichTextRibbonButtons.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTableButton.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTableButton.js +55 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTableButton.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTablePane.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTablePane.js +64 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTablePane.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextTableContextMenu.d.ts +8 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextTableContextMenu.js +66 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextTableContextMenu.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/insertTableAction.d.ts +9 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/insertTableAction.js +56 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/insertTableAction.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +23 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +78 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +57 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +138 -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 +34 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +78 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +149 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +249 -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 +47 -1
- package/dist/dist-esm/react-components/src/components/SendBox.js +120 -13
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +34 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +42 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +14 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +20 -0
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +2 -4
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -3
- package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +10 -3
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +23 -23
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SystemMessage.js +2 -4
- package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +24 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +595 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +152 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +822 -0
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js +9 -6
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +20 -0
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +3 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +13 -31
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +3 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +8 -12
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +9 -13
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +6 -2
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +26 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +14 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +50 -19
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +17 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +112 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.d.ts +10 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +6 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +17 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +29 -24
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.d.ts +13 -13
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +9 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +2 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +44 -13
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +1 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +9 -34
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +2 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +1 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +10 -11
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +22 -28
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +11 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.d.ts +28 -28
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +35 -45
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +50 -20
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +144 -44
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/VideoTile.js +41 -59
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
- package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +25 -5
- package/dist/dist-esm/react-components/src/components/index.js +19 -3
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +13 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +31 -3
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +17 -0
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js +47 -0
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -0
- 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/ImageOverlay.style.js +2 -5
- package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxButton.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +2 -5
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +26 -0
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +69 -0
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +12 -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 +4 -0
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +22 -8
- package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +14 -8
- package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +82 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +291 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +21 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +34 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +5 -13
- 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.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +37 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +41 -3
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +13 -4
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +57 -4
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js +1 -4
- package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.js +39 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +22 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +29 -0
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +11 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +23 -3
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.js +4 -0
- package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +2 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +4 -7
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/utils/merge.js +16 -0
- package/dist/dist-esm/react-components/src/components/utils/merge.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
- package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +10 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +13 -10
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +8 -6
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +4 -0
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +5 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +1 -0
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +60 -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 +18 -18
- 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 +18 -18
- 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 +18 -18
- 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 +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +39 -19
- 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 +18 -18
- 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 +18 -18
- 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 +18 -18
- 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 +18 -18
- 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 +18 -18
- 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 +18 -18
- 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 +18 -18
- 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 +18 -18
- 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 +18 -18
- 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 +18 -18
- 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 +18 -18
- 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 +18 -18
- 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 +18 -18
- 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 +18 -18
- 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 +18 -18
- 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 +18 -18
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +3 -5
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +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 +29 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +144 -17
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +6 -0
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +25 -0
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.d.ts +6 -0
- package/dist/dist-esm/react-components/src/theming/themes.js +10 -0
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -7
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/Attachment.d.ts +21 -49
- package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +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.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ReactionTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +6 -0
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +2 -0
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +72 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +57 -31
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +108 -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 +76 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +362 -74
- 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 +98 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +7 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +8 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +8 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +4 -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.js +82 -29
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +65 -52
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +48 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +210 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +16 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +20 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +5 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +12 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +93 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +33 -22
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +49 -25
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +26 -30
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +76 -45
- 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.js +10 -32
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +29 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +14 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +60 -39
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.d.ts +7 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +10 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +23 -13
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +5 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +8 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +26 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +12 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +53 -18
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +18 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +119 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +5 -13
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +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.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js +4 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +18 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +54 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +14 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +15 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +1 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js +10 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +15 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +2 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +41 -29
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +1 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +32 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +81 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +2 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +2 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +6 -24
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.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 +15 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +125 -22
- 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 +6 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +15 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +68 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +97 -23
- 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 +18 -7
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +117 -40
- 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 +38 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +9 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +33 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +5 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +20 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +6 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +21 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +27 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +10 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +149 -27
- 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/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 +4 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +63 -36
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +5 -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.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +0 -29
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +66 -61
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +33 -44
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +18 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +2 -8
- 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.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 +28 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +3 -7
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +17 -10
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +25 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +112 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +17 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +32 -0
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/AudioProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +10 -4
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +5 -14
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +22 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +60 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +15 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +61 -0
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +5 -7
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +12 -16
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +1 -5
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +61 -36
- 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 +123 -58
- 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.d.ts +2 -2
- 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.js +102 -110
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js +5 -7
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +18 -11
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +15 -15
- 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 +6 -6
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +35 -8
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +10 -0
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +20 -0
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +30 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +44 -0
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +7 -15
- package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Survey.d.ts +20 -7
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js +19 -34
- package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +4 -3
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +11 -8
- package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +3 -2
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +11 -12
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +40 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +15 -3
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +4 -10
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +11 -44
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +6 -29
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +4 -22
- package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +15 -13
- package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +20 -4
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +17 -12
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
- package/package.json +7 -7
- package/dist/dist-esm/react-components/src/components/AttachmentCard.js +0 -95
- package/dist/dist-esm/react-components/src/components/AttachmentCard.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/AttachmentCardGroup.js +0 -35
- package/dist/dist-esm/react-components/src/components/AttachmentCardGroup.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/AttachmentDownloadCards.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/AttachmentUploadCards.js +0 -45
- package/dist/dist-esm/react-components/src/components/AttachmentUploadCards.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.d.ts +0 -19
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.js +0 -4
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.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,10 +30,13 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
29
30
|
import { CallDirection } from '@azure/communication-calling';
|
30
31
|
import { CallEndReason } from '@azure/communication-calling';
|
31
32
|
import { CallerInfo } from '@azure/communication-calling';
|
33
|
+
import { CallInfo } from '@azure/communication-calling';
|
34
|
+
import { CallKind } from '@azure/communication-calling';
|
32
35
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
33
36
|
import { CallSurvey } from '@azure/communication-calling';
|
34
37
|
import { CallSurveyResponse } from '@azure/communication-calling';
|
35
38
|
import { CapabilitiesChangeInfo } from '@azure/communication-calling';
|
39
|
+
import { CaptionsKind } from '@azure/communication-calling';
|
36
40
|
import { CaptionsResultType } from '@azure/communication-calling';
|
37
41
|
import { ChatClient } from '@azure/communication-chat';
|
38
42
|
import { ChatClientOptions } from '@azure/communication-chat';
|
@@ -50,6 +54,7 @@ import { DeviceAccess } from '@azure/communication-calling';
|
|
50
54
|
import { DeviceManager } from '@azure/communication-calling';
|
51
55
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
52
56
|
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
57
|
+
import { EnvironmentInfo } from '@azure/communication-calling';
|
53
58
|
import { GroupCallLocator } from '@azure/communication-calling';
|
54
59
|
import { IButtonProps } from '@fluentui/react';
|
55
60
|
import { IButtonStyles } from '@fluentui/react';
|
@@ -57,7 +62,9 @@ import { IContextualMenuItem } from '@fluentui/react';
|
|
57
62
|
import { IContextualMenuItemStyles } from '@fluentui/react';
|
58
63
|
import { IContextualMenuProps } from '@fluentui/react';
|
59
64
|
import { IContextualMenuStyles } from '@fluentui/react';
|
65
|
+
import { ILinkStyles } from '@fluentui/react';
|
60
66
|
import { IMessageBarProps } from '@fluentui/react';
|
67
|
+
import { IncomingCall } from '@azure/communication-calling';
|
61
68
|
import { IPersonaStyleProps } from '@fluentui/react';
|
62
69
|
import { IPersonaStyles } from '@fluentui/react';
|
63
70
|
import { IRawStyle } from '@fluentui/react';
|
@@ -67,10 +74,12 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
|
|
67
74
|
import { ITextFieldStyles } from '@fluentui/react';
|
68
75
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
69
76
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
77
|
+
import { LocalRecordingInfo } from '@azure/communication-calling';
|
70
78
|
import { LocalVideoStream } from '@azure/communication-calling';
|
71
79
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
72
80
|
import { MediaStreamType } from '@azure/communication-calling';
|
73
81
|
import { MicrosoftTeamsAppIdentifier } from '@azure/communication-common';
|
82
|
+
import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
74
83
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
75
84
|
import { PartialTheme } from '@fluentui/react';
|
76
85
|
import { ParticipantCapabilities } from '@azure/communication-calling';
|
@@ -79,10 +88,12 @@ import { PermissionConstraints } from '@azure/communication-calling';
|
|
79
88
|
import { PersonaInitialsColor } from '@fluentui/react';
|
80
89
|
import { PersonaPresence } from '@fluentui/react';
|
81
90
|
import { PersonaSize } from '@fluentui/react';
|
91
|
+
import { PhoneNumberIdentifier } from '@azure/communication-common';
|
82
92
|
import { PropertyChangedEvent } from '@azure/communication-calling';
|
83
93
|
import { default as React_2 } from 'react';
|
84
94
|
import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
85
95
|
import { ReactionMessage } from '@azure/communication-calling';
|
96
|
+
import { RecordingInfo } from '@azure/communication-calling';
|
86
97
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
87
98
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
88
99
|
import { RoomCallLocator } from '@azure/communication-calling';
|
@@ -91,6 +102,8 @@ import { SendMessageOptions } from '@azure/communication-chat';
|
|
91
102
|
import { SpotlightedParticipant } from '@azure/communication-calling';
|
92
103
|
import { StartCallOptions } from '@azure/communication-calling';
|
93
104
|
import { StartCaptionsOptions } from '@azure/communication-calling';
|
105
|
+
import { TeamsCall } from '@azure/communication-calling';
|
106
|
+
import { TeamsCallAgent } from '@azure/communication-calling';
|
94
107
|
import { TeamsCallInfo } from '@azure/communication-calling';
|
95
108
|
import { TeamsMeetingIdLocator } from '@azure/communication-calling';
|
96
109
|
import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
|
@@ -204,6 +217,203 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
204
217
|
*/
|
205
218
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
206
219
|
|
220
|
+
/**
|
221
|
+
* @beta
|
222
|
+
* A callback function that defines what actions user can perform on an attachment.
|
223
|
+
* By default, the UI library would have default actions that opens attachment URL in a new tab.
|
224
|
+
* You can override the default actions or add new actions by providing this callback function.
|
225
|
+
* Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
|
226
|
+
*
|
227
|
+
* @param attachment - The file attachment that user is trying to perform actions on.
|
228
|
+
* @param message - The chat message that contains this attachment.
|
229
|
+
* @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
|
230
|
+
*/
|
231
|
+
export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
|
232
|
+
|
233
|
+
/**
|
234
|
+
* @beta
|
235
|
+
*
|
236
|
+
* Attachment download options defines the list of actions that can be performed on an attachment.
|
237
|
+
*/
|
238
|
+
export declare interface AttachmentDownloadOptions {
|
239
|
+
actionsForAttachment: AttachmentActionHandler;
|
240
|
+
}
|
241
|
+
|
242
|
+
/**
|
243
|
+
* @beta
|
244
|
+
*
|
245
|
+
* Attachment menu action defines buttons that can be shown on the attachment card.
|
246
|
+
* If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
|
247
|
+
*/
|
248
|
+
export declare interface AttachmentMenuAction {
|
249
|
+
name: string;
|
250
|
+
icon: JSX.Element;
|
251
|
+
onClick: (attachment: AttachmentMetadata) => Promise<void>;
|
252
|
+
}
|
253
|
+
|
254
|
+
/**
|
255
|
+
* Data model that represents a chat message attachment
|
256
|
+
* where it contains an ID to uniquely identify the attachment,
|
257
|
+
* a name that represents the name of file, and
|
258
|
+
* a URL to download the attachment.
|
259
|
+
*
|
260
|
+
* @beta
|
261
|
+
*/
|
262
|
+
export declare interface AttachmentMetadata {
|
263
|
+
/**
|
264
|
+
* Unique ID of the attachment.
|
265
|
+
*/
|
266
|
+
id: string;
|
267
|
+
/**
|
268
|
+
* Attachment name to be displayed.
|
269
|
+
*/
|
270
|
+
name: string;
|
271
|
+
/**
|
272
|
+
* Download URL for the attachment.
|
273
|
+
*/
|
274
|
+
url: string;
|
275
|
+
}
|
276
|
+
|
277
|
+
/**
|
278
|
+
* Data model that represents a chat message attachment being uploaded
|
279
|
+
* where it contains an ID to uniquely identify the attachment,
|
280
|
+
* a name that represents the name of file,
|
281
|
+
* an optional URL to download the attachment,
|
282
|
+
* an optional progress value between 0 and 1 indicating the progress of the upload, and
|
283
|
+
* an optional error object that contains error message would be shown to the user.
|
284
|
+
*
|
285
|
+
*
|
286
|
+
* @beta
|
287
|
+
*/
|
288
|
+
export declare interface AttachmentMetadataInProgress {
|
289
|
+
/**
|
290
|
+
* Unique ID of the attachment.
|
291
|
+
*/
|
292
|
+
id: string;
|
293
|
+
/**
|
294
|
+
* Attachment name to be displayed.
|
295
|
+
*/
|
296
|
+
name: string;
|
297
|
+
/**
|
298
|
+
* Download URL for the attachment.
|
299
|
+
*/
|
300
|
+
url?: string;
|
301
|
+
/**
|
302
|
+
* A number between 0 and 1 indicating the progress of the upload.
|
303
|
+
*/
|
304
|
+
progress?: number;
|
305
|
+
/**
|
306
|
+
* A object contains error message would be shown to the user.
|
307
|
+
*/
|
308
|
+
error?: AttachmentProgressError;
|
309
|
+
}
|
310
|
+
|
311
|
+
/**
|
312
|
+
* @beta
|
313
|
+
*
|
314
|
+
* Attachment Options that defines behaviour for uploading and downloading attachments.
|
315
|
+
*/
|
316
|
+
export declare interface AttachmentOptions {
|
317
|
+
uploadOptions?: AttachmentUploadOptions;
|
318
|
+
downloadOptions?: AttachmentDownloadOptions;
|
319
|
+
}
|
320
|
+
|
321
|
+
/**
|
322
|
+
* @beta
|
323
|
+
* A attachment progress error object that contains message to be shown to
|
324
|
+
* the user when upload fails.
|
325
|
+
*/
|
326
|
+
export declare interface AttachmentProgressError {
|
327
|
+
message: string;
|
328
|
+
}
|
329
|
+
|
330
|
+
/**
|
331
|
+
* @beta
|
332
|
+
* A callback function for handling attachment removed by the user in send box.
|
333
|
+
*
|
334
|
+
* @param attachmentId - The ID of uploaded attachments.
|
335
|
+
*/
|
336
|
+
export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
|
337
|
+
|
338
|
+
/**
|
339
|
+
* @beta
|
340
|
+
* A callback function for handling list of upload tasks that contains files selected by user to upload.
|
341
|
+
*
|
342
|
+
* @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
|
343
|
+
*/
|
344
|
+
export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
|
345
|
+
|
346
|
+
/**
|
347
|
+
* @beta
|
348
|
+
*/
|
349
|
+
export declare interface AttachmentUploadOptions {
|
350
|
+
/**
|
351
|
+
* A list of strings containing the comma separated list of supported media (aka. mime) types.
|
352
|
+
* i.e. ['image/*', 'video/*', 'audio/*']
|
353
|
+
* Default value is `['*']`, meaning all media types are supported.
|
354
|
+
* Similar to the `accept` attribute of the `<input type="attachment" />` element.
|
355
|
+
* @beta
|
356
|
+
*/
|
357
|
+
supportedMediaTypes?: string[];
|
358
|
+
/**
|
359
|
+
* Disable multiple attachments to be selected if set to `true`.
|
360
|
+
* Default value is `false`, meaning multiple attachments can be selected.
|
361
|
+
* Similar to the `multiple` attribute of the `<input type="attachment" />` element.
|
362
|
+
* @beta
|
363
|
+
*/
|
364
|
+
disableMultipleUploads?: boolean;
|
365
|
+
/**
|
366
|
+
* A callback function of type {@link AttachmentSelectionHandler} that will be called
|
367
|
+
* when user finishes selecting files in browser's file picker. This function is required since
|
368
|
+
* this would be where upload logic is implemented to your own storage.
|
369
|
+
* @beta
|
370
|
+
*/
|
371
|
+
handleAttachmentSelection: AttachmentSelectionHandler;
|
372
|
+
/**
|
373
|
+
* A optional callback function that will be called
|
374
|
+
* when user removing files before clicking send message button. This function will be
|
375
|
+
* where you can remove the file from your storage.
|
376
|
+
* @beta
|
377
|
+
*/
|
378
|
+
handleAttachmentRemoval?: AttachmentRemovalHandler;
|
379
|
+
}
|
380
|
+
|
381
|
+
/**
|
382
|
+
* A upload task represents and manages an attachment that is being uploaded.
|
383
|
+
* When using the Composite, an attachment upload task is created for each file user is selected to upload.
|
384
|
+
* A upload task is complete when notifyUploadCompleted is called.
|
385
|
+
* A upload task is failed when notifyUploadFailed is called.
|
386
|
+
* @beta
|
387
|
+
*/
|
388
|
+
export declare interface AttachmentUploadTask {
|
389
|
+
/**
|
390
|
+
* Unique identifier for the attachment upload task.
|
391
|
+
*/
|
392
|
+
taskId: string;
|
393
|
+
/**
|
394
|
+
* HTML {@link File} object for the uploaded attachment.
|
395
|
+
*/
|
396
|
+
file?: File;
|
397
|
+
/**
|
398
|
+
* Update the progress of the upload changed.
|
399
|
+
* A upload is considered complete when the progress reaches 1.
|
400
|
+
* @param value - number between 0 and 1
|
401
|
+
*/
|
402
|
+
notifyUploadProgressChanged: (value: number) => void;
|
403
|
+
/**
|
404
|
+
* Mark the upload task as complete.
|
405
|
+
* An attachment is considered completed uploading when ID and URL are provided.
|
406
|
+
* @param id - the unique identifier of the attachment.
|
407
|
+
* @param url - the download URL of the attachment.
|
408
|
+
*/
|
409
|
+
notifyUploadCompleted: (id: string, url: string) => void;
|
410
|
+
/**
|
411
|
+
* Mark the upload task as failed.
|
412
|
+
* @param message - An error message that can be displayed to the user.
|
413
|
+
*/
|
414
|
+
notifyUploadFailed: (message: string) => void;
|
415
|
+
}
|
416
|
+
|
207
417
|
/**
|
208
418
|
* Custom data attributes for displaying avatar for a user.
|
209
419
|
*
|
@@ -233,6 +443,11 @@ export declare type AvatarPersonaData = {
|
|
233
443
|
* @defaultvalue `white`
|
234
444
|
*/
|
235
445
|
initialsTextColor?: string;
|
446
|
+
/**
|
447
|
+
* If true, show the special coin for unknown persona.
|
448
|
+
* It has '?' in place of initials, with static font and background colors
|
449
|
+
*/
|
450
|
+
showUnknownPersonaCoin?: boolean;
|
236
451
|
};
|
237
452
|
|
238
453
|
/**
|
@@ -254,6 +469,11 @@ export declare type AzureCommunicationCallAdapterArgs = {
|
|
254
469
|
displayName: string;
|
255
470
|
credential: CommunicationTokenCredential;
|
256
471
|
locator: CallAdapterLocator;
|
472
|
+
/**
|
473
|
+
* A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
|
474
|
+
* E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
|
475
|
+
*/
|
476
|
+
alternateCallerId?: string;
|
257
477
|
/**
|
258
478
|
* Optional parameters for the {@link AzureCommunicationCallAdapter} created
|
259
479
|
*/
|
@@ -278,6 +498,7 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
|
|
278
498
|
displayName: string;
|
279
499
|
credential: CommunicationTokenCredential;
|
280
500
|
locator: CallAndChatLocator | TeamsMeetingLinkLocator | /** @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
501
|
+
alternateCallerId?: string;
|
281
502
|
callAdapterOptions?: AzureCommunicationCallAdapterOptions;
|
282
503
|
};
|
283
504
|
|
@@ -322,6 +543,11 @@ export declare type AzureCommunicationOutboundCallAdapterArgs = {
|
|
322
543
|
displayName: string;
|
323
544
|
credential: CommunicationTokenCredential;
|
324
545
|
targetCallees: StartCallIdentifier[];
|
546
|
+
/**
|
547
|
+
* A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
|
548
|
+
* E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
|
549
|
+
*/
|
550
|
+
alternateCallerId?: string;
|
325
551
|
/**
|
326
552
|
* Optional parameters for the {@link AzureCommunicationCallAdapter} created
|
327
553
|
*/
|
@@ -383,6 +609,156 @@ export declare interface BaseCustomStyles {
|
|
383
609
|
root?: IStyle;
|
384
610
|
}
|
385
611
|
|
612
|
+
/**
|
613
|
+
* Content blocked message type.
|
614
|
+
*
|
615
|
+
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
616
|
+
*
|
617
|
+
* @beta
|
618
|
+
*/
|
619
|
+
export declare interface BlockedMessage extends MessageCommon {
|
620
|
+
messageType: 'blocked';
|
621
|
+
warningText?: string;
|
622
|
+
linkText?: string;
|
623
|
+
link?: string;
|
624
|
+
deletedOn?: Date;
|
625
|
+
senderId?: string;
|
626
|
+
senderDisplayName?: string;
|
627
|
+
status?: MessageStatus;
|
628
|
+
attached?: MessageAttachedStatus;
|
629
|
+
mine?: boolean;
|
630
|
+
}
|
631
|
+
|
632
|
+
/**
|
633
|
+
* @beta
|
634
|
+
* Props for BrowserPermissionDeniedIOS component.
|
635
|
+
*/
|
636
|
+
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
637
|
+
/**
|
638
|
+
* Localization strings for BrowserPermissionDeniedIOS component.
|
639
|
+
*/
|
640
|
+
strings?: BrowserPermissionDeniedIOSStrings;
|
641
|
+
/**
|
642
|
+
* Link to image source.
|
643
|
+
*
|
644
|
+
* Image is inserted into the top of the component.
|
645
|
+
*/
|
646
|
+
imageSource?: string;
|
647
|
+
}
|
648
|
+
|
649
|
+
/**
|
650
|
+
* @beta
|
651
|
+
* Strings for BrowserPermissionDeniedIOS component
|
652
|
+
*/
|
653
|
+
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
654
|
+
/**
|
655
|
+
* Image alt text
|
656
|
+
*/
|
657
|
+
imageAltText: string;
|
658
|
+
/**
|
659
|
+
* Main text string.
|
660
|
+
*/
|
661
|
+
primaryText: string;
|
662
|
+
/**
|
663
|
+
* Subtext string.
|
664
|
+
*/
|
665
|
+
secondaryText: string;
|
666
|
+
/**
|
667
|
+
* Step 1 string
|
668
|
+
*/
|
669
|
+
step1Text: string;
|
670
|
+
/**
|
671
|
+
* Step 1 digit string
|
672
|
+
*/
|
673
|
+
step1DigitText: string;
|
674
|
+
/**
|
675
|
+
* Step 2 string
|
676
|
+
*/
|
677
|
+
step2Text: string;
|
678
|
+
/**
|
679
|
+
* Step 2 digit string
|
680
|
+
*/
|
681
|
+
step2DigitText: string;
|
682
|
+
/**
|
683
|
+
* Step 3 string
|
684
|
+
*/
|
685
|
+
step3Text: string;
|
686
|
+
/**
|
687
|
+
* Step 3 digit string
|
688
|
+
*/
|
689
|
+
step3DigitText: string;
|
690
|
+
/**
|
691
|
+
* Step 4 string
|
692
|
+
*/
|
693
|
+
step4Text: string;
|
694
|
+
/**
|
695
|
+
* Step 4 digit string
|
696
|
+
*/
|
697
|
+
step4DigitText: string;
|
698
|
+
}
|
699
|
+
|
700
|
+
/**
|
701
|
+
* @beta
|
702
|
+
* Props for BrowserPermissionDenied component.
|
703
|
+
*/
|
704
|
+
export declare interface BrowserPermissionDeniedProps {
|
705
|
+
/**
|
706
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
707
|
+
*/
|
708
|
+
onTroubleshootingClick?: () => void;
|
709
|
+
/**
|
710
|
+
* Action to be taken by the try again primary button.
|
711
|
+
*/
|
712
|
+
onTryAgainClick?: () => void;
|
713
|
+
/**
|
714
|
+
* Localization strings for BrowserPermissionDenied component.
|
715
|
+
*/
|
716
|
+
strings?: BrowserPermissionDeniedStrings;
|
717
|
+
/**
|
718
|
+
* Allows users to pass in an object contains custom CSS styles.
|
719
|
+
* @Example
|
720
|
+
* ```
|
721
|
+
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
722
|
+
* ```
|
723
|
+
*/
|
724
|
+
styles?: BrowserPermissionDeniedStyles;
|
725
|
+
}
|
726
|
+
|
727
|
+
/**
|
728
|
+
* @beta
|
729
|
+
* Strings for BrowserPermissionDenied component
|
730
|
+
*/
|
731
|
+
export declare interface BrowserPermissionDeniedStrings {
|
732
|
+
/**
|
733
|
+
* Main button text string.
|
734
|
+
*/
|
735
|
+
primaryButtonText: string;
|
736
|
+
/**
|
737
|
+
* Main text string.
|
738
|
+
*/
|
739
|
+
primaryText: string;
|
740
|
+
/**
|
741
|
+
* Subtext string.
|
742
|
+
*/
|
743
|
+
secondaryText: string;
|
744
|
+
/**
|
745
|
+
* More help link string.
|
746
|
+
*/
|
747
|
+
linkText: string;
|
748
|
+
}
|
749
|
+
|
750
|
+
/**
|
751
|
+
* Fluent styles for {@link BrowserPermissionDenied}.
|
752
|
+
*
|
753
|
+
* @beta
|
754
|
+
*/
|
755
|
+
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
756
|
+
/** Styles for the primary button. */
|
757
|
+
primaryButton?: IButtonStyles;
|
758
|
+
/** Styles for the help troubleshooting link text. */
|
759
|
+
troubleshootingLink?: ILinkStyles;
|
760
|
+
}
|
761
|
+
|
386
762
|
/**
|
387
763
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
388
764
|
*
|
@@ -466,6 +842,12 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
|
|
466
842
|
* @public
|
467
843
|
*/
|
468
844
|
startCall(participants: string[], options?: StartCallOptions): Call | undefined;
|
845
|
+
/**
|
846
|
+
* Start the call.
|
847
|
+
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
848
|
+
* @public
|
849
|
+
*/
|
850
|
+
startCall(participants: StartCallIdentifier[], options?: StartCallOptions): Call | undefined;
|
469
851
|
}
|
470
852
|
|
471
853
|
/**
|
@@ -548,6 +930,12 @@ export declare interface CallAdapterCallOperations {
|
|
548
930
|
* @public
|
549
931
|
*/
|
550
932
|
removeParticipant(userId: string): Promise<void>;
|
933
|
+
/**
|
934
|
+
* Remove a participant from the call.
|
935
|
+
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
936
|
+
* @beta
|
937
|
+
*/
|
938
|
+
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
551
939
|
/**
|
552
940
|
* Create the html view for a stream.
|
553
941
|
*
|
@@ -599,12 +987,35 @@ export declare interface CallAdapterCallOperations {
|
|
599
987
|
* @public
|
600
988
|
*/
|
601
989
|
disposeLocalVideoStreamView(): Promise<void>;
|
990
|
+
/**
|
991
|
+
* Holds the call.
|
992
|
+
*
|
993
|
+
* @beta
|
994
|
+
*/
|
995
|
+
holdCall(): Promise<void>;
|
996
|
+
/**
|
997
|
+
* Resumes the call from a `LocalHold` state.
|
998
|
+
*
|
999
|
+
* @beta
|
1000
|
+
*/
|
1001
|
+
resumeCall(): Promise<void>;
|
1002
|
+
/**
|
1003
|
+
* Add a participant to the call.
|
1004
|
+
*
|
1005
|
+
* @beta
|
1006
|
+
*/
|
1007
|
+
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
1008
|
+
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
602
1009
|
/**
|
603
1010
|
* send dtmf tone to another participant in a 1:1 PSTN call
|
604
1011
|
*
|
605
1012
|
* @public
|
606
1013
|
*/
|
607
1014
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1015
|
+
/**
|
1016
|
+
* Continues into a call when the browser version is not supported.
|
1017
|
+
*/
|
1018
|
+
allowUnsupportedBrowserVersion(): void;
|
608
1019
|
/**
|
609
1020
|
* Function to Start captions
|
610
1021
|
* @param options - options for start captions
|
@@ -688,7 +1099,14 @@ export declare type CallAdapterClientState = {
|
|
688
1099
|
targetCallees?: CommunicationIdentifier[];
|
689
1100
|
devices: DeviceManagerState;
|
690
1101
|
endedCall?: CallState;
|
1102
|
+
/**
|
1103
|
+
* State to track whether the call is a teams call.
|
1104
|
+
*/
|
691
1105
|
isTeamsCall: boolean;
|
1106
|
+
/**
|
1107
|
+
* State to track whether the call is a teams meeting.
|
1108
|
+
*/
|
1109
|
+
isTeamsMeeting: boolean;
|
692
1110
|
/**
|
693
1111
|
* State to track whether the call is a rooms call.
|
694
1112
|
*/
|
@@ -697,6 +1115,14 @@ export declare type CallAdapterClientState = {
|
|
697
1115
|
* Latest error encountered for each operation performed via the adapter.
|
698
1116
|
*/
|
699
1117
|
latestErrors: AdapterErrors;
|
1118
|
+
/**
|
1119
|
+
* Azure communications Phone number to make PSTN calls with.
|
1120
|
+
*/
|
1121
|
+
alternateCallerId?: string;
|
1122
|
+
/**
|
1123
|
+
* Environment information about system the adapter is made on
|
1124
|
+
*/
|
1125
|
+
environmentInfo?: EnvironmentInfo;
|
700
1126
|
/**
|
701
1127
|
* State to track whether the local participant's camera is on. To be used when creating a custom
|
702
1128
|
* control bar with the CallComposite.
|
@@ -815,7 +1241,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
815
1241
|
*
|
816
1242
|
* @public
|
817
1243
|
*/
|
818
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
1244
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
819
1245
|
|
820
1246
|
/**
|
821
1247
|
* {@link CommonCallAdapter} state.
|
@@ -1014,6 +1440,7 @@ export declare interface CallAdapterSubscribers {
|
|
1014
1440
|
export declare type CallAdapterUiState = {
|
1015
1441
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1016
1442
|
page: CallCompositePage;
|
1443
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
1017
1444
|
};
|
1018
1445
|
|
1019
1446
|
/**
|
@@ -1032,7 +1459,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
|
|
1032
1459
|
*/
|
1033
1460
|
export declare interface CallAgentProviderProps {
|
1034
1461
|
children: React_2.ReactNode;
|
1035
|
-
callAgent?: CallAgent;
|
1462
|
+
callAgent?: CallAgent | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
|
1036
1463
|
}
|
1037
1464
|
|
1038
1465
|
/**
|
@@ -1057,7 +1484,7 @@ export declare interface CallAgentState {
|
|
1057
1484
|
*/
|
1058
1485
|
export declare interface CallAndChatLocator {
|
1059
1486
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1060
|
-
callLocator: GroupCallLocator;
|
1487
|
+
callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
|
1061
1488
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1062
1489
|
chatThreadId: string;
|
1063
1490
|
}
|
@@ -1144,6 +1571,16 @@ export declare interface CallClientState {
|
|
1144
1571
|
* See documentation of {@Link CallErrors} for details.
|
1145
1572
|
*/
|
1146
1573
|
latestErrors: CallErrors;
|
1574
|
+
/**
|
1575
|
+
* A phone number in E.164 format that will be used to represent callers identity.
|
1576
|
+
* For example, using the alternateCallerId to add a participant using PSTN, this number will
|
1577
|
+
* be used as the caller id in the PSTN call.
|
1578
|
+
*/
|
1579
|
+
alternateCallerId?: string;
|
1580
|
+
/**
|
1581
|
+
* state to track the environment that the stateful client was made in is supported
|
1582
|
+
*/
|
1583
|
+
environmentInfo?: EnvironmentInfo;
|
1147
1584
|
}
|
1148
1585
|
|
1149
1586
|
/**
|
@@ -1222,6 +1659,9 @@ export declare type CallCompositeIcons = {
|
|
1222
1659
|
ParticipantItemScreenShareStart?: JSX.Element;
|
1223
1660
|
VideoTileMicOff?: JSX.Element;
|
1224
1661
|
LocalCameraSwitch?: JSX.Element;
|
1662
|
+
PeoplePaneAddPerson?: JSX.Element;
|
1663
|
+
PeoplePaneOpenDialpad?: JSX.Element;
|
1664
|
+
DialpadStartCall?: JSX.Element;
|
1225
1665
|
NoticePageInviteToRoomRemoved?: JSX.Element;
|
1226
1666
|
BlurVideoBackground?: JSX.Element;
|
1227
1667
|
RemoveVideoBackgroundEffect?: JSX.Element;
|
@@ -1256,6 +1696,56 @@ export declare type CallCompositeOptions = {
|
|
1256
1696
|
* @defaultValue true
|
1257
1697
|
*/
|
1258
1698
|
callControls?: boolean | CallControlOptions;
|
1699
|
+
/**
|
1700
|
+
* Device permissions check options for your call.
|
1701
|
+
* Here you can choose what device permissions you prompt the user for,
|
1702
|
+
* as well as what device permissions must be accepted before starting a call.
|
1703
|
+
*/
|
1704
|
+
deviceChecks?: DeviceCheckOptions;
|
1705
|
+
/**
|
1706
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1707
|
+
* unable to grant your site the required permissions for the call.
|
1708
|
+
*
|
1709
|
+
* @example
|
1710
|
+
* ```ts
|
1711
|
+
* onPermissionsTroubleshootingClick: () =>
|
1712
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1713
|
+
* ```
|
1714
|
+
*
|
1715
|
+
* @remarks
|
1716
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1717
|
+
*/
|
1718
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1719
|
+
camera: PermissionState;
|
1720
|
+
microphone: PermissionState;
|
1721
|
+
}) => void;
|
1722
|
+
/**
|
1723
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1724
|
+
* having network issues when connecting to the call.
|
1725
|
+
*
|
1726
|
+
* @example
|
1727
|
+
* ```ts
|
1728
|
+
* onNetworkingTroubleShootingClick?: () =>
|
1729
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1730
|
+
* ```
|
1731
|
+
*
|
1732
|
+
* @remarks
|
1733
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1734
|
+
*/
|
1735
|
+
onNetworkingTroubleShootingClick?: () => void;
|
1736
|
+
/**
|
1737
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1738
|
+
*
|
1739
|
+
* @example
|
1740
|
+
* ```ts
|
1741
|
+
* onBrowserTroubleShootingClick?: () =>
|
1742
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1743
|
+
* ```
|
1744
|
+
*
|
1745
|
+
* @remarks
|
1746
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
1747
|
+
*/
|
1748
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
1259
1749
|
/**
|
1260
1750
|
* Remote participant video tile menu options
|
1261
1751
|
*/
|
@@ -1376,7 +1866,7 @@ export declare type CallCompositeOptions = {
|
|
1376
1866
|
*
|
1377
1867
|
* @public
|
1378
1868
|
*/
|
1379
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring';
|
1869
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | /* @conditional-compile-remove(PSTN-calls) */ 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | 'transferring';
|
1380
1870
|
|
1381
1871
|
/**
|
1382
1872
|
* Props for {@link CallComposite}.
|
@@ -1626,6 +2116,26 @@ export declare interface CallCompositeStrings {
|
|
1626
2116
|
* Label for SidePaneHeader dismiss button
|
1627
2117
|
*/
|
1628
2118
|
dismissSidePaneButtonLabel?: string;
|
2119
|
+
/**
|
2120
|
+
* Side pane People section subheader.
|
2121
|
+
*/
|
2122
|
+
peoplePaneSubTitle: string;
|
2123
|
+
/**
|
2124
|
+
* Label for button to copy invite link
|
2125
|
+
*/
|
2126
|
+
copyInviteLinkButtonLabel: string;
|
2127
|
+
/**
|
2128
|
+
* Label for button to copy invite link when it has been actioned
|
2129
|
+
*/
|
2130
|
+
copyInviteLinkButtonActionedLabel: string;
|
2131
|
+
/**
|
2132
|
+
* Label for button to open dialpad
|
2133
|
+
*/
|
2134
|
+
openDialpadButtonLabel: string;
|
2135
|
+
/**
|
2136
|
+
* Label for menu item to remove participant
|
2137
|
+
*/
|
2138
|
+
removeMenuLabel: string;
|
1629
2139
|
/**
|
1630
2140
|
* Label for menu item to start spotlight on participant
|
1631
2141
|
*/
|
@@ -1650,10 +2160,58 @@ export declare interface CallCompositeStrings {
|
|
1650
2160
|
* Label for menu item to stop all spotlight
|
1651
2161
|
*/
|
1652
2162
|
stopAllSpotlightMenuLabel: string;
|
2163
|
+
/**
|
2164
|
+
* Label for add people dropdown
|
2165
|
+
*/
|
2166
|
+
peoplePaneAddPeopleButtonLabel: string;
|
2167
|
+
/**
|
2168
|
+
* Label for button to start a call
|
2169
|
+
*/
|
2170
|
+
dialpadStartCallButtonLabel: string;
|
2171
|
+
/**
|
2172
|
+
* Title for dialpad Modal
|
2173
|
+
*/
|
2174
|
+
dialpadModalTitle: string;
|
2175
|
+
/**
|
2176
|
+
* Aria Label for dialpad Modal
|
2177
|
+
*/
|
2178
|
+
dialpadModalAriaLabel: string;
|
2179
|
+
/**
|
2180
|
+
* Aria Label for dialpad Modal close button
|
2181
|
+
*/
|
2182
|
+
dialpadCloseModalButtonAriaLabel: string;
|
1653
2183
|
/**
|
1654
2184
|
* label for more button in the Calling composite
|
1655
2185
|
*/
|
1656
2186
|
moreButtonCallingLabel: string;
|
2187
|
+
/**
|
2188
|
+
* Label for the resume call button on the hold pane
|
2189
|
+
*/
|
2190
|
+
resumeCallButtonLabel: string;
|
2191
|
+
/**
|
2192
|
+
* Label for the resume call button on the hold pane when call is resuming
|
2193
|
+
*/
|
2194
|
+
resumingCallButtonLabel: string;
|
2195
|
+
/**
|
2196
|
+
* Aria label for the resume call button on the hold pane
|
2197
|
+
*/
|
2198
|
+
resumeCallButtonAriaLabel: string;
|
2199
|
+
/**
|
2200
|
+
* Aria label for the resume call button on the hold pane when call is resuming
|
2201
|
+
*/
|
2202
|
+
resumingCallButtonAriaLabel: string;
|
2203
|
+
/**
|
2204
|
+
* Label for the hold pane
|
2205
|
+
*/
|
2206
|
+
holdScreenLabel: string;
|
2207
|
+
/**
|
2208
|
+
* Placeholder text for dtmf dialpad
|
2209
|
+
*/
|
2210
|
+
dtmfDialpadPlaceholderText: string;
|
2211
|
+
/**
|
2212
|
+
* Label for the button to open dtmf dialpad
|
2213
|
+
*/
|
2214
|
+
openDtmfDialpadLabel: string;
|
1657
2215
|
/**
|
1658
2216
|
* aria label for when the invite link has been actioned
|
1659
2217
|
*/
|
@@ -1726,6 +2284,14 @@ export declare interface CallCompositeStrings {
|
|
1726
2284
|
* More details text of the page shown to the user when the user attempts to join a room they are not invited to.
|
1727
2285
|
*/
|
1728
2286
|
notInvitedToRoomDetails?: string;
|
2287
|
+
/**
|
2288
|
+
* Control bar People button ToolTipContent
|
2289
|
+
*/
|
2290
|
+
peopleButtonTooltipOpen: string;
|
2291
|
+
/**
|
2292
|
+
* Control bar People button ToolTipContent
|
2293
|
+
*/
|
2294
|
+
peopleButtonTooltipClose: string;
|
1729
2295
|
/**
|
1730
2296
|
* Label disaplayed on the lobby screen during a 1:1 outbound call.
|
1731
2297
|
*/
|
@@ -1874,6 +2440,38 @@ export declare interface CallCompositeStrings {
|
|
1874
2440
|
* notice to be announced by narrator the transfer page is showing
|
1875
2441
|
*/
|
1876
2442
|
transferPageNoticeString: string;
|
2443
|
+
/**
|
2444
|
+
* Title text of the page shown to the user when target participant could not be reached
|
2445
|
+
*/
|
2446
|
+
participantCouldNotBeReachedTitle?: string;
|
2447
|
+
/**
|
2448
|
+
* More details text of the page shown to the user when target participant could not be reached
|
2449
|
+
*/
|
2450
|
+
participantCouldNotBeReachedMoreDetails?: string;
|
2451
|
+
/**
|
2452
|
+
* Title text of the page shown to the user when permission to reach participant is not allowed
|
2453
|
+
*/
|
2454
|
+
permissionToReachTargetParticipantNotAllowedTitle?: string;
|
2455
|
+
/**
|
2456
|
+
* More details text of the page shown to the user when permission to reach participant is not allowed
|
2457
|
+
*/
|
2458
|
+
permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
|
2459
|
+
/**
|
2460
|
+
* Title text of the page shown to the user when tenant id for the target participant could not be resolved
|
2461
|
+
*/
|
2462
|
+
unableToResolveTenantTitle?: string;
|
2463
|
+
/**
|
2464
|
+
* More details text of the page shown to the user when tenant id for the target participant could not be resolved
|
2465
|
+
*/
|
2466
|
+
unableToResolveTenantMoreDetails?: string;
|
2467
|
+
/**
|
2468
|
+
* Title text of the page shown to the user when target participant id is malformed
|
2469
|
+
*/
|
2470
|
+
participantIdIsMalformedTitle?: string;
|
2471
|
+
/**
|
2472
|
+
* More details text of the page shown to the user when target participant id is malformed
|
2473
|
+
*/
|
2474
|
+
participantIdIsMalformedMoreDetails?: string;
|
1877
2475
|
/**
|
1878
2476
|
* Controls label to move the overflow gallery around
|
1879
2477
|
*/
|
@@ -2076,7 +2674,7 @@ export declare type CallControlDisplayType = 'default' | 'compact';
|
|
2076
2674
|
*
|
2077
2675
|
* @public
|
2078
2676
|
*/
|
2079
|
-
export declare type CallControlOptions =
|
2677
|
+
export declare type CallControlOptions = CommonCallControlOptions & {
|
2080
2678
|
/**
|
2081
2679
|
* Show, Hide or Disable participants button during a call. This is the option only work for legacyControl bar.
|
2082
2680
|
* @defaultValue true
|
@@ -2085,7 +2683,7 @@ export declare type CallControlOptions = (CommonCallControlOptions & {
|
|
2085
2683
|
disabled: boolean;
|
2086
2684
|
};
|
2087
2685
|
legacyControlBarExperience?: boolean;
|
2088
|
-
}
|
2686
|
+
};
|
2089
2687
|
|
2090
2688
|
/**
|
2091
2689
|
* Callback for {@link CallAdapterSubscribers} 'callEnded' event.
|
@@ -2146,7 +2744,7 @@ export declare type CallErrors = {
|
|
2146
2744
|
*
|
2147
2745
|
* @public
|
2148
2746
|
*/
|
2149
|
-
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';
|
2747
|
+
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';
|
2150
2748
|
|
2151
2749
|
/**
|
2152
2750
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -2254,6 +2852,23 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
2254
2852
|
spotlight?: Spotlight;
|
2255
2853
|
};
|
2256
2854
|
|
2855
|
+
/**
|
2856
|
+
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
2857
|
+
*
|
2858
|
+
* @remarks
|
2859
|
+
* This is currently in beta and only supports calling one Teams User.
|
2860
|
+
*
|
2861
|
+
* @example
|
2862
|
+
* ```
|
2863
|
+
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
2864
|
+
* ```
|
2865
|
+
*
|
2866
|
+
* @beta
|
2867
|
+
*/
|
2868
|
+
export declare type CallParticipantsLocator = {
|
2869
|
+
participantIds: string[];
|
2870
|
+
};
|
2871
|
+
|
2257
2872
|
/**
|
2258
2873
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
2259
2874
|
*
|
@@ -2270,7 +2885,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
|
|
2270
2885
|
*/
|
2271
2886
|
export declare interface CallProviderProps {
|
2272
2887
|
children: React_2.ReactNode;
|
2273
|
-
call?: Call;
|
2888
|
+
call?: Call | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
2274
2889
|
}
|
2275
2890
|
|
2276
2891
|
/**
|
@@ -2284,6 +2899,10 @@ export declare interface CallState {
|
|
2284
2899
|
* Proxy of {@link @azure/communication-calling#Call.id}.
|
2285
2900
|
*/
|
2286
2901
|
id: string;
|
2902
|
+
/**
|
2903
|
+
* Type of the call.
|
2904
|
+
*/
|
2905
|
+
kind: CallKind;
|
2287
2906
|
/**
|
2288
2907
|
* Proxy of {@link @azure/communication-calling#Call.callerInfo}.
|
2289
2908
|
*/
|
@@ -2350,6 +2969,10 @@ export declare interface CallState {
|
|
2350
2969
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
2351
2970
|
*/
|
2352
2971
|
recording: RecordingCallFeature;
|
2972
|
+
/**
|
2973
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
2974
|
+
*/
|
2975
|
+
localRecording: LocalRecordingCallFeatureState;
|
2353
2976
|
/**
|
2354
2977
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
2355
2978
|
*
|
@@ -2406,6 +3029,10 @@ export declare interface CallState {
|
|
2406
3029
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
2407
3030
|
*/
|
2408
3031
|
role?: ParticipantRole;
|
3032
|
+
/**
|
3033
|
+
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3034
|
+
*/
|
3035
|
+
totalParticipantCount?: number;
|
2409
3036
|
/**
|
2410
3037
|
* Transfer state of call
|
2411
3038
|
*/
|
@@ -2425,7 +3052,7 @@ export declare interface CallState {
|
|
2425
3052
|
/**
|
2426
3053
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
2427
3054
|
*/
|
2428
|
-
info?: TeamsCallInfo;
|
3055
|
+
info?: TeamsCallInfo | /* @conditional-compile-remove(calling-beta-sdk) */ CallInfo;
|
2429
3056
|
}
|
2430
3057
|
|
2431
3058
|
/**
|
@@ -2472,6 +3099,12 @@ export declare interface CallWithChatAdapterManagement {
|
|
2472
3099
|
* @public
|
2473
3100
|
*/
|
2474
3101
|
removeParticipant(userId: string): Promise<void>;
|
3102
|
+
/**
|
3103
|
+
* Remove a participant from the call.
|
3104
|
+
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
3105
|
+
* @beta
|
3106
|
+
*/
|
3107
|
+
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
2475
3108
|
/**
|
2476
3109
|
* Join the call with microphone initially on/off.
|
2477
3110
|
* @deprecated Use joinCall(options?:JoinCallOptions) instead.
|
@@ -2542,7 +3175,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
2542
3175
|
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
2543
3176
|
* @public
|
2544
3177
|
*/
|
2545
|
-
startCall(participants: (MicrosoftTeamsAppIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
|
3178
|
+
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;
|
2546
3179
|
/**
|
2547
3180
|
* Start sharing the screen during a call.
|
2548
3181
|
*
|
@@ -2705,7 +3338,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
2705
3338
|
*
|
2706
3339
|
* @public
|
2707
3340
|
*/
|
2708
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3341
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(attachment-upload) */ MessageOptions): Promise<void>;
|
2709
3342
|
/**
|
2710
3343
|
* Send a read receipt for a message.
|
2711
3344
|
*
|
@@ -2723,7 +3356,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
2723
3356
|
*
|
2724
3357
|
* @public
|
2725
3358
|
*/
|
2726
|
-
updateMessage(messageId: string, content: string,
|
3359
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(attachment-upload) */ MessageOptions): Promise<void>;
|
2727
3360
|
/**
|
2728
3361
|
* Delete a message in the thread.
|
2729
3362
|
*
|
@@ -2743,12 +3376,35 @@ export declare interface CallWithChatAdapterManagement {
|
|
2743
3376
|
downloadResourceToCache(resourceDetails: ResourceDetails): Promise<void>;
|
2744
3377
|
/** @public */
|
2745
3378
|
removeResourceFromCache(resourceDetails: ResourceDetails): void;
|
3379
|
+
/**
|
3380
|
+
* Puts the Call in a Localhold.
|
3381
|
+
*
|
3382
|
+
* @beta
|
3383
|
+
*/
|
3384
|
+
holdCall: () => Promise<void>;
|
3385
|
+
/**
|
3386
|
+
* Resumes the call from a LocalHold state.
|
3387
|
+
*
|
3388
|
+
* @beta
|
3389
|
+
*/
|
3390
|
+
resumeCall: () => Promise<void>;
|
3391
|
+
/**
|
3392
|
+
* Adds a new Participant to the call.
|
3393
|
+
*
|
3394
|
+
* @beta
|
3395
|
+
*/
|
3396
|
+
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
3397
|
+
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
2746
3398
|
/**
|
2747
3399
|
* send dtmf tone to another participant in the call in 1:1 calls
|
2748
3400
|
*
|
2749
3401
|
* @public
|
2750
3402
|
*/
|
2751
3403
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
3404
|
+
/**
|
3405
|
+
* Continues into a call when the browser version is not supported.
|
3406
|
+
*/
|
3407
|
+
allowUnsupportedBrowserVersion(): void;
|
2752
3408
|
/**
|
2753
3409
|
* Function to Start captions
|
2754
3410
|
* @param options - options for start captions
|
@@ -2900,6 +3556,14 @@ export declare interface CallWithChatAdapterUiState {
|
|
2900
3556
|
* @public
|
2901
3557
|
*/
|
2902
3558
|
page: CallCompositePage;
|
3559
|
+
/**
|
3560
|
+
* State to track whether the end user has opted in to using a
|
3561
|
+
* out of date version of a supported browser. Allows the user
|
3562
|
+
* to start a call in this state.
|
3563
|
+
*
|
3564
|
+
* @beta
|
3565
|
+
*/
|
3566
|
+
unsupportedBrowserVersionsAllowed?: boolean;
|
2903
3567
|
}
|
2904
3568
|
|
2905
3569
|
/**
|
@@ -2924,6 +3588,12 @@ export declare interface CallWithChatClientState {
|
|
2924
3588
|
devices: DeviceManagerState;
|
2925
3589
|
/** State of whether the active call is a Teams interop call */
|
2926
3590
|
isTeamsCall: boolean;
|
3591
|
+
/** State of whether the active call is a Teams interop meeting */
|
3592
|
+
isTeamsMeeting: boolean;
|
3593
|
+
/** alternateCallerId for PSTN call */
|
3594
|
+
alternateCallerId?: string | undefined;
|
3595
|
+
/** Environment information for system adapter is made on */
|
3596
|
+
environmentInfo?: EnvironmentInfo;
|
2927
3597
|
/** Default set of background images for background replacement effect */
|
2928
3598
|
videoBackgroundImages?: VideoBackgroundImage[];
|
2929
3599
|
/** Dependency to be injected for video background effects */
|
@@ -3004,6 +3674,9 @@ export declare type CallWithChatCompositeIcons = {
|
|
3004
3674
|
ParticipantItemScreenShareStart?: JSX.Element;
|
3005
3675
|
VideoTileMicOff?: JSX.Element;
|
3006
3676
|
LocalCameraSwitch?: JSX.Element;
|
3677
|
+
PeoplePaneAddPerson?: JSX.Element;
|
3678
|
+
PeoplePaneOpenDialpad?: JSX.Element;
|
3679
|
+
DialpadStartCall?: JSX.Element;
|
3007
3680
|
DefaultCustomButton?: JSX.Element;
|
3008
3681
|
DtmfDialpadButton?: JSX.Element;
|
3009
3682
|
EditBoxCancel?: JSX.Element;
|
@@ -3034,6 +3707,62 @@ export declare type CallWithChatCompositeOptions = {
|
|
3034
3707
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
3035
3708
|
*/
|
3036
3709
|
callControls?: boolean | CallWithChatControlOptions;
|
3710
|
+
/**
|
3711
|
+
* Properties for configuring the File Sharing feature.
|
3712
|
+
* If undefined, file sharing feature will be disabled.
|
3713
|
+
* @beta
|
3714
|
+
*/
|
3715
|
+
attachmentOptions?: AttachmentOptions;
|
3716
|
+
/**
|
3717
|
+
* Device permissions check options for your call.
|
3718
|
+
* Here you can choose what device permissions you prompt the user for,
|
3719
|
+
* as well as what device permissions must be accepted before starting a call.
|
3720
|
+
*/
|
3721
|
+
deviceChecks?: DeviceCheckOptions;
|
3722
|
+
/**
|
3723
|
+
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
3724
|
+
* unable to grant your site the required permissions for the call.
|
3725
|
+
*
|
3726
|
+
* @example
|
3727
|
+
* ```ts
|
3728
|
+
* onPermissionsTroubleshootingClick: () =>
|
3729
|
+
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
3730
|
+
* ```
|
3731
|
+
*
|
3732
|
+
* @remarks
|
3733
|
+
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
3734
|
+
*/
|
3735
|
+
onPermissionsTroubleshootingClick?: (permissionsState: {
|
3736
|
+
camera: PermissionState;
|
3737
|
+
microphone: PermissionState;
|
3738
|
+
}) => void;
|
3739
|
+
/**
|
3740
|
+
* Optional callback to supply users with further troubleshooting steps for network issues
|
3741
|
+
* experienced when connecting to a call.
|
3742
|
+
*
|
3743
|
+
* @example
|
3744
|
+
* ```ts
|
3745
|
+
* onNetworkingTroubleShootingClick?: () =>
|
3746
|
+
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
3747
|
+
* ```
|
3748
|
+
*
|
3749
|
+
* @remarks
|
3750
|
+
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
3751
|
+
*/
|
3752
|
+
onNetworkingTroubleShootingClick?: () => void;
|
3753
|
+
/**
|
3754
|
+
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
3755
|
+
*
|
3756
|
+
* @example
|
3757
|
+
* ```ts
|
3758
|
+
* onBrowserTroubleShootingClick?: () =>
|
3759
|
+
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
3760
|
+
* ```
|
3761
|
+
*
|
3762
|
+
* @remarks
|
3763
|
+
* if this is not supplied, the composite will not show a unsupported browser page.
|
3764
|
+
*/
|
3765
|
+
onEnvironmentInfoTroubleshootingClick?: () => void;
|
3037
3766
|
/**
|
3038
3767
|
* Remote participant video tile menu options
|
3039
3768
|
*/
|
@@ -3136,6 +3865,13 @@ export declare type CallWithChatCompositeOptions = {
|
|
3136
3865
|
*/
|
3137
3866
|
hideSpotlightButtons?: boolean;
|
3138
3867
|
};
|
3868
|
+
/**
|
3869
|
+
* enables rich text editor for the edit box
|
3870
|
+
* @defaultValue `false`
|
3871
|
+
*
|
3872
|
+
* @beta
|
3873
|
+
*/
|
3874
|
+
richTextEditor?: boolean;
|
3139
3875
|
};
|
3140
3876
|
|
3141
3877
|
/**
|
@@ -3299,6 +4035,10 @@ export declare interface CallWithChatCompositeStrings {
|
|
3299
4035
|
* Label for button to copy invite link when it has been actioned
|
3300
4036
|
*/
|
3301
4037
|
copyInviteLinkButtonActionedLabel: string;
|
4038
|
+
/**
|
4039
|
+
* Label for button to open dialpad
|
4040
|
+
*/
|
4041
|
+
openDialpadButtonLabel: string;
|
3302
4042
|
/**
|
3303
4043
|
* Label for SidePaneHeader dismiss button
|
3304
4044
|
*/
|
@@ -3311,6 +4051,34 @@ export declare interface CallWithChatCompositeStrings {
|
|
3311
4051
|
* Aria label string for return to call back button
|
3312
4052
|
*/
|
3313
4053
|
returnToCallButtonAriaLabel?: string;
|
4054
|
+
/**
|
4055
|
+
* Label for add people dropdown
|
4056
|
+
*/
|
4057
|
+
peoplePaneAddPeopleButtonLabel: string;
|
4058
|
+
/**
|
4059
|
+
* Label for button to start a call
|
4060
|
+
*/
|
4061
|
+
dialpadStartCallButtonLabel: string;
|
4062
|
+
/**
|
4063
|
+
* Title for dialpad Modal
|
4064
|
+
*/
|
4065
|
+
dialpadModalTitle: string;
|
4066
|
+
/**
|
4067
|
+
* Aria Label for dialpad Modal
|
4068
|
+
*/
|
4069
|
+
dialpadModalAriaLabel: string;
|
4070
|
+
/**
|
4071
|
+
* Aria Label for dialpad Modal close button
|
4072
|
+
*/
|
4073
|
+
dialpadCloseModalButtonAriaLabel: string;
|
4074
|
+
/**
|
4075
|
+
* Placeholder text for dtmf dialpad
|
4076
|
+
*/
|
4077
|
+
dtmfDialpadPlaceholderText: string;
|
4078
|
+
/**
|
4079
|
+
* Label for the button to open dtmf dialpad
|
4080
|
+
*/
|
4081
|
+
openDtmfDialpadLabel: string;
|
3314
4082
|
/**
|
3315
4083
|
* aria label for when the invite link has been actioned
|
3316
4084
|
*/
|
@@ -3327,7 +4095,9 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
3327
4095
|
* Show or hide the chat button in the call-with-chat composite control bar.
|
3328
4096
|
* @defaultValue true
|
3329
4097
|
*/
|
3330
|
-
chatButton?: boolean
|
4098
|
+
chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
4099
|
+
disabled: boolean;
|
4100
|
+
};
|
3331
4101
|
}
|
3332
4102
|
|
3333
4103
|
/**
|
@@ -3337,6 +4107,35 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
3337
4107
|
*/
|
3338
4108
|
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | /* @conditional-compile-remove(spotlight) */ 'spotlightChanged' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
|
3339
4109
|
|
4110
|
+
/**
|
4111
|
+
* @beta
|
4112
|
+
*
|
4113
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4114
|
+
* by their browsers settings.
|
4115
|
+
*/
|
4116
|
+
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4117
|
+
|
4118
|
+
/**
|
4119
|
+
* @beta
|
4120
|
+
* Props for CameraAndMicrophoneSitePermissions component.
|
4121
|
+
*/
|
4122
|
+
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4123
|
+
/** Icon name for the camera icon */
|
4124
|
+
cameraIconName?: string;
|
4125
|
+
/** Icon name for the microphone icon */
|
4126
|
+
microphoneIconName?: string;
|
4127
|
+
/** Icon name for the central icon between the camera and microphone icons */
|
4128
|
+
connectorIconName?: string;
|
4129
|
+
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4130
|
+
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4131
|
+
}
|
4132
|
+
|
4133
|
+
/**
|
4134
|
+
* @beta
|
4135
|
+
* Strings for CameraAndMicrophoneSitePermissions component.
|
4136
|
+
*/
|
4137
|
+
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
4138
|
+
|
3340
4139
|
/**
|
3341
4140
|
* A button to turn camera on / off.
|
3342
4141
|
*
|
@@ -3493,6 +4292,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
3493
4292
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
3494
4293
|
}
|
3495
4294
|
|
4295
|
+
/**
|
4296
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4297
|
+
* by their browsers settings.
|
4298
|
+
*
|
4299
|
+
* @beta
|
4300
|
+
*/
|
4301
|
+
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
4302
|
+
|
4303
|
+
/**
|
4304
|
+
* @beta
|
4305
|
+
* Props for CameraSitePermissions component.
|
4306
|
+
*/
|
4307
|
+
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
4308
|
+
/** Icon name for the camera icon */
|
4309
|
+
cameraIconName?: string;
|
4310
|
+
/** Strings for use with the {@link CameraSitePermissions} */
|
4311
|
+
strings?: CameraSitePermissionsStrings;
|
4312
|
+
}
|
4313
|
+
|
4314
|
+
/**
|
4315
|
+
* @beta
|
4316
|
+
* Strings for CameraSitePermissions component.
|
4317
|
+
*/
|
4318
|
+
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
4319
|
+
|
3496
4320
|
/**
|
3497
4321
|
* @public
|
3498
4322
|
* Callback function run when a message edit is cancelled.
|
@@ -3652,6 +4476,10 @@ export declare interface CaptionsCallFeatureState {
|
|
3652
4476
|
* current caption language
|
3653
4477
|
*/
|
3654
4478
|
currentCaptionLanguage: string;
|
4479
|
+
/**
|
4480
|
+
* current caption kind: teams or acs captions
|
4481
|
+
*/
|
4482
|
+
captionsKind: CaptionsKind;
|
3655
4483
|
}
|
3656
4484
|
|
3657
4485
|
/**
|
@@ -3814,8 +4642,9 @@ export declare interface ChatAdapterThreadManagement {
|
|
3814
4642
|
fetchInitialData(): Promise<void>;
|
3815
4643
|
/**
|
3816
4644
|
* Send a message in the thread.
|
4645
|
+
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
3817
4646
|
*/
|
3818
|
-
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
4647
|
+
sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(attachment-upload) */ MessageOptions): Promise<void>;
|
3819
4648
|
/**
|
3820
4649
|
* Send a read receipt for a message.
|
3821
4650
|
*/
|
@@ -3834,8 +4663,9 @@ export declare interface ChatAdapterThreadManagement {
|
|
3834
4663
|
setTopic(topicName: string): Promise<void>;
|
3835
4664
|
/**
|
3836
4665
|
* Update a message content.
|
4666
|
+
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
3837
4667
|
*/
|
3838
|
-
updateMessage(messageId: string, content: string,
|
4668
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(attachment-upload) */ MessageOptions): Promise<void>;
|
3839
4669
|
/**
|
3840
4670
|
* Delete a message in the thread.
|
3841
4671
|
*/
|
@@ -3871,7 +4701,7 @@ export declare type ChatAdapterUiState = {
|
|
3871
4701
|
* Represents the type of attachment
|
3872
4702
|
* @public
|
3873
4703
|
*/
|
3874
|
-
export declare type ChatAttachmentType = 'unknown' | 'image';
|
4704
|
+
export declare type ChatAttachmentType = 'unknown' | 'image' | /* @conditional-compile-remove(attachment-download) @conditional-compile-remove(attachment-upload) */ 'file';
|
3875
4705
|
|
3876
4706
|
/**
|
3877
4707
|
* Common props for selectors for {@link ChatClientState}.
|
@@ -3973,6 +4803,7 @@ export declare type ChatCompositeIcons = {
|
|
3973
4803
|
ParticipantItemOptionsHovered?: JSX.Element;
|
3974
4804
|
SendBoxSend?: JSX.Element;
|
3975
4805
|
SendBoxSendHovered?: JSX.Element;
|
4806
|
+
SendBoxAttachFile?: JSX.Element;
|
3976
4807
|
};
|
3977
4808
|
|
3978
4809
|
/**
|
@@ -3987,6 +4818,13 @@ export declare type ChatCompositeOptions = {
|
|
3987
4818
|
* @defaultValue true
|
3988
4819
|
*/
|
3989
4820
|
errorBar?: boolean;
|
4821
|
+
/**
|
4822
|
+
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
4823
|
+
* @defaultValue false
|
4824
|
+
*
|
4825
|
+
* @beta
|
4826
|
+
*/
|
4827
|
+
participantPane?: boolean;
|
3990
4828
|
/**
|
3991
4829
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
3992
4830
|
* @defaultValue true
|
@@ -3997,6 +4835,19 @@ export declare type ChatCompositeOptions = {
|
|
3997
4835
|
* When undefined nothing has focus on render
|
3998
4836
|
*/
|
3999
4837
|
autoFocus?: 'sendBoxTextField';
|
4838
|
+
/**
|
4839
|
+
* Properties for configuring the File Sharing feature.
|
4840
|
+
* If undefined, file sharing feature will be disabled.
|
4841
|
+
* @beta
|
4842
|
+
*/
|
4843
|
+
attachmentOptions?: AttachmentOptions;
|
4844
|
+
/**
|
4845
|
+
* enables rich text editor for the edit box
|
4846
|
+
* @defaultValue `false`
|
4847
|
+
*
|
4848
|
+
* @beta
|
4849
|
+
*/
|
4850
|
+
richTextEditor?: boolean;
|
4000
4851
|
};
|
4001
4852
|
|
4002
4853
|
/**
|
@@ -4024,6 +4875,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
4024
4875
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
4025
4876
|
*/
|
4026
4877
|
options?: ChatCompositeOptions;
|
4878
|
+
/**
|
4879
|
+
* Optimizes the composite form factor for either desktop or mobile.
|
4880
|
+
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
4881
|
+
* @defaultValue 'desktop'
|
4882
|
+
*/
|
4883
|
+
formFactor?: 'desktop' | 'mobile';
|
4027
4884
|
}
|
4028
4885
|
|
4029
4886
|
/**
|
@@ -4038,6 +4895,10 @@ export declare interface ChatCompositeStrings {
|
|
4038
4895
|
* Chat list header text
|
4039
4896
|
*/
|
4040
4897
|
chatListHeader: string;
|
4898
|
+
/**
|
4899
|
+
* Upload Attachment Button text
|
4900
|
+
*/
|
4901
|
+
uploadAttachment: string;
|
4041
4902
|
}
|
4042
4903
|
|
4043
4904
|
/**
|
@@ -4086,7 +4947,7 @@ export declare type ChatErrors = {
|
|
4086
4947
|
*
|
4087
4948
|
* @public
|
4088
4949
|
*/
|
4089
|
-
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';
|
4950
|
+
export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClient.deleteChatThread' | 'ChatClient.getChatThreadClient' | 'ChatClient.listChatThreads' | 'ChatClient.off' | 'ChatClient.on' | 'ChatClient.startRealtimeNotifications' | 'ChatClient.stopRealtimeNotifications' | 'ChatThreadClient.addParticipants' | 'ChatThreadClient.deleteMessage' | 'ChatThreadClient.getMessage' | 'ChatThreadClient.getProperties' | 'ChatThreadClient.listMessages' | 'ChatThreadClient.listParticipants' | 'ChatThreadClient.listReadReceipts' | 'ChatThreadClient.removeParticipant' | 'ChatThreadClient.sendMessage' | 'ChatThreadClient.sendReadReceipt' | 'ChatThreadClient.sendTypingNotification' | 'ChatThreadClient.updateMessage' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.updateProperties' | 'ChatThreadClient.updateTopic' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.uploadImage' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.deleteImage';
|
4090
4951
|
|
4091
4952
|
/**
|
4092
4953
|
* Object containing all the handlers required for chat components.
|
@@ -4097,13 +4958,13 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
4097
4958
|
* @public
|
4098
4959
|
*/
|
4099
4960
|
export declare type ChatHandlers = {
|
4100
|
-
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
4961
|
+
onSendMessage: (content: string, options?: SendMessageOptions | /* @conditional-compile-remove(attachment-upload) */ MessageOptions) => Promise<void>;
|
4101
4962
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
4102
4963
|
onTyping: () => Promise<void>;
|
4103
4964
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
4104
4965
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
4105
4966
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
4106
|
-
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
4967
|
+
onUpdateMessage: (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
4107
4968
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
4108
4969
|
};
|
4109
4970
|
|
@@ -4139,8 +5000,20 @@ export declare interface ChatMessage extends MessageCommon {
|
|
4139
5000
|
* {@link @azure/communication-chat#ChatMessage.metadata}
|
4140
5001
|
*/
|
4141
5002
|
metadata?: Record<string, string>;
|
5003
|
+
/**
|
5004
|
+
* @beta
|
5005
|
+
* A list of attachments in the message.
|
5006
|
+
* {@link AttachmentMetadata}
|
5007
|
+
*/
|
5008
|
+
attachments?: AttachmentMetadata[];
|
4142
5009
|
}
|
4143
5010
|
|
5011
|
+
/**
|
5012
|
+
* @beta
|
5013
|
+
* Type of the message content, either 'text' or 'html'.
|
5014
|
+
*/
|
5015
|
+
export declare type ChatMessageType = 'text' | 'html';
|
5016
|
+
|
4144
5017
|
/**
|
4145
5018
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
4146
5019
|
* client-side only metadata for chat messages.
|
@@ -4152,6 +5025,7 @@ export declare interface ChatMessage extends MessageCommon {
|
|
4152
5025
|
export declare type ChatMessageWithStatus = ChatMessage_2 & {
|
4153
5026
|
clientMessageId?: string;
|
4154
5027
|
status: MessageStatus;
|
5028
|
+
policyViolation?: boolean;
|
4155
5029
|
resourceCache?: Record<string, ResourceFetchResult>;
|
4156
5030
|
};
|
4157
5031
|
|
@@ -4355,7 +5229,9 @@ export declare type CommonCallControlOptions = {
|
|
4355
5229
|
* Show or Hide Camera Button during a call
|
4356
5230
|
* @defaultValue true
|
4357
5231
|
*/
|
4358
|
-
cameraButton?: boolean
|
5232
|
+
cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
5233
|
+
disabled: boolean;
|
5234
|
+
};
|
4359
5235
|
/**
|
4360
5236
|
* Show or Hide EndCall button during a call.
|
4361
5237
|
* @defaultValue true
|
@@ -4371,12 +5247,16 @@ export declare type CommonCallControlOptions = {
|
|
4371
5247
|
* Show or Hide Microphone button during a call.
|
4372
5248
|
* @defaultValue true
|
4373
5249
|
*/
|
4374
|
-
microphoneButton?: boolean
|
5250
|
+
microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
5251
|
+
disabled: boolean;
|
5252
|
+
};
|
4375
5253
|
/**
|
4376
5254
|
* Show or Hide Devices button during a call.
|
4377
5255
|
* @defaultValue true
|
4378
5256
|
*/
|
4379
|
-
devicesButton?: boolean
|
5257
|
+
devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
5258
|
+
disabled: boolean;
|
5259
|
+
};
|
4380
5260
|
/**
|
4381
5261
|
* Show, Hide or Disable participants button during a call.
|
4382
5262
|
* @defaultValue true
|
@@ -4414,11 +5294,16 @@ export declare type CommonCallControlOptions = {
|
|
4414
5294
|
* Inject custom buttons in the call controls.
|
4415
5295
|
*/
|
4416
5296
|
onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
|
5297
|
+
holdButton?: boolean | {
|
5298
|
+
disabled: boolean;
|
5299
|
+
};
|
4417
5300
|
/**
|
4418
5301
|
* Show or hide the people button in the composite control bar.
|
4419
5302
|
* @defaultValue true
|
4420
5303
|
*/
|
4421
|
-
peopleButton?: boolean
|
5304
|
+
peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
|
5305
|
+
disabled: boolean;
|
5306
|
+
};
|
4422
5307
|
/**
|
4423
5308
|
* Show or hide the dialpad button in the composite control bar.
|
4424
5309
|
*/
|
@@ -4429,6 +5314,11 @@ export declare type CommonCallControlOptions = {
|
|
4429
5314
|
* Show or hide the exit spotlight button in the composite control bar when local participant is spotlighted.
|
4430
5315
|
*/
|
4431
5316
|
exitSpotlightButton?: boolean;
|
5317
|
+
/**
|
5318
|
+
* Show, Hide or Disable captions during a call.
|
5319
|
+
* @defaultValue true
|
5320
|
+
*/
|
5321
|
+
captionsButton?: boolean;
|
4432
5322
|
};
|
4433
5323
|
|
4434
5324
|
/**
|
@@ -4454,6 +5344,9 @@ export declare interface CommonCallingHandlers {
|
|
4454
5344
|
onLowerHand: () => Promise<void>;
|
4455
5345
|
onToggleRaiseHand: () => Promise<void>;
|
4456
5346
|
onReactionClick: (reaction: Reaction_2) => Promise<void>;
|
5347
|
+
onToggleHold: () => Promise<void>;
|
5348
|
+
onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
5349
|
+
onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
|
4457
5350
|
onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
4458
5351
|
onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
4459
5352
|
/**
|
@@ -4465,6 +5358,8 @@ export declare interface CommonCallingHandlers {
|
|
4465
5358
|
onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
|
4466
5359
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
4467
5360
|
onRemoveParticipant(userId: string): Promise<void>;
|
5361
|
+
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
5362
|
+
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
4468
5363
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
4469
5364
|
onRemoveVideoBackgroundEffects: () => Promise<void>;
|
4470
5365
|
onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
|
@@ -4488,6 +5383,39 @@ export declare type CommonProperties<A, B> = {
|
|
4488
5383
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
4489
5384
|
}[keyof A & keyof B];
|
4490
5385
|
|
5386
|
+
/**
|
5387
|
+
* @beta
|
5388
|
+
* Props for SitePermissions components.
|
5389
|
+
*/
|
5390
|
+
export declare interface CommonSitePermissionsProps {
|
5391
|
+
/**
|
5392
|
+
* Name of application calling experience is in.
|
5393
|
+
*/
|
5394
|
+
appName: string;
|
5395
|
+
/**
|
5396
|
+
* Kind of the Site Permissions component.
|
5397
|
+
*/
|
5398
|
+
kind: 'request' | 'denied' | 'check';
|
5399
|
+
/**
|
5400
|
+
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
5401
|
+
*/
|
5402
|
+
browserHint?: 'safari' | 'unset';
|
5403
|
+
/**
|
5404
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
5405
|
+
* If this is not provided the button will not be shown.
|
5406
|
+
*/
|
5407
|
+
onTroubleshootingClick?: () => void;
|
5408
|
+
/**
|
5409
|
+
* Action that is taken when the user clicks the continue anyway button.
|
5410
|
+
* If this is not provided the button will not be shown.
|
5411
|
+
*/
|
5412
|
+
onContinueAnywayClick?: () => void;
|
5413
|
+
/**
|
5414
|
+
* Styles for SitePermissions component.
|
5415
|
+
*/
|
5416
|
+
styles?: SitePermissionsStyles;
|
5417
|
+
}
|
5418
|
+
|
4491
5419
|
/**
|
4492
5420
|
* A Chat or Calling participant's state, as reflected in the UI.
|
4493
5421
|
*
|
@@ -4664,6 +5592,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
4664
5592
|
export declare interface ComponentLocale {
|
4665
5593
|
/** Strings for components */
|
4666
5594
|
strings: ComponentStrings;
|
5595
|
+
/**
|
5596
|
+
* Optional function to provide customized date format.
|
5597
|
+
* @beta
|
5598
|
+
*/
|
5599
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
4667
5600
|
}
|
4668
5601
|
|
4669
5602
|
/**
|
@@ -4713,6 +5646,10 @@ export declare interface ComponentStrings {
|
|
4713
5646
|
typingIndicator: TypingIndicatorStrings;
|
4714
5647
|
/** Strings for SendBox */
|
4715
5648
|
sendBox: SendBoxStrings;
|
5649
|
+
/** Strings for RichTextSendBox */
|
5650
|
+
richTextSendBox: RichTextSendBoxStrings;
|
5651
|
+
/** Strings for MentionPopover */
|
5652
|
+
mentionPopover: MentionPopoverStrings;
|
4716
5653
|
/** Strings for ImageOverlay */
|
4717
5654
|
imageOverlay: ImageOverlayStrings;
|
4718
5655
|
/** Strings for MessageStatusIndicator */
|
@@ -4723,10 +5660,50 @@ export declare interface ComponentStrings {
|
|
4723
5660
|
videoGallery: VideoGalleryStrings;
|
4724
5661
|
/** Strings for Dialpad */
|
4725
5662
|
dialpad: DialpadStrings;
|
5663
|
+
/** Strings for VideoTile */
|
5664
|
+
videoTile: VideoTileStrings;
|
5665
|
+
/** Strings for HoldButton */
|
5666
|
+
holdButton: HoldButtonStrings;
|
5667
|
+
/** Strings for a site's permission request prompt */
|
5668
|
+
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
5669
|
+
/** Strings for a site's permission request prompt */
|
5670
|
+
CameraSitePermissionsRequest: SitePermissionsStrings;
|
5671
|
+
/** Strings for a site's permission request prompt */
|
5672
|
+
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
5673
|
+
/** Strings for a site's permission generic checking prompt */
|
5674
|
+
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
5675
|
+
/** Strings for a site's permission generic checking prompt */
|
5676
|
+
CameraSitePermissionsCheck: SitePermissionsStrings;
|
5677
|
+
/** Strings for a site's permission generic checking prompt */
|
5678
|
+
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
5679
|
+
/** Strings for a site's permission denied prompt */
|
5680
|
+
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
5681
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
5682
|
+
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5683
|
+
/** Strings for a site's permission denied prompt */
|
5684
|
+
CameraSitePermissionsDenied: SitePermissionsStrings;
|
5685
|
+
/** Strings for a site's permission denied prompt */
|
5686
|
+
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
5687
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
5688
|
+
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5689
|
+
/** Strings for a site's permission denied prompt for safari browsers*/
|
5690
|
+
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5691
|
+
/** Strings for unsupported browser UI */
|
5692
|
+
UnsupportedBrowser: UnsupportedBrowserStrings;
|
5693
|
+
/** Strings for unsupported browser version UI */
|
5694
|
+
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
5695
|
+
/** Strings for unsupported browser version UI */
|
5696
|
+
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
5697
|
+
/** Strings for BrowserPemissionDenied */
|
5698
|
+
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
5699
|
+
/** Strings for BrowserPemissionDeniedIOS */
|
5700
|
+
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
4726
5701
|
/**
|
4727
5702
|
* Strings for the VerticalGallery.
|
4728
5703
|
*/
|
4729
5704
|
verticalGallery: VerticalGalleryStrings;
|
5705
|
+
/** Strings for the participant list component */
|
5706
|
+
ParticipantList: ParticipantListStrings;
|
4730
5707
|
}
|
4731
5708
|
|
4732
5709
|
/**
|
@@ -5128,7 +6105,7 @@ export declare function createAzureCommunicationCallAdapterFromClient(callClient
|
|
5128
6105
|
*
|
5129
6106
|
* @public
|
5130
6107
|
*/
|
5131
|
-
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
6108
|
+
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
5132
6109
|
|
5133
6110
|
/**
|
5134
6111
|
* Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
|
@@ -5189,6 +6166,18 @@ export declare const createDefaultCallingHandlers: CreateDefaultCallingHandlers;
|
|
5189
6166
|
*/
|
5190
6167
|
export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
|
5191
6168
|
|
6169
|
+
/**
|
6170
|
+
* Create the default implementation of {@link TeamsCallingHandlers} for teams call.
|
6171
|
+
*
|
6172
|
+
* Useful when implementing a custom component that utilizes the providers
|
6173
|
+
* exported from this library.
|
6174
|
+
*
|
6175
|
+
* @beta
|
6176
|
+
*/
|
6177
|
+
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?: {
|
6178
|
+
onResolveVideoBackgroundEffectsDependency?: () => Promise<VideoBackgroundEffectsDependency>;
|
6179
|
+
}) => never | TeamsCallingHandlers;
|
6180
|
+
|
5192
6181
|
/**
|
5193
6182
|
* Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
|
5194
6183
|
* {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
|
@@ -5214,6 +6203,21 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
|
|
5214
6203
|
*/
|
5215
6204
|
export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions) => StatefulChatClient;
|
5216
6205
|
|
6206
|
+
/**
|
6207
|
+
* @beta
|
6208
|
+
*/
|
6209
|
+
export declare const createTeamsCallAdapter: ({ userId, credential, locator, options }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
6210
|
+
|
6211
|
+
/**
|
6212
|
+
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
6213
|
+
*
|
6214
|
+
* Useful if you want to keep a reference to {@link StatefulCallClient}.
|
6215
|
+
* Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
|
6216
|
+
*
|
6217
|
+
* @beta
|
6218
|
+
*/
|
6219
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
6220
|
+
|
5217
6221
|
/**
|
5218
6222
|
* Object returned after creating a local or remote VideoStream.
|
5219
6223
|
* This contains helper functions to manipulate the render of the stream.
|
@@ -5264,6 +6268,13 @@ export declare type CustomAvatarOptions = {
|
|
5264
6268
|
styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
|
5265
6269
|
/** Display name to be used in Persona */
|
5266
6270
|
text?: string;
|
6271
|
+
/** State for the participant to be displayed in the defaultPlaceHolder */
|
6272
|
+
participantState?: ParticipantState;
|
6273
|
+
/**
|
6274
|
+
* If true, show the special coin for unknown persona.
|
6275
|
+
* It has '?' in place of initials, with static font and background colors
|
6276
|
+
*/
|
6277
|
+
showUnknownPersonaCoin?: boolean;
|
5267
6278
|
};
|
5268
6279
|
|
5269
6280
|
/**
|
@@ -5391,6 +6402,18 @@ export declare interface CustomMessage extends MessageCommon {
|
|
5391
6402
|
*/
|
5392
6403
|
export declare const darkTheme: PartialTheme & CallingTheme;
|
5393
6404
|
|
6405
|
+
/**
|
6406
|
+
* @beta
|
6407
|
+
* `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
|
6408
|
+
*/
|
6409
|
+
export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
|
6410
|
+
|
6411
|
+
/**
|
6412
|
+
* @beta
|
6413
|
+
* Proxies the {@link @azure/communication-calling#IncomingCall} interface.
|
6414
|
+
*/
|
6415
|
+
export declare type DeclarativeIncomingCall = IncomingCall;
|
6416
|
+
|
5394
6417
|
/**
|
5395
6418
|
* The default set of icons that are available to use in the UI components.
|
5396
6419
|
*
|
@@ -5415,6 +6438,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5415
6438
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
5416
6439
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
5417
6440
|
ReactionButtonIcon: React_2.JSX.Element;
|
6441
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
6442
|
+
DownloadAttachment: React_2.JSX.Element;
|
6443
|
+
OpenAttachment: React_2.JSX.Element;
|
6444
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
6445
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
5418
6446
|
EditBoxCancel: React_2.JSX.Element;
|
5419
6447
|
EditBoxSubmit: React_2.JSX.Element;
|
5420
6448
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -5448,10 +6476,20 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5448
6476
|
ParticipantItemOptionsHovered: React_2.JSX.Element;
|
5449
6477
|
ParticipantItemScreenShareStart: React_2.JSX.Element;
|
5450
6478
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6479
|
+
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6480
|
+
HoldCallButton: React_2.JSX.Element;
|
6481
|
+
ResumeCall: React_2.JSX.Element;
|
5451
6482
|
SendBoxSend: React_2.JSX.Element;
|
5452
6483
|
SendBoxSendHovered: React_2.JSX.Element;
|
5453
6484
|
VideoTileMicOff: React_2.JSX.Element;
|
5454
6485
|
DialpadBackspace: React_2.JSX.Element;
|
6486
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
6487
|
+
SitePermissionCamera: React_2.JSX.Element;
|
6488
|
+
SitePermissionMic: React_2.JSX.Element;
|
6489
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
6490
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
6491
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
6492
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
5455
6493
|
VideoTilePinned: React_2.JSX.Element;
|
5456
6494
|
VideoTileMoreOptions: React_2.JSX.Element;
|
5457
6495
|
VideoTileScaleFit: React_2.JSX.Element;
|
@@ -5479,6 +6517,20 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5479
6517
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
5480
6518
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
5481
6519
|
VideoTileSpotlighted: React_2.JSX.Element;
|
6520
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
6521
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
6522
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
6523
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
6524
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
6525
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
6526
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
6527
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
6528
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
6529
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
6530
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
6531
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
6532
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
6533
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
5482
6534
|
};
|
5483
6535
|
|
5484
6536
|
/**
|
@@ -5499,6 +6551,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5499
6551
|
ParticipantItemOptionsHovered: JSX.Element;
|
5500
6552
|
SendBoxSend: JSX.Element;
|
5501
6553
|
SendBoxSendHovered: JSX.Element;
|
6554
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
5502
6555
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
5503
6556
|
ControlButtonCameraOff: JSX.Element;
|
5504
6557
|
ControlButtonCameraOn: JSX.Element;
|
@@ -5556,6 +6609,9 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5556
6609
|
ParticipantItemScreenShareStart: JSX.Element;
|
5557
6610
|
VideoTileMicOff: JSX.Element;
|
5558
6611
|
LocalCameraSwitch?: JSX.Element | undefined;
|
6612
|
+
PeoplePaneAddPerson?: JSX.Element | undefined;
|
6613
|
+
PeoplePaneOpenDialpad?: JSX.Element | undefined;
|
6614
|
+
DialpadStartCall?: JSX.Element | undefined;
|
5559
6615
|
NoticePageInviteToRoomRemoved?: JSX.Element | undefined;
|
5560
6616
|
BlurVideoBackground?: JSX.Element | undefined;
|
5561
6617
|
RemoveVideoBackgroundEffect?: JSX.Element | undefined;
|
@@ -5579,14 +6635,28 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5579
6635
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
5580
6636
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
5581
6637
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
5582
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
5583
6638
|
ChatMessageOptions: React_2.JSX.Element;
|
5584
6639
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
6640
|
+
CancelAttachmentUpload: React_2.JSX.Element;
|
6641
|
+
DownloadAttachment: React_2.JSX.Element;
|
6642
|
+
OpenAttachment: React_2.JSX.Element;
|
6643
|
+
AttachmentMoreMenu: React_2.JSX.Element;
|
6644
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
5585
6645
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
5586
6646
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
5587
6647
|
MessageResend: React_2.JSX.Element;
|
5588
6648
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6649
|
+
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6650
|
+
HoldCallButton: React_2.JSX.Element;
|
6651
|
+
ResumeCall: React_2.JSX.Element;
|
5589
6652
|
DialpadBackspace: React_2.JSX.Element;
|
6653
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
6654
|
+
SitePermissionCamera: React_2.JSX.Element;
|
6655
|
+
SitePermissionMic: React_2.JSX.Element;
|
6656
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
6657
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
6658
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
6659
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
5590
6660
|
VideoTilePinned: React_2.JSX.Element;
|
5591
6661
|
VideoTileMoreOptions: React_2.JSX.Element;
|
5592
6662
|
VideoTileScaleFit: React_2.JSX.Element;
|
@@ -5614,8 +6684,52 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5614
6684
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
5615
6685
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
5616
6686
|
VideoTileSpotlighted: React_2.JSX.Element;
|
6687
|
+
RichTextBoldButtonIcon: React_2.JSX.Element;
|
6688
|
+
RichTextItalicButtonIcon: React_2.JSX.Element;
|
6689
|
+
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
6690
|
+
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
6691
|
+
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
6692
|
+
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
6693
|
+
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
6694
|
+
RichTextDividerIcon: React_2.JSX.Element;
|
6695
|
+
RichTextEditorButtonIcon: React_2.JSX.Element;
|
6696
|
+
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
6697
|
+
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
6698
|
+
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
6699
|
+
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
6700
|
+
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
5617
6701
|
};
|
5618
6702
|
|
6703
|
+
/**
|
6704
|
+
* @beta
|
6705
|
+
*
|
6706
|
+
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
6707
|
+
*/
|
6708
|
+
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
6709
|
+
|
6710
|
+
/**
|
6711
|
+
* Device Checks.
|
6712
|
+
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
6713
|
+
*
|
6714
|
+
* @beta
|
6715
|
+
*/
|
6716
|
+
export declare interface DeviceCheckOptions {
|
6717
|
+
/**
|
6718
|
+
* Camera Permission prompts for your call.
|
6719
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
6720
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
6721
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
6722
|
+
*/
|
6723
|
+
camera: 'required' | 'optional' | 'doNotPrompt';
|
6724
|
+
/**
|
6725
|
+
* Microphone permission prompts for your call.
|
6726
|
+
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
6727
|
+
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
6728
|
+
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
6729
|
+
*/
|
6730
|
+
microphone: 'required' | 'optional' | 'doNotPrompt';
|
6731
|
+
}
|
6732
|
+
|
5619
6733
|
/**
|
5620
6734
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
5621
6735
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -6260,7 +7374,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
|
|
6260
7374
|
*
|
6261
7375
|
* @public
|
6262
7376
|
*/
|
6263
|
-
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;
|
7377
|
+
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;
|
6264
7378
|
|
6265
7379
|
/**
|
6266
7380
|
* Get the selector for a specified component.
|
@@ -6277,7 +7391,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
6277
7391
|
*
|
6278
7392
|
* @public
|
6279
7393
|
*/
|
6280
|
-
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;
|
7394
|
+
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;
|
6281
7395
|
|
6282
7396
|
/**
|
6283
7397
|
* Get the selector for a specified component.
|
@@ -6322,6 +7436,63 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
|
|
6322
7436
|
children?: IStyle;
|
6323
7437
|
}
|
6324
7438
|
|
7439
|
+
/**
|
7440
|
+
* a button to hold or resume a ongoing call.
|
7441
|
+
*
|
7442
|
+
* Can be used with {@link ControlBar}
|
7443
|
+
*
|
7444
|
+
* @param props - properties for the hold button.
|
7445
|
+
* @returns
|
7446
|
+
* @beta
|
7447
|
+
*/
|
7448
|
+
export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
|
7449
|
+
|
7450
|
+
/**
|
7451
|
+
*@beta
|
7452
|
+
*/
|
7453
|
+
export declare interface HoldButtonProps extends ControlBarButtonProps {
|
7454
|
+
/**
|
7455
|
+
* Utility property for using this component with communication react handlers
|
7456
|
+
* Holds the call or resumes it based on call state.
|
7457
|
+
*/
|
7458
|
+
onToggleHold: () => Promise<void>;
|
7459
|
+
/**
|
7460
|
+
* Optional strings to override in component
|
7461
|
+
*/
|
7462
|
+
strings?: HoldButtonStrings;
|
7463
|
+
}
|
7464
|
+
|
7465
|
+
/**
|
7466
|
+
* Selector type for the {@link HoldButton} component.
|
7467
|
+
* @public
|
7468
|
+
*/
|
7469
|
+
export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
7470
|
+
checked: boolean;
|
7471
|
+
};
|
7472
|
+
|
7473
|
+
/**
|
7474
|
+
* Strings for the hold button labels
|
7475
|
+
* @beta
|
7476
|
+
*/
|
7477
|
+
export declare interface HoldButtonStrings {
|
7478
|
+
/**
|
7479
|
+
* Label for when action is to resume call.
|
7480
|
+
*/
|
7481
|
+
onLabel: string;
|
7482
|
+
/**
|
7483
|
+
* Label for when action is to hold call.
|
7484
|
+
*/
|
7485
|
+
offLabel: string;
|
7486
|
+
/**
|
7487
|
+
* Content for when button is checked
|
7488
|
+
*/
|
7489
|
+
tooltipOnContent: string;
|
7490
|
+
/**
|
7491
|
+
* Content for when button is unchecked
|
7492
|
+
*/
|
7493
|
+
tooltipOffContent: string;
|
7494
|
+
}
|
7495
|
+
|
6325
7496
|
/**
|
6326
7497
|
* {@link HorizontalGallery} Component Styles.
|
6327
7498
|
* @public
|
@@ -6406,6 +7577,10 @@ export declare interface _Identifiers {
|
|
6406
7577
|
verticalGalleryVideoTile: string;
|
6407
7578
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
6408
7579
|
verticalGalleryPageCounter: string;
|
7580
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
7581
|
+
mentionSuggestionList: string;
|
7582
|
+
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
7583
|
+
mentionSuggestionItem: string;
|
6409
7584
|
}
|
6410
7585
|
|
6411
7586
|
/**
|
@@ -6467,6 +7642,27 @@ export declare interface ImageOverlayStrings {
|
|
6467
7642
|
dismissButtonAriaLabel: string;
|
6468
7643
|
}
|
6469
7644
|
|
7645
|
+
/**
|
7646
|
+
* Preset dark theme for the ImageOverlay component.
|
7647
|
+
*
|
7648
|
+
* @public
|
7649
|
+
*/
|
7650
|
+
export declare const imageOverlayTheme: PartialTheme;
|
7651
|
+
|
7652
|
+
/**
|
7653
|
+
* @beta
|
7654
|
+
* This contains a readonly array that returns all the active `incomingCalls`.
|
7655
|
+
* An active incoming call is a call that has not been answered, declined or disconnected.
|
7656
|
+
*/
|
7657
|
+
export declare type IncomingCallManagement = {
|
7658
|
+
/**
|
7659
|
+
* @beta
|
7660
|
+
* @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
|
7661
|
+
* @returns readonly array of {@link DeclarativeIncomingCall}
|
7662
|
+
*/
|
7663
|
+
incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
|
7664
|
+
};
|
7665
|
+
|
6470
7666
|
/**
|
6471
7667
|
* State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
|
6472
7668
|
* automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -6651,6 +7847,28 @@ export declare type LocalizationProviderProps = {
|
|
6651
7847
|
children: React_2.ReactNode;
|
6652
7848
|
};
|
6653
7849
|
|
7850
|
+
/**
|
7851
|
+
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
7852
|
+
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
7853
|
+
*
|
7854
|
+
* @beta
|
7855
|
+
*/
|
7856
|
+
export declare interface LocalRecordingCallFeatureState {
|
7857
|
+
/**
|
7858
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
7859
|
+
*/
|
7860
|
+
isLocalRecordingActive: boolean;
|
7861
|
+
/**
|
7862
|
+
* Contains list of information of started recordings
|
7863
|
+
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
7864
|
+
*/
|
7865
|
+
activeLocalRecordings?: LocalRecordingInfo[];
|
7866
|
+
/**
|
7867
|
+
* Contains list of information of stopped recordings
|
7868
|
+
*/
|
7869
|
+
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
7870
|
+
}
|
7871
|
+
|
6654
7872
|
/**
|
6655
7873
|
* @public
|
6656
7874
|
*/
|
@@ -6756,6 +7974,76 @@ export declare interface MediaDiagnosticsState {
|
|
6756
7974
|
latest: LatestMediaDiagnostics;
|
6757
7975
|
}
|
6758
7976
|
|
7977
|
+
/**
|
7978
|
+
* Mention's state, as reflected in the UI.
|
7979
|
+
*
|
7980
|
+
* @beta
|
7981
|
+
*/
|
7982
|
+
export declare interface Mention {
|
7983
|
+
/** ID of a mention */
|
7984
|
+
id: string;
|
7985
|
+
/** Display text of a mention */
|
7986
|
+
displayText: string;
|
7987
|
+
/** Optional React element to render an item icon of a mention suggestion */
|
7988
|
+
icon?: JSX.Element;
|
7989
|
+
}
|
7990
|
+
|
7991
|
+
/**
|
7992
|
+
* Options to display suggestions in the mention scenario.
|
7993
|
+
*
|
7994
|
+
* @beta
|
7995
|
+
*/
|
7996
|
+
export declare interface MentionDisplayOptions {
|
7997
|
+
/**
|
7998
|
+
* Optional callback for customizing the mention renderer in a message thread.
|
7999
|
+
*/
|
8000
|
+
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
8001
|
+
}
|
8002
|
+
|
8003
|
+
/**
|
8004
|
+
* Options to lookup suggestions in the mention scenario.
|
8005
|
+
*
|
8006
|
+
* @beta
|
8007
|
+
*/
|
8008
|
+
export declare interface MentionLookupOptions {
|
8009
|
+
/**
|
8010
|
+
* Optional string to set trigger keyword for mention a specific participant.
|
8011
|
+
*
|
8012
|
+
* @defaultValue `@`
|
8013
|
+
*/
|
8014
|
+
trigger?: string;
|
8015
|
+
/**
|
8016
|
+
* Optional callback to fetch a list of mention suggestions base on the query.
|
8017
|
+
*/
|
8018
|
+
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
8019
|
+
/**
|
8020
|
+
* Optional callback to render an item of the mention suggestions list.
|
8021
|
+
*/
|
8022
|
+
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
8023
|
+
}
|
8024
|
+
|
8025
|
+
/**
|
8026
|
+
* Options to lookup suggestions and display mentions in the mention scenario.
|
8027
|
+
*
|
8028
|
+
* @beta
|
8029
|
+
*/
|
8030
|
+
export declare type MentionOptions = {
|
8031
|
+
lookupOptions?: MentionLookupOptions;
|
8032
|
+
displayOptions?: MentionDisplayOptions;
|
8033
|
+
};
|
8034
|
+
|
8035
|
+
/**
|
8036
|
+
* Strings of {@link _MentionPopover} that can be overridden.
|
8037
|
+
*
|
8038
|
+
* @beta
|
8039
|
+
*/
|
8040
|
+
export declare interface MentionPopoverStrings {
|
8041
|
+
/**
|
8042
|
+
* Header text for MentionPopover
|
8043
|
+
*/
|
8044
|
+
mentionPopoverHeader: string;
|
8045
|
+
}
|
8046
|
+
|
6759
8047
|
/**
|
6760
8048
|
* Discriminated union of all messages.
|
6761
8049
|
*
|
@@ -6763,7 +8051,7 @@ export declare interface MediaDiagnosticsState {
|
|
6763
8051
|
*
|
6764
8052
|
* @public
|
6765
8053
|
*/
|
6766
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
8054
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
|
6767
8055
|
|
6768
8056
|
/**
|
6769
8057
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -6805,6 +8093,20 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
6805
8093
|
*/
|
6806
8094
|
export declare type MessageEditedListener = MessageReceivedListener;
|
6807
8095
|
|
8096
|
+
/**
|
8097
|
+
* @beta
|
8098
|
+
* Message option that defines properties that can be set when
|
8099
|
+
* sending or updating a chat message.
|
8100
|
+
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
8101
|
+
* @property attachments - Attachments that contains file attachments attached to the message.
|
8102
|
+
* @property type - Type of the message content, either 'text' or 'html'.
|
8103
|
+
*/
|
8104
|
+
export declare type MessageOptions = {
|
8105
|
+
metadata?: Record<string, string>;
|
8106
|
+
attachments?: AttachmentMetadata[];
|
8107
|
+
type?: ChatMessageType;
|
8108
|
+
};
|
8109
|
+
|
6808
8110
|
/**
|
6809
8111
|
* Props to render a single message.
|
6810
8112
|
*
|
@@ -6820,7 +8122,7 @@ export declare type MessageProps = {
|
|
6820
8122
|
/**
|
6821
8123
|
* Strings from parent MessageThread component
|
6822
8124
|
*/
|
6823
|
-
strings: MessageThreadStrings
|
8125
|
+
strings: MessageThreadStrings & /* @conditional-compile-remove(rich-text-editor) */ Partial<RichTextStrings>;
|
6824
8126
|
/**
|
6825
8127
|
* Custom CSS styles for chat message container.
|
6826
8128
|
*/
|
@@ -6862,10 +8164,11 @@ export declare type MessageProps = {
|
|
6862
8164
|
/**
|
6863
8165
|
* Optional callback to send a message.
|
6864
8166
|
*
|
6865
|
-
* @param
|
8167
|
+
* @param content - message content from chatClient
|
8168
|
+
* @param options - message options to be included in the message
|
6866
8169
|
*
|
6867
8170
|
*/
|
6868
|
-
onSendMessage?: (
|
8171
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
6869
8172
|
};
|
6870
8173
|
|
6871
8174
|
/**
|
@@ -6997,7 +8300,7 @@ export declare type MessageThreadProps = {
|
|
6997
8300
|
/**
|
6998
8301
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
6999
8302
|
*/
|
7000
|
-
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
8303
|
+
messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
|
7001
8304
|
/**
|
7002
8305
|
* number of participants in the thread
|
7003
8306
|
*/
|
@@ -7078,6 +8381,11 @@ export declare type MessageThreadProps = {
|
|
7078
8381
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
7079
8382
|
*/
|
7080
8383
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
8384
|
+
/**
|
8385
|
+
* Optional callback to render attachments in the message component.
|
8386
|
+
* @beta
|
8387
|
+
*/
|
8388
|
+
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
7081
8389
|
/**
|
7082
8390
|
* Optional callback to edit a message.
|
7083
8391
|
*
|
@@ -7103,9 +8411,10 @@ export declare type MessageThreadProps = {
|
|
7103
8411
|
* Optional callback to send a message.
|
7104
8412
|
*
|
7105
8413
|
* @param content - message body to send
|
8414
|
+
* @param options - message options to be included in the message
|
7106
8415
|
*
|
7107
8416
|
*/
|
7108
|
-
onSendMessage?: (content: string) => Promise<void>;
|
8417
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
7109
8418
|
/**
|
7110
8419
|
/**
|
7111
8420
|
* Disable editing messages.
|
@@ -7119,11 +8428,33 @@ export declare type MessageThreadProps = {
|
|
7119
8428
|
* Optional strings to override in component
|
7120
8429
|
*/
|
7121
8430
|
strings?: Partial<MessageThreadStrings>;
|
8431
|
+
/**
|
8432
|
+
* @beta
|
8433
|
+
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
8434
|
+
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
8435
|
+
*/
|
8436
|
+
attachmentOptions?: AttachmentOptions;
|
8437
|
+
/**
|
8438
|
+
* Optional function to provide customized date format.
|
8439
|
+
* @beta
|
8440
|
+
*/
|
8441
|
+
onDisplayDateTimeString?: (messageDate: Date) => string;
|
8442
|
+
/**
|
8443
|
+
* Optional props needed to lookup a mention query and display mentions
|
8444
|
+
* @beta
|
8445
|
+
*/
|
8446
|
+
mentionOptions?: MentionOptions;
|
7122
8447
|
/**
|
7123
8448
|
* Optional callback called when an inline image is clicked.
|
7124
8449
|
* @beta
|
7125
8450
|
*/
|
7126
8451
|
inlineImageOptions?: InlineImageOptions;
|
8452
|
+
/**
|
8453
|
+
* enables rich text editor for the edit box
|
8454
|
+
*
|
8455
|
+
* @defaultValue `false`
|
8456
|
+
*/
|
8457
|
+
richTextEditor?: boolean;
|
7127
8458
|
};
|
7128
8459
|
|
7129
8460
|
/**
|
@@ -7197,6 +8528,16 @@ export declare interface MessageThreadStrings {
|
|
7197
8528
|
actionMenuMoreOptions?: string;
|
7198
8529
|
/** Aria label to announce when a message is deleted */
|
7199
8530
|
messageDeletedAnnouncementAriaLabel: string;
|
8531
|
+
/** String for download attachment button in attachment card */
|
8532
|
+
downloadAttachment: string;
|
8533
|
+
/** String for open attachment button in attachment card */
|
8534
|
+
openAttachment: string;
|
8535
|
+
/** String for policy violation message removal */
|
8536
|
+
blockedWarningText: string;
|
8537
|
+
/** String for policy violation message removal details link */
|
8538
|
+
blockedWarningLinkText: string;
|
8539
|
+
/** String for aria text in attachment card group*/
|
8540
|
+
attachmentCardGroupMessage: string;
|
7200
8541
|
}
|
7201
8542
|
|
7202
8543
|
/**
|
@@ -7224,6 +8565,7 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
7224
8565
|
/** Styles for system message container. */
|
7225
8566
|
systemMessageContainer?: ComponentSlotStyle;
|
7226
8567
|
/** Styles for blocked message container. */
|
8568
|
+
blockedMessageContainer?: ComponentSlotStyle;
|
7227
8569
|
/** Styles for message status indicator container. */
|
7228
8570
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
7229
8571
|
}
|
@@ -7392,6 +8734,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
7392
8734
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
7393
8735
|
}
|
7394
8736
|
|
8737
|
+
/**
|
8738
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
8739
|
+
* by their browsers settings.
|
8740
|
+
*
|
8741
|
+
* @beta
|
8742
|
+
*/
|
8743
|
+
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
8744
|
+
|
8745
|
+
/**
|
8746
|
+
* @beta
|
8747
|
+
* Props for MicrophoneSitePermissions component.
|
8748
|
+
*/
|
8749
|
+
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
8750
|
+
/** Icon name for the microphone icon */
|
8751
|
+
microphoneIconName?: string;
|
8752
|
+
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
8753
|
+
strings?: MicrophoneSitePermissionsStrings;
|
8754
|
+
}
|
8755
|
+
|
8756
|
+
/**
|
8757
|
+
* @beta
|
8758
|
+
* Strings for MicrophoneSitePermissions component.
|
8759
|
+
*/
|
8760
|
+
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
8761
|
+
|
7395
8762
|
/**
|
7396
8763
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
7397
8764
|
*
|
@@ -7539,6 +8906,14 @@ export declare interface ParticipantItemProps {
|
|
7539
8906
|
onClick?: (props?: ParticipantItemProps) => void;
|
7540
8907
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
7541
8908
|
showParticipantOverflowTooltip?: boolean;
|
8909
|
+
/**
|
8910
|
+
* Optional value to determine and display a participants connection status.
|
8911
|
+
* For example, `Connecting`, `Ringing` etc.
|
8912
|
+
* The actual text that is displayed is determined by the localized string
|
8913
|
+
* corresponding to the provided participant state.
|
8914
|
+
* For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
|
8915
|
+
*/
|
8916
|
+
participantState?: ParticipantState;
|
7542
8917
|
/**
|
7543
8918
|
* Optional aria property that prefixes the ParticipantItems aria content
|
7544
8919
|
* Takes in a unique id value of the element you would like to be read before the ParticipantItem.
|
@@ -7564,6 +8939,10 @@ export declare interface ParticipantItemStrings {
|
|
7564
8939
|
mutedIconLabel: string;
|
7565
8940
|
/** placeholder text for participants who does not have a display name*/
|
7566
8941
|
displayNamePlaceholder?: string;
|
8942
|
+
/** String shown when `participantState` is `Ringing` */
|
8943
|
+
participantStateRinging?: string;
|
8944
|
+
/** String shown when `participantState` is `Hold` */
|
8945
|
+
participantStateHold?: string;
|
7567
8946
|
/** String for the attendee role */
|
7568
8947
|
attendeeRole: string;
|
7569
8948
|
}
|
@@ -7644,6 +9023,10 @@ export declare type ParticipantListProps = {
|
|
7644
9023
|
styles?: ParticipantListStyles;
|
7645
9024
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
7646
9025
|
showParticipantOverflowTooltip?: boolean;
|
9026
|
+
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
9027
|
+
totalParticipantCount?: number;
|
9028
|
+
/** Strings for the participant list */
|
9029
|
+
strings?: ParticipantListStrings;
|
7647
9030
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
7648
9031
|
participantAriaLabelledBy?: string;
|
7649
9032
|
};
|
@@ -7656,8 +9039,21 @@ export declare type ParticipantListProps = {
|
|
7656
9039
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
7657
9040
|
participants: CallParticipantListParticipant[];
|
7658
9041
|
myUserId: string;
|
9042
|
+
totalParticipantCount?: number;
|
7659
9043
|
};
|
7660
9044
|
|
9045
|
+
/**
|
9046
|
+
* Strings for the {@link ParticipantList}.
|
9047
|
+
*
|
9048
|
+
* @beta
|
9049
|
+
*/
|
9050
|
+
export declare interface ParticipantListStrings {
|
9051
|
+
/**
|
9052
|
+
* String for rendering the count of participants not contained in the displayed participant list
|
9053
|
+
*/
|
9054
|
+
overflowParticipantCount?: string;
|
9055
|
+
}
|
9056
|
+
|
7661
9057
|
/**
|
7662
9058
|
* Styles for the {@link ParticipantList}.
|
7663
9059
|
*
|
@@ -8132,6 +9528,15 @@ export declare interface RecordingCallFeature {
|
|
8132
9528
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
8133
9529
|
*/
|
8134
9530
|
isRecordingActive: boolean;
|
9531
|
+
/**
|
9532
|
+
* Contains list of information of started recordings
|
9533
|
+
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
9534
|
+
*/
|
9535
|
+
activeRecordings?: RecordingInfo[];
|
9536
|
+
/**
|
9537
|
+
* Contains list of information of stopped recordings
|
9538
|
+
*/
|
9539
|
+
lastStoppedRecording?: RecordingInfo[];
|
8135
9540
|
}
|
8136
9541
|
|
8137
9542
|
/**
|
@@ -8169,107 +9574,256 @@ export declare interface RemoteParticipantState {
|
|
8169
9574
|
*/
|
8170
9575
|
isMuted: boolean;
|
8171
9576
|
/**
|
8172
|
-
* Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
|
9577
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
|
9578
|
+
*/
|
9579
|
+
isSpeaking: boolean;
|
9580
|
+
/**
|
9581
|
+
* Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
|
9582
|
+
*/
|
9583
|
+
role?: ParticipantRole;
|
9584
|
+
/**
|
9585
|
+
* Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
|
9586
|
+
*/
|
9587
|
+
raisedHand?: RaisedHandState;
|
9588
|
+
/**
|
9589
|
+
* Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
|
9590
|
+
*
|
9591
|
+
* @public
|
9592
|
+
*/
|
9593
|
+
contentSharingStream?: HTMLElement;
|
9594
|
+
/**
|
9595
|
+
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
9596
|
+
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
9597
|
+
*
|
9598
|
+
* @public
|
9599
|
+
*/
|
9600
|
+
reactionState?: ReactionState;
|
9601
|
+
/**
|
9602
|
+
* Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
|
9603
|
+
*/
|
9604
|
+
spotlight?: SpotlightState;
|
9605
|
+
}
|
9606
|
+
|
9607
|
+
/**
|
9608
|
+
* State only version of {@link @azure/communication-calling#RemoteVideoStream}.
|
9609
|
+
*
|
9610
|
+
* @public
|
9611
|
+
*/
|
9612
|
+
export declare interface RemoteVideoStreamState {
|
9613
|
+
/**
|
9614
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
|
9615
|
+
*/
|
9616
|
+
id: number;
|
9617
|
+
/**
|
9618
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
|
9619
|
+
*/
|
9620
|
+
mediaStreamType: MediaStreamType;
|
9621
|
+
/**
|
9622
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
|
9623
|
+
*/
|
9624
|
+
isAvailable: boolean;
|
9625
|
+
/**
|
9626
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
|
9627
|
+
* @public
|
9628
|
+
*/
|
9629
|
+
isReceiving: boolean;
|
9630
|
+
/**
|
9631
|
+
* {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
|
9632
|
+
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
9633
|
+
*/
|
9634
|
+
view?: VideoStreamRendererViewState;
|
9635
|
+
/**
|
9636
|
+
* Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
|
9637
|
+
*/
|
9638
|
+
streamSize?: {
|
9639
|
+
width: number;
|
9640
|
+
height: number;
|
9641
|
+
};
|
9642
|
+
}
|
9643
|
+
|
9644
|
+
/**
|
9645
|
+
* Menu options for remote video tiles in {@link VideoGallery}.
|
9646
|
+
*
|
9647
|
+
* @public
|
9648
|
+
*/
|
9649
|
+
export declare interface RemoteVideoTileMenuOptions {
|
9650
|
+
/**
|
9651
|
+
* If set to true, remote video tiles in the VideoGallery will not have menu options
|
9652
|
+
*
|
9653
|
+
* @defaultValue false
|
9654
|
+
*/
|
9655
|
+
isHidden?: boolean;
|
9656
|
+
}
|
9657
|
+
|
9658
|
+
/**
|
9659
|
+
* Details required for download a resource to cache.
|
9660
|
+
*
|
9661
|
+
* @public
|
9662
|
+
*/
|
9663
|
+
export declare type ResourceDetails = {
|
9664
|
+
threadId: string;
|
9665
|
+
messageId: string;
|
9666
|
+
resourceUrl: string;
|
9667
|
+
};
|
9668
|
+
|
9669
|
+
/**
|
9670
|
+
* Result of the Resource downloaded from stateful client
|
9671
|
+
* @public
|
9672
|
+
*/
|
9673
|
+
export declare type ResourceFetchResult = {
|
9674
|
+
sourceUrl?: string;
|
9675
|
+
error?: Error;
|
9676
|
+
};
|
9677
|
+
|
9678
|
+
/**
|
9679
|
+
* A component to render SendBox with Rich Text Editor support.
|
9680
|
+
*
|
9681
|
+
* @beta
|
9682
|
+
*/
|
9683
|
+
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
9684
|
+
|
9685
|
+
/**
|
9686
|
+
* Props for {@link RichTextSendBox}.
|
9687
|
+
*
|
9688
|
+
* @beta
|
9689
|
+
*/
|
9690
|
+
export declare interface RichTextSendBoxProps {
|
9691
|
+
/**
|
9692
|
+
* Optional boolean to disable text box
|
9693
|
+
* @defaultValue false
|
9694
|
+
*/
|
9695
|
+
disabled?: boolean;
|
9696
|
+
/**
|
9697
|
+
* Optional strings to override in component
|
9698
|
+
*/
|
9699
|
+
strings?: Partial<RichTextSendBoxStrings>;
|
9700
|
+
/**
|
9701
|
+
* Optional text for system message above the text box
|
9702
|
+
*/
|
9703
|
+
systemMessage?: string;
|
9704
|
+
/**
|
9705
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
9706
|
+
* to render attachments being uploaded in the SendBox.
|
9707
|
+
* @beta
|
9708
|
+
*/
|
9709
|
+
attachments?: AttachmentMetadataInProgress[];
|
9710
|
+
/**
|
9711
|
+
* enumerable to determine if the input box has focus on render or not.
|
9712
|
+
* When undefined nothing has focus on render
|
9713
|
+
*/
|
9714
|
+
autoFocus?: 'sendBoxTextField';
|
9715
|
+
/**
|
9716
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
9717
|
+
* cancel icon.
|
9718
|
+
* @beta
|
9719
|
+
*/
|
9720
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
9721
|
+
/**
|
9722
|
+
* Callback function used when the send button is clicked.
|
9723
|
+
*/
|
9724
|
+
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
9725
|
+
/**
|
9726
|
+
* Optional callback called when user is typing
|
9727
|
+
*/
|
9728
|
+
onTyping?: () => Promise<void>;
|
9729
|
+
}
|
9730
|
+
|
9731
|
+
/**
|
9732
|
+
* Strings of {@link RichTextSendBox} that can be overridden.
|
9733
|
+
*
|
9734
|
+
* @beta
|
9735
|
+
*/
|
9736
|
+
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
9737
|
+
}
|
9738
|
+
|
9739
|
+
/**
|
9740
|
+
* Strings of RichText that can be overridden.
|
9741
|
+
*
|
9742
|
+
* @beta
|
9743
|
+
*/
|
9744
|
+
export declare interface RichTextStrings {
|
9745
|
+
/**
|
9746
|
+
* Tooltip text for the bold button.
|
9747
|
+
*/
|
9748
|
+
richTextBoldTooltip: string;
|
9749
|
+
/**
|
9750
|
+
* Tooltip text for the italic button.
|
9751
|
+
*/
|
9752
|
+
richTextItalicTooltip: string;
|
9753
|
+
/**
|
9754
|
+
* Tooltip text for the underline button.
|
9755
|
+
*/
|
9756
|
+
richTextUnderlineTooltip: string;
|
9757
|
+
/**
|
9758
|
+
* Tooltip text for the bullet list button.
|
9759
|
+
*/
|
9760
|
+
richTextBulletListTooltip: string;
|
9761
|
+
/**
|
9762
|
+
* Tooltip text for the number list button.
|
9763
|
+
*/
|
9764
|
+
richTextNumberListTooltip: string;
|
9765
|
+
/**
|
9766
|
+
* Tooltip text for the increase indent button.
|
9767
|
+
*/
|
9768
|
+
richTextIncreaseIndentTooltip: string;
|
9769
|
+
/**
|
9770
|
+
* Tooltip text for the decrease indent button.
|
9771
|
+
*/
|
9772
|
+
richTextDecreaseIndentTooltip: string;
|
9773
|
+
/**
|
9774
|
+
* Tooltip text insert table button.
|
8173
9775
|
*/
|
8174
|
-
|
9776
|
+
richTextInsertTableTooltip: string;
|
8175
9777
|
/**
|
8176
|
-
*
|
9778
|
+
* Tooltip text for the rich text format button button.
|
8177
9779
|
*/
|
8178
|
-
|
9780
|
+
richTextFormatButtonTooltip: string;
|
8179
9781
|
/**
|
8180
|
-
*
|
9782
|
+
* Text for the insert menu item.
|
8181
9783
|
*/
|
8182
|
-
|
9784
|
+
richTextInsertRowOrColumnMenu: string;
|
8183
9785
|
/**
|
8184
|
-
*
|
8185
|
-
*
|
8186
|
-
* @public
|
9786
|
+
* Title for the insert table menu.
|
8187
9787
|
*/
|
8188
|
-
|
9788
|
+
richTextInsertTableMenuTitle: string;
|
8189
9789
|
/**
|
8190
|
-
*
|
8191
|
-
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
8192
|
-
*
|
8193
|
-
* @public
|
9790
|
+
* Text for the insert menu item to insert row above the current selection.
|
8194
9791
|
*/
|
8195
|
-
|
9792
|
+
richTextInsertRowAboveMenu: string;
|
8196
9793
|
/**
|
8197
|
-
*
|
9794
|
+
* Text for the insert menu item to insert row below the current selection.
|
8198
9795
|
*/
|
8199
|
-
|
8200
|
-
}
|
8201
|
-
|
8202
|
-
/**
|
8203
|
-
* State only version of {@link @azure/communication-calling#RemoteVideoStream}.
|
8204
|
-
*
|
8205
|
-
* @public
|
8206
|
-
*/
|
8207
|
-
export declare interface RemoteVideoStreamState {
|
9796
|
+
richTextInsertRowBelowMenu: string;
|
8208
9797
|
/**
|
8209
|
-
*
|
9798
|
+
* Text for the insert menu item to insert column to the left from the current selection.
|
8210
9799
|
*/
|
8211
|
-
|
9800
|
+
richTextInsertColumnLeftMenu: string;
|
8212
9801
|
/**
|
8213
|
-
*
|
9802
|
+
* Text for the insert menu item to insert column to the right from the current selection.
|
8214
9803
|
*/
|
8215
|
-
|
9804
|
+
richTextInsertColumnRightMenu: string;
|
8216
9805
|
/**
|
8217
|
-
*
|
9806
|
+
* Text for the delete row or column menu.
|
8218
9807
|
*/
|
8219
|
-
|
9808
|
+
richTextDeleteRowOrColumnMenu: string;
|
8220
9809
|
/**
|
8221
|
-
*
|
8222
|
-
* @public
|
9810
|
+
* Text for the delete column menu.
|
8223
9811
|
*/
|
8224
|
-
|
9812
|
+
richTextDeleteColumnMenu: string;
|
8225
9813
|
/**
|
8226
|
-
*
|
8227
|
-
* API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
|
9814
|
+
* Text for the delete row menu.
|
8228
9815
|
*/
|
8229
|
-
|
9816
|
+
richTextDeleteRowMenu: string;
|
8230
9817
|
/**
|
8231
|
-
*
|
9818
|
+
* Text for the delete table menu.
|
8232
9819
|
*/
|
8233
|
-
|
8234
|
-
width: number;
|
8235
|
-
height: number;
|
8236
|
-
};
|
8237
|
-
}
|
8238
|
-
|
8239
|
-
/**
|
8240
|
-
* Menu options for remote video tiles in {@link VideoGallery}.
|
8241
|
-
*
|
8242
|
-
* @public
|
8243
|
-
*/
|
8244
|
-
export declare interface RemoteVideoTileMenuOptions {
|
9820
|
+
richTextDeleteTableMenu: string;
|
8245
9821
|
/**
|
8246
|
-
*
|
8247
|
-
*
|
8248
|
-
* @defaultValue false
|
9822
|
+
* Text for the rich text toolbar more button.
|
8249
9823
|
*/
|
8250
|
-
|
9824
|
+
richTextToolbarMoreButtonAriaLabel: string;
|
8251
9825
|
}
|
8252
9826
|
|
8253
|
-
/**
|
8254
|
-
* Details required for download a resource to cache.
|
8255
|
-
*
|
8256
|
-
* @public
|
8257
|
-
*/
|
8258
|
-
export declare type ResourceDetails = {
|
8259
|
-
threadId: string;
|
8260
|
-
messageId: string;
|
8261
|
-
resourceUrl: string;
|
8262
|
-
};
|
8263
|
-
|
8264
|
-
/**
|
8265
|
-
* Result of the Resource downloaded from stateful client
|
8266
|
-
* @public
|
8267
|
-
*/
|
8268
|
-
export declare type ResourceFetchResult = {
|
8269
|
-
sourceUrl?: string;
|
8270
|
-
error?: Error;
|
8271
|
-
};
|
8272
|
-
|
8273
9827
|
/**
|
8274
9828
|
* A button to start / stop screen sharing.
|
8275
9829
|
*
|
@@ -8341,6 +9895,19 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
8341
9895
|
*/
|
8342
9896
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
8343
9897
|
|
9898
|
+
/**
|
9899
|
+
* @beta
|
9900
|
+
* Error to be displayed to the user in an error bar above sendbox.
|
9901
|
+
*/
|
9902
|
+
export declare interface SendBoxErrorBarError {
|
9903
|
+
/** Error Message to be displayed */
|
9904
|
+
message: string;
|
9905
|
+
/**
|
9906
|
+
* Unix Timestamp. Preferred generation using `Date.now()`
|
9907
|
+
*/
|
9908
|
+
timestamp: number;
|
9909
|
+
}
|
9910
|
+
|
8344
9911
|
/**
|
8345
9912
|
* Props for {@link SendBox}.
|
8346
9913
|
*
|
@@ -8359,7 +9926,12 @@ export declare interface SendBoxProps {
|
|
8359
9926
|
/**
|
8360
9927
|
* Optional override behavior on send button click
|
8361
9928
|
*/
|
8362
|
-
onSendMessage?: (content: string) => Promise<void>;
|
9929
|
+
onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
|
9930
|
+
/**
|
9931
|
+
* Optional props needed to lookup suggestions in the mention scenario.
|
9932
|
+
* @beta
|
9933
|
+
*/
|
9934
|
+
mentionLookupOptions?: MentionLookupOptions;
|
8363
9935
|
/**
|
8364
9936
|
* Optional callback called when user is typing
|
8365
9937
|
*/
|
@@ -8396,6 +9968,25 @@ export declare interface SendBoxProps {
|
|
8396
9968
|
* When undefined nothing has focus on render
|
8397
9969
|
*/
|
8398
9970
|
autoFocus?: 'sendBoxTextField';
|
9971
|
+
/**
|
9972
|
+
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
9973
|
+
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
9974
|
+
* be rendered below the text area in sendBox.
|
9975
|
+
* @beta
|
9976
|
+
*/
|
9977
|
+
onRenderAttachmentUploads?: () => JSX.Element;
|
9978
|
+
/**
|
9979
|
+
* Optional array of type {@link AttachmentMetadataInProgress}
|
9980
|
+
* to render attachments being uploaded in the SendBox.
|
9981
|
+
* @beta
|
9982
|
+
*/
|
9983
|
+
attachments?: AttachmentMetadataInProgress[];
|
9984
|
+
/**
|
9985
|
+
* Optional callback to remove the attachment upload before sending by clicking on
|
9986
|
+
* cancel icon.
|
9987
|
+
* @beta
|
9988
|
+
*/
|
9989
|
+
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
8399
9990
|
}
|
8400
9991
|
|
8401
9992
|
/**
|
@@ -8426,6 +10017,26 @@ export declare interface SendBoxStrings {
|
|
8426
10017
|
* Aria label for send message button
|
8427
10018
|
*/
|
8428
10019
|
sendButtonAriaLabel: string;
|
10020
|
+
/**
|
10021
|
+
* Error message indicating that all attachment uploads are not complete.
|
10022
|
+
*/
|
10023
|
+
attachmentUploadsPendingError: string;
|
10024
|
+
/**
|
10025
|
+
* Aria label to notify user when focus is on cancel attachment upload button.
|
10026
|
+
*/
|
10027
|
+
removeAttachment: string;
|
10028
|
+
/**
|
10029
|
+
* Aria label to notify user attachment uploading starts.
|
10030
|
+
*/
|
10031
|
+
uploading: string;
|
10032
|
+
/**
|
10033
|
+
* Aria label to notify user attachment is uploaded.
|
10034
|
+
*/
|
10035
|
+
uploadCompleted: string;
|
10036
|
+
/**
|
10037
|
+
* Aria label to notify user more attachment action menu.
|
10038
|
+
*/
|
10039
|
+
attachmentMoreMenu: string;
|
8429
10040
|
}
|
8430
10041
|
|
8431
10042
|
/**
|
@@ -8446,6 +10057,45 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
8446
10057
|
systemMessage?: IStyle;
|
8447
10058
|
}
|
8448
10059
|
|
10060
|
+
/**
|
10061
|
+
* @beta
|
10062
|
+
* Strings for SitePermissions component
|
10063
|
+
*/
|
10064
|
+
export declare type SitePermissionsStrings = {
|
10065
|
+
/**
|
10066
|
+
* Main text string.
|
10067
|
+
*/
|
10068
|
+
primaryText?: string;
|
10069
|
+
/**
|
10070
|
+
* Subtext string.
|
10071
|
+
*/
|
10072
|
+
secondaryText?: string;
|
10073
|
+
/**
|
10074
|
+
* More help link string.
|
10075
|
+
*/
|
10076
|
+
linkText?: string;
|
10077
|
+
/**
|
10078
|
+
* Primary button text string.
|
10079
|
+
*/
|
10080
|
+
primaryButtonText?: string;
|
10081
|
+
/**
|
10082
|
+
* Aria label describing the content of the container
|
10083
|
+
*/
|
10084
|
+
ariaLabel?: string;
|
10085
|
+
};
|
10086
|
+
|
10087
|
+
/**
|
10088
|
+
* Fluent styles for {@link SitePermissionsContainer}.
|
10089
|
+
*
|
10090
|
+
* @beta
|
10091
|
+
*/
|
10092
|
+
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
10093
|
+
/** Styles for the primary button. */
|
10094
|
+
primaryButton?: IButtonStyles;
|
10095
|
+
/** Styles for the help troubleshooting link text. */
|
10096
|
+
troubleshootingLink?: ILinkStyles;
|
10097
|
+
}
|
10098
|
+
|
8449
10099
|
/**
|
8450
10100
|
* @public
|
8451
10101
|
* Type for representing a custom sound to use for a calling event
|
@@ -8626,7 +10276,7 @@ export declare interface SpotlightState {
|
|
8626
10276
|
* Identifier types for initiating a call using the CallAdapter
|
8627
10277
|
* @public
|
8628
10278
|
*/
|
8629
|
-
export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | UnknownIdentifier);
|
10279
|
+
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;
|
8630
10280
|
|
8631
10281
|
/**
|
8632
10282
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
@@ -8739,6 +10389,19 @@ export declare interface StatefulCallClient extends CallClient {
|
|
8739
10389
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
8740
10390
|
*/
|
8741
10391
|
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
10392
|
+
/** @conditional-compile-remove(one-to-n-calling) */
|
10393
|
+
/**
|
10394
|
+
* The CallAgent is used to handle calls.
|
10395
|
+
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
10396
|
+
* - The CallClient can only have one active CallAgent instance at a time.
|
10397
|
+
* - You can create a new CallClient instance to create a new CallAgent.
|
10398
|
+
* - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
|
10399
|
+
* createCallAgent() method again to create a new CallAgent.
|
10400
|
+
* @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
|
10401
|
+
* @param options - The CallAgentOptions for additional options like display name.
|
10402
|
+
* @public
|
10403
|
+
*/
|
10404
|
+
createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
|
8742
10405
|
}
|
8743
10406
|
|
8744
10407
|
/**
|
@@ -8751,7 +10414,16 @@ export declare type StatefulCallClientArgs = {
|
|
8751
10414
|
* UserId from SDK. This is provided for developer convenience to easily access the userId from the
|
8752
10415
|
* state. It is not used by StatefulCallClient.
|
8753
10416
|
*/
|
8754
|
-
userId: CommunicationUserIdentifier;
|
10417
|
+
userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
|
10418
|
+
/**
|
10419
|
+
* A phone number in E.164 format that will be used to represent the callers identity. This number is required
|
10420
|
+
* to start a PSTN call.
|
10421
|
+
*
|
10422
|
+
* example: +11234567
|
10423
|
+
*
|
10424
|
+
* This is not a cached value from the headless calling client.
|
10425
|
+
*/
|
10426
|
+
alternateCallerId?: string;
|
8755
10427
|
};
|
8756
10428
|
|
8757
10429
|
/**
|
@@ -8982,6 +10654,74 @@ export declare interface SystemMessageCommon extends MessageCommon {
|
|
8982
10654
|
*/
|
8983
10655
|
export declare type TeamsAdapterOptions = CommonCallAdapterOptions;
|
8984
10656
|
|
10657
|
+
/**
|
10658
|
+
* An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
|
10659
|
+
*
|
10660
|
+
* @beta
|
10661
|
+
*/
|
10662
|
+
export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
10663
|
+
/**
|
10664
|
+
* Join the call with microphone initially on/off.
|
10665
|
+
* @deprecated Use joinCall(options?:JoinCallOptions) instead.
|
10666
|
+
* @param microphoneOn - Whether microphone is initially enabled
|
10667
|
+
*
|
10668
|
+
* @beta
|
10669
|
+
*/
|
10670
|
+
joinCall(microphoneOn?: boolean): TeamsCall | undefined;
|
10671
|
+
/**
|
10672
|
+
* Join the call with options bag to set microphone/camera initial state when joining call
|
10673
|
+
* true = turn on the device when joining call
|
10674
|
+
* false = turn off the device when joining call
|
10675
|
+
* 'keep'/undefined = retain devices' precall state
|
10676
|
+
*
|
10677
|
+
* @param options - param to set microphone/camera initially on/off.
|
10678
|
+
*
|
10679
|
+
* @public
|
10680
|
+
*/
|
10681
|
+
joinCall(options?: JoinCallOptions): TeamsCall | undefined;
|
10682
|
+
/**
|
10683
|
+
* Start the call.
|
10684
|
+
*
|
10685
|
+
* @param participants - An array of participant ids to join
|
10686
|
+
*
|
10687
|
+
* @beta
|
10688
|
+
*/
|
10689
|
+
startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
|
10690
|
+
/**
|
10691
|
+
* Start the call.
|
10692
|
+
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
10693
|
+
* @beta
|
10694
|
+
*/
|
10695
|
+
startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
|
10696
|
+
}
|
10697
|
+
|
10698
|
+
/**
|
10699
|
+
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
10700
|
+
*
|
10701
|
+
* @beta
|
10702
|
+
*/
|
10703
|
+
export declare type TeamsCallAdapterArgs = {
|
10704
|
+
userId: MicrosoftTeamsUserIdentifier;
|
10705
|
+
credential: CommunicationTokenCredential;
|
10706
|
+
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
10707
|
+
/**
|
10708
|
+
* Optional parameters for the {@link TeamsCallAdapter} created
|
10709
|
+
*/
|
10710
|
+
options?: TeamsAdapterOptions;
|
10711
|
+
};
|
10712
|
+
|
10713
|
+
/**
|
10714
|
+
* Object containing all the teams call handlers required for calling components.
|
10715
|
+
*
|
10716
|
+
* Calling related components from this package are able to pick out relevant handlers from this object.
|
10717
|
+
* See {@link useHandlers} and {@link usePropsFor}.
|
10718
|
+
*
|
10719
|
+
* @beta
|
10720
|
+
*/
|
10721
|
+
export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
|
10722
|
+
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
10723
|
+
}
|
10724
|
+
|
8985
10725
|
/**
|
8986
10726
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
8987
10727
|
*
|
@@ -9182,11 +10922,115 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
9182
10922
|
typingString?: IStyle;
|
9183
10923
|
}
|
9184
10924
|
|
10925
|
+
/**
|
10926
|
+
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
10927
|
+
*
|
10928
|
+
* @beta
|
10929
|
+
*/
|
10930
|
+
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
10931
|
+
|
10932
|
+
/**
|
10933
|
+
* props for {@link UnsupportedBrowser} UI
|
10934
|
+
*
|
10935
|
+
* @beta
|
10936
|
+
*/
|
10937
|
+
export declare interface UnsupportedBrowserProps {
|
10938
|
+
/** Handler to perform an action when the help link is actioned */
|
10939
|
+
onTroubleshootingClick?: () => void;
|
10940
|
+
/** String overrides for the component */
|
10941
|
+
strings?: UnsupportedBrowserStrings;
|
10942
|
+
}
|
10943
|
+
|
10944
|
+
/**
|
10945
|
+
* Strings for UnsupportedBrowser component
|
10946
|
+
*
|
10947
|
+
* @beta
|
10948
|
+
*/
|
10949
|
+
export declare interface UnsupportedBrowserStrings {
|
10950
|
+
/** String for the primary text */
|
10951
|
+
primaryText: string;
|
10952
|
+
/** String for the secondary text */
|
10953
|
+
secondaryText: string;
|
10954
|
+
/** String to display in the text for the help link */
|
10955
|
+
moreHelpLinkText: string;
|
10956
|
+
}
|
10957
|
+
|
10958
|
+
/**
|
10959
|
+
* UI to display to the user that the browser version they are using is out of date
|
10960
|
+
* and not supported by Azure Communications Calling service.
|
10961
|
+
*
|
10962
|
+
* @beta
|
10963
|
+
*/
|
10964
|
+
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
10965
|
+
|
10966
|
+
/**
|
10967
|
+
* props for {@link UnsupportedBrowserVersion} UI
|
10968
|
+
*
|
10969
|
+
* @beta
|
10970
|
+
*/
|
10971
|
+
export declare interface UnsupportedBrowserVersionProps {
|
10972
|
+
/** Handler to perform an action when the help link is actioned */
|
10973
|
+
onTroubleshootingClick?: () => void;
|
10974
|
+
/** String overrides for the component */
|
10975
|
+
strings?: UnsupportedBrowserVersionStrings;
|
10976
|
+
/** Handler to allow user to continue into the call */
|
10977
|
+
onContinueAnywayClick?: () => void;
|
10978
|
+
}
|
10979
|
+
|
10980
|
+
/**
|
10981
|
+
* Strings for UnsupportedBrowser component
|
10982
|
+
*
|
10983
|
+
* @beta
|
10984
|
+
*/
|
10985
|
+
export declare interface UnsupportedBrowserVersionStrings {
|
10986
|
+
/** String for the primary text */
|
10987
|
+
primaryText: string;
|
10988
|
+
/** String for the secondary text */
|
10989
|
+
secondaryText: string;
|
10990
|
+
/** String to display in the text for the help link */
|
10991
|
+
moreHelpLinkText: string;
|
10992
|
+
/** String for continue without updating button */
|
10993
|
+
continueAnywayButtonText?: string;
|
10994
|
+
}
|
10995
|
+
|
10996
|
+
/**
|
10997
|
+
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
10998
|
+
*
|
10999
|
+
* @beta
|
11000
|
+
*/
|
11001
|
+
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
11002
|
+
|
11003
|
+
/**
|
11004
|
+
* Props for {@link UnsupportedOperatingSystem} UI
|
11005
|
+
*
|
11006
|
+
* @beta
|
11007
|
+
*/
|
11008
|
+
export declare interface UnsupportedOperatingSystemProps {
|
11009
|
+
/** Handler to perform a action when the help link is actioned */
|
11010
|
+
onTroubleshootingClick?: () => void;
|
11011
|
+
/** String overrides for the component */
|
11012
|
+
strings?: UnsupportedOperatingSystemStrings;
|
11013
|
+
}
|
11014
|
+
|
11015
|
+
/**
|
11016
|
+
* Strings for UnsupportedBrowser component
|
11017
|
+
*
|
11018
|
+
* @beta
|
11019
|
+
*/
|
11020
|
+
export declare interface UnsupportedOperatingSystemStrings {
|
11021
|
+
/** String for the primary text */
|
11022
|
+
primaryText: string;
|
11023
|
+
/** String for the secondary text */
|
11024
|
+
secondaryText: string;
|
11025
|
+
/** String to display in the text for the help link */
|
11026
|
+
moreHelpLinkText: string;
|
11027
|
+
}
|
11028
|
+
|
9185
11029
|
/**
|
9186
11030
|
* @public
|
9187
11031
|
* Callback function run when a message is updated.
|
9188
11032
|
*/
|
9189
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
11033
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
|
9190
11034
|
|
9191
11035
|
/**
|
9192
11036
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -9202,7 +11046,7 @@ export declare type UpdateMessageCallback = (messageId: string, content: string)
|
|
9202
11046
|
*
|
9203
11047
|
* @public
|
9204
11048
|
*/
|
9205
|
-
export declare const useAzureCommunicationCallAdapter: (args: Partial<AzureCommunicationCallAdapterArgs | AzureCommunicationOutboundCallAdapterArgs>, afterCreate?: (
|
11049
|
+
export declare const useAzureCommunicationCallAdapter: (args: Partial<AzureCommunicationCallAdapterArgs | AzureCommunicationOutboundCallAdapterArgs>, afterCreate?: (adapter: CallAdapter) => Promise<CallAdapter>, beforeDispose?: (adapter: CallAdapter) => Promise<void>) => CallAdapter | undefined;
|
9206
11050
|
|
9207
11051
|
/**
|
9208
11052
|
* A custom React hook to simplify the creation of {@link CallWithChatAdapter}.
|
@@ -9218,7 +11062,7 @@ export declare const useAzureCommunicationCallAdapter: (args: Partial<AzureCommu
|
|
9218
11062
|
*
|
9219
11063
|
* @public
|
9220
11064
|
*/
|
9221
|
-
export declare const useAzureCommunicationCallWithChatAdapter: (args: Partial<AzureCommunicationCallWithChatAdapterArgs>, afterCreate?: (
|
11065
|
+
export declare const useAzureCommunicationCallWithChatAdapter: (args: Partial<AzureCommunicationCallWithChatAdapterArgs>, afterCreate?: (adapter: CallWithChatAdapter) => Promise<CallWithChatAdapter>, beforeDispose?: (adapter: CallWithChatAdapter) => Promise<void>) => CallWithChatAdapter | undefined;
|
9222
11066
|
|
9223
11067
|
/**
|
9224
11068
|
* A custom React hook to simplify the creation of {@link ChatAdapter}.
|
@@ -9234,7 +11078,7 @@ export declare const useAzureCommunicationCallWithChatAdapter: (args: Partial<Az
|
|
9234
11078
|
*
|
9235
11079
|
* @public
|
9236
11080
|
*/
|
9237
|
-
export declare const useAzureCommunicationChatAdapter: (args: Partial<AzureCommunicationChatAdapterArgs>, afterCreate?: (
|
11081
|
+
export declare const useAzureCommunicationChatAdapter: (args: Partial<AzureCommunicationChatAdapterArgs>, afterCreate?: (adapter: ChatAdapter) => Promise<ChatAdapter>, beforeDispose?: (adapter: ChatAdapter) => Promise<void>) => ChatAdapter | undefined;
|
9238
11082
|
|
9239
11083
|
/**
|
9240
11084
|
* Hook to obtain {@link @azure/communication-calling#Call} from the provider.
|
@@ -9334,6 +11178,44 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
|
|
9334
11178
|
*/
|
9335
11179
|
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;
|
9336
11180
|
|
11181
|
+
/**
|
11182
|
+
* Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
|
11183
|
+
*
|
11184
|
+
* Useful when implementing a custom component that utilizes the providers
|
11185
|
+
* exported from this library.
|
11186
|
+
*
|
11187
|
+
* you must have previously used the CallProvider with a TeamsCall object to use this hook
|
11188
|
+
*
|
11189
|
+
* @beta
|
11190
|
+
*/
|
11191
|
+
export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
11192
|
+
|
11193
|
+
/**
|
11194
|
+
* A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
|
11195
|
+
*
|
11196
|
+
* Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
|
11197
|
+
* creation of the adapter internally.
|
11198
|
+
*
|
11199
|
+
* Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
|
11200
|
+
* as they are created. The adapter is only created when all arguments are defined.
|
11201
|
+
*
|
11202
|
+
* Note that you must memoize the arguments to avoid recreating adapter on each render.
|
11203
|
+
* See storybook for typical usage examples.
|
11204
|
+
*
|
11205
|
+
* @beta
|
11206
|
+
*/
|
11207
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
11208
|
+
|
11209
|
+
/**
|
11210
|
+
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
11211
|
+
*
|
11212
|
+
* Useful when implementing a custom component that utilizes the providers
|
11213
|
+
* exported from this library.
|
11214
|
+
*
|
11215
|
+
* @beta
|
11216
|
+
*/
|
11217
|
+
export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
|
11218
|
+
|
9337
11219
|
/**
|
9338
11220
|
* React hook to access theme
|
9339
11221
|
*
|
@@ -9473,7 +11355,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
9473
11355
|
/**
|
9474
11356
|
* @public
|
9475
11357
|
*/
|
9476
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
11358
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | 'focusedContent';
|
9477
11359
|
|
9478
11360
|
/**
|
9479
11361
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -9653,6 +11535,11 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
|
|
9653
11535
|
isSpeaking?: boolean;
|
9654
11536
|
/** Video stream of shared screen */
|
9655
11537
|
screenShareStream?: VideoGalleryStream;
|
11538
|
+
/**
|
11539
|
+
* @beta
|
11540
|
+
* The connection state of the participant. For example, 'Hold', 'Connecting' etc.
|
11541
|
+
*/
|
11542
|
+
state?: ParticipantState;
|
9656
11543
|
/** Whether participant is raised a hand */
|
9657
11544
|
raisedHand?: RaisedHand;
|
9658
11545
|
/**
|
@@ -9921,6 +11808,12 @@ export declare interface VideoTileProps {
|
|
9921
11808
|
isSpeaking?: boolean;
|
9922
11809
|
/** Whether the participant is raised hand. Show a indicator (border) and icon with order */
|
9923
11810
|
raisedHand?: RaisedHand;
|
11811
|
+
/**
|
11812
|
+
* The call connection state of the participant.
|
11813
|
+
* For example, `Hold` means the participant is on hold.
|
11814
|
+
*/
|
11815
|
+
participantState?: ParticipantState;
|
11816
|
+
strings?: VideoTileStrings;
|
9924
11817
|
/**
|
9925
11818
|
* Display custom menu items in the VideoTile's contextual menu.
|
9926
11819
|
* Uses Fluent UI ContextualMenu.
|
@@ -9953,6 +11846,15 @@ export declare interface VideoTilesOptions {
|
|
9953
11846
|
alwaysShowLabelBackground?: boolean;
|
9954
11847
|
}
|
9955
11848
|
|
11849
|
+
/**
|
11850
|
+
* Strings of {@link VideoTile} that can be overridden.
|
11851
|
+
* @beta
|
11852
|
+
*/
|
11853
|
+
export declare interface VideoTileStrings {
|
11854
|
+
participantStateRinging: string;
|
11855
|
+
participantStateHold: string;
|
11856
|
+
}
|
11857
|
+
|
9956
11858
|
/**
|
9957
11859
|
* Fluent styles for {@link VideoTile}.
|
9958
11860
|
*
|