SEBWIN-475: Removed leave URL for Zoom meetings.

This commit is contained in:
Damian Büchel 2021-06-10 12:52:07 +02:00
parent 5e03997049
commit cad8f21ff3

View file

@ -23,7 +23,7 @@
const config = { const config = {
meetingNumber: "%%_MEETING_NUMBER_%%", meetingNumber: "%%_MEETING_NUMBER_%%",
leaveUrl: 'https://google.ch', leaveUrl: "doesnotexist",
userName: '%%_USER_NAME_%%', userName: '%%_USER_NAME_%%',
role: 0 role: 0
}; };