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

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 (75) hide show
  1. package/dist/communication-react.d.ts +20 -20
  2. package/dist/dist-cjs/communication-react/index.js +94 -69
  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-component-bindings/src/handlers/createCommonHandlers.d.ts +1 -1
  7. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  8. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +4 -4
  9. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  10. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +1 -1
  11. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  12. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +3 -3
  13. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  14. package/dist/dist-esm/calling-stateful-client/src/Converter.js +1 -1
  15. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  16. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +12 -4
  17. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  18. package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +2 -2
  19. package/dist/dist-esm/react-components/src/components/ImageGallery.js +11 -15
  20. package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +1 -1
  21. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +1 -1
  22. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  23. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +0 -1
  24. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  25. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +3 -3
  26. package/dist/dist-esm/react-components/src/components/VideoGallery.js +7 -7
  27. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  28. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +0 -1
  29. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +1 -1
  30. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.d.ts +2 -2
  31. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
  32. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +2 -2
  33. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  34. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +1 -1
  35. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  36. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +5 -5
  37. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  38. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +2 -2
  39. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  40. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.d.ts +1 -1
  41. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +16 -7
  42. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  43. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +1 -1
  44. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  45. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +2 -2
  46. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  47. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +2 -2
  48. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  49. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +1 -1
  50. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  51. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +13 -4
  52. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  53. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js +5 -1
  54. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js.map +1 -1
  55. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +58 -5
  56. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +58 -5
  57. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +62 -9
  58. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +58 -5
  59. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +59 -6
  60. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +58 -5
  61. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +58 -5
  62. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +58 -5
  63. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +58 -5
  64. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +58 -5
  65. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +58 -5
  66. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +58 -5
  67. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +58 -5
  68. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +60 -7
  69. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +58 -5
  70. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +58 -5
  71. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +58 -5
  72. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +58 -5
  73. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +58 -5
  74. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +58 -5
  75. 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
  *
@@ -3560,14 +3560,14 @@ export declare type CancelEditCallback = (messageId: string) => void;
3560
3560
  /**
3561
3561
  * Callback for {@link CallAdapterSubscribers} 'capabilitiesChanged' event.
3562
3562
  *
3563
- * @beta
3563
+ * @public
3564
3564
  */
3565
3565
  export declare type CapabilitiesChangedListener = (data: CapabilitiesChangeInfo) => void;
3566
3566
 
3567
3567
  /**
3568
3568
  * State only version of {@link @azure/communication-calling#CapabilitiesFeature}
3569
3569
  *
3570
- * @beta
3570
+ * @public
3571
3571
  */
3572
3572
  export declare interface CapabilitiesFeatureState {
3573
3573
  /**
@@ -3582,7 +3582,7 @@ export declare interface CapabilitiesFeatureState {
3582
3582
 
3583
3583
  /**
3584
3584
  * Strings for capability changed notification
3585
- * @beta
3585
+ * @public
3586
3586
  */
3587
3587
  export declare interface CapabilityChangedNotificationStrings {
3588
3588
  /**
@@ -3627,7 +3627,7 @@ export declare interface CapabilityChangedNotificationStrings {
3627
3627
  }
3628
3628
 
3629
3629
  /**
3630
- * @beta
3630
+ * @public
3631
3631
  * caption language strings for captions setting modal
3632
3632
  */
3633
3633
  export declare interface CaptionLanguageStrings {
@@ -3666,7 +3666,7 @@ export declare interface CaptionLanguageStrings {
3666
3666
  }
3667
3667
 
3668
3668
  /**
3669
- * @beta
3669
+ * @public
3670
3670
  */
3671
3671
  export declare interface CaptionsCallFeatureState {
3672
3672
  /**
@@ -3700,7 +3700,7 @@ export declare interface CaptionsCallFeatureState {
3700
3700
  }
3701
3701
 
3702
3702
  /**
3703
- * @beta
3703
+ * @public
3704
3704
  */
3705
3705
  export declare interface CaptionsInfo {
3706
3706
  /**
@@ -3736,7 +3736,7 @@ export declare interface CaptionsInfo {
3736
3736
  /**
3737
3737
  * options bag to start captions
3738
3738
  *
3739
- * @beta
3739
+ * @public
3740
3740
  */
3741
3741
  export declare type CaptionsOptions = {
3742
3742
  spokenLanguage: string;
@@ -3745,7 +3745,7 @@ export declare type CaptionsOptions = {
3745
3745
  /**
3746
3746
  * Callback for {@link CallAdapterSubscribers} 'captionsReceived' event.
3747
3747
  *
3748
- * @beta
3748
+ * @public
3749
3749
  */
3750
3750
  export declare type CaptionsReceivedListener = (event: {
3751
3751
  captionsInfo: CaptionsInfo;
@@ -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
  */
@@ -6947,7 +6947,7 @@ export declare interface IncomingCallState {
6947
6947
  /**
6948
6948
  * Callback for {@link CallAdapterSubscribers} 'isCaptionLanguageChanged' event.
6949
6949
  *
6950
- * @beta
6950
+ * @public
6951
6951
  */
6952
6952
  export declare type IsCaptionLanguageChangedListener = (event: {
6953
6953
  activeCaptionLanguage: string;
@@ -6956,7 +6956,7 @@ export declare type IsCaptionLanguageChangedListener = (event: {
6956
6956
  /**
6957
6957
  * Callback for {@link CallAdapterSubscribers} 'isCaptionsActiveChanged' event.
6958
6958
  *
6959
- * @beta
6959
+ * @public
6960
6960
  */
6961
6961
  export declare type IsCaptionsActiveChangedListener = (event: {
6962
6962
  isActive: boolean;
@@ -6994,7 +6994,7 @@ export declare type IsSpeakingChangedListener = (event: {
6994
6994
  /**
6995
6995
  * Callback for {@link CallAdapterSubscribers} 'isSpokenLanguageChanged' event.
6996
6996
  *
6997
- * @beta
6997
+ * @public
6998
6998
  */
6999
6999
  export declare type IsSpokenLanguageChangedListener = (event: {
7000
7000
  activeSpokenLanguage: string;
@@ -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
  /**
@@ -8927,7 +8927,7 @@ export declare interface SitePermissionsStyles extends BaseCustomStyles {
8927
8927
  }
8928
8928
 
8929
8929
  /**
8930
- * @beta
8930
+ * @public
8931
8931
  * spoken language strings for captions setting modal
8932
8932
  */
8933
8933
  export declare interface SpokenLanguageStrings {
@@ -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
  /**