@azure/communication-react 1.0.0-beta.8 → 1.0.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/CHANGELOG.json +677 -0
- package/CHANGELOG.md +89 -14
- package/dist/communication-react.d.ts +25 -220
- package/dist/dist-cjs/communication-react/index.js +970 -1792
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.d.ts +0 -17
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.d.ts.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.js +0 -41
- package/dist/dist-esm/acs-ui-common/src/localizationUtils.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/handlers/createHandlers.d.ts.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +12 -6
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js +2 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.d.ts.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js +2 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +22 -3
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.d.ts.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +7 -2
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.d.ts.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +6 -3
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +3 -2
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.d.ts.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js +2 -1
- package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.d.ts.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js +2 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.d.ts.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +2 -1
- package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.d.ts.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +2 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.d.ts.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +10 -2
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.d.ts +3 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.js +4 -4
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +2 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +21 -40
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.d.ts +5 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +10 -12
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +22 -3
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/GridLayout.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.js +47 -46
- package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +0 -2
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +4 -4
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.js +6 -4
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +18 -2
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +27 -4
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +2 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +21 -9
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +17 -2
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.js +2 -1
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SystemMessage.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/SystemMessage.js +2 -2
- package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TypingIndicator.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js +81 -9
- package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.d.ts +8 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +14 -9
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +3 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +23 -14
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.js +6 -4
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.d.ts +0 -4
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js +8 -10
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.d.ts +0 -4
- package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js +0 -7
- package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +1 -0
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.d.ts +0 -4
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js +3 -13
- package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.d.ts +10 -0
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +15 -17
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +2 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +20 -7
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +18 -6
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +4 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +20 -7
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +20 -7
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +20 -7
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +20 -7
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +20 -7
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +20 -7
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +20 -7
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +20 -7
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +20 -7
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +20 -7
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +20 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +5 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +15 -13
- 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/CallAdapterProvider.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +29 -6
- 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/ComplianceBanner.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ComplianceBanner.js +21 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ComplianceBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +32 -27
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.d.ts +1 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js +0 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +5 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts.map +1 -1
- 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.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +9 -16
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +12 -6
- 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/ChatAdapterProvider.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +9 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/index.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.js +0 -1
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +11 -4
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +12 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +3 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +11 -4
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +12 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +11 -4
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +12 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +12 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +11 -4
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +11 -4
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +12 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +11 -4
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +11 -4
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +11 -4
- package/package.json +9 -11
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/ChatButton.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/ChatButton.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/ChatButton.js +0 -16
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/ChatButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/MeetingCallControlBar.d.ts +0 -19
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/MeetingCallControlBar.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/MeetingCallControlBar.js +0 -38
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/MeetingCallControlBar.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/MeetingComposite.d.ts +0 -35
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/MeetingComposite.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/MeetingComposite.js +0 -59
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/MeetingComposite.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/PeopleButton.d.ts +0 -7
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/PeopleButton.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/PeopleButton.js +0 -16
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/PeopleButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/SidePane.d.ts +0 -24
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/SidePane.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/SidePane.js +0 -76
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/SidePane.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/AzureCommunicationMeetingAdapter.d.ts +0 -129
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/AzureCommunicationMeetingAdapter.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/AzureCommunicationMeetingAdapter.js +0 -385
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/AzureCommunicationMeetingAdapter.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/MeetingAdapter.d.ts +0 -73
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/MeetingAdapter.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/MeetingAdapter.js +0 -4
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/MeetingAdapter.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/MeetingBackedCallAdapter.d.ts +0 -40
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/MeetingBackedCallAdapter.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/MeetingBackedCallAdapter.js +0 -100
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/MeetingBackedCallAdapter.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/MeetingBackedChatAdapter.d.ts +0 -30
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/MeetingBackedChatAdapter.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/MeetingBackedChatAdapter.js +0 -78
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/MeetingBackedChatAdapter.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/index.d.ts +0 -10
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/index.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/index.js +0 -5
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/index.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingAdapterState.d.ts +0 -50
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingAdapterState.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingAdapterState.js +0 -50
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingAdapterState.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingCompositePage.d.ts +0 -21
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingCompositePage.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingCompositePage.js +0 -41
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingCompositePage.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingEndReason.d.ts +0 -8
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingEndReason.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingEndReason.js +0 -4
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingEndReason.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingParticipants.d.ts +0 -35
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingParticipants.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingParticipants.js +0 -51
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingParticipants.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingState.d.ts +0 -42
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingState.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingState.js +0 -72
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingState.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/styles/MeetingCompositeStyles.d.ts +0 -6
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/styles/MeetingCompositeStyles.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/styles/MeetingCompositeStyles.js +0 -17
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/styles/MeetingCompositeStyles.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/styles/SidePane.styles.d.ts +0 -38
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/styles/SidePane.styles.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/styles/SidePane.styles.js +0 -63
- package/dist/dist-esm/react-composites/src/composites/MeetingComposite/styles/SidePane.styles.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,88 @@
|
|
|
1
1
|
# Change Log - @azure/communication-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 06 Dec 2021 19:41:54 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [
|
|
7
|
+
## [v1.0.0 - Release](https://github.com/azure/communication-ui-library/tree/1.0.0)
|
|
8
|
+
|
|
9
|
+
Mon, 06 Dec 2021 19:41:54 GMT
|
|
10
|
+
|
|
11
|
+
We have heard from developers that building UI is a challenge. The Azure Communication Services UI Library is here to help. It offers modern calling/chat UI features which integrate seamlessly into your application. We designed this library with attention to customizability, localization, and a11y features so that you can create immersive and inclusive experiences your users love. ❤
|
|
12
|
+
|
|
13
|
+
### Composites
|
|
14
|
+
|
|
15
|
+
Composites are a low code, end-to-end solution to power your call and chat scenarios with Azure Communication Services. We designed them as an out-of-the box solution to be dropped into your application with the ability to integrate seamlessly with theming, styling and custom application logic.
|
|
16
|
+
|
|
17
|
+
In the future, we will continue to evolve the composites with the latest Azure Communication Services features so you can integrate them into your application with minimal effort.
|
|
18
|
+
|
|
19
|
+
Features:
|
|
20
|
+
- 🎁 Embed composites into your web applications with a few lines of code
|
|
21
|
+
- 🌈 Theme using [FluentUI style theming](https://fluentuipr.z22.web.core.windows.net/heads/master/theming-designer/index.html)
|
|
22
|
+
- 🎧 Listen to communication events (e.g when the call has ended)
|
|
23
|
+
- 💥 Take action on behalf of the user
|
|
24
|
+
|
|
25
|
+
### UI Components
|
|
26
|
+
|
|
27
|
+
We have also added a development experience for developers that want more control over the end-user experience. By exposing our UI components and underlying state management architecture, we seek to empower developers who want granular control over how the UI components build up into the overall communication experience. Compared to composites, the UI components offer increased flexibility at the cost of additional development effort.
|
|
28
|
+
|
|
29
|
+
Along with the choice to build an open-source library, the UI components allow us to share the tools we use to make great products with you. We hope you will be excited by the level of granularity, use it in your own applications, and consider contributing back.
|
|
30
|
+
|
|
31
|
+
Features:
|
|
32
|
+
- ✏️ Create calling and chat clients using ReactJS
|
|
33
|
+
- 🎨 Style UI components using [FluentUI styling patterns](https://github.com/microsoft/fluentui/wiki/Component-Styling)
|
|
34
|
+
- 🏠 Layout your calling and chat components
|
|
35
|
+
- 🎛️ Integrate your own custom logic
|
|
36
|
+
|
|
37
|
+
### Storybook
|
|
38
|
+
|
|
39
|
+
📕 Check out our documentation in [storybook](https://azure.github.io/communication-ui-library/) to learn more about the UI Library.
|
|
40
|
+
🚀 Try out our composites and UI components today in the "Preview" tab in Storybook.
|
|
41
|
+
|
|
42
|
+
## Changes since 1.0.0-beta.8
|
|
43
|
+
|
|
44
|
+
[Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.8...1.0.0)
|
|
45
|
+
|
|
46
|
+
### Changes
|
|
47
|
+
|
|
48
|
+
- Remove beta-only features for 1.0.0 release ([PR #1114](https://github.com/azure/communication-ui-library/pull/1114) by 82062616+prprabhu-ms@users.noreply.github.com)
|
|
49
|
+
- Immediately fetch initial chat data when creating azure communication chat adapter ([PR #1168](https://github.com/azure/communication-ui-library/pull/1168) by 2684369+JamesBurnside@users.noreply.github.com)
|
|
50
|
+
- Disable microphone toggle in Teams lobby as it's not supported by headless SDK ([PR #1139](https://github.com/azure/communication-ui-library/pull/1139) by anjulgarg@live.com)
|
|
51
|
+
- Add localized tooltip to microphone button in lobby informing users that it is disabled. ([PR #1148](https://github.com/azure/communication-ui-library/pull/1148) by anjulgarg@live.com)
|
|
52
|
+
- Update localized resource files. ([PR #1197](https://github.com/azure/communication-ui-library/pull/1197) by miguelgamis@microsoft.com)
|
|
53
|
+
- Storybook doc improvements.
|
|
54
|
+
- Reduce VideoGallery persona size ([PR #1129](https://github.com/azure/communication-ui-library/pull/1129) by 2684369+JamesBurnside@users.noreply.github.com)
|
|
55
|
+
- No longer make Local video tile draggable when horizontal gallery is showing ([PR #1163](https://github.com/azure/communication-ui-library/pull/1163) by miguelgamis@microsoft.com)
|
|
56
|
+
- Remove long press gesture on MessageThread messages ([PR #1118](https://github.com/azure/communication-ui-library/pull/1118) by 2684369+JamesBurnside@users.noreply.github.com)
|
|
57
|
+
- Add tooltip string for disabled ControlBar buttons ([PR #1166](https://github.com/azure/communication-ui-library/pull/1166) by alcail@microsoft.com)
|
|
58
|
+
- Add Scrollbar when editing message in chat ([PR #1158](https://github.com/azure/communication-ui-library/pull/1158) by anjulgarg@live.com)
|
|
59
|
+
- No longer render richtext/media messages until future support is added ([PR #1149](https://github.com/azure/communication-ui-library/pull/1149) by 79329532+alkwa-msft@users.noreply.github.com)
|
|
60
|
+
- GridLayoutProp styles prop type changed to GridLayoutStyles ([PR #1196](https://github.com/azure/communication-ui-library/pull/1196) by miguelgamis@microsoft.com)
|
|
61
|
+
- Sort to participants by name in participantListSelector ([PR #1106](https://github.com/azure/communication-ui-library/pull/1106) by anjulgarg@live.com)
|
|
62
|
+
- Hide users in a Teams lobby from the acs clients ([PR #1112](https://github.com/azure/communication-ui-library/pull/1112) by 79329532+alkwa-msft@users.noreply.github.com)
|
|
63
|
+
|
|
64
|
+
### Bug Fixes
|
|
65
|
+
- Fix typing indicator going outside of the max width of sendbox ([PR #1191](https://github.com/azure/communication-ui-library/pull/1191) by anjulgarg@live.com)
|
|
66
|
+
- Fix typo in complianceBannerTranscriptionStarted ([PR #1210](https://github.com/azure/communication-ui-library/pull/1210) by 82062616+prprabhu-ms@users.noreply.github.com)
|
|
67
|
+
- Fix ComplianceBanner auto-dismiss ([PR #1117](https://github.com/azure/communication-ui-library/pull/1117) by 82062616+prprabhu-ms@users.noreply.github.com)
|
|
68
|
+
- Fix option naming to options ([PR #1173](https://github.com/azure/communication-ui-library/pull/1173) by jinan@microsoft.com)
|
|
69
|
+
- Fix partially clipped text in `ParticipantItem` ([PR #1145](https://github.com/azure/communication-ui-library/pull/1145) by anjulgarg@live.com)
|
|
70
|
+
- Fix VideoGallery to have a unique identifier for local video tile to dock. ([PR #1111](https://github.com/azure/communication-ui-library/pull/1111) by miguelgamis@microsoft.com)
|
|
71
|
+
- Fix 'New Messages' not clearing when the user scrolls to the bottom of the message thread' ([PR #1115](https://github.com/azure/communication-ui-library/pull/1115) by 2684369+JamesBurnside@users.noreply.github.com)
|
|
72
|
+
- Fix stop screen sharing label from stop to stop sharing ([PR #1164](https://github.com/azure/communication-ui-library/pull/1164) by 2684369+JamesBurnside@users.noreply.github.com)
|
|
73
|
+
- Fix message thread not loading all messages by setting pagesize to 50 ([PR #1183](https://github.com/azure/communication-ui-library/pull/1183) by jinan@microsoft.com)
|
|
74
|
+
- Fix unwanted dismissal of ParticipantsButtton and DevicesButton Callout on resize events ([PR #1138](https://github.com/azure/communication-ui-library/pull/1138) by 82062616+prprabhu-ms@users.noreply.github.com)
|
|
75
|
+
- Fix Screenshare being rerender on page change. ([PR #1175](https://github.com/azure/communication-ui-library/pull/1175) by miguelgamis@microsoft.com)
|
|
76
|
+
- Fix gap betwen GridLayout and HorizontalGallery for Safari on IPhone SE. ([PR #1162](https://github.com/azure/communication-ui-library/pull/1162) by miguelgamis@microsoft.com)
|
|
77
|
+
- Fix typing indicator wrapping correctly for long names ([PR #1123](https://github.com/azure/communication-ui-library/pull/1123) by 2684369+JamesBurnside@users.noreply.github.com)
|
|
78
|
+
- Fix text in system messages in the MessageThread to wrap when it is too long. ([PR #1120](https://github.com/azure/communication-ui-library/pull/1120) by 2684369+JamesBurnside@users.noreply.github.com)
|
|
79
|
+
- Fix screenshare button background when active ([PR #1178](https://github.com/azure/communication-ui-library/pull/1178) by 2684369+JamesBurnside@users.noreply.github.com)
|
|
80
|
+
- Remove console log when rendering video ([PR #1188](https://github.com/azure/communication-ui-library/pull/1188) by 82062616+prprabhu-ms@users.noreply.github.com)
|
|
81
|
+
|
|
82
|
+
## [1.0.0-beta.8](https://github.com/azure/communication-ui-library/tree/1.0.0-beta.8)
|
|
8
83
|
|
|
9
84
|
Wed, 17 Nov 2021 22:21:27 GMT
|
|
10
|
-
[Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.7
|
|
85
|
+
[Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.7...1.0.0-beta.8)
|
|
11
86
|
|
|
12
87
|
### Changes
|
|
13
88
|
|
|
@@ -41,7 +116,7 @@ Wed, 17 Nov 2021 22:21:27 GMT
|
|
|
41
116
|
## [1.0.0-beta.7](https://github.com/azure/communication-ui-library/tree/@internal/react-components_v1.0.0-beta.7)
|
|
42
117
|
|
|
43
118
|
Mon, 1 Nov 2021 12:57:14 GMT
|
|
44
|
-
[Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.6
|
|
119
|
+
[Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.6...1.0.0-beta.7)
|
|
45
120
|
|
|
46
121
|
### Changes
|
|
47
122
|
|
|
@@ -73,7 +148,7 @@ Mon, 1 Nov 2021 12:57:14 GMT
|
|
|
73
148
|
## [1.0.0-beta.6](https://github.com/azure/communication-ui-library/tree/@internal/react-components_v1.0.0-beta.6)
|
|
74
149
|
|
|
75
150
|
Tue, 28 Sep 2021 19:19:18 GMT
|
|
76
|
-
[Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.5
|
|
151
|
+
[Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.5...1.0.0-beta.6)
|
|
77
152
|
|
|
78
153
|
### Changes
|
|
79
154
|
|
|
@@ -90,10 +165,10 @@ Tue, 28 Sep 2021 19:19:18 GMT
|
|
|
90
165
|
* Stop styling the `body` tag from `FluentThemeProvider` (styling leak to the host application)
|
|
91
166
|
* Better themeing support in `ControlBar` component - support container border and shadow customization; support label font costumization
|
|
92
167
|
|
|
93
|
-
## [1.0.0-beta.5](https://github.com/azure/communication-ui-library/tree
|
|
168
|
+
## [1.0.0-beta.5](https://github.com/azure/communication-ui-library/tree/1.0.0-beta.5)
|
|
94
169
|
|
|
95
170
|
Mon, 13 Sep 2021 21:02:16 GMT
|
|
96
|
-
[Compare changes](https://github.com/azure/communication-ui-library/compare
|
|
171
|
+
[Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.4...1.0.0-beta.5)
|
|
97
172
|
|
|
98
173
|
### Changes
|
|
99
174
|
|
|
@@ -133,10 +208,10 @@ Mon, 13 Sep 2021 21:02:16 GMT
|
|
|
133
208
|
* Fix Icon misalignment in ParticipantItem
|
|
134
209
|
|
|
135
210
|
|
|
136
|
-
## [1.0.0-beta.4](https://github.com/azure/communication-ui-library/tree
|
|
211
|
+
## [1.0.0-beta.4](https://github.com/azure/communication-ui-library/tree/1.0.0-beta.4)
|
|
137
212
|
|
|
138
213
|
Mon, 16 Aug 2021 21:18:19 GMT
|
|
139
|
-
[Compare changes](https://github.com/azure/communication-ui-library/compare
|
|
214
|
+
[Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.3...1.0.0-beta.4)
|
|
140
215
|
|
|
141
216
|
### Changes
|
|
142
217
|
|
|
@@ -186,10 +261,10 @@ Mon, 16 Aug 2021 21:18:19 GMT
|
|
|
186
261
|
* Fix video gallery local preview position to be relative to the parent
|
|
187
262
|
* Ensure call composite media gallery has a minimum height
|
|
188
263
|
|
|
189
|
-
## [1.0.0-beta.3](https://github.com/azure/communication-ui-library/tree
|
|
264
|
+
## [1.0.0-beta.3](https://github.com/azure/communication-ui-library/tree/1.0.0-beta.3)
|
|
190
265
|
|
|
191
266
|
Thu, 22 Jul 2021 17:42:41 GMT
|
|
192
|
-
[Compare changes](https://github.com/azure/communication-ui-library/compare
|
|
267
|
+
[Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.2...1.0.0-beta.3)
|
|
193
268
|
|
|
194
269
|
### Changes
|
|
195
270
|
|
|
@@ -228,10 +303,10 @@ Thu, 22 Jul 2021 17:42:41 GMT
|
|
|
228
303
|
|
|
229
304
|
* Fixing link on "Using Composites in a non-react environment" in Storybook
|
|
230
305
|
|
|
231
|
-
## [1.0.0-beta.2](https://github.com/azure/communication-ui-library/tree
|
|
306
|
+
## [1.0.0-beta.2](https://github.com/azure/communication-ui-library/tree/1.0.0-beta.2)
|
|
232
307
|
|
|
233
308
|
Fri, 09 Jul 2021 20:41:33 GMT
|
|
234
|
-
[Compare changes](https://github.com/azure/communication-ui-library/compare
|
|
309
|
+
[Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.1...1.0.0-beta.2)
|
|
235
310
|
|
|
236
311
|
### Changes
|
|
237
312
|
|
|
@@ -252,7 +327,7 @@ Fri, 09 Jul 2021 20:41:33 GMT
|
|
|
252
327
|
* Adapters (What are adapters for and how you use them)
|
|
253
328
|
* Using composites in a non-react environment
|
|
254
329
|
|
|
255
|
-
## [1.0.0-beta.1](https://github.com/azure/communication-ui-library/tree
|
|
330
|
+
## [1.0.0-beta.1](https://github.com/azure/communication-ui-library/tree/1.0.0-beta.1)
|
|
256
331
|
|
|
257
332
|
Fri, 21 May 2021 16:16:28 GMT
|
|
258
333
|
|
|
@@ -205,6 +205,8 @@ export declare type AvatarPersonaDataCallback = (userId: string) => Promise<Avat
|
|
|
205
205
|
/**
|
|
206
206
|
* Arguments for creating the Azure Communication Services implementation of {@link CallAdapter}.
|
|
207
207
|
*
|
|
208
|
+
* Note: `displayName` can be a maximum of 256 characters.
|
|
209
|
+
*
|
|
208
210
|
* @public
|
|
209
211
|
*/
|
|
210
212
|
export declare type AzureCommunicationCallAdapterArgs = {
|
|
@@ -227,20 +229,6 @@ export declare type AzureCommunicationChatAdapterArgs = {
|
|
|
227
229
|
threadId: string;
|
|
228
230
|
};
|
|
229
231
|
|
|
230
|
-
/**
|
|
231
|
-
* Arguments for {@link createAzureCommunicationMeetingAdapter}
|
|
232
|
-
*
|
|
233
|
-
* @beta
|
|
234
|
-
*/
|
|
235
|
-
export declare type AzureCommunicationMeetingAdapterArgs = {
|
|
236
|
-
endpoint: string;
|
|
237
|
-
userId: CommunicationUserIdentifier;
|
|
238
|
-
displayName: string;
|
|
239
|
-
credential: CommunicationTokenCredential;
|
|
240
|
-
chatThreadId: string;
|
|
241
|
-
callLocator: TeamsMeetingLinkLocator | GroupCallLocator;
|
|
242
|
-
};
|
|
243
|
-
|
|
244
232
|
/**
|
|
245
233
|
* Properties common to all composites exported from this library.
|
|
246
234
|
*
|
|
@@ -956,7 +944,7 @@ export declare interface CallCompositeStrings {
|
|
|
956
944
|
/**
|
|
957
945
|
* Message to let user know transcription of the meeting has started in ComplianceBanner.
|
|
958
946
|
*/
|
|
959
|
-
|
|
947
|
+
complianceBannerTranscriptionStarted: string;
|
|
960
948
|
/**
|
|
961
949
|
* Message to let user know the transcription of the meeting has stopped in ComplianceBanner.
|
|
962
950
|
*/
|
|
@@ -973,6 +961,10 @@ export declare interface CallCompositeStrings {
|
|
|
973
961
|
* More details text of the page shown to the user when there is intermittent network failure during a call.
|
|
974
962
|
*/
|
|
975
963
|
networkReconnectMoreDetails: string;
|
|
964
|
+
/**
|
|
965
|
+
* Tooltip text used to inform a user that toggling microphone in lobby is not supported.
|
|
966
|
+
*/
|
|
967
|
+
microphoneToggleInLobbyNotAllowed: string;
|
|
976
968
|
}
|
|
977
969
|
|
|
978
970
|
/**
|
|
@@ -1088,7 +1080,7 @@ export declare type CallErrors = {
|
|
|
1088
1080
|
*
|
|
1089
1081
|
* @public
|
|
1090
1082
|
*/
|
|
1091
|
-
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopVideo' | 'Call.unmute' | 'CallAgent.dispose' | 'CallAgent.
|
|
1083
|
+
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopVideo' | 'Call.unmute' | 'CallAgent.dispose' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.getDeviceManager' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker';
|
|
1092
1084
|
|
|
1093
1085
|
/**
|
|
1094
1086
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
|
@@ -1309,7 +1301,7 @@ export declare interface CameraButtonProps extends ControlBarButtonProps {
|
|
|
1309
1301
|
/**
|
|
1310
1302
|
* Options for rendering local video view.
|
|
1311
1303
|
*/
|
|
1312
|
-
|
|
1304
|
+
localVideoViewOptions?: VideoStreamOptions;
|
|
1313
1305
|
/**
|
|
1314
1306
|
* Optional strings to override in component
|
|
1315
1307
|
*/
|
|
@@ -1336,6 +1328,8 @@ export declare interface CameraButtonStrings {
|
|
|
1336
1328
|
onLabel: string;
|
|
1337
1329
|
/** Label when button is off. */
|
|
1338
1330
|
offLabel: string;
|
|
1331
|
+
/** Tooltip content when the button is disabled. */
|
|
1332
|
+
tooltipDisabledContent?: string;
|
|
1339
1333
|
/** Tooltip content when the button is on. */
|
|
1340
1334
|
tooltipOnContent?: string;
|
|
1341
1335
|
/** Tooltip content when the button is off. */
|
|
@@ -1581,13 +1575,6 @@ export declare type ChatCompositeOptions = {
|
|
|
1581
1575
|
* @defaultValue true
|
|
1582
1576
|
*/
|
|
1583
1577
|
errorBar?: boolean;
|
|
1584
|
-
/**
|
|
1585
|
-
* Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
|
|
1586
|
-
* @defaultValue false
|
|
1587
|
-
*
|
|
1588
|
-
* @beta
|
|
1589
|
-
*/
|
|
1590
|
-
participantPane?: boolean;
|
|
1591
1578
|
/**
|
|
1592
1579
|
* Show or hide the topic at the top of the chat. Hidden if set to `false`
|
|
1593
1580
|
* @defaultValue true
|
|
@@ -2274,9 +2261,13 @@ export declare interface ControlBarButtonStrings {
|
|
|
2274
2261
|
*/
|
|
2275
2262
|
offLabel?: string;
|
|
2276
2263
|
/**
|
|
2277
|
-
* Tooltip content of the button. This supersedes tooltipOnContent and tooltipOffContent if used.
|
|
2264
|
+
* Tooltip content of the button. This supersedes tooltipDisabledContent, tooltipOnContent and tooltipOffContent if used.
|
|
2278
2265
|
*/
|
|
2279
2266
|
tooltipContent?: string;
|
|
2267
|
+
/**
|
|
2268
|
+
* Tooltip content when the button is disabled.
|
|
2269
|
+
*/
|
|
2270
|
+
tooltipDisabledContent?: string;
|
|
2280
2271
|
/**
|
|
2281
2272
|
* Tooltip content when the button is in the checked state.
|
|
2282
2273
|
*/
|
|
@@ -2332,6 +2323,8 @@ export declare interface ControlBarProps {
|
|
|
2332
2323
|
*
|
|
2333
2324
|
* This is the default implementation of {@link CallAdapter} provided by this library.
|
|
2334
2325
|
*
|
|
2326
|
+
* Note: `displayName` can be a maximum of 256 characters.
|
|
2327
|
+
*
|
|
2335
2328
|
* @public
|
|
2336
2329
|
*/
|
|
2337
2330
|
export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
|
|
@@ -2365,14 +2358,6 @@ export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointU
|
|
|
2365
2358
|
*/
|
|
2366
2359
|
export declare const createAzureCommunicationChatAdapterFromClient: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => Promise<ChatAdapter>;
|
|
2367
2360
|
|
|
2368
|
-
/**
|
|
2369
|
-
* Create a meeting adapter backed by Azure Communication services
|
|
2370
|
-
* to plug into the Meeting Composite.
|
|
2371
|
-
*
|
|
2372
|
-
* @beta
|
|
2373
|
-
*/
|
|
2374
|
-
export declare const createAzureCommunicationMeetingAdapter: ({ userId, displayName, credential, endpoint, chatThreadId, callLocator }: AzureCommunicationMeetingAdapterArgs) => Promise<MeetingAdapter>;
|
|
2375
|
-
|
|
2376
2361
|
/**
|
|
2377
2362
|
* Create the default implementation of {@link CallingHandlers}.
|
|
2378
2363
|
*
|
|
@@ -3326,191 +3311,6 @@ export declare interface MediaDiagnosticsState {
|
|
|
3326
3311
|
latest: LatestMediaDiagnostics;
|
|
3327
3312
|
}
|
|
3328
3313
|
|
|
3329
|
-
/**
|
|
3330
|
-
* Meeting Composite Adapter interface.
|
|
3331
|
-
* @beta
|
|
3332
|
-
*/
|
|
3333
|
-
export declare interface MeetingAdapter extends MeetingAdapterMeetingManagement, AdapterState<MeetingAdapterState>, Disposable, MeetingAdapterSubscriptions {
|
|
3334
|
-
}
|
|
3335
|
-
|
|
3336
|
-
/**
|
|
3337
|
-
* State from the backend services that drives Meeting Composite.
|
|
3338
|
-
*
|
|
3339
|
-
* @beta
|
|
3340
|
-
*/
|
|
3341
|
-
export declare interface MeetingAdapterClientState extends Pick<CallAdapterClientState, 'devices' | 'isTeamsCall'> {
|
|
3342
|
-
/** ID of the meeting participant using this Meeting Adapter. */
|
|
3343
|
-
userId: CommunicationIdentifierKind;
|
|
3344
|
-
/** Display name of the meeting participant using this Meeting Adapter. */
|
|
3345
|
-
displayName: string | undefined;
|
|
3346
|
-
/** State of the current Meeting. */
|
|
3347
|
-
meeting: MeetingState | undefined;
|
|
3348
|
-
}
|
|
3349
|
-
|
|
3350
|
-
/**
|
|
3351
|
-
* Functionality for managing the current meeting.
|
|
3352
|
-
* @beta
|
|
3353
|
-
*/
|
|
3354
|
-
export declare interface MeetingAdapterMeetingManagement extends Pick<CallAdapterCallManagement, 'startCamera' | 'stopCamera' | 'mute' | 'unmute' | 'startScreenShare' | 'stopScreenShare' | 'createStreamView' | 'disposeStreamView'>, Pick<CallAdapterDeviceManagement, 'setCamera' | 'setMicrophone' | 'setSpeaker' | 'askDevicePermission' | 'queryCameras' | 'queryMicrophones' | 'querySpeakers'>, Pick<ChatAdapterThreadManagement, 'fetchInitialData' | 'sendMessage' | 'sendReadReceipt' | 'sendTypingIndicator' | 'loadPreviousChatMessages' | 'updateMessage' | 'deleteMessage'> {
|
|
3355
|
-
/**
|
|
3356
|
-
* Join an existing Meeting
|
|
3357
|
-
* @returns The underlying Call object of the meeting.
|
|
3358
|
-
*/
|
|
3359
|
-
joinMeeting(microphoneOn?: boolean): Call | undefined;
|
|
3360
|
-
/**
|
|
3361
|
-
* Leave the current Meeting
|
|
3362
|
-
*/
|
|
3363
|
-
leaveMeeting(): Promise<void>;
|
|
3364
|
-
/**
|
|
3365
|
-
* Start a new Meeting
|
|
3366
|
-
* @param participants - Array of participant IDs. These represent the participants to initialize the meeting with.
|
|
3367
|
-
* @returns The underlying Call object of the meeting.
|
|
3368
|
-
*/
|
|
3369
|
-
startMeeting(participants: string[]): Call | undefined;
|
|
3370
|
-
/**
|
|
3371
|
-
* Remove a participant from a Meeting
|
|
3372
|
-
* @param userId - UserId of the participant to remove.
|
|
3373
|
-
*/
|
|
3374
|
-
removeParticipant(userId: string): Promise<void>;
|
|
3375
|
-
}
|
|
3376
|
-
|
|
3377
|
-
/**
|
|
3378
|
-
* Meeting State is a combination of Stateful Chat and Stateful Calling clients with some
|
|
3379
|
-
* state specific to meetings only.
|
|
3380
|
-
* Stateful items like Participants that apply to both calling and chat are intelligently
|
|
3381
|
-
* combined into one to suit the purpose of a Meeting.
|
|
3382
|
-
*
|
|
3383
|
-
* @beta
|
|
3384
|
-
*/
|
|
3385
|
-
export declare interface MeetingAdapterState extends MeetingAdapterUiState, MeetingAdapterClientState {
|
|
3386
|
-
}
|
|
3387
|
-
|
|
3388
|
-
/**
|
|
3389
|
-
* Meeting events that can be subscribed to.
|
|
3390
|
-
* @beta
|
|
3391
|
-
*/
|
|
3392
|
-
export declare interface MeetingAdapterSubscriptions {
|
|
3393
|
-
on(event: 'participantsJoined', listener: ParticipantsJoinedListener): void;
|
|
3394
|
-
on(event: 'participantsLeft', listener: ParticipantsLeftListener): void;
|
|
3395
|
-
on(event: 'meetingEnded', listener: CallEndedListener): void;
|
|
3396
|
-
on(event: 'error', listener: (e: Error) => void): void;
|
|
3397
|
-
off(event: 'participantsJoined', listener: ParticipantsJoinedListener): void;
|
|
3398
|
-
off(event: 'participantsLeft', listener: ParticipantsLeftListener): void;
|
|
3399
|
-
off(event: 'meetingEnded', listener: CallEndedListener): void;
|
|
3400
|
-
off(event: 'error', listener: (e: Error) => void): void;
|
|
3401
|
-
on(event: 'isMutedChanged', listener: IsMutedChangedListener): void;
|
|
3402
|
-
on(event: 'callIdChanged', listener: CallIdChangedListener): void;
|
|
3403
|
-
on(event: 'isLocalScreenSharingActiveChanged', listener: IsLocalScreenSharingActiveChangedListener): void;
|
|
3404
|
-
on(event: 'displayNameChanged', listener: DisplayNameChangedListener): void;
|
|
3405
|
-
on(event: 'isSpeakingChanged', listener: IsSpeakingChangedListener): void;
|
|
3406
|
-
off(event: 'isMutedChanged', listener: IsMutedChangedListener): void;
|
|
3407
|
-
off(event: 'callIdChanged', listener: CallIdChangedListener): void;
|
|
3408
|
-
off(event: 'isLocalScreenSharingActiveChanged', listener: IsLocalScreenSharingActiveChangedListener): void;
|
|
3409
|
-
off(event: 'displayNameChanged', listener: DisplayNameChangedListener): void;
|
|
3410
|
-
off(event: 'isSpeakingChanged', listener: IsSpeakingChangedListener): void;
|
|
3411
|
-
on(event: 'messageReceived', listener: MessageReceivedListener): void;
|
|
3412
|
-
on(event: 'messageSent', listener: MessageSentListener): void;
|
|
3413
|
-
on(event: 'messageRead', listener: MessageReadListener): void;
|
|
3414
|
-
off(event: 'messageReceived', listener: MessageReceivedListener): void;
|
|
3415
|
-
off(event: 'messageSent', listener: MessageSentListener): void;
|
|
3416
|
-
off(event: 'messageRead', listener: MessageReadListener): void;
|
|
3417
|
-
}
|
|
3418
|
-
|
|
3419
|
-
/**
|
|
3420
|
-
* UI state pertaining to the Meeting Composite.
|
|
3421
|
-
*
|
|
3422
|
-
* @beta
|
|
3423
|
-
*/
|
|
3424
|
-
export declare interface MeetingAdapterUiState extends Pick<CallAdapterUiState, 'isLocalPreviewMicrophoneEnabled'> {
|
|
3425
|
-
/** Current page in the meeting composite. */
|
|
3426
|
-
page: MeetingCompositePage;
|
|
3427
|
-
}
|
|
3428
|
-
|
|
3429
|
-
/**
|
|
3430
|
-
* Meeting Composite brings together key components to provide a full meeting experience out of the box.
|
|
3431
|
-
*
|
|
3432
|
-
* @beta
|
|
3433
|
-
*/
|
|
3434
|
-
export declare const MeetingComposite: (props: MeetingCompositeProps) => JSX.Element;
|
|
3435
|
-
|
|
3436
|
-
/**
|
|
3437
|
-
* Page state the Meeting composite could be in.
|
|
3438
|
-
*
|
|
3439
|
-
* @beta
|
|
3440
|
-
*/
|
|
3441
|
-
export declare type MeetingCompositePage = 'accessDeniedTeamsMeeting' | 'configuration' | 'joinMeetingFailedDueToNoNetwork' | 'leftMeeting' | 'lobby' | 'meeting' | 'removedFromMeeting';
|
|
3442
|
-
|
|
3443
|
-
/**
|
|
3444
|
-
* Props required for the {@link MeetingComposite}
|
|
3445
|
-
*
|
|
3446
|
-
* @beta
|
|
3447
|
-
*/
|
|
3448
|
-
export declare type MeetingCompositeProps = {
|
|
3449
|
-
meetingAdapter: MeetingAdapter;
|
|
3450
|
-
/**
|
|
3451
|
-
* Fluent theme for the composite.
|
|
3452
|
-
*
|
|
3453
|
-
* Defaults to a light theme if undefined.
|
|
3454
|
-
*/
|
|
3455
|
-
fluentTheme?: PartialTheme | Theme;
|
|
3456
|
-
/**
|
|
3457
|
-
* Optimizes the composite form factor for either desktop or mobile.
|
|
3458
|
-
* @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
|
|
3459
|
-
* @defaultValue 'desktop'
|
|
3460
|
-
* @beta
|
|
3461
|
-
*/
|
|
3462
|
-
formFactor?: 'desktop' | 'mobile';
|
|
3463
|
-
/**
|
|
3464
|
-
* URL that can be used to copy a meeting invite to the Users clipboard.
|
|
3465
|
-
*/
|
|
3466
|
-
meetingInvitationURL?: string;
|
|
3467
|
-
};
|
|
3468
|
-
|
|
3469
|
-
/**
|
|
3470
|
-
* Describes the reason the meeting ended.
|
|
3471
|
-
*
|
|
3472
|
-
* @beta
|
|
3473
|
-
*/
|
|
3474
|
-
export declare type MeetingEndReason = CallEndReason;
|
|
3475
|
-
|
|
3476
|
-
/**
|
|
3477
|
-
* Events fired off by the Meeting Adapter
|
|
3478
|
-
* @beta
|
|
3479
|
-
*/
|
|
3480
|
-
export declare type MeetingEvent = 'participantsJoined' | 'participantsLeft' | 'meetingEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'messageReceived' | 'messageSent' | 'messageRead' | 'error';
|
|
3481
|
-
|
|
3482
|
-
/**
|
|
3483
|
-
* Participants of a Meeting.
|
|
3484
|
-
*
|
|
3485
|
-
* @beta
|
|
3486
|
-
*/
|
|
3487
|
-
export declare interface MeetingParticipant extends Pick<RemoteParticipantState, 'displayName' | 'state' | 'videoStreams' | 'isMuted' | 'isSpeaking'> {
|
|
3488
|
-
/** ID of the meeting participant. */
|
|
3489
|
-
id: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind;
|
|
3490
|
-
/** Describes the reason the meeting ended for this participant. */
|
|
3491
|
-
meetingEndReason?: MeetingEndReason;
|
|
3492
|
-
}
|
|
3493
|
-
|
|
3494
|
-
/**
|
|
3495
|
-
* State of a single Meeting.
|
|
3496
|
-
*
|
|
3497
|
-
* @beta
|
|
3498
|
-
*/
|
|
3499
|
-
export declare interface MeetingState extends Pick<CallState, 'callerInfo' | 'state' | 'isMuted' | 'isScreenSharingOn' | 'localVideoStreams' | 'transcription' | 'recording' | 'screenShareRemoteParticipant' | 'startTime' | 'endTime' | 'diagnostics' | 'dominantSpeakers'>, Pick<ChatThreadClientState, 'chatMessages' | 'threadId' | 'properties' | 'readReceipts' | 'typingIndicators' | 'latestReadTime'> {
|
|
3500
|
-
/** Current Meeting ID. */
|
|
3501
|
-
id: string;
|
|
3502
|
-
/** Active participants in the current meeting. */
|
|
3503
|
-
participants: {
|
|
3504
|
-
[key: string]: MeetingParticipant;
|
|
3505
|
-
};
|
|
3506
|
-
/** Participants who have left the current meeting. */
|
|
3507
|
-
participantsEnded: {
|
|
3508
|
-
[keys: string]: MeetingParticipant;
|
|
3509
|
-
};
|
|
3510
|
-
/** Reason the current meeting has ended. */
|
|
3511
|
-
meetingEndReason?: MeetingEndReason;
|
|
3512
|
-
}
|
|
3513
|
-
|
|
3514
3314
|
/**
|
|
3515
3315
|
* Discriminated union of all messages.
|
|
3516
3316
|
*
|
|
@@ -3946,6 +3746,8 @@ export declare interface MicrophoneButtonStrings {
|
|
|
3946
3746
|
onLabel: string;
|
|
3947
3747
|
/** Label when button is off. */
|
|
3948
3748
|
offLabel: string;
|
|
3749
|
+
/** * Tooltip content when the button is disabled. */
|
|
3750
|
+
tooltipDisabledContent?: string;
|
|
3949
3751
|
/** Tooltip content when the button is on. */
|
|
3950
3752
|
tooltipOnContent?: string;
|
|
3951
3753
|
/** Tooltip content when the button is off. */
|
|
@@ -4485,6 +4287,8 @@ export declare interface ScreenShareButtonStrings {
|
|
|
4485
4287
|
onLabel: string;
|
|
4486
4288
|
/** Label when button is off. */
|
|
4487
4289
|
offLabel: string;
|
|
4290
|
+
/** * Tooltip content when the button is disabled. */
|
|
4291
|
+
tooltipDisabledContent?: string;
|
|
4488
4292
|
/** Tooltip content when the button is on. */
|
|
4489
4293
|
tooltipOnContent?: string;
|
|
4490
4294
|
/** Tooltip content when the button is off. */
|
|
@@ -5193,9 +4997,9 @@ export declare interface VideoGalleryProps {
|
|
|
5193
4997
|
/** List of dominant speaker userIds in the order of their dominance. 0th index is the most dominant. */
|
|
5194
4998
|
dominantSpeakers?: string[];
|
|
5195
4999
|
/** Local video view options */
|
|
5196
|
-
|
|
5000
|
+
localVideoViewOptions?: VideoStreamOptions;
|
|
5197
5001
|
/** Remote videos view options */
|
|
5198
|
-
|
|
5002
|
+
remoteVideoViewOptions?: VideoStreamOptions;
|
|
5199
5003
|
/** Callback to create the local video stream view */
|
|
5200
5004
|
onCreateLocalStreamView?: (options?: VideoStreamOptions) => Promise<void>;
|
|
5201
5005
|
/** Callback to dispose of the local video stream view */
|
|
@@ -5206,6 +5010,7 @@ export declare interface VideoGalleryProps {
|
|
|
5206
5010
|
onCreateRemoteStreamView?: (userId: string, options?: VideoStreamOptions) => Promise<void>;
|
|
5207
5011
|
/** Callback to render a remote video tile */
|
|
5208
5012
|
onRenderRemoteVideoTile?: (remoteParticipant: VideoGalleryRemoteParticipant) => JSX.Element;
|
|
5013
|
+
/** Callback to dispose a remote video stream view */
|
|
5209
5014
|
onDisposeRemoteStreamView?: (userId: string) => Promise<void>;
|
|
5210
5015
|
/** Callback to render a particpant avatar */
|
|
5211
5016
|
onRenderAvatar?: OnRenderAvatarCallback;
|