@azure/communication-react 1.4.3-alpha-202212150014.0 → 1.4.3-alpha-202212170012.0

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 (87) hide show
  1. package/dist/communication-react.d.ts +27 -1
  2. package/dist/dist-cjs/communication-react/index.js +560 -336
  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/baseSelectors.d.ts +1 -1
  7. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +2 -1
  8. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  9. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +21 -10
  10. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  11. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +6 -2
  12. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  13. package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissions.d.ts +4 -0
  14. package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissions.js +9 -3
  15. package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissions.js.map +1 -1
  16. package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +8 -0
  17. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  18. package/dist/dist-esm/react-components/src/components/ParticipantsButton.d.ts +4 -0
  19. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +25 -4
  20. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  21. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.d.ts +1 -1
  22. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +2 -2
  23. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  24. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.d.ts +1 -1
  25. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +2 -2
  26. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  27. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.d.ts +2 -27
  28. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +1 -1
  29. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  30. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.d.ts +2 -26
  31. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +2 -2
  32. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  33. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +34 -0
  34. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js +4 -0
  35. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -0
  36. package/dist/dist-esm/react-components/src/components/VideoGallery/PinnedParticipantsLayout.d.ts +25 -0
  37. package/dist/dist-esm/react-components/src/components/VideoGallery/PinnedParticipantsLayout.js +62 -0
  38. package/dist/dist-esm/react-components/src/components/VideoGallery/PinnedParticipantsLayout.js.map +1 -0
  39. package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.d.ts +3 -1
  40. package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js +3 -1
  41. package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js.map +1 -1
  42. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.d.ts +1 -0
  43. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +2 -1
  44. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  45. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.d.ts +0 -14
  46. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +1 -8
  47. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  48. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.d.ts +36 -0
  49. package/dist/dist-esm/react-components/src/components/VideoGallery/{videoGalleryUtils.js → utils/videoGalleryLayoutUtils.js} +46 -2
  50. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -0
  51. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +4 -0
  52. package/dist/dist-esm/react-components/src/components/VideoGallery.js +47 -3
  53. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  54. package/dist/dist-esm/react-components/src/components/utils.js +4 -0
  55. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  56. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +6 -0
  57. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  58. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +22 -1
  59. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +12 -12
  60. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  61. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +3 -4
  62. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +55 -24
  63. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -1
  64. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +1 -1
  65. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  66. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +27 -5
  67. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  68. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +1 -1
  69. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +1 -1
  70. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.d.ts +0 -4
  71. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +0 -8
  72. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  73. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +5 -0
  74. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +9 -0
  75. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  76. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +1 -11
  77. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +1 -1
  78. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.d.ts +0 -2
  79. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +0 -15
  80. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  81. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +26 -3
  82. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  83. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +1 -1
  84. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  85. package/package.json +8 -8
  86. package/dist/dist-esm/react-components/src/components/VideoGallery/videoGalleryUtils.d.ts +0 -17
  87. package/dist/dist-esm/react-components/src/components/VideoGallery/videoGalleryUtils.js.map +0 -1
@@ -3619,6 +3619,10 @@ export declare interface CommonDomainPermissionsProps {
3619
3619
  * Type of the Domain Permissions component.
3620
3620
  */
3621
3621
  type: 'request' | 'denied' | 'check';
3622
+ /**
3623
+ * Type of the browser used, the domain permission component will show different guidance text based on the browser type
3624
+ */
3625
+ browserHint?: 'safari' | 'unset';
3622
3626
  /**
3623
3627
  * Action to be taken by the more help link. Possible to send to external page or show other modal.
3624
3628
  * If this is not provided the button will not be shown.
@@ -3837,10 +3841,16 @@ export declare interface ComponentStrings {
3837
3841
  MicrophoneDomainPermissionsCheck: DomainPermissionsStrings;
3838
3842
  /** Strings for a domain permission denied prompt */
3839
3843
  CameraAndMicrophoneDomainPermissionsDenied: DomainPermissionsStrings;
3844
+ /** Strings for a domain permission denied prompt for safari browsers*/
3845
+ CameraAndMicrophoneDomainPermissionsDeniedSafari: DomainPermissionsStrings;
3840
3846
  /** Strings for a domain permission denied prompt */
3841
3847
  CameraDomainPermissionsDenied: DomainPermissionsStrings;
3842
3848
  /** Strings for a domain permission denied prompt */
3843
3849
  MicrophoneDomainPermissionsDenied: DomainPermissionsStrings;
3850
+ /** Strings for a domain permission denied prompt for safari browsers*/
3851
+ CameraDomainPermissionsDeniedSafari: DomainPermissionsStrings;
3852
+ /** Strings for a domain permission denied prompt for safari browsers*/
3853
+ MicrophoneDomainPermissionsDeniedSafari: DomainPermissionsStrings;
3844
3854
  /** Strings for unsupported browser UI */
3845
3855
  UnsupportedBrowser: UnsupportedBrowserStrings;
3846
3856
  /** Strings for unsupported browser version UI */
@@ -5285,6 +5295,10 @@ export declare interface ErrorBarStrings {
5285
5295
  * Message shown when microphone can be enumerated but access is blocked by the system.
5286
5296
  */
5287
5297
  callMicrophoneAccessDenied: string;
5298
+ /**
5299
+ * Message shown when microphone can be enumerated but access is blocked by the system, for safari browsers
5300
+ */
5301
+ callMicrophoneAccessDeniedSafari: string;
5288
5302
  /**
5289
5303
  * Message shown when microphone is muted by the system (not by local or remote participants)
5290
5304
  */
@@ -5307,6 +5321,10 @@ export declare interface ErrorBarStrings {
5307
5321
  * Message shown when camera can be enumerated but access is blocked by the system.
5308
5322
  */
5309
5323
  callCameraAccessDenied: string;
5324
+ /**
5325
+ * Message shown when camera can be enumerated but access is blocked by the system, for safari browsers
5326
+ */
5327
+ callCameraAccessDeniedSafari: string;
5310
5328
  /**
5311
5329
  * Message shown when local video fails to start because camera is already in use by
5312
5330
  * another applciation.
@@ -6991,6 +7009,10 @@ export declare interface ParticipantsButtonStrings {
6991
7009
  * Label of menu button to mute all participants
6992
7010
  */
6993
7011
  muteAllButtonLabel: string;
7012
+ /**
7013
+ * Narrator announcement for when the invite link has been copied by the user to the clipboard
7014
+ */
7015
+ copyInviteLinkActionedAriaLabel: string;
6994
7016
  }
6995
7017
 
6996
7018
  /**
@@ -7929,7 +7951,7 @@ export declare interface UnsupportedBrowserVersionProps {
7929
7951
  /** String overrides for the component */
7930
7952
  strings?: UnsupportedBrowserVersionStrings;
7931
7953
  /** Handler to allow user to continue into the call */
7932
- onContinueClick?: () => void;
7954
+ onContinueAnywayClick?: () => void;
7933
7955
  }
7934
7956
 
7935
7957
  /**
@@ -8291,6 +8313,10 @@ export declare interface VideoGalleryProps {
8291
8313
  * Camera control information for button to switch cameras.
8292
8314
  */
8293
8315
  localVideoCameraCycleButtonProps?: LocalVideoCameraCycleButtonProps;
8316
+ /**
8317
+ * List of pinned participant userIds
8318
+ */
8319
+ pinnedParticipants?: string[];
8294
8320
  /**
8295
8321
  * Whether to show the remote video tile contextual menu.
8296
8322
  * @defaultValue `true`