@azure/communication-react 1.18.0-beta.1 → 1.18.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 +508 -1758
- package/dist/dist-cjs/communication-react/index.js +34363 -159
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/common.js +10 -2
- package/dist/dist-esm/acs-ui-common/src/common.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 +4 -5
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +6 -11
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +0 -12
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +1 -13
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +0 -5
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +0 -8
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +0 -14
- 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 -15
- 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 -27
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +3 -3
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +11 -11
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.d.ts +2 -2
- package/dist/dist-esm/calling-component-bindings/src/index.js +2 -2
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.d.ts +23 -0
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +201 -0
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -0
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +0 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +2 -8
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +0 -7
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +0 -12
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +0 -3
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +0 -3
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +1 -5
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +1 -15
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +0 -5
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +23 -58
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +3 -12
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +16 -69
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +0 -68
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +1 -3
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +16 -28
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +0 -17
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +3 -61
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +0 -5
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +6 -17
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +0 -11
- package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +9 -19
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +2 -20
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +3 -4
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +2 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -18
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +2 -2
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +2 -3
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.d.ts +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +2 -3
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +2 -12
- 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 -5
- package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +36 -37
- 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 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +1 -3
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +3 -0
- package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +4 -28
- package/dist/dist-esm/communication-react/src/index.js +2 -14
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +5 -4
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +3 -3
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +1 -14
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +16 -19
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +1 -7
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +2 -10
- 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 -35
- 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 -13
- 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 +7 -15
- 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 -40
- 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 -16
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +0 -22
- 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 -21
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +6 -21
- 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 -14
- 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 +6 -19
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +3 -3
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js +3 -7
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxButton.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js +2 -2
- package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +0 -18
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.d.ts +85 -0
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +135 -0
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +5 -50
- package/dist/dist-esm/react-components/src/components/MessageThread.js +3 -30
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/{NotificationBar.d.ts → Notification.d.ts} +13 -13
- package/dist/dist-esm/react-components/src/components/{NotificationBar.js → Notification.js} +7 -7
- package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/{Notifications.d.ts → NotificationStack.d.ts} +109 -73
- package/dist/dist-esm/react-components/src/components/NotificationStack.js +57 -0
- package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +0 -13
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +0 -3
- 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 +4 -21
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +1 -3
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +5 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +5 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.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 +8 -90
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +1 -1
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +0 -2
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +0 -2
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -24
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +0 -2
- package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +3 -15
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +1 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -8
- package/dist/dist-esm/react-components/src/components/VideoTile.js +1 -7
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +3 -20
- package/dist/dist-esm/react-components/src/components/index.js +6 -15
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +10 -0
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +5 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js +8 -0
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js +4 -0
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +5 -3
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +40 -20
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/{NotificationBar.styles.d.ts → Notification.styles.d.ts} +1 -1
- package/dist/dist-esm/react-components/src/components/styles/{NotificationBar.styles.js → Notification.styles.js} +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Notification.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +4 -1
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +11 -3
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.d.ts +42 -0
- package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js +93 -0
- package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js.map +1 -0
- 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 -34
- 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 -14
- 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 -11
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +2 -18
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
- package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/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/responsive.js +12 -2
- package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.d.ts +32 -1
- package/dist/dist-esm/react-components/src/components/utils.js +101 -1
- 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 -5
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +0 -1
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +7 -58
- 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 +102 -64
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +100 -62
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +100 -62
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +100 -62
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +98 -60
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +100 -62
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +100 -62
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +103 -65
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +100 -62
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +100 -62
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +102 -64
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +107 -69
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +100 -62
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +106 -68
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +105 -67
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +103 -65
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +101 -63
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +100 -62
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +101 -63
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +102 -64
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +101 -63
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.d.ts +1 -0
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +4 -4
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +1 -28
- package/dist/dist-esm/react-components/src/theming/icons.js +7 -136
- 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 +11 -20
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/Attachment.d.ts +0 -9
- 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/OnRender.d.ts +0 -8
- package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +0 -6
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +0 -2
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.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 +86 -37
- 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 +4 -108
- 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 +12 -64
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +15 -150
- 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 +3 -51
- 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/CallingSoundSubscriber.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +20 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +83 -32
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +2 -38
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -27
- 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 -20
- 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 -27
- 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 +5 -19
- 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/NetworkReconnectTile.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +65 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.d.ts +13 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +49 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +2 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +7 -30
- 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 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +5 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +12 -4
- 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 +7 -80
- 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/LobbyPage.d.ts +5 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +6 -3
- 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 +6 -3
- 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 +5 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +5 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +0 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +11 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.d.ts +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.d.ts +8 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +20 -20
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +49 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +104 -98
- 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 +1 -61
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +6 -27
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -32
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +5 -15
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +5 -49
- 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 -38
- 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 +1 -9
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -32
- 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 -5
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -13
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +0 -4
- 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 -20
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +1 -6
- 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 +10 -131
- 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 -4
- 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 -3
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +0 -27
- 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 -3
- 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/common/AddPeopleButton.d.ts +1 -5
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +0 -15
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +2 -3
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +2 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +25 -19
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +29 -26
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +26 -23
- 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 +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.d.ts +10 -0
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +63 -0
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +9 -7
- 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 +2 -14
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +1 -4
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +10 -39
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +10 -12
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.d.ts +50 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.js +110 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +10 -17
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +6 -6
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +10 -5
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +16 -16
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-BWStTUhO.js +0 -136
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-BWStTUhO.js.map +0 -1
- package/dist/dist-cjs/communication-react/index-Di3ptk8o.js +0 -39650
- package/dist/dist-cjs/communication-react/index-Di3ptk8o.js.map +0 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +0 -17
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +0 -36
- package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +0 -1
- package/dist/dist-esm/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 -17
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +0 -125
- 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 -43
- 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 -75
- 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 -68
- 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 -39
- package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +0 -49
- package/dist/dist-esm/react-components/src/components/HoldButton.js +0 -25
- package/dist/dist-esm/react-components/src/components/HoldButton.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 -123
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/NotificationBar.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/Notifications.js +0 -46
- package/dist/dist-esm/react-components/src/components/Notifications.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 -22
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +0 -89
- 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 -12
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +0 -23
- 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 -39
- 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 -46
- 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/UpdateContentPlugin.d.ts +0 -29
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +0 -73
- 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 -54
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +0 -226
- 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 -33
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +0 -82
- 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 -149
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +0 -182
- 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 -73
- 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 -191
- 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 -34
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +0 -39
- 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/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 -816
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.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/NotificationBar.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 -305
- 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 -92
- 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/UnsupportedEnvironment.styles.d.ts +0 -26
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -67
- 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 -37
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +0 -60
- 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 -116
- 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/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-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -48
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -218
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +0 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +0 -93
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +0 -26
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +0 -24
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +0 -28
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +0 -32
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +0 -81
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.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/file-sharing/AttachmentUpload.d.ts +0 -80
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +0 -39
- 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 -76
- 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/AddPeopleDropdown.d.ts +0 -25
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +0 -113
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +0 -17
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +0 -32
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +0 -22
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +0 -74
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +0 -15
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +0 -61
- package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +0 -1
@@ -17,7 +17,6 @@
|
|
17
17
|
|
18
18
|
/// <reference types="react" />
|
19
19
|
|
20
|
-
import { AddPhoneNumberOptions } from '@azure/communication-calling';
|
21
20
|
import { AudioDeviceInfo } from '@azure/communication-calling';
|
22
21
|
import { BackgroundBlurConfig } from '@azure/communication-calling';
|
23
22
|
import { BackgroundBlurEffect } from '@azure/communication-calling';
|
@@ -30,13 +29,11 @@ import { CallClientOptions } from '@azure/communication-calling';
|
|
30
29
|
import { CallDirection } from '@azure/communication-calling';
|
31
30
|
import { CallEndReason } from '@azure/communication-calling';
|
32
31
|
import { CallerInfo } from '@azure/communication-calling';
|
33
|
-
import { CallInfo } from '@azure/communication-calling';
|
34
32
|
import { CallKind } from '@azure/communication-calling';
|
35
33
|
import { CallState as CallState_2 } from '@azure/communication-calling';
|
36
34
|
import { CallSurvey } from '@azure/communication-calling';
|
37
35
|
import { CallSurveyResponse } from '@azure/communication-calling';
|
38
36
|
import { CapabilitiesChangeInfo } from '@azure/communication-calling';
|
39
|
-
import { CaptionsKind } from '@azure/communication-calling';
|
40
37
|
import { CaptionsResultType } from '@azure/communication-calling';
|
41
38
|
import { ChatClient } from '@azure/communication-chat';
|
42
39
|
import { ChatClientOptions } from '@azure/communication-chat';
|
@@ -54,7 +51,6 @@ import { DeviceAccess } from '@azure/communication-calling';
|
|
54
51
|
import { DeviceManager } from '@azure/communication-calling';
|
55
52
|
import { DominantSpeakersInfo } from '@azure/communication-calling';
|
56
53
|
import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
|
57
|
-
import { EnvironmentInfo } from '@azure/communication-calling';
|
58
54
|
import { GroupCallLocator } from '@azure/communication-calling';
|
59
55
|
import { IButtonProps } from '@fluentui/react';
|
60
56
|
import { IButtonStyles } from '@fluentui/react';
|
@@ -62,9 +58,8 @@ import { IContextualMenuItem } from '@fluentui/react';
|
|
62
58
|
import { IContextualMenuItemStyles } from '@fluentui/react';
|
63
59
|
import { IContextualMenuProps } from '@fluentui/react';
|
64
60
|
import { IContextualMenuStyles } from '@fluentui/react';
|
65
|
-
import {
|
61
|
+
import { IIconProps } from '@fluentui/react';
|
66
62
|
import { IMessageBarProps } from '@fluentui/react';
|
67
|
-
import { IncomingCall } from '@azure/communication-calling';
|
68
63
|
import { IPersonaStyleProps } from '@fluentui/react';
|
69
64
|
import { IPersonaStyles } from '@fluentui/react';
|
70
65
|
import { IRawStyle } from '@fluentui/react';
|
@@ -74,7 +69,6 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
|
|
74
69
|
import { ITextFieldStyles } from '@fluentui/react';
|
75
70
|
import { LatestMediaDiagnostics } from '@azure/communication-calling';
|
76
71
|
import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
77
|
-
import { LocalRecordingInfo } from '@azure/communication-calling';
|
78
72
|
import { LocalVideoStream } from '@azure/communication-calling';
|
79
73
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
80
74
|
import { MediaStreamType } from '@azure/communication-calling';
|
@@ -88,12 +82,10 @@ import { PermissionConstraints } from '@azure/communication-calling';
|
|
88
82
|
import { PersonaInitialsColor } from '@fluentui/react';
|
89
83
|
import { PersonaPresence } from '@fluentui/react';
|
90
84
|
import { PersonaSize } from '@fluentui/react';
|
91
|
-
import { PhoneNumberIdentifier } from '@azure/communication-common';
|
92
85
|
import { PropertyChangedEvent } from '@azure/communication-calling';
|
93
86
|
import { default as React_2 } from 'react';
|
94
87
|
import { Reaction as Reaction_2 } from '@azure/communication-calling';
|
95
88
|
import { ReactionMessage } from '@azure/communication-calling';
|
96
|
-
import { RecordingInfo } from '@azure/communication-calling';
|
97
89
|
import type { RemoteParticipant } from '@azure/communication-calling';
|
98
90
|
import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
|
99
91
|
import { RoomCallLocator } from '@azure/communication-calling';
|
@@ -151,6 +143,41 @@ export declare interface ActiveErrorMessage {
|
|
151
143
|
timestamp?: Date;
|
152
144
|
}
|
153
145
|
|
146
|
+
/**
|
147
|
+
* Active notifications to be shown via {@link NotificationStack}.
|
148
|
+
*
|
149
|
+
* @public
|
150
|
+
*/
|
151
|
+
export declare interface ActiveNotification {
|
152
|
+
/**
|
153
|
+
* Type of error that is active.
|
154
|
+
*/
|
155
|
+
type: NotificationType;
|
156
|
+
/**
|
157
|
+
* Callback called when the primary button inside notification bar is clicked.
|
158
|
+
*/
|
159
|
+
onClickPrimaryButton?: () => void;
|
160
|
+
/**
|
161
|
+
* Callback called when the primary button inside notification bar is clicked.
|
162
|
+
*/
|
163
|
+
onClickSecondaryButton?: () => void;
|
164
|
+
/**
|
165
|
+
* Callback called when the notification is dismissed.
|
166
|
+
*/
|
167
|
+
onDismiss?: () => void;
|
168
|
+
/**
|
169
|
+
* If set, notification will automatically dismiss after 5 seconds
|
170
|
+
*/
|
171
|
+
autoDismiss?: boolean;
|
172
|
+
/**
|
173
|
+
* The latest timestamp when this notification was observed.
|
174
|
+
*
|
175
|
+
* When available, this is used to track notifications that have already been seen and dismissed
|
176
|
+
* by the user.
|
177
|
+
*/
|
178
|
+
timestamp?: Date;
|
179
|
+
}
|
180
|
+
|
154
181
|
/**
|
155
182
|
* Error reported via error events and stored in adapter state.
|
156
183
|
*
|
@@ -217,40 +244,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
|
|
217
244
|
*/
|
218
245
|
export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
|
219
246
|
|
220
|
-
/**
|
221
|
-
* @beta
|
222
|
-
* A callback function that defines what actions user can perform on an attachment.
|
223
|
-
* By default, the UI library would have default actions that opens attachment URL in a new tab.
|
224
|
-
* You can override the default actions or add new actions by providing this callback function.
|
225
|
-
* Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
|
226
|
-
*
|
227
|
-
* @param attachment - The file attachment that user is trying to perform actions on.
|
228
|
-
* @param message - The chat message that contains this attachment.
|
229
|
-
* @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
|
230
|
-
*/
|
231
|
-
export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
|
232
|
-
|
233
|
-
/**
|
234
|
-
* @beta
|
235
|
-
*
|
236
|
-
* Attachment download options defines the list of actions that can be performed on an attachment.
|
237
|
-
*/
|
238
|
-
export declare interface AttachmentDownloadOptions {
|
239
|
-
actionsForAttachment: AttachmentActionHandler;
|
240
|
-
}
|
241
|
-
|
242
|
-
/**
|
243
|
-
* @beta
|
244
|
-
*
|
245
|
-
* Attachment menu action defines buttons that can be shown on the attachment card.
|
246
|
-
* If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
|
247
|
-
*/
|
248
|
-
export declare interface AttachmentMenuAction {
|
249
|
-
name: string;
|
250
|
-
icon: JSX.Element;
|
251
|
-
onClick: (attachment: AttachmentMetadata) => Promise<void>;
|
252
|
-
}
|
253
|
-
|
254
247
|
/**
|
255
248
|
* Data model that represents a chat message attachment
|
256
249
|
* where it contains an ID to uniquely identify the attachment,
|
@@ -274,146 +267,6 @@ export declare interface AttachmentMetadata {
|
|
274
267
|
url: string;
|
275
268
|
}
|
276
269
|
|
277
|
-
/**
|
278
|
-
* Data model that represents a chat message attachment being uploaded
|
279
|
-
* where it contains an ID to uniquely identify the attachment,
|
280
|
-
* a name that represents the name of file,
|
281
|
-
* an optional URL to download the attachment,
|
282
|
-
* an optional progress value between 0 and 1 indicating the progress of the upload, and
|
283
|
-
* an optional error object that contains error message would be shown to the user.
|
284
|
-
*
|
285
|
-
*
|
286
|
-
* @beta
|
287
|
-
*/
|
288
|
-
export declare interface AttachmentMetadataInProgress {
|
289
|
-
/**
|
290
|
-
* Unique ID of the attachment.
|
291
|
-
*/
|
292
|
-
id: string;
|
293
|
-
/**
|
294
|
-
* Attachment name to be displayed.
|
295
|
-
*/
|
296
|
-
name: string;
|
297
|
-
/**
|
298
|
-
* Download URL for the attachment.
|
299
|
-
*/
|
300
|
-
url?: string;
|
301
|
-
/**
|
302
|
-
* A number between 0 and 1 indicating the progress of the upload.
|
303
|
-
*/
|
304
|
-
progress?: number;
|
305
|
-
/**
|
306
|
-
* A object contains error message would be shown to the user.
|
307
|
-
*/
|
308
|
-
error?: AttachmentProgressError;
|
309
|
-
}
|
310
|
-
|
311
|
-
/**
|
312
|
-
* @beta
|
313
|
-
*
|
314
|
-
* Attachment Options that defines behaviour for uploading and downloading attachments.
|
315
|
-
*/
|
316
|
-
export declare interface AttachmentOptions {
|
317
|
-
uploadOptions?: AttachmentUploadOptions;
|
318
|
-
downloadOptions?: AttachmentDownloadOptions;
|
319
|
-
}
|
320
|
-
|
321
|
-
/**
|
322
|
-
* @beta
|
323
|
-
* A attachment progress error object that contains message to be shown to
|
324
|
-
* the user when upload fails.
|
325
|
-
*/
|
326
|
-
export declare interface AttachmentProgressError {
|
327
|
-
message: string;
|
328
|
-
}
|
329
|
-
|
330
|
-
/**
|
331
|
-
* @beta
|
332
|
-
* A callback function for handling attachment removed by the user in send box.
|
333
|
-
*
|
334
|
-
* @param attachmentId - The ID of uploaded attachments.
|
335
|
-
*/
|
336
|
-
export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
|
337
|
-
|
338
|
-
/**
|
339
|
-
* @beta
|
340
|
-
* A callback function for handling list of upload tasks that contains files selected by user to upload.
|
341
|
-
*
|
342
|
-
* @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
|
343
|
-
*/
|
344
|
-
export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
|
345
|
-
|
346
|
-
/**
|
347
|
-
* @beta
|
348
|
-
*/
|
349
|
-
export declare interface AttachmentUploadOptions {
|
350
|
-
/**
|
351
|
-
* A list of strings containing the comma separated list of supported media (aka. mime) types.
|
352
|
-
* i.e. ['image/*', 'video/*', 'audio/*']
|
353
|
-
* Default value is `['*']`, meaning all media types are supported.
|
354
|
-
* Similar to the `accept` attribute of the `<input type="attachment" />` element.
|
355
|
-
* @beta
|
356
|
-
*/
|
357
|
-
supportedMediaTypes?: string[];
|
358
|
-
/**
|
359
|
-
* Disable multiple attachments to be selected if set to `true`.
|
360
|
-
* Default value is `false`, meaning multiple attachments can be selected.
|
361
|
-
* Similar to the `multiple` attribute of the `<input type="attachment" />` element.
|
362
|
-
* @beta
|
363
|
-
*/
|
364
|
-
disableMultipleUploads?: boolean;
|
365
|
-
/**
|
366
|
-
* A callback function of type {@link AttachmentSelectionHandler} that will be called
|
367
|
-
* when user finishes selecting files in browser's file picker. This function is required since
|
368
|
-
* this would be where upload logic is implemented to your own storage.
|
369
|
-
* @beta
|
370
|
-
*/
|
371
|
-
handleAttachmentSelection: AttachmentSelectionHandler;
|
372
|
-
/**
|
373
|
-
* A optional callback function that will be called
|
374
|
-
* when user removing files before clicking send message button. This function will be
|
375
|
-
* where you can remove the file from your storage.
|
376
|
-
* @beta
|
377
|
-
*/
|
378
|
-
handleAttachmentRemoval?: AttachmentRemovalHandler;
|
379
|
-
}
|
380
|
-
|
381
|
-
/**
|
382
|
-
* A upload task represents and manages an attachment that is being uploaded.
|
383
|
-
* When using the Composite, an attachment upload task is created for each file user is selected to upload.
|
384
|
-
* A upload task is complete when notifyUploadCompleted is called.
|
385
|
-
* A upload task is failed when notifyUploadFailed is called.
|
386
|
-
* @beta
|
387
|
-
*/
|
388
|
-
export declare interface AttachmentUploadTask {
|
389
|
-
/**
|
390
|
-
* Unique identifier for the attachment upload task.
|
391
|
-
*/
|
392
|
-
taskId: string;
|
393
|
-
/**
|
394
|
-
* HTML {@link File} object for the uploaded attachment.
|
395
|
-
*/
|
396
|
-
file?: File;
|
397
|
-
/**
|
398
|
-
* Update the progress of the upload changed.
|
399
|
-
* A upload is considered complete when the progress reaches 1.
|
400
|
-
* @param value - number between 0 and 1
|
401
|
-
*/
|
402
|
-
notifyUploadProgressChanged: (value: number) => void;
|
403
|
-
/**
|
404
|
-
* Mark the upload task as complete.
|
405
|
-
* An attachment is considered completed uploading when ID and URL are provided.
|
406
|
-
* @param id - the unique identifier of the attachment.
|
407
|
-
* @param url - the download URL of the attachment.
|
408
|
-
*/
|
409
|
-
notifyUploadCompleted: (id: string, url: string) => void;
|
410
|
-
/**
|
411
|
-
* Mark the upload task as failed.
|
412
|
-
* @param message - An error message that can be displayed to the user.
|
413
|
-
*/
|
414
|
-
notifyUploadFailed: (message: string) => void;
|
415
|
-
}
|
416
|
-
|
417
270
|
/**
|
418
271
|
* Custom data attributes for displaying avatar for a user.
|
419
272
|
*
|
@@ -443,11 +296,6 @@ export declare type AvatarPersonaData = {
|
|
443
296
|
* @defaultvalue `white`
|
444
297
|
*/
|
445
298
|
initialsTextColor?: string;
|
446
|
-
/**
|
447
|
-
* If true, show the special coin for unknown persona.
|
448
|
-
* It has '?' in place of initials, with static font and background colors
|
449
|
-
*/
|
450
|
-
showUnknownPersonaCoin?: boolean;
|
451
299
|
};
|
452
300
|
|
453
301
|
/**
|
@@ -469,11 +317,6 @@ export declare type AzureCommunicationCallAdapterArgs = {
|
|
469
317
|
displayName: string;
|
470
318
|
credential: CommunicationTokenCredential;
|
471
319
|
locator: CallAdapterLocator;
|
472
|
-
/**
|
473
|
-
* A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
|
474
|
-
* E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
|
475
|
-
*/
|
476
|
-
alternateCallerId?: string;
|
477
320
|
/**
|
478
321
|
* Optional parameters for the {@link AzureCommunicationCallAdapter} created
|
479
322
|
*/
|
@@ -498,7 +341,6 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
|
|
498
341
|
displayName: string;
|
499
342
|
credential: CommunicationTokenCredential;
|
500
343
|
locator: CallAndChatLocator | TeamsMeetingLinkLocator | /** @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
501
|
-
alternateCallerId?: string;
|
502
344
|
callAdapterOptions?: AzureCommunicationCallAdapterOptions;
|
503
345
|
};
|
504
346
|
|
@@ -543,11 +385,6 @@ export declare type AzureCommunicationOutboundCallAdapterArgs = {
|
|
543
385
|
displayName: string;
|
544
386
|
credential: CommunicationTokenCredential;
|
545
387
|
targetCallees: StartCallIdentifier[];
|
546
|
-
/**
|
547
|
-
* A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
|
548
|
-
* E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
|
549
|
-
*/
|
550
|
-
alternateCallerId?: string;
|
551
388
|
/**
|
552
389
|
* Optional parameters for the {@link AzureCommunicationCallAdapter} created
|
553
390
|
*/
|
@@ -609,156 +446,6 @@ export declare interface BaseCustomStyles {
|
|
609
446
|
root?: IStyle;
|
610
447
|
}
|
611
448
|
|
612
|
-
/**
|
613
|
-
* Content blocked message type.
|
614
|
-
*
|
615
|
-
* Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
|
616
|
-
*
|
617
|
-
* @beta
|
618
|
-
*/
|
619
|
-
export declare interface BlockedMessage extends MessageCommon {
|
620
|
-
messageType: 'blocked';
|
621
|
-
warningText?: string;
|
622
|
-
linkText?: string;
|
623
|
-
link?: string;
|
624
|
-
deletedOn?: Date;
|
625
|
-
senderId?: string;
|
626
|
-
senderDisplayName?: string;
|
627
|
-
status?: MessageStatus;
|
628
|
-
attached?: MessageAttachedStatus;
|
629
|
-
mine?: boolean;
|
630
|
-
}
|
631
|
-
|
632
|
-
/**
|
633
|
-
* @beta
|
634
|
-
* Props for BrowserPermissionDeniedIOS component.
|
635
|
-
*/
|
636
|
-
export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
|
637
|
-
/**
|
638
|
-
* Localization strings for BrowserPermissionDeniedIOS component.
|
639
|
-
*/
|
640
|
-
strings?: BrowserPermissionDeniedIOSStrings;
|
641
|
-
/**
|
642
|
-
* Link to image source.
|
643
|
-
*
|
644
|
-
* Image is inserted into the top of the component.
|
645
|
-
*/
|
646
|
-
imageSource?: string;
|
647
|
-
}
|
648
|
-
|
649
|
-
/**
|
650
|
-
* @beta
|
651
|
-
* Strings for BrowserPermissionDeniedIOS component
|
652
|
-
*/
|
653
|
-
export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
|
654
|
-
/**
|
655
|
-
* Image alt text
|
656
|
-
*/
|
657
|
-
imageAltText: string;
|
658
|
-
/**
|
659
|
-
* Main text string.
|
660
|
-
*/
|
661
|
-
primaryText: string;
|
662
|
-
/**
|
663
|
-
* Subtext string.
|
664
|
-
*/
|
665
|
-
secondaryText: string;
|
666
|
-
/**
|
667
|
-
* Step 1 string
|
668
|
-
*/
|
669
|
-
step1Text: string;
|
670
|
-
/**
|
671
|
-
* Step 1 digit string
|
672
|
-
*/
|
673
|
-
step1DigitText: string;
|
674
|
-
/**
|
675
|
-
* Step 2 string
|
676
|
-
*/
|
677
|
-
step2Text: string;
|
678
|
-
/**
|
679
|
-
* Step 2 digit string
|
680
|
-
*/
|
681
|
-
step2DigitText: string;
|
682
|
-
/**
|
683
|
-
* Step 3 string
|
684
|
-
*/
|
685
|
-
step3Text: string;
|
686
|
-
/**
|
687
|
-
* Step 3 digit string
|
688
|
-
*/
|
689
|
-
step3DigitText: string;
|
690
|
-
/**
|
691
|
-
* Step 4 string
|
692
|
-
*/
|
693
|
-
step4Text: string;
|
694
|
-
/**
|
695
|
-
* Step 4 digit string
|
696
|
-
*/
|
697
|
-
step4DigitText: string;
|
698
|
-
}
|
699
|
-
|
700
|
-
/**
|
701
|
-
* @beta
|
702
|
-
* Props for BrowserPermissionDenied component.
|
703
|
-
*/
|
704
|
-
export declare interface BrowserPermissionDeniedProps {
|
705
|
-
/**
|
706
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
707
|
-
*/
|
708
|
-
onTroubleshootingClick?: () => void;
|
709
|
-
/**
|
710
|
-
* Action to be taken by the try again primary button.
|
711
|
-
*/
|
712
|
-
onTryAgainClick?: () => void;
|
713
|
-
/**
|
714
|
-
* Localization strings for BrowserPermissionDenied component.
|
715
|
-
*/
|
716
|
-
strings?: BrowserPermissionDeniedStrings;
|
717
|
-
/**
|
718
|
-
* Allows users to pass in an object contains custom CSS styles.
|
719
|
-
* @Example
|
720
|
-
* ```
|
721
|
-
* <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
|
722
|
-
* ```
|
723
|
-
*/
|
724
|
-
styles?: BrowserPermissionDeniedStyles;
|
725
|
-
}
|
726
|
-
|
727
|
-
/**
|
728
|
-
* @beta
|
729
|
-
* Strings for BrowserPermissionDenied component
|
730
|
-
*/
|
731
|
-
export declare interface BrowserPermissionDeniedStrings {
|
732
|
-
/**
|
733
|
-
* Main button text string.
|
734
|
-
*/
|
735
|
-
primaryButtonText: string;
|
736
|
-
/**
|
737
|
-
* Main text string.
|
738
|
-
*/
|
739
|
-
primaryText: string;
|
740
|
-
/**
|
741
|
-
* Subtext string.
|
742
|
-
*/
|
743
|
-
secondaryText: string;
|
744
|
-
/**
|
745
|
-
* More help link string.
|
746
|
-
*/
|
747
|
-
linkText: string;
|
748
|
-
}
|
749
|
-
|
750
|
-
/**
|
751
|
-
* Fluent styles for {@link BrowserPermissionDenied}.
|
752
|
-
*
|
753
|
-
* @beta
|
754
|
-
*/
|
755
|
-
export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
|
756
|
-
/** Styles for the primary button. */
|
757
|
-
primaryButton?: IButtonStyles;
|
758
|
-
/** Styles for the help troubleshooting link text. */
|
759
|
-
troubleshootingLink?: ILinkStyles;
|
760
|
-
}
|
761
|
-
|
762
449
|
/**
|
763
450
|
* An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
|
764
451
|
*
|
@@ -842,12 +529,6 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
|
|
842
529
|
* @public
|
843
530
|
*/
|
844
531
|
startCall(participants: string[], options?: StartCallOptions): Call | undefined;
|
845
|
-
/**
|
846
|
-
* Start the call.
|
847
|
-
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
848
|
-
* @public
|
849
|
-
*/
|
850
|
-
startCall(participants: StartCallIdentifier[], options?: StartCallOptions): Call | undefined;
|
851
532
|
}
|
852
533
|
|
853
534
|
/**
|
@@ -930,12 +611,6 @@ export declare interface CallAdapterCallOperations {
|
|
930
611
|
* @public
|
931
612
|
*/
|
932
613
|
removeParticipant(userId: string): Promise<void>;
|
933
|
-
/**
|
934
|
-
* Remove a participant from the call.
|
935
|
-
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
936
|
-
* @beta
|
937
|
-
*/
|
938
|
-
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
939
614
|
/**
|
940
615
|
* Create the html view for a stream.
|
941
616
|
*
|
@@ -987,35 +662,12 @@ export declare interface CallAdapterCallOperations {
|
|
987
662
|
* @public
|
988
663
|
*/
|
989
664
|
disposeLocalVideoStreamView(): Promise<void>;
|
990
|
-
/**
|
991
|
-
* Holds the call.
|
992
|
-
*
|
993
|
-
* @beta
|
994
|
-
*/
|
995
|
-
holdCall(): Promise<void>;
|
996
|
-
/**
|
997
|
-
* Resumes the call from a `LocalHold` state.
|
998
|
-
*
|
999
|
-
* @beta
|
1000
|
-
*/
|
1001
|
-
resumeCall(): Promise<void>;
|
1002
|
-
/**
|
1003
|
-
* Add a participant to the call.
|
1004
|
-
*
|
1005
|
-
* @beta
|
1006
|
-
*/
|
1007
|
-
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
1008
|
-
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
1009
665
|
/**
|
1010
666
|
* send dtmf tone to another participant in a 1:1 PSTN call
|
1011
667
|
*
|
1012
668
|
* @public
|
1013
669
|
*/
|
1014
670
|
sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
|
1015
|
-
/**
|
1016
|
-
* Continues into a call when the browser version is not supported.
|
1017
|
-
*/
|
1018
|
-
allowUnsupportedBrowserVersion(): void;
|
1019
671
|
/**
|
1020
672
|
* Function to Start captions
|
1021
673
|
* @param options - options for start captions
|
@@ -1115,14 +767,6 @@ export declare type CallAdapterClientState = {
|
|
1115
767
|
* Latest error encountered for each operation performed via the adapter.
|
1116
768
|
*/
|
1117
769
|
latestErrors: AdapterErrors;
|
1118
|
-
/**
|
1119
|
-
* Azure communications Phone number to make PSTN calls with.
|
1120
|
-
*/
|
1121
|
-
alternateCallerId?: string;
|
1122
|
-
/**
|
1123
|
-
* Environment information about system the adapter is made on
|
1124
|
-
*/
|
1125
|
-
environmentInfo?: EnvironmentInfo;
|
1126
770
|
/**
|
1127
771
|
* State to track whether the local participant's camera is on. To be used when creating a custom
|
1128
772
|
* control bar with the CallComposite.
|
@@ -1241,7 +885,7 @@ export declare interface CallAdapterDeviceManagement {
|
|
1241
885
|
*
|
1242
886
|
* @public
|
1243
887
|
*/
|
1244
|
-
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(
|
888
|
+
export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
1245
889
|
|
1246
890
|
/**
|
1247
891
|
* {@link CommonCallAdapter} state.
|
@@ -1427,7 +1071,7 @@ export declare interface CallAdapterSubscribers {
|
|
1427
1071
|
*/
|
1428
1072
|
off(event: 'roleChanged', listener: PropertyChangedEvent): void;
|
1429
1073
|
/**
|
1430
|
-
*
|
1074
|
+
* Unsubscribe function for 'spotlightChanged' event.
|
1431
1075
|
*/
|
1432
1076
|
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
1433
1077
|
}
|
@@ -1440,7 +1084,6 @@ export declare interface CallAdapterSubscribers {
|
|
1440
1084
|
export declare type CallAdapterUiState = {
|
1441
1085
|
isLocalPreviewMicrophoneEnabled: boolean;
|
1442
1086
|
page: CallCompositePage;
|
1443
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
1444
1087
|
};
|
1445
1088
|
|
1446
1089
|
/**
|
@@ -1484,7 +1127,7 @@ export declare interface CallAgentState {
|
|
1484
1127
|
*/
|
1485
1128
|
export declare interface CallAndChatLocator {
|
1486
1129
|
/** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
|
1487
|
-
callLocator: GroupCallLocator
|
1130
|
+
callLocator: GroupCallLocator;
|
1488
1131
|
/** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
|
1489
1132
|
chatThreadId: string;
|
1490
1133
|
}
|
@@ -1571,16 +1214,6 @@ export declare interface CallClientState {
|
|
1571
1214
|
* See documentation of {@Link CallErrors} for details.
|
1572
1215
|
*/
|
1573
1216
|
latestErrors: CallErrors;
|
1574
|
-
/**
|
1575
|
-
* A phone number in E.164 format that will be used to represent callers identity.
|
1576
|
-
* For example, using the alternateCallerId to add a participant using PSTN, this number will
|
1577
|
-
* be used as the caller id in the PSTN call.
|
1578
|
-
*/
|
1579
|
-
alternateCallerId?: string;
|
1580
|
-
/**
|
1581
|
-
* state to track the environment that the stateful client was made in is supported
|
1582
|
-
*/
|
1583
|
-
environmentInfo?: EnvironmentInfo;
|
1584
1217
|
}
|
1585
1218
|
|
1586
1219
|
/**
|
@@ -1659,9 +1292,6 @@ export declare type CallCompositeIcons = {
|
|
1659
1292
|
ParticipantItemScreenShareStart?: JSX.Element;
|
1660
1293
|
VideoTileMicOff?: JSX.Element;
|
1661
1294
|
LocalCameraSwitch?: JSX.Element;
|
1662
|
-
PeoplePaneAddPerson?: JSX.Element;
|
1663
|
-
PeoplePaneOpenDialpad?: JSX.Element;
|
1664
|
-
DialpadStartCall?: JSX.Element;
|
1665
1295
|
NoticePageInviteToRoomRemoved?: JSX.Element;
|
1666
1296
|
BlurVideoBackground?: JSX.Element;
|
1667
1297
|
RemoveVideoBackgroundEffect?: JSX.Element;
|
@@ -1674,6 +1304,10 @@ export declare type CallCompositeIcons = {
|
|
1674
1304
|
LargeGalleryLayout?: JSX.Element;
|
1675
1305
|
DefaultCustomButton?: JSX.Element;
|
1676
1306
|
DtmfDialpadButton?: JSX.Element;
|
1307
|
+
PhoneNumberButton?: JSX.Element;
|
1308
|
+
JoinByPhoneDialStepIcon?: JSX.Element;
|
1309
|
+
JoinByPhoneConferenceIdIcon?: JSX.Element;
|
1310
|
+
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
|
1677
1311
|
PeoplePaneMoreButton?: JSX.Element;
|
1678
1312
|
StopAllSpotlightMenuButton?: JSX.Element;
|
1679
1313
|
};
|
@@ -1696,56 +1330,6 @@ export declare type CallCompositeOptions = {
|
|
1696
1330
|
* @defaultValue true
|
1697
1331
|
*/
|
1698
1332
|
callControls?: boolean | CallControlOptions;
|
1699
|
-
/**
|
1700
|
-
* Device permissions check options for your call.
|
1701
|
-
* Here you can choose what device permissions you prompt the user for,
|
1702
|
-
* as well as what device permissions must be accepted before starting a call.
|
1703
|
-
*/
|
1704
|
-
deviceChecks?: DeviceCheckOptions;
|
1705
|
-
/**
|
1706
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1707
|
-
* unable to grant your site the required permissions for the call.
|
1708
|
-
*
|
1709
|
-
* @example
|
1710
|
-
* ```ts
|
1711
|
-
* onPermissionsTroubleshootingClick: () =>
|
1712
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
1713
|
-
* ```
|
1714
|
-
*
|
1715
|
-
* @remarks
|
1716
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
1717
|
-
*/
|
1718
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
1719
|
-
camera: PermissionState;
|
1720
|
-
microphone: PermissionState;
|
1721
|
-
}) => void;
|
1722
|
-
/**
|
1723
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
1724
|
-
* having network issues when connecting to the call.
|
1725
|
-
*
|
1726
|
-
* @example
|
1727
|
-
* ```ts
|
1728
|
-
* onNetworkingTroubleShootingClick?: () =>
|
1729
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
1730
|
-
* ```
|
1731
|
-
*
|
1732
|
-
* @remarks
|
1733
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
1734
|
-
*/
|
1735
|
-
onNetworkingTroubleShootingClick?: () => void;
|
1736
|
-
/**
|
1737
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
1738
|
-
*
|
1739
|
-
* @example
|
1740
|
-
* ```ts
|
1741
|
-
* onBrowserTroubleShootingClick?: () =>
|
1742
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
1743
|
-
* ```
|
1744
|
-
*
|
1745
|
-
* @remarks
|
1746
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
1747
|
-
*/
|
1748
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
1749
1333
|
/**
|
1750
1334
|
* Remote participant video tile menu options
|
1751
1335
|
*/
|
@@ -1866,7 +1450,7 @@ export declare type CallCompositeOptions = {
|
|
1866
1450
|
*
|
1867
1451
|
* @public
|
1868
1452
|
*/
|
1869
|
-
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' |
|
1453
|
+
export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest';
|
1870
1454
|
|
1871
1455
|
/**
|
1872
1456
|
* Props for {@link CallComposite}.
|
@@ -2117,33 +1701,13 @@ export declare interface CallCompositeStrings {
|
|
2117
1701
|
*/
|
2118
1702
|
dismissSidePaneButtonLabel?: string;
|
2119
1703
|
/**
|
2120
|
-
*
|
1704
|
+
* Label for menu item to start spotlight on participant
|
2121
1705
|
*/
|
2122
|
-
|
1706
|
+
startSpotlightMenuLabel: string;
|
2123
1707
|
/**
|
2124
|
-
* Label for
|
1708
|
+
* Label for menu item to add spotlight on participant
|
2125
1709
|
*/
|
2126
|
-
|
2127
|
-
/**
|
2128
|
-
* Label for button to copy invite link when it has been actioned
|
2129
|
-
*/
|
2130
|
-
copyInviteLinkButtonActionedLabel: string;
|
2131
|
-
/**
|
2132
|
-
* Label for button to open dialpad
|
2133
|
-
*/
|
2134
|
-
openDialpadButtonLabel: string;
|
2135
|
-
/**
|
2136
|
-
* Label for menu item to remove participant
|
2137
|
-
*/
|
2138
|
-
removeMenuLabel: string;
|
2139
|
-
/**
|
2140
|
-
* Label for menu item to start spotlight on participant
|
2141
|
-
*/
|
2142
|
-
startSpotlightMenuLabel: string;
|
2143
|
-
/**
|
2144
|
-
* Label for menu item to add spotlight on participant
|
2145
|
-
*/
|
2146
|
-
addSpotlightMenuLabel: string;
|
1710
|
+
addSpotlightMenuLabel: string;
|
2147
1711
|
/**
|
2148
1712
|
* Label for menu item to stop spotlight on participant
|
2149
1713
|
*/
|
@@ -2160,58 +1724,10 @@ export declare interface CallCompositeStrings {
|
|
2160
1724
|
* Label for menu item to stop all spotlight
|
2161
1725
|
*/
|
2162
1726
|
stopAllSpotlightMenuLabel: string;
|
2163
|
-
/**
|
2164
|
-
* Label for add people dropdown
|
2165
|
-
*/
|
2166
|
-
peoplePaneAddPeopleButtonLabel: string;
|
2167
|
-
/**
|
2168
|
-
* Label for button to start a call
|
2169
|
-
*/
|
2170
|
-
dialpadStartCallButtonLabel: string;
|
2171
|
-
/**
|
2172
|
-
* Title for dialpad Modal
|
2173
|
-
*/
|
2174
|
-
dialpadModalTitle: string;
|
2175
|
-
/**
|
2176
|
-
* Aria Label for dialpad Modal
|
2177
|
-
*/
|
2178
|
-
dialpadModalAriaLabel: string;
|
2179
|
-
/**
|
2180
|
-
* Aria Label for dialpad Modal close button
|
2181
|
-
*/
|
2182
|
-
dialpadCloseModalButtonAriaLabel: string;
|
2183
1727
|
/**
|
2184
1728
|
* label for more button in the Calling composite
|
2185
1729
|
*/
|
2186
1730
|
moreButtonCallingLabel: string;
|
2187
|
-
/**
|
2188
|
-
* Label for the resume call button on the hold pane
|
2189
|
-
*/
|
2190
|
-
resumeCallButtonLabel: string;
|
2191
|
-
/**
|
2192
|
-
* Label for the resume call button on the hold pane when call is resuming
|
2193
|
-
*/
|
2194
|
-
resumingCallButtonLabel: string;
|
2195
|
-
/**
|
2196
|
-
* Aria label for the resume call button on the hold pane
|
2197
|
-
*/
|
2198
|
-
resumeCallButtonAriaLabel: string;
|
2199
|
-
/**
|
2200
|
-
* Aria label for the resume call button on the hold pane when call is resuming
|
2201
|
-
*/
|
2202
|
-
resumingCallButtonAriaLabel: string;
|
2203
|
-
/**
|
2204
|
-
* Label for the hold pane
|
2205
|
-
*/
|
2206
|
-
holdScreenLabel: string;
|
2207
|
-
/**
|
2208
|
-
* Placeholder text for dtmf dialpad
|
2209
|
-
*/
|
2210
|
-
dtmfDialpadPlaceholderText: string;
|
2211
|
-
/**
|
2212
|
-
* Label for the button to open dtmf dialpad
|
2213
|
-
*/
|
2214
|
-
openDtmfDialpadLabel: string;
|
2215
1731
|
/**
|
2216
1732
|
* aria label for when the invite link has been actioned
|
2217
1733
|
*/
|
@@ -2284,14 +1800,6 @@ export declare interface CallCompositeStrings {
|
|
2284
1800
|
* More details text of the page shown to the user when the user attempts to join a room they are not invited to.
|
2285
1801
|
*/
|
2286
1802
|
notInvitedToRoomDetails?: string;
|
2287
|
-
/**
|
2288
|
-
* Control bar People button ToolTipContent
|
2289
|
-
*/
|
2290
|
-
peopleButtonTooltipOpen: string;
|
2291
|
-
/**
|
2292
|
-
* Control bar People button ToolTipContent
|
2293
|
-
*/
|
2294
|
-
peopleButtonTooltipClose: string;
|
2295
1803
|
/**
|
2296
1804
|
* Label disaplayed on the lobby screen during a 1:1 outbound call.
|
2297
1805
|
*/
|
@@ -2440,38 +1948,6 @@ export declare interface CallCompositeStrings {
|
|
2440
1948
|
* notice to be announced by narrator the transfer page is showing
|
2441
1949
|
*/
|
2442
1950
|
transferPageNoticeString: string;
|
2443
|
-
/**
|
2444
|
-
* Title text of the page shown to the user when target participant could not be reached
|
2445
|
-
*/
|
2446
|
-
participantCouldNotBeReachedTitle?: string;
|
2447
|
-
/**
|
2448
|
-
* More details text of the page shown to the user when target participant could not be reached
|
2449
|
-
*/
|
2450
|
-
participantCouldNotBeReachedMoreDetails?: string;
|
2451
|
-
/**
|
2452
|
-
* Title text of the page shown to the user when permission to reach participant is not allowed
|
2453
|
-
*/
|
2454
|
-
permissionToReachTargetParticipantNotAllowedTitle?: string;
|
2455
|
-
/**
|
2456
|
-
* More details text of the page shown to the user when permission to reach participant is not allowed
|
2457
|
-
*/
|
2458
|
-
permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
|
2459
|
-
/**
|
2460
|
-
* Title text of the page shown to the user when tenant id for the target participant could not be resolved
|
2461
|
-
*/
|
2462
|
-
unableToResolveTenantTitle?: string;
|
2463
|
-
/**
|
2464
|
-
* More details text of the page shown to the user when tenant id for the target participant could not be resolved
|
2465
|
-
*/
|
2466
|
-
unableToResolveTenantMoreDetails?: string;
|
2467
|
-
/**
|
2468
|
-
* Title text of the page shown to the user when target participant id is malformed
|
2469
|
-
*/
|
2470
|
-
participantIdIsMalformedTitle?: string;
|
2471
|
-
/**
|
2472
|
-
* More details text of the page shown to the user when target participant id is malformed
|
2473
|
-
*/
|
2474
|
-
participantIdIsMalformedMoreDetails?: string;
|
2475
1951
|
/**
|
2476
1952
|
* Controls label to move the overflow gallery around
|
2477
1953
|
*/
|
@@ -2683,6 +2159,10 @@ export declare interface CallCompositeStrings {
|
|
2683
2159
|
* Aria label to announce when remote participant is pinned
|
2684
2160
|
*/
|
2685
2161
|
pinParticipantMenuItemAriaLabel: string;
|
2162
|
+
/**
|
2163
|
+
* Error message when the meeting identifier or passcode is invalid
|
2164
|
+
*/
|
2165
|
+
phoneCallMoreButtonLabel: string;
|
2686
2166
|
}
|
2687
2167
|
|
2688
2168
|
/**
|
@@ -2697,7 +2177,7 @@ export declare type CallControlDisplayType = 'default' | 'compact';
|
|
2697
2177
|
*
|
2698
2178
|
* @public
|
2699
2179
|
*/
|
2700
|
-
export declare type CallControlOptions =
|
2180
|
+
export declare type CallControlOptions = CommonCallControlOptions & {
|
2701
2181
|
/**
|
2702
2182
|
* Show, Hide or Disable participants button during a call. This is the option only work for legacyControl bar.
|
2703
2183
|
* @defaultValue true
|
@@ -2706,7 +2186,7 @@ export declare type CallControlOptions = (CommonCallControlOptions & {
|
|
2706
2186
|
disabled: boolean;
|
2707
2187
|
};
|
2708
2188
|
legacyControlBarExperience?: boolean;
|
2709
|
-
}
|
2189
|
+
};
|
2710
2190
|
|
2711
2191
|
/**
|
2712
2192
|
* Callback for {@link CallAdapterSubscribers} 'callEnded' event.
|
@@ -2767,7 +2247,7 @@ export declare type CallErrors = {
|
|
2767
2247
|
*
|
2768
2248
|
* @public
|
2769
2249
|
*/
|
2770
|
-
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' |
|
2250
|
+
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | /* @conditional-compile-remove(calling-beta-sdk) */ /* @conditional-compile-remove(teams-identity-support) */ 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
|
2771
2251
|
|
2772
2252
|
/**
|
2773
2253
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -2875,23 +2355,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
|
|
2875
2355
|
spotlight?: Spotlight;
|
2876
2356
|
};
|
2877
2357
|
|
2878
|
-
/**
|
2879
|
-
* Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
|
2880
|
-
*
|
2881
|
-
* @remarks
|
2882
|
-
* This is currently in beta and only supports calling one Teams User.
|
2883
|
-
*
|
2884
|
-
* @example
|
2885
|
-
* ```
|
2886
|
-
* ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
|
2887
|
-
* ```
|
2888
|
-
*
|
2889
|
-
* @beta
|
2890
|
-
*/
|
2891
|
-
export declare type CallParticipantsLocator = {
|
2892
|
-
participantIds: string[];
|
2893
|
-
};
|
2894
|
-
|
2895
2358
|
/**
|
2896
2359
|
* A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
|
2897
2360
|
*
|
@@ -2992,10 +2455,6 @@ export declare interface CallState {
|
|
2992
2455
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
2993
2456
|
*/
|
2994
2457
|
recording: RecordingCallFeature;
|
2995
|
-
/**
|
2996
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
|
2997
|
-
*/
|
2998
|
-
localRecording: LocalRecordingCallFeatureState;
|
2999
2458
|
/**
|
3000
2459
|
* Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
|
3001
2460
|
*
|
@@ -3052,10 +2511,6 @@ export declare interface CallState {
|
|
3052
2511
|
* Proxy of {@link @azure/communication-calling#Call.role}.
|
3053
2512
|
*/
|
3054
2513
|
role?: ParticipantRole;
|
3055
|
-
/**
|
3056
|
-
* Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
|
3057
|
-
*/
|
3058
|
-
totalParticipantCount?: number;
|
3059
2514
|
/**
|
3060
2515
|
* Transfer state of call
|
3061
2516
|
*/
|
@@ -3075,7 +2530,13 @@ export declare interface CallState {
|
|
3075
2530
|
/**
|
3076
2531
|
* Proxy of {@link @azure/communication-calling#Call.info}.
|
3077
2532
|
*/
|
3078
|
-
info?: TeamsCallInfo
|
2533
|
+
info?: TeamsCallInfo;
|
2534
|
+
/**
|
2535
|
+
* Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
|
2536
|
+
*/
|
2537
|
+
meetingConference?: {
|
2538
|
+
conferencePhones: ConferencePhoneInfo[];
|
2539
|
+
};
|
3079
2540
|
}
|
3080
2541
|
|
3081
2542
|
/**
|
@@ -3122,12 +2583,6 @@ export declare interface CallWithChatAdapterManagement {
|
|
3122
2583
|
* @public
|
3123
2584
|
*/
|
3124
2585
|
removeParticipant(userId: string): Promise<void>;
|
3125
|
-
/**
|
3126
|
-
* Remove a participant from the call.
|
3127
|
-
* @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
|
3128
|
-
* @beta
|
3129
|
-
*/
|
3130
|
-
removeParticipant(participant: CommunicationIdentifier): Promise<void>;
|
3131
2586
|
/**
|
3132
2587
|
* Join the call with microphone initially on/off.
|
3133
2588
|
* @deprecated Use joinCall(options?:JoinCallOptions) instead.
|
@@ -3198,7 +2653,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3198
2653
|
* @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
|
3199
2654
|
* @public
|
3200
2655
|
*/
|
3201
|
-
startCall(participants: (MicrosoftTeamsAppIdentifier |
|
2656
|
+
startCall(participants: (MicrosoftTeamsAppIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
|
3202
2657
|
/**
|
3203
2658
|
* Start sharing the screen during a call.
|
3204
2659
|
*
|
@@ -3361,7 +2816,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3361
2816
|
*
|
3362
2817
|
* @public
|
3363
2818
|
*/
|
3364
|
-
sendMessage(content: string, options?: SendMessageOptions
|
2819
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
3365
2820
|
/**
|
3366
2821
|
* Send a read receipt for a message.
|
3367
2822
|
*
|
@@ -3379,7 +2834,7 @@ export declare interface CallWithChatAdapterManagement {
|
|
3379
2834
|
*
|
3380
2835
|
* @public
|
3381
2836
|
*/
|
3382
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
2837
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
3383
2838
|
/**
|
3384
2839
|
* Delete a message in the thread.
|
3385
2840
|
*
|
@@ -3399,35 +2854,12 @@ export declare interface CallWithChatAdapterManagement {
|
|
3399
2854
|
downloadResourceToCache(resourceDetails: ResourceDetails): Promise<void>;
|
3400
2855
|
/** @public */
|
3401
2856
|
removeResourceFromCache(resourceDetails: ResourceDetails): void;
|
3402
|
-
/**
|
3403
|
-
* Puts the Call in a Localhold.
|
3404
|
-
*
|
3405
|
-
* @beta
|
3406
|
-
*/
|
3407
|
-
holdCall: () => Promise<void>;
|
3408
|
-
/**
|
3409
|
-
* Resumes the call from a LocalHold state.
|
3410
|
-
*
|
3411
|
-
* @beta
|
3412
|
-
*/
|
3413
|
-
resumeCall: () => Promise<void>;
|
3414
|
-
/**
|
3415
|
-
* Adds a new Participant to the call.
|
3416
|
-
*
|
3417
|
-
* @beta
|
3418
|
-
*/
|
3419
|
-
addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
|
3420
|
-
addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
3421
2857
|
/**
|
3422
2858
|
* send dtmf tone to another participant in the call in 1:1 calls
|
3423
2859
|
*
|
3424
2860
|
* @public
|
3425
2861
|
*/
|
3426
2862
|
sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
3427
|
-
/**
|
3428
|
-
* Continues into a call when the browser version is not supported.
|
3429
|
-
*/
|
3430
|
-
allowUnsupportedBrowserVersion(): void;
|
3431
2863
|
/**
|
3432
2864
|
* Function to Start captions
|
3433
2865
|
* @param options - options for start captions
|
@@ -3579,14 +3011,6 @@ export declare interface CallWithChatAdapterUiState {
|
|
3579
3011
|
* @public
|
3580
3012
|
*/
|
3581
3013
|
page: CallCompositePage;
|
3582
|
-
/**
|
3583
|
-
* State to track whether the end user has opted in to using a
|
3584
|
-
* out of date version of a supported browser. Allows the user
|
3585
|
-
* to start a call in this state.
|
3586
|
-
*
|
3587
|
-
* @beta
|
3588
|
-
*/
|
3589
|
-
unsupportedBrowserVersionsAllowed?: boolean;
|
3590
3014
|
}
|
3591
3015
|
|
3592
3016
|
/**
|
@@ -3613,10 +3037,6 @@ export declare interface CallWithChatClientState {
|
|
3613
3037
|
isTeamsCall: boolean;
|
3614
3038
|
/** State of whether the active call is a Teams interop meeting */
|
3615
3039
|
isTeamsMeeting: boolean;
|
3616
|
-
/** alternateCallerId for PSTN call */
|
3617
|
-
alternateCallerId?: string | undefined;
|
3618
|
-
/** Environment information for system adapter is made on */
|
3619
|
-
environmentInfo?: EnvironmentInfo;
|
3620
3040
|
/** Default set of background images for background replacement effect */
|
3621
3041
|
videoBackgroundImages?: VideoBackgroundImage[];
|
3622
3042
|
/** Dependency to be injected for video background effects */
|
@@ -3697,9 +3117,6 @@ export declare type CallWithChatCompositeIcons = {
|
|
3697
3117
|
ParticipantItemScreenShareStart?: JSX.Element;
|
3698
3118
|
VideoTileMicOff?: JSX.Element;
|
3699
3119
|
LocalCameraSwitch?: JSX.Element;
|
3700
|
-
PeoplePaneAddPerson?: JSX.Element;
|
3701
|
-
PeoplePaneOpenDialpad?: JSX.Element;
|
3702
|
-
DialpadStartCall?: JSX.Element;
|
3703
3120
|
DefaultCustomButton?: JSX.Element;
|
3704
3121
|
DtmfDialpadButton?: JSX.Element;
|
3705
3122
|
EditBoxCancel?: JSX.Element;
|
@@ -3730,62 +3147,6 @@ export declare type CallWithChatCompositeOptions = {
|
|
3730
3147
|
* If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
|
3731
3148
|
*/
|
3732
3149
|
callControls?: boolean | CallWithChatControlOptions;
|
3733
|
-
/**
|
3734
|
-
* Properties for configuring the File Sharing feature.
|
3735
|
-
* If undefined, file sharing feature will be disabled.
|
3736
|
-
* @beta
|
3737
|
-
*/
|
3738
|
-
attachmentOptions?: AttachmentOptions;
|
3739
|
-
/**
|
3740
|
-
* Device permissions check options for your call.
|
3741
|
-
* Here you can choose what device permissions you prompt the user for,
|
3742
|
-
* as well as what device permissions must be accepted before starting a call.
|
3743
|
-
*/
|
3744
|
-
deviceChecks?: DeviceCheckOptions;
|
3745
|
-
/**
|
3746
|
-
* Callback you may provide to supply users with further steps to troubleshoot why they have been
|
3747
|
-
* unable to grant your site the required permissions for the call.
|
3748
|
-
*
|
3749
|
-
* @example
|
3750
|
-
* ```ts
|
3751
|
-
* onPermissionsTroubleshootingClick: () =>
|
3752
|
-
* window.open('https://contoso.com/permissions-troubleshooting', '_blank');
|
3753
|
-
* ```
|
3754
|
-
*
|
3755
|
-
* @remarks
|
3756
|
-
* if this is not supplied, the composite will not show a 'further troubleshooting' link.
|
3757
|
-
*/
|
3758
|
-
onPermissionsTroubleshootingClick?: (permissionsState: {
|
3759
|
-
camera: PermissionState;
|
3760
|
-
microphone: PermissionState;
|
3761
|
-
}) => void;
|
3762
|
-
/**
|
3763
|
-
* Optional callback to supply users with further troubleshooting steps for network issues
|
3764
|
-
* experienced when connecting to a call.
|
3765
|
-
*
|
3766
|
-
* @example
|
3767
|
-
* ```ts
|
3768
|
-
* onNetworkingTroubleShootingClick?: () =>
|
3769
|
-
* window.open('https://contoso.com/network-troubleshooting', '_blank');
|
3770
|
-
* ```
|
3771
|
-
*
|
3772
|
-
* @remarks
|
3773
|
-
* if this is not supplied, the composite will not show a 'network troubleshooting' link.
|
3774
|
-
*/
|
3775
|
-
onNetworkingTroubleShootingClick?: () => void;
|
3776
|
-
/**
|
3777
|
-
* Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
|
3778
|
-
*
|
3779
|
-
* @example
|
3780
|
-
* ```ts
|
3781
|
-
* onBrowserTroubleShootingClick?: () =>
|
3782
|
-
* window.open('https://contoso.com/browser-troubleshooting', '_blank');
|
3783
|
-
* ```
|
3784
|
-
*
|
3785
|
-
* @remarks
|
3786
|
-
* if this is not supplied, the composite will not show a unsupported browser page.
|
3787
|
-
*/
|
3788
|
-
onEnvironmentInfoTroubleshootingClick?: () => void;
|
3789
3150
|
/**
|
3790
3151
|
* Remote participant video tile menu options
|
3791
3152
|
*/
|
@@ -4051,10 +3412,6 @@ export declare interface CallWithChatCompositeStrings {
|
|
4051
3412
|
* Label for button to copy invite link when it has been actioned
|
4052
3413
|
*/
|
4053
3414
|
copyInviteLinkButtonActionedLabel: string;
|
4054
|
-
/**
|
4055
|
-
* Label for button to open dialpad
|
4056
|
-
*/
|
4057
|
-
openDialpadButtonLabel: string;
|
4058
3415
|
/**
|
4059
3416
|
* Label for SidePaneHeader dismiss button
|
4060
3417
|
*/
|
@@ -4067,34 +3424,6 @@ export declare interface CallWithChatCompositeStrings {
|
|
4067
3424
|
* Aria label string for return to call back button
|
4068
3425
|
*/
|
4069
3426
|
returnToCallButtonAriaLabel?: string;
|
4070
|
-
/**
|
4071
|
-
* Label for add people dropdown
|
4072
|
-
*/
|
4073
|
-
peoplePaneAddPeopleButtonLabel: string;
|
4074
|
-
/**
|
4075
|
-
* Label for button to start a call
|
4076
|
-
*/
|
4077
|
-
dialpadStartCallButtonLabel: string;
|
4078
|
-
/**
|
4079
|
-
* Title for dialpad Modal
|
4080
|
-
*/
|
4081
|
-
dialpadModalTitle: string;
|
4082
|
-
/**
|
4083
|
-
* Aria Label for dialpad Modal
|
4084
|
-
*/
|
4085
|
-
dialpadModalAriaLabel: string;
|
4086
|
-
/**
|
4087
|
-
* Aria Label for dialpad Modal close button
|
4088
|
-
*/
|
4089
|
-
dialpadCloseModalButtonAriaLabel: string;
|
4090
|
-
/**
|
4091
|
-
* Placeholder text for dtmf dialpad
|
4092
|
-
*/
|
4093
|
-
dtmfDialpadPlaceholderText: string;
|
4094
|
-
/**
|
4095
|
-
* Label for the button to open dtmf dialpad
|
4096
|
-
*/
|
4097
|
-
openDtmfDialpadLabel: string;
|
4098
3427
|
/**
|
4099
3428
|
* aria label for when the invite link has been actioned
|
4100
3429
|
*/
|
@@ -4111,9 +3440,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
4111
3440
|
* Show or hide the chat button in the call-with-chat composite control bar.
|
4112
3441
|
* @defaultValue true
|
4113
3442
|
*/
|
4114
|
-
chatButton?: boolean
|
4115
|
-
disabled: boolean;
|
4116
|
-
};
|
3443
|
+
chatButton?: boolean;
|
4117
3444
|
}
|
4118
3445
|
|
4119
3446
|
/**
|
@@ -4123,35 +3450,6 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
|
|
4123
3450
|
*/
|
4124
3451
|
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | 'spotlightChanged' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
|
4125
3452
|
|
4126
|
-
/**
|
4127
|
-
* @beta
|
4128
|
-
*
|
4129
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4130
|
-
* by their browsers settings.
|
4131
|
-
*/
|
4132
|
-
export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
|
4133
|
-
|
4134
|
-
/**
|
4135
|
-
* @beta
|
4136
|
-
* Props for CameraAndMicrophoneSitePermissions component.
|
4137
|
-
*/
|
4138
|
-
export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
|
4139
|
-
/** Icon name for the camera icon */
|
4140
|
-
cameraIconName?: string;
|
4141
|
-
/** Icon name for the microphone icon */
|
4142
|
-
microphoneIconName?: string;
|
4143
|
-
/** Icon name for the central icon between the camera and microphone icons */
|
4144
|
-
connectorIconName?: string;
|
4145
|
-
/** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
|
4146
|
-
strings?: CameraAndMicrophoneSitePermissionsStrings;
|
4147
|
-
}
|
4148
|
-
|
4149
|
-
/**
|
4150
|
-
* @beta
|
4151
|
-
* Strings for CameraAndMicrophoneSitePermissions component.
|
4152
|
-
*/
|
4153
|
-
export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
4154
|
-
|
4155
3453
|
/**
|
4156
3454
|
* A button to turn camera on / off.
|
4157
3455
|
*
|
@@ -4308,31 +3606,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
4308
3606
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
4309
3607
|
}
|
4310
3608
|
|
4311
|
-
/**
|
4312
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4313
|
-
* by their browsers settings.
|
4314
|
-
*
|
4315
|
-
* @beta
|
4316
|
-
*/
|
4317
|
-
export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
|
4318
|
-
|
4319
|
-
/**
|
4320
|
-
* @beta
|
4321
|
-
* Props for CameraSitePermissions component.
|
4322
|
-
*/
|
4323
|
-
export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
|
4324
|
-
/** Icon name for the camera icon */
|
4325
|
-
cameraIconName?: string;
|
4326
|
-
/** Strings for use with the {@link CameraSitePermissions} */
|
4327
|
-
strings?: CameraSitePermissionsStrings;
|
4328
|
-
}
|
4329
|
-
|
4330
|
-
/**
|
4331
|
-
* @beta
|
4332
|
-
* Strings for CameraSitePermissions component.
|
4333
|
-
*/
|
4334
|
-
export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
|
4335
|
-
|
4336
3609
|
/**
|
4337
3610
|
* @public
|
4338
3611
|
* Callback function run when a message edit is cancelled.
|
@@ -4492,10 +3765,6 @@ export declare interface CaptionsCallFeatureState {
|
|
4492
3765
|
* current caption language
|
4493
3766
|
*/
|
4494
3767
|
currentCaptionLanguage: string;
|
4495
|
-
/**
|
4496
|
-
* current caption kind: teams or acs captions
|
4497
|
-
*/
|
4498
|
-
captionsKind: CaptionsKind;
|
4499
3768
|
}
|
4500
3769
|
|
4501
3770
|
/**
|
@@ -4660,7 +3929,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
4660
3929
|
* Send a message in the thread.
|
4661
3930
|
* Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
|
4662
3931
|
*/
|
4663
|
-
sendMessage(content: string, options?: SendMessageOptions
|
3932
|
+
sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
|
4664
3933
|
/**
|
4665
3934
|
* Send a read receipt for a message.
|
4666
3935
|
*/
|
@@ -4681,7 +3950,7 @@ export declare interface ChatAdapterThreadManagement {
|
|
4681
3950
|
* Update a message content.
|
4682
3951
|
* Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
|
4683
3952
|
*/
|
4684
|
-
updateMessage(messageId: string, content: string, options?: Record<string, string>
|
3953
|
+
updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
|
4685
3954
|
/**
|
4686
3955
|
* Delete a message in the thread.
|
4687
3956
|
*/
|
@@ -4819,7 +4088,6 @@ export declare type ChatCompositeIcons = {
|
|
4819
4088
|
ParticipantItemOptionsHovered?: JSX.Element;
|
4820
4089
|
SendBoxSend?: JSX.Element;
|
4821
4090
|
SendBoxSendHovered?: JSX.Element;
|
4822
|
-
SendBoxAttachFile?: JSX.Element;
|
4823
4091
|
};
|
4824
4092
|
|
4825
4093
|
/**
|
@@ -4834,13 +4102,6 @@ export declare type ChatCompositeOptions = {
|
|
4834
4102
|
* @defaultValue true
|
4835
4103
|
*/
|
4836
4104
|
errorBar?: boolean;
|
4837
|
-
/**
|
4838
|
-
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
4839
|
-
* @defaultValue false
|
4840
|
-
*
|
4841
|
-
* @beta
|
4842
|
-
*/
|
4843
|
-
participantPane?: boolean;
|
4844
4105
|
/**
|
4845
4106
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
4846
4107
|
* @defaultValue true
|
@@ -4851,12 +4112,6 @@ export declare type ChatCompositeOptions = {
|
|
4851
4112
|
* When undefined nothing has focus on render
|
4852
4113
|
*/
|
4853
4114
|
autoFocus?: 'sendBoxTextField';
|
4854
|
-
/**
|
4855
|
-
* Properties for configuring the File Sharing feature.
|
4856
|
-
* If undefined, file sharing feature will be disabled.
|
4857
|
-
* @beta
|
4858
|
-
*/
|
4859
|
-
attachmentOptions?: AttachmentOptions;
|
4860
4115
|
};
|
4861
4116
|
|
4862
4117
|
/**
|
@@ -4884,12 +4139,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
|
|
4884
4139
|
* Flags to enable/disable visual elements of the {@link ChatComposite}.
|
4885
4140
|
*/
|
4886
4141
|
options?: ChatCompositeOptions;
|
4887
|
-
/**
|
4888
|
-
* Optimizes the composite form factor for either desktop or mobile.
|
4889
|
-
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
4890
|
-
* @defaultValue 'desktop'
|
4891
|
-
*/
|
4892
|
-
formFactor?: 'desktop' | 'mobile';
|
4893
4142
|
}
|
4894
4143
|
|
4895
4144
|
/**
|
@@ -4904,10 +4153,6 @@ export declare interface ChatCompositeStrings {
|
|
4904
4153
|
* Chat list header text
|
4905
4154
|
*/
|
4906
4155
|
chatListHeader: string;
|
4907
|
-
/**
|
4908
|
-
* Upload Attachment Button text
|
4909
|
-
*/
|
4910
|
-
uploadAttachment: string;
|
4911
4156
|
}
|
4912
4157
|
|
4913
4158
|
/**
|
@@ -4956,7 +4201,7 @@ export declare type ChatErrors = {
|
|
4956
4201
|
*
|
4957
4202
|
* @public
|
4958
4203
|
*/
|
4959
|
-
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' |
|
4204
|
+
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';
|
4960
4205
|
|
4961
4206
|
/**
|
4962
4207
|
* Object containing all the handlers required for chat components.
|
@@ -4967,13 +4212,13 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
|
|
4967
4212
|
* @public
|
4968
4213
|
*/
|
4969
4214
|
export declare type ChatHandlers = {
|
4970
|
-
onSendMessage: (content: string, options?: SendMessageOptions
|
4215
|
+
onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
|
4971
4216
|
onMessageSeen: (chatMessageId: string) => Promise<void>;
|
4972
4217
|
onTyping: () => Promise<void>;
|
4973
4218
|
onRemoveParticipant: (userId: string) => Promise<void>;
|
4974
4219
|
updateThreadTopicName: (topicName: string) => Promise<void>;
|
4975
4220
|
onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
|
4976
|
-
onUpdateMessage: (messageId: string, content: string
|
4221
|
+
onUpdateMessage: (messageId: string, content: string) => Promise<void>;
|
4977
4222
|
onDeleteMessage: (messageId: string) => Promise<void>;
|
4978
4223
|
};
|
4979
4224
|
|
@@ -5016,12 +4261,6 @@ export declare interface ChatMessage extends MessageCommon {
|
|
5016
4261
|
attachments?: AttachmentMetadata[];
|
5017
4262
|
}
|
5018
4263
|
|
5019
|
-
/**
|
5020
|
-
* @beta
|
5021
|
-
* Type of the message content, either 'text' or 'html'.
|
5022
|
-
*/
|
5023
|
-
export declare type ChatMessageType = 'text' | 'html';
|
5024
|
-
|
5025
4264
|
/**
|
5026
4265
|
* An extension to {@link @azure/communication-chat#ChatMessage} that stores
|
5027
4266
|
* client-side only metadata for chat messages.
|
@@ -5236,9 +4475,7 @@ export declare type CommonCallControlOptions = {
|
|
5236
4475
|
* Show or Hide Camera Button during a call
|
5237
4476
|
* @defaultValue true
|
5238
4477
|
*/
|
5239
|
-
cameraButton?: boolean
|
5240
|
-
disabled: boolean;
|
5241
|
-
};
|
4478
|
+
cameraButton?: boolean;
|
5242
4479
|
/**
|
5243
4480
|
* Show or Hide EndCall button during a call.
|
5244
4481
|
* @defaultValue true
|
@@ -5249,21 +4486,21 @@ export declare type CommonCallControlOptions = {
|
|
5249
4486
|
* @defaultValue false
|
5250
4487
|
*/
|
5251
4488
|
hangUpForEveryone?: false | 'endCallOptions';
|
4489
|
+
/**
|
4490
|
+
* Wether to disable the end call confirmation modal.
|
4491
|
+
*/
|
4492
|
+
disableEndCallModal?: boolean;
|
5252
4493
|
};
|
5253
4494
|
/**
|
5254
4495
|
* Show or Hide Microphone button during a call.
|
5255
4496
|
* @defaultValue true
|
5256
4497
|
*/
|
5257
|
-
microphoneButton?: boolean
|
5258
|
-
disabled: boolean;
|
5259
|
-
};
|
4498
|
+
microphoneButton?: boolean;
|
5260
4499
|
/**
|
5261
4500
|
* Show or Hide Devices button during a call.
|
5262
4501
|
* @defaultValue true
|
5263
4502
|
*/
|
5264
|
-
devicesButton?: boolean
|
5265
|
-
disabled: boolean;
|
5266
|
-
};
|
4503
|
+
devicesButton?: boolean;
|
5267
4504
|
/**
|
5268
4505
|
* Show, Hide or Disable participants button during a call.
|
5269
4506
|
* @defaultValue true
|
@@ -5301,16 +4538,11 @@ export declare type CommonCallControlOptions = {
|
|
5301
4538
|
* Inject custom buttons in the call controls.
|
5302
4539
|
*/
|
5303
4540
|
onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
|
5304
|
-
holdButton?: boolean | {
|
5305
|
-
disabled: boolean;
|
5306
|
-
};
|
5307
4541
|
/**
|
5308
4542
|
* Show or hide the people button in the composite control bar.
|
5309
4543
|
* @defaultValue true
|
5310
4544
|
*/
|
5311
|
-
peopleButton?: boolean
|
5312
|
-
disabled: boolean;
|
5313
|
-
};
|
4545
|
+
peopleButton?: boolean;
|
5314
4546
|
/**
|
5315
4547
|
* Show or hide the dialpad button in the composite control bar.
|
5316
4548
|
*/
|
@@ -5322,10 +4554,10 @@ export declare type CommonCallControlOptions = {
|
|
5322
4554
|
*/
|
5323
4555
|
exitSpotlightButton?: boolean;
|
5324
4556
|
/**
|
5325
|
-
* Show,
|
4557
|
+
* Show, meeting conference phone information.
|
5326
4558
|
* @defaultValue true
|
5327
4559
|
*/
|
5328
|
-
|
4560
|
+
teamsMeetingPhoneCallButton?: boolean;
|
5329
4561
|
};
|
5330
4562
|
|
5331
4563
|
/**
|
@@ -5351,9 +4583,6 @@ export declare interface CommonCallingHandlers {
|
|
5351
4583
|
onLowerHand: () => Promise<void>;
|
5352
4584
|
onToggleRaiseHand: () => Promise<void>;
|
5353
4585
|
onReactionClick: (reaction: Reaction_2) => Promise<void>;
|
5354
|
-
onToggleHold: () => Promise<void>;
|
5355
|
-
onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
|
5356
|
-
onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
|
5357
4586
|
onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
5358
4587
|
onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
|
5359
4588
|
/**
|
@@ -5365,8 +4594,6 @@ export declare interface CommonCallingHandlers {
|
|
5365
4594
|
onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
|
5366
4595
|
onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
|
5367
4596
|
onRemoveParticipant(userId: string): Promise<void>;
|
5368
|
-
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
5369
|
-
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
5370
4597
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
5371
4598
|
onRemoveVideoBackgroundEffects: () => Promise<void>;
|
5372
4599
|
onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
|
@@ -5390,39 +4617,6 @@ export declare type CommonProperties<A, B> = {
|
|
5390
4617
|
[P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
|
5391
4618
|
}[keyof A & keyof B];
|
5392
4619
|
|
5393
|
-
/**
|
5394
|
-
* @beta
|
5395
|
-
* Props for SitePermissions components.
|
5396
|
-
*/
|
5397
|
-
export declare interface CommonSitePermissionsProps {
|
5398
|
-
/**
|
5399
|
-
* Name of application calling experience is in.
|
5400
|
-
*/
|
5401
|
-
appName: string;
|
5402
|
-
/**
|
5403
|
-
* Kind of the Site Permissions component.
|
5404
|
-
*/
|
5405
|
-
kind: 'request' | 'denied' | 'check';
|
5406
|
-
/**
|
5407
|
-
* Type of the browser used, the Site permission component will show different guidance text based on the browser type
|
5408
|
-
*/
|
5409
|
-
browserHint?: 'safari' | 'unset';
|
5410
|
-
/**
|
5411
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
5412
|
-
* If this is not provided the button will not be shown.
|
5413
|
-
*/
|
5414
|
-
onTroubleshootingClick?: () => void;
|
5415
|
-
/**
|
5416
|
-
* Action that is taken when the user clicks the continue anyway button.
|
5417
|
-
* If this is not provided the button will not be shown.
|
5418
|
-
*/
|
5419
|
-
onContinueAnywayClick?: () => void;
|
5420
|
-
/**
|
5421
|
-
* Styles for SitePermissions component.
|
5422
|
-
*/
|
5423
|
-
styles?: SitePermissionsStyles;
|
5424
|
-
}
|
5425
|
-
|
5426
4620
|
/**
|
5427
4621
|
* A Chat or Calling participant's state, as reflected in the UI.
|
5428
4622
|
*
|
@@ -5599,11 +4793,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
|
|
5599
4793
|
export declare interface ComponentLocale {
|
5600
4794
|
/** Strings for components */
|
5601
4795
|
strings: ComponentStrings;
|
5602
|
-
/**
|
5603
|
-
* Optional function to provide customized date format.
|
5604
|
-
* @beta
|
5605
|
-
*/
|
5606
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
5607
4796
|
}
|
5608
4797
|
|
5609
4798
|
/**
|
@@ -5653,64 +4842,26 @@ export declare interface ComponentStrings {
|
|
5653
4842
|
typingIndicator: TypingIndicatorStrings;
|
5654
4843
|
/** Strings for SendBox */
|
5655
4844
|
sendBox: SendBoxStrings;
|
5656
|
-
/** Strings for RichTextSendBox */
|
5657
|
-
richTextSendBox: RichTextSendBoxStrings;
|
5658
|
-
/** Strings for MentionPopover */
|
5659
|
-
mentionPopover: MentionPopoverStrings;
|
5660
4845
|
/** Strings for ImageOverlay */
|
5661
4846
|
imageOverlay: ImageOverlayStrings;
|
5662
4847
|
/** Strings for MessageStatusIndicator */
|
5663
4848
|
messageStatusIndicator: MessageStatusIndicatorStrings;
|
5664
|
-
/** Strings for
|
4849
|
+
/** Strings for ErrorBar */
|
5665
4850
|
errorBar: ErrorBarStrings;
|
4851
|
+
/** Strings for NotificationStack */
|
4852
|
+
notificationStack: NotificationStackStrings;
|
5666
4853
|
/** Strings for VideoGallery */
|
5667
4854
|
videoGallery: VideoGalleryStrings;
|
5668
4855
|
/** Strings for Dialpad */
|
5669
4856
|
dialpad: DialpadStrings;
|
5670
4857
|
/** Strings for VideoTile */
|
5671
4858
|
videoTile: VideoTileStrings;
|
5672
|
-
/** Strings for HoldButton */
|
5673
|
-
holdButton: HoldButtonStrings;
|
5674
|
-
/** Strings for a site's permission request prompt */
|
5675
|
-
CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
5676
|
-
/** Strings for a site's permission request prompt */
|
5677
|
-
CameraSitePermissionsRequest: SitePermissionsStrings;
|
5678
|
-
/** Strings for a site's permission request prompt */
|
5679
|
-
MicrophoneSitePermissionsRequest: SitePermissionsStrings;
|
5680
|
-
/** Strings for a site's permission generic checking prompt */
|
5681
|
-
CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
5682
|
-
/** Strings for a site's permission generic checking prompt */
|
5683
|
-
CameraSitePermissionsCheck: SitePermissionsStrings;
|
5684
|
-
/** Strings for a site's permission generic checking prompt */
|
5685
|
-
MicrophoneSitePermissionsCheck: SitePermissionsStrings;
|
5686
|
-
/** Strings for a site's permission denied prompt */
|
5687
|
-
CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
5688
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
5689
|
-
CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5690
|
-
/** Strings for a site's permission denied prompt */
|
5691
|
-
CameraSitePermissionsDenied: SitePermissionsStrings;
|
5692
|
-
/** Strings for a site's permission denied prompt */
|
5693
|
-
MicrophoneSitePermissionsDenied: SitePermissionsStrings;
|
5694
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
5695
|
-
CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5696
|
-
/** Strings for a site's permission denied prompt for safari browsers*/
|
5697
|
-
MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
|
5698
|
-
/** Strings for unsupported browser UI */
|
5699
|
-
UnsupportedBrowser: UnsupportedBrowserStrings;
|
5700
|
-
/** Strings for unsupported browser version UI */
|
5701
|
-
UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
|
5702
|
-
/** Strings for unsupported browser version UI */
|
5703
|
-
UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
|
5704
|
-
/** Strings for BrowserPemissionDenied */
|
5705
|
-
BrowserPermissionDenied: BrowserPermissionDeniedStrings;
|
5706
|
-
/** Strings for BrowserPemissionDeniedIOS */
|
5707
|
-
BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
|
5708
4859
|
/**
|
5709
4860
|
* Strings for the VerticalGallery.
|
5710
4861
|
*/
|
5711
4862
|
verticalGallery: VerticalGalleryStrings;
|
5712
|
-
/** Strings for the
|
5713
|
-
|
4863
|
+
/** Strings for the MeetingConferencePhoneInfoModal */
|
4864
|
+
meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
|
5714
4865
|
}
|
5715
4866
|
|
5716
4867
|
/**
|
@@ -5913,6 +5064,33 @@ export declare interface CompositeStrings {
|
|
5913
5064
|
callWithChat: CallWithChatCompositeStrings;
|
5914
5065
|
}
|
5915
5066
|
|
5067
|
+
/**
|
5068
|
+
* @public
|
5069
|
+
* Information for conference phone info
|
5070
|
+
*/
|
5071
|
+
export declare interface ConferencePhoneInfo {
|
5072
|
+
/**
|
5073
|
+
* Phone number for the conference
|
5074
|
+
*/
|
5075
|
+
phoneNumber: string;
|
5076
|
+
/**
|
5077
|
+
* Conference id for the conference
|
5078
|
+
*/
|
5079
|
+
conferenceId: string;
|
5080
|
+
/**
|
5081
|
+
* Is toll free phone number
|
5082
|
+
*/
|
5083
|
+
isTollFree: boolean;
|
5084
|
+
/**
|
5085
|
+
* phone number country
|
5086
|
+
*/
|
5087
|
+
country?: string;
|
5088
|
+
/**
|
5089
|
+
* phone number city
|
5090
|
+
*/
|
5091
|
+
city?: string;
|
5092
|
+
}
|
5093
|
+
|
5916
5094
|
/**
|
5917
5095
|
* A system message with arbitary content.
|
5918
5096
|
*
|
@@ -6112,7 +5290,7 @@ export declare function createAzureCommunicationCallAdapterFromClient(callClient
|
|
6112
5290
|
*
|
6113
5291
|
* @public
|
6114
5292
|
*/
|
6115
|
-
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator,
|
5293
|
+
export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
|
6116
5294
|
|
6117
5295
|
/**
|
6118
5296
|
* Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
|
@@ -6213,7 +5391,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
|
|
6213
5391
|
/**
|
6214
5392
|
* @public
|
6215
5393
|
*/
|
6216
|
-
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs
|
5394
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
6217
5395
|
|
6218
5396
|
/**
|
6219
5397
|
* Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
|
@@ -6223,7 +5401,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @c
|
|
6223
5401
|
*
|
6224
5402
|
* @public
|
6225
5403
|
*/
|
6226
|
-
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator
|
5404
|
+
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
6227
5405
|
|
6228
5406
|
/**
|
6229
5407
|
* Object returned after creating a local or remote VideoStream.
|
@@ -6275,13 +5453,6 @@ export declare type CustomAvatarOptions = {
|
|
6275
5453
|
styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
|
6276
5454
|
/** Display name to be used in Persona */
|
6277
5455
|
text?: string;
|
6278
|
-
/** State for the participant to be displayed in the defaultPlaceHolder */
|
6279
|
-
participantState?: ParticipantState;
|
6280
|
-
/**
|
6281
|
-
* If true, show the special coin for unknown persona.
|
6282
|
-
* It has '?' in place of initials, with static font and background colors
|
6283
|
-
*/
|
6284
|
-
showUnknownPersonaCoin?: boolean;
|
6285
5456
|
};
|
6286
5457
|
|
6287
5458
|
/**
|
@@ -6410,16 +5581,10 @@ export declare interface CustomMessage extends MessageCommon {
|
|
6410
5581
|
export declare const darkTheme: PartialTheme & CallingTheme;
|
6411
5582
|
|
6412
5583
|
/**
|
6413
|
-
* @
|
6414
|
-
* `
|
6415
|
-
*/
|
6416
|
-
export declare type DeclarativeCallAgent = CallAgent & /* @conditional-compile-remove(one-to-n-calling) */ IncomingCallManagement;
|
6417
|
-
|
6418
|
-
/**
|
6419
|
-
* @beta
|
6420
|
-
* Proxies the {@link @azure/communication-calling#IncomingCall} interface.
|
5584
|
+
* @public
|
5585
|
+
* `DeclarativeTeamsCallAgent` extends and proxies the {@link @azure/communication-calling#TeamsCallAgent}
|
6421
5586
|
*/
|
6422
|
-
export declare type
|
5587
|
+
export declare type DeclarativeTeamsCallAgent = TeamsCallAgent;
|
6423
5588
|
|
6424
5589
|
/**
|
6425
5590
|
* The default set of icons that are available to use in the UI components.
|
@@ -6445,11 +5610,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6445
5610
|
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
6446
5611
|
LowerHandContextualMenuItem: React_2.JSX.Element;
|
6447
5612
|
ReactionButtonIcon: React_2.JSX.Element;
|
6448
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
6449
|
-
DownloadAttachment: React_2.JSX.Element;
|
6450
5613
|
OpenAttachment: React_2.JSX.Element;
|
6451
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
6452
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
6453
5614
|
EditBoxCancel: React_2.JSX.Element;
|
6454
5615
|
EditBoxSubmit: React_2.JSX.Element;
|
6455
5616
|
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
@@ -6466,6 +5627,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6466
5627
|
ErrorBarClear: React_2.JSX.Element;
|
6467
5628
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
6468
5629
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
5630
|
+
NotificationBarRecording: React_2.JSX.Element;
|
6469
5631
|
HorizontalGalleryLeftButton: React_2.JSX.Element;
|
6470
5632
|
HorizontalGalleryRightButton: React_2.JSX.Element;
|
6471
5633
|
MessageDelivered: React_2.JSX.Element;
|
@@ -6483,20 +5645,10 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6483
5645
|
ParticipantItemOptionsHovered: React_2.JSX.Element;
|
6484
5646
|
ParticipantItemScreenShareStart: React_2.JSX.Element;
|
6485
5647
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6486
|
-
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6487
|
-
HoldCallButton: React_2.JSX.Element;
|
6488
|
-
ResumeCall: React_2.JSX.Element;
|
6489
5648
|
SendBoxSend: React_2.JSX.Element;
|
6490
5649
|
SendBoxSendHovered: React_2.JSX.Element;
|
6491
5650
|
VideoTileMicOff: React_2.JSX.Element;
|
6492
5651
|
DialpadBackspace: React_2.JSX.Element;
|
6493
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
6494
|
-
SitePermissionCamera: React_2.JSX.Element;
|
6495
|
-
SitePermissionMic: React_2.JSX.Element;
|
6496
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
6497
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
6498
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
6499
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
6500
5652
|
VideoTilePinned: React_2.JSX.Element;
|
6501
5653
|
ParticipantItemPinned: React_2.JSX.Element;
|
6502
5654
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -6526,20 +5678,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
6526
5678
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
6527
5679
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
6528
5680
|
VideoTileSpotlighted: React_2.JSX.Element;
|
6529
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
6530
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
6531
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
6532
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
6533
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
6534
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
6535
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
6536
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
6537
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
6538
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
6539
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
6540
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
6541
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
6542
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
6543
5681
|
};
|
6544
5682
|
|
6545
5683
|
/**
|
@@ -6560,7 +5698,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6560
5698
|
ParticipantItemOptionsHovered: JSX.Element;
|
6561
5699
|
SendBoxSend: JSX.Element;
|
6562
5700
|
SendBoxSendHovered: JSX.Element;
|
6563
|
-
SendBoxAttachFile?: JSX.Element | undefined;
|
6564
5701
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
6565
5702
|
ControlButtonCameraOff: JSX.Element;
|
6566
5703
|
ControlButtonCameraOn: JSX.Element;
|
@@ -6618,9 +5755,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6618
5755
|
ParticipantItemScreenShareStart: JSX.Element;
|
6619
5756
|
VideoTileMicOff: JSX.Element;
|
6620
5757
|
LocalCameraSwitch?: JSX.Element | undefined;
|
6621
|
-
PeoplePaneAddPerson?: JSX.Element | undefined;
|
6622
|
-
PeoplePaneOpenDialpad?: JSX.Element | undefined;
|
6623
|
-
DialpadStartCall?: JSX.Element | undefined;
|
6624
5758
|
NoticePageInviteToRoomRemoved?: JSX.Element | undefined;
|
6625
5759
|
BlurVideoBackground?: JSX.Element | undefined;
|
6626
5760
|
RemoveVideoBackgroundEffect?: JSX.Element | undefined;
|
@@ -6633,6 +5767,10 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6633
5767
|
LargeGalleryLayout?: JSX.Element | undefined;
|
6634
5768
|
DefaultCustomButton?: JSX.Element | undefined;
|
6635
5769
|
DtmfDialpadButton?: JSX.Element | undefined;
|
5770
|
+
PhoneNumberButton?: JSX.Element | undefined;
|
5771
|
+
JoinByPhoneDialStepIcon?: JSX.Element | undefined;
|
5772
|
+
JoinByPhoneConferenceIdIcon?: JSX.Element | undefined;
|
5773
|
+
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
|
6636
5774
|
PeoplePaneMoreButton?: JSX.Element | undefined;
|
6637
5775
|
StopAllSpotlightMenuButton?: JSX.Element | undefined;
|
6638
5776
|
ChevronLeft?: JSX.Element | undefined;
|
@@ -6644,28 +5782,16 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6644
5782
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
6645
5783
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
6646
5784
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
5785
|
+
SendBoxAttachFile?: JSX.Element | undefined;
|
6647
5786
|
ChatMessageOptions: React_2.JSX.Element;
|
6648
5787
|
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
6649
|
-
CancelAttachmentUpload: React_2.JSX.Element;
|
6650
|
-
DownloadAttachment: React_2.JSX.Element;
|
6651
5788
|
OpenAttachment: React_2.JSX.Element;
|
6652
|
-
AttachmentMoreMenu: React_2.JSX.Element;
|
6653
|
-
DataLossPreventionProhibited: React_2.JSX.Element;
|
6654
5789
|
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
6655
5790
|
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
5791
|
+
NotificationBarRecording: React_2.JSX.Element;
|
6656
5792
|
MessageResend: React_2.JSX.Element;
|
6657
5793
|
ParticipantItemSpotlighted: React_2.JSX.Element;
|
6658
|
-
HoldCallContextualMenuItem: React_2.JSX.Element;
|
6659
|
-
HoldCallButton: React_2.JSX.Element;
|
6660
|
-
ResumeCall: React_2.JSX.Element;
|
6661
5794
|
DialpadBackspace: React_2.JSX.Element;
|
6662
|
-
SitePermissionsSparkle: React_2.JSX.Element;
|
6663
|
-
SitePermissionCamera: React_2.JSX.Element;
|
6664
|
-
SitePermissionMic: React_2.JSX.Element;
|
6665
|
-
SitePermissionCameraDenied: React_2.JSX.Element;
|
6666
|
-
SitePermissionMicDenied: React_2.JSX.Element;
|
6667
|
-
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
6668
|
-
BrowserPermissionDeniedError: React_2.JSX.Element;
|
6669
5795
|
VideoTilePinned: React_2.JSX.Element;
|
6670
5796
|
ParticipantItemPinned: React_2.JSX.Element;
|
6671
5797
|
VideoTileMoreOptions: React_2.JSX.Element;
|
@@ -6695,60 +5821,16 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
6695
5821
|
StartSpotlightContextualMenuItem: React_2.JSX.Element;
|
6696
5822
|
StopSpotlightContextualMenuItem: React_2.JSX.Element;
|
6697
5823
|
VideoTileSpotlighted: React_2.JSX.Element;
|
6698
|
-
RichTextBoldButtonIcon: React_2.JSX.Element;
|
6699
|
-
RichTextItalicButtonIcon: React_2.JSX.Element;
|
6700
|
-
RichTextUnderlineButtonIcon: React_2.JSX.Element;
|
6701
|
-
RichTextBulletListButtonIcon: React_2.JSX.Element;
|
6702
|
-
RichTextNumberListButtonIcon: React_2.JSX.Element;
|
6703
|
-
RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
|
6704
|
-
RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
|
6705
|
-
RichTextDividerIcon: React_2.JSX.Element;
|
6706
|
-
RichTextEditorButtonIcon: React_2.JSX.Element;
|
6707
|
-
RichTextEditorButtonIconFilled: React_2.JSX.Element;
|
6708
|
-
RichTextInsertTableRegularIcon: React_2.JSX.Element;
|
6709
|
-
RichTextInsertTableFilledIcon: React_2.JSX.Element;
|
6710
|
-
RichTextTableInsertMenuIcon: React_2.JSX.Element;
|
6711
|
-
RichTextTableDeleteMenuIcon: React_2.JSX.Element;
|
6712
5824
|
};
|
6713
5825
|
|
6714
5826
|
/**
|
6715
|
-
* @
|
5827
|
+
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
5828
|
+
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
5829
|
+
* speakers, and deviceAccess states will be empty until the corresponding
|
5830
|
+
* {@link @azure/communication-calling#DeviceManager}'s getCameras, getMicrophones, getSpeakers, and askDevicePermission
|
5831
|
+
* APIs are called and completed.
|
6716
5832
|
*
|
6717
|
-
*
|
6718
|
-
*/
|
6719
|
-
export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
|
6720
|
-
|
6721
|
-
/**
|
6722
|
-
* Device Checks.
|
6723
|
-
* Choose whether or not to block starting a call depending on camera and microphone permission options.
|
6724
|
-
*
|
6725
|
-
* @beta
|
6726
|
-
*/
|
6727
|
-
export declare interface DeviceCheckOptions {
|
6728
|
-
/**
|
6729
|
-
* Camera Permission prompts for your call.
|
6730
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
6731
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
6732
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
6733
|
-
*/
|
6734
|
-
camera: 'required' | 'optional' | 'doNotPrompt';
|
6735
|
-
/**
|
6736
|
-
* Microphone permission prompts for your call.
|
6737
|
-
* 'required' - requires the permission to be allowed before permitting the user join the call.
|
6738
|
-
* 'optional' - permission can be disallowed and the user is still permitted to join the call.
|
6739
|
-
* 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
|
6740
|
-
*/
|
6741
|
-
microphone: 'required' | 'optional' | 'doNotPrompt';
|
6742
|
-
}
|
6743
|
-
|
6744
|
-
/**
|
6745
|
-
* This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
|
6746
|
-
* optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
|
6747
|
-
* speakers, and deviceAccess states will be empty until the corresponding
|
6748
|
-
* {@link @azure/communication-calling#DeviceManager}'s getCameras, getMicrophones, getSpeakers, and askDevicePermission
|
6749
|
-
* APIs are called and completed.
|
6750
|
-
*
|
6751
|
-
* @public
|
5833
|
+
* @public
|
6752
5834
|
*/
|
6753
5835
|
export declare type DeviceManagerState = {
|
6754
5836
|
/**
|
@@ -7248,6 +6330,10 @@ export declare interface ErrorBarStrings {
|
|
7248
6330
|
* Message shown when poor network quality is detected during a call.
|
7249
6331
|
*/
|
7250
6332
|
callNetworkQualityLow: string;
|
6333
|
+
/**
|
6334
|
+
* Message shown when poor network quality is detected during a call.
|
6335
|
+
*/
|
6336
|
+
teamsMeetingCallNetworkQualityLow: string;
|
7251
6337
|
/**
|
7252
6338
|
* Message shown on failure to detect audio output devices.
|
7253
6339
|
*/
|
@@ -7385,7 +6471,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
|
|
7385
6471
|
*
|
7386
6472
|
* @public
|
7387
6473
|
*/
|
7388
|
-
export declare type GetCallingSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof VideoGallery> extends true ? VideoGallerySelector : AreEqual<Component, typeof DevicesButton> extends true ? DevicesButtonSelector : AreEqual<Component, typeof MicrophoneButton> extends true ? MicrophoneButtonSelector : AreEqual<Component, typeof CameraButton> extends true ? CameraButtonSelector : AreEqual<Component, typeof ScreenShareButton> extends true ? ScreenShareButtonSelector : AreEqual<Component, typeof ParticipantList> extends true ? ParticipantListSelector : AreEqual<Component, typeof ParticipantsButton> extends true ? ParticipantsButtonSelector : AreEqual<Component, typeof EndCallButton> extends true ? EmptySelector : AreEqual<Component, typeof ErrorBar> extends true ? CallErrorBarSelector : AreEqual<Component, typeof Dialpad> extends true ? EmptySelector : AreEqual<Component, typeof
|
6474
|
+
export declare type GetCallingSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof VideoGallery> extends true ? VideoGallerySelector : AreEqual<Component, typeof DevicesButton> extends true ? DevicesButtonSelector : AreEqual<Component, typeof MicrophoneButton> extends true ? MicrophoneButtonSelector : AreEqual<Component, typeof CameraButton> extends true ? CameraButtonSelector : AreEqual<Component, typeof ScreenShareButton> extends true ? ScreenShareButtonSelector : AreEqual<Component, typeof ParticipantList> extends true ? ParticipantListSelector : AreEqual<Component, typeof ParticipantsButton> extends true ? ParticipantsButtonSelector : AreEqual<Component, typeof EndCallButton> extends true ? EmptySelector : AreEqual<Component, typeof ErrorBar> extends true ? CallErrorBarSelector : AreEqual<Component, typeof Dialpad> extends true ? EmptySelector : AreEqual<Component, typeof NotificationStack> extends true ? NotificationStackSelector : undefined;
|
7389
6475
|
|
7390
6476
|
/**
|
7391
6477
|
* Get the selector for a specified component.
|
@@ -7402,7 +6488,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
|
|
7402
6488
|
*
|
7403
6489
|
* @public
|
7404
6490
|
*/
|
7405
|
-
export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof
|
6491
|
+
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;
|
7406
6492
|
|
7407
6493
|
/**
|
7408
6494
|
* Get the selector for a specified component.
|
@@ -7447,63 +6533,6 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
|
|
7447
6533
|
children?: IStyle;
|
7448
6534
|
}
|
7449
6535
|
|
7450
|
-
/**
|
7451
|
-
* a button to hold or resume a ongoing call.
|
7452
|
-
*
|
7453
|
-
* Can be used with {@link ControlBar}
|
7454
|
-
*
|
7455
|
-
* @param props - properties for the hold button.
|
7456
|
-
* @returns
|
7457
|
-
* @beta
|
7458
|
-
*/
|
7459
|
-
export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
|
7460
|
-
|
7461
|
-
/**
|
7462
|
-
*@beta
|
7463
|
-
*/
|
7464
|
-
export declare interface HoldButtonProps extends ControlBarButtonProps {
|
7465
|
-
/**
|
7466
|
-
* Utility property for using this component with communication react handlers
|
7467
|
-
* Holds the call or resumes it based on call state.
|
7468
|
-
*/
|
7469
|
-
onToggleHold: () => Promise<void>;
|
7470
|
-
/**
|
7471
|
-
* Optional strings to override in component
|
7472
|
-
*/
|
7473
|
-
strings?: HoldButtonStrings;
|
7474
|
-
}
|
7475
|
-
|
7476
|
-
/**
|
7477
|
-
* Selector type for the {@link HoldButton} component.
|
7478
|
-
* @public
|
7479
|
-
*/
|
7480
|
-
export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
7481
|
-
checked: boolean;
|
7482
|
-
};
|
7483
|
-
|
7484
|
-
/**
|
7485
|
-
* Strings for the hold button labels
|
7486
|
-
* @beta
|
7487
|
-
*/
|
7488
|
-
export declare interface HoldButtonStrings {
|
7489
|
-
/**
|
7490
|
-
* Label for when action is to resume call.
|
7491
|
-
*/
|
7492
|
-
onLabel: string;
|
7493
|
-
/**
|
7494
|
-
* Label for when action is to hold call.
|
7495
|
-
*/
|
7496
|
-
offLabel: string;
|
7497
|
-
/**
|
7498
|
-
* Content for when button is checked
|
7499
|
-
*/
|
7500
|
-
tooltipOnContent: string;
|
7501
|
-
/**
|
7502
|
-
* Content for when button is unchecked
|
7503
|
-
*/
|
7504
|
-
tooltipOffContent: string;
|
7505
|
-
}
|
7506
|
-
|
7507
6536
|
/**
|
7508
6537
|
* {@link HorizontalGallery} Component Styles.
|
7509
6538
|
* @public
|
@@ -7588,10 +6617,6 @@ export declare interface _Identifiers {
|
|
7588
6617
|
verticalGalleryVideoTile: string;
|
7589
6618
|
/** `data-ui-id` value for `VerticalGallery` Component's page counter */
|
7590
6619
|
verticalGalleryPageCounter: string;
|
7591
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list */
|
7592
|
-
mentionSuggestionList: string;
|
7593
|
-
/** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
|
7594
|
-
mentionSuggestionItem: string;
|
7595
6620
|
}
|
7596
6621
|
|
7597
6622
|
/**
|
@@ -7653,27 +6678,6 @@ export declare interface ImageOverlayStrings {
|
|
7653
6678
|
dismissButtonAriaLabel: string;
|
7654
6679
|
}
|
7655
6680
|
|
7656
|
-
/**
|
7657
|
-
* Preset dark theme for the ImageOverlay component.
|
7658
|
-
*
|
7659
|
-
* @public
|
7660
|
-
*/
|
7661
|
-
export declare const imageOverlayTheme: PartialTheme;
|
7662
|
-
|
7663
|
-
/**
|
7664
|
-
* @beta
|
7665
|
-
* This contains a readonly array that returns all the active `incomingCalls`.
|
7666
|
-
* An active incoming call is a call that has not been answered, declined or disconnected.
|
7667
|
-
*/
|
7668
|
-
export declare type IncomingCallManagement = {
|
7669
|
-
/**
|
7670
|
-
* @beta
|
7671
|
-
* @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
|
7672
|
-
* @returns readonly array of {@link DeclarativeIncomingCall}
|
7673
|
-
*/
|
7674
|
-
incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
|
7675
|
-
};
|
7676
|
-
|
7677
6681
|
/**
|
7678
6682
|
* State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
|
7679
6683
|
* automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -7858,28 +6862,6 @@ export declare type LocalizationProviderProps = {
|
|
7858
6862
|
children: React_2.ReactNode;
|
7859
6863
|
};
|
7860
6864
|
|
7861
|
-
/**
|
7862
|
-
* State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
|
7863
|
-
* automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
|
7864
|
-
*
|
7865
|
-
* @beta
|
7866
|
-
*/
|
7867
|
-
export declare interface LocalRecordingCallFeatureState {
|
7868
|
-
/**
|
7869
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
|
7870
|
-
*/
|
7871
|
-
isLocalRecordingActive: boolean;
|
7872
|
-
/**
|
7873
|
-
* Contains list of information of started recordings
|
7874
|
-
* Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
|
7875
|
-
*/
|
7876
|
-
activeLocalRecordings?: LocalRecordingInfo[];
|
7877
|
-
/**
|
7878
|
-
* Contains list of information of stopped recordings
|
7879
|
-
*/
|
7880
|
-
lastStoppedLocalRecording?: LocalRecordingInfo[];
|
7881
|
-
}
|
7882
|
-
|
7883
6865
|
/**
|
7884
6866
|
* @public
|
7885
6867
|
*/
|
@@ -7986,73 +6968,42 @@ export declare interface MediaDiagnosticsState {
|
|
7986
6968
|
}
|
7987
6969
|
|
7988
6970
|
/**
|
7989
|
-
*
|
7990
|
-
*
|
7991
|
-
* @beta
|
7992
|
-
*/
|
7993
|
-
export declare interface Mention {
|
7994
|
-
/** ID of a mention */
|
7995
|
-
id: string;
|
7996
|
-
/** Display text of a mention */
|
7997
|
-
displayText: string;
|
7998
|
-
/** Optional React element to render an item icon of a mention suggestion */
|
7999
|
-
icon?: JSX.Element;
|
8000
|
-
}
|
8001
|
-
|
8002
|
-
/**
|
8003
|
-
* Options to display suggestions in the mention scenario.
|
8004
|
-
*
|
8005
|
-
* @beta
|
6971
|
+
* strings for phone info modal
|
6972
|
+
* @public
|
8006
6973
|
*/
|
8007
|
-
export declare interface
|
6974
|
+
export declare interface MeetingConferencePhoneInfoModalStrings {
|
8008
6975
|
/**
|
8009
|
-
*
|
6976
|
+
* Header for the phone info modal
|
8010
6977
|
*/
|
8011
|
-
|
8012
|
-
}
|
8013
|
-
|
8014
|
-
/**
|
8015
|
-
* Options to lookup suggestions in the mention scenario.
|
8016
|
-
*
|
8017
|
-
* @beta
|
8018
|
-
*/
|
8019
|
-
export declare interface MentionLookupOptions {
|
6978
|
+
meetingConferencePhoneInfoModalTitle: string;
|
8020
6979
|
/**
|
8021
|
-
*
|
8022
|
-
*
|
8023
|
-
* @defaultValue `@`
|
6980
|
+
* Phone number instruction
|
8024
6981
|
*/
|
8025
|
-
|
6982
|
+
meetingConferencePhoneInfoModalDialIn: string;
|
8026
6983
|
/**
|
8027
|
-
*
|
6984
|
+
* Meeting ID instruction
|
8028
6985
|
*/
|
8029
|
-
|
6986
|
+
meetingConferencePhoneInfoModalMeetingId: string;
|
8030
6987
|
/**
|
8031
|
-
*
|
6988
|
+
* Wait for phone connection
|
8032
6989
|
*/
|
8033
|
-
|
8034
|
-
|
8035
|
-
|
8036
|
-
|
8037
|
-
|
8038
|
-
|
8039
|
-
|
8040
|
-
|
8041
|
-
|
8042
|
-
|
8043
|
-
|
8044
|
-
|
8045
|
-
|
8046
|
-
/**
|
8047
|
-
* Strings of {@link _MentionPopover} that can be overridden.
|
8048
|
-
*
|
8049
|
-
* @beta
|
8050
|
-
*/
|
8051
|
-
export declare interface MentionPopoverStrings {
|
6990
|
+
meetingConferencePhoneInfoModalWait: string;
|
6991
|
+
/**
|
6992
|
+
* Toll Free Phone Label
|
6993
|
+
*/
|
6994
|
+
meetingConferencePhoneInfoModalTollFree: string;
|
6995
|
+
/**
|
6996
|
+
* Toll Phone Label
|
6997
|
+
*/
|
6998
|
+
meetingConferencePhoneInfoModalToll: string;
|
6999
|
+
/**
|
7000
|
+
* Toll Phone Label without geo data
|
7001
|
+
*/
|
7002
|
+
meetingConferencePhoneInfoModalTollGeoData: string;
|
8052
7003
|
/**
|
8053
|
-
*
|
7004
|
+
* No phone number available message
|
8054
7005
|
*/
|
8055
|
-
|
7006
|
+
meetingConferencePhoneInfoModalNoPhoneAvailable: string;
|
8056
7007
|
}
|
8057
7008
|
|
8058
7009
|
/**
|
@@ -8062,7 +7013,7 @@ export declare interface MentionPopoverStrings {
|
|
8062
7013
|
*
|
8063
7014
|
* @public
|
8064
7015
|
*/
|
8065
|
-
export declare type Message = ChatMessage | SystemMessage | CustomMessage
|
7016
|
+
export declare type Message = ChatMessage | SystemMessage | CustomMessage;
|
8066
7017
|
|
8067
7018
|
/**
|
8068
7019
|
* Indicate whether a chat message should be displayed merged with the message before / after it.
|
@@ -8104,20 +7055,6 @@ export declare type MessageDeletedListener = MessageReceivedListener;
|
|
8104
7055
|
*/
|
8105
7056
|
export declare type MessageEditedListener = MessageReceivedListener;
|
8106
7057
|
|
8107
|
-
/**
|
8108
|
-
* @beta
|
8109
|
-
* Message option that defines properties that can be set when
|
8110
|
-
* sending or updating a chat message.
|
8111
|
-
* @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
|
8112
|
-
* @property attachments - Attachments that contains file attachments attached to the message.
|
8113
|
-
* @property type - Type of the message content, either 'text' or 'html'.
|
8114
|
-
*/
|
8115
|
-
export declare type MessageOptions = {
|
8116
|
-
metadata?: Record<string, string>;
|
8117
|
-
attachments?: AttachmentMetadata[];
|
8118
|
-
type?: ChatMessageType;
|
8119
|
-
};
|
8120
|
-
|
8121
7058
|
/**
|
8122
7059
|
* Props to render a single message.
|
8123
7060
|
*
|
@@ -8133,7 +7070,7 @@ export declare type MessageProps = {
|
|
8133
7070
|
/**
|
8134
7071
|
* Strings from parent MessageThread component
|
8135
7072
|
*/
|
8136
|
-
strings: MessageThreadStrings
|
7073
|
+
strings: MessageThreadStrings;
|
8137
7074
|
/**
|
8138
7075
|
* Custom CSS styles for chat message container.
|
8139
7076
|
*/
|
@@ -8179,7 +7116,7 @@ export declare type MessageProps = {
|
|
8179
7116
|
* @param options - message options to be included in the message
|
8180
7117
|
*
|
8181
7118
|
*/
|
8182
|
-
onSendMessage?: (content: string
|
7119
|
+
onSendMessage?: (content: string) => Promise<void>;
|
8183
7120
|
};
|
8184
7121
|
|
8185
7122
|
/**
|
@@ -8311,7 +7248,7 @@ export declare type MessageThreadProps = {
|
|
8311
7248
|
/**
|
8312
7249
|
* Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
|
8313
7250
|
*/
|
8314
|
-
messages: (ChatMessage | SystemMessage | CustomMessage
|
7251
|
+
messages: (ChatMessage | SystemMessage | CustomMessage)[];
|
8315
7252
|
/**
|
8316
7253
|
* number of participants in the thread
|
8317
7254
|
*/
|
@@ -8392,11 +7329,6 @@ export declare type MessageThreadProps = {
|
|
8392
7329
|
* `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
|
8393
7330
|
*/
|
8394
7331
|
onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
|
8395
|
-
/**
|
8396
|
-
* Optional callback to render attachments in the message component.
|
8397
|
-
* @beta
|
8398
|
-
*/
|
8399
|
-
onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
|
8400
7332
|
/**
|
8401
7333
|
* Optional callback to edit a message.
|
8402
7334
|
*
|
@@ -8425,7 +7357,7 @@ export declare type MessageThreadProps = {
|
|
8425
7357
|
* @param options - message options to be included in the message
|
8426
7358
|
*
|
8427
7359
|
*/
|
8428
|
-
onSendMessage?: (content: string
|
7360
|
+
onSendMessage?: (content: string) => Promise<void>;
|
8429
7361
|
/**
|
8430
7362
|
/**
|
8431
7363
|
* Disable editing messages.
|
@@ -8439,32 +7371,11 @@ export declare type MessageThreadProps = {
|
|
8439
7371
|
* Optional strings to override in component
|
8440
7372
|
*/
|
8441
7373
|
strings?: Partial<MessageThreadStrings>;
|
8442
|
-
/**
|
8443
|
-
* @beta
|
8444
|
-
* Optional attachment options, which defines behvaiour for uploading and downloading attachments.
|
8445
|
-
* As this moment, the uploadOptions would be ignored and this option is intended for download only.
|
8446
|
-
*/
|
8447
|
-
attachmentOptions?: AttachmentOptions;
|
8448
|
-
/**
|
8449
|
-
* Optional function to provide customized date format.
|
8450
|
-
* @beta
|
8451
|
-
*/
|
8452
|
-
onDisplayDateTimeString?: (messageDate: Date) => string;
|
8453
|
-
/**
|
8454
|
-
* Optional props needed to lookup a mention query and display mentions
|
8455
|
-
* @beta
|
8456
|
-
*/
|
8457
|
-
mentionOptions?: MentionOptions;
|
8458
7374
|
/**
|
8459
7375
|
* Optional callback called when an inline image is clicked.
|
8460
7376
|
* @beta
|
8461
7377
|
*/
|
8462
7378
|
inlineImageOptions?: InlineImageOptions;
|
8463
|
-
/**
|
8464
|
-
* Options to enable rich text editor for the edit box.
|
8465
|
-
* @beta
|
8466
|
-
*/
|
8467
|
-
richTextEditorOptions?: RichTextEditorOptions;
|
8468
7379
|
};
|
8469
7380
|
|
8470
7381
|
/**
|
@@ -8538,14 +7449,8 @@ export declare interface MessageThreadStrings {
|
|
8538
7449
|
actionMenuMoreOptions?: string;
|
8539
7450
|
/** Aria label to announce when a message is deleted */
|
8540
7451
|
messageDeletedAnnouncementAriaLabel: string;
|
8541
|
-
/** String for download attachment button in attachment card */
|
8542
|
-
downloadAttachment: string;
|
8543
7452
|
/** String for open attachment button in attachment card */
|
8544
7453
|
openAttachment: string;
|
8545
|
-
/** String for policy violation message removal */
|
8546
|
-
blockedWarningText: string;
|
8547
|
-
/** String for policy violation message removal details link */
|
8548
|
-
blockedWarningLinkText: string;
|
8549
7454
|
/** String for aria text in attachment card group*/
|
8550
7455
|
attachmentCardGroupMessage: string;
|
8551
7456
|
}
|
@@ -8575,7 +7480,6 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
|
|
8575
7480
|
/** Styles for system message container. */
|
8576
7481
|
systemMessageContainer?: ComponentSlotStyle;
|
8577
7482
|
/** Styles for blocked message container. */
|
8578
|
-
blockedMessageContainer?: ComponentSlotStyle;
|
8579
7483
|
/** Styles for message status indicator container. */
|
8580
7484
|
messageStatusContainer?: (mine: boolean) => IStyle;
|
8581
7485
|
}
|
@@ -8725,67 +7629,348 @@ export declare interface MicrophoneButtonStrings {
|
|
8725
7629
|
/**
|
8726
7630
|
* Primary action for the microphone when the microphone is muted.
|
8727
7631
|
*/
|
8728
|
-
offSplitButtonMicrophonePrimaryAction?: string;
|
7632
|
+
offSplitButtonMicrophonePrimaryAction?: string;
|
7633
|
+
/**
|
7634
|
+
* Title for primary action section of split button
|
7635
|
+
*/
|
7636
|
+
microphonePrimaryActionSplitButtonTitle?: string;
|
7637
|
+
}
|
7638
|
+
|
7639
|
+
/**
|
7640
|
+
* Styles for {@link MicrophoneButton}
|
7641
|
+
*
|
7642
|
+
* @public
|
7643
|
+
*/
|
7644
|
+
export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
7645
|
+
/**
|
7646
|
+
* Styles for the {@link MicrophoneButton} menu.
|
7647
|
+
*/
|
7648
|
+
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
7649
|
+
}
|
7650
|
+
|
7651
|
+
/**
|
7652
|
+
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
7653
|
+
*
|
7654
|
+
* @public
|
7655
|
+
*/
|
7656
|
+
export declare type NetworkDiagnosticChangedEvent = NetworkDiagnosticChangedEventArgs & {
|
7657
|
+
type: 'network';
|
7658
|
+
};
|
7659
|
+
|
7660
|
+
/**
|
7661
|
+
* State only proxy for {@link @azure/communication-calling#NetworkDiagnostics}.
|
7662
|
+
*
|
7663
|
+
* @public
|
7664
|
+
*/
|
7665
|
+
export declare interface NetworkDiagnosticsState {
|
7666
|
+
latest: LatestNetworkDiagnostics;
|
7667
|
+
}
|
7668
|
+
|
7669
|
+
/**
|
7670
|
+
* A component to show notification messages on the UI.
|
7671
|
+
*
|
7672
|
+
* @public
|
7673
|
+
*/
|
7674
|
+
declare const Notification_2: (props: NotificationProps) => JSX.Element;
|
7675
|
+
export { Notification_2 as Notification }
|
7676
|
+
|
7677
|
+
/**
|
7678
|
+
* Props for {@link Notification}.
|
7679
|
+
*
|
7680
|
+
* @public
|
7681
|
+
*/
|
7682
|
+
export declare interface NotificationProps {
|
7683
|
+
/**
|
7684
|
+
* Notification bar strings;
|
7685
|
+
*/
|
7686
|
+
notificationStrings?: NotificationStrings;
|
7687
|
+
/**
|
7688
|
+
* Notification bar icon;
|
7689
|
+
*/
|
7690
|
+
notificationIconProps?: IIconProps;
|
7691
|
+
/**
|
7692
|
+
* If set, notifications will automatically dismiss after 5 seconds
|
7693
|
+
* @defaultValue false
|
7694
|
+
*/
|
7695
|
+
autoDismiss?: boolean;
|
7696
|
+
/**
|
7697
|
+
* If set, notifications will be shown in a stacked effect
|
7698
|
+
* @defaultValue false
|
7699
|
+
*/
|
7700
|
+
showStackedEffect?: boolean;
|
7701
|
+
/**
|
7702
|
+
* Callback called when the primary button inside notification bar is clicked.
|
7703
|
+
*/
|
7704
|
+
onClickPrimaryButton?: () => void;
|
7705
|
+
/**
|
7706
|
+
* Callback called when the secondary button inside notification bar is clicked.
|
7707
|
+
*/
|
7708
|
+
onClickSecondaryButton?: () => void;
|
7709
|
+
/**
|
7710
|
+
* Callback called when the notification is dismissed.
|
7711
|
+
*/
|
7712
|
+
onDismiss?: () => void;
|
7713
|
+
}
|
7714
|
+
|
7715
|
+
/**
|
7716
|
+
* A component to show notifications on the UI.
|
7717
|
+
* All strings that can be shown are accepted as the {@link NotificationStackProps.strings} so that they can be localized.
|
7718
|
+
* Active notifications are selected by {@link NotificationStackProps.activeNotifications}.
|
7719
|
+
*
|
7720
|
+
* This component internally tracks dismissed by the user.
|
7721
|
+
* * Notifications that have an associated timestamp: The notification is shown on the UI again if it occurs after being dismissed.
|
7722
|
+
* * Notifications that do not have a timestamp: The notification is dismissed until it disappears from the props.
|
7723
|
+
* If the notification recurs, it is shown in the UI.
|
7724
|
+
*
|
7725
|
+
*
|
7726
|
+
* @public
|
7727
|
+
*/
|
7728
|
+
export declare const NotificationStack: (props: NotificationStackProps) => JSX.Element;
|
7729
|
+
|
7730
|
+
/**
|
7731
|
+
* Props for {@link NotificationStack}.
|
7732
|
+
* @public
|
7733
|
+
*/
|
7734
|
+
export declare interface NotificationStackProps {
|
7735
|
+
/**
|
7736
|
+
* Strings shown on the UI on errors.
|
7737
|
+
*/
|
7738
|
+
strings?: NotificationStackStrings;
|
7739
|
+
/**
|
7740
|
+
* Currently active notifications.
|
7741
|
+
*/
|
7742
|
+
activeNotifications: ActiveNotification[];
|
7743
|
+
/**
|
7744
|
+
* Max notifications to show at a time.
|
7745
|
+
* @defaultValue 2
|
7746
|
+
*/
|
7747
|
+
maxNotificationsToShow?: number;
|
7748
|
+
/**
|
7749
|
+
* Callback called when the dismiss button is triggered.
|
7750
|
+
* Use this to control notifications shown when they dismissed by the user.
|
7751
|
+
* Note this onDismiss function will affect all notifications in the same stack
|
7752
|
+
*/
|
7753
|
+
onDismissNotification?: (dismissedNotification: ActiveNotification) => void;
|
7754
|
+
/**
|
7755
|
+
* If set, notifications with {@link ActiveNotification.timestamp} older than the time this component is mounted
|
7756
|
+
* are not shown.
|
7757
|
+
*
|
7758
|
+
* This is useful when using the {@link NotificationStack} with a stateful client that handles more than one call
|
7759
|
+
* or chat thread. Set this prop to ignore notifications from previous call or chat.
|
7760
|
+
*
|
7761
|
+
* @defaultValue false
|
7762
|
+
*/
|
7763
|
+
ignorePremountNotifications?: boolean;
|
7764
|
+
}
|
7765
|
+
|
7766
|
+
/**
|
7767
|
+
* Selector type for {@link Notification} component.
|
7768
|
+
*
|
7769
|
+
* @public
|
7770
|
+
*/
|
7771
|
+
export declare type NotificationStackSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
7772
|
+
activeErrorMessages: ActiveNotification[];
|
7773
|
+
activeNotifications: ActiveNotification[];
|
7774
|
+
};
|
7775
|
+
|
7776
|
+
/**
|
7777
|
+
* All strings that may be shown on the UI in the {@link NotificationStack}.
|
7778
|
+
*
|
7779
|
+
* @public
|
7780
|
+
*/
|
7781
|
+
export declare interface NotificationStackStrings {
|
7782
|
+
/**
|
7783
|
+
* A generic message when starting video fails.
|
7784
|
+
*/
|
7785
|
+
startVideoGeneric?: NotificationStrings;
|
7786
|
+
/**
|
7787
|
+
* A generic message when starting video fails.
|
7788
|
+
*/
|
7789
|
+
stopVideoGeneric?: NotificationStrings;
|
7790
|
+
/**
|
7791
|
+
* A generic message when muting microphone fails.
|
7792
|
+
*/
|
7793
|
+
muteGeneric?: NotificationStrings;
|
7794
|
+
/**
|
7795
|
+
* A generic message when unmuting microphone fails.
|
7796
|
+
*/
|
7797
|
+
unmuteGeneric?: NotificationStrings;
|
7798
|
+
/**
|
7799
|
+
* A generic message when starting screenshare fails.
|
7800
|
+
*/
|
7801
|
+
startScreenShareGeneric?: NotificationStrings;
|
7802
|
+
/**
|
7803
|
+
* A generic message when stopping screenshare fails.
|
7804
|
+
*/
|
7805
|
+
stopScreenShareGeneric?: NotificationStrings;
|
7806
|
+
/**
|
7807
|
+
* Message shown when poor network quality is detected during a call.
|
7808
|
+
*/
|
7809
|
+
callNetworkQualityLow?: NotificationStrings;
|
7810
|
+
/**
|
7811
|
+
* Message shown when poor network quality is detected during a teams meetings.
|
7812
|
+
* Contains actions to open phone info modal.
|
7813
|
+
*/
|
7814
|
+
teamsMeetingCallNetworkQualityLow?: NotificationStrings;
|
7815
|
+
/**
|
7816
|
+
* Message shown on failure to detect audio output devices.
|
7817
|
+
*/
|
7818
|
+
callNoSpeakerFound?: NotificationStrings;
|
7819
|
+
/**
|
7820
|
+
* Message shown on failure to detect audio input devices.
|
7821
|
+
*/
|
7822
|
+
callNoMicrophoneFound?: NotificationStrings;
|
7823
|
+
/**
|
7824
|
+
* Message shown when microphone can be enumerated but access is blocked by the system.
|
7825
|
+
*/
|
7826
|
+
callMicrophoneAccessDenied?: NotificationStrings;
|
7827
|
+
/**
|
7828
|
+
* Message shown when microphone can be enumerated but access is blocked by the system, for safari browsers
|
7829
|
+
*/
|
7830
|
+
callMicrophoneAccessDeniedSafari?: NotificationStrings;
|
7831
|
+
/**
|
7832
|
+
* Message shown when microphone is muted by the system (not by local or remote participants)
|
7833
|
+
*/
|
7834
|
+
callMicrophoneMutedBySystem?: NotificationStrings;
|
7835
|
+
/**
|
7836
|
+
* Message shown when microphone is unmuted by the system (not by local or remote participants).
|
7837
|
+
* This typically occurs if the system recovers from an unexpected mute.
|
7838
|
+
*/
|
7839
|
+
callMicrophoneUnmutedBySystem?: NotificationStrings;
|
7840
|
+
/**
|
7841
|
+
* Mac OS specific message shown when microphone can be enumerated but access is
|
7842
|
+
* blocked by the system.
|
7843
|
+
*/
|
7844
|
+
callMacOsMicrophoneAccessDenied?: NotificationStrings;
|
7845
|
+
/**
|
7846
|
+
* Message shown when poor network causes local video stream to be frozen.
|
7847
|
+
*/
|
7848
|
+
callLocalVideoFreeze?: NotificationStrings;
|
7849
|
+
/**
|
7850
|
+
* Message shown when camera can be enumerated but access is blocked by the system.
|
7851
|
+
*/
|
7852
|
+
callCameraAccessDenied?: NotificationStrings;
|
7853
|
+
/**
|
7854
|
+
* Message shown when camera can be enumerated but access is blocked by the system, for safari browsers
|
7855
|
+
*/
|
7856
|
+
callCameraAccessDeniedSafari?: NotificationStrings;
|
7857
|
+
/**
|
7858
|
+
* Message shown when local video fails to start because camera is already in use by
|
7859
|
+
* another applciation.
|
7860
|
+
*/
|
7861
|
+
callCameraAlreadyInUse?: NotificationStrings;
|
7862
|
+
/**
|
7863
|
+
* Message shown when local video is stopped by the system (not by local or remote participants)
|
7864
|
+
*/
|
7865
|
+
callVideoStoppedBySystem?: NotificationStrings;
|
7866
|
+
/**
|
7867
|
+
* Message shown when local video was recovered by the system (not by the local participant)
|
7868
|
+
*/
|
7869
|
+
callVideoRecoveredBySystem?: NotificationStrings;
|
7870
|
+
/**
|
7871
|
+
* Mac OS specific message shown when system denies access to camera.
|
7872
|
+
*/
|
7873
|
+
callMacOsCameraAccessDenied?: NotificationStrings;
|
7874
|
+
/**
|
7875
|
+
* Mac OS specific message shown when system denies sharing local screen on a call.
|
7876
|
+
*/
|
7877
|
+
callMacOsScreenShareAccessDenied?: NotificationStrings;
|
7878
|
+
/**
|
7879
|
+
* Dimiss Notifications button aria label read by screen reader accessibility tools
|
7880
|
+
*/
|
7881
|
+
dismissButtonAriaLabel?: NotificationStrings;
|
7882
|
+
/**
|
7883
|
+
* An error message when joining a call fails.
|
7884
|
+
*/
|
7885
|
+
failedToJoinCallGeneric?: NotificationStrings;
|
7886
|
+
/**
|
7887
|
+
* An error message when joining a call fails specifically due to an invalid meeting link.
|
7888
|
+
*/
|
7889
|
+
failedToJoinCallInvalidMeetingLink?: NotificationStrings;
|
7890
|
+
/**
|
7891
|
+
* Error string letting you know remote participants see a frozen stream for you.
|
7892
|
+
*/
|
7893
|
+
cameraFrozenForRemoteParticipants?: NotificationStrings;
|
7894
|
+
/**
|
7895
|
+
* Unable to start effect
|
7896
|
+
*/
|
7897
|
+
unableToStartVideoEffect?: NotificationStrings;
|
7898
|
+
/**
|
7899
|
+
* An error message when starting spotlight while max participants are spotlighted
|
7900
|
+
*/
|
7901
|
+
startSpotlightWhileMaxParticipantsAreSpotlighted?: NotificationStrings;
|
7902
|
+
/**
|
7903
|
+
* Speaking while muted message
|
7904
|
+
*/
|
7905
|
+
speakingWhileMuted?: NotificationStrings;
|
7906
|
+
/**
|
7907
|
+
* Recording started message
|
7908
|
+
*/
|
7909
|
+
recordingStarted?: NotificationStrings;
|
7910
|
+
/**
|
7911
|
+
* Transcription started message
|
7912
|
+
*/
|
7913
|
+
transcriptionStarted?: NotificationStrings;
|
7914
|
+
/**
|
7915
|
+
* Recording stopped message
|
7916
|
+
*/
|
7917
|
+
recordingStopped?: NotificationStrings;
|
7918
|
+
/**
|
7919
|
+
* Transcription stopped message
|
7920
|
+
*/
|
7921
|
+
transcriptionStopped?: NotificationStrings;
|
7922
|
+
/**
|
7923
|
+
* Recording and transcription both started message
|
7924
|
+
*/
|
7925
|
+
recordingAndTranscriptionStarted?: NotificationStrings;
|
7926
|
+
/**
|
7927
|
+
* Recording and transcription both stopped message
|
7928
|
+
*/
|
7929
|
+
recordingAndTranscriptionStopped?: NotificationStrings;
|
7930
|
+
/**
|
7931
|
+
* Recording stopped but transcription still going on message
|
7932
|
+
*/
|
7933
|
+
recordingStoppedStillTranscribing?: NotificationStrings;
|
8729
7934
|
/**
|
8730
|
-
*
|
7935
|
+
* Transcription stopped but recording still going on message
|
8731
7936
|
*/
|
8732
|
-
|
7937
|
+
transcriptionStoppedStillRecording?: NotificationStrings;
|
8733
7938
|
}
|
8734
7939
|
|
8735
7940
|
/**
|
8736
|
-
*
|
7941
|
+
* All strings that may be shown on the UI in the {@link Notification}.
|
8737
7942
|
*
|
8738
7943
|
* @public
|
8739
7944
|
*/
|
8740
|
-
export declare interface
|
7945
|
+
export declare interface NotificationStrings {
|
8741
7946
|
/**
|
8742
|
-
*
|
7947
|
+
* Notification bar title.
|
8743
7948
|
*/
|
8744
|
-
|
8745
|
-
|
8746
|
-
|
8747
|
-
|
8748
|
-
|
8749
|
-
|
8750
|
-
|
8751
|
-
|
8752
|
-
|
8753
|
-
|
8754
|
-
|
8755
|
-
|
8756
|
-
|
8757
|
-
|
8758
|
-
|
8759
|
-
|
8760
|
-
|
8761
|
-
microphoneIconName?: string;
|
8762
|
-
/** Strings for use with the {@link MicrophoneSitePermissions} */
|
8763
|
-
strings?: MicrophoneSitePermissionsStrings;
|
7949
|
+
title: string;
|
7950
|
+
/**
|
7951
|
+
* Notification bar dismiss button aria label
|
7952
|
+
*/
|
7953
|
+
dismissButtonAriaLabel: string;
|
7954
|
+
/**
|
7955
|
+
* Notification bar message.
|
7956
|
+
*/
|
7957
|
+
message?: string;
|
7958
|
+
/**
|
7959
|
+
* Notification bar primary button label
|
7960
|
+
*/
|
7961
|
+
primaryButtonLabel?: string;
|
7962
|
+
/**
|
7963
|
+
* Notification bar secondary button label
|
7964
|
+
*/
|
7965
|
+
secondaryButtonLabel?: string;
|
8764
7966
|
}
|
8765
7967
|
|
8766
7968
|
/**
|
8767
|
-
* @
|
8768
|
-
* Strings for MicrophoneSitePermissions component.
|
8769
|
-
*/
|
8770
|
-
export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
|
8771
|
-
|
8772
|
-
/**
|
8773
|
-
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
8774
|
-
*
|
8775
|
-
* @public
|
8776
|
-
*/
|
8777
|
-
export declare type NetworkDiagnosticChangedEvent = NetworkDiagnosticChangedEventArgs & {
|
8778
|
-
type: 'network';
|
8779
|
-
};
|
8780
|
-
|
8781
|
-
/**
|
8782
|
-
* State only proxy for {@link @azure/communication-calling#NetworkDiagnostics}.
|
7969
|
+
* All notifications that can be shown in the {@link NotificationStack}.
|
8783
7970
|
*
|
8784
7971
|
* @public
|
8785
7972
|
*/
|
8786
|
-
export declare
|
8787
|
-
latest: LatestNetworkDiagnostics;
|
8788
|
-
}
|
7973
|
+
export declare type NotificationType = keyof NotificationStackStrings;
|
8789
7974
|
|
8790
7975
|
/**
|
8791
7976
|
* Callback function used to provide custom data to build profile for a user or bot.
|
@@ -8916,14 +8101,6 @@ export declare interface ParticipantItemProps {
|
|
8916
8101
|
onClick?: (props?: ParticipantItemProps) => void;
|
8917
8102
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
8918
8103
|
showParticipantOverflowTooltip?: boolean;
|
8919
|
-
/**
|
8920
|
-
* Optional value to determine and display a participants connection status.
|
8921
|
-
* For example, `Connecting`, `Ringing` etc.
|
8922
|
-
* The actual text that is displayed is determined by the localized string
|
8923
|
-
* corresponding to the provided participant state.
|
8924
|
-
* For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
|
8925
|
-
*/
|
8926
|
-
participantState?: ParticipantState;
|
8927
8104
|
/**
|
8928
8105
|
* Optional aria property that prefixes the ParticipantItems aria content
|
8929
8106
|
* Takes in a unique id value of the element you would like to be read before the ParticipantItem.
|
@@ -8949,10 +8126,6 @@ export declare interface ParticipantItemStrings {
|
|
8949
8126
|
mutedIconLabel: string;
|
8950
8127
|
/** placeholder text for participants who does not have a display name*/
|
8951
8128
|
displayNamePlaceholder?: string;
|
8952
|
-
/** String shown when `participantState` is `Ringing` */
|
8953
|
-
participantStateRinging?: string;
|
8954
|
-
/** String shown when `participantState` is `Hold` */
|
8955
|
-
participantStateHold?: string;
|
8956
8129
|
/** String for the attendee role */
|
8957
8130
|
attendeeRole: string;
|
8958
8131
|
}
|
@@ -9033,10 +8206,6 @@ export declare type ParticipantListProps = {
|
|
9033
8206
|
styles?: ParticipantListStyles;
|
9034
8207
|
/** Optional value to determine if the tooltip should be shown for participants or not */
|
9035
8208
|
showParticipantOverflowTooltip?: boolean;
|
9036
|
-
/** Total number of people in the call. This number can be larger than the remote participant count. */
|
9037
|
-
totalParticipantCount?: number;
|
9038
|
-
/** Strings for the participant list */
|
9039
|
-
strings?: ParticipantListStrings;
|
9040
8209
|
/** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
|
9041
8210
|
participantAriaLabelledBy?: string;
|
9042
8211
|
/** List of pinned participants */
|
@@ -9051,21 +8220,8 @@ export declare type ParticipantListProps = {
|
|
9051
8220
|
export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
|
9052
8221
|
participants: CallParticipantListParticipant[];
|
9053
8222
|
myUserId: string;
|
9054
|
-
totalParticipantCount?: number;
|
9055
8223
|
};
|
9056
8224
|
|
9057
|
-
/**
|
9058
|
-
* Strings for the {@link ParticipantList}.
|
9059
|
-
*
|
9060
|
-
* @beta
|
9061
|
-
*/
|
9062
|
-
export declare interface ParticipantListStrings {
|
9063
|
-
/**
|
9064
|
-
* String for rendering the count of participants not contained in the displayed participant list
|
9065
|
-
*/
|
9066
|
-
overflowParticipantCount?: string;
|
9067
|
-
}
|
9068
|
-
|
9069
8225
|
/**
|
9070
8226
|
* Styles for the {@link ParticipantList}.
|
9071
8227
|
*
|
@@ -9540,15 +8696,6 @@ export declare interface RecordingCallFeature {
|
|
9540
8696
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
|
9541
8697
|
*/
|
9542
8698
|
isRecordingActive: boolean;
|
9543
|
-
/**
|
9544
|
-
* Contains list of information of started recordings
|
9545
|
-
* Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
|
9546
|
-
*/
|
9547
|
-
activeRecordings?: RecordingInfo[];
|
9548
|
-
/**
|
9549
|
-
* Contains list of information of stopped recordings
|
9550
|
-
*/
|
9551
|
-
lastStoppedRecording?: RecordingInfo[];
|
9552
8699
|
}
|
9553
8700
|
|
9554
8701
|
/**
|
@@ -9687,163 +8834,6 @@ export declare type ResourceFetchResult = {
|
|
9687
8834
|
error?: Error;
|
9688
8835
|
};
|
9689
8836
|
|
9690
|
-
/**
|
9691
|
-
* Options for the rich text editor configuration.
|
9692
|
-
*
|
9693
|
-
* @beta
|
9694
|
-
*/
|
9695
|
-
export declare interface RichTextEditorOptions {
|
9696
|
-
}
|
9697
|
-
|
9698
|
-
/**
|
9699
|
-
* A component to render SendBox with Rich Text Editor support.
|
9700
|
-
*
|
9701
|
-
* @beta
|
9702
|
-
*/
|
9703
|
-
export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
|
9704
|
-
|
9705
|
-
/**
|
9706
|
-
* Props for {@link RichTextSendBox}.
|
9707
|
-
*
|
9708
|
-
* @beta
|
9709
|
-
*/
|
9710
|
-
export declare interface RichTextSendBoxProps {
|
9711
|
-
/**
|
9712
|
-
* Optional boolean to disable text box
|
9713
|
-
* @defaultValue false
|
9714
|
-
*/
|
9715
|
-
disabled?: boolean;
|
9716
|
-
/**
|
9717
|
-
* Optional strings to override in component
|
9718
|
-
*/
|
9719
|
-
strings?: Partial<RichTextSendBoxStrings>;
|
9720
|
-
/**
|
9721
|
-
* Optional text for system message above the text box
|
9722
|
-
*/
|
9723
|
-
systemMessage?: string;
|
9724
|
-
/**
|
9725
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
9726
|
-
* to render attachments being uploaded in the SendBox.
|
9727
|
-
* @beta
|
9728
|
-
*/
|
9729
|
-
attachments?: AttachmentMetadataInProgress[];
|
9730
|
-
/**
|
9731
|
-
* enumerable to determine if the input box has focus on render or not.
|
9732
|
-
* When undefined nothing has focus on render
|
9733
|
-
*/
|
9734
|
-
autoFocus?: 'sendBoxTextField';
|
9735
|
-
/**
|
9736
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
9737
|
-
* cancel icon.
|
9738
|
-
* @beta
|
9739
|
-
*/
|
9740
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
9741
|
-
/**
|
9742
|
-
* Callback function used when the send button is clicked.
|
9743
|
-
*/
|
9744
|
-
onSendMessage: (content: string, /* @conditional-compile-remove(file-sharing-acs) */ options?: MessageOptions) => Promise<void>;
|
9745
|
-
/**
|
9746
|
-
* Optional callback called when user is typing
|
9747
|
-
*/
|
9748
|
-
onTyping?: () => Promise<void>;
|
9749
|
-
}
|
9750
|
-
|
9751
|
-
/**
|
9752
|
-
* Strings of {@link RichTextSendBox} that can be overridden.
|
9753
|
-
*
|
9754
|
-
* @beta
|
9755
|
-
*/
|
9756
|
-
export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
|
9757
|
-
}
|
9758
|
-
|
9759
|
-
/**
|
9760
|
-
* Strings of RichText that can be overridden.
|
9761
|
-
*
|
9762
|
-
* @beta
|
9763
|
-
*/
|
9764
|
-
export declare interface RichTextStrings {
|
9765
|
-
/**
|
9766
|
-
* Tooltip text for the bold button.
|
9767
|
-
*/
|
9768
|
-
richTextBoldTooltip: string;
|
9769
|
-
/**
|
9770
|
-
* Tooltip text for the italic button.
|
9771
|
-
*/
|
9772
|
-
richTextItalicTooltip: string;
|
9773
|
-
/**
|
9774
|
-
* Tooltip text for the underline button.
|
9775
|
-
*/
|
9776
|
-
richTextUnderlineTooltip: string;
|
9777
|
-
/**
|
9778
|
-
* Tooltip text for the bullet list button.
|
9779
|
-
*/
|
9780
|
-
richTextBulletListTooltip: string;
|
9781
|
-
/**
|
9782
|
-
* Tooltip text for the number list button.
|
9783
|
-
*/
|
9784
|
-
richTextNumberListTooltip: string;
|
9785
|
-
/**
|
9786
|
-
* Tooltip text for the increase indent button.
|
9787
|
-
*/
|
9788
|
-
richTextIncreaseIndentTooltip: string;
|
9789
|
-
/**
|
9790
|
-
* Tooltip text for the decrease indent button.
|
9791
|
-
*/
|
9792
|
-
richTextDecreaseIndentTooltip: string;
|
9793
|
-
/**
|
9794
|
-
* Tooltip text insert table button.
|
9795
|
-
*/
|
9796
|
-
richTextInsertTableTooltip: string;
|
9797
|
-
/**
|
9798
|
-
* Tooltip text for the rich text format button button.
|
9799
|
-
*/
|
9800
|
-
richTextFormatButtonTooltip: string;
|
9801
|
-
/**
|
9802
|
-
* Text for the insert menu item.
|
9803
|
-
*/
|
9804
|
-
richTextInsertRowOrColumnMenu: string;
|
9805
|
-
/**
|
9806
|
-
* Title for the insert table menu.
|
9807
|
-
*/
|
9808
|
-
richTextInsertTableMenuTitle: string;
|
9809
|
-
/**
|
9810
|
-
* Text for the insert menu item to insert row above the current selection.
|
9811
|
-
*/
|
9812
|
-
richTextInsertRowAboveMenu: string;
|
9813
|
-
/**
|
9814
|
-
* Text for the insert menu item to insert row below the current selection.
|
9815
|
-
*/
|
9816
|
-
richTextInsertRowBelowMenu: string;
|
9817
|
-
/**
|
9818
|
-
* Text for the insert menu item to insert column to the left from the current selection.
|
9819
|
-
*/
|
9820
|
-
richTextInsertColumnLeftMenu: string;
|
9821
|
-
/**
|
9822
|
-
* Text for the insert menu item to insert column to the right from the current selection.
|
9823
|
-
*/
|
9824
|
-
richTextInsertColumnRightMenu: string;
|
9825
|
-
/**
|
9826
|
-
* Text for the delete row or column menu.
|
9827
|
-
*/
|
9828
|
-
richTextDeleteRowOrColumnMenu: string;
|
9829
|
-
/**
|
9830
|
-
* Text for the delete column menu.
|
9831
|
-
*/
|
9832
|
-
richTextDeleteColumnMenu: string;
|
9833
|
-
/**
|
9834
|
-
* Text for the delete row menu.
|
9835
|
-
*/
|
9836
|
-
richTextDeleteRowMenu: string;
|
9837
|
-
/**
|
9838
|
-
* Text for the delete table menu.
|
9839
|
-
*/
|
9840
|
-
richTextDeleteTableMenu: string;
|
9841
|
-
/**
|
9842
|
-
* Text for the rich text toolbar more button.
|
9843
|
-
*/
|
9844
|
-
richTextToolbarMoreButtonAriaLabel: string;
|
9845
|
-
}
|
9846
|
-
|
9847
8837
|
/**
|
9848
8838
|
* A button to start / stop screen sharing.
|
9849
8839
|
*
|
@@ -9915,19 +8905,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
|
|
9915
8905
|
*/
|
9916
8906
|
export declare const SendBox: (props: SendBoxProps) => JSX.Element;
|
9917
8907
|
|
9918
|
-
/**
|
9919
|
-
* @beta
|
9920
|
-
* Error to be displayed to the user in an error bar above sendbox.
|
9921
|
-
*/
|
9922
|
-
export declare interface SendBoxErrorBarError {
|
9923
|
-
/** Error Message to be displayed */
|
9924
|
-
message: string;
|
9925
|
-
/**
|
9926
|
-
* Unix Timestamp. Preferred generation using `Date.now()`
|
9927
|
-
*/
|
9928
|
-
timestamp: number;
|
9929
|
-
}
|
9930
|
-
|
9931
8908
|
/**
|
9932
8909
|
* Props for {@link SendBox}.
|
9933
8910
|
*
|
@@ -9946,12 +8923,7 @@ export declare interface SendBoxProps {
|
|
9946
8923
|
/**
|
9947
8924
|
* Optional override behavior on send button click
|
9948
8925
|
*/
|
9949
|
-
onSendMessage?: (content: string
|
9950
|
-
/**
|
9951
|
-
* Optional props needed to lookup suggestions in the mention scenario.
|
9952
|
-
* @beta
|
9953
|
-
*/
|
9954
|
-
mentionLookupOptions?: MentionLookupOptions;
|
8926
|
+
onSendMessage?: (content: string) => Promise<void>;
|
9955
8927
|
/**
|
9956
8928
|
* Optional callback called when user is typing
|
9957
8929
|
*/
|
@@ -9988,25 +8960,6 @@ export declare interface SendBoxProps {
|
|
9988
8960
|
* When undefined nothing has focus on render
|
9989
8961
|
*/
|
9990
8962
|
autoFocus?: 'sendBoxTextField';
|
9991
|
-
/**
|
9992
|
-
* Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
|
9993
|
-
* vertically to accommodate the uploaded attachments. Attachment uploads will
|
9994
|
-
* be rendered below the text area in sendBox.
|
9995
|
-
* @beta
|
9996
|
-
*/
|
9997
|
-
onRenderAttachmentUploads?: () => JSX.Element;
|
9998
|
-
/**
|
9999
|
-
* Optional array of type {@link AttachmentMetadataInProgress}
|
10000
|
-
* to render attachments being uploaded in the SendBox.
|
10001
|
-
* @beta
|
10002
|
-
*/
|
10003
|
-
attachments?: AttachmentMetadataInProgress[];
|
10004
|
-
/**
|
10005
|
-
* Optional callback to remove the attachment upload before sending by clicking on
|
10006
|
-
* cancel icon.
|
10007
|
-
* @beta
|
10008
|
-
*/
|
10009
|
-
onCancelAttachmentUpload?: (attachmentId: string) => void;
|
10010
8963
|
}
|
10011
8964
|
|
10012
8965
|
/**
|
@@ -10037,26 +8990,6 @@ export declare interface SendBoxStrings {
|
|
10037
8990
|
* Aria label for send message button
|
10038
8991
|
*/
|
10039
8992
|
sendButtonAriaLabel: string;
|
10040
|
-
/**
|
10041
|
-
* Error message indicating that all attachment uploads are not complete.
|
10042
|
-
*/
|
10043
|
-
attachmentUploadsPendingError: string;
|
10044
|
-
/**
|
10045
|
-
* Aria label to notify user when focus is on cancel attachment upload button.
|
10046
|
-
*/
|
10047
|
-
removeAttachment: string;
|
10048
|
-
/**
|
10049
|
-
* Aria label to notify user attachment uploading starts.
|
10050
|
-
*/
|
10051
|
-
uploading: string;
|
10052
|
-
/**
|
10053
|
-
* Aria label to notify user attachment is uploaded.
|
10054
|
-
*/
|
10055
|
-
uploadCompleted: string;
|
10056
|
-
/**
|
10057
|
-
* Aria label to notify user more attachment action menu.
|
10058
|
-
*/
|
10059
|
-
attachmentMoreMenu: string;
|
10060
8993
|
}
|
10061
8994
|
|
10062
8995
|
/**
|
@@ -10077,45 +9010,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
|
|
10077
9010
|
systemMessage?: IStyle;
|
10078
9011
|
}
|
10079
9012
|
|
10080
|
-
/**
|
10081
|
-
* @beta
|
10082
|
-
* Strings for SitePermissions component
|
10083
|
-
*/
|
10084
|
-
export declare type SitePermissionsStrings = {
|
10085
|
-
/**
|
10086
|
-
* Main text string.
|
10087
|
-
*/
|
10088
|
-
primaryText?: string;
|
10089
|
-
/**
|
10090
|
-
* Subtext string.
|
10091
|
-
*/
|
10092
|
-
secondaryText?: string;
|
10093
|
-
/**
|
10094
|
-
* More help link string.
|
10095
|
-
*/
|
10096
|
-
linkText?: string;
|
10097
|
-
/**
|
10098
|
-
* Primary button text string.
|
10099
|
-
*/
|
10100
|
-
primaryButtonText?: string;
|
10101
|
-
/**
|
10102
|
-
* Aria label describing the content of the container
|
10103
|
-
*/
|
10104
|
-
ariaLabel?: string;
|
10105
|
-
};
|
10106
|
-
|
10107
|
-
/**
|
10108
|
-
* Fluent styles for {@link SitePermissionsContainer}.
|
10109
|
-
*
|
10110
|
-
* @beta
|
10111
|
-
*/
|
10112
|
-
export declare interface SitePermissionsStyles extends BaseCustomStyles {
|
10113
|
-
/** Styles for the primary button. */
|
10114
|
-
primaryButton?: IButtonStyles;
|
10115
|
-
/** Styles for the help troubleshooting link text. */
|
10116
|
-
troubleshootingLink?: ILinkStyles;
|
10117
|
-
}
|
10118
|
-
|
10119
9013
|
/**
|
10120
9014
|
* @public
|
10121
9015
|
* Type for representing a custom sound to use for a calling event
|
@@ -10296,14 +9190,7 @@ export declare interface SpotlightState {
|
|
10296
9190
|
* Identifier types for initiating a call using the CallAdapter
|
10297
9191
|
* @public
|
10298
9192
|
*/
|
10299
|
-
export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier |
|
10300
|
-
|
10301
|
-
/**
|
10302
|
-
* Parameter to start a call using a Teams user identity.
|
10303
|
-
*
|
10304
|
-
* @beta
|
10305
|
-
*/
|
10306
|
-
export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
|
9193
|
+
export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | UnknownIdentifier);
|
10307
9194
|
|
10308
9195
|
/**
|
10309
9196
|
* Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
|
@@ -10416,19 +9303,18 @@ export declare interface StatefulCallClient extends CallClient {
|
|
10416
9303
|
* @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
|
10417
9304
|
*/
|
10418
9305
|
disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
|
10419
|
-
/**
|
10420
|
-
|
10421
|
-
*
|
10422
|
-
*
|
10423
|
-
* -
|
10424
|
-
* - You can
|
10425
|
-
*
|
10426
|
-
* createCallAgent() method again to create a new CallAgent.
|
9306
|
+
/**
|
9307
|
+
* The TeamsCallAgent is used to handle calls.
|
9308
|
+
* To create the TeamsCallAgent, pass a CommunicationTokenCredential object provided from SDK.
|
9309
|
+
* - The CallClient can only have one active TeamsCallAgent instance at a time.
|
9310
|
+
* - You can create a new CallClient instance to create a new TeamsCallAgent.
|
9311
|
+
* - You can dispose of a CallClient's current active TeamsCallAgent, and call the CallClient's
|
9312
|
+
* createTeamsCallAgent() method again to create a new TeamsCallAgent.
|
10427
9313
|
* @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
|
10428
|
-
* @param options - The
|
9314
|
+
* @param options - The TeamsCallAgentOptions for additional options like display name.
|
10429
9315
|
* @public
|
10430
9316
|
*/
|
10431
|
-
|
9317
|
+
createTeamsCallAgent(...args: Parameters<CallClient['createTeamsCallAgent']>): Promise<DeclarativeTeamsCallAgent>;
|
10432
9318
|
}
|
10433
9319
|
|
10434
9320
|
/**
|
@@ -10442,15 +9328,6 @@ export declare type StatefulCallClientArgs = {
|
|
10442
9328
|
* state. It is not used by StatefulCallClient.
|
10443
9329
|
*/
|
10444
9330
|
userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
|
10445
|
-
/**
|
10446
|
-
* A phone number in E.164 format that will be used to represent the callers identity. This number is required
|
10447
|
-
* to start a PSTN call.
|
10448
|
-
*
|
10449
|
-
* example: +11234567
|
10450
|
-
*
|
10451
|
-
* This is not a cached value from the headless calling client.
|
10452
|
-
*/
|
10453
|
-
alternateCallerId?: string;
|
10454
9331
|
};
|
10455
9332
|
|
10456
9333
|
/**
|
@@ -10726,7 +9603,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
|
|
10726
9603
|
* @public
|
10727
9604
|
*/
|
10728
9605
|
export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
10729
|
-
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(
|
9606
|
+
locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
|
10730
9607
|
};
|
10731
9608
|
|
10732
9609
|
/**
|
@@ -10752,17 +9629,6 @@ export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
|
|
10752
9629
|
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
|
10753
9630
|
}
|
10754
9631
|
|
10755
|
-
/**
|
10756
|
-
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
10757
|
-
*
|
10758
|
-
* This is used to create an outbound call scenarios.
|
10759
|
-
*
|
10760
|
-
* @beta
|
10761
|
-
*/
|
10762
|
-
export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
|
10763
|
-
targetCallees: StartTeamsCallIdentifier[];
|
10764
|
-
};
|
10765
|
-
|
10766
9632
|
/**
|
10767
9633
|
* A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
|
10768
9634
|
*
|
@@ -10963,115 +9829,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
|
|
10963
9829
|
typingString?: IStyle;
|
10964
9830
|
}
|
10965
9831
|
|
10966
|
-
/**
|
10967
|
-
* UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
|
10968
|
-
*
|
10969
|
-
* @beta
|
10970
|
-
*/
|
10971
|
-
export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
|
10972
|
-
|
10973
|
-
/**
|
10974
|
-
* props for {@link UnsupportedBrowser} UI
|
10975
|
-
*
|
10976
|
-
* @beta
|
10977
|
-
*/
|
10978
|
-
export declare interface UnsupportedBrowserProps {
|
10979
|
-
/** Handler to perform an action when the help link is actioned */
|
10980
|
-
onTroubleshootingClick?: () => void;
|
10981
|
-
/** String overrides for the component */
|
10982
|
-
strings?: UnsupportedBrowserStrings;
|
10983
|
-
}
|
10984
|
-
|
10985
|
-
/**
|
10986
|
-
* Strings for UnsupportedBrowser component
|
10987
|
-
*
|
10988
|
-
* @beta
|
10989
|
-
*/
|
10990
|
-
export declare interface UnsupportedBrowserStrings {
|
10991
|
-
/** String for the primary text */
|
10992
|
-
primaryText: string;
|
10993
|
-
/** String for the secondary text */
|
10994
|
-
secondaryText: string;
|
10995
|
-
/** String to display in the text for the help link */
|
10996
|
-
moreHelpLinkText: string;
|
10997
|
-
}
|
10998
|
-
|
10999
|
-
/**
|
11000
|
-
* UI to display to the user that the browser version they are using is out of date
|
11001
|
-
* and not supported by Azure Communications Calling service.
|
11002
|
-
*
|
11003
|
-
* @beta
|
11004
|
-
*/
|
11005
|
-
export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
|
11006
|
-
|
11007
|
-
/**
|
11008
|
-
* props for {@link UnsupportedBrowserVersion} UI
|
11009
|
-
*
|
11010
|
-
* @beta
|
11011
|
-
*/
|
11012
|
-
export declare interface UnsupportedBrowserVersionProps {
|
11013
|
-
/** Handler to perform an action when the help link is actioned */
|
11014
|
-
onTroubleshootingClick?: () => void;
|
11015
|
-
/** String overrides for the component */
|
11016
|
-
strings?: UnsupportedBrowserVersionStrings;
|
11017
|
-
/** Handler to allow user to continue into the call */
|
11018
|
-
onContinueAnywayClick?: () => void;
|
11019
|
-
}
|
11020
|
-
|
11021
|
-
/**
|
11022
|
-
* Strings for UnsupportedBrowser component
|
11023
|
-
*
|
11024
|
-
* @beta
|
11025
|
-
*/
|
11026
|
-
export declare interface UnsupportedBrowserVersionStrings {
|
11027
|
-
/** String for the primary text */
|
11028
|
-
primaryText: string;
|
11029
|
-
/** String for the secondary text */
|
11030
|
-
secondaryText: string;
|
11031
|
-
/** String to display in the text for the help link */
|
11032
|
-
moreHelpLinkText: string;
|
11033
|
-
/** String for continue without updating button */
|
11034
|
-
continueAnywayButtonText?: string;
|
11035
|
-
}
|
11036
|
-
|
11037
|
-
/**
|
11038
|
-
* UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
|
11039
|
-
*
|
11040
|
-
* @beta
|
11041
|
-
*/
|
11042
|
-
export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
|
11043
|
-
|
11044
|
-
/**
|
11045
|
-
* Props for {@link UnsupportedOperatingSystem} UI
|
11046
|
-
*
|
11047
|
-
* @beta
|
11048
|
-
*/
|
11049
|
-
export declare interface UnsupportedOperatingSystemProps {
|
11050
|
-
/** Handler to perform a action when the help link is actioned */
|
11051
|
-
onTroubleshootingClick?: () => void;
|
11052
|
-
/** String overrides for the component */
|
11053
|
-
strings?: UnsupportedOperatingSystemStrings;
|
11054
|
-
}
|
11055
|
-
|
11056
|
-
/**
|
11057
|
-
* Strings for UnsupportedBrowser component
|
11058
|
-
*
|
11059
|
-
* @beta
|
11060
|
-
*/
|
11061
|
-
export declare interface UnsupportedOperatingSystemStrings {
|
11062
|
-
/** String for the primary text */
|
11063
|
-
primaryText: string;
|
11064
|
-
/** String for the secondary text */
|
11065
|
-
secondaryText: string;
|
11066
|
-
/** String to display in the text for the help link */
|
11067
|
-
moreHelpLinkText: string;
|
11068
|
-
}
|
11069
|
-
|
11070
9832
|
/**
|
11071
9833
|
* @public
|
11072
9834
|
* Callback function run when a message is updated.
|
11073
9835
|
*/
|
11074
|
-
export declare type UpdateMessageCallback = (messageId: string, content: string
|
9836
|
+
export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
|
11075
9837
|
|
11076
9838
|
/**
|
11077
9839
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
@@ -11245,7 +10007,7 @@ export declare const useTeamsCall: () => undefined | /* @conditional-compile-rem
|
|
11245
10007
|
*
|
11246
10008
|
* @public
|
11247
10009
|
*/
|
11248
|
-
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs
|
10010
|
+
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
11249
10011
|
|
11250
10012
|
/**
|
11251
10013
|
* Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
|
@@ -11576,11 +10338,6 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
|
|
11576
10338
|
isSpeaking?: boolean;
|
11577
10339
|
/** Video stream of shared screen */
|
11578
10340
|
screenShareStream?: VideoGalleryStream;
|
11579
|
-
/**
|
11580
|
-
* @beta
|
11581
|
-
* The connection state of the participant. For example, 'Hold', 'Connecting' etc.
|
11582
|
-
*/
|
11583
|
-
state?: ParticipantState;
|
11584
10341
|
/** Whether participant is raised a hand */
|
11585
10342
|
raisedHand?: RaisedHand;
|
11586
10343
|
/**
|
@@ -11851,11 +10608,6 @@ export declare interface VideoTileProps {
|
|
11851
10608
|
isSpeaking?: boolean;
|
11852
10609
|
/** Whether the participant is raised hand. Show a indicator (border) and icon with order */
|
11853
10610
|
raisedHand?: RaisedHand;
|
11854
|
-
/**
|
11855
|
-
* The call connection state of the participant.
|
11856
|
-
* For example, `Hold` means the participant is on hold.
|
11857
|
-
*/
|
11858
|
-
participantState?: ParticipantState;
|
11859
10611
|
/**
|
11860
10612
|
* Strings to override in the component.
|
11861
10613
|
*/
|
@@ -11899,8 +10651,6 @@ export declare interface VideoTilesOptions {
|
|
11899
10651
|
export declare interface VideoTileStrings {
|
11900
10652
|
/** Aria label for announcing the remote video tile drawer menu */
|
11901
10653
|
moreOptionsButtonAriaLabel: string;
|
11902
|
-
participantStateRinging: string;
|
11903
|
-
participantStateHold: string;
|
11904
10654
|
}
|
11905
10655
|
|
11906
10656
|
/**
|