@azure/communication-react 1.6.1-alpha-202306220014 → 1.6.1-alpha-202306240016

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 (47) hide show
  1. package/dist/communication-react.d.ts +36 -0
  2. package/dist/dist-cjs/communication-react/index.js +148 -41
  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/react-components/src/components/CameraButton.js +12 -13
  7. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  8. package/dist/dist-esm/react-components/src/components/DevicesButton.js +12 -0
  9. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  10. package/dist/dist-esm/react-components/src/components/MentionPopover.js +3 -4
  11. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -1
  12. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +5 -2
  13. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +1 -1
  14. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +2 -2
  15. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +1 -1
  16. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +4 -4
  17. package/dist/dist-esm/react-components/src/theming/icons.d.ts +2 -0
  18. package/dist/dist-esm/react-components/src/theming/icons.js +3 -1
  19. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  20. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +44 -3
  21. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  22. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +32 -0
  23. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  24. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +26 -1
  25. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  26. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +7 -3
  27. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  28. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.d.ts +1 -0
  29. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +3 -2
  30. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  31. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.d.ts +4 -0
  32. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -1
  33. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  34. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +5 -3
  35. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  36. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +6 -1
  37. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  38. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +9 -3
  39. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  40. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -0
  41. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.d.ts +1 -1
  42. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +3 -3
  43. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  44. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +3 -2
  45. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  46. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +9 -1
  47. package/package.json +10 -10
@@ -1940,6 +1940,38 @@ export declare interface CallCompositeStrings {
1940
1940
  * notice to be announced by narrator the transfer page is showing
1941
1941
  */
1942
1942
  transferPageNoticeString: string;
1943
+ /**
1944
+ * Title text of the page shown to the user when target participant could not be reached
1945
+ */
1946
+ participantCouldNotBeReachedTitle?: string;
1947
+ /**
1948
+ * More details text of the page shown to the user when target participant could not be reached
1949
+ */
1950
+ participantCouldNotBeReachedMoreDetails?: string;
1951
+ /**
1952
+ * Title text of the page shown to the user when permission to reach participant is not allowed
1953
+ */
1954
+ permissionToReachTargetParticipantNotAllowedTitle?: string;
1955
+ /**
1956
+ * More details text of the page shown to the user when permission to reach participant is not allowed
1957
+ */
1958
+ permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
1959
+ /**
1960
+ * Title text of the page shown to the user when tenant id for the target participant could not be resolved
1961
+ */
1962
+ unableToResolveTenantTitle?: string;
1963
+ /**
1964
+ * More details text of the page shown to the user when tenant id for the target participant could not be resolved
1965
+ */
1966
+ unableToResolveTenantMoreDetails?: string;
1967
+ /**
1968
+ * Title text of the page shown to the user when target participant id is malformed
1969
+ */
1970
+ participantIdIsMalformedTitle?: string;
1971
+ /**
1972
+ * More details text of the page shown to the user when target participant id is malformed
1973
+ */
1974
+ participantIdIsMalformedMoreDetails?: string;
1943
1975
  }
1944
1976
 
1945
1977
  /**
@@ -5262,6 +5294,8 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5262
5294
  CaptionsOffIcon: JSX.Element;
5263
5295
  CaptionsSettingsIcon: JSX.Element;
5264
5296
  ChangeSpokenLanguageIcon: JSX.Element;
5297
+ ContextMenuCameraIcon: JSX.Element;
5298
+ ContextMenuMicIcon: JSX.Element;
5265
5299
  };
5266
5300
 
5267
5301
  /**
@@ -5378,6 +5412,8 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5378
5412
  CaptionsOffIcon: JSX.Element;
5379
5413
  CaptionsSettingsIcon: JSX.Element;
5380
5414
  ChangeSpokenLanguageIcon: JSX.Element;
5415
+ ContextMenuCameraIcon: JSX.Element;
5416
+ ContextMenuMicIcon: JSX.Element;
5381
5417
  };
5382
5418
 
5383
5419
  /**