Zoom embedded in iframe: detect redirect to leave url

Hey @kim.s,

Thank you for reaching out to the Zoom Developer Forum. The best option here is likely to listen for changes to the iframe src property using the onload event. If the URL changes to your redirect URL, you can redirect the entire page as needed from there. I found a StackOverflow post that goes over this:

Let me know if that helps.

Thanks,
Max