Skip to content

Commit 6a438d3

Browse files
cn0151carocao-msft
andauthored
Updated together mode CC (#5558)
Signed-off-by: carocao-msft <[email protected]> Co-authored-by: carocao-msft <[email protected]>
1 parent 7cdaf40 commit 6a438d3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/communication-react/review/stable/communication-react.api.md

-2
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,6 @@ export type CallCompositeIcons = {
559559
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
560560
PeoplePaneMoreButton?: JSX.Element;
561561
StopAllSpotlightMenuButton?: JSX.Element;
562-
TogetherModeLayout?: JSX.Element;
563562
};
564563

565564
// @public
@@ -2725,7 +2724,6 @@ export const DEFAULT_COMPOSITE_ICONS: {
27252724
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
27262725
PeoplePaneMoreButton?: JSX.Element | undefined;
27272726
StopAllSpotlightMenuButton?: JSX.Element | undefined;
2728-
TogetherModeLayout?: JSX.Element | undefined;
27292727
ChevronLeft?: JSX.Element | undefined;
27302728
ControlBarChatButtonActive?: JSX.Element | undefined;
27312729
ControlBarChatButtonInactive?: JSX.Element | undefined;

packages/react-composites/src/composites/common/icons.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ export type CallCompositeIcons = {
255255
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
256256
PeoplePaneMoreButton?: JSX.Element;
257257
StopAllSpotlightMenuButton?: JSX.Element;
258+
/* @conditional-compile-remove(together-mode) */
258259
TogetherModeLayout?: JSX.Element;
259260
};
260261

0 commit comments

Comments
 (0)