@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.
- package/dist/communication-react.d.ts +27 -1
- package/dist/dist-cjs/communication-react/index.js +560 -336
- 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/baseSelectors.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +2 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +21 -10
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +6 -2
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissions.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissions.js +9 -3
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissions.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +8 -0
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +25 -4
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +2 -2
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +2 -2
- package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.d.ts +2 -27
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.d.ts +2 -26
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +34 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js +4 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/PinnedParticipantsLayout.d.ts +25 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/PinnedParticipantsLayout.js +62 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/PinnedParticipantsLayout.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.d.ts +3 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js +3 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +1 -8
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.d.ts +36 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/{videoGalleryUtils.js → utils/videoGalleryLayoutUtils.js} +46 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +47 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +4 -0
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +6 -0
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +22 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +12 -12
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +3 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +55 -24
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +27 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.d.ts +0 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +9 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +1 -11
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +0 -15
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +26 -3
- package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
- package/package.json +8 -8
- package/dist/dist-esm/react-components/src/components/VideoGallery/videoGalleryUtils.d.ts +0 -17
- 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
|
-
|
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`
|