Merge pull request #3347 from ritzalam/fix-custom-poll
- comment out record option for breakout rooms pending further testing.
This commit is contained in:
commit
5f035ed420
@ -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%"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user