Merge remote-tracking branch 'origin/dev-1.2-ethz' into dev-1.2

This commit is contained in:
anhefti 2021-11-10 10:22:19 +01:00
parent 49dfa9e3a0
commit a881de1c9b

View file

@ -745,6 +745,7 @@ public class ZoomProctoringService implements ExamProctoringService {
private long forExam(final ProctoringServiceSettings examProctoring) {
// TODO
// NOTE: following is the original code that includes the exam end time but seems to make trouble for OLAT
final long nowInSeconds = Utils.getSecondsNow();
final long nowPlus30MinInSeconds = nowInSeconds + Utils.toSeconds(30 * Constants.MINUTE_IN_MILLIS);