@azure/communication-react 1.7.1-alpha-202308181817 → 1.7.1-alpha-202308212239
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/communication-react.d.ts +7 -1
- package/dist/dist-cjs/communication-react/index.js +147 -91
- 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/callControlSelectors.js +2 -5
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +9 -5
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +9 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +6 -5
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +5 -5
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +2 -2
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +7 -7
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.d.ts +21 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +18 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +7 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +5 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +4 -0
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +14 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +33 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +4 -2
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +2 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +5 -1
- package/package.json +10 -10
@@ -1414,6 +1414,7 @@ export declare type CallCompositeIcons = {
|
|
1414
1414
|
SpeakerGalleryLayout?: JSX.Element;
|
1415
1415
|
FloatingLocalVideoGalleryLayout?: JSX.Element;
|
1416
1416
|
DefaultGalleryLayout?: JSX.Element;
|
1417
|
+
FocusedContentGalleryLayout?: JSX.Element;
|
1417
1418
|
OverflowGalleryTop?: JSX.Element;
|
1418
1419
|
};
|
1419
1420
|
|
@@ -2073,6 +2074,10 @@ export declare interface CallCompositeStrings {
|
|
2073
2074
|
* Label for the selection of the floatingLocalVideo (Dynamic) layout
|
2074
2075
|
*/
|
2075
2076
|
moreButtonGalleryFloatingLocalLayoutLabel?: string;
|
2077
|
+
/**
|
2078
|
+
* Label for the selection of the focusedContentLayout (Focused content) layout
|
2079
|
+
*/
|
2080
|
+
moreButtonGalleryFocusedContentLayoutLabel?: string;
|
2076
2081
|
}
|
2077
2082
|
|
2078
2083
|
/**
|
@@ -5599,6 +5604,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5599
5604
|
SpeakerGalleryLayout?: JSX.Element | undefined;
|
5600
5605
|
FloatingLocalVideoGalleryLayout?: JSX.Element | undefined;
|
5601
5606
|
DefaultGalleryLayout?: JSX.Element | undefined;
|
5607
|
+
FocusedContentGalleryLayout?: JSX.Element | undefined;
|
5602
5608
|
OverflowGalleryTop?: JSX.Element | undefined;
|
5603
5609
|
ChevronLeft?: JSX.Element | undefined;
|
5604
5610
|
ControlBarChatButtonActive?: JSX.Element | undefined;
|
@@ -9753,7 +9759,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
|
|
9753
9759
|
/**
|
9754
9760
|
* @public
|
9755
9761
|
*/
|
9756
|
-
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | /* @conditional-compile-remove(gallery-layouts) */ 'speaker';
|
9762
|
+
export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | /* @conditional-compile-remove(gallery-layouts) */ 'speaker' | /* @conditional-compile-remove(gallery-layouts) */ 'focusedContent';
|
9757
9763
|
|
9758
9764
|
/**
|
9759
9765
|
* The state of the local participant in the {@link VideoGallery}.
|