@azure/communication-react 1.7.1-alpha-202309010013 → 1.8.0-alpha-202309020012

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.
Files changed (52) hide show
  1. package/dist/communication-react.d.ts +8 -8
  2. package/dist/dist-cjs/communication-react/index.js +71 -58
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  6. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -1
  7. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  8. package/dist/dist-esm/calling-stateful-client/src/Converter.js +1 -1
  9. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  10. package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +2 -2
  11. package/dist/dist-esm/react-components/src/components/ImageGallery.js +11 -15
  12. package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +1 -1
  13. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +1 -1
  14. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  15. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +0 -1
  16. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  17. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +3 -3
  18. package/dist/dist-esm/react-components/src/components/VideoGallery.js +7 -7
  19. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  20. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +0 -1
  21. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +1 -1
  22. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +2 -2
  23. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  24. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +16 -7
  25. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  26. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +1 -1
  27. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  28. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +1 -1
  29. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  30. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +13 -4
  31. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  32. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +58 -5
  33. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +58 -5
  34. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +62 -9
  35. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +58 -5
  36. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +59 -6
  37. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +58 -5
  38. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +58 -5
  39. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +58 -5
  40. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +58 -5
  41. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +58 -5
  42. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +58 -5
  43. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +58 -5
  44. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +58 -5
  45. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +60 -7
  46. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +58 -5
  47. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +58 -5
  48. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +58 -5
  49. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +58 -5
  50. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +58 -5
  51. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +58 -5
  52. package/package.json +8 -8
@@ -1516,7 +1516,7 @@ export declare type CallCompositeOptions = {
1516
1516
  /**
1517
1517
  * Remote participant video tile menu options
1518
1518
  */
1519
- remoteVideoTileMenu?: RemoteVideoTileMenuOptions;
1519
+ remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
1520
1520
  /**
1521
1521
  * Options for controlling the local video tile.
1522
1522
  *
@@ -6841,7 +6841,7 @@ export declare interface ImageGalleryImageProps {
6841
6841
  /** Image Url used to display the image in a large scale. */
6842
6842
  imageUrl: string;
6843
6843
  /** String used as a file name when downloading this image to user's local device. */
6844
- saveAsName: string;
6844
+ downloadFilename: string;
6845
6845
  /** Optional string used as a alt text for the image. @default 'image' */
6846
6846
  altText?: string;
6847
6847
  /** Optional string used as the title of the image and displayed on the top left corner of the ImageGallery. */
@@ -6871,7 +6871,7 @@ export declare interface ImageGalleryProps {
6871
6871
  /**
6872
6872
  * Callback called when the download button is clicked.
6873
6873
  */
6874
- onImageDownloadButtonClicked: (imageUrl: string, saveAsName: string) => void;
6874
+ onImageDownloadButtonClicked: (imageUrl: string, downloadFilename: string) => void;
6875
6875
  /**
6876
6876
  * Callback called when there's an error loading the image.
6877
6877
  */
@@ -7981,7 +7981,7 @@ export declare const onResolveVideoEffectDependencyLazy: () => Promise<VideoBack
7981
7981
  /**
7982
7982
  * State only version of Optimal Video Count Feature {@link @azure/communication-calling#OptimalVideoCountCallFeature}.
7983
7983
  *
7984
- * @beta
7984
+ * @public
7985
7985
  */
7986
7986
  export declare interface OptimalVideoCountFeatureState {
7987
7987
  /**
@@ -8647,7 +8647,7 @@ export declare interface RemoteVideoStreamState {
8647
8647
  /**
8648
8648
  * Menu options for remote video tiles in {@link VideoGallery}.
8649
8649
  *
8650
- * @beta
8650
+ * @public
8651
8651
  */
8652
8652
  export declare interface RemoteVideoTileMenuOptions {
8653
8653
  /**
@@ -10090,7 +10090,7 @@ export declare interface VideoGalleryProps {
10090
10090
  *
10091
10091
  * @defaultValue \{ kind: 'contextual' \}
10092
10092
  */
10093
- remoteVideoTileMenuOptions?: false | VideoTileContextualMenuProps | VideoTileDrawerMenuProps;
10093
+ remoteVideoTileMenu?: false | VideoTileContextualMenuProps | VideoTileDrawerMenuProps;
10094
10094
  /**
10095
10095
  * Determines the layout of the overflowGallery inside the VideoGallery.
10096
10096
  * @defaultValue 'HorizontalBottom'
@@ -10260,7 +10260,7 @@ export declare const VideoTile: (props: VideoTileProps) => JSX.Element;
10260
10260
  /**
10261
10261
  * Properties for showing contextual menu for remote {@link VideoTile} components in {@link VideoGallery}.
10262
10262
  *
10263
- * @beta
10263
+ * @public
10264
10264
  */
10265
10265
  export declare interface VideoTileContextualMenuProps {
10266
10266
  /**
@@ -10272,7 +10272,7 @@ export declare interface VideoTileContextualMenuProps {
10272
10272
  /**
10273
10273
  * Properties for showing drawer menu on remote {@link VideoTile} long touch in {@link VideoGallery}.
10274
10274
  *
10275
- * @beta
10275
+ * @public
10276
10276
  */
10277
10277
  export declare interface VideoTileDrawerMenuProps {
10278
10278
  /**