|
@@ -127,20 +127,20 @@ class OverflowMenu extends PureComponent<Props, State> {
|
127
|
127
|
onSwipe = { this._onSwipe }
|
128
|
128
|
renderHeader = { this._renderMenuExpandToggle }>
|
129
|
129
|
<AudioRouteButton { ...buttonProps } />
|
130
|
|
- <ToggleCameraButton { ...buttonProps } />
|
|
130
|
+ <InviteButton { ...buttonProps } />
|
131
|
131
|
<AudioOnlyButton { ...buttonProps } />
|
|
132
|
+ <RaiseHandButton { ...buttonProps } />
|
132
|
133
|
<MoreOptionsButton { ...moreOptionsButtonProps } />
|
133
|
134
|
<Collapsible collapsed = { !showMore }>
|
134
|
|
- <RoomLockButton { ...buttonProps } />
|
135
|
|
- <ClosedCaptionButton { ...buttonProps } />
|
|
135
|
+ <ToggleCameraButton { ...buttonProps } />
|
|
136
|
+ <TileViewButton { ...buttonProps } />
|
136
|
137
|
{
|
137
|
138
|
this.props._recordingEnabled
|
138
|
139
|
&& <RecordButton { ...buttonProps } />
|
139
|
140
|
}
|
140
|
141
|
<LiveStreamButton { ...buttonProps } />
|
141
|
|
- <TileViewButton { ...buttonProps } />
|
142
|
|
- <InviteButton { ...buttonProps } />
|
143
|
|
- <RaiseHandButton { ...buttonProps } />
|
|
142
|
+ <RoomLockButton { ...buttonProps } />
|
|
143
|
+ <ClosedCaptionButton { ...buttonProps } />
|
144
|
144
|
<SharedDocumentButton { ...buttonProps } />
|
145
|
145
|
<HelpButton { ...buttonProps } />
|
146
|
146
|
</Collapsible>
|