Reactivated disclaimer for screen proctoring.

This commit is contained in:
Damian Büchel 2024-03-14 14:41:27 +01:00
parent 577a23b8b4
commit 2c39668667

View file

@ -36,10 +36,10 @@ namespace SafeExamBrowser.Runtime.Operations
result = ShowVideoProctoringDisclaimer(); result = ShowVideoProctoringDisclaimer();
} }
//if (result == OperationResult.Success && Context.Next.Settings.Proctoring.ScreenProctoring.Enabled) if (result == OperationResult.Success && Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
//{ {
// result = ShowScreenProctoringDisclaimer(); result = ShowScreenProctoringDisclaimer();
//} }
if (result == OperationResult.Success && Context.Next.Settings.Proctoring.Zoom.Enabled) if (result == OperationResult.Success && Context.Next.Settings.Proctoring.Zoom.Enabled)
{ {
@ -58,10 +58,10 @@ namespace SafeExamBrowser.Runtime.Operations
result = ShowVideoProctoringDisclaimer(); result = ShowVideoProctoringDisclaimer();
} }
//if (result == OperationResult.Success && Context.Next.Settings.Proctoring.ScreenProctoring.Enabled) if (result == OperationResult.Success && Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
//{ {
// result = ShowScreenProctoringDisclaimer(); result = ShowScreenProctoringDisclaimer();
//} }
if (result == OperationResult.Success && Context.Next.Settings.Proctoring.Zoom.Enabled) if (result == OperationResult.Success && Context.Next.Settings.Proctoring.Zoom.Enabled)
{ {