Polish breakout code
This commit is contained in:
parent
4b489df410
commit
694e300d55
@ -3,6 +3,6 @@ import Logger from '/imports/startup/server/logger';
|
||||
|
||||
export default function (meetingId) {
|
||||
return Breakouts.remove({
|
||||
// breakoutMeetingId: meetingId,
|
||||
breakoutMeetingId: meetingId,
|
||||
}, Logger.info(`Cleared Breakouts (${meetingId})`));
|
||||
}
|
||||
|
@ -71,6 +71,6 @@
|
||||
"app.breakoutJoinConfirmation.dismissLabel": "Cancel",
|
||||
"app.breakoutJoinConfirmation.dismissDesc": "Closes and rejects Joining the Breakout Room",
|
||||
"app.breakoutTimeRemainingMessage": "Breakout Room time remaining: {time}",
|
||||
"app.breakoutWillCloseMessage": "Message that tells time has ended and breakout will close",
|
||||
"app.breakoutWillCloseMessage": "Time ended. Breakout Room will close soon",
|
||||
"app.calculatingBreakoutTimeRemaining": "Calculating remaining time..."
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user