Commit 9982c24 1 parent 192eed2 commit 9982c24 Copy full SHA for 9982c24
File tree 2 files changed +5
-5
lines changed
packages/react-composites/src/composites/CallComposite/components
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ module.exports = {
21
21
"in-progress-beta-feature-demo" ,
22
22
// feature for adding JS helpers to the UI library API
23
23
"composite-js-helpers" ,
24
- // feature for breakout rooms
25
- "breakout-rooms" ,
26
24
// Feature for remote UFD
27
25
"remote-ufd" ,
28
26
// Feature for showing dtmp dialer by default
@@ -84,7 +82,9 @@ module.exports = {
84
82
// Feature to support file sharing in ACS chats
85
83
"file-sharing-acs" ,
86
84
// Soft Mute feature for ACS calls and Interop calls
87
- "soft-mute"
85
+ "soft-mute" ,
86
+ // feature for breakout rooms
87
+ "breakout-rooms"
88
88
] ,
89
89
stable : [
90
90
// Demo feature. Used in live-documentation of conditional compilation.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export const BreakoutRoomsBanner = (props: {
52
52
primaryButtonLabel : locale . strings . call . joinBreakoutRoomBannerButtonLabel
53
53
} }
54
54
onClickButton = { ( ) => assignedBreakoutRoom . join ( ) }
55
- iconProps = { { iconName : 'DoorArrowRight ' } }
55
+ iconProps = { { iconName : 'NotificationBarBreakoutRoomPromptJoin ' } }
56
56
primaryButton
57
57
/>
58
58
</ Stack >
@@ -66,7 +66,7 @@ export const BreakoutRoomsBanner = (props: {
66
66
primaryButtonLabel : locale . strings . call . returnFromBreakoutRoomBannerButtonLabel
67
67
} }
68
68
onClickButton = { ( ) => adapter . returnFromBreakoutRoom ( ) }
69
- iconProps = { { iconName : 'DoorArrowLeft ' } }
69
+ iconProps = { { iconName : 'NotificationBarBreakoutRoomClosingSoon ' } }
70
70
/>
71
71
</ Stack >
72
72
) ;
You can’t perform that action at this time.
0 commit comments