@azure/communication-react 1.5.1-beta.1 → 1.5.1-beta.2
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.beta.md +76 -1
- package/CHANGELOG.json +621 -0
- package/dist/communication-react.d.ts +217 -7
- package/dist/dist-cjs/communication-react/index.js +2207 -1184
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +1 -1
- 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 +4 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +37 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +22 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +14 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +44 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +21 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +1 -0
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.d.ts +13 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +8 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +4 -0
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +28 -0
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.d.ts +29 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js +54 -0
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/Logger.d.ts +16 -29
- package/dist/dist-esm/calling-stateful-client/src/Logger.js +16 -29
- package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +137 -370
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.d.ts +17 -0
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +198 -0
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.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/communication-react/src/index.d.ts +2 -0
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.d.ts +16 -0
- package/dist/dist-esm/react-components/src/components/CameraButton.js +38 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.d.ts +30 -0
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +47 -0
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts +6 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +79 -55
- package/dist/dist-esm/react-components/src/components/DevicesButton.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.map +1 -1
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +29 -24
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/MessageThread.js +24 -11
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +29 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.d.ts +4 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +6 -42
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.d.ts +35 -0
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +32 -0
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/SendBox.js +5 -2
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.d.ts +67 -0
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +113 -0
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.d.ts +21 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +65 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.d.ts +75 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +44 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.d.ts +88 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +80 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +55 -19
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.d.ts +10 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +11 -9
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +81 -24
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +11 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.d.ts +21 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +63 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.d.ts +2 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +8 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.d.ts +32 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +28 -12
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.d.ts +4 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +8 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.d.ts +64 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +79 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.d.ts +25 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js +94 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.d.ts +4 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +58 -49
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +25 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +32 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.js +9 -12
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +8 -0
- package/dist/dist-esm/react-components/src/components/index.js +4 -0
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/CaptionsBanner.style.d.ts +13 -0
- package/dist/dist-esm/react-components/src/components/styles/CaptionsBanner.style.js +35 -0
- package/dist/dist-esm/react-components/src/components/styles/CaptionsBanner.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js +1 -0
- package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +30 -2
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.d.ts +32 -0
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +66 -0
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.d.ts +11 -0
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js +22 -0
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/responsive.d.ts +6 -0
- package/dist/dist-esm/react-components/src/components/utils/responsive.js +7 -0
- 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 +5 -0
- package/dist/dist-esm/react-components/src/components/utils.js +20 -0
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +6 -14
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +10 -4
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +7 -2
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +5 -0
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +14 -3
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +14 -3
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +14 -3
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +14 -3
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +14 -3
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +14 -3
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +14 -3
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +14 -3
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +14 -3
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +14 -3
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +14 -3
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +14 -3
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +14 -3
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +14 -3
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +7 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +19 -7
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.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.js +27 -2
- 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 +42 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +8 -2
- 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.js +1 -1
- 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/MediaGallery.js +21 -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/components/NetworkReconnectTile.js +1 -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/buttons/Camera.d.ts +5 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +1 -31
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +12 -0
- 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 +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +11 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +12 -8
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +16 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +49 -43
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +24 -0
- 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 +19 -0
- 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 +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +18 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js +47 -26
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +16 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.d.ts +11 -0
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +19 -0
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js +9 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -0
- package/package.json +12 -12
- package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js +0 -19
- package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -1,6 +1,627 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-react",
|
3
3
|
"entries": [
|
4
|
+
{
|
5
|
+
"date": "Tue, 28 Mar 2023 16:00:31 GMT",
|
6
|
+
"tag": "@azure/communication-react_v1.5.1-beta.2",
|
7
|
+
"version": "1.5.1-beta.2",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "palatter@microsoft.com",
|
12
|
+
"package": "@azure/communication-react",
|
13
|
+
"commit": "6b625ed934ae68d190571fcd315212d1d2aa65a0",
|
14
|
+
"comment": "Add more url parameters for chat sample"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "miguelgamis@microsoft.com",
|
18
|
+
"package": "@azure/communication-react",
|
19
|
+
"commit": "4c3c5aa872a6c7d1d63ef4f7910b3bbc2660aaf0",
|
20
|
+
"comment": "Rename horizontal gallery to overflow gallery appropriately"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
24
|
+
"package": "@azure/communication-react",
|
25
|
+
"commit": "8b9bce49c6d046911c6108ebadd0ed0b0cc6edcd",
|
26
|
+
"comment": "Bumped"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
30
|
+
"package": "@azure/communication-react",
|
31
|
+
"commit": "849a8dcad83887de93ac8be9029c6b957df87ee3",
|
32
|
+
"comment": "Update repo version of @azure/communication-chat to 1.3.0"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "miguelgamis@microsoft.com",
|
36
|
+
"package": "@azure/communication-react",
|
37
|
+
"commit": "854f11cd92e0c498ecdc632ef7c8202dd03d2197",
|
38
|
+
"comment": "Refactor modal sizes in VideoGallery to use rem instead of px"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
42
|
+
"package": "@azure/communication-react",
|
43
|
+
"commit": "d4b676b5797a98a11186b9176dd58ab88f8554d7",
|
44
|
+
"comment": "update storybook for vertical and horiztonal galleries."
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
48
|
+
"package": "@azure/communication-react",
|
49
|
+
"commit": "55773657a7246a845eefb389cb58d6df10ff6a71",
|
50
|
+
"comment": "Revert \"[Bug Fix] local video tile css fix mobile (#2708)\""
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
54
|
+
"package": "@azure/communication-react",
|
55
|
+
"commit": "c5df9e11f7fa073c554d3bf281b372bc1a07b509",
|
56
|
+
"comment": "Update the basic example snippet for chat composite not to include beta code."
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"author": "carolinecao@microsoft.com",
|
60
|
+
"package": "@azure/communication-react",
|
61
|
+
"commit": "2c38bb587944b1f72440607dd8acc10d71a2ca04",
|
62
|
+
"comment": "Add internal captions component and storybook page"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
66
|
+
"package": "@azure/communication-react",
|
67
|
+
"commit": "b75f813547c93992f1cf9e4f23caad280b72c2e1",
|
68
|
+
"comment": "Added VideoGallery unit tests for vertical overflow gallery"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
72
|
+
"package": "@azure/communication-react",
|
73
|
+
"commit": "6bc17eaa77813bdb10070b74a6bd7993d3429261",
|
74
|
+
"comment": "Update sample applications to provide more information on phone numbers, their formats, and what they are for."
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"author": "alkwa@microsoft.com",
|
78
|
+
"package": "@azure/communication-react",
|
79
|
+
"commit": "57029b7f17e9470792e2ca8e36f712aab216aff8",
|
80
|
+
"comment": "minor updates to storybook around cte documentation"
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
84
|
+
"package": "@azure/communication-react",
|
85
|
+
"commit": "81e8e549904b1f3d2e898c0b0927b03cbce443d4",
|
86
|
+
"comment": "Update codeowners"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
90
|
+
"package": "@azure/communication-react",
|
91
|
+
"commit": "3da5879042afb2c99b23ae9ffb048d037d40f76d",
|
92
|
+
"comment": "Update webpack to 5.76.0"
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
96
|
+
"package": "@azure/communication-react",
|
97
|
+
"commit": "62488527e0f60b3396877f0c479d9a3b3dd985e0",
|
98
|
+
"comment": "add conditional compile flag for video background effects"
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
102
|
+
"package": "@azure/communication-react",
|
103
|
+
"commit": "482759fd6515232ebb901c652abd91523cae3707",
|
104
|
+
"comment": "Allow use of fake adapters outside of the react-composites packlet"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
108
|
+
"package": "@azure/communication-react",
|
109
|
+
"commit": "44ad700b2d39fdf6f8bb593869a65f8421f37598",
|
110
|
+
"comment": "Console Log for invalid userId for pinned participants"
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
114
|
+
"package": "@azure/communication-react",
|
115
|
+
"commit": "1d9de6967800d395aa00e6ad8ebce0c3ebef2783",
|
116
|
+
"comment": "update Poll time limit and interval for NPM package release check."
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"author": "palatter@microsoft.com",
|
120
|
+
"package": "@azure/communication-react",
|
121
|
+
"commit": "6b625ed934ae68d190571fcd315212d1d2aa65a0",
|
122
|
+
"comment": "Add more url parameters for chat sample"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
126
|
+
"package": "@azure/communication-react",
|
127
|
+
"commit": "88a6338eaeb654fb5e09a2c4b5fc06e40fe389ec",
|
128
|
+
"comment": "VideoGallery rendering options storybook doc added."
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
132
|
+
"package": "@azure/communication-react",
|
133
|
+
"commit": "dcb63f8c91a168faf30f134c8cd24e0500983412",
|
134
|
+
"comment": "Added overflow gallery tests for callWithChat composite"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
138
|
+
"package": "@azure/communication-react",
|
139
|
+
"commit": "b12ae125c4cb2087596b2883567a7572c7e997af",
|
140
|
+
"comment": "Added pinning participants and changing rendering options features to storybook Use Cases table"
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
144
|
+
"package": "@azure/communication-react",
|
145
|
+
"commit": "297faeefe31bd651ae2e3dd7c73ee08bb1e89a53",
|
146
|
+
"comment": "Refactor helper functions for calculating children per page in responsive gallery to be util functions that can be mocked in testing."
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"author": "carolinecao@microsoft.com",
|
150
|
+
"package": "@azure/communication-react",
|
151
|
+
"commit": "0e17b020e468fac715f1f12af8d3c1dc801bdcbc",
|
152
|
+
"comment": "Created internal component for caption and storybook"
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
156
|
+
"package": "@azure/communication-react",
|
157
|
+
"commit": "2c135ab945c00323d01d68286ff8b3ee236f23c2",
|
158
|
+
"comment": "Documentation about adding contextual menu items to VideoTile added to storybook"
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
162
|
+
"package": "@azure/communication-react",
|
163
|
+
"commit": "fa0bab5e36193c49f0ba3df2346374345e10fb88",
|
164
|
+
"comment": "Update github actions to no longer create PRs"
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"author": "jiangnanhello@live.com",
|
168
|
+
"package": "@azure/communication-react",
|
169
|
+
"commit": "bbf6da37a06ace2f6e2f8f58cefe5520856ae34d",
|
170
|
+
"comment": "Add setting file for extension"
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"author": "109105353+jpeng-ms@users.noreply.github.com",
|
174
|
+
"package": "@azure/communication-react",
|
175
|
+
"commit": "2e9083c600ef74d6dcca26c7f679cd2c3d5c2a5a",
|
176
|
+
"comment": "fixed an issue where typing indicator event being sent multiple times"
|
177
|
+
},
|
178
|
+
{
|
179
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
180
|
+
"package": "@azure/communication-react",
|
181
|
+
"commit": "c1325fe6ad311d78de8cd88a25a470b953c75b3c",
|
182
|
+
"comment": "Added unit tests for ResponsiveVerticalGallery"
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
186
|
+
"package": "@azure/communication-react",
|
187
|
+
"commit": "ae0b9bd8fdfb834eacb492422f5c0ebfa8002582",
|
188
|
+
"comment": "Correct spelling error in function name."
|
189
|
+
},
|
190
|
+
{
|
191
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
192
|
+
"package": "@azure/communication-react",
|
193
|
+
"commit": "5ae37c13d6c8be1afde977dd9102ab1c1bae20c2",
|
194
|
+
"comment": "Added snapshot tests for the VerticalGallery in call composite"
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
198
|
+
"package": "@azure/communication-react",
|
199
|
+
"commit": "0e78f311c08e07807931375e6e21a4ee59857318",
|
200
|
+
"comment": "Ensure force-build-versions is run in CI"
|
201
|
+
},
|
202
|
+
{
|
203
|
+
"author": "alkwa@microsoft.com",
|
204
|
+
"package": "@azure/communication-react",
|
205
|
+
"commit": "310d6bf41ccf474f26328441587230d533708853",
|
206
|
+
"comment": "reverting storybook update to the vanillajs page"
|
207
|
+
},
|
208
|
+
{
|
209
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
210
|
+
"package": "@azure/communication-react",
|
211
|
+
"commit": "226383d48d9392c5be6a7c5249fca2852dede4b1",
|
212
|
+
"comment": "Added playwright config project to test vertical gallery and horizontal gallery on Desktop"
|
213
|
+
}
|
214
|
+
],
|
215
|
+
"patch": [
|
216
|
+
{
|
217
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
218
|
+
"package": "@azure/communication-react",
|
219
|
+
"commit": "5e4689854bd10f701b18a897607e1c5204454358",
|
220
|
+
"comment": "disable the selectivity of a text in video gallery for long touch to function properly"
|
221
|
+
},
|
222
|
+
{
|
223
|
+
"author": "edwardlee@microsoft.com",
|
224
|
+
"package": "@azure/communication-react",
|
225
|
+
"commit": "e5158f363b84e625829353beb4f67cd9a63de48a",
|
226
|
+
"comment": "Update storybook custom data model calling example to wrap userId as an identifier"
|
227
|
+
},
|
228
|
+
{
|
229
|
+
"author": "edwardlee@microsoft.com",
|
230
|
+
"package": "@azure/communication-react",
|
231
|
+
"commit": "f541c78b45ac57136eac9267635f277625769ba1",
|
232
|
+
"comment": "Thematically change hold icon color"
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
236
|
+
"package": "@azure/communication-react",
|
237
|
+
"commit": "2849ab71f3c84c0aa79248d8e3fc314441ee791d",
|
238
|
+
"comment": "Add error string for when your remote video feed is frozen for others in the call."
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
242
|
+
"package": "@azure/communication-react",
|
243
|
+
"commit": "50aad12f7f29788a7c841400ef1146c9dddbc0a8",
|
244
|
+
"comment": "Update Aria labels for people button to allow for voice access controls on windows."
|
245
|
+
},
|
246
|
+
{
|
247
|
+
"author": "77021369+jimchou-dev@users.noreply.github.com",
|
248
|
+
"package": "@azure/communication-react",
|
249
|
+
"commit": "3ee7efee88705ea416f066b3f001e1c113293672",
|
250
|
+
"comment": "Add Try ChatComposite page to storybook that uses fake adapters"
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"author": "edwardlee@microsoft.com",
|
254
|
+
"package": "@azure/communication-react",
|
255
|
+
"commit": "6b137d202f573fb1a15b12516e046c2b6fa3b56a",
|
256
|
+
"comment": "Update communication-chat version from fixed version to compatible with version"
|
257
|
+
},
|
258
|
+
{
|
259
|
+
"author": "jinan@microsoft.com",
|
260
|
+
"package": "@azure/communication-react",
|
261
|
+
"commit": "fbc4efbb2096af78959605b936a628df8442db63",
|
262
|
+
"comment": "Switch video seamlessly from different devices"
|
263
|
+
},
|
264
|
+
{
|
265
|
+
"author": "carolinecao@microsoft.com",
|
266
|
+
"package": "@azure/communication-react",
|
267
|
+
"commit": "e5ca64a93c8267b939f5763827a1d641c4829905",
|
268
|
+
"comment": "Added stream type in stream logs"
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
272
|
+
"package": "@azure/communication-react",
|
273
|
+
"commit": "3e675354447636f66b09aa73c4f2822ac6ad4e14",
|
274
|
+
"comment": "Fix VideoTile to show menu button on hover when isSpeaking prop is true"
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"author": "107075081+Leah-Xia-Microsoft@users.noreply.github.com",
|
278
|
+
"package": "@azure/communication-react",
|
279
|
+
"commit": "b2d56311b937df95dc374c41fc1643d5621ba207",
|
280
|
+
"comment": "Fix sending/delivered/failed message status not showing in large group"
|
281
|
+
},
|
282
|
+
{
|
283
|
+
"author": "joshlai@microsoft.com",
|
284
|
+
"package": "@azure/communication-react",
|
285
|
+
"commit": "3b29a61c011414b9ab9ffa47d67263620887acff",
|
286
|
+
"comment": "Update code owners"
|
287
|
+
},
|
288
|
+
{
|
289
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
290
|
+
"package": "@azure/communication-react",
|
291
|
+
"commit": "297faeefe31bd651ae2e3dd7c73ee08bb1e89a53",
|
292
|
+
"comment": "Update overflow gallery logic to allow more video participants to render video streams if available on different pages."
|
293
|
+
},
|
294
|
+
{
|
295
|
+
"author": "107075081+Leah-Xia-Microsoft@users.noreply.github.com",
|
296
|
+
"package": "@azure/communication-react",
|
297
|
+
"commit": "033e21696605af7b5b14a0037802afa5b185202a",
|
298
|
+
"comment": "Announce by Screen Reader after leaving chat"
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
302
|
+
"package": "@azure/communication-react",
|
303
|
+
"commit": "237bf5feebf66886e42a420022cd0c00ccd19102",
|
304
|
+
"comment": "Added empty icon render for tab navigation of video tile"
|
305
|
+
},
|
306
|
+
{
|
307
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
308
|
+
"package": "@azure/communication-react",
|
309
|
+
"commit": "acdb07de6a953cf2db4eef7e61596d3bb1bd9c93",
|
310
|
+
"comment": "Split buttons now hold primary action for toggling camera and mic on touch devices."
|
311
|
+
},
|
312
|
+
{
|
313
|
+
"author": "77021369+jimchou-dev@users.noreply.github.com",
|
314
|
+
"package": "@azure/communication-react",
|
315
|
+
"commit": "4e60db371ca505dd3fd25e90fb0ca7d1f92d3087",
|
316
|
+
"comment": "Fixed richtext css for blockquote and table"
|
317
|
+
},
|
318
|
+
{
|
319
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
320
|
+
"package": "@azure/communication-react",
|
321
|
+
"commit": "c419fe8ecd664372cee1936c82fa2a51c2818c94",
|
322
|
+
"comment": "Fix CallAdapter participants joined and left events to show correct participants in event array."
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"author": "3941071+emlynmac@users.noreply.github.com",
|
326
|
+
"package": "@azure/communication-react",
|
327
|
+
"commit": "c19f68ec028f64a8e9898876d729b52853e23cb5",
|
328
|
+
"comment": "Correct MessageThread API definition"
|
329
|
+
},
|
330
|
+
{
|
331
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
332
|
+
"package": "@azure/communication-react",
|
333
|
+
"commit": "f0690e5bc43feb826d2e81b72d6d8e84fe5abb95",
|
334
|
+
"comment": "Update internal dispose view logic to be under one utility function for remote and local streams."
|
335
|
+
},
|
336
|
+
{
|
337
|
+
"author": "miguelgamis@microsoft.com",
|
338
|
+
"package": "@azure/communication-react",
|
339
|
+
"commit": "6894c27e4e284a781925af6eda919d86ab2ad884",
|
340
|
+
"comment": "Fix dominant speaker ordering to best keep dominant speakers on the first page of overflow gallery."
|
341
|
+
},
|
342
|
+
{
|
343
|
+
"author": "carolinecao@microsoft.com",
|
344
|
+
"package": "@azure/communication-react",
|
345
|
+
"commit": "37dde65a90d06f74ccae46b0ef4ec8145d978d9d",
|
346
|
+
"comment": "make sure message status in storybook is defined to avoid 'try send again' showing up"
|
347
|
+
},
|
348
|
+
{
|
349
|
+
"author": "joshlai@microsoft.com",
|
350
|
+
"package": "@azure/communication-react",
|
351
|
+
"commit": "3b29a61c011414b9ab9ffa47d67263620887acff",
|
352
|
+
"comment": "Update Codeowners"
|
353
|
+
},
|
354
|
+
{
|
355
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
356
|
+
"package": "@azure/communication-react",
|
357
|
+
"commit": "d23df9380342cfbafebb9ff89da90d0c708575e7",
|
358
|
+
"comment": "Internal RemoteVideoTile should not default to having contextual menu options."
|
359
|
+
},
|
360
|
+
{
|
361
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
362
|
+
"package": "@azure/communication-react",
|
363
|
+
"commit": "a45a353710397f7dd8b640e2700f9b0e6a7f9e7a",
|
364
|
+
"comment": "Fix: Permission Error in Chat after leaving a Teams Interop meeting"
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"author": "carolinecao@microsoft.com",
|
368
|
+
"package": "@azure/communication-react",
|
369
|
+
"commit": "3e803daf5f8ecece33007d327edda702e76f5eb0",
|
370
|
+
"comment": "Show local video and vertical/horizontal gallery when screensharing with no participants"
|
371
|
+
},
|
372
|
+
{
|
373
|
+
"author": "miguelgamis@microsoft.com",
|
374
|
+
"package": "@azure/communication-react",
|
375
|
+
"commit": "4ff85c3fa2995b52a0a42da457f346d125e9f679",
|
376
|
+
"comment": "Memoize Teams call adapter args for CTE storybook sample code."
|
377
|
+
},
|
378
|
+
{
|
379
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
380
|
+
"package": "@azure/communication-react",
|
381
|
+
"commit": "93edc6a18c5327fe9fb8036a2c354ee4e136b35d",
|
382
|
+
"comment": "Updates streamUtils to handle multiple Calls from components."
|
383
|
+
},
|
384
|
+
{
|
385
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
386
|
+
"package": "@azure/communication-react",
|
387
|
+
"commit": "41849aaacb7fd05f7c7b76c8a9e27c001285a991",
|
388
|
+
"comment": "Update stream utils to have general createView function for both remote and local."
|
389
|
+
},
|
390
|
+
{
|
391
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
392
|
+
"package": "@azure/communication-react",
|
393
|
+
"commit": "8a3b63132bed494e570415f8d5f4d84a28945ddd",
|
394
|
+
"comment": "update the Errorbar selector to check environmentInfo for mac specific warnings."
|
395
|
+
},
|
396
|
+
{
|
397
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
398
|
+
"package": "@azure/communication-react",
|
399
|
+
"commit": "e52e439160ef91c85e7469f9193ccb369964ffb6",
|
400
|
+
"comment": "Move logging from StreamUtils to be managed in seperate file."
|
401
|
+
},
|
402
|
+
{
|
403
|
+
"author": "98852890+vhuseinova-msft@users.noreply.github.com",
|
404
|
+
"package": "@azure/communication-react",
|
405
|
+
"commit": "1038537173ac0c0f66d392bc9817a88d74360a79",
|
406
|
+
"comment": "Fix messages thread loading issue when an adapter is updated"
|
407
|
+
},
|
408
|
+
{
|
409
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
410
|
+
"package": "@azure/communication-react",
|
411
|
+
"commit": "bd3a7d8f311f9428a7c7517a3b43c26a613f18e2",
|
412
|
+
"comment": "Allow horizontal gallery tiles to resize to allow for better use of space."
|
413
|
+
},
|
414
|
+
{
|
415
|
+
"author": "edwardlee@microsoft.com",
|
416
|
+
"package": "@azure/communication-react",
|
417
|
+
"commit": "b1bd76ab5e43a2762bcddce4bf1d6f94e27a3642",
|
418
|
+
"comment": "Add heading role and aria level for start a call config heading"
|
419
|
+
},
|
420
|
+
{
|
421
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
422
|
+
"package": "@azure/communication-react",
|
423
|
+
"commit": "0f1f1604a28feeb810388ffd5a7943cc6b3ec58f",
|
424
|
+
"comment": "Remove emoji from testing that causes failures when emojis update."
|
425
|
+
}
|
426
|
+
],
|
427
|
+
"prerelease": [
|
428
|
+
{
|
429
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
430
|
+
"package": "@azure/communication-react",
|
431
|
+
"commit": "e414bd4aa9e4cfc6d9bf1696da7d69ac21665f7e",
|
432
|
+
"comment": "Create styles for verticalGallery controls and position."
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"author": "jinan@microsoft.com",
|
436
|
+
"package": "@azure/communication-react",
|
437
|
+
"commit": "766f54d34460ea8f99d117f4c6f92849d10c961a",
|
438
|
+
"comment": "Add parameter to hint displayName from SDK"
|
439
|
+
},
|
440
|
+
{
|
441
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
442
|
+
"package": "@azure/communication-react",
|
443
|
+
"commit": "153b62cd6a254a4ff90970c3c7dd0b635ca5222c",
|
444
|
+
"comment": "Draft API for video background effects"
|
445
|
+
},
|
446
|
+
{
|
447
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
448
|
+
"package": "@azure/communication-react",
|
449
|
+
"commit": "4b497995e4070a8a77afdf51ba696c220851a49c",
|
450
|
+
"comment": "Update beta version of @azure/communication-calling to 1.11.0-beta.1"
|
451
|
+
},
|
452
|
+
{
|
453
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
454
|
+
"package": "@azure/communication-react",
|
455
|
+
"commit": "153b62cd6a254a4ff90970c3c7dd0b635ca5222c",
|
456
|
+
"comment": "Adapter API changes for start/stop video effects"
|
457
|
+
},
|
458
|
+
{
|
459
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
460
|
+
"package": "@azure/communication-react",
|
461
|
+
"commit": "d9c3dbde57bdfe2f35cd9c791a949650ba61b5a6",
|
462
|
+
"comment": "Add stateful handlers for background effects"
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
466
|
+
"package": "@azure/communication-react",
|
467
|
+
"commit": "378f1ad37d939ec4b735ef861dce65413b2e9e46",
|
468
|
+
"comment": "Introduce hermetic tests to verify tile size behavior and gallery behavior when resizing window."
|
469
|
+
},
|
470
|
+
{
|
471
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
472
|
+
"package": "@azure/communication-react",
|
473
|
+
"commit": "0bf88edfa2654900eb528be96c355985fb9f0bf9",
|
474
|
+
"comment": "Update PSTN and 1:N callstate logic to not show config screen in composites when starting call."
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
478
|
+
"package": "@azure/communication-react",
|
479
|
+
"commit": "4b7486a55f6052247b602fc43b906a45ce0da8b7",
|
480
|
+
"comment": "In the stateful call client subscribe to video effects changes and populate state when those subscriptions fire'"
|
481
|
+
},
|
482
|
+
{
|
483
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
484
|
+
"package": "@azure/communication-react",
|
485
|
+
"commit": "f71df62eeeb7c8cf9834a860ba319f92466c9f58",
|
486
|
+
"comment": "Add video background effect choice items for upcoming background picker"
|
487
|
+
},
|
488
|
+
{
|
489
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
490
|
+
"package": "@azure/communication-react",
|
491
|
+
"commit": "d09a0abee5f1fbc128724d9edc150c9d3dcd3f58",
|
492
|
+
"comment": "tee video effects errors to state"
|
493
|
+
},
|
494
|
+
{
|
495
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
496
|
+
"package": "@azure/communication-react",
|
497
|
+
"commit": "de6f219f78d59ec7d99754871b4134a196e84688",
|
498
|
+
"comment": "Add type definitions to the new StatefulCallClient state fields for the incoming VideoEffectsFeature. This includes just type definitions with implementation to follow."
|
499
|
+
},
|
500
|
+
{
|
501
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
502
|
+
"package": "@azure/communication-react",
|
503
|
+
"commit": "a9de02ced6f798449b2e0a6f1e92022cc4bf4e77",
|
504
|
+
"comment": "Fix CallWithChat overflow buttons onClick not working, styles not being fully applied and and showLabel: false not hiding the button label."
|
505
|
+
},
|
506
|
+
{
|
507
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
508
|
+
"package": "@azure/communication-react",
|
509
|
+
"commit": "01388a9dd26c296f2756129407778e84c680f4ac",
|
510
|
+
"comment": "Expose unparentedLocalVideoStreams in the StatefulDeviceManager"
|
511
|
+
},
|
512
|
+
{
|
513
|
+
"author": "jinan@microsoft.com",
|
514
|
+
"package": "@azure/communication-react",
|
515
|
+
"commit": "e3051217cba6fe1d34fa9bf75e8b45bb737e279a",
|
516
|
+
"comment": "Update displayName code snippet for cte"
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
520
|
+
"package": "@azure/communication-react",
|
521
|
+
"commit": "f0457b55d8e2e1de7cde781714dd5acbfb003da8",
|
522
|
+
"comment": "Add support for overflow button in desktop callwithchat"
|
523
|
+
},
|
524
|
+
{
|
525
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
526
|
+
"package": "@azure/communication-react",
|
527
|
+
"commit": "5a5b9a1f34d2f58315ee150ad6da657a5d877592",
|
528
|
+
"comment": "Add Video background effects picker component"
|
529
|
+
},
|
530
|
+
{
|
531
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
532
|
+
"package": "@azure/communication-react",
|
533
|
+
"commit": "e5a12961f79dbd994bb02d934a8b36fa4282a1d1",
|
534
|
+
"comment": "Update vertical gallery styles to be responsive to the container height of the video gallery."
|
535
|
+
},
|
536
|
+
{
|
537
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
538
|
+
"package": "@azure/communication-react",
|
539
|
+
"commit": "bd95b784ec79203f98bba058a1c7c160da5b0220",
|
540
|
+
"comment": "Introduce responsive wrapper component for VerticalGallery."
|
541
|
+
},
|
542
|
+
{
|
543
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
544
|
+
"package": "@azure/communication-react",
|
545
|
+
"commit": "90d3f0b73fafec6ed799c572758c3586c9454f4e",
|
546
|
+
"comment": "update styles to allow tile vertical resizing"
|
547
|
+
},
|
548
|
+
{
|
549
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
550
|
+
"package": "@azure/communication-react",
|
551
|
+
"commit": "12bc09739a8e41d1bfdc034e3d0b77583a0fdcf0",
|
552
|
+
"comment": "Add announcer labels for nav buttons in vertical gallery and allow for style updates through props."
|
553
|
+
},
|
554
|
+
{
|
555
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
556
|
+
"package": "@azure/communication-react",
|
557
|
+
"commit": "b61703e3a8f3673efe34d74eed548ca5e3ba1e24",
|
558
|
+
"comment": "Video Effects Button and Pane"
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
562
|
+
"package": "@azure/communication-react",
|
563
|
+
"commit": "e45164a5c4338f7ce80a5d9631afc69d5de4fc70",
|
564
|
+
"comment": "Introduce new base component for VerticalGalleries feature."
|
565
|
+
},
|
566
|
+
{
|
567
|
+
"author": "joshlai@microsoft.com",
|
568
|
+
"package": "@azure/communication-react",
|
569
|
+
"commit": "d246999b75f8e1934d4e5759b824e3dfab6b7cc4",
|
570
|
+
"comment": "Update FileUploadAdapter to include the download of authenticated attachments"
|
571
|
+
},
|
572
|
+
{
|
573
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
574
|
+
"package": "@azure/communication-react",
|
575
|
+
"commit": "725ff4e00400ce90ce1a57959fe96fce2ccb60c3",
|
576
|
+
"comment": "Added overflowGalleryLayout prop to VideoGallery to control component for overflow participants"
|
577
|
+
},
|
578
|
+
{
|
579
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
580
|
+
"package": "@azure/communication-react",
|
581
|
+
"commit": "f9cdb4300001fcc057e83fc3d770c0d7121a7389",
|
582
|
+
"comment": "Fix PSTN id parsing and add unit test to validate E.164 format numbers."
|
583
|
+
},
|
584
|
+
{
|
585
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
586
|
+
"package": "@azure/communication-react",
|
587
|
+
"commit": "0a8fde04aa3644f6b4ec0179f7fe79b9c278a3b5",
|
588
|
+
"comment": "Updates LocalVideo tile to be 9:16 aspect ratio to show whole feed. fixes CallWithChat flashing issue with scrollable gallery."
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
592
|
+
"package": "@azure/communication-react",
|
593
|
+
"commit": "153b62cd6a254a4ff90970c3c7dd0b635ca5222c",
|
594
|
+
"comment": "Draft API for video background effects"
|
595
|
+
},
|
596
|
+
{
|
597
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
598
|
+
"package": "@azure/communication-react",
|
599
|
+
"commit": "226383d48d9392c5be6a7c5249fca2852dede4b1",
|
600
|
+
"comment": "VideoGallery in call composite will use a vertical overflow gallery when its aspect ratio is 16:9 or greater."
|
601
|
+
},
|
602
|
+
{
|
603
|
+
"author": "jiangnanhello@live.com",
|
604
|
+
"package": "@azure/communication-react",
|
605
|
+
"commit": "46c5aea236f1057dcc71cd7db7866fa2e8fca467",
|
606
|
+
"comment": "Add onFetchProfile to adapter"
|
607
|
+
},
|
608
|
+
{
|
609
|
+
"author": "jinan@microsoft.com",
|
610
|
+
"package": "@azure/communication-react",
|
611
|
+
"commit": "e5fd73ffa04418097b5ee68b9feea60ecf7e1289",
|
612
|
+
"comment": "Set all empty/undefined displayName to unnamed"
|
613
|
+
}
|
614
|
+
],
|
615
|
+
"minor": [
|
616
|
+
{
|
617
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
618
|
+
"package": "@azure/communication-react",
|
619
|
+
"commit": "d56e313d7892db6cfd3a28032082f9d6f685601a",
|
620
|
+
"comment": "Update @fluentui/react-icons to 2.0.194"
|
621
|
+
}
|
622
|
+
]
|
623
|
+
}
|
624
|
+
},
|
4
625
|
{
|
5
626
|
"date": "Wed, 01 Feb 2023 17:56:59 GMT",
|
6
627
|
"tag": "@azure/communication-react_v1.5.1-beta.1",
|