@azure/communication-react 1.14.0-alpha-202403030013 → 1.14.0-alpha-202403060013
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 +3 -31
- package/dist/dist-cjs/communication-react/index.js +98 -221
- 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/chat-component-bindings/src/messageThreadSelector.js +12 -34
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +1 -1
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +3 -9
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +1 -22
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +6 -10
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +3 -5
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +4 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +5 -17
- package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +4 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +1 -8
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +3 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +0 -7
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +1 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +2 -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/MediaGallery.js +2 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +4 -26
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +1 -5
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +43 -40
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +2 -8
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +1 -6
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +0 -2
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +0 -9
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/package.json +2 -2
@@ -174,7 +174,7 @@ function getDefaultExportFromCjs (x) {
|
|
174
174
|
// Copyright (c) Microsoft Corporation.
|
175
175
|
// Licensed under the MIT License.
|
176
176
|
// GENERATED FILE. DO NOT EDIT MANUALLY.
|
177
|
-
var telemetryVersion = '1.14.0-alpha-
|
177
|
+
var telemetryVersion = '1.14.0-alpha-202403060013';
|
178
178
|
|
179
179
|
|
180
180
|
var telemetryVersion$1 = /*@__PURE__*/getDefaultExportFromCjs(telemetryVersion);
|
@@ -11037,7 +11037,7 @@ const processHtmlToReact = (props) => {
|
|
11037
11037
|
var _a;
|
11038
11038
|
const options = {
|
11039
11039
|
transform(reactNode, domNode) {
|
11040
|
-
var _a, _b, _c
|
11040
|
+
var _a, _b, _c;
|
11041
11041
|
if (domNode instanceof parse.Element && domNode.attribs) {
|
11042
11042
|
// Transform custom rendering of mentions
|
11043
11043
|
/* @conditional-compile-remove(mention) */
|
@@ -11054,19 +11054,13 @@ const processHtmlToReact = (props) => {
|
|
11054
11054
|
}
|
11055
11055
|
// Transform inline images
|
11056
11056
|
/* @conditional-compile-remove(teams-inline-images-and-file-sharing) */
|
11057
|
-
if (domNode.name &&
|
11058
|
-
domNode.name === 'img' &&
|
11059
|
-
domNode.attribs &&
|
11060
|
-
domNode.attribs.id &&
|
11061
|
-
((_c = props.message.inlineImages) === null || _c === void 0 ? void 0 : _c.find((metadata) => {
|
11062
|
-
return metadata.id === domNode.attribs.id;
|
11063
|
-
}))) {
|
11057
|
+
if (domNode.name && domNode.name === 'img' && domNode.attribs && domNode.attribs.id) {
|
11064
11058
|
domNode.attribs['aria-label'] = domNode.attribs.name;
|
11065
11059
|
const imgProps = parse.attributesToProps(domNode.attribs);
|
11066
11060
|
/* @conditional-compile-remove(image-overlay) */
|
11067
11061
|
const inlineImageProps = { messageId: props.message.messageId, imgAttrs: imgProps };
|
11068
11062
|
/* @conditional-compile-remove(image-overlay) */
|
11069
|
-
return ((
|
11063
|
+
return ((_c = props.inlineImageOptions) === null || _c === void 0 ? void 0 : _c.onRenderInlineImage)
|
11070
11064
|
? props.inlineImageOptions.onRenderInlineImage(inlineImageProps, defaultOnRenderInlineImage)
|
11071
11065
|
: defaultOnRenderInlineImage(inlineImageProps);
|
11072
11066
|
}
|
@@ -13753,16 +13747,12 @@ const participantsById = (participants) => {
|
|
13753
13747
|
// Licensed under the MIT License.
|
13754
13748
|
const DEFAULT_MAX_OVERFLOW_GALLERY_DOMINANT_SPEAKERS = 6;
|
13755
13749
|
const DEFAULT_MAX_VIDEO_SREAMS = 4;
|
13756
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
13757
13750
|
const MAX_GRID_PARTICIPANTS_NOT_LARGE_GALLERY = 9;
|
13758
13751
|
const _useOrganizedParticipants = (props) => {
|
13759
13752
|
const visibleGridParticipants = React.useRef([]);
|
13760
13753
|
const visibleOverflowGalleryParticipants = React.useRef([]);
|
13761
|
-
const { remoteParticipants = [], dominantSpeakers = [], maxRemoteVideoStreams = DEFAULT_MAX_VIDEO_SREAMS, maxOverflowGalleryDominantSpeakers = DEFAULT_MAX_OVERFLOW_GALLERY_DOMINANT_SPEAKERS, isScreenShareActive = false, pinnedParticipantUserIds = [],
|
13762
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
13763
|
-
layout } = props;
|
13754
|
+
const { remoteParticipants = [], dominantSpeakers = [], maxRemoteVideoStreams = DEFAULT_MAX_VIDEO_SREAMS, maxOverflowGalleryDominantSpeakers = DEFAULT_MAX_OVERFLOW_GALLERY_DOMINANT_SPEAKERS, isScreenShareActive = false, pinnedParticipantUserIds = [], layout } = props;
|
13764
13755
|
const calculateMaxRemoteVideoStreams = () => {
|
13765
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
13766
13756
|
if (maxRemoteVideoStreams > MAX_GRID_PARTICIPANTS_NOT_LARGE_GALLERY) {
|
13767
13757
|
return MAX_GRID_PARTICIPANTS_NOT_LARGE_GALLERY;
|
13768
13758
|
}
|
@@ -13773,7 +13763,6 @@ const _useOrganizedParticipants = (props) => {
|
|
13773
13763
|
const maxRemoteVideoStreamsToUse = calculateMaxRemoteVideoStreams();
|
13774
13764
|
const videoParticipants = remoteParticipants.filter((p) => { var _a; return (_a = p.videoStream) === null || _a === void 0 ? void 0 : _a.isAvailable; });
|
13775
13765
|
const participantsToSortTrampoline = () => {
|
13776
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
13777
13766
|
return layout !== 'floatingLocalVideo' ? putVideoParticipantsFirst(remoteParticipants) : videoParticipants;
|
13778
13767
|
};
|
13779
13768
|
visibleGridParticipants.current =
|
@@ -13785,13 +13774,11 @@ const _useOrganizedParticipants = (props) => {
|
|
13785
13774
|
lastVisibleParticipants: visibleGridParticipants.current,
|
13786
13775
|
maxDominantSpeakers: maxRemoteVideoStreamsToUse
|
13787
13776
|
}).slice(0, maxRemoteVideoStreamsToUse);
|
13788
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
13789
13777
|
const dominantSpeakerToGrid = layout === 'speaker'
|
13790
13778
|
? dominantSpeakers && dominantSpeakers[0]
|
13791
13779
|
? visibleGridParticipants.current.filter((p) => p.userId === dominantSpeakers[0])
|
13792
13780
|
: [visibleGridParticipants.current[0]]
|
13793
13781
|
: [];
|
13794
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
13795
13782
|
if (dominantSpeakerToGrid[0]) {
|
13796
13783
|
visibleGridParticipants.current = dominantSpeakerToGrid;
|
13797
13784
|
}
|
@@ -15474,7 +15461,7 @@ const DefaultLayout = (props) => {
|
|
15474
15461
|
? childrenPerPage.current - ((pinnedParticipantUserIds.length + 1) % childrenPerPage.current)
|
15475
15462
|
: childrenPerPage.current,
|
15476
15463
|
pinnedParticipantUserIds,
|
15477
|
-
|
15464
|
+
layout: 'default',
|
15478
15465
|
/* @conditional-compile-remove(spotlight) */ spotlightedParticipantUserIds
|
15479
15466
|
});
|
15480
15467
|
let activeVideoStreams = 0;
|
@@ -15534,13 +15521,11 @@ const DefaultLayout = (props) => {
|
|
15534
15521
|
, {
|
15535
15522
|
/* @conditional-compile-remove(vertical-gallery) */
|
15536
15523
|
horizontal: overflowGalleryPosition === 'verticalRight', styles: rootLayoutStyle$1, tokens: videoGalleryLayoutGap },
|
15537
|
-
|
15524
|
+
props.overflowGalleryPosition === 'horizontalTop' ? overflowGallery : React.createElement(React.Fragment, null),
|
15538
15525
|
screenShareComponent ? (screenShareComponent) : (React.createElement(GridLayout, { key: "grid-layout", styles: styles === null || styles === void 0 ? void 0 : styles.gridLayout }, gridTiles)),
|
15539
|
-
overflowGalleryTrampoline$3(overflowGallery,
|
15540
|
-
/* @conditional-compile-remove(gallery-layouts) */ props.overflowGalleryPosition)));
|
15526
|
+
overflowGalleryTrampoline$3(overflowGallery, props.overflowGalleryPosition)));
|
15541
15527
|
};
|
15542
15528
|
const overflowGalleryTrampoline$3 = (gallery, galleryPosition) => {
|
15543
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
15544
15529
|
return galleryPosition !== 'horizontalTop' ? gallery : React.createElement(React.Fragment, null);
|
15545
15530
|
};
|
15546
15531
|
|
@@ -16320,7 +16305,7 @@ const FloatingLocalVideoLayout = (props) => {
|
|
16320
16305
|
? childrenPerPage.current - (pinnedParticipantUserIds.length % childrenPerPage.current)
|
16321
16306
|
: childrenPerPage.current,
|
16322
16307
|
pinnedParticipantUserIds,
|
16323
|
-
|
16308
|
+
layout: 'floatingLocalVideo',
|
16324
16309
|
/* @conditional-compile-remove(spotlight) */ spotlightedParticipantUserIds
|
16325
16310
|
});
|
16326
16311
|
let activeVideoStreams = 0;
|
@@ -16382,8 +16367,7 @@ const FloatingLocalVideoLayout = (props) => {
|
|
16382
16367
|
showCameraSwitcherInLocalPreview ? (React.createElement(react.Stack, { className: react.mergeStyles(localVideoTileWithControlsContainerStyle(theme, localVideoSizeRem), {
|
16383
16368
|
boxShadow: theme.effects.elevation8,
|
16384
16369
|
zIndex: LOCAL_VIDEO_TILE_ZINDEX
|
16385
|
-
}) }, localVideoComponent)) : overflowGalleryTiles.length > 0 || screenShareComponent ? (React.createElement(react.Stack, { className: react.mergeStyles(localVideoTileContainerStyle(theme, localVideoSizeRem, !!screenShareComponent,
|
16386
|
-
/* @conditional-compile-remove(gallery-layouts) */ overflowGalleryPosition)) }, localVideoComponent)) : (React.createElement(FloatingLocalVideo, { localVideoComponent: localVideoComponent, layerHostId: layerHostId, localVideoSizeRem: localVideoSizeRem, parentWidth: parentWidth, parentHeight: parentHeight }))) : undefined;
|
16370
|
+
}) }, localVideoComponent)) : overflowGalleryTiles.length > 0 || screenShareComponent ? (React.createElement(react.Stack, { className: react.mergeStyles(localVideoTileContainerStyle(theme, localVideoSizeRem, !!screenShareComponent, overflowGalleryPosition)) }, localVideoComponent)) : (React.createElement(FloatingLocalVideo, { localVideoComponent: localVideoComponent, layerHostId: layerHostId, localVideoSizeRem: localVideoSizeRem, parentWidth: parentWidth, parentHeight: parentHeight }))) : undefined;
|
16387
16371
|
const overflowGallery = React.useMemo(() => {
|
16388
16372
|
if (overflowGalleryTiles.length === 0 && !screenShareComponent) {
|
16389
16373
|
return null;
|
@@ -16419,13 +16403,11 @@ const FloatingLocalVideoLayout = (props) => {
|
|
16419
16403
|
, {
|
16420
16404
|
/* @conditional-compile-remove(vertical-gallery) */
|
16421
16405
|
horizontal: overflowGalleryPosition === 'verticalRight', styles: innerLayoutStyle, tokens: videoGalleryLayoutGap },
|
16422
|
-
|
16406
|
+
props.overflowGalleryPosition === 'horizontalTop' ? overflowGallery : React.createElement(React.Fragment, null),
|
16423
16407
|
screenShareComponent ? (screenShareComponent) : (React.createElement(GridLayout, { key: "grid-layout", styles: styles === null || styles === void 0 ? void 0 : styles.gridLayout }, gridTiles)),
|
16424
|
-
overflowGalleryTrampoline$2(overflowGallery,
|
16425
|
-
/* @conditional-compile-remove(gallery-layouts) */ props.overflowGalleryPosition))));
|
16408
|
+
overflowGalleryTrampoline$2(overflowGallery, props.overflowGalleryPosition))));
|
16426
16409
|
};
|
16427
16410
|
const overflowGalleryTrampoline$2 = (gallery, galleryPosition) => {
|
16428
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
16429
16411
|
return galleryPosition !== 'horizontalTop' ? gallery : React.createElement(React.Fragment, null);
|
16430
16412
|
};
|
16431
16413
|
|
@@ -16457,7 +16439,7 @@ const SpeakerVideoLayout = (props) => {
|
|
16457
16439
|
? childrenPerPage.current - (pinnedParticipantUserIds.length % childrenPerPage.current)
|
16458
16440
|
: childrenPerPage.current,
|
16459
16441
|
pinnedParticipantUserIds,
|
16460
|
-
|
16442
|
+
layout: 'speaker'
|
16461
16443
|
});
|
16462
16444
|
let activeVideoStreams = 0;
|
16463
16445
|
const gridTiles = gridParticipants.map((p) => {
|
@@ -16513,8 +16495,7 @@ const SpeakerVideoLayout = (props) => {
|
|
16513
16495
|
/* @conditional-compile-remove(vertical-gallery) */ overflowGalleryPosition,
|
16514
16496
|
/* @conditional-compile-remove(click-to-call) */ localVideoTileSize
|
16515
16497
|
]);
|
16516
|
-
const wrappedLocalVideoComponent = localVideoComponent || (screenShareComponent && localVideoComponent) ? (React.createElement(react.Stack, { className: react.mergeStyles(localVideoTileContainerStyle(theme, localVideoSizeRem, !!screenShareComponent,
|
16517
|
-
/* @conditional-compile-remove(gallery-layouts) */ overflowGalleryPosition)) }, localVideoComponent)) : undefined;
|
16498
|
+
const wrappedLocalVideoComponent = localVideoComponent || (screenShareComponent && localVideoComponent) ? (React.createElement(react.Stack, { className: react.mergeStyles(localVideoTileContainerStyle(theme, localVideoSizeRem, !!screenShareComponent, overflowGalleryPosition)) }, localVideoComponent)) : undefined;
|
16518
16499
|
const overflowGallery = React.useMemo(() => {
|
16519
16500
|
if (overflowGalleryTiles.length === 0 && !screenShareComponent) {
|
16520
16501
|
return null;
|
@@ -16550,13 +16531,11 @@ const SpeakerVideoLayout = (props) => {
|
|
16550
16531
|
, {
|
16551
16532
|
/* @conditional-compile-remove(vertical-gallery) */
|
16552
16533
|
horizontal: overflowGalleryPosition === 'verticalRight', styles: innerLayoutStyle, tokens: videoGalleryLayoutGap },
|
16553
|
-
|
16534
|
+
props.overflowGalleryPosition === 'horizontalTop' ? overflowGallery : React.createElement(React.Fragment, null),
|
16554
16535
|
screenShareComponent ? (screenShareComponent) : (React.createElement(GridLayout, { key: "grid-layout", styles: styles === null || styles === void 0 ? void 0 : styles.gridLayout }, gridTiles)),
|
16555
|
-
overflowGalleryTrampoline$1(overflowGallery,
|
16556
|
-
/* @conditional-compile-remove(gallery-layouts) */ props.overflowGalleryPosition))));
|
16536
|
+
overflowGalleryTrampoline$1(overflowGallery, props.overflowGalleryPosition))));
|
16557
16537
|
};
|
16558
16538
|
const overflowGalleryTrampoline$1 = (gallery, galleryPosition) => {
|
16559
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
16560
16539
|
return galleryPosition !== 'horizontalTop' ? gallery : React.createElement(React.Fragment, null);
|
16561
16540
|
};
|
16562
16541
|
|
@@ -16576,9 +16555,7 @@ const FocusedContentLayout = (props) => {
|
|
16576
16555
|
// Copyright (c) Microsoft Corporation.
|
16577
16556
|
// Licensed under the MIT License.
|
16578
16557
|
const DEFAULT_CHILDREN_PER_PAGE = 5;
|
16579
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
16580
16558
|
const REM_TO_PIXEL = 16;
|
16581
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
16582
16559
|
const LARGE_GALLERY_PARTICIPANT_CAP = 48;
|
16583
16560
|
/**
|
16584
16561
|
* VideoGallery Layout for when user is in a large meeting and wants to see more participants
|
@@ -16588,14 +16565,11 @@ const LARGE_GALLERY_PARTICIPANT_CAP = 48;
|
|
16588
16565
|
* @private
|
16589
16566
|
*/
|
16590
16567
|
const LargeGalleryLayout = (props) => {
|
16591
|
-
const { remoteParticipants = [], localParticipant, dominantSpeakers, localVideoComponent, screenShareComponent, onRenderRemoteParticipant, styles, maxRemoteVideoStreams, parentWidth,
|
16592
|
-
/* @conditional-compile-remove(gallery-layouts) */ parentHeight, pinnedParticipantUserIds = [],
|
16568
|
+
const { remoteParticipants = [], localParticipant, dominantSpeakers, localVideoComponent, screenShareComponent, onRenderRemoteParticipant, styles, maxRemoteVideoStreams, parentWidth, parentHeight, pinnedParticipantUserIds = [],
|
16593
16569
|
/* @conditional-compile-remove(vertical-gallery) */ overflowGalleryPosition = 'horizontalBottom' } = props;
|
16594
16570
|
const isNarrow = parentWidth ? isNarrowWidth(parentWidth) : false;
|
16595
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
16596
16571
|
const isShort = parentHeight ? isShortHeight(parentHeight) : false;
|
16597
16572
|
const maxStreamsTrampoline = () => {
|
16598
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
16599
16573
|
return parentWidth && parentHeight
|
16600
16574
|
? calculateMaxTilesInLargeGrid(parentWidth, parentHeight)
|
16601
16575
|
: maxRemoteVideoStreams;
|
@@ -16649,9 +16623,7 @@ const LargeGalleryLayout = (props) => {
|
|
16649
16623
|
if (overflowGalleryTiles.length === 0) {
|
16650
16624
|
return null;
|
16651
16625
|
}
|
16652
|
-
return (React.createElement(OverflowGallery, { isNarrow: isNarrow,
|
16653
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
16654
|
-
isShort: isShort, shouldFloatLocalVideo: false, overflowGalleryElements: overflowGalleryTiles, horizontalGalleryStyles: styles === null || styles === void 0 ? void 0 : styles.horizontalGallery,
|
16626
|
+
return (React.createElement(OverflowGallery, { isNarrow: isNarrow, isShort: isShort, shouldFloatLocalVideo: false, overflowGalleryElements: overflowGalleryTiles, horizontalGalleryStyles: styles === null || styles === void 0 ? void 0 : styles.horizontalGallery,
|
16655
16627
|
/* @conditional-compile-remove(vertical-gallery) */
|
16656
16628
|
verticalGalleryStyles: styles === null || styles === void 0 ? void 0 : styles.verticalGallery,
|
16657
16629
|
/* @conditional-compile-remove(vertical-gallery) */
|
@@ -16660,7 +16632,7 @@ const LargeGalleryLayout = (props) => {
|
|
16660
16632
|
}, parentWidth: parentWidth }));
|
16661
16633
|
}, [
|
16662
16634
|
isNarrow,
|
16663
|
-
|
16635
|
+
isShort,
|
16664
16636
|
overflowGalleryTiles,
|
16665
16637
|
styles === null || styles === void 0 ? void 0 : styles.horizontalGallery,
|
16666
16638
|
/* @conditional-compile-remove(vertical-gallery) */ overflowGalleryPosition,
|
@@ -16673,16 +16645,13 @@ const LargeGalleryLayout = (props) => {
|
|
16673
16645
|
, {
|
16674
16646
|
/* @conditional-compile-remove(vertical-gallery) */
|
16675
16647
|
horizontal: overflowGalleryPosition === 'verticalRight', styles: rootLayoutStyle$1, tokens: videoGalleryLayoutGap },
|
16676
|
-
|
16648
|
+
props.overflowGalleryPosition === 'horizontalTop' ? overflowGallery : React.createElement(React.Fragment, null),
|
16677
16649
|
screenShareComponent ? (screenShareComponent) : (React.createElement(GridLayout, { key: "grid-layout", styles: styles === null || styles === void 0 ? void 0 : styles.gridLayout }, gridTiles)),
|
16678
|
-
overflowGalleryTrampoline(overflowGallery,
|
16679
|
-
/* @conditional-compile-remove(gallery-layouts) */ props.overflowGalleryPosition)));
|
16650
|
+
overflowGalleryTrampoline(overflowGallery, props.overflowGalleryPosition)));
|
16680
16651
|
};
|
16681
16652
|
const overflowGalleryTrampoline = (gallery, galleryPosition) => {
|
16682
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
16683
16653
|
return galleryPosition !== 'horizontalTop' ? gallery : React.createElement(React.Fragment, null);
|
16684
16654
|
};
|
16685
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
16686
16655
|
const calculateMaxTilesInLargeGrid = (parentWidth, parentHeight) => {
|
16687
16656
|
const xAxisTiles = Math.floor(parentWidth / (VERTICAL_GALLERY_TILE_SIZE_REM.width * REM_TO_PIXEL));
|
16688
16657
|
const yAxisTiles = Math.floor(parentHeight / (VERTICAL_GALLERY_TILE_SIZE_REM.minHeight * REM_TO_PIXEL));
|
@@ -16756,8 +16725,7 @@ const VideoGallery = (props) => {
|
|
16756
16725
|
? remoteVideoTileMenu.hostId
|
16757
16726
|
: undefined;
|
16758
16727
|
const drawerMenuHostId = reactHooks.useId('drawerMenuHost', drawerMenuHostIdFromProp);
|
16759
|
-
const localTileNotInGrid = (layout === 'floatingLocalVideo' ||
|
16760
|
-
remoteParticipants.length > 0;
|
16728
|
+
const localTileNotInGrid = (layout === 'floatingLocalVideo' || layout === 'speaker') && remoteParticipants.length > 0;
|
16761
16729
|
const containerRef = React.useRef(null);
|
16762
16730
|
const containerWidth = _useContainerWidth(containerRef);
|
16763
16731
|
const containerHeight = _useContainerHeight(containerRef);
|
@@ -16784,7 +16752,7 @@ const VideoGallery = (props) => {
|
|
16784
16752
|
const pinnedParticipants = (_a = props.pinnedParticipants) !== null && _a !== void 0 ? _a : pinnedParticipantsState;
|
16785
16753
|
const showLocalVideoTileLabel = !((localTileNotInGrid && isNarrow) ||
|
16786
16754
|
/*@conditional-compile-remove(click-to-call) */ /* @conditional-compile-remove(rooms) */ localVideoTileSize ===
|
16787
|
-
'9:16') ||
|
16755
|
+
'9:16') || layout === 'default';
|
16788
16756
|
/**
|
16789
16757
|
* Utility function for memoized rendering of LocalParticipant.
|
16790
16758
|
*/
|
@@ -16804,7 +16772,6 @@ const VideoGallery = (props) => {
|
|
16804
16772
|
}, styles === null || styles === void 0 ? void 0 : styles.localVideo);
|
16805
16773
|
const initialsName = !localParticipant.displayName ? '' : localParticipant.displayName;
|
16806
16774
|
const showDisplayNameTrampoline = () => {
|
16807
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
16808
16775
|
return layout === 'default' ? strings.localVideoLabel : isNarrow ? '' : strings.localVideoLabel;
|
16809
16776
|
};
|
16810
16777
|
return (React.createElement(react.Stack, { styles: localVideoTileContainerStyles, key: "local-video-tile-key", tabIndex: 0, "aria-label": strings.localVideoMovementLabel, role: 'dialog' },
|
@@ -16847,7 +16814,6 @@ const VideoGallery = (props) => {
|
|
16847
16814
|
theme.effects.roundedCorner4,
|
16848
16815
|
/*@conditional-compile-remove(click-to-call) */
|
16849
16816
|
localVideoTileSize,
|
16850
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
16851
16817
|
layout,
|
16852
16818
|
showLocalVideoTileLabel,
|
16853
16819
|
/* @conditional-compile-remove(spotlight) */
|
@@ -17000,14 +16966,12 @@ const VideoGallery = (props) => {
|
|
17000
16966
|
/* @conditional-compile-remove(spotlight) */ spotlightedParticipants
|
17001
16967
|
]);
|
17002
16968
|
const videoGalleryLayout = React.useMemo(() => {
|
17003
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
17004
16969
|
if (screenShareParticipant && layout === 'focusedContent') {
|
17005
16970
|
return React.createElement(FocusedContentLayout, Object.assign({}, layoutProps));
|
17006
16971
|
}
|
17007
16972
|
if (layout === 'floatingLocalVideo') {
|
17008
16973
|
return React.createElement(FloatingLocalVideoLayout, Object.assign({}, layoutProps));
|
17009
16974
|
}
|
17010
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
17011
16975
|
if (layout === 'speaker') {
|
17012
16976
|
return React.createElement(SpeakerVideoLayout, Object.assign({}, layoutProps));
|
17013
16977
|
}
|
@@ -17016,7 +16980,7 @@ const VideoGallery = (props) => {
|
|
17016
16980
|
return React.createElement(LargeGalleryLayout, Object.assign({}, layoutProps));
|
17017
16981
|
}
|
17018
16982
|
return React.createElement(DefaultLayout, Object.assign({}, layoutProps));
|
17019
|
-
}, [layout, layoutProps,
|
16983
|
+
}, [layout, layoutProps, screenShareParticipant]);
|
17020
16984
|
return (React.createElement("div", {
|
17021
16985
|
// We don't assign an drawer menu host id to the VideoGallery when a drawerMenuHostId is assigned from props
|
17022
16986
|
id: drawerMenuHostIdFromProp ? undefined : drawerMenuHostId, "data-ui-id": ids.videoGallery, ref: containerRef, className: react.mergeStyles(videoGalleryOuterDivStyle, styles === null || styles === void 0 ? void 0 : styles.root, unselectable) },
|
@@ -19318,16 +19282,12 @@ const _TagsSurvey = (props) => {
|
|
19318
19282
|
else {
|
19319
19283
|
if (issue) {
|
19320
19284
|
setSelectedTags((prevState) => {
|
19321
|
-
var _a;
|
19322
|
-
|
19323
|
-
|
19324
|
-
|
19325
|
-
|
19326
|
-
|
19327
|
-
delete prevState[issueCategory];
|
19328
|
-
}
|
19329
|
-
}
|
19330
|
-
return prevState;
|
19285
|
+
var _a, _b;
|
19286
|
+
// 'prevState[issueCategory]?.issues as ...' typing is required here to avoid a typescript limitation
|
19287
|
+
// "This expression is not callable" caused by filter().
|
19288
|
+
// More information can be found here: https://github.com/microsoft/TypeScript/issues/44373
|
19289
|
+
const categoryIssues = (_b = (_a = prevState[issueCategory]) === null || _a === void 0 ? void 0 : _a.issues) === null || _b === void 0 ? void 0 : _b.filter((value) => value !== issue);
|
19290
|
+
return Object.assign(Object.assign({}, prevState), { [issueCategory]: Object.assign(Object.assign({}, (prevState[issueCategory] || {})), { issues: categoryIssues }) });
|
19331
19291
|
});
|
19332
19292
|
}
|
19333
19293
|
else {
|
@@ -21700,33 +21660,21 @@ const extractAttachedFilesMetadata = (metadata) => {
|
|
21700
21660
|
return [];
|
21701
21661
|
}
|
21702
21662
|
};
|
21703
|
-
/* @conditional-compile-remove(
|
21704
|
-
const extractTeamsAttachmentsMetadata = (attachments
|
21663
|
+
/* @conditional-compile-remove(file-sharing) */
|
21664
|
+
const extractTeamsAttachmentsMetadata = (attachments) => {
|
21705
21665
|
/* @conditional-compile-remove(file-sharing) */
|
21706
21666
|
const files = [];
|
21707
|
-
/* @conditional-compile-remove(teams-inline-images-and-file-sharing) */
|
21708
|
-
const inlineImages = [];
|
21709
21667
|
attachments.forEach((attachment) => {
|
21710
|
-
var _a
|
21668
|
+
var _a;
|
21711
21669
|
const attachmentType = mapAttachmentType(attachment.attachmentType);
|
21712
21670
|
/* @conditional-compile-remove(file-sharing) */
|
21713
21671
|
const contentType = extractAttachmentContentTypeFromName(attachment.name);
|
21714
|
-
/* @conditional-compile-remove(teams-inline-images-and-file-sharing) */
|
21715
|
-
if (attachmentType === 'inlineImage') {
|
21716
|
-
inlineImages.push({
|
21717
|
-
attachmentType: attachmentType,
|
21718
|
-
id: attachment.id,
|
21719
|
-
url: extractAttachmentUrl(attachment),
|
21720
|
-
previewUrl: attachment.previewUrl,
|
21721
|
-
fullSizeImageSrc: (_b = resourceCache === null || resourceCache === void 0 ? void 0 : resourceCache[(_a = attachment.url) !== null && _a !== void 0 ? _a : '']) !== null && _b !== void 0 ? _b : ''
|
21722
|
-
});
|
21723
|
-
}
|
21724
21672
|
/* @conditional-compile-remove(file-sharing) */
|
21725
21673
|
if (attachmentType === 'file') {
|
21726
21674
|
files.push({
|
21727
21675
|
attachmentType: attachmentType,
|
21728
21676
|
id: attachment.id,
|
21729
|
-
name: (
|
21677
|
+
name: (_a = attachment.name) !== null && _a !== void 0 ? _a : '',
|
21730
21678
|
extension: contentType !== null && contentType !== void 0 ? contentType : '',
|
21731
21679
|
url: extractAttachmentUrl(attachment),
|
21732
21680
|
payload: { teamsFileAttachment: 'true' }
|
@@ -21734,8 +21682,7 @@ const extractTeamsAttachmentsMetadata = (attachments, resourceCache) => {
|
|
21734
21682
|
}
|
21735
21683
|
});
|
21736
21684
|
return {
|
21737
|
-
/* @conditional-compile-remove(file-sharing) */ files
|
21738
|
-
/* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ inlineImages
|
21685
|
+
/* @conditional-compile-remove(file-sharing) */ files
|
21739
21686
|
};
|
21740
21687
|
};
|
21741
21688
|
/* @conditional-compile-remove(data-loss-prevention) */
|
@@ -21754,7 +21701,7 @@ const convertToUiBlockedMessage = (message, userId, isSeen, isLargeGroup) => {
|
|
21754
21701
|
link: DEFAULT_DATA_LOSS_PREVENTION_POLICY_URL
|
21755
21702
|
};
|
21756
21703
|
};
|
21757
|
-
/* @conditional-compile-remove(
|
21704
|
+
/* @conditional-compile-remove(file-sharing) */
|
21758
21705
|
const mapAttachmentType = (attachmentType) => {
|
21759
21706
|
if (attachmentType === 'image') {
|
21760
21707
|
return 'inlineImage';
|
@@ -21765,7 +21712,7 @@ const mapAttachmentType = (attachmentType) => {
|
|
21765
21712
|
}
|
21766
21713
|
return 'unknown';
|
21767
21714
|
};
|
21768
|
-
/* @conditional-compile-remove(
|
21715
|
+
/* @conditional-compile-remove(file-sharing) */
|
21769
21716
|
const extractAttachmentUrl = (attachment) => {
|
21770
21717
|
/* @conditional-compile-remove(file-sharing) */
|
21771
21718
|
return attachment.attachmentType === 'file' && attachment.previewUrl ? attachment.previewUrl : attachment.url || '';
|
@@ -21834,31 +21781,24 @@ const extractAttachmentsMetadata = (message) => {
|
|
21834
21781
|
var _a, _b;
|
21835
21782
|
/* @conditional-compile-remove(file-sharing) */
|
21836
21783
|
let files = [];
|
21837
|
-
/* @conditional-compile-remove(teams-inline-images-and-file-sharing) */
|
21838
|
-
let inlineImages = [];
|
21839
21784
|
/* @conditional-compile-remove(file-sharing) */
|
21840
21785
|
if (message.metadata) {
|
21841
21786
|
files = files.concat(extractAttachedFilesMetadata(message.metadata));
|
21842
21787
|
}
|
21843
|
-
/* @conditional-compile-remove(
|
21788
|
+
/* @conditional-compile-remove(file-sharing) */
|
21844
21789
|
if ((_a = message.content) === null || _a === void 0 ? void 0 : _a.attachments) {
|
21845
|
-
const teamsAttachments = extractTeamsAttachmentsMetadata((_b = message.content) === null || _b === void 0 ? void 0 : _b.attachments
|
21790
|
+
const teamsAttachments = extractTeamsAttachmentsMetadata((_b = message.content) === null || _b === void 0 ? void 0 : _b.attachments);
|
21846
21791
|
/* @conditional-compile-remove(file-sharing) */
|
21847
21792
|
files = files.concat(teamsAttachments.files);
|
21848
|
-
/* @conditional-compile-remove(teams-inline-images-and-file-sharing) */
|
21849
|
-
inlineImages = inlineImages.concat(teamsAttachments.inlineImages);
|
21850
21793
|
}
|
21851
21794
|
return {
|
21852
|
-
/* @conditional-compile-remove(file-sharing) */ files
|
21853
|
-
/* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ inlineImages
|
21795
|
+
/* @conditional-compile-remove(file-sharing) */ files
|
21854
21796
|
};
|
21855
21797
|
};
|
21856
21798
|
const convertToUiChatMessage = (message, userId, isSeen, isLargeGroup) => {
|
21857
21799
|
const messageSenderId = message.sender !== undefined ? toFlatCommunicationIdentifier(message.sender) : userId;
|
21858
21800
|
/* @conditional-compile-remove(file-sharing) @conditional-compile-remove(teams-inline-images-and-file-sharing) */
|
21859
|
-
const {
|
21860
|
-
/* @conditional-compile-remove(file-sharing) */ files,
|
21861
|
-
/* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ inlineImages } = extractAttachmentsMetadata(message);
|
21801
|
+
const { /* @conditional-compile-remove(file-sharing) */ files } = extractAttachmentsMetadata(message);
|
21862
21802
|
return {
|
21863
21803
|
messageType: 'chat',
|
21864
21804
|
createdOn: message.createdOn,
|
@@ -21874,9 +21814,7 @@ const convertToUiChatMessage = (message, userId, isSeen, isLargeGroup) => {
|
|
21874
21814
|
mine: messageSenderId === userId,
|
21875
21815
|
metadata: message.metadata,
|
21876
21816
|
/* @conditional-compile-remove(file-sharing) */
|
21877
|
-
files
|
21878
|
-
/* @conditional-compile-remove(teams-inline-images-and-file-sharing) */
|
21879
|
-
inlineImages
|
21817
|
+
files
|
21880
21818
|
};
|
21881
21819
|
};
|
21882
21820
|
const convertToUiSystemMessage = (message) => {
|
@@ -23602,19 +23540,12 @@ const COMPOSITE_ONLY_ICONS = {
|
|
23602
23540
|
BlurVideoBackground: React.createElement(reactIcons.VideoBackgroundEffect20Regular, null),
|
23603
23541
|
/* @conditional-compile-remove(video-background-effects) */
|
23604
23542
|
RemoveVideoBackgroundEffect: React.createElement(reactIcons.VideoPerson20Filled, null),
|
23605
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
23606
23543
|
GalleryOptions: React.createElement(reactIcons.Grid20Regular, null),
|
23607
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
23608
23544
|
OverflowGalleryTop: React.createElement(reactIcons.WindowHeaderHorizontal20Regular, null),
|
23609
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
23610
23545
|
SpeakerGalleryLayout: React.createElement(reactIcons.PersonSquare20Regular, null),
|
23611
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
23612
23546
|
DefaultGalleryLayout: React.createElement(reactIcons.TableSimple20Regular, null),
|
23613
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
23614
23547
|
FloatingLocalVideoGalleryLayout: React.createElement(reactIcons.BoardSplit20Regular, null),
|
23615
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
23616
23548
|
FocusedContentGalleryLayout: React.createElement(reactIcons.ContentView20Regular, null),
|
23617
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
23618
23549
|
LargeGalleryLayout: React.createElement(reactIcons.Table20Regular, null),
|
23619
23550
|
/* @conditional-compile-remove(control-bar-button-injection) */
|
23620
23551
|
DefaultCustomButton: React.createElement(reactIcons.Circle20Regular, null),
|
@@ -24139,7 +24070,7 @@ class AzureCommunicationChatAdapter {
|
|
24139
24070
|
return __awaiter$n(this, void 0, void 0, function* () {
|
24140
24071
|
return yield this.asyncTeeErrorToEventEmitter(() => __awaiter$n(this, void 0, void 0, function* () {
|
24141
24072
|
/* @conditional-compile-remove(file-sharing) */
|
24142
|
-
const updatedOptions = options ?
|
24073
|
+
const updatedOptions = { attachmentMetadata: options === null || options === void 0 ? void 0 : options.attachmentMetadata, metadata: metadata };
|
24143
24074
|
/* @conditional-compile-remove(file-sharing) */
|
24144
24075
|
return yield this.handlers.onUpdateMessage(messageId, content, updatedOptions);
|
24145
24076
|
}));
|
@@ -25153,28 +25084,17 @@ const ChatScreen = (props) => {
|
|
25153
25084
|
const errorBarProps = usePropsFor$2(ErrorBar);
|
25154
25085
|
/* @conditional-compile-remove(image-overlay) */
|
25155
25086
|
React.useEffect(() => {
|
25156
|
-
var _a;
|
25157
25087
|
if (overlayImageItem === undefined) {
|
25158
25088
|
return;
|
25159
25089
|
}
|
25160
|
-
const
|
25161
|
-
|
25162
|
-
|
25163
|
-
|
25164
|
-
|
25165
|
-
}
|
25166
|
-
const message = messages[0];
|
25167
|
-
if (overlayImageItem.imageSrc === '' && message.inlineImages && ((_a = message.inlineImages) === null || _a === void 0 ? void 0 : _a.length) > 0) {
|
25168
|
-
const inlineImages = message.inlineImages.filter((attachment) => {
|
25169
|
-
return attachment.id === (overlayImageItem === null || overlayImageItem === void 0 ? void 0 : overlayImageItem.attachmentId);
|
25170
|
-
});
|
25171
|
-
if (inlineImages.length <= 0 ||
|
25172
|
-
inlineImages[0].fullSizeImageSrc === undefined ||
|
25173
|
-
inlineImages[0].fullSizeImageSrc === '' ||
|
25174
|
-
overlayImageItem.imageSrc === inlineImages[0].fullSizeImageSrc) {
|
25090
|
+
const message = adapter.getState().thread.chatMessages[overlayImageItem === null || overlayImageItem === void 0 ? void 0 : overlayImageItem.messageId];
|
25091
|
+
const resourceCache = message.resourceCache;
|
25092
|
+
if (overlayImageItem.imageSrc === '' && resourceCache) {
|
25093
|
+
const fullSizeImageSrc = resourceCache[overlayImageItem.imageUrl];
|
25094
|
+
if (fullSizeImageSrc === undefined || fullSizeImageSrc === '' || overlayImageItem.imageSrc === fullSizeImageSrc) {
|
25175
25095
|
return;
|
25176
25096
|
}
|
25177
|
-
setOverlayImageItem(Object.assign(Object.assign({}, overlayImageItem), { imageSrc:
|
25097
|
+
setOverlayImageItem(Object.assign(Object.assign({}, overlayImageItem), { imageSrc: fullSizeImageSrc }));
|
25178
25098
|
}
|
25179
25099
|
// Disable eslint because we are using the overlayImageItem in this effect but don't want to have it as a dependency, as it will cause an infinite loop.
|
25180
25100
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
@@ -25208,47 +25128,56 @@ const ChatScreen = (props) => {
|
|
25208
25128
|
/* @conditional-compile-remove(image-overlay) */
|
25209
25129
|
const onInlineImageClicked = React.useCallback((attachmentId, messageId) => __awaiter$l(void 0, void 0, void 0, function* () {
|
25210
25130
|
var _a, _b;
|
25211
|
-
const
|
25212
|
-
|
25213
|
-
|
25214
|
-
if (!messages || messages.length <= 0) {
|
25215
|
-
return;
|
25216
|
-
}
|
25217
|
-
const chatMessage = messages[0];
|
25218
|
-
const inlinedImages = (_b = chatMessage.inlineImages) === null || _b === void 0 ? void 0 : _b.filter((attachment) => {
|
25219
|
-
return attachment.id === attachmentId;
|
25131
|
+
const message = adapter.getState().thread.chatMessages[messageId];
|
25132
|
+
const inlinedImages = (_b = (_a = message.content) === null || _a === void 0 ? void 0 : _a.attachments) === null || _b === void 0 ? void 0 : _b.filter((attachment) => {
|
25133
|
+
return attachment.attachmentType === 'image' && attachment.id === attachmentId;
|
25220
25134
|
});
|
25221
25135
|
if (!inlinedImages || inlinedImages.length <= 0) {
|
25222
25136
|
return;
|
25223
25137
|
}
|
25224
25138
|
const attachment = inlinedImages[0];
|
25139
|
+
const resourceCache = message.resourceCache;
|
25140
|
+
let imageSrc = '';
|
25141
|
+
if (attachment.url) {
|
25142
|
+
if (resourceCache && resourceCache[attachment.url]) {
|
25143
|
+
imageSrc = resourceCache[attachment.url];
|
25144
|
+
}
|
25145
|
+
else {
|
25146
|
+
adapter.downloadResourceToCache({
|
25147
|
+
threadId: adapter.getState().thread.threadId,
|
25148
|
+
messageId: messageId,
|
25149
|
+
resourceUrl: attachment.url
|
25150
|
+
});
|
25151
|
+
}
|
25152
|
+
}
|
25225
25153
|
const titleIconRenderOptions = {
|
25226
|
-
text:
|
25154
|
+
text: message.senderDisplayName,
|
25227
25155
|
size: react.PersonaSize.size32,
|
25228
25156
|
showOverflowTooltip: false,
|
25229
|
-
imageAlt:
|
25157
|
+
imageAlt: message.senderDisplayName
|
25230
25158
|
};
|
25231
|
-
const
|
25159
|
+
const messageSenderId = message.sender !== undefined ? toFlatCommunicationIdentifier(message.sender) : userId;
|
25160
|
+
const titleIcon = onRenderAvatarCallback && onRenderAvatarCallback(messageSenderId, titleIconRenderOptions);
|
25232
25161
|
const overlayImage = {
|
25233
|
-
title:
|
25162
|
+
title: message.senderDisplayName || '',
|
25234
25163
|
titleIcon: titleIcon,
|
25235
25164
|
attachmentId: attachment.id,
|
25236
|
-
imageSrc:
|
25237
|
-
messageId: messageId
|
25165
|
+
imageSrc: imageSrc,
|
25166
|
+
messageId: messageId,
|
25167
|
+
imageUrl: attachment.url || ''
|
25238
25168
|
};
|
25239
25169
|
setIsImageOverlayOpen(true);
|
25240
25170
|
setOverlayImageItem(overlayImage);
|
25241
|
-
|
25242
|
-
adapter.downloadResourceToCache({
|
25243
|
-
threadId: adapter.getState().thread.threadId,
|
25244
|
-
messageId: messageId,
|
25245
|
-
resourceUrl: attachment.url
|
25246
|
-
});
|
25247
|
-
}
|
25248
|
-
}), [adapter, messageThreadProps, onRenderAvatarCallback]);
|
25171
|
+
}), [adapter, onRenderAvatarCallback, userId]);
|
25249
25172
|
/* @conditional-compile-remove(image-overlay) */
|
25250
25173
|
const inlineImageOptions = {
|
25251
25174
|
onRenderInlineImage: (inlineImage, defaultOnRender) => {
|
25175
|
+
var _a, _b;
|
25176
|
+
const message = adapter.getState().thread.chatMessages[inlineImage.messageId];
|
25177
|
+
const attachments = (_b = (_a = message === null || message === void 0 ? void 0 : message.content) === null || _a === void 0 ? void 0 : _a.attachments) === null || _b === void 0 ? void 0 : _b.find((attachment) => attachment.id === inlineImage.imgAttrs.id);
|
25178
|
+
if (attachments === undefined) {
|
25179
|
+
return defaultOnRender(inlineImage);
|
25180
|
+
}
|
25252
25181
|
return (React.createElement("span", { key: inlineImage.imgAttrs.id, onClick: () => onInlineImageClicked(inlineImage.imgAttrs.id || '', inlineImage.messageId), tabIndex: 0, role: "button", onKeyDown: (e) => {
|
25253
25182
|
if (e.key === 'Enter') {
|
25254
25183
|
onInlineImageClicked(inlineImage.imgAttrs.id || '', inlineImage.messageId);
|
@@ -25316,6 +25245,11 @@ const ChatScreen = (props) => {
|
|
25316
25245
|
overlayImageItem && (React.createElement(ImageOverlay, Object.assign({}, overlayImageItem, { isOpen: isImageOverlayOpen, onDismiss: () => {
|
25317
25246
|
setOverlayImageItem(undefined);
|
25318
25247
|
setIsImageOverlayOpen(false);
|
25248
|
+
adapter.removeResourceFromCache({
|
25249
|
+
threadId: adapter.getState().thread.threadId,
|
25250
|
+
messageId: overlayImageItem.messageId,
|
25251
|
+
resourceUrl: overlayImageItem.imageUrl
|
25252
|
+
});
|
25319
25253
|
}, onDownloadButtonClicked: onDownloadButtonClicked })))));
|
25320
25254
|
};
|
25321
25255
|
|
@@ -27501,9 +27435,7 @@ const DesktopMoreButton = (props) => {
|
|
27501
27435
|
}), [startCaptionsButtonHandlers, startCaptionsButtonProps.currentSpokenLanguage]);
|
27502
27436
|
/* @conditional-compile-remove(overflow-top-composite) */
|
27503
27437
|
const [galleryPositionTop, setGalleryPositionTop] = React.useState(false);
|
27504
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
27505
27438
|
const [focusedContentOn, setFocusedContentOn] = React.useState(false);
|
27506
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
27507
27439
|
const [previousLayout, setPreviousLayout] = React.useState((_a = props.userSetGalleryLayout) !== null && _a !== void 0 ? _a : 'floatingLocalVideo');
|
27508
27440
|
/* @conditional-compile-remove(dtmf-dialer) */
|
27509
27441
|
const callees = useSelector$1(getTargetCallees);
|
@@ -27517,7 +27449,7 @@ const DesktopMoreButton = (props) => {
|
|
27517
27449
|
tooltipOffContent: localeStrings.strings.callWithChat.moreDrawerButtonTooltip
|
27518
27450
|
}), [localeStrings]);
|
27519
27451
|
const moreButtonContextualMenuItems = [];
|
27520
|
-
/* @conditional-compile-remove(close-captions) */
|
27452
|
+
/* @conditional-compile-remove(close-captions) */
|
27521
27453
|
const menuSubIconStyleSet = {
|
27522
27454
|
root: {
|
27523
27455
|
height: 'unset',
|
@@ -27627,7 +27559,6 @@ const DesktopMoreButton = (props) => {
|
|
27627
27559
|
if (props.onSetDialpadPage && allowDtmfDialer) {
|
27628
27560
|
moreButtonContextualMenuItems.push(dtmfDialerScreenOption);
|
27629
27561
|
}
|
27630
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
27631
27562
|
if (props.onUserSetOverflowGalleryPositionChange) {
|
27632
27563
|
const galleryOptions = {
|
27633
27564
|
key: 'overflowGalleryPositionKey',
|
@@ -27777,7 +27708,6 @@ const DesktopMoreButton = (props) => {
|
|
27777
27708
|
(_f = (_e = galleryOptions.subMenuProps) === null || _e === void 0 ? void 0 : _e.items) === null || _f === void 0 ? void 0 : _f.push(galleryOption);
|
27778
27709
|
/* @conditional-compile-remove(overflow-top-composite) */
|
27779
27710
|
(_h = (_g = galleryOptions.subMenuProps) === null || _g === void 0 ? void 0 : _g.items) === null || _h === void 0 ? void 0 : _h.push(overflowGalleryOption);
|
27780
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
27781
27711
|
moreButtonContextualMenuItems.push(galleryOptions);
|
27782
27712
|
}
|
27783
27713
|
/* @conditional-compile-remove(control-bar-button-injection) */
|
@@ -28013,7 +27943,7 @@ const CommonCallControlBar = (props) => {
|
|
28013
27943
|
/*@conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */ /* @conditional-compile-remove(close-captions) */ isEnabled$1(options === null || options === void 0 ? void 0 : options.moreButton) &&
|
28014
27944
|
(/*@conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */ isEnabled$1(options === null || options === void 0 ? void 0 : options.holdButton) ||
|
28015
27945
|
/* @conditional-compile-remove(close-captions) */ props.isCaptionsSupported ||
|
28016
|
-
|
27946
|
+
props.onUserSetGalleryLayout);
|
28017
27947
|
/*@conditional-compile-remove(rooms) */
|
28018
27948
|
const role = (_a = props.callAdapter.getState().call) === null || _a === void 0 ? void 0 : _a.role;
|
28019
27949
|
/*@conditional-compile-remove(rooms) */
|
@@ -28074,13 +28004,7 @@ const CommonCallControlBar = (props) => {
|
|
28074
28004
|
/* @conditional-compile-remove(close-captions) */
|
28075
28005
|
isCaptionsSupported: props.isCaptionsSupported,
|
28076
28006
|
/* @conditional-compile-remove(close-captions) */
|
28077
|
-
onCaptionsSettingsClick: openCaptionsSettingsModal,
|
28078
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
28079
|
-
onUserSetOverflowGalleryPositionChange: props.onUserSetOverflowGalleryPositionChange,
|
28080
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
28081
|
-
onUserSetGalleryLayout: props.onUserSetGalleryLayout,
|
28082
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
28083
|
-
userSetGalleryLayout: props.userSetGalleryLayout,
|
28007
|
+
onCaptionsSettingsClick: openCaptionsSettingsModal, onUserSetOverflowGalleryPositionChange: props.onUserSetOverflowGalleryPositionChange, onUserSetGalleryLayout: props.onUserSetGalleryLayout, userSetGalleryLayout: props.userSetGalleryLayout,
|
28084
28008
|
/* @conditional-compile-remove(dtmf-dialer) */
|
28085
28009
|
dtmfDialerPresent: props.dtmfDialerPresent,
|
28086
28010
|
/* @conditional-compile-remove(dtmf-dialer) */
|
@@ -28501,7 +28425,6 @@ const MoreDrawer = (props) => {
|
|
28501
28425
|
if (props.onSetDialpadPage && allowDtmfDialer) {
|
28502
28426
|
drawerMenuItems.push(dtmfDialerScreenOption);
|
28503
28427
|
}
|
28504
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
28505
28428
|
const galleryLayoutOptions = {
|
28506
28429
|
itemKey: 'galleryPositionKey',
|
28507
28430
|
iconProps: {
|
@@ -28555,7 +28478,6 @@ const MoreDrawer = (props) => {
|
|
28555
28478
|
};
|
28556
28479
|
/* @conditional-compile-remove(gallery-layout-composite) */
|
28557
28480
|
(_d = galleryLayoutOptions.subMenuProps) === null || _d === void 0 ? void 0 : _d.push(galleryOption);
|
28558
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
28559
28481
|
drawerMenuItems.push(galleryLayoutOptions);
|
28560
28482
|
if (drawerSelectionOptions !== false && isEnabled(drawerSelectionOptions === null || drawerSelectionOptions === void 0 ? void 0 : drawerSelectionOptions.peopleButton)) {
|
28561
28483
|
drawerMenuItems.push({
|
@@ -28759,7 +28681,6 @@ const PreparedMoreDrawer = (props) => {
|
|
28759
28681
|
spokenLanguageMenuTitle: strings.moreDrawerSpokenLanguageMenuTitle,
|
28760
28682
|
/* @conditional-compile-remove(close-captions) */
|
28761
28683
|
captionLanguageMenuTitle: strings.moreDrawerCaptionLanguageMenuTitle,
|
28762
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
28763
28684
|
galleryOptionsMenuTitle: strings.moreDrawerGalleryOptionsMenuTitle
|
28764
28685
|
}), [strings]);
|
28765
28686
|
const deviceProps = useSelector$1(moreDrawerSelector);
|
@@ -30723,13 +30644,7 @@ const CallArrangement = (props) => {
|
|
30723
30644
|
/* @conditional-compile-remove(close-captions) */
|
30724
30645
|
isCaptionsOn: isCaptionsOn,
|
30725
30646
|
/* @conditional-compile-remove(video-background-effects) */
|
30726
|
-
onClickVideoEffects: onResolveVideoEffectDependency ? openVideoEffectsPane : undefined, displayVertical: verticalControlBar,
|
30727
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
30728
|
-
onUserSetOverflowGalleryPositionChange: props.onUserSetOverflowGalleryPositionChange,
|
30729
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
30730
|
-
onUserSetGalleryLayout: props.onUserSetGalleryLayoutChange,
|
30731
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
30732
|
-
userSetGalleryLayout: props.userSetGalleryLayout,
|
30647
|
+
onClickVideoEffects: onResolveVideoEffectDependency ? openVideoEffectsPane : undefined, displayVertical: verticalControlBar, onUserSetOverflowGalleryPositionChange: props.onUserSetOverflowGalleryPositionChange, onUserSetGalleryLayout: props.onUserSetGalleryLayoutChange, userSetGalleryLayout: props.userSetGalleryLayout,
|
30733
30648
|
/* @conditional-compile-remove(dtmf-dialer) */
|
30734
30649
|
onSetDialpadPage: props.onSetDialpadPage,
|
30735
30650
|
/* @conditional-compile-remove(dtmf-dialer) */
|
@@ -30741,11 +30656,7 @@ const CallArrangement = (props) => {
|
|
30741
30656
|
/* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */
|
30742
30657
|
disableButtonsForHoldScreen: isInLocalHold,
|
30743
30658
|
/* @conditional-compile-remove(close-captions) */
|
30744
|
-
isCaptionsSupported: isTeamsCall && hasJoinedCall,
|
30745
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
30746
|
-
onUserSetGalleryLayout: props.onUserSetGalleryLayoutChange,
|
30747
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
30748
|
-
userSetGalleryLayout: props.userSetGalleryLayout,
|
30659
|
+
isCaptionsSupported: isTeamsCall && hasJoinedCall, onUserSetGalleryLayout: props.onUserSetGalleryLayoutChange, userSetGalleryLayout: props.userSetGalleryLayout,
|
30749
30660
|
/* @conditional-compile-remove(dtmf-dialer) */
|
30750
30661
|
onSetDialpadPage: props.onSetDialpadPage,
|
30751
30662
|
/* @conditional-compile-remove(dtmf-dialer) */
|
@@ -30872,7 +30783,7 @@ const MediaGallery = (props) => {
|
|
30872
30783
|
}, [(_c = props.remoteVideoTileMenuOptions) === null || _c === void 0 ? void 0 : _c.isHidden, props.isMobile, props.drawerMenuHostId]);
|
30873
30784
|
/* @conditional-compile-remove(vertical-gallery) */
|
30874
30785
|
const overflowGalleryPosition = React.useMemo(() => {
|
30875
|
-
/* @conditional-compile-remove(
|
30786
|
+
/* @conditional-compile-remove(overflow-top-composite) */
|
30876
30787
|
if (props.userSetOverflowGalleryPosition === 'horizontalTop') {
|
30877
30788
|
return props.userSetOverflowGalleryPosition;
|
30878
30789
|
}
|
@@ -30880,7 +30791,7 @@ const MediaGallery = (props) => {
|
|
30880
30791
|
? 'verticalRight'
|
30881
30792
|
: 'horizontalBottom';
|
30882
30793
|
}, [
|
30883
|
-
/* @conditional-compile-remove(
|
30794
|
+
/* @conditional-compile-remove(overflow-top-composite) */ props.userSetOverflowGalleryPosition,
|
30884
30795
|
containerWidth,
|
30885
30796
|
containerHeight
|
30886
30797
|
]);
|
@@ -30892,7 +30803,6 @@ const MediaGallery = (props) => {
|
|
30892
30803
|
const { onStartRemoteSpotlightWithPrompt, onStopRemoteSpotlightWithPrompt } = useRemoteSpotlightCallbacksWithPrompt(onStartRemoteSpotlight, onStopRemoteSpotlight, setIsPromptOpen, setPromptProps);
|
30893
30804
|
const VideoGalleryMemoized = React.useMemo(() => {
|
30894
30805
|
const layoutBasedOnUserSelection = () => {
|
30895
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
30896
30806
|
return props.localVideoTileOptions ? layoutBasedOnTilePosition : props.userSetGalleryLayout;
|
30897
30807
|
};
|
30898
30808
|
return (React.createElement(VideoGallery, Object.assign({}, videoGalleryProps, { localVideoViewOptions: localVideoViewOptions$2, remoteVideoViewOptions: remoteVideoViewOptions, styles: VideoGalleryStyles, layout: layoutBasedOnUserSelection(), showCameraSwitcherInLocalPreview: props.isMobile, localVideoCameraCycleButtonProps: cameraSwitcherProps, onRenderAvatar: onRenderAvatar, remoteVideoTileMenu: remoteVideoTileMenuOptions,
|
@@ -30930,7 +30840,6 @@ const MediaGallery = (props) => {
|
|
30930
30840
|
isRoomsCall,
|
30931
30841
|
/* @conditional-compile-remove(vertical-gallery) */
|
30932
30842
|
containerAspectRatio,
|
30933
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
30934
30843
|
props.userSetGalleryLayout,
|
30935
30844
|
layoutBasedOnTilePosition,
|
30936
30845
|
/* @conditional-compile-remove(reaction) */
|
@@ -31283,15 +31192,7 @@ const buttonTextStyles = { label: { fontSize: '0.875rem' } };
|
|
31283
31192
|
*/
|
31284
31193
|
const CallPage = (props) => {
|
31285
31194
|
var _a;
|
31286
|
-
const { callInvitationURL, onFetchAvatarPersonaData, onFetchParticipantMenuItems, options, mobileView,
|
31287
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
31288
|
-
galleryLayout = 'floatingLocalVideo',
|
31289
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
31290
|
-
onUserSetGalleryLayoutChange,
|
31291
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
31292
|
-
userSetOverflowGalleryPosition = 'Responsive',
|
31293
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
31294
|
-
onSetUserSetOverflowGalleryPosition, onCloseChatPane } = props;
|
31195
|
+
const { callInvitationURL, onFetchAvatarPersonaData, onFetchParticipantMenuItems, options, mobileView, galleryLayout = 'floatingLocalVideo', onUserSetGalleryLayoutChange, userSetOverflowGalleryPosition = 'Responsive', onSetUserSetOverflowGalleryPosition, onCloseChatPane } = props;
|
31295
31196
|
// To use useProps to get these states, we need to create another file wrapping Call,
|
31296
31197
|
// It seems unnecessary in this case, so we get the updated states using this approach.
|
31297
31198
|
const { callStatus } = useSelector$1(callStatusSelector);
|
@@ -31328,11 +31229,7 @@ const CallPage = (props) => {
|
|
31328
31229
|
else {
|
31329
31230
|
return (React.createElement(MediaGallery, Object.assign({ isMobile: mobileView }, mediaGalleryProps, mediaGalleryHandlers, { onFetchAvatarPersonaData: onFetchAvatarPersonaData, remoteVideoTileMenuOptions: options === null || options === void 0 ? void 0 : options.remoteVideoTileMenuOptions, drawerMenuHostId: drawerMenuHostId,
|
31330
31231
|
/* @conditional-compile-remove(click-to-call) */
|
31331
|
-
localVideoTileOptions: options === null || options === void 0 ? void 0 : options.localVideoTile,
|
31332
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
31333
|
-
userSetOverflowGalleryPosition: userSetOverflowGalleryPosition,
|
31334
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
31335
|
-
userSetGalleryLayout: galleryLayout,
|
31232
|
+
localVideoTileOptions: options === null || options === void 0 ? void 0 : options.localVideoTile, userSetOverflowGalleryPosition: userSetOverflowGalleryPosition, userSetGalleryLayout: galleryLayout,
|
31336
31233
|
/* @conditional-compile-remove(spotlight) */
|
31337
31234
|
setIsPromptOpen: setIsPromptOpen,
|
31338
31235
|
/* @conditional-compile-remove(spotlight) */
|
@@ -31349,13 +31246,7 @@ const CallPage = (props) => {
|
|
31349
31246
|
increaseFlyoutItemSize: mobileView
|
31350
31247
|
},
|
31351
31248
|
/* @conditional-compile-remove(one-to-n-calling) */ /* @conditional-compile-remove(close-captions) */
|
31352
|
-
onFetchAvatarPersonaData: onFetchAvatarPersonaData, mobileView: mobileView, modalLayerHostId: props.modalLayerHostId, onRenderGalleryContent: () => _isInCall(callStatus) ? (isNetworkHealthy(networkReconnectTileProps.networkReconnectValue) ? (onRenderGalleryContentTrampoline()) : (React.createElement(NetworkReconnectTile, Object.assign({}, networkReconnectTileProps)))) : (React.createElement(React.Fragment, null)), updateSidePaneRenderer: props.updateSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: onCloseChatPane, dataUiId: 'call-page', latestErrors: props.latestErrors, onDismissError: props.onDismissError,
|
31353
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
31354
|
-
onUserSetOverflowGalleryPositionChange: onSetUserSetOverflowGalleryPosition,
|
31355
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
31356
|
-
onUserSetGalleryLayoutChange: onUserSetGalleryLayoutChange,
|
31357
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
31358
|
-
userSetGalleryLayout: galleryLayout,
|
31249
|
+
onFetchAvatarPersonaData: onFetchAvatarPersonaData, mobileView: mobileView, modalLayerHostId: props.modalLayerHostId, onRenderGalleryContent: () => _isInCall(callStatus) ? (isNetworkHealthy(networkReconnectTileProps.networkReconnectValue) ? (onRenderGalleryContentTrampoline()) : (React.createElement(NetworkReconnectTile, Object.assign({}, networkReconnectTileProps)))) : (React.createElement(React.Fragment, null)), updateSidePaneRenderer: props.updateSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: onCloseChatPane, dataUiId: 'call-page', latestErrors: props.latestErrors, onDismissError: props.onDismissError, onUserSetOverflowGalleryPositionChange: onSetUserSetOverflowGalleryPosition, onUserSetGalleryLayoutChange: onUserSetGalleryLayoutChange, userSetGalleryLayout: galleryLayout,
|
31359
31250
|
/* @conditional-compile-remove(capabilities) */
|
31360
31251
|
capabilitiesChangedNotificationBarProps: props.capabilitiesChangedNotificationBarProps,
|
31361
31252
|
/* @conditional-compile-remove(dtmf-dialer) */
|
@@ -33669,9 +33560,7 @@ const MainScreen = (props) => {
|
|
33669
33560
|
const endedCall = useSelector$1(getEndedCall);
|
33670
33561
|
const [sidePaneRenderer, setSidePaneRenderer] = React.useState();
|
33671
33562
|
const [injectedSidePaneProps, setInjectedSidePaneProps] = React.useState();
|
33672
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
33673
33563
|
const [userSetGalleryLayout, setUserSetGalleryLayout] = React.useState((_c = (_b = (_a = props.options) === null || _a === void 0 ? void 0 : _a.galleryOptions) === null || _b === void 0 ? void 0 : _b.layout) !== null && _c !== void 0 ? _c : 'floatingLocalVideo');
|
33674
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
33675
33564
|
const [userSetOverflowGalleryPosition, setUserSetOverflowGalleryPosition] = React.useState('Responsive');
|
33676
33565
|
const overridePropsRef = React.useRef(props.overrideSidePane);
|
33677
33566
|
React.useEffect(() => {
|
@@ -33778,15 +33667,7 @@ const MainScreen = (props) => {
|
|
33778
33667
|
capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps }));
|
33779
33668
|
break;
|
33780
33669
|
case 'call':
|
33781
|
-
pageElement = (React.createElement(CallPage, { callInvitationURL: callInvitationUrl, onFetchAvatarPersonaData: onFetchAvatarPersonaData, onFetchParticipantMenuItems: onFetchParticipantMenuItems, mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: props.onCloseChatPane, latestErrors: latestErrors, onDismissError: onDismissError,
|
33782
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
33783
|
-
galleryLayout: userSetGalleryLayout,
|
33784
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
33785
|
-
onUserSetGalleryLayoutChange: setUserSetGalleryLayout,
|
33786
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
33787
|
-
onSetUserSetOverflowGalleryPosition: setUserSetOverflowGalleryPosition,
|
33788
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
33789
|
-
userSetOverflowGalleryPosition: userSetOverflowGalleryPosition,
|
33670
|
+
pageElement = (React.createElement(CallPage, { callInvitationURL: callInvitationUrl, onFetchAvatarPersonaData: onFetchAvatarPersonaData, onFetchParticipantMenuItems: onFetchParticipantMenuItems, mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: props.onCloseChatPane, latestErrors: latestErrors, onDismissError: onDismissError, galleryLayout: userSetGalleryLayout, onUserSetGalleryLayoutChange: setUserSetGalleryLayout, onSetUserSetOverflowGalleryPosition: setUserSetOverflowGalleryPosition, userSetOverflowGalleryPosition: userSetOverflowGalleryPosition,
|
33790
33671
|
/* @conditional-compile-remove(capabilities) */
|
33791
33672
|
capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps }));
|
33792
33673
|
break;
|
@@ -36129,7 +36010,6 @@ const CallWithChatScreen = (props) => {
|
|
36129
36010
|
/* @conditional-compile-remove(unsupported-browser) */
|
36130
36011
|
onEnvironmentInfoTroubleshootingClick: props.onEnvironmentInfoTroubleshootingClick,
|
36131
36012
|
remoteVideoTileMenuOptions: props.remoteVideoTileMenuOptions,
|
36132
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
36133
36013
|
galleryOptions: props.galleryOptions,
|
36134
36014
|
/* @conditional-compile-remove(click-to-call) */
|
36135
36015
|
localVideoTile: props.localVideoTile,
|
@@ -36156,7 +36036,6 @@ const CallWithChatScreen = (props) => {
|
|
36156
36036
|
props.onNetworkingTroubleShootingClick,
|
36157
36037
|
/* @conditional-compile-remove(call-readiness) */
|
36158
36038
|
props.onPermissionsTroubleshootingClick,
|
36159
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
36160
36039
|
props.galleryOptions,
|
36161
36040
|
/* @conditional-compile-remove(click-to-call) */
|
36162
36041
|
props.localVideoTile,
|
@@ -36231,9 +36110,7 @@ const CallWithChatComposite = (props) => {
|
|
36231
36110
|
/* @conditional-compile-remove(file-sharing) */
|
36232
36111
|
fileSharing: options === null || options === void 0 ? void 0 : options.fileSharing,
|
36233
36112
|
/* @conditional-compile-remove(click-to-call) */
|
36234
|
-
localVideoTile: options === null || options === void 0 ? void 0 : options.localVideoTile,
|
36235
|
-
/* @conditional-compile-remove(gallery-layouts) */
|
36236
|
-
galleryOptions: options === null || options === void 0 ? void 0 : options.galleryOptions,
|
36113
|
+
localVideoTile: options === null || options === void 0 ? void 0 : options.localVideoTile, galleryOptions: options === null || options === void 0 ? void 0 : options.galleryOptions,
|
36237
36114
|
/* @conditional-compile-remove(custom-branding) */
|
36238
36115
|
logo: (_a = options === null || options === void 0 ? void 0 : options.branding) === null || _a === void 0 ? void 0 : _a.logo,
|
36239
36116
|
/* @conditional-compile-remove(custom-branding) */
|