From b67716b724cf5232493b1183fa92ca910edfe28e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Mon, 5 Jul 2021 13:21:11 +0200 Subject: [PATCH] SEBWIN-475: Increased timeouts for Zoom proctoring integration and removed controls like mute and rename in participants overview. --- SafeExamBrowser.Proctoring/ProctoringController.cs | 3 +++ SafeExamBrowser.Proctoring/Zoom/index.html | 12 ++++++++---- .../Windows/ProctoringWindow.xaml.cs | 2 +- .../Windows/ProctoringWindow.xaml.cs | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/SafeExamBrowser.Proctoring/ProctoringController.cs b/SafeExamBrowser.Proctoring/ProctoringController.cs index f9ba3953..1842cf47 100644 --- a/SafeExamBrowser.Proctoring/ProctoringController.cs +++ b/SafeExamBrowser.Proctoring/ProctoringController.cs @@ -9,6 +9,7 @@ using System; using System.IO; using System.Reflection; +using System.Threading; using System.Windows; using Microsoft.Web.WebView2.Wpf; using SafeExamBrowser.Configuration.Contracts; @@ -223,6 +224,8 @@ namespace SafeExamBrowser.Proctoring control.ExecuteScriptAsync("ZoomMtg.leaveMeeting({});"); } + Thread.Sleep(2000); + window.Close(); control = default(ProctoringControl); window = default(IProctoringWindow); diff --git a/SafeExamBrowser.Proctoring/Zoom/index.html b/SafeExamBrowser.Proctoring/Zoom/index.html index f4cb08bd..091b200a 100644 --- a/SafeExamBrowser.Proctoring/Zoom/index.html +++ b/SafeExamBrowser.Proctoring/Zoom/index.html @@ -14,8 +14,6 @@