From cad8f21ff32dd6c64abf35808fe8040819d04157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Thu, 10 Jun 2021 12:52:07 +0200 Subject: [PATCH] SEBWIN-475: Removed leave URL for Zoom meetings. --- SafeExamBrowser.Proctoring/Zoom/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SafeExamBrowser.Proctoring/Zoom/index.html b/SafeExamBrowser.Proctoring/Zoom/index.html index 9d01209b..a45c140e 100644 --- a/SafeExamBrowser.Proctoring/Zoom/index.html +++ b/SafeExamBrowser.Proctoring/Zoom/index.html @@ -23,7 +23,7 @@ const config = { meetingNumber: "%%_MEETING_NUMBER_%%", - leaveUrl: 'https://google.ch', + leaveUrl: "doesnotexist", userName: '%%_USER_NAME_%%', role: 0 };