Meeting SDK Type and Version
Meeting SDK Client View 2.9.7
Description
After the Zoom JS files are loaded, any time we try to reload the page, when the meeting ends, etc, we get prompted by Chrome with the “Leave Site” popup. None of our code is using window.onbeforeunload
.
Error?
Not an error, but this just spontaneously started to happen.
Troubleshooting Routes
We’ve combed through our code and searched everything we could for something that binds to the beforeunload
event and confirmed we’re not using it, but we do see 2 references to beforeunload
in the minified Zoom JS for 2.9.7.
How To Reproduce
- OAuth / Cleint View 2.9.7
- No errors
- Chrome all latest versions including 119
- End meeting for all, redirect to
leaveUrl
is interrupted by Chrome asking “Leave Site - Changes you made may not be saved.”