added leave meeting for proctor
This commit is contained in:
parent
24d5c4feea
commit
3f319b2254
1 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,10 @@
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
window.addEventListener('unload', () => {
|
||||||
|
ZoomMtg.leaveMeeting({});
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue