- comment out record option for breakout rooms pending further testing.

This commit is contained in:
Richard Alam 2016-09-01 17:39:55 +00:00
parent 23f77682bd
commit 0f54698108

View File

@ -162,8 +162,8 @@ 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')}" />
<mx:CheckBox id="recordCheckbox" visible="true" />
<mx:Label text="{ResourceUtil.getInstance().getString('bbb.users.breakout.record')}" visible="false" />
<mx:CheckBox id="recordCheckbox" visible="false" />
</mx:HBox>
<mx:Tile id="roomsContainer" styleName="roomsContainer" width="100%" height="100%"/>