added leave meeting for proctor

This commit is contained in:
anhefti 2021-06-29 15:09:43 +02:00
parent 24d5c4feea
commit 3f319b2254

View file

@ -97,6 +97,10 @@
}) })
} }
}) })
window.addEventListener('unload', () => {
ZoomMtg.leaveMeeting({});
});
</script> </script>
</body> </body>
</html> </html>