- do not display the "Record" label.

This commit is contained in:
Richard Alam 2016-08-30 20:52:38 +00:00
parent f8b797fa4f
commit a447974e5f

View File

@ -162,11 +162,12 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
</mx:HBox>
<mx:HBox width="100%" paddingTop="12">
<!--
<mx:Label text="{ResourceUtil.getInstance().getString('bbb.users.breakout.record')}" />
<!-- Hidden until breakout rooms recording is handled in server (metadata issue) -->
-->
<!-- Hidden until breakout rooms recording is handled in server (metadata issue) -->
<mx:CheckBox id="recordCheckbox" visible="false" />
</mx:HBox>
<mx:Tile id="roomsContainer" styleName="roomsContainer" width="100%" height="100%"/>
<mx:HBox width="100%" horizontalAlign="right" verticalGap="15">