Set default breakout duration to 15 mins

This commit is contained in:
Anton Georgiev 2019-03-06 12:04:37 -05:00 committed by GitHub
parent 25a2d0a707
commit ea904c9111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ class BreakoutRoom extends Component {
numberOfRooms: MIN_BREAKOUT_ROOMS,
seletedId: '',
users: [],
durationTime: 1,
durationTime: 15,
freeJoin: false,
formFillLevel: 1,
roomSelected: 0,