@azure/communication-react 1.24.0-beta.1 → 1.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/communication-react.d.ts +66 -2240
- package/dist/dist-cjs/communication-react/index.js +38012 -178
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/common.d.ts +0 -13
- package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/constants.d.ts +0 -5
- package/dist/dist-esm/acs-ui-common/src/constants.js +0 -5
- package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts +0 -4
- package/dist/dist-esm/acs-ui-common/src/index.js +0 -3
- package/dist/dist-esm/acs-ui-common/src/index.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 +0 -14
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +8 -18
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.d.ts +0 -8
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +2 -64
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +0 -28
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +1 -65
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +1 -5
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +1 -30
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +6 -14
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +0 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +1 -3
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.d.ts +0 -5
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +3 -8
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +43 -32
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +0 -4
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +6 -160
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +6 -26
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +23 -251
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -6
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +6 -31
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js +4 -4
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +0 -12
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +0 -32
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +0 -9
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +1 -45
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +1 -7
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +2 -3
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +0 -7
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +0 -8
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -17
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -3
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +2 -6
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +2 -35
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +1 -2
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +0 -3
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +2 -25
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +3 -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 -15
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +1 -2
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/index.d.ts +0 -1
- package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +0 -35
- package/dist/dist-esm/communication-react/src/index.js +0 -9
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +0 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.d.ts +0 -101
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +6 -83
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +1 -13
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +3 -9
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +0 -11
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +2 -32
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +1 -8
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +5 -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 +1 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +4 -4
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +1 -4
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +6 -31
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +1 -15
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +0 -9
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +2 -23
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +6 -17
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +1 -8
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +6 -10
- 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 +5 -5
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js +0 -2
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +0 -15
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +1 -5
- package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +5 -81
- package/dist/dist-esm/react-components/src/components/MessageThread.js +3 -13
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +5 -3
- package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +7 -4
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +3 -12
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +2 -2
- package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.js +2 -2
- package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +1 -47
- package/dist/dist-esm/react-components/src/components/SendBox.js +6 -57
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +0 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +0 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -19
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +0 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +0 -5
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -34
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +2 -13
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/index.js +0 -11
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.d.ts +0 -21
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +0 -53
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.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 +0 -8
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +1 -37
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +3 -30
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +2 -4
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +2 -9
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +1 -38
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +4 -131
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.js +0 -2
- package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +1 -2
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +2 -3
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +0 -4
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +1 -3
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +0 -2
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -63
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/es-MX/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/fr-CA/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +5 -0
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +0 -1
- package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +1 -29
- package/dist/dist-esm/react-components/src/theming/icons.js +2 -91
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.d.ts +0 -6
- package/dist/dist-esm/react-components/src/theming/themes.js +0 -9
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/Attachment.d.ts +0 -13
- package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -20
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/index.d.ts +0 -1
- package/dist/dist-esm/react-components/src/types/index.js +0 -1
- package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -72
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +11 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +0 -64
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +5 -48
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +29 -89
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -72
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -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/index.d.ts +0 -3
- 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/BreakoutRoomsBanner.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +3 -7
- 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/ConfigurationPageCameraDropdown.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -19
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +2 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -19
- 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/LocalDeviceSettings.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +3 -5
- 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/SidePane/usePeoplePane.js +9 -0
- 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/hooks/useHandlers.js +1 -19
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -4
- 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 +26 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +24 -46
- 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/HoldPage.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +2 -2
- 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/TransferPage.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +0 -24
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -24
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +3 -3
- 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.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +12 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +1 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +4 -60
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +0 -65
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +7 -13
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +3 -20
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +23 -62
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +3 -73
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -12
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +4 -10
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +2 -14
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -27
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +1 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +11 -189
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -20
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +2 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +0 -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 +2 -12
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +2 -13
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -4
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -4
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js +3 -13
- package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +6 -13
- 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/DesktopMoreButton.d.ts +0 -3
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +2 -85
- 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/PeopleButton.js +0 -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/Drawer/MoreDrawer.d.ts +0 -3
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +9 -70
- 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/PreparedMoreDrawer.d.ts +0 -3
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +1 -2
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +2 -41
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/common/constants.js +0 -5
- 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 +2 -33
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +1 -5
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +1 -1
- package/package.json +3 -3
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-ClQ2m7aI.js +0 -206
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-ClQ2m7aI.js.map +0 -1
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-Bhftq9li.js +0 -50
- package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-Bhftq9li.js.map +0 -1
- package/dist/dist-cjs/communication-react/index-CcIzeubJ.js +0 -45677
- package/dist/dist-cjs/communication-react/index-CcIzeubJ.js.map +0 -1
- package/dist/dist-esm/acs-ui-common/src/dataConversion.d.ts +0 -6
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js +0 -20
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js.map +0 -1
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.d.ts +0 -7
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.js +0 -18
- package/dist/dist-esm/acs-ui-common/src/removeImageTags.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.d.ts +0 -14
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js +0 -204
- package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +0 -17
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +0 -33
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/RealTimeTextSubscriber.d.ts +0 -16
- package/dist/dist-esm/calling-stateful-client/src/RealTimeTextSubscriber.js +0 -22
- package/dist/dist-esm/calling-stateful-client/src/RealTimeTextSubscriber.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.d.ts +0 -24
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +0 -60
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.d.ts +0 -18
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js +0 -31
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js.map +0 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.d.ts +0 -6
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js +0 -20
- package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +0 -10
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +0 -15
- package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +0 -196
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -36
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -67
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -51
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -40
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +0 -121
- package/dist/dist-esm/react-components/src/components/MentionPopover.js +0 -119
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.d.ts +0 -28
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js +0 -26
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RealTimeText.d.ts +0 -58
- package/dist/dist-esm/react-components/src/components/RealTimeText.js +0 -38
- package/dist/dist-esm/react-components/src/components/RealTimeText.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.d.ts +0 -42
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js +0 -53
- package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.d.ts +0 -9
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js +0 -29
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +0 -30
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +0 -98
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +0 -19
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +0 -43
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +0 -42
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +0 -64
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +0 -20
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +0 -45
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js +0 -42
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +0 -30
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +0 -99
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +0 -59
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +0 -336
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +0 -37
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +0 -78
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +0 -215
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +0 -173
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +0 -16
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +0 -75
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +0 -19
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +0 -221
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +0 -51
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +0 -64
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +0 -6
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +0 -13
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +0 -56
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +0 -75
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +0 -18
- package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.d.ts +0 -48
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js +0 -25
- package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +0 -24
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +0 -550
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +0 -152
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +0 -819
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.d.ts +0 -15
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js +0 -91
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.d.ts +0 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js +0 -14
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.d.ts +0 -23
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js +0 -47
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
- package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +0 -26
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +0 -69
- package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.d.ts +0 -10
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js +0 -23
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +0 -82
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +0 -320
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +0 -21
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +0 -38
- package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -99
- package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +0 -5
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +0 -32
- package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.d.ts +0 -98
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js +0 -181
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -69
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +0 -73
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +0 -178
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +0 -33
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +0 -119
- package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
- package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
- package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.d.ts +0 -8
- package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js +0 -17
- package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js.map +0 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.d.ts +0 -38
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js +0 -2
- package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -49
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -203
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -41
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +0 -23
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +0 -49
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +0 -44
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +0 -39
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +0 -265
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +0 -80
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +0 -36
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.d.ts +0 -38
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +0 -67
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +0 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.d.ts +0 -12
- package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.js +0 -19
- package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +0 -10
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +0 -16
- package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +0 -1
@@ -17,7 +17,6 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
17
17
|
import { CallDirection } from '@azure/communication-calling';
|
18
18
|
import { CallEndReason } from '@azure/communication-calling';
|
19
19
|
import { CallerInfo } from '@azure/communication-calling';
|
20
|
-
import { CallInfo } from '@azure/communication-calling';
|
21
20
|
import { CallKind } from '@azure/communication-calling';
|
22
21
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
23
22
|
import { CallSurvey } from '@azure/communication-calling';
|
@@ -51,7 +50,6 @@ import { IContextualMenuProps } from '@fluentui/react';
|
|
51
50
|
import { IContextualMenuStyles } from '@fluentui/react';
|
52
51
|
import { IIconProps } from '@fluentui/react';
|
53
52
|
import { IIconStyles } from '@fluentui/react';
|
54
|
-
import { ILinkStyles } from '@fluentui/react';
|
55
53
|
import { IMessageBarProps } from '@fluentui/react';
|
56
54
|
import { IncomingCall } from '@azure/communication-calling';
|
57
55
|
import { IncomingCallKind } from '@azure/communication-calling';
|
@@ -65,7 +63,6 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
|
|
65
63
|
import { ITextFieldStyles } from '@fluentui/react';
|
66
64
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
67
65
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
68
|
-
import { LocalRecordingInfo } from '@azure/communication-calling';
|
69
66
|
import { LocalVideoStream } from '@azure/communication-calling';
|
70
67
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
71
68
|
import { MediaStreamType } from '@azure/communication-calling';
|
@@ -74,7 +71,6 @@ import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
|
74
71
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
75
72
|
import { PartialTheme } from '@fluentui/react';
|
76
73
|
import { ParticipantCapabilities } from '@azure/communication-calling';
|
77
|
-
import { ParticipantInfo } from '@azure/communication-calling';
|
78
74
|
import { ParticipantRole } from '@azure/communication-calling';
|
79
75
|
import { PermissionConstraints } from '@azure/communication-calling';
|
80
76
|
import { PersonaInitialsColor } from '@fluentui/react';
|
@@ -85,9 +81,6 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
|
|
85
81
|
import { default as React_2 } from 'react';
|
86
82
|
import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
87
83
|
import { ReactionMessage } from '@azure/communication-calling';
|
88
|
-
import { RealTimeTextInfo as RealTimeTextInfo_2 } from '@azure/communication-calling';
|
89
|
-
import { RealTimeTextResultType } from '@azure/communication-calling';
|
90
|
-
import { RecordingInfo } from '@azure/communication-calling';
|
91
84
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
92
85
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
93
86
|
import { RoomCallLocator } from '@azure/communication-calling';
|
@@ -277,40 +270,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
277
270
|
*/
|
278
271
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
279
272
|
|
280
|
-
/**
|
281
|
-
* @beta
|
282
|
-
* A callback function that defines what actions user can perform on an attachment.
|
283
|
-
* By default, the UI library would have default actions that opens attachment URL in a new tab.
|
284
|
-
* You can override the default actions or add new actions by providing this callback function.
|
285
|
-
* Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
|
286
|
-
*
|
287
|
-
* @param attachment - The file attachment that user is trying to perform actions on.
|
288
|
-
* @param message - The chat message that contains this attachment.
|
289
|
-
* @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
|
290
|
-
*/
|
291
|
-
export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
|
292
|
-
|
293
|
-
/**
|
294
|
-
* @beta
|
295
|
-
*
|
296
|
-
* Attachment download options defines the list of actions that can be performed on an attachment.
|
297
|
-
*/
|
298
|
-
export declare interface AttachmentDownloadOptions {
|
299
|
-
actionsForAttachment: AttachmentActionHandler;
|
300
|
-
}
|
301
|
-
|
302
|
-
/**
|
303
|
-
* @beta
|
304
|
-
*
|
305
|
-
* Attachment menu action defines buttons that can be shown on the attachment card.
|
306
|
-
* If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
|
307
|
-
*/
|
308
|
-
export declare interface AttachmentMenuAction {
|
309
|
-
name: string;
|
310
|
-
icon: JSX.Element;
|
311
|
-
onClick: (attachment: AttachmentMetadata) => Promise<void>;
|
312
|
-
}
|
313
|
-
|
314
273
|
/**
|
315
274
|
* Data model that represents a chat message attachment
|
316
275
|
* where it contains an ID to uniquely identify the attachment,
|
@@ -334,150 +293,6 @@ export declare interface AttachmentMetadata {
|
|
334
293
|
url: string;
|
335
294
|
}
|
336
295
|
|
337
|
-
/**
|
338
|
-
* Data model that represents a chat message attachment being uploaded
|
339
|
-
* where it contains an ID to uniquely identify the attachment,
|
340
|
-
* a name that represents the name of file,
|
341
|
-
* an optional URL to download the attachment,
|
342
|
-
* an optional progress value between 0 and 1 indicating the progress of the upload, and
|
343
|
-
* an optional error object that contains error message would be shown to the user.
|
344
|
-
*
|
345
|
-
*
|
346
|
-
* @beta
|
347
|
-
*/
|
348
|
-
export declare interface AttachmentMetadataInProgress {
|
349
|
-
/**
|
350
|
-
* Unique ID of the attachment.
|
351
|
-
*/
|
352
|
-
id: string;
|
353
|
-
/**
|
354
|
-
* Attachment name to be displayed.
|
355
|
-
*/
|
356
|
-
name: string;
|
357
|
-
/**
|
358
|
-
* Download URL for the attachment.
|
359
|
-
*/
|
360
|
-
url?: string;
|
361
|
-
/**
|
362
|
-
* A number between 0 and 1 indicating the progress of the upload.
|
363
|
-
*/
|
364
|
-
progress?: number;
|
365
|
-
/**
|
366
|
-
* A object contains error message would be shown to the user.
|
367
|
-
*/
|
368
|
-
error?: AttachmentProgressError;
|
369
|
-
}
|
370
|
-
|
371
|
-
/**
|
372
|
-
* @beta
|
373
|
-
*
|
374
|
-
* Attachment Options that defines behaviour for uploading and downloading attachments.
|
375
|
-
*/
|
376
|
-
export declare interface AttachmentOptions {
|
377
|
-
uploadOptions?: AttachmentUploadOptions;
|
378
|
-
downloadOptions?: AttachmentDownloadOptions;
|
379
|
-
}
|
380
|
-
|
381
|
-
/**
|
382
|
-
* @beta
|
383
|
-
* A attachment progress error object that contains message to be shown to
|
384
|
-
* the user when upload fails.
|
385
|
-
*/
|
386
|
-
export declare interface AttachmentProgressError {
|
387
|
-
message: string;
|
388
|
-
}
|
389
|
-
|
390
|
-
/**
|
391
|
-
* @beta
|
392
|
-
* A callback function for handling attachment removed by the user in send box.
|
393
|
-
*
|
394
|
-
* @param attachmentId - The ID of uploaded attachments.
|
395
|
-
*/
|
396
|
-
export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
|
397
|
-
|
398
|
-
/**
|
399
|
-
* @beta
|
400
|
-
* A callback function for handling list of upload tasks that contains files selected by user to upload.
|
401
|
-
*
|
402
|
-
* @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
|
403
|
-
*/
|
404
|
-
export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
|
405
|
-
|
406
|
-
/**
|
407
|
-
* @beta
|
408
|
-
*/
|
409
|
-
export declare interface AttachmentUploadOptions {
|
410
|
-
/**
|
411
|
-
* A list of strings containing the comma separated list of supported media (aka. mime) types.
|
412
|
-
* i.e. ['image/*', 'video/*', 'audio/*']
|
413
|
-
* Default value is `['*']`, meaning all media types are supported.
|
414
|
-
* Similar to the `accept` attribute of the `<input type="attachment" />` element.
|
415
|
-
* @beta
|
416
|
-
*/
|
417
|
-
supportedMediaTypes?: string[];
|
418
|
-
/**
|
419
|
-
* Disable multiple attachments to be selected if set to `true`.
|
420
|
-
* Default value is `false`, meaning multiple attachments can be selected.
|
421
|
-
* Similar to the `multiple` attribute of the `<input type="attachment" />` element.
|
422
|
-
* @beta
|
423
|
-
*/
|
424
|
-
disableMultipleUploads?: boolean;
|
425
|
-
/**
|
426
|
-
* A callback function of type {@link AttachmentSelectionHandler} that will be called
|
427
|
-
* when user finishes selecting files in browser's file picker. This function is required since
|
428
|
-
* this would be where upload logic is implemented to your own storage.
|
429
|
-
* @beta
|
430
|
-
*/
|
431
|
-
handleAttachmentSelection: AttachmentSelectionHandler;
|
432
|
-
/**
|
433
|
-
* A optional callback function that will be called
|
434
|
-
* when user removing files before clicking send message button. This function will be
|
435
|
-
* where you can remove the file from your storage.
|
436
|
-
* @beta
|
437
|
-
*/
|
438
|
-
handleAttachmentRemoval?: AttachmentRemovalHandler;
|
439
|
-
}
|
440
|
-
|
441
|
-
/**
|
442
|
-
* A upload task represents and manages an attachment that is being uploaded.
|
443
|
-
* When using the Composite, an attachment upload task is created for each file user is selected to upload.
|
444
|
-
* A upload task is complete when notifyUploadCompleted is called.
|
445
|
-
* A upload task is failed when notifyUploadFailed is called.
|
446
|
-
* @beta
|
447
|
-
*/
|
448
|
-
export declare interface AttachmentUploadTask {
|
449
|
-
/**
|
450
|
-
* Unique identifier for the attachment upload task.
|
451
|
-
*/
|
452
|
-
taskId: string;
|
453
|
-
/**
|
454
|
-
* HTML {@link File} object for the uploaded attachment.
|
455
|
-
*/
|
456
|
-
file?: File;
|
457
|
-
/**
|
458
|
-
* {@link Blob} object for the uploaded inline image.
|
459
|
-
*/
|
460
|
-
image?: Blob;
|
461
|
-
/**
|
462
|
-
* Update the progress of the upload changed.
|
463
|
-
* A upload is considered complete when the progress reaches 1.
|
464
|
-
* @param value - number between 0 and 1
|
465
|
-
*/
|
466
|
-
notifyUploadProgressChanged: (value: number) => void;
|
467
|
-
/**
|
468
|
-
* Mark the upload task as complete.
|
469
|
-
* An attachment is considered completed uploading when ID and URL are provided.
|
470
|
-
* @param id - the unique identifier of the attachment.
|
471
|
-
* @param url - the download URL of the attachment.
|
472
|
-
*/
|
473
|
-
notifyUploadCompleted: (id: string, url: string) => void;
|
474
|
-
/**
|
475
|
-
* Mark the upload task as failed.
|
476
|
-
* @param message - An error message that can be displayed to the user.
|
477
|
-
*/
|
478
|
-
notifyUploadFailed: (message: string) => void;
|
479
|
-
}
|
480
|
-
|
481
296
|
/**
|
482
297
|
* Custom data attributes for displaying avatar for a user.
|
483
298
|
*
|
@@ -668,168 +483,20 @@ export declare interface BaseCustomStyles {
|
|
668
483
|
root?: IStyle;
|
669
484
|
}
|
670
485
|
|
671
|
-
/**
|
672
|
-
* Content blocked message type.
|
673
|
-
*
|
674
|
-
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
675
|
-
*
|
676
|
-
* @beta
|
677
|
-
*/
|
678
|
-
export declare interface BlockedMessage extends MessageCommon {
|
679
|
-
messageType: 'blocked';
|
680
|
-
warningText?: string;
|
681
|
-
linkText?: string;
|
682
|
-
link?: string;
|
683
|
-
deletedOn?: Date;
|
684
|
-
senderId?: string;
|
685
|
-
senderDisplayName?: string;
|
686
|
-
status?: MessageStatus;
|
687
|
-
attached?: MessageAttachedStatus;
|
688
|
-
mine?: boolean;
|
689
|
-
}
|
690
|
-
|
691
486
|
/**
|
692
487
|
* Breakout rooms state
|
693
488
|
*
|
694
489
|
* @public
|
695
490
|
*/
|
696
491
|
export declare interface BreakoutRoomsState {
|
492
|
+
/** Breakout room assigned to local user in call */
|
697
493
|
assignedBreakoutRoom?: BreakoutRoom;
|
494
|
+
/** Breakout room settings of call. This is defined when call is a breakout room. */
|
698
495
|
breakoutRoomSettings?: BreakoutRoomsSettings;
|
699
|
-
|
496
|
+
/** Display name of breakout room. This is defined when call is a breakout room. */
|
700
497
|
breakoutRoomDisplayName?: string;
|
701
498
|
}
|
702
499
|
|
703
|
-
/**
|
704
|
-
* @beta
|
705
|
-
* Props for BrowserPermissionDeniedIOS component.
|
706
|
-
*/
|
707
|
-
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
708
|
-
/**
|
709
|
-
* Localization strings for BrowserPermissionDeniedIOS component.
|
710
|
-
*/
|
711
|
-
strings?: BrowserPermissionDeniedIOSStrings;
|
712
|
-
/**
|
713
|
-
* Link to image source.
|
714
|
-
*
|
715
|
-
* Image is inserted into the top of the component.
|
716
|
-
*/
|
717
|
-
imageSource?: string;
|
718
|
-
}
|
719
|
-
|
720
|
-
/**
|
721
|
-
* @beta
|
722
|
-
* Strings for BrowserPermissionDeniedIOS component
|
723
|
-
*/
|
724
|
-
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
725
|
-
/**
|
726
|
-
* Image alt text
|
727
|
-
*/
|
728
|
-
imageAltText: string;
|
729
|
-
/**
|
730
|
-
* Main text string.
|
731
|
-
*/
|
732
|
-
primaryText: string;
|
733
|
-
/**
|
734
|
-
* Subtext string.
|
735
|
-
*/
|
736
|
-
secondaryText: string;
|
737
|
-
/**
|
738
|
-
* Step 1 string
|
739
|
-
*/
|
740
|
-
step1Text: string;
|
741
|
-
/**
|
742
|
-
* Step 1 digit string
|
743
|
-
*/
|
744
|
-
step1DigitText: string;
|
745
|
-
/**
|
746
|
-
* Step 2 string
|
747
|
-
*/
|
748
|
-
step2Text: string;
|
749
|
-
/**
|
750
|
-
* Step 2 digit string
|
751
|
-
*/
|
752
|
-
step2DigitText: string;
|
753
|
-
/**
|
754
|
-
* Step 3 string
|
755
|
-
*/
|
756
|
-
step3Text: string;
|
757
|
-
/**
|
758
|
-
* Step 3 digit string
|
759
|
-
*/
|
760
|
-
step3DigitText: string;
|
761
|
-
/**
|
762
|
-
* Step 4 string
|
763
|
-
*/
|
764
|
-
step4Text: string;
|
765
|
-
/**
|
766
|
-
* Step 4 digit string
|
767
|
-
*/
|
768
|
-
step4DigitText: string;
|
769
|
-
}
|
770
|
-
|
771
|
-
/**
|
772
|
-
* @beta
|
773
|
-
* Props for BrowserPermissionDenied component.
|
774
|
-
*/
|
775
|
-
export declare interface BrowserPermissionDeniedProps {
|
776
|
-
/**
|
777
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
778
|
-
*/
|
779
|
-
onTroubleshootingClick?: () => void;
|
780
|
-
/**
|
781
|
-
* Action to be taken by the try again primary button.
|
782
|
-
*/
|
783
|
-
onTryAgainClick?: () => void;
|
784
|
-
/**
|
785
|
-
* Localization strings for BrowserPermissionDenied component.
|
786
|
-
*/
|
787
|
-
strings?: BrowserPermissionDeniedStrings;
|
788
|
-
/**
|
789
|
-
* Allows users to pass in an object contains custom CSS styles.
|
790
|
-
* @Example
|
791
|
-
* ```
|
792
|
-
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
793
|
-
* ```
|
794
|
-
*/
|
795
|
-
styles?: BrowserPermissionDeniedStyles;
|
796
|
-
}
|
797
|
-
|
798
|
-
/**
|
799
|
-
* @beta
|
800
|
-
* Strings for BrowserPermissionDenied component
|
801
|
-
*/
|
802
|
-
export declare interface BrowserPermissionDeniedStrings {
|
803
|
-
/**
|
804
|
-
* Main button text string.
|
805
|
-
*/
|
806
|
-
primaryButtonText: string;
|
807
|
-
/**
|
808
|
-
* Main text string.
|
809
|
-
*/
|
810
|
-
primaryText: string;
|
811
|
-
/**
|
812
|
-
* Subtext string.
|
813
|
-
*/
|
814
|
-
secondaryText: string;
|
815
|
-
/**
|
816
|
-
* More help link string.
|
817
|
-
*/
|
818
|
-
linkText: string;
|
819
|
-
}
|
820
|
-
|
821
|
-
/**
|
822
|
-
* Fluent styles for {@link BrowserPermissionDenied}.
|
823
|
-
*
|
824
|
-
* @beta
|
825
|
-
*/
|
826
|
-
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
827
|
-
/** Styles for the primary button. */
|
828
|
-
primaryButton?: IButtonStyles;
|
829
|
-
/** Styles for the help troubleshooting link text. */
|
830
|
-
troubleshootingLink?: ILinkStyles;
|
831
|
-
}
|
832
|
-
|
833
500
|
/**
|
834
501
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
835
502
|
*
|
@@ -1033,49 +700,6 @@ export declare interface CallAdapterCallOperations {
|
|
1033
700
|
* @public
|
1034
701
|
*/
|
1035
702
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
1036
|
-
/**
|
1037
|
-
* Create the html view for a stream.
|
1038
|
-
*
|
1039
|
-
* @remarks
|
1040
|
-
* This method is implemented for composite
|
1041
|
-
*
|
1042
|
-
* @param featureName - Name of feature to render
|
1043
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
1044
|
-
*
|
1045
|
-
* @beta
|
1046
|
-
*/
|
1047
|
-
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
1048
|
-
/**
|
1049
|
-
* Start Together mode.
|
1050
|
-
*
|
1051
|
-
* @beta
|
1052
|
-
*/
|
1053
|
-
startTogetherMode(): Promise<void>;
|
1054
|
-
/**
|
1055
|
-
* Recalculate the seating positions for together mode.
|
1056
|
-
*
|
1057
|
-
* @remarks
|
1058
|
-
* This method is implemented for composite
|
1059
|
-
*
|
1060
|
-
* @param width - Width of the container
|
1061
|
-
* @param height - Height of the container
|
1062
|
-
*
|
1063
|
-
* @beta
|
1064
|
-
*/
|
1065
|
-
setTogetherModeSceneSize(width: number, height: number): void;
|
1066
|
-
/**
|
1067
|
-
* Dispose the html view for a stream.
|
1068
|
-
*
|
1069
|
-
* @remarks
|
1070
|
-
* This method is implemented for composite
|
1071
|
-
*
|
1072
|
-
*
|
1073
|
-
* @param featureName - Name of the feature to dispose
|
1074
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
1075
|
-
*
|
1076
|
-
* @beta
|
1077
|
-
*/
|
1078
|
-
disposeTogetherModeStreamView(): Promise<void>;
|
1079
703
|
/**
|
1080
704
|
* Dispose the html view for a screen share stream
|
1081
705
|
*
|
@@ -1126,10 +750,6 @@ export declare interface CallAdapterCallOperations {
|
|
1126
750
|
* @public
|
1127
751
|
*/
|
1128
752
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1129
|
-
/**
|
1130
|
-
* Continues into a call when the browser version is not supported.
|
1131
|
-
*/
|
1132
|
-
allowUnsupportedBrowserVersion(): void;
|
1133
753
|
/**
|
1134
754
|
* Function to Start captions
|
1135
755
|
* @param options - options for start captions
|
@@ -1251,12 +871,6 @@ export declare interface CallAdapterCallOperations {
|
|
1251
871
|
* Permit Teams meeting video.
|
1252
872
|
*/
|
1253
873
|
permitOthersVideo(): Promise<void>;
|
1254
|
-
/**
|
1255
|
-
* Send real time text
|
1256
|
-
* @param text - real time text content
|
1257
|
-
* @param finalized - Boolean to indicate if the real time text is final
|
1258
|
-
*/
|
1259
|
-
sendRealTimeText: (text: string, isFinalized: boolean) => Promise<void>;
|
1260
874
|
}
|
1261
875
|
|
1262
876
|
/**
|
@@ -1435,7 +1049,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
1435
1049
|
*
|
1436
1050
|
* @public
|
1437
1051
|
*/
|
1438
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator |
|
1052
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
|
1439
1053
|
|
1440
1054
|
/**
|
1441
1055
|
* {@link CommonCallAdapter} state.
|
@@ -1528,10 +1142,6 @@ export declare interface CallAdapterSubscribers {
|
|
1528
1142
|
* Subscribe function for 'isSpokenLanguageChanged' event.
|
1529
1143
|
*/
|
1530
1144
|
on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
1531
|
-
/**
|
1532
|
-
* Subscribe function for 'realTimeTextReceived' event.
|
1533
|
-
*/
|
1534
|
-
on(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
|
1535
1145
|
/**
|
1536
1146
|
* Subscribe function for 'transferRequested' event.
|
1537
1147
|
*/
|
@@ -1620,10 +1230,6 @@ export declare interface CallAdapterSubscribers {
|
|
1620
1230
|
* Unsubscribe function for 'isSpokenLanguageChanged' event.
|
1621
1231
|
*/
|
1622
1232
|
off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
1623
|
-
/**
|
1624
|
-
* Unsubscribe function for 'realTimeTextReceived' event.
|
1625
|
-
*/
|
1626
|
-
off(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
|
1627
1233
|
/**
|
1628
1234
|
* Unsubscribe function for 'transferRequested' event.
|
1629
1235
|
*/
|
@@ -1658,7 +1264,6 @@ export declare interface CallAdapterSubscribers {
|
|
1658
1264
|
export declare type CallAdapterUiState = {
|
1659
1265
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1660
1266
|
page: CallCompositePage;
|
1661
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
1662
1267
|
};
|
1663
1268
|
|
1664
1269
|
/**
|
@@ -1702,7 +1307,7 @@ export declare interface CallAgentState {
|
|
1702
1307
|
*/
|
1703
1308
|
export declare interface CallAndChatLocator {
|
1704
1309
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1705
|
-
callLocator: GroupCallLocator
|
1310
|
+
callLocator: GroupCallLocator;
|
1706
1311
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1707
1312
|
chatThreadId: string;
|
1708
1313
|
}
|
@@ -1906,7 +1511,6 @@ export declare type CallCompositeIcons = {
|
|
1906
1511
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
|
1907
1512
|
PeoplePaneMoreButton?: JSX.Element;
|
1908
1513
|
StopAllSpotlightMenuButton?: JSX.Element;
|
1909
|
-
TogetherModeLayout?: JSX.Element;
|
1910
1514
|
};
|
1911
1515
|
|
1912
1516
|
/**
|
@@ -1948,56 +1552,6 @@ export declare type CallCompositeOptions = {
|
|
1948
1552
|
* @defaultValue true
|
1949
1553
|
*/
|
1950
1554
|
callControls?: boolean | CallControlOptions;
|
1951
|
-
/**
|
1952
|
-
* Device permissions check options for your call.
|
1953
|
-
* Here you can choose what device permissions you prompt the user for,
|
1954
|
-
* as well as what device permissions must be accepted before starting a call.
|
1955
|
-
*/
|
1956
|
-
deviceChecks?: DeviceCheckOptions;
|
1957
|
-
/**
|
1958
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1959
|
-
* unable to grant your site the required permissions for the call.
|
1960
|
-
*
|
1961
|
-
* @example
|
1962
|
-
* ```ts
|
1963
|
-
* onPermissionsTroubleshootingClick: () =>
|
1964
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1965
|
-
* ```
|
1966
|
-
*
|
1967
|
-
* @remarks
|
1968
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1969
|
-
*/
|
1970
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1971
|
-
camera: PermissionState;
|
1972
|
-
microphone: PermissionState;
|
1973
|
-
}) => void;
|
1974
|
-
/**
|
1975
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1976
|
-
* having network issues when connecting to the call.
|
1977
|
-
*
|
1978
|
-
* @example
|
1979
|
-
* ```ts
|
1980
|
-
* onNetworkingTroubleShootingClick?: () =>
|
1981
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1982
|
-
* ```
|
1983
|
-
*
|
1984
|
-
* @remarks
|
1985
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1986
|
-
*/
|
1987
|
-
onNetworkingTroubleShootingClick?: () => void;
|
1988
|
-
/**
|
1989
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1990
|
-
*
|
1991
|
-
* @example
|
1992
|
-
* ```ts
|
1993
|
-
* onBrowserTroubleShootingClick?: () =>
|
1994
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1995
|
-
* ```
|
1996
|
-
*
|
1997
|
-
* @remarks
|
1998
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
1999
|
-
*/
|
2000
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
2001
1555
|
/**
|
2002
1556
|
* Remote participant video tile menu options
|
2003
1557
|
*/
|
@@ -2118,7 +1672,7 @@ export declare type CallCompositeOptions = {
|
|
2118
1672
|
*
|
2119
1673
|
* @public
|
2120
1674
|
*/
|
2121
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | '
|
1675
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest' | 'returningFromBreakoutRoom';
|
2122
1676
|
|
2123
1677
|
/**
|
2124
1678
|
* Props for {@link CallComposite}.
|
@@ -2612,18 +2166,6 @@ export declare interface CallCompositeStrings {
|
|
2612
2166
|
* string to be used to start captions
|
2613
2167
|
*/
|
2614
2168
|
startCaptionsButtonOnLabel?: string;
|
2615
|
-
/**
|
2616
|
-
* string to be used to open real time text contextual menu
|
2617
|
-
*/
|
2618
|
-
realTimeTextLabel?: string;
|
2619
|
-
/**
|
2620
|
-
* string to be used to start real time text
|
2621
|
-
*/
|
2622
|
-
startRealTimeTextLabel?: string;
|
2623
|
-
/**
|
2624
|
-
* string to be used to when start real time text button is disabled
|
2625
|
-
*/
|
2626
|
-
disabledStartRealTimeTextLabel?: string;
|
2627
2169
|
/**
|
2628
2170
|
* string to be used to stop captions
|
2629
2171
|
*/
|
@@ -2693,83 +2235,43 @@ export declare interface CallCompositeStrings {
|
|
2693
2235
|
*/
|
2694
2236
|
captionsBannerSpinnerText?: string;
|
2695
2237
|
/**
|
2696
|
-
*
|
2238
|
+
* transfer page text when showing the transferor who initiated the transfer
|
2697
2239
|
*/
|
2698
|
-
|
2240
|
+
transferPageTransferorText: string;
|
2699
2241
|
/**
|
2700
|
-
*
|
2242
|
+
* transfer page text when showing the transfer target
|
2701
2243
|
*/
|
2702
|
-
|
2244
|
+
transferPageTransferTargetText: string;
|
2703
2245
|
/**
|
2704
|
-
*
|
2246
|
+
* transfer page display name for unknown participant
|
2705
2247
|
*/
|
2706
|
-
|
2248
|
+
transferPageUnknownTransferorDisplayName: string;
|
2707
2249
|
/**
|
2708
|
-
*
|
2250
|
+
* transfer page display name for unknown participant
|
2709
2251
|
*/
|
2710
|
-
|
2252
|
+
transferPageUnknownTransferTargetDisplayName: string;
|
2711
2253
|
/**
|
2712
|
-
*
|
2254
|
+
* notice to be announced by narrator the transfer page is showing
|
2713
2255
|
*/
|
2714
|
-
|
2256
|
+
transferPageNoticeString: string;
|
2715
2257
|
/**
|
2716
|
-
* Title
|
2258
|
+
* Title text of the page shown to the user when target participant could not be reached
|
2717
2259
|
*/
|
2718
|
-
|
2260
|
+
participantCouldNotBeReachedTitle?: string;
|
2719
2261
|
/**
|
2720
|
-
*
|
2262
|
+
* More details text of the page shown to the user when target participant could not be reached
|
2721
2263
|
*/
|
2722
|
-
|
2264
|
+
participantCouldNotBeReachedMoreDetails?: string;
|
2723
2265
|
/**
|
2724
|
-
* Title
|
2266
|
+
* Title text of the page shown to the user when permission to reach participant is not allowed
|
2725
2267
|
*/
|
2726
|
-
|
2268
|
+
permissionToReachTargetParticipantNotAllowedTitle?: string;
|
2727
2269
|
/**
|
2728
|
-
*
|
2270
|
+
* More details text of the page shown to the user when permission to reach participant is not allowed
|
2729
2271
|
*/
|
2730
|
-
|
2272
|
+
permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
|
2731
2273
|
/**
|
2732
|
-
*
|
2733
|
-
*/
|
2734
|
-
minimizeButtonAriaLabel?: string;
|
2735
|
-
/**
|
2736
|
-
* transfer page text when showing the transferor who initiated the transfer
|
2737
|
-
*/
|
2738
|
-
transferPageTransferorText: string;
|
2739
|
-
/**
|
2740
|
-
* transfer page text when showing the transfer target
|
2741
|
-
*/
|
2742
|
-
transferPageTransferTargetText: string;
|
2743
|
-
/**
|
2744
|
-
* transfer page display name for unknown participant
|
2745
|
-
*/
|
2746
|
-
transferPageUnknownTransferorDisplayName: string;
|
2747
|
-
/**
|
2748
|
-
* transfer page display name for unknown participant
|
2749
|
-
*/
|
2750
|
-
transferPageUnknownTransferTargetDisplayName: string;
|
2751
|
-
/**
|
2752
|
-
* notice to be announced by narrator the transfer page is showing
|
2753
|
-
*/
|
2754
|
-
transferPageNoticeString: string;
|
2755
|
-
/**
|
2756
|
-
* Title text of the page shown to the user when target participant could not be reached
|
2757
|
-
*/
|
2758
|
-
participantCouldNotBeReachedTitle?: string;
|
2759
|
-
/**
|
2760
|
-
* More details text of the page shown to the user when target participant could not be reached
|
2761
|
-
*/
|
2762
|
-
participantCouldNotBeReachedMoreDetails?: string;
|
2763
|
-
/**
|
2764
|
-
* Title text of the page shown to the user when permission to reach participant is not allowed
|
2765
|
-
*/
|
2766
|
-
permissionToReachTargetParticipantNotAllowedTitle?: string;
|
2767
|
-
/**
|
2768
|
-
* More details text of the page shown to the user when permission to reach participant is not allowed
|
2769
|
-
*/
|
2770
|
-
permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
|
2771
|
-
/**
|
2772
|
-
* Title text of the page shown to the user when tenant id for the target participant could not be resolved
|
2274
|
+
* Title text of the page shown to the user when tenant id for the target participant could not be resolved
|
2773
2275
|
*/
|
2774
2276
|
unableToResolveTenantTitle?: string;
|
2775
2277
|
/**
|
@@ -3127,18 +2629,6 @@ export declare interface CallCompositeStrings {
|
|
3127
2629
|
forbidOthersVideoMenuLabel: string;
|
3128
2630
|
/** Label for menu item to permit audio media access */
|
3129
2631
|
permitOthersVideoMenuLabel: string;
|
3130
|
-
/** The title of the RealTimeText modal */
|
3131
|
-
realTimeTextModalTitle: string;
|
3132
|
-
/** The text of the RealTimeText modal */
|
3133
|
-
realTimeTextModalText: string;
|
3134
|
-
/** The label for the confirm button */
|
3135
|
-
realTimeTextConfirmButtonLabel: string;
|
3136
|
-
/** The label for the cancel button */
|
3137
|
-
realTimeTextCancelButtonLabel: string;
|
3138
|
-
/** The aria label for the modal */
|
3139
|
-
realTimeTextModalAriaLabel: string;
|
3140
|
-
/** The aria label for the close button */
|
3141
|
-
realTimeTextCloseModalButtonAriaLabel: string;
|
3142
2632
|
}
|
3143
2633
|
|
3144
2634
|
/**
|
@@ -3223,22 +2713,7 @@ export declare type CallErrors = {
|
|
3223
2713
|
*
|
3224
2714
|
* @public
|
3225
2715
|
*/
|
3226
|
-
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | '
|
3227
|
-
|
3228
|
-
/**
|
3229
|
-
* Represents the name of the call feature stream
|
3230
|
-
* @beta
|
3231
|
-
*/
|
3232
|
-
export declare type CallFeatureStreamName = 'togetherMode';
|
3233
|
-
|
3234
|
-
/**
|
3235
|
-
* State only version of {@link @azure/communication-calling#CallFeatureStream}.
|
3236
|
-
* Represents call feature stream state.
|
3237
|
-
* @beta
|
3238
|
-
*/
|
3239
|
-
export declare interface CallFeatureStreamState extends RemoteVideoStreamState {
|
3240
|
-
feature?: CallFeatureStreamName;
|
3241
|
-
}
|
2716
|
+
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | 'Call.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
|
3242
2717
|
|
3243
2718
|
/**
|
3244
2719
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -3391,23 +2866,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
3391
2866
|
mediaAccess?: MediaAccess;
|
3392
2867
|
};
|
3393
2868
|
|
3394
|
-
/**
|
3395
|
-
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
3396
|
-
*
|
3397
|
-
* @remarks
|
3398
|
-
* This is currently in beta and only supports calling one Teams User.
|
3399
|
-
*
|
3400
|
-
* @example
|
3401
|
-
* ```
|
3402
|
-
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
3403
|
-
* ```
|
3404
|
-
*
|
3405
|
-
* @beta
|
3406
|
-
*/
|
3407
|
-
export declare type CallParticipantsLocator = {
|
3408
|
-
participantIds: string[];
|
3409
|
-
};
|
3410
|
-
|
3411
2869
|
/**
|
3412
2870
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
3413
2871
|
*
|
@@ -3500,10 +2958,6 @@ export declare interface CallState {
|
|
3500
2958
|
* Proxy of {@link @azure/communication-calling#CaptionsCallFeature}.
|
3501
2959
|
*/
|
3502
2960
|
captionsFeature: CaptionsCallFeatureState;
|
3503
|
-
/**
|
3504
|
-
* Proxy of {@link @azure/communication-calling#RealTimeTextCallFeature}.
|
3505
|
-
*/
|
3506
|
-
realTimeTextFeature: RealTimeTextCallFeatureState;
|
3507
2961
|
/**
|
3508
2962
|
* Proxy of {@link @azure/communication-calling#OptimalVideoCountCallFeature}.
|
3509
2963
|
*/
|
@@ -3512,10 +2966,6 @@ export declare interface CallState {
|
|
3512
2966
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
3513
2967
|
*/
|
3514
2968
|
recording: RecordingCallFeature;
|
3515
|
-
/**
|
3516
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
3517
|
-
*/
|
3518
|
-
localRecording: LocalRecordingCallFeatureState;
|
3519
2969
|
/**
|
3520
2970
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
3521
2971
|
*
|
@@ -3526,11 +2976,6 @@ export declare interface CallState {
|
|
3526
2976
|
* Proxy of {@link @azure/communication-calling#RaiseHandCallFeature}.
|
3527
2977
|
*/
|
3528
2978
|
raiseHand: RaiseHandCallFeature;
|
3529
|
-
/**
|
3530
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature}.
|
3531
|
-
* @beta
|
3532
|
-
*/
|
3533
|
-
togetherMode: TogetherModeCallFeatureState;
|
3534
2979
|
/**
|
3535
2980
|
* Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
|
3536
2981
|
* UI helper props receivedOn which indicates the timestamp when the message was received.
|
@@ -3577,10 +3022,6 @@ export declare interface CallState {
|
|
3577
3022
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
3578
3023
|
*/
|
3579
3024
|
role?: ParticipantRole;
|
3580
|
-
/**
|
3581
|
-
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3582
|
-
*/
|
3583
|
-
totalParticipantCount?: number;
|
3584
3025
|
/**
|
3585
3026
|
* Transfer state of call
|
3586
3027
|
*/
|
@@ -3600,7 +3041,7 @@ export declare interface CallState {
|
|
3600
3041
|
/**
|
3601
3042
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
3602
3043
|
*/
|
3603
|
-
info?: TeamsCallInfo
|
3044
|
+
info?: TeamsCallInfo;
|
3604
3045
|
/**
|
3605
3046
|
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
3606
3047
|
*/
|
@@ -3793,48 +3234,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
3793
3234
|
* @public
|
3794
3235
|
*/
|
3795
3236
|
disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
|
3796
|
-
/**
|
3797
|
-
* Create the html view for a togethermode stream.
|
3798
|
-
*
|
3799
|
-
* @remarks
|
3800
|
-
* This method is implemented for composite
|
3801
|
-
*
|
3802
|
-
* @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
|
3803
|
-
*
|
3804
|
-
* @beta
|
3805
|
-
*/
|
3806
|
-
createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
|
3807
|
-
/**
|
3808
|
-
* Start together mode.
|
3809
|
-
*
|
3810
|
-
* @remarks
|
3811
|
-
* This method is implemented for composite
|
3812
|
-
*
|
3813
|
-
*
|
3814
|
-
* @beta
|
3815
|
-
*/
|
3816
|
-
startTogetherMode(): Promise<void>;
|
3817
|
-
/**
|
3818
|
-
* Recalculate the seating positions for together mode.
|
3819
|
-
*
|
3820
|
-
* @remarks
|
3821
|
-
* This method is implemented for composite
|
3822
|
-
*
|
3823
|
-
* @param width - Width of the container
|
3824
|
-
* @param height - Height of the container
|
3825
|
-
*
|
3826
|
-
* @beta
|
3827
|
-
*/
|
3828
|
-
setTogetherModeSceneSize(width: number, height: number): void;
|
3829
|
-
/**
|
3830
|
-
* Dispose the html view for a togethermode stream.
|
3831
|
-
*
|
3832
|
-
* @remarks
|
3833
|
-
* This method is implemented for composite
|
3834
|
-
*
|
3835
|
-
* @beta
|
3836
|
-
*/
|
3837
|
-
disposeTogetherModeStreamView(): Promise<void>;
|
3838
3237
|
/**
|
3839
3238
|
* Dispose the html view for a screen share stream
|
3840
3239
|
*
|
@@ -3942,19 +3341,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3942
3341
|
*
|
3943
3342
|
* @public
|
3944
3343
|
*/
|
3945
|
-
sendMessage(content: string, options?: SendMessageOptions
|
3946
|
-
/**
|
3947
|
-
* Upload an inline image for a message.
|
3948
|
-
*
|
3949
|
-
* @beta
|
3950
|
-
*/
|
3951
|
-
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
3952
|
-
/**
|
3953
|
-
* Delete an inline image for a message.
|
3954
|
-
*
|
3955
|
-
* @beta
|
3956
|
-
*/
|
3957
|
-
deleteImage(imageId: string): Promise<void>;
|
3344
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3958
3345
|
/**
|
3959
3346
|
* Send a read receipt for a message.
|
3960
3347
|
*
|
@@ -3972,7 +3359,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3972
3359
|
*
|
3973
3360
|
* @public
|
3974
3361
|
*/
|
3975
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
3362
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
3976
3363
|
/**
|
3977
3364
|
* Delete a message in the thread.
|
3978
3365
|
*
|
@@ -4017,10 +3404,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
4017
3404
|
* @public
|
4018
3405
|
*/
|
4019
3406
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
4020
|
-
/**
|
4021
|
-
* Continues into a call when the browser version is not supported.
|
4022
|
-
*/
|
4023
|
-
allowUnsupportedBrowserVersion(): void;
|
4024
3407
|
/**
|
4025
3408
|
* Function to Start captions
|
4026
3409
|
* @param options - options for start captions
|
@@ -4122,12 +3505,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
4122
3505
|
forbidOthersVideo: () => Promise<void>;
|
4123
3506
|
/** permits video for Teams meeting attendees except the local user. */
|
4124
3507
|
permitOthersVideo: () => Promise<void>;
|
4125
|
-
/**
|
4126
|
-
* Send real time text
|
4127
|
-
* @param text - real time text content
|
4128
|
-
* @param finalized - Boolean to indicate if the real time text is final
|
4129
|
-
*/
|
4130
|
-
sendRealTimeText: (text: string, isFinalized: boolean) => Promise<void>;
|
4131
3508
|
}
|
4132
3509
|
|
4133
3510
|
/**
|
@@ -4159,7 +3536,6 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
4159
3536
|
on(event: 'isCaptionsActiveChanged', listener: IsCaptionsActiveChangedListener): void;
|
4160
3537
|
on(event: 'isCaptionLanguageChanged', listener: IsCaptionLanguageChangedListener): void;
|
4161
3538
|
on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
4162
|
-
on(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
|
4163
3539
|
on(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
4164
3540
|
on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
4165
3541
|
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
@@ -4178,7 +3554,6 @@ export declare interface CallWithChatAdapterSubscriptions {
|
|
4178
3554
|
off(event: 'isCaptionsActiveChanged', listener: IsCaptionsActiveChangedListener): void;
|
4179
3555
|
off(event: 'isCaptionLanguageChanged', listener: IsCaptionLanguageChangedListener): void;
|
4180
3556
|
off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
|
4181
|
-
off(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
|
4182
3557
|
off(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
|
4183
3558
|
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
4184
3559
|
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
@@ -4220,14 +3595,6 @@ export declare interface CallWithChatAdapterUiState {
|
|
4220
3595
|
* @public
|
4221
3596
|
*/
|
4222
3597
|
page: CallCompositePage;
|
4223
|
-
/**
|
4224
|
-
* State to track whether the end user has opted in to using a
|
4225
|
-
* out of date version of a supported browser. Allows the user
|
4226
|
-
* to start a call in this state.
|
4227
|
-
*
|
4228
|
-
* @beta
|
4229
|
-
*/
|
4230
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
4231
3598
|
}
|
4232
3599
|
|
4233
3600
|
/**
|
@@ -4403,62 +3770,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4403
3770
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
4404
3771
|
*/
|
4405
3772
|
callControls?: boolean | CallWithChatControlOptions;
|
4406
|
-
/**
|
4407
|
-
* Properties for configuring the File Sharing feature.
|
4408
|
-
* If undefined, file sharing feature will be disabled.
|
4409
|
-
* @beta
|
4410
|
-
*/
|
4411
|
-
attachmentOptions?: AttachmentOptions;
|
4412
|
-
/**
|
4413
|
-
* Device permissions check options for your call.
|
4414
|
-
* Here you can choose what device permissions you prompt the user for,
|
4415
|
-
* as well as what device permissions must be accepted before starting a call.
|
4416
|
-
*/
|
4417
|
-
deviceChecks?: DeviceCheckOptions;
|
4418
|
-
/**
|
4419
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
4420
|
-
* unable to grant your site the required permissions for the call.
|
4421
|
-
*
|
4422
|
-
* @example
|
4423
|
-
* ```ts
|
4424
|
-
* onPermissionsTroubleshootingClick: () =>
|
4425
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
4426
|
-
* ```
|
4427
|
-
*
|
4428
|
-
* @remarks
|
4429
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
4430
|
-
*/
|
4431
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
4432
|
-
camera: PermissionState;
|
4433
|
-
microphone: PermissionState;
|
4434
|
-
}) => void;
|
4435
|
-
/**
|
4436
|
-
* Optional callback to supply users with further troubleshooting steps for network issues
|
4437
|
-
* experienced when connecting to a call.
|
4438
|
-
*
|
4439
|
-
* @example
|
4440
|
-
* ```ts
|
4441
|
-
* onNetworkingTroubleShootingClick?: () =>
|
4442
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
4443
|
-
* ```
|
4444
|
-
*
|
4445
|
-
* @remarks
|
4446
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
4447
|
-
*/
|
4448
|
-
onNetworkingTroubleShootingClick?: () => void;
|
4449
|
-
/**
|
4450
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
4451
|
-
*
|
4452
|
-
* @example
|
4453
|
-
* ```ts
|
4454
|
-
* onBrowserTroubleShootingClick?: () =>
|
4455
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
4456
|
-
* ```
|
4457
|
-
*
|
4458
|
-
* @remarks
|
4459
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
4460
|
-
*/
|
4461
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
4462
3773
|
/**
|
4463
3774
|
* Remote participant video tile menu options
|
4464
3775
|
*/
|
@@ -4561,13 +3872,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
4561
3872
|
*/
|
4562
3873
|
hideSpotlightButtons?: boolean;
|
4563
3874
|
};
|
4564
|
-
/**
|
4565
|
-
* Enables rich text editor for the send and edit boxes
|
4566
|
-
* @defaultValue `false`
|
4567
|
-
*
|
4568
|
-
* @beta
|
4569
|
-
*/
|
4570
|
-
richTextEditor?: boolean;
|
4571
3875
|
};
|
4572
3876
|
|
4573
3877
|
/**
|
@@ -4809,36 +4113,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
4809
4113
|
*
|
4810
4114
|
* @public
|
4811
4115
|
*/
|
4812
|
-
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | '
|
4813
|
-
|
4814
|
-
/**
|
4815
|
-
* @beta
|
4816
|
-
*
|
4817
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4818
|
-
* by their browsers settings.
|
4819
|
-
*/
|
4820
|
-
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4821
|
-
|
4822
|
-
/**
|
4823
|
-
* @beta
|
4824
|
-
* Props for CameraAndMicrophoneSitePermissions component.
|
4825
|
-
*/
|
4826
|
-
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4827
|
-
/** Icon name for the camera icon */
|
4828
|
-
cameraIconName?: string;
|
4829
|
-
/** Icon name for the microphone icon */
|
4830
|
-
microphoneIconName?: string;
|
4831
|
-
/** Icon name for the central icon between the camera and microphone icons */
|
4832
|
-
connectorIconName?: string;
|
4833
|
-
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4834
|
-
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4835
|
-
}
|
4836
|
-
|
4837
|
-
/**
|
4838
|
-
* @beta
|
4839
|
-
* Strings for CameraAndMicrophoneSitePermissions component.
|
4840
|
-
*/
|
4841
|
-
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
4116
|
+
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | 'spotlightChanged' | 'breakoutRoomsUpdated' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
|
4842
4117
|
|
4843
4118
|
/**
|
4844
4119
|
* A button to turn camera on / off.
|
@@ -5000,31 +4275,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
5000
4275
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
5001
4276
|
}
|
5002
4277
|
|
5003
|
-
/**
|
5004
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
5005
|
-
* by their browsers settings.
|
5006
|
-
*
|
5007
|
-
* @beta
|
5008
|
-
*/
|
5009
|
-
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
5010
|
-
|
5011
|
-
/**
|
5012
|
-
* @beta
|
5013
|
-
* Props for CameraSitePermissions component.
|
5014
|
-
*/
|
5015
|
-
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
5016
|
-
/** Icon name for the camera icon */
|
5017
|
-
cameraIconName?: string;
|
5018
|
-
/** Strings for use with the {@link CameraSitePermissions} */
|
5019
|
-
strings?: CameraSitePermissionsStrings;
|
5020
|
-
}
|
5021
|
-
|
5022
|
-
/**
|
5023
|
-
* @beta
|
5024
|
-
* Strings for CameraSitePermissions component.
|
5025
|
-
*/
|
5026
|
-
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
5027
|
-
|
5028
4278
|
/**
|
5029
4279
|
* @public
|
5030
4280
|
* Callback function run when a message edit is cancelled.
|
@@ -5167,22 +4417,10 @@ export declare interface CaptionsBannerProps {
|
|
5167
4417
|
* Array of captions to be displayed
|
5168
4418
|
*/
|
5169
4419
|
captions: CaptionsInformation[];
|
5170
|
-
/**
|
5171
|
-
* Array of finalized and partial real time text messages
|
5172
|
-
*/
|
5173
|
-
realTimeTexts?: {
|
5174
|
-
completedMessages?: RealTimeTextInformation[];
|
5175
|
-
currentInProgress?: RealTimeTextInformation[];
|
5176
|
-
myInProgress?: RealTimeTextInformation;
|
5177
|
-
};
|
5178
4420
|
/**
|
5179
4421
|
* Flag to indicate if captions are on
|
5180
4422
|
*/
|
5181
4423
|
isCaptionsOn?: boolean;
|
5182
|
-
/**
|
5183
|
-
* Flag to indicate if real time text is on
|
5184
|
-
*/
|
5185
|
-
isRealTimeTextOn?: boolean;
|
5186
4424
|
/**
|
5187
4425
|
* Flag to indicate if captions are being started
|
5188
4426
|
* This is used to show spinner while captions are being started
|
@@ -5209,14 +4447,6 @@ export declare interface CaptionsBannerProps {
|
|
5209
4447
|
captionsOptions?: {
|
5210
4448
|
height: 'full' | 'default';
|
5211
4449
|
};
|
5212
|
-
/**
|
5213
|
-
* Optional callback to send real time text.
|
5214
|
-
*/
|
5215
|
-
onSendRealTimeText?: (text: string, isFinalized: boolean) => Promise<void>;
|
5216
|
-
/**
|
5217
|
-
* Latest local real time text
|
5218
|
-
*/
|
5219
|
-
latestLocalRealTimeText?: RealTimeTextInformation;
|
5220
4450
|
}
|
5221
4451
|
|
5222
4452
|
/**
|
@@ -5225,15 +4455,8 @@ export declare interface CaptionsBannerProps {
|
|
5225
4455
|
*/
|
5226
4456
|
export declare type CaptionsBannerSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
5227
4457
|
captions: CaptionsInformation[];
|
5228
|
-
realTimeTexts: {
|
5229
|
-
completedMessages?: RealTimeTextInformation[];
|
5230
|
-
currentInProgress?: RealTimeTextInformation[];
|
5231
|
-
myInProgress?: RealTimeTextInformation;
|
5232
|
-
};
|
5233
4458
|
isCaptionsOn: boolean;
|
5234
4459
|
startCaptionsInProgress: boolean;
|
5235
|
-
isRealTimeTextOn: boolean;
|
5236
|
-
latestLocalRealTimeText: RealTimeTextInformation;
|
5237
4460
|
};
|
5238
4461
|
|
5239
4462
|
/**
|
@@ -5245,46 +4468,6 @@ export declare interface CaptionsBannerStrings {
|
|
5245
4468
|
* Spinner text for captions banner
|
5246
4469
|
*/
|
5247
4470
|
captionsBannerSpinnerText?: string;
|
5248
|
-
/**
|
5249
|
-
* Default text for RTT input text box
|
5250
|
-
*/
|
5251
|
-
realTimeTextInputBoxDefaultText?: string;
|
5252
|
-
/**
|
5253
|
-
* Error message for RTT input text box when the size exceeds the limit 2000
|
5254
|
-
*/
|
5255
|
-
realTimeTextInputErrorMessage?: string;
|
5256
|
-
/**
|
5257
|
-
* Real time text disclosure banner title
|
5258
|
-
*/
|
5259
|
-
realTimeTextBannerTitle?: string;
|
5260
|
-
/**
|
5261
|
-
* Real time text disclosure banner content
|
5262
|
-
*/
|
5263
|
-
realTimeTextBannerContent?: string;
|
5264
|
-
/**
|
5265
|
-
* Real time text disclosure banner link label
|
5266
|
-
*/
|
5267
|
-
realTimeTextBannerLinkLabel?: string;
|
5268
|
-
/**
|
5269
|
-
* Title for the container when only captions is enabled
|
5270
|
-
*/
|
5271
|
-
captionsOnlyContainerTitle?: string;
|
5272
|
-
/**
|
5273
|
-
* Title for the container when only real time text is enabled
|
5274
|
-
*/
|
5275
|
-
realTimeTextOnlyContainerTitle?: string;
|
5276
|
-
/**
|
5277
|
-
* Title for the container when both captions and real time text is enabled
|
5278
|
-
*/
|
5279
|
-
captionsAndRealTimeTextContainerTitle?: string;
|
5280
|
-
/**
|
5281
|
-
* Expand button aria label
|
5282
|
-
*/
|
5283
|
-
expandButtonAriaLabel?: string;
|
5284
|
-
/**
|
5285
|
-
* Minimize button aria label
|
5286
|
-
*/
|
5287
|
-
minimizeButtonAriaLabel?: string;
|
5288
4471
|
}
|
5289
4472
|
|
5290
4473
|
/**
|
@@ -5396,12 +4579,6 @@ export declare type CaptionsInformation = {
|
|
5396
4579
|
* id of the speaker
|
5397
4580
|
*/
|
5398
4581
|
userId?: string;
|
5399
|
-
/**
|
5400
|
-
* timestamp when the caption was created
|
5401
|
-
* Please note that this value is essential for determining the order of captions and real time text messages
|
5402
|
-
* If you are using both captions and real time text, please ensure that the createdTimeStamp is populated
|
5403
|
-
*/
|
5404
|
-
createdTimeStamp?: Date;
|
5405
4582
|
};
|
5406
4583
|
|
5407
4584
|
/**
|
@@ -5644,15 +4821,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5644
4821
|
* Send a message in the thread.
|
5645
4822
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
5646
4823
|
*/
|
5647
|
-
sendMessage(content: string, options?: SendMessageOptions
|
5648
|
-
/**
|
5649
|
-
* Upload an inline image for a message.
|
5650
|
-
*/
|
5651
|
-
uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
|
5652
|
-
/**
|
5653
|
-
* Delete an inline image for a message.
|
5654
|
-
*/
|
5655
|
-
deleteImage(imageId: string): Promise<void>;
|
4824
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
5656
4825
|
/**
|
5657
4826
|
* Send a read receipt for a message.
|
5658
4827
|
*/
|
@@ -5673,7 +4842,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
5673
4842
|
* Update a message content.
|
5674
4843
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
5675
4844
|
*/
|
5676
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
4845
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
5677
4846
|
/**
|
5678
4847
|
* Delete a message in the thread.
|
5679
4848
|
*/
|
@@ -5811,7 +4980,6 @@ export declare type ChatCompositeIcons = {
|
|
5811
4980
|
ParticipantItemOptionsHovered?: JSX.Element;
|
5812
4981
|
SendBoxSend?: JSX.Element;
|
5813
4982
|
SendBoxSendHovered?: JSX.Element;
|
5814
|
-
SendBoxAttachFile?: JSX.Element;
|
5815
4983
|
};
|
5816
4984
|
|
5817
4985
|
/**
|
@@ -5840,13 +5008,6 @@ export declare type ChatCompositeOptions = {
|
|
5840
5008
|
* @defaultValue true
|
5841
5009
|
*/
|
5842
5010
|
errorBar?: boolean;
|
5843
|
-
/**
|
5844
|
-
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
5845
|
-
* @defaultValue false
|
5846
|
-
*
|
5847
|
-
* @beta
|
5848
|
-
*/
|
5849
|
-
participantPane?: boolean;
|
5850
5011
|
/**
|
5851
5012
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
5852
5013
|
* @defaultValue true
|
@@ -5857,19 +5018,6 @@ export declare type ChatCompositeOptions = {
|
|
5857
5018
|
* When undefined nothing has focus on render
|
5858
5019
|
*/
|
5859
5020
|
autoFocus?: 'sendBoxTextField';
|
5860
|
-
/**
|
5861
|
-
* Properties for configuring the File Sharing feature.
|
5862
|
-
* If undefined, file sharing feature will be disabled.
|
5863
|
-
* @beta
|
5864
|
-
*/
|
5865
|
-
attachmentOptions?: AttachmentOptions;
|
5866
|
-
/**
|
5867
|
-
* Enables rich text editor for the send and edit boxes
|
5868
|
-
* @defaultValue `false`
|
5869
|
-
*
|
5870
|
-
* @beta
|
5871
|
-
*/
|
5872
|
-
richTextEditor?: boolean;
|
5873
5021
|
};
|
5874
5022
|
|
5875
5023
|
/**
|
@@ -5897,12 +5045,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
5897
5045
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
5898
5046
|
*/
|
5899
5047
|
options?: ChatCompositeOptions;
|
5900
|
-
/**
|
5901
|
-
* Optimizes the composite form factor for either desktop or mobile.
|
5902
|
-
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
5903
|
-
* @defaultValue 'desktop'
|
5904
|
-
*/
|
5905
|
-
formFactor?: 'desktop' | 'mobile';
|
5906
5048
|
}
|
5907
5049
|
|
5908
5050
|
/**
|
@@ -5917,26 +5059,6 @@ export declare interface ChatCompositeStrings {
|
|
5917
5059
|
* Chat list header text
|
5918
5060
|
*/
|
5919
5061
|
chatListHeader: string;
|
5920
|
-
/**
|
5921
|
-
* Upload Attachment Button text
|
5922
|
-
*/
|
5923
|
-
uploadAttachment: string;
|
5924
|
-
/**
|
5925
|
-
* Error Message for image data is not provided for image upload
|
5926
|
-
*/
|
5927
|
-
uploadImageDataNotProvided: string;
|
5928
|
-
/**
|
5929
|
-
* Error Message for upload image is too large
|
5930
|
-
*/
|
5931
|
-
uploadImageIsTooLarge: string;
|
5932
|
-
/**
|
5933
|
-
* Error Message for unsupported image extension for image upload
|
5934
|
-
*/
|
5935
|
-
uploadImageExtensionIsNotAllowed: string;
|
5936
|
-
/**
|
5937
|
-
* Error Message for unable to upload image
|
5938
|
-
*/
|
5939
|
-
uploadImageFailed: string;
|
5940
5062
|
}
|
5941
5063
|
|
5942
5064
|
/**
|
@@ -5985,7 +5107,7 @@ export declare type ChatErrors = {
|
|
5985
5107
|
*
|
5986
5108
|
* @public
|
5987
5109
|
*/
|
5988
|
-
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.
|
5110
|
+
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';
|
5989
5111
|
|
5990
5112
|
/**
|
5991
5113
|
* Object containing all the handlers required for chat components.
|
@@ -5996,15 +5118,13 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
5996
5118
|
* @public
|
5997
5119
|
*/
|
5998
5120
|
export declare type ChatHandlers = {
|
5999
|
-
onSendMessage: (content: string, options?: SendMessageOptions
|
6000
|
-
onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
|
6001
|
-
onDeleteImage: (imageId: string) => Promise<void>;
|
5121
|
+
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
6002
5122
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
6003
5123
|
onTyping: () => Promise<void>;
|
6004
5124
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
6005
5125
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
6006
5126
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
6007
|
-
onUpdateMessage: (messageId: string, content: string
|
5127
|
+
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
6008
5128
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
6009
5129
|
};
|
6010
5130
|
|
@@ -6047,12 +5167,6 @@ export declare interface ChatMessage extends MessageCommon {
|
|
6047
5167
|
attachments?: AttachmentMetadata[];
|
6048
5168
|
}
|
6049
5169
|
|
6050
|
-
/**
|
6051
|
-
* @beta
|
6052
|
-
* Type of the message content, either 'text' or 'html'.
|
6053
|
-
*/
|
6054
|
-
export declare type ChatMessageType = 'text' | 'html';
|
6055
|
-
|
6056
5170
|
/**
|
6057
5171
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
6058
5172
|
* client-side only metadata for chat messages.
|
@@ -6159,8 +5273,6 @@ export declare type ChatThreadClientState = {
|
|
6159
5273
|
*/
|
6160
5274
|
export declare type ChatThreadProperties = {
|
6161
5275
|
topic?: string;
|
6162
|
-
createdBy?: CommunicationIdentifierKind;
|
6163
|
-
messagingPolicy?: MessagingPolicy;
|
6164
5276
|
};
|
6165
5277
|
|
6166
5278
|
/**
|
@@ -6427,7 +5539,6 @@ export declare interface CommonCallingHandlers {
|
|
6427
5539
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
6428
5540
|
onRemoveParticipant(userId: string): Promise<void>;
|
6429
5541
|
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
6430
|
-
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
6431
5542
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
6432
5543
|
onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
|
6433
5544
|
onRejectCall: (incomingCallId: string) => Promise<void>;
|
@@ -6438,7 +5549,6 @@ export declare interface CommonCallingHandlers {
|
|
6438
5549
|
onStopNoiseSuppressionEffect: () => Promise<void>;
|
6439
5550
|
onStartCaptions: (options?: CaptionsOptions) => Promise<void>;
|
6440
5551
|
onStopCaptions: () => Promise<void>;
|
6441
|
-
onSendRealTimeText: (text: string, isFinalized: boolean) => Promise<void>;
|
6442
5552
|
onSetSpokenLanguage: (language: string) => Promise<void>;
|
6443
5553
|
onSetCaptionLanguage: (language: string) => Promise<void>;
|
6444
5554
|
onSubmitSurvey(survey: CallSurvey): Promise<CallSurveyResponse | undefined>;
|
@@ -6447,30 +5557,6 @@ export declare interface CommonCallingHandlers {
|
|
6447
5557
|
onStopAllSpotlight: () => Promise<void>;
|
6448
5558
|
onMuteParticipant: (userId: string) => Promise<void>;
|
6449
5559
|
onMuteAllRemoteParticipants: () => Promise<void>;
|
6450
|
-
/**
|
6451
|
-
* Call back to create a view for together mode
|
6452
|
-
*
|
6453
|
-
* @beta
|
6454
|
-
*/
|
6455
|
-
onCreateTogetherModeStreamView: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
6456
|
-
/**
|
6457
|
-
* Call back to create a view for together mode
|
6458
|
-
*
|
6459
|
-
* @beta
|
6460
|
-
*/
|
6461
|
-
onStartTogetherMode: () => Promise<void>;
|
6462
|
-
/**
|
6463
|
-
* Call set together mode scene size
|
6464
|
-
*
|
6465
|
-
* @beta
|
6466
|
-
*/
|
6467
|
-
onSetTogetherModeSceneSize: (width: number, height: number) => void;
|
6468
|
-
/**
|
6469
|
-
* Call back to dispose together mode views
|
6470
|
-
*
|
6471
|
-
* @beta
|
6472
|
-
*/
|
6473
|
-
onDisposeTogetherModeStreamView: () => Promise<void>;
|
6474
5560
|
/**
|
6475
5561
|
* Forbid remote participants from sending audio
|
6476
5562
|
*
|
@@ -6523,42 +5609,9 @@ export declare type CommonProperties<A, B> = {
|
|
6523
5609
|
}[keyof A & keyof B];
|
6524
5610
|
|
6525
5611
|
/**
|
6526
|
-
*
|
6527
|
-
*
|
6528
|
-
|
6529
|
-
export declare interface CommonSitePermissionsProps {
|
6530
|
-
/**
|
6531
|
-
* Name of application calling experience is in.
|
6532
|
-
*/
|
6533
|
-
appName: string;
|
6534
|
-
/**
|
6535
|
-
* Kind of the Site Permissions component.
|
6536
|
-
*/
|
6537
|
-
kind: 'request' | 'denied' | 'check';
|
6538
|
-
/**
|
6539
|
-
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
6540
|
-
*/
|
6541
|
-
browserHint?: 'safari' | 'unset';
|
6542
|
-
/**
|
6543
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
6544
|
-
* If this is not provided the button will not be shown.
|
6545
|
-
*/
|
6546
|
-
onTroubleshootingClick?: () => void;
|
6547
|
-
/**
|
6548
|
-
* Action that is taken when the user clicks the continue anyway button.
|
6549
|
-
* If this is not provided the button will not be shown.
|
6550
|
-
*/
|
6551
|
-
onContinueAnywayClick?: () => void;
|
6552
|
-
/**
|
6553
|
-
* Styles for SitePermissions component.
|
6554
|
-
*/
|
6555
|
-
styles?: SitePermissionsStyles;
|
6556
|
-
}
|
6557
|
-
|
6558
|
-
/**
|
6559
|
-
* A Chat or Calling participant's state, as reflected in the UI.
|
6560
|
-
*
|
6561
|
-
* @public
|
5612
|
+
* A Chat or Calling participant's state, as reflected in the UI.
|
5613
|
+
*
|
5614
|
+
* @public
|
6562
5615
|
*/
|
6563
5616
|
export declare type CommunicationParticipant = {
|
6564
5617
|
/** User ID of participant */
|
@@ -6752,11 +5805,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
6752
5805
|
export declare interface ComponentLocale {
|
6753
5806
|
/** Strings for components */
|
6754
5807
|
strings: ComponentStrings;
|
6755
|
-
/**
|
6756
|
-
* Optional function to provide customized date format.
|
6757
|
-
* @beta
|
6758
|
-
*/
|
6759
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
6760
5808
|
}
|
6761
5809
|
|
6762
5810
|
/**
|
@@ -6806,10 +5854,6 @@ export declare interface ComponentStrings {
|
|
6806
5854
|
typingIndicator: TypingIndicatorStrings;
|
6807
5855
|
/** Strings for SendBox */
|
6808
5856
|
sendBox: SendBoxStrings;
|
6809
|
-
/** Strings for RichTextSendBox */
|
6810
|
-
richTextSendBox: RichTextSendBoxStrings;
|
6811
|
-
/** Strings for MentionPopover */
|
6812
|
-
mentionPopover: MentionPopoverStrings;
|
6813
5857
|
/** Strings for ImageOverlay */
|
6814
5858
|
imageOverlay: ImageOverlayStrings;
|
6815
5859
|
/** Strings for MessageStatusIndicator */
|
@@ -6826,53 +5870,13 @@ export declare interface ComponentStrings {
|
|
6826
5870
|
videoTile: VideoTileStrings;
|
6827
5871
|
/** Strings for HoldButton */
|
6828
5872
|
holdButton: HoldButtonStrings;
|
6829
|
-
/** Strings for a site's permission request prompt */
|
6830
|
-
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6831
|
-
/** Strings for a site's permission request prompt */
|
6832
|
-
CameraSitePermissionsRequest: SitePermissionsStrings;
|
6833
|
-
/** Strings for a site's permission request prompt */
|
6834
|
-
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
6835
|
-
/** Strings for a site's permission generic checking prompt */
|
6836
|
-
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6837
|
-
/** Strings for a site's permission generic checking prompt */
|
6838
|
-
CameraSitePermissionsCheck: SitePermissionsStrings;
|
6839
|
-
/** Strings for a site's permission generic checking prompt */
|
6840
|
-
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
6841
|
-
/** Strings for a site's permission denied prompt */
|
6842
|
-
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6843
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6844
|
-
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6845
|
-
/** Strings for a site's permission denied prompt */
|
6846
|
-
CameraSitePermissionsDenied: SitePermissionsStrings;
|
6847
|
-
/** Strings for a site's permission denied prompt */
|
6848
|
-
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
6849
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6850
|
-
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6851
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
6852
|
-
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
6853
|
-
/** Strings for unsupported browser UI */
|
6854
|
-
UnsupportedBrowser: UnsupportedBrowserStrings;
|
6855
|
-
/** Strings for unsupported browser version UI */
|
6856
|
-
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
6857
|
-
/** Strings for unsupported browser version UI */
|
6858
|
-
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
6859
|
-
/** Strings for BrowserPemissionDenied */
|
6860
|
-
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
6861
|
-
/** Strings for BrowserPemissionDeniedIOS */
|
6862
|
-
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
6863
5873
|
/**
|
6864
5874
|
* Strings for the VerticalGallery.
|
6865
5875
|
*/
|
6866
5876
|
verticalGallery: VerticalGalleryStrings;
|
6867
|
-
/** Strings for the participant list component */
|
6868
|
-
ParticipantList: ParticipantListStrings;
|
6869
5877
|
/** Strings for the MeetingConferencePhoneInfoModal */
|
6870
5878
|
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
6871
5879
|
IncomingCallNotification: IncomingCallNotificationStrings;
|
6872
|
-
/** Strings for the RealTimeTextModal */
|
6873
|
-
realTimeTextModal: RealTimeTextModalStrings;
|
6874
|
-
/** Strings for RealTimeText */
|
6875
|
-
realTimeText: RealTimeTextStrings;
|
6876
5880
|
/** Strings for Captions Setting Modal */
|
6877
5881
|
captionsSettingsModal: CaptionsSettingsModalStrings;
|
6878
5882
|
/**
|
@@ -6887,8 +5891,6 @@ export declare interface ComponentStrings {
|
|
6887
5891
|
captionsBanner: CaptionsBannerStrings;
|
6888
5892
|
/** Strings for Start Captions Button */
|
6889
5893
|
startCaptionsButton: StartCaptionsButtonStrings;
|
6890
|
-
/** Strings for Start RealTimeText Button */
|
6891
|
-
startRealTimeTextButton: StartRealTimeTextButtonStrings;
|
6892
5894
|
}
|
6893
5895
|
|
6894
5896
|
/**
|
@@ -7440,7 +6442,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
7440
6442
|
/**
|
7441
6443
|
* @public
|
7442
6444
|
*/
|
7443
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs
|
6445
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
7444
6446
|
|
7445
6447
|
/**
|
7446
6448
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -7450,7 +6452,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | Teams
|
|
7450
6452
|
*
|
7451
6453
|
* @public
|
7452
6454
|
*/
|
7453
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator
|
6455
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
7454
6456
|
|
7455
6457
|
/**
|
7456
6458
|
* Object returned after creating a local or remote VideoStream.
|
@@ -7685,11 +6687,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7685
6687
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
7686
6688
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
7687
6689
|
ReactionButtonIcon: React_2.JSX.Element;
|
7688
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
7689
|
-
DownloadAttachment: React_2.JSX.Element;
|
7690
6690
|
OpenAttachment: React_2.JSX.Element;
|
7691
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
7692
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
7693
6691
|
EditBoxCancel: React_2.JSX.Element;
|
7694
6692
|
EditBoxSubmit: React_2.JSX.Element;
|
7695
6693
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -7713,6 +6711,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7713
6711
|
NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
|
7714
6712
|
NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
|
7715
6713
|
NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
|
6714
|
+
NotificationBarBreakoutRoomClosed: React_2.JSX.Element;
|
7716
6715
|
HorizontalGalleryLeftButton: React_2.JSX.Element;
|
7717
6716
|
HorizontalGalleryRightButton: React_2.JSX.Element;
|
7718
6717
|
MessageDelivered: React_2.JSX.Element;
|
@@ -7738,13 +6737,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7738
6737
|
VideoTileMicOff: React_2.JSX.Element;
|
7739
6738
|
VideoTileCameraOff: React_2.JSX.Element;
|
7740
6739
|
DialpadBackspace: React_2.JSX.Element;
|
7741
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
7742
|
-
SitePermissionCamera: React_2.JSX.Element;
|
7743
|
-
SitePermissionMic: React_2.JSX.Element;
|
7744
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
7745
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
7746
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7747
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7748
6740
|
VideoTilePinned: React_2.JSX.Element;
|
7749
6741
|
ParticipantItemPinned: React_2.JSX.Element;
|
7750
6742
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -7774,28 +6766,10 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
7774
6766
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
7775
6767
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
7776
6768
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7777
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7778
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7779
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7780
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7781
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7782
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7783
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7784
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
7785
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7786
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7787
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7788
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7789
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7790
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7791
6769
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
7792
6770
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
7793
6771
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
7794
6772
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7795
|
-
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
7796
|
-
RealTimeTextIcon: React_2.JSX.Element;
|
7797
|
-
ExpandIcon: React_2.JSX.Element;
|
7798
|
-
MinimizeIcon: React_2.JSX.Element;
|
7799
6773
|
};
|
7800
6774
|
|
7801
6775
|
/**
|
@@ -7816,7 +6790,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7816
6790
|
ParticipantItemOptionsHovered: JSX.Element;
|
7817
6791
|
SendBoxSend: JSX.Element;
|
7818
6792
|
SendBoxSendHovered: JSX.Element;
|
7819
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
7820
6793
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
7821
6794
|
ControlButtonCameraOff: JSX.Element;
|
7822
6795
|
ControlButtonCameraOn: JSX.Element;
|
@@ -7897,7 +6870,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7897
6870
|
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
|
7898
6871
|
PeoplePaneMoreButton?: JSX.Element | undefined;
|
7899
6872
|
StopAllSpotlightMenuButton?: JSX.Element | undefined;
|
7900
|
-
TogetherModeLayout?: JSX.Element | undefined;
|
7901
6873
|
ChevronLeft?: JSX.Element | undefined;
|
7902
6874
|
ControlBarChatButtonActive?: JSX.Element | undefined;
|
7903
6875
|
ControlBarChatButtonInactive?: JSX.Element | undefined;
|
@@ -7907,13 +6879,10 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7907
6879
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
7908
6880
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
7909
6881
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
6882
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
7910
6883
|
ChatMessageOptions: React_2.JSX.Element;
|
7911
6884
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
7912
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
7913
|
-
DownloadAttachment: React_2.JSX.Element;
|
7914
6885
|
OpenAttachment: React_2.JSX.Element;
|
7915
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
7916
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
7917
6886
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
7918
6887
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
7919
6888
|
ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
|
@@ -7923,6 +6892,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7923
6892
|
NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
|
7924
6893
|
NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
|
7925
6894
|
NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
|
6895
|
+
NotificationBarBreakoutRoomClosed: React_2.JSX.Element;
|
7926
6896
|
MessageResend: React_2.JSX.Element;
|
7927
6897
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
7928
6898
|
HoldCallContextualMenuItem: React_2.JSX.Element;
|
@@ -7930,13 +6900,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7930
6900
|
ResumeCall: React_2.JSX.Element;
|
7931
6901
|
VideoTileCameraOff: React_2.JSX.Element;
|
7932
6902
|
DialpadBackspace: React_2.JSX.Element;
|
7933
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
7934
|
-
SitePermissionCamera: React_2.JSX.Element;
|
7935
|
-
SitePermissionMic: React_2.JSX.Element;
|
7936
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
7937
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
7938
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
7939
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
7940
6903
|
VideoTilePinned: React_2.JSX.Element;
|
7941
6904
|
ParticipantItemPinned: React_2.JSX.Element;
|
7942
6905
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -7966,60 +6929,12 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
7966
6929
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
7967
6930
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
7968
6931
|
VideoTileSpotlighted: React_2.JSX.Element;
|
7969
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
7970
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
7971
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
7972
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
7973
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
7974
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
7975
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
7976
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
7977
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
7978
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
7979
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
7980
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
7981
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
7982
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
7983
6932
|
ContextualMenuMicMutedIcon: React_2.JSX.Element;
|
7984
6933
|
IncomingCallNotificationRejectIcon: React_2.JSX.Element;
|
7985
6934
|
IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
|
7986
6935
|
IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
|
7987
|
-
NotificationBarTogetherModeIcon: React_2.JSX.Element;
|
7988
|
-
RealTimeTextIcon: React_2.JSX.Element;
|
7989
|
-
ExpandIcon: React_2.JSX.Element;
|
7990
|
-
MinimizeIcon: React_2.JSX.Element;
|
7991
6936
|
};
|
7992
6937
|
|
7993
|
-
/**
|
7994
|
-
* @beta
|
7995
|
-
*
|
7996
|
-
* The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
|
7997
|
-
*/
|
7998
|
-
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
7999
|
-
|
8000
|
-
/**
|
8001
|
-
* Device Checks.
|
8002
|
-
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
8003
|
-
*
|
8004
|
-
* @beta
|
8005
|
-
*/
|
8006
|
-
export declare interface DeviceCheckOptions {
|
8007
|
-
/**
|
8008
|
-
* Camera Permission prompts for your call.
|
8009
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
8010
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
8011
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
8012
|
-
*/
|
8013
|
-
camera: 'required' | 'optional' | 'doNotPrompt';
|
8014
|
-
/**
|
8015
|
-
* Microphone permission prompts for your call.
|
8016
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
8017
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
8018
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
8019
|
-
*/
|
8020
|
-
microphone: 'required' | 'optional' | 'doNotPrompt';
|
8021
|
-
}
|
8022
|
-
|
8023
6938
|
/**
|
8024
6939
|
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
8025
6940
|
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
@@ -8697,7 +7612,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
8697
7612
|
*
|
8698
7613
|
* @public
|
8699
7614
|
*/
|
8700
|
-
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof
|
7615
|
+
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;
|
8701
7616
|
|
8702
7617
|
/**
|
8703
7618
|
* Get the selector for a specified component.
|
@@ -8883,10 +7798,6 @@ export declare interface _Identifiers {
|
|
8883
7798
|
verticalGalleryVideoTile: string;
|
8884
7799
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
8885
7800
|
verticalGalleryPageCounter: string;
|
8886
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
8887
|
-
mentionSuggestionList: string;
|
8888
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
8889
|
-
mentionSuggestionItem: string;
|
8890
7801
|
}
|
8891
7802
|
|
8892
7803
|
/**
|
@@ -8952,13 +7863,6 @@ export declare interface ImageOverlayStrings {
|
|
8952
7863
|
overlayVisibleMessage: string;
|
8953
7864
|
}
|
8954
7865
|
|
8955
|
-
/**
|
8956
|
-
* Preset dark theme for the ImageOverlay component.
|
8957
|
-
*
|
8958
|
-
* @public
|
8959
|
-
*/
|
8960
|
-
export declare const imageOverlayTheme: PartialTheme;
|
8961
|
-
|
8962
7866
|
/**
|
8963
7867
|
* @public
|
8964
7868
|
* This contains a readonly array that returns all the active `incomingCalls`.
|
@@ -9412,28 +8316,6 @@ export declare type LocalizationProviderProps = {
|
|
9412
8316
|
children: React_2.ReactNode;
|
9413
8317
|
};
|
9414
8318
|
|
9415
|
-
/**
|
9416
|
-
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
9417
|
-
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
9418
|
-
*
|
9419
|
-
* @beta
|
9420
|
-
*/
|
9421
|
-
export declare interface LocalRecordingCallFeatureState {
|
9422
|
-
/**
|
9423
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
9424
|
-
*/
|
9425
|
-
isLocalRecordingActive: boolean;
|
9426
|
-
/**
|
9427
|
-
* Contains list of information of started recordings
|
9428
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
9429
|
-
*/
|
9430
|
-
activeLocalRecordings?: LocalRecordingInfo[];
|
9431
|
-
/**
|
9432
|
-
* Contains list of information of stopped recordings
|
9433
|
-
*/
|
9434
|
-
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
9435
|
-
}
|
9436
|
-
|
9437
8319
|
/**
|
9438
8320
|
* @public
|
9439
8321
|
*/
|
@@ -9603,76 +8485,6 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
|
|
9603
8485
|
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
9604
8486
|
}
|
9605
8487
|
|
9606
|
-
/**
|
9607
|
-
* Mention's state, as reflected in the UI.
|
9608
|
-
*
|
9609
|
-
* @beta
|
9610
|
-
*/
|
9611
|
-
export declare interface Mention {
|
9612
|
-
/** ID of a mention */
|
9613
|
-
id: string;
|
9614
|
-
/** Display text of a mention */
|
9615
|
-
displayText: string;
|
9616
|
-
/** Optional React element to render an item icon of a mention suggestion */
|
9617
|
-
icon?: JSX.Element;
|
9618
|
-
}
|
9619
|
-
|
9620
|
-
/**
|
9621
|
-
* Options to display suggestions in the mention scenario.
|
9622
|
-
*
|
9623
|
-
* @beta
|
9624
|
-
*/
|
9625
|
-
export declare interface MentionDisplayOptions {
|
9626
|
-
/**
|
9627
|
-
* Optional callback for customizing the mention renderer in a message thread.
|
9628
|
-
*/
|
9629
|
-
onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
|
9630
|
-
}
|
9631
|
-
|
9632
|
-
/**
|
9633
|
-
* Options to lookup suggestions in the mention scenario.
|
9634
|
-
*
|
9635
|
-
* @beta
|
9636
|
-
*/
|
9637
|
-
export declare interface MentionLookupOptions {
|
9638
|
-
/**
|
9639
|
-
* Optional string to set trigger keyword for mention a specific participant.
|
9640
|
-
*
|
9641
|
-
* @defaultValue `@`
|
9642
|
-
*/
|
9643
|
-
trigger?: string;
|
9644
|
-
/**
|
9645
|
-
* Optional callback to fetch a list of mention suggestions base on the query.
|
9646
|
-
*/
|
9647
|
-
onQueryUpdated: (query: string) => Promise<Mention[]>;
|
9648
|
-
/**
|
9649
|
-
* Optional callback to render an item of the mention suggestions list.
|
9650
|
-
*/
|
9651
|
-
onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
|
9652
|
-
}
|
9653
|
-
|
9654
|
-
/**
|
9655
|
-
* Options to lookup suggestions and display mentions in the mention scenario.
|
9656
|
-
*
|
9657
|
-
* @beta
|
9658
|
-
*/
|
9659
|
-
export declare type MentionOptions = {
|
9660
|
-
lookupOptions?: MentionLookupOptions;
|
9661
|
-
displayOptions?: MentionDisplayOptions;
|
9662
|
-
};
|
9663
|
-
|
9664
|
-
/**
|
9665
|
-
* Strings of {@link _MentionPopover} that can be overridden.
|
9666
|
-
*
|
9667
|
-
* @beta
|
9668
|
-
*/
|
9669
|
-
export declare interface MentionPopoverStrings {
|
9670
|
-
/**
|
9671
|
-
* Header text for MentionPopover
|
9672
|
-
*/
|
9673
|
-
mentionPopoverHeader: string;
|
9674
|
-
}
|
9675
|
-
|
9676
8488
|
/**
|
9677
8489
|
* Discriminated union of all messages.
|
9678
8490
|
*
|
@@ -9680,7 +8492,7 @@ export declare interface MentionPopoverStrings {
|
|
9680
8492
|
*
|
9681
8493
|
* @public
|
9682
8494
|
*/
|
9683
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage
|
8495
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
9684
8496
|
|
9685
8497
|
/**
|
9686
8498
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -9722,20 +8534,6 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
9722
8534
|
*/
|
9723
8535
|
export declare type MessageEditedListener = MessageReceivedListener;
|
9724
8536
|
|
9725
|
-
/**
|
9726
|
-
* @beta
|
9727
|
-
* Message option that defines properties that can be set when
|
9728
|
-
* sending or updating a chat message.
|
9729
|
-
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
9730
|
-
* @property attachments - Attachments that contains file attachments attached to the message.
|
9731
|
-
* @property type - Type of the message content, either 'text' or 'html'.
|
9732
|
-
*/
|
9733
|
-
export declare type MessageOptions = {
|
9734
|
-
metadata?: Record<string, string>;
|
9735
|
-
attachments?: AttachmentMetadata[];
|
9736
|
-
type?: ChatMessageType;
|
9737
|
-
};
|
9738
|
-
|
9739
8537
|
/**
|
9740
8538
|
* Props to render a single message.
|
9741
8539
|
*
|
@@ -9751,7 +8549,7 @@ export declare type MessageProps = {
|
|
9751
8549
|
/**
|
9752
8550
|
* Strings from parent MessageThread component
|
9753
8551
|
*/
|
9754
|
-
strings: MessageThreadStrings
|
8552
|
+
strings: MessageThreadStrings;
|
9755
8553
|
/**
|
9756
8554
|
* Custom CSS styles for chat message container.
|
9757
8555
|
*/
|
@@ -9797,7 +8595,7 @@ export declare type MessageProps = {
|
|
9797
8595
|
* @param options - message options to be included in the message
|
9798
8596
|
*
|
9799
8597
|
*/
|
9800
|
-
onSendMessage?: (content: string
|
8598
|
+
onSendMessage?: (content: string) => Promise<void>;
|
9801
8599
|
};
|
9802
8600
|
|
9803
8601
|
/**
|
@@ -9929,7 +8727,7 @@ export declare type MessageThreadProps = {
|
|
9929
8727
|
/**
|
9930
8728
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
9931
8729
|
*/
|
9932
|
-
messages: (ChatMessage | SystemMessage | CustomMessage
|
8730
|
+
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
9933
8731
|
/**
|
9934
8732
|
* number of participants in the thread
|
9935
8733
|
*/
|
@@ -10010,11 +8808,6 @@ export declare type MessageThreadProps = {
|
|
10010
8808
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
10011
8809
|
*/
|
10012
8810
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
10013
|
-
/**
|
10014
|
-
* Optional callback to render attachments in the message component.
|
10015
|
-
* @beta
|
10016
|
-
*/
|
10017
|
-
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
10018
8811
|
/**
|
10019
8812
|
* Optional callback to edit a message.
|
10020
8813
|
*
|
@@ -10043,7 +8836,7 @@ export declare type MessageThreadProps = {
|
|
10043
8836
|
* @param options - message options to be included in the message
|
10044
8837
|
*
|
10045
8838
|
*/
|
10046
|
-
onSendMessage?: (content: string
|
8839
|
+
onSendMessage?: (content: string) => Promise<void>;
|
10047
8840
|
/**
|
10048
8841
|
/**
|
10049
8842
|
* Disable editing messages.
|
@@ -10057,32 +8850,11 @@ export declare type MessageThreadProps = {
|
|
10057
8850
|
* Optional strings to override in component
|
10058
8851
|
*/
|
10059
8852
|
strings?: Partial<MessageThreadStrings>;
|
10060
|
-
/**
|
10061
|
-
* @beta
|
10062
|
-
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
10063
|
-
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
10064
|
-
*/
|
10065
|
-
attachmentOptions?: AttachmentOptions;
|
10066
|
-
/**
|
10067
|
-
* Optional function to provide customized date format.
|
10068
|
-
* @beta
|
10069
|
-
*/
|
10070
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
10071
|
-
/**
|
10072
|
-
* Optional props needed to lookup a mention query and display mentions
|
10073
|
-
* @beta
|
10074
|
-
*/
|
10075
|
-
mentionOptions?: MentionOptions;
|
10076
8853
|
/**
|
10077
8854
|
* Optional callback called when an inline image is clicked.
|
10078
8855
|
* @beta
|
10079
8856
|
*/
|
10080
8857
|
inlineImageOptions?: InlineImageOptions;
|
10081
|
-
/**
|
10082
|
-
* Options to enable rich text editor for the edit box.
|
10083
|
-
* @beta
|
10084
|
-
*/
|
10085
|
-
richTextEditorOptions?: RichTextEditBoxOptions;
|
10086
8858
|
};
|
10087
8859
|
|
10088
8860
|
/**
|
@@ -10160,20 +8932,10 @@ export declare interface MessageThreadStrings {
|
|
10160
8932
|
actionMenuMoreOptions?: string;
|
10161
8933
|
/** Aria label to announce when a message is deleted */
|
10162
8934
|
messageDeletedAnnouncementAriaLabel: string;
|
10163
|
-
/** String for download attachment button in attachment card */
|
10164
|
-
downloadAttachment: string;
|
10165
8935
|
/** String for open attachment button in attachment card */
|
10166
8936
|
openAttachment: string;
|
10167
|
-
/** String for policy violation message removal */
|
10168
|
-
blockedWarningText: string;
|
10169
|
-
/** String for policy violation message removal details link */
|
10170
|
-
blockedWarningLinkText: string;
|
10171
8937
|
/** String for aria text in attachment card group*/
|
10172
8938
|
attachmentCardGroupMessage: string;
|
10173
|
-
/**
|
10174
|
-
* Error message indicating that one or more image uploads are not complete.
|
10175
|
-
*/
|
10176
|
-
imageUploadsPendingError: string;
|
10177
8939
|
}
|
10178
8940
|
|
10179
8941
|
/**
|
@@ -10201,24 +8963,10 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
10201
8963
|
/** Styles for system message container. */
|
10202
8964
|
systemMessageContainer?: ComponentSlotStyle;
|
10203
8965
|
/** Styles for blocked message container. */
|
10204
|
-
blockedMessageContainer?: ComponentSlotStyle;
|
10205
8966
|
/** Styles for message status indicator container. */
|
10206
8967
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
10207
8968
|
}
|
10208
8969
|
|
10209
|
-
/**
|
10210
|
-
*
|
10211
|
-
* Messaging policy of a chat thread.
|
10212
|
-
*
|
10213
|
-
* @beta
|
10214
|
-
*/
|
10215
|
-
export declare interface MessagingPolicy {
|
10216
|
-
/**
|
10217
|
-
* Boolean to track whether or not messages are restricted to only text.
|
10218
|
-
* */
|
10219
|
-
textOnlyChat?: boolean;
|
10220
|
-
}
|
10221
|
-
|
10222
8970
|
/**
|
10223
8971
|
* A button to turn microphone on / off.
|
10224
8972
|
*
|
@@ -10411,31 +9159,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
10411
9159
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
10412
9160
|
}
|
10413
9161
|
|
10414
|
-
/**
|
10415
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
10416
|
-
* by their browsers settings.
|
10417
|
-
*
|
10418
|
-
* @beta
|
10419
|
-
*/
|
10420
|
-
export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
|
10421
|
-
|
10422
|
-
/**
|
10423
|
-
* @beta
|
10424
|
-
* Props for MicrophoneSitePermissions component.
|
10425
|
-
*/
|
10426
|
-
export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
10427
|
-
/** Icon name for the microphone icon */
|
10428
|
-
microphoneIconName?: string;
|
10429
|
-
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
10430
|
-
strings?: MicrophoneSitePermissionsStrings;
|
10431
|
-
}
|
10432
|
-
|
10433
|
-
/**
|
10434
|
-
* @beta
|
10435
|
-
* Strings for MicrophoneSitePermissions component.
|
10436
|
-
*/
|
10437
|
-
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
10438
|
-
|
10439
9162
|
/**
|
10440
9163
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
10441
9164
|
*
|
@@ -10754,9 +9477,13 @@ export declare interface NotificationStackStrings {
|
|
10754
9477
|
*/
|
10755
9478
|
assignedBreakoutRoomOpenedPromptJoin?: NotificationStrings;
|
10756
9479
|
/**
|
10757
|
-
* Message shown in notification when the user
|
9480
|
+
* Message shown in notification when the user's assigned breakout room is changed
|
10758
9481
|
*/
|
10759
9482
|
assignedBreakoutRoomChanged?: NotificationStrings;
|
9483
|
+
/**
|
9484
|
+
* Message shown in notification when the user's assigned breakout room is closed
|
9485
|
+
*/
|
9486
|
+
assignedBreakoutRoomClosed?: NotificationStrings;
|
10760
9487
|
/**
|
10761
9488
|
* Message shown in notification when breakout room is joined
|
10762
9489
|
*/
|
@@ -10781,8 +9508,6 @@ export declare interface NotificationStackStrings {
|
|
10781
9508
|
* Message shown in notification when capability unMuteMic is absent
|
10782
9509
|
*/
|
10783
9510
|
capabilityUnmuteMicAbsent?: NotificationStrings;
|
10784
|
-
togetherModeStarted?: NotificationStrings;
|
10785
|
-
togetherModeEnded?: NotificationStrings;
|
10786
9511
|
}
|
10787
9512
|
|
10788
9513
|
/**
|
@@ -10854,7 +9579,7 @@ export declare interface NotificationStyles {
|
|
10854
9579
|
}
|
10855
9580
|
|
10856
9581
|
/** @public */
|
10857
|
-
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent'
|
9582
|
+
export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'assignedBreakoutRoomClosed' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent';
|
10858
9583
|
|
10859
9584
|
/**
|
10860
9585
|
* All notifications that can be shown in the {@link NotificationStack}.
|
@@ -11153,10 +9878,6 @@ export declare type ParticipantListProps = {
|
|
11153
9878
|
styles?: ParticipantListStyles;
|
11154
9879
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
11155
9880
|
showParticipantOverflowTooltip?: boolean;
|
11156
|
-
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
11157
|
-
totalParticipantCount?: number;
|
11158
|
-
/** Strings for the participant list */
|
11159
|
-
strings?: ParticipantListStrings;
|
11160
9881
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
11161
9882
|
participantAriaLabelledBy?: string;
|
11162
9883
|
/** List of pinned participants */
|
@@ -11171,21 +9892,8 @@ export declare type ParticipantListProps = {
|
|
11171
9892
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
11172
9893
|
participants: CallParticipantListParticipant[];
|
11173
9894
|
myUserId: string;
|
11174
|
-
totalParticipantCount?: number;
|
11175
9895
|
};
|
11176
9896
|
|
11177
|
-
/**
|
11178
|
-
* Strings for the {@link ParticipantList}.
|
11179
|
-
*
|
11180
|
-
* @beta
|
11181
|
-
*/
|
11182
|
-
export declare interface ParticipantListStrings {
|
11183
|
-
/**
|
11184
|
-
* String for rendering the count of participants not contained in the displayed participant list
|
11185
|
-
*/
|
11186
|
-
overflowParticipantCount?: string;
|
11187
|
-
}
|
11188
|
-
|
11189
9897
|
/**
|
11190
9898
|
* Styles for the {@link ParticipantList}.
|
11191
9899
|
*
|
@@ -11668,204 +10376,6 @@ export declare type ReadReceiptsBySenderId = {
|
|
11668
10376
|
};
|
11669
10377
|
};
|
11670
10378
|
|
11671
|
-
/**
|
11672
|
-
* @beta
|
11673
|
-
* A component for displaying a single line of RealTimeText
|
11674
|
-
*/
|
11675
|
-
export declare const RealTimeText: (props: RealTimeTextProps) => JSX.Element;
|
11676
|
-
|
11677
|
-
/**
|
11678
|
-
* @beta
|
11679
|
-
*/
|
11680
|
-
export declare interface RealTimeTextCallFeatureState {
|
11681
|
-
/**
|
11682
|
-
* array of received captions
|
11683
|
-
*/
|
11684
|
-
realTimeTexts: {
|
11685
|
-
completedMessages?: RealTimeTextInfo[];
|
11686
|
-
currentInProgress?: RealTimeTextInfo[];
|
11687
|
-
myInProgress?: RealTimeTextInfo;
|
11688
|
-
};
|
11689
|
-
/**
|
11690
|
-
* whether real time text is on/off
|
11691
|
-
*/
|
11692
|
-
isRealTimeTextFeatureActive?: boolean;
|
11693
|
-
}
|
11694
|
-
|
11695
|
-
/**
|
11696
|
-
* @beta
|
11697
|
-
*/
|
11698
|
-
export declare interface RealTimeTextInfo {
|
11699
|
-
/**
|
11700
|
-
* The sequence id of the real time text.
|
11701
|
-
*/
|
11702
|
-
sequenceId: number;
|
11703
|
-
/**
|
11704
|
-
* The sender of the real time text.
|
11705
|
-
*/
|
11706
|
-
sender: ParticipantInfo;
|
11707
|
-
/**
|
11708
|
-
* The real time text message.
|
11709
|
-
*/
|
11710
|
-
message: string;
|
11711
|
-
/**
|
11712
|
-
* The result type of the real time text message.
|
11713
|
-
*/
|
11714
|
-
resultType: RealTimeTextResultType;
|
11715
|
-
/**
|
11716
|
-
* The timestamp when the real time text message was created.
|
11717
|
-
*/
|
11718
|
-
receivedTimestamp?: Date;
|
11719
|
-
/**
|
11720
|
-
* The timestamp when the real time text message was last updated.
|
11721
|
-
*/
|
11722
|
-
updatedTimestamp?: Date;
|
11723
|
-
/**
|
11724
|
-
* If message originated from the local participant
|
11725
|
-
* default is false
|
11726
|
-
*/
|
11727
|
-
isMe?: boolean;
|
11728
|
-
}
|
11729
|
-
|
11730
|
-
/**
|
11731
|
-
* @beta
|
11732
|
-
* information required for each line of real time text
|
11733
|
-
*/
|
11734
|
-
export declare type RealTimeTextInformation = {
|
11735
|
-
/**
|
11736
|
-
* The id of the real time text.
|
11737
|
-
*/
|
11738
|
-
id: number;
|
11739
|
-
/**
|
11740
|
-
* sender's display name
|
11741
|
-
*/
|
11742
|
-
displayName: string;
|
11743
|
-
/**
|
11744
|
-
* id of the sender
|
11745
|
-
*/
|
11746
|
-
userId?: string;
|
11747
|
-
/**
|
11748
|
-
* The real time text message.
|
11749
|
-
*/
|
11750
|
-
message: string;
|
11751
|
-
/**
|
11752
|
-
* if the real time text received is partial
|
11753
|
-
*/
|
11754
|
-
isTyping: boolean;
|
11755
|
-
/**
|
11756
|
-
* timestamp when the real time text was finalized
|
11757
|
-
*/
|
11758
|
-
finalizedTimeStamp: Date;
|
11759
|
-
/**
|
11760
|
-
* If message originated from the local participant
|
11761
|
-
* default value is false
|
11762
|
-
*/
|
11763
|
-
isMe?: boolean;
|
11764
|
-
};
|
11765
|
-
|
11766
|
-
/**
|
11767
|
-
* @beta
|
11768
|
-
* a component for realTimeText modal
|
11769
|
-
*/
|
11770
|
-
export declare const RealTimeTextModal: (props: RealTimeTextModalProps) => JSX.Element;
|
11771
|
-
|
11772
|
-
/**
|
11773
|
-
* @beta
|
11774
|
-
* RealTimeTextModal Component Props.
|
11775
|
-
*/
|
11776
|
-
export declare interface RealTimeTextModalProps {
|
11777
|
-
/** The strings for the RealTimeText modal */
|
11778
|
-
strings?: RealTimeTextModalStrings;
|
11779
|
-
/** The flag to show the modal */
|
11780
|
-
showModal?: boolean;
|
11781
|
-
/** The function to dismiss the modal */
|
11782
|
-
onDismissModal?: () => void;
|
11783
|
-
/**
|
11784
|
-
* Use this function to show RealTimeText UI in the calling experience.
|
11785
|
-
* Note that real time text should not be started for everyone in the call until the first real time text is received.
|
11786
|
-
*/
|
11787
|
-
onStartRealTimeText?: () => void;
|
11788
|
-
}
|
11789
|
-
|
11790
|
-
/**
|
11791
|
-
* @beta
|
11792
|
-
* strings for realTimeText modal
|
11793
|
-
*/
|
11794
|
-
export declare interface RealTimeTextModalStrings {
|
11795
|
-
/** The title of the RealTimeText modal */
|
11796
|
-
realTimeTextModalTitle?: string;
|
11797
|
-
/** The text of the RealTimeText modal */
|
11798
|
-
realTimeTextModalText?: string;
|
11799
|
-
/** The label for the confirm button */
|
11800
|
-
realTimeTextConfirmButtonLabel?: string;
|
11801
|
-
/** The label for the cancel button */
|
11802
|
-
realTimeTextCancelButtonLabel?: string;
|
11803
|
-
/** The aria label for the modal */
|
11804
|
-
realTimeTextModalAriaLabel?: string;
|
11805
|
-
/** The aria label for the close button */
|
11806
|
-
realTimeTextCloseModalButtonAriaLabel?: string;
|
11807
|
-
}
|
11808
|
-
|
11809
|
-
/**
|
11810
|
-
* @beta
|
11811
|
-
* Props for a single line of RealTimeText.
|
11812
|
-
*/
|
11813
|
-
export declare interface RealTimeTextProps {
|
11814
|
-
/**
|
11815
|
-
* RealTimeText id
|
11816
|
-
*/
|
11817
|
-
id: number;
|
11818
|
-
/**
|
11819
|
-
* Display name of the user
|
11820
|
-
*/
|
11821
|
-
displayName: string;
|
11822
|
-
/**
|
11823
|
-
* RealTimeText content
|
11824
|
-
*/
|
11825
|
-
message: string;
|
11826
|
-
/**
|
11827
|
-
* user id of the user
|
11828
|
-
*/
|
11829
|
-
userId?: string;
|
11830
|
-
/**
|
11831
|
-
* Optional callback to override render of the avatar.
|
11832
|
-
*
|
11833
|
-
* @param userId - user Id
|
11834
|
-
*/
|
11835
|
-
onRenderAvatar?: OnRenderAvatarCallback;
|
11836
|
-
/**
|
11837
|
-
* Boolean indicating whether the RealTimeText is still in progress
|
11838
|
-
*/
|
11839
|
-
isTyping?: boolean;
|
11840
|
-
/**
|
11841
|
-
* Boolean indicating whether the RealTimeText is from the local user
|
11842
|
-
*/
|
11843
|
-
isMe?: boolean;
|
11844
|
-
/**
|
11845
|
-
* Strings for RealTimeText
|
11846
|
-
*/
|
11847
|
-
strings?: RealTimeTextStrings;
|
11848
|
-
}
|
11849
|
-
|
11850
|
-
/**
|
11851
|
-
* Callback for {@link CallAdapterSubscribers} 'realTimeTextReceived' event.
|
11852
|
-
* @beta
|
11853
|
-
*/
|
11854
|
-
export declare type RealTimeTextReceivedListener = (event: {
|
11855
|
-
realTimeText: RealTimeTextInfo_2;
|
11856
|
-
}) => void;
|
11857
|
-
|
11858
|
-
/**
|
11859
|
-
* @beta
|
11860
|
-
* strings for rtt
|
11861
|
-
*/
|
11862
|
-
export declare interface RealTimeTextStrings {
|
11863
|
-
/**
|
11864
|
-
* String indicating that the user is typing
|
11865
|
-
*/
|
11866
|
-
isTypingText?: string;
|
11867
|
-
}
|
11868
|
-
|
11869
10379
|
/**
|
11870
10380
|
* State only version of {@link @azure/communication-calling#RecordingCallFeature}. {@link StatefulCallClient} will
|
11871
10381
|
* automatically listen for recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
@@ -11877,15 +10387,6 @@ export declare interface RecordingCallFeature {
|
|
11877
10387
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
11878
10388
|
*/
|
11879
10389
|
isRecordingActive: boolean;
|
11880
|
-
/**
|
11881
|
-
* Contains list of information of started recordings
|
11882
|
-
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
11883
|
-
*/
|
11884
|
-
activeRecordings?: RecordingInfo[];
|
11885
|
-
/**
|
11886
|
-
* Contains list of information of stopped recordings
|
11887
|
-
*/
|
11888
|
-
lastStoppedRecording?: RecordingInfo[];
|
11889
10390
|
}
|
11890
10391
|
|
11891
10392
|
/**
|
@@ -12029,261 +10530,11 @@ export declare type ResourceFetchResult = {
|
|
12029
10530
|
};
|
12030
10531
|
|
12031
10532
|
/**
|
12032
|
-
*
|
10533
|
+
* A button to start / stop screen sharing.
|
10534
|
+
*
|
10535
|
+
* Can be used with {@link ControlBar}.
|
12033
10536
|
*
|
12034
|
-
* @
|
12035
|
-
*/
|
12036
|
-
export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
|
12037
|
-
/**
|
12038
|
-
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
12039
|
-
* When not provided, pasting images into rich text editor will be disabled.
|
12040
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12041
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
12042
|
-
* @param messageId - the id of the message that the inlineImage belongs to.
|
12043
|
-
*/
|
12044
|
-
onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
12045
|
-
/**
|
12046
|
-
* Optional callback invoked after inline image is removed from the UI.
|
12047
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12048
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
12049
|
-
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
12050
|
-
* @param messageId - the id of the message that the inlineImage belongs to.
|
12051
|
-
*/
|
12052
|
-
onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
|
12053
|
-
/**
|
12054
|
-
* Optional Record of type {@link AttachmentMetadataInProgress}
|
12055
|
-
* to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
|
12056
|
-
* - there is an error provided in the messagesInlineImagesWithProgress
|
12057
|
-
* - progress is less than 1 when the send button is clicked
|
12058
|
-
* - content html string is longer than the max allowed length.
|
12059
|
-
* (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
|
12060
|
-
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
12061
|
-
*/
|
12062
|
-
messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
|
12063
|
-
}
|
12064
|
-
|
12065
|
-
/**
|
12066
|
-
* Options for the rich text editor configuration.
|
12067
|
-
*
|
12068
|
-
* @beta
|
12069
|
-
*/
|
12070
|
-
export declare interface RichTextEditorOptions {
|
12071
|
-
/**
|
12072
|
-
* Optional callback to handle paste event.
|
12073
|
-
*/
|
12074
|
-
onPaste?: (event: {
|
12075
|
-
content: DocumentFragment;
|
12076
|
-
}) => void;
|
12077
|
-
}
|
12078
|
-
|
12079
|
-
/**
|
12080
|
-
* A component to render SendBox with Rich Text Editor support.
|
12081
|
-
*
|
12082
|
-
* @beta
|
12083
|
-
*/
|
12084
|
-
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
12085
|
-
|
12086
|
-
/**
|
12087
|
-
* Props for {@link RichTextSendBox}.
|
12088
|
-
*
|
12089
|
-
* @beta
|
12090
|
-
*/
|
12091
|
-
export declare interface RichTextSendBoxProps {
|
12092
|
-
/**
|
12093
|
-
* Optional boolean to disable text box
|
12094
|
-
* @defaultValue false
|
12095
|
-
*/
|
12096
|
-
disabled?: boolean;
|
12097
|
-
/**
|
12098
|
-
* Optional callback to handle paste event.
|
12099
|
-
*/
|
12100
|
-
onPaste?: (event: {
|
12101
|
-
content: DocumentFragment;
|
12102
|
-
}) => void;
|
12103
|
-
/**
|
12104
|
-
* Optional strings to override in component
|
12105
|
-
*/
|
12106
|
-
strings?: Partial<RichTextSendBoxStrings>;
|
12107
|
-
/**
|
12108
|
-
* Optional text for system message above the text box
|
12109
|
-
*/
|
12110
|
-
systemMessage?: string;
|
12111
|
-
/**
|
12112
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
12113
|
-
* to render attachments being uploaded in the SendBox.
|
12114
|
-
* @beta
|
12115
|
-
*/
|
12116
|
-
attachments?: AttachmentMetadataInProgress[];
|
12117
|
-
/**
|
12118
|
-
* enumerable to determine if the input box has focus on render or not.
|
12119
|
-
* When undefined nothing has focus on render
|
12120
|
-
*/
|
12121
|
-
autoFocus?: 'sendBoxTextField';
|
12122
|
-
/**
|
12123
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
12124
|
-
* cancel icon.
|
12125
|
-
*/
|
12126
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
12127
|
-
/**
|
12128
|
-
* Optional callback invoked after inline image is removed from the UI.
|
12129
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12130
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
|
12131
|
-
* Note that if the src attribute is a local blob url, it has been revoked at this point.
|
12132
|
-
*/
|
12133
|
-
onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12134
|
-
/**
|
12135
|
-
* Callback function used when the send button is clicked.
|
12136
|
-
*/
|
12137
|
-
onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
|
12138
|
-
/**
|
12139
|
-
* Optional callback called when user is typing
|
12140
|
-
*/
|
12141
|
-
onTyping?: () => Promise<void>;
|
12142
|
-
/**
|
12143
|
-
* Optional callback to handle an inline image that's inserted in the rich text editor.
|
12144
|
-
* When not provided, pasting images into rich text editor will be disabled.
|
12145
|
-
* @param imageAttributes - attributes of the image such as id, src, style, etc.
|
12146
|
-
* It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
|
12147
|
-
*/
|
12148
|
-
onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
|
12149
|
-
/**
|
12150
|
-
* Optional Array of type {@link AttachmentMetadataInProgress}
|
12151
|
-
* to render the errorBar for inline images inserted in the RichTextSendBox when:
|
12152
|
-
* - there is an error provided in the inlineImagesWithProgress
|
12153
|
-
* - progress is less than 1 when the send button is clicked
|
12154
|
-
* - content html string is longer than the max allowed length.
|
12155
|
-
* (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
|
12156
|
-
* when calculating the content length, only for the purpose of displaying the content length overflow error.)
|
12157
|
-
*/
|
12158
|
-
inlineImagesWithProgress?: AttachmentMetadataInProgress[];
|
12159
|
-
}
|
12160
|
-
|
12161
|
-
/**
|
12162
|
-
* Strings of {@link RichTextSendBox} that can be overridden.
|
12163
|
-
*
|
12164
|
-
* @beta
|
12165
|
-
*/
|
12166
|
-
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
12167
|
-
}
|
12168
|
-
|
12169
|
-
/**
|
12170
|
-
* Strings of RichText that can be overridden.
|
12171
|
-
*
|
12172
|
-
* @beta
|
12173
|
-
*/
|
12174
|
-
export declare interface RichTextStrings {
|
12175
|
-
/**
|
12176
|
-
* Tooltip text for the bold button.
|
12177
|
-
*/
|
12178
|
-
richTextBoldTooltip: string;
|
12179
|
-
/**
|
12180
|
-
* Tooltip text for the italic button.
|
12181
|
-
*/
|
12182
|
-
richTextItalicTooltip: string;
|
12183
|
-
/**
|
12184
|
-
* Tooltip text for the underline button.
|
12185
|
-
*/
|
12186
|
-
richTextUnderlineTooltip: string;
|
12187
|
-
/**
|
12188
|
-
* Tooltip text for the bullet list button.
|
12189
|
-
*/
|
12190
|
-
richTextBulletListTooltip: string;
|
12191
|
-
/**
|
12192
|
-
* Tooltip text for the number list button.
|
12193
|
-
*/
|
12194
|
-
richTextNumberListTooltip: string;
|
12195
|
-
/**
|
12196
|
-
* Tooltip text for the increase indent button.
|
12197
|
-
*/
|
12198
|
-
richTextIncreaseIndentTooltip: string;
|
12199
|
-
/**
|
12200
|
-
* Tooltip text for the decrease indent button.
|
12201
|
-
*/
|
12202
|
-
richTextDecreaseIndentTooltip: string;
|
12203
|
-
/**
|
12204
|
-
* Tooltip text insert table button.
|
12205
|
-
*/
|
12206
|
-
richTextInsertTableTooltip: string;
|
12207
|
-
/**
|
12208
|
-
* Tooltip text for the rich text format button button.
|
12209
|
-
*/
|
12210
|
-
richTextFormatButtonTooltip: string;
|
12211
|
-
/**
|
12212
|
-
* Text for the insert menu item.
|
12213
|
-
*/
|
12214
|
-
richTextInsertRowOrColumnMenu: string;
|
12215
|
-
/**
|
12216
|
-
* Title for the insert table menu.
|
12217
|
-
*/
|
12218
|
-
richTextInsertTableMenuTitle: string;
|
12219
|
-
/**
|
12220
|
-
* Text for the insert menu item to insert row above the current selection.
|
12221
|
-
*/
|
12222
|
-
richTextInsertRowAboveMenu: string;
|
12223
|
-
/**
|
12224
|
-
* Text for the insert menu item to insert row below the current selection.
|
12225
|
-
*/
|
12226
|
-
richTextInsertRowBelowMenu: string;
|
12227
|
-
/**
|
12228
|
-
* Text for the insert menu item to insert column to the left from the current selection.
|
12229
|
-
*/
|
12230
|
-
richTextInsertColumnLeftMenu: string;
|
12231
|
-
/**
|
12232
|
-
* Text for the insert menu item to insert column to the right from the current selection.
|
12233
|
-
*/
|
12234
|
-
richTextInsertColumnRightMenu: string;
|
12235
|
-
/**
|
12236
|
-
* Text for the delete row or column menu.
|
12237
|
-
*/
|
12238
|
-
richTextDeleteRowOrColumnMenu: string;
|
12239
|
-
/**
|
12240
|
-
* Text for the delete column menu.
|
12241
|
-
*/
|
12242
|
-
richTextDeleteColumnMenu: string;
|
12243
|
-
/**
|
12244
|
-
* Text for the delete row menu.
|
12245
|
-
*/
|
12246
|
-
richTextDeleteRowMenu: string;
|
12247
|
-
/**
|
12248
|
-
* Text for the delete table menu.
|
12249
|
-
*/
|
12250
|
-
richTextDeleteTableMenu: string;
|
12251
|
-
/**
|
12252
|
-
* Text for the rich text toolbar.
|
12253
|
-
*/
|
12254
|
-
richTextToolbarAriaLabel: string;
|
12255
|
-
/**
|
12256
|
-
* Text for the rich text toolbar more button.
|
12257
|
-
*/
|
12258
|
-
richTextToolbarMoreButtonAriaLabel: string;
|
12259
|
-
/**
|
12260
|
-
* Text for announcement when a new bulleted list item is added.
|
12261
|
-
*/
|
12262
|
-
richTextNewBulletedListItemAnnouncement: string;
|
12263
|
-
/**
|
12264
|
-
* Text for announcement when a new numbered list item is added.
|
12265
|
-
*/
|
12266
|
-
richTextNewNumberedListItemAnnouncement: string;
|
12267
|
-
/**
|
12268
|
-
* Text for announcement when the bulleted list style is applied.
|
12269
|
-
*/
|
12270
|
-
richTextBulletedListAppliedAnnouncement: string;
|
12271
|
-
/**
|
12272
|
-
* Text for announcement when the numbered list style is applied.
|
12273
|
-
*/
|
12274
|
-
richTextNumberedListAppliedAnnouncement: string;
|
12275
|
-
/**
|
12276
|
-
* Error message indicating image upload is not complete.
|
12277
|
-
*/
|
12278
|
-
imageUploadsPendingError: string;
|
12279
|
-
}
|
12280
|
-
|
12281
|
-
/**
|
12282
|
-
* A button to start / stop screen sharing.
|
12283
|
-
*
|
12284
|
-
* Can be used with {@link ControlBar}.
|
12285
|
-
*
|
12286
|
-
* @public
|
10537
|
+
* @public
|
12287
10538
|
*/
|
12288
10539
|
export declare const ScreenShareButton: (props: ScreenShareButtonProps) => JSX.Element;
|
12289
10540
|
|
@@ -12349,42 +10600,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
12349
10600
|
*/
|
12350
10601
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
12351
10602
|
|
12352
|
-
/**
|
12353
|
-
* @beta
|
12354
|
-
* Error to be displayed to the user in an error bar above sendbox.
|
12355
|
-
*/
|
12356
|
-
export declare interface SendBoxErrorBarError {
|
12357
|
-
/** Error Message to be displayed */
|
12358
|
-
message: string;
|
12359
|
-
/**
|
12360
|
-
* Unix Timestamp. Preferred generation using `Date.now()`
|
12361
|
-
*/
|
12362
|
-
timestamp: number;
|
12363
|
-
/**
|
12364
|
-
* ErrorBar type. Defaults to `warning`.
|
12365
|
-
*/
|
12366
|
-
errorBarType?: SendBoxErrorBarType;
|
12367
|
-
}
|
12368
|
-
|
12369
|
-
/**
|
12370
|
-
* @beta
|
12371
|
-
* Error bar type for {@link SendBoxErrorBarError}
|
12372
|
-
*/
|
12373
|
-
export declare enum SendBoxErrorBarType {
|
12374
|
-
/** Info styled MessageBar */
|
12375
|
-
info = 0,
|
12376
|
-
/** Error styled MessageBar */
|
12377
|
-
error = 1,
|
12378
|
-
/** Blocked styled MessageBar */
|
12379
|
-
blocked = 2,
|
12380
|
-
/** SevereWarning styled MessageBar */
|
12381
|
-
severeWarning = 3,
|
12382
|
-
/** Success styled MessageBar */
|
12383
|
-
success = 4,
|
12384
|
-
/** Warning styled MessageBar */
|
12385
|
-
warning = 5
|
12386
|
-
}
|
12387
|
-
|
12388
10603
|
/**
|
12389
10604
|
* Props for {@link SendBox}.
|
12390
10605
|
*
|
@@ -12403,12 +10618,7 @@ export declare interface SendBoxProps {
|
|
12403
10618
|
/**
|
12404
10619
|
* Optional override behavior on send button click
|
12405
10620
|
*/
|
12406
|
-
onSendMessage?: (content: string
|
12407
|
-
/**
|
12408
|
-
* Optional props needed to lookup suggestions in the mention scenario.
|
12409
|
-
* @beta
|
12410
|
-
*/
|
12411
|
-
mentionLookupOptions?: MentionLookupOptions;
|
10621
|
+
onSendMessage?: (content: string) => Promise<void>;
|
12412
10622
|
/**
|
12413
10623
|
* Optional callback called when user is typing
|
12414
10624
|
*/
|
@@ -12445,25 +10655,6 @@ export declare interface SendBoxProps {
|
|
12445
10655
|
* When undefined nothing has focus on render
|
12446
10656
|
*/
|
12447
10657
|
autoFocus?: 'sendBoxTextField';
|
12448
|
-
/**
|
12449
|
-
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
12450
|
-
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
12451
|
-
* be rendered below the text area in sendBox.
|
12452
|
-
* @beta
|
12453
|
-
*/
|
12454
|
-
onRenderAttachmentUploads?: () => JSX.Element;
|
12455
|
-
/**
|
12456
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
12457
|
-
* to render attachments being uploaded in the SendBox.
|
12458
|
-
* @beta
|
12459
|
-
*/
|
12460
|
-
attachments?: AttachmentMetadataInProgress[];
|
12461
|
-
/**
|
12462
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
12463
|
-
* cancel icon.
|
12464
|
-
* @beta
|
12465
|
-
*/
|
12466
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
12467
10658
|
}
|
12468
10659
|
|
12469
10660
|
/**
|
@@ -12494,26 +10685,6 @@ export declare interface SendBoxStrings {
|
|
12494
10685
|
* Aria label for send message button
|
12495
10686
|
*/
|
12496
10687
|
sendButtonAriaLabel: string;
|
12497
|
-
/**
|
12498
|
-
* Error message indicating that all attachment uploads are not complete.
|
12499
|
-
*/
|
12500
|
-
attachmentUploadsPendingError: string;
|
12501
|
-
/**
|
12502
|
-
* Aria label to notify user when focus is on cancel attachment upload button.
|
12503
|
-
*/
|
12504
|
-
removeAttachment: string;
|
12505
|
-
/**
|
12506
|
-
* Aria label to notify user attachment uploading starts.
|
12507
|
-
*/
|
12508
|
-
uploading: string;
|
12509
|
-
/**
|
12510
|
-
* Aria label to notify user attachment is uploaded.
|
12511
|
-
*/
|
12512
|
-
uploadCompleted: string;
|
12513
|
-
/**
|
12514
|
-
* Aria label to notify user more attachment action menu.
|
12515
|
-
*/
|
12516
|
-
attachmentMoreMenu: string;
|
12517
10688
|
}
|
12518
10689
|
|
12519
10690
|
/**
|
@@ -12534,45 +10705,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
12534
10705
|
systemMessage?: IStyle;
|
12535
10706
|
}
|
12536
10707
|
|
12537
|
-
/**
|
12538
|
-
* @beta
|
12539
|
-
* Strings for SitePermissions component
|
12540
|
-
*/
|
12541
|
-
export declare type SitePermissionsStrings = {
|
12542
|
-
/**
|
12543
|
-
* Main text string.
|
12544
|
-
*/
|
12545
|
-
primaryText?: string;
|
12546
|
-
/**
|
12547
|
-
* Subtext string.
|
12548
|
-
*/
|
12549
|
-
secondaryText?: string;
|
12550
|
-
/**
|
12551
|
-
* More help link string.
|
12552
|
-
*/
|
12553
|
-
linkText?: string;
|
12554
|
-
/**
|
12555
|
-
* Primary button text string.
|
12556
|
-
*/
|
12557
|
-
primaryButtonText?: string;
|
12558
|
-
/**
|
12559
|
-
* Aria label describing the content of the container
|
12560
|
-
*/
|
12561
|
-
ariaLabel?: string;
|
12562
|
-
};
|
12563
|
-
|
12564
|
-
/**
|
12565
|
-
* Fluent styles for {@link SitePermissionsContainer}.
|
12566
|
-
*
|
12567
|
-
* @beta
|
12568
|
-
*/
|
12569
|
-
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
12570
|
-
/** Styles for the primary button. */
|
12571
|
-
primaryButton?: IButtonStyles;
|
12572
|
-
/** Styles for the help troubleshooting link text. */
|
12573
|
-
troubleshootingLink?: ILinkStyles;
|
12574
|
-
}
|
12575
|
-
|
12576
10708
|
/**
|
12577
10709
|
* @public
|
12578
10710
|
* Type for representing a custom sound to use for a calling event
|
@@ -12845,60 +10977,6 @@ export declare interface StartCaptionsButtonStrings {
|
|
12845
10977
|
tooltipOffContent: string;
|
12846
10978
|
}
|
12847
10979
|
|
12848
|
-
/**
|
12849
|
-
* a button to start RealTimeText
|
12850
|
-
* based on accessibility requirement, real time text cannot be turned off once it is on
|
12851
|
-
*
|
12852
|
-
* Can be used with {@link ControlBar}
|
12853
|
-
*
|
12854
|
-
* @param props - properties for the start RealTimeText button.
|
12855
|
-
* @beta
|
12856
|
-
*/
|
12857
|
-
export declare const StartRealTimeTextButton: (props: StartRealTimeTextButtonProps) => JSX.Element;
|
12858
|
-
|
12859
|
-
/**
|
12860
|
-
* Props for the StartRealTimeTextButton component
|
12861
|
-
* @beta
|
12862
|
-
*/
|
12863
|
-
export declare interface StartRealTimeTextButtonProps extends ControlBarButtonProps {
|
12864
|
-
/**
|
12865
|
-
* Use this function to show RealTimeText UI in the calling experience.
|
12866
|
-
* Note that real time text should not be started for everyone in the call until the first real time text is received.
|
12867
|
-
*/
|
12868
|
-
onStartRealTimeText: () => void;
|
12869
|
-
/**
|
12870
|
-
* If RealTimeText is on
|
12871
|
-
*/
|
12872
|
-
isRealTimeTextOn: boolean;
|
12873
|
-
/**
|
12874
|
-
* Optional strings to override in component
|
12875
|
-
*/
|
12876
|
-
strings?: StartRealTimeTextButtonStrings;
|
12877
|
-
}
|
12878
|
-
|
12879
|
-
/**
|
12880
|
-
* Strings for the hold button labels
|
12881
|
-
* @beta
|
12882
|
-
*/
|
12883
|
-
export declare interface StartRealTimeTextButtonStrings {
|
12884
|
-
/**
|
12885
|
-
* Label for the start Real Time Text button
|
12886
|
-
*/
|
12887
|
-
label: string;
|
12888
|
-
/**
|
12889
|
-
* Content for when button is not checked, Real-Time Text is off.
|
12890
|
-
* We don't need to supply a tooltip string when RealTimeText is on, because the button will be disabled when Real-Time Text is on.
|
12891
|
-
*/
|
12892
|
-
tooltipOffContent: string;
|
12893
|
-
}
|
12894
|
-
|
12895
|
-
/**
|
12896
|
-
* Parameter to start a call using a Teams user identity.
|
12897
|
-
*
|
12898
|
-
* @beta
|
12899
|
-
*/
|
12900
|
-
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
12901
|
-
|
12902
10980
|
/**
|
12903
10981
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
12904
10982
|
* The interface provides access to proxied state and also allows registering a handler for state change events. For
|
@@ -12984,7 +11062,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
12984
11062
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to start rendering.
|
12985
11063
|
* @param options - Options that are passed to the {@link @azure/communication-calling#VideoStreamRenderer}.
|
12986
11064
|
*/
|
12987
|
-
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState
|
11065
|
+
createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
|
12988
11066
|
/**
|
12989
11067
|
* Stops rendering a {@link RemoteVideoStreamState} or {@link LocalVideoStreamState} and removes the
|
12990
11068
|
* {@link VideoStreamRendererView} from the relevant {@link RemoteVideoStreamState} in {@link CallClientState} or
|
@@ -13009,7 +11087,7 @@ export declare interface StatefulCallClient extends CallClient {
|
|
13009
11087
|
* be undefined if disposing LocalVideoStreamState.
|
13010
11088
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
13011
11089
|
*/
|
13012
|
-
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState
|
11090
|
+
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
13013
11091
|
/**
|
13014
11092
|
* The CallAgent is used to handle calls.
|
13015
11093
|
* To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
@@ -13349,7 +11427,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
13349
11427
|
* @public
|
13350
11428
|
*/
|
13351
11429
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13352
|
-
locator: TeamsMeetingLinkLocator |
|
11430
|
+
locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
|
13353
11431
|
};
|
13354
11432
|
|
13355
11433
|
/**
|
@@ -13422,17 +11500,6 @@ export declare interface TeamsIncomingCallState {
|
|
13422
11500
|
endTime?: Date;
|
13423
11501
|
}
|
13424
11502
|
|
13425
|
-
/**
|
13426
|
-
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
13427
|
-
*
|
13428
|
-
* This is used to create an outbound call scenarios.
|
13429
|
-
*
|
13430
|
-
* @beta
|
13431
|
-
*/
|
13432
|
-
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
13433
|
-
targetCallees: StartTeamsCallIdentifier[];
|
13434
|
-
};
|
13435
|
-
|
13436
11503
|
/**
|
13437
11504
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
13438
11505
|
*
|
@@ -13445,68 +11512,6 @@ export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon &
|
|
13445
11512
|
*/
|
13446
11513
|
export declare const toFlatCommunicationIdentifier: (identifier: CommunicationIdentifier) => string;
|
13447
11514
|
|
13448
|
-
/**
|
13449
|
-
* State only version of {@link @azure/communication-calling#TogetherModeCallFeature}. {@link StatefulCallClient}.
|
13450
|
-
* Represents the state of the Together Mode feature.
|
13451
|
-
* @beta
|
13452
|
-
*/
|
13453
|
-
export declare interface TogetherModeCallFeatureState {
|
13454
|
-
isActive: boolean;
|
13455
|
-
/**
|
13456
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.togetherModeStream}.
|
13457
|
-
*/
|
13458
|
-
streams: TogetherModeStreamsState;
|
13459
|
-
/**
|
13460
|
-
* Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.TogetherModeSeatingMap}.
|
13461
|
-
*/
|
13462
|
-
seatingPositions: TogetherModeParticipantSeatingState;
|
13463
|
-
}
|
13464
|
-
|
13465
|
-
/**
|
13466
|
-
* Represents the seating positions of participants in Together Mode.
|
13467
|
-
*
|
13468
|
-
* @beta
|
13469
|
-
*/
|
13470
|
-
export declare type TogetherModeParticipantSeatingState = Record<string, TogetherModeSeatingPositionState>;
|
13471
|
-
|
13472
|
-
/**
|
13473
|
-
* State only version of {@link @azure/communication-calling#TogetherModeSeatingMap}.
|
13474
|
-
* @beta
|
13475
|
-
*
|
13476
|
-
* Represents the seating position of a participant in Together Mode.
|
13477
|
-
*/
|
13478
|
-
export declare interface TogetherModeSeatingPositionState {
|
13479
|
-
top: number;
|
13480
|
-
left: number;
|
13481
|
-
width: number;
|
13482
|
-
height: number;
|
13483
|
-
}
|
13484
|
-
|
13485
|
-
/**
|
13486
|
-
* Interface representing the result of a Together Mode stream view.
|
13487
|
-
* @beta
|
13488
|
-
*/
|
13489
|
-
export declare interface TogetherModeStreamOptions extends VideoStreamOptions {
|
13490
|
-
viewKind?: 'main' | 'panoramic';
|
13491
|
-
}
|
13492
|
-
|
13493
|
-
/**
|
13494
|
-
* Represents the streams in Together Mode.
|
13495
|
-
*
|
13496
|
-
* @beta
|
13497
|
-
*/
|
13498
|
-
export declare interface TogetherModeStreamsState {
|
13499
|
-
mainVideoStream?: CallFeatureStreamState;
|
13500
|
-
}
|
13501
|
-
|
13502
|
-
/**
|
13503
|
-
* Interface representing the result of a Together Mode stream view.
|
13504
|
-
* @beta
|
13505
|
-
*/
|
13506
|
-
export declare interface TogetherModeStreamViewResult {
|
13507
|
-
mainVideoView?: CreateVideoStreamViewResult;
|
13508
|
-
}
|
13509
|
-
|
13510
11515
|
/**
|
13511
11516
|
* Callback for {@link ChatAdapterSubscribers} 'topicChanged' event.
|
13512
11517
|
*
|
@@ -13695,129 +11700,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
13695
11700
|
typingString?: IStyle;
|
13696
11701
|
}
|
13697
11702
|
|
13698
|
-
/**
|
13699
|
-
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
13700
|
-
*
|
13701
|
-
* @beta
|
13702
|
-
*/
|
13703
|
-
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
13704
|
-
|
13705
|
-
/**
|
13706
|
-
* props for {@link UnsupportedBrowser} UI
|
13707
|
-
*
|
13708
|
-
* @beta
|
13709
|
-
*/
|
13710
|
-
export declare interface UnsupportedBrowserProps {
|
13711
|
-
/** Handler to perform an action when the help link is actioned */
|
13712
|
-
onTroubleshootingClick?: () => void;
|
13713
|
-
/** String overrides for the component */
|
13714
|
-
strings?: UnsupportedBrowserStrings;
|
13715
|
-
}
|
13716
|
-
|
13717
|
-
/**
|
13718
|
-
* Strings for UnsupportedBrowser component
|
13719
|
-
*
|
13720
|
-
* @beta
|
13721
|
-
*/
|
13722
|
-
export declare interface UnsupportedBrowserStrings {
|
13723
|
-
/** String for the primary text */
|
13724
|
-
primaryText: string;
|
13725
|
-
/** String for the secondary text */
|
13726
|
-
secondaryText: string;
|
13727
|
-
/** String to display in the text for the help link */
|
13728
|
-
moreHelpLinkText: string;
|
13729
|
-
}
|
13730
|
-
|
13731
|
-
/**
|
13732
|
-
* UI to display to the user that the browser version they are using is out of date
|
13733
|
-
* and not supported by Azure Communications Calling service.
|
13734
|
-
*
|
13735
|
-
* @beta
|
13736
|
-
*/
|
13737
|
-
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
13738
|
-
|
13739
|
-
/**
|
13740
|
-
* props for {@link UnsupportedBrowserVersion} UI
|
13741
|
-
*
|
13742
|
-
* @beta
|
13743
|
-
*/
|
13744
|
-
export declare interface UnsupportedBrowserVersionProps {
|
13745
|
-
/** Handler to perform an action when the help link is actioned */
|
13746
|
-
onTroubleshootingClick?: () => void;
|
13747
|
-
/** String overrides for the component */
|
13748
|
-
strings?: UnsupportedBrowserVersionStrings;
|
13749
|
-
/** Handler to allow user to continue into the call */
|
13750
|
-
onContinueAnywayClick?: () => void;
|
13751
|
-
}
|
13752
|
-
|
13753
|
-
/**
|
13754
|
-
* Strings for UnsupportedBrowser component
|
13755
|
-
*
|
13756
|
-
* @beta
|
13757
|
-
*/
|
13758
|
-
export declare interface UnsupportedBrowserVersionStrings {
|
13759
|
-
/** String for the primary text */
|
13760
|
-
primaryText: string;
|
13761
|
-
/** String for the secondary text */
|
13762
|
-
secondaryText: string;
|
13763
|
-
/** String to display in the text for the help link */
|
13764
|
-
moreHelpLinkText: string;
|
13765
|
-
/** String for continue without updating button */
|
13766
|
-
continueAnywayButtonText?: string;
|
13767
|
-
}
|
13768
|
-
|
13769
|
-
/**
|
13770
|
-
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
13771
|
-
*
|
13772
|
-
* @beta
|
13773
|
-
*/
|
13774
|
-
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
13775
|
-
|
13776
|
-
/**
|
13777
|
-
* Props for {@link UnsupportedOperatingSystem} UI
|
13778
|
-
*
|
13779
|
-
* @beta
|
13780
|
-
*/
|
13781
|
-
export declare interface UnsupportedOperatingSystemProps {
|
13782
|
-
/** Handler to perform a action when the help link is actioned */
|
13783
|
-
onTroubleshootingClick?: () => void;
|
13784
|
-
/** String overrides for the component */
|
13785
|
-
strings?: UnsupportedOperatingSystemStrings;
|
13786
|
-
}
|
13787
|
-
|
13788
|
-
/**
|
13789
|
-
* Strings for UnsupportedBrowser component
|
13790
|
-
*
|
13791
|
-
* @beta
|
13792
|
-
*/
|
13793
|
-
export declare interface UnsupportedOperatingSystemStrings {
|
13794
|
-
/** String for the primary text */
|
13795
|
-
primaryText: string;
|
13796
|
-
/** String for the secondary text */
|
13797
|
-
secondaryText: string;
|
13798
|
-
/** String to display in the text for the help link */
|
13799
|
-
moreHelpLinkText: string;
|
13800
|
-
}
|
13801
|
-
|
13802
11703
|
/**
|
13803
11704
|
* @public
|
13804
11705
|
* Callback function run when a message is updated.
|
13805
11706
|
*/
|
13806
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string
|
13807
|
-
|
13808
|
-
/**
|
13809
|
-
* Result payload for uploading an image.
|
13810
|
-
*
|
13811
|
-
* @beta
|
13812
|
-
*/
|
13813
|
-
export declare type UploadChatImageResult = {
|
13814
|
-
/** Id of the image. */
|
13815
|
-
id: string;
|
13816
|
-
/** The type of attachment. */
|
13817
|
-
attachmentType?: 'image' | 'file' | 'unknown';
|
13818
|
-
/** The name including file extension type of the attachment. */
|
13819
|
-
name?: string;
|
13820
|
-
};
|
11707
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
13821
11708
|
|
13822
11709
|
/**
|
13823
11710
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -13991,7 +11878,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
|
|
13991
11878
|
*
|
13992
11879
|
* @public
|
13993
11880
|
*/
|
13994
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs
|
11881
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
13995
11882
|
|
13996
11883
|
/**
|
13997
11884
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -14142,7 +12029,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
14142
12029
|
/**
|
14143
12030
|
* @public
|
14144
12031
|
*/
|
14145
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | '
|
12032
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
|
14146
12033
|
|
14147
12034
|
/**
|
14148
12035
|
* The state of the local participant in the {@link VideoGallery}.
|
@@ -14324,38 +12211,6 @@ export declare interface VideoGalleryProps {
|
|
14324
12211
|
* This callback is to mute a remote participant
|
14325
12212
|
*/
|
14326
12213
|
onMuteParticipant?: (userId: string) => Promise<void>;
|
14327
|
-
/**
|
14328
|
-
* Indicates if the local participant can start together mode
|
14329
|
-
*/
|
14330
|
-
startTogetherModeEnabled?: boolean;
|
14331
|
-
/**
|
14332
|
-
* Indicates if together mode is active
|
14333
|
-
*/
|
14334
|
-
isTogetherModeActive?: boolean;
|
14335
|
-
/**
|
14336
|
-
* Callback to create a together mode stream view
|
14337
|
-
*/
|
14338
|
-
onCreateTogetherModeStreamView?: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
|
14339
|
-
/**
|
14340
|
-
* This callback is to start together mode
|
14341
|
-
*/
|
14342
|
-
onStartTogetherMode?: () => Promise<void>;
|
14343
|
-
/**
|
14344
|
-
* This callback is to set the scene size for together mode
|
14345
|
-
*/
|
14346
|
-
onSetTogetherModeSceneSize?: (width: number, height: number) => void;
|
14347
|
-
/**
|
14348
|
-
* Together mode video streams
|
14349
|
-
*/
|
14350
|
-
togetherModeStreams?: VideoGalleryTogetherModeStreams;
|
14351
|
-
/**
|
14352
|
-
* Seating position of participants in together mode
|
14353
|
-
*/
|
14354
|
-
togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
|
14355
|
-
/**
|
14356
|
-
* Callback to dispose a together mode stream view
|
14357
|
-
*/
|
14358
|
-
onDisposeTogetherModeStreamView?: () => Promise<void>;
|
14359
12214
|
/**
|
14360
12215
|
* This callback is to forbid audio for remote participant(s)
|
14361
12216
|
*/
|
@@ -14414,10 +12269,6 @@ export declare type VideoGallerySelector = (state: CallClientState, props: Calli
|
|
14414
12269
|
optimalVideoCount?: number;
|
14415
12270
|
spotlightedParticipants?: string[];
|
14416
12271
|
maxParticipantsToSpotlight?: number;
|
14417
|
-
isTogetherModeActive?: boolean;
|
14418
|
-
startTogetherModeEnabled?: boolean;
|
14419
|
-
togetherModeStreams?: VideoGalleryTogetherModeStreams;
|
14420
|
-
togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
|
14421
12272
|
};
|
14422
12273
|
|
14423
12274
|
/**
|
@@ -14518,31 +12369,6 @@ export declare interface VideoGalleryStyles extends BaseCustomStyles {
|
|
14518
12369
|
verticalGallery?: VerticalGalleryStyles;
|
14519
12370
|
}
|
14520
12371
|
|
14521
|
-
/**
|
14522
|
-
* Interface representing the position of a participant in Together Mode.
|
14523
|
-
* @beta
|
14524
|
-
*/
|
14525
|
-
export declare type VideoGalleryTogetherModeParticipantPosition = Record<string, VideoGalleryTogetherModeSeatingInfo>;
|
14526
|
-
|
14527
|
-
/**
|
14528
|
-
* Interface representing the seating information in Together Mode.
|
14529
|
-
* @beta
|
14530
|
-
*/
|
14531
|
-
export declare interface VideoGalleryTogetherModeSeatingInfo {
|
14532
|
-
top: number;
|
14533
|
-
left: number;
|
14534
|
-
width: number;
|
14535
|
-
height: number;
|
14536
|
-
}
|
14537
|
-
|
14538
|
-
/**
|
14539
|
-
* Interface representing the streams in Together Mode.
|
14540
|
-
* @beta
|
14541
|
-
*/
|
14542
|
-
export declare interface VideoGalleryTogetherModeStreams {
|
14543
|
-
mainVideoStream?: VideoGalleryStream;
|
14544
|
-
}
|
14545
|
-
|
14546
12372
|
/**
|
14547
12373
|
* Options to control how video streams are rendered.
|
14548
12374
|
*
|