Web SDK auto redirect on meeting end

Hi
Is it possible to redirect automatically to the leaveUrl when the meeting ends?
We don’t want to show people the popup window which currently appears with the ‘this meeting has ended’ message and the OK button. Just skip that and redirect automatically to the leaveUrl.
Thanks

Hey @jwayne,

Thank you for reaching out to the Zoom Developer Forum. Currently, there isn’t an option to prevent the Meeting Has Ended dialog from appearing. If you would like this feature to be considered for a future release, I recommend posting in the #feature-requests category.

As a workaround, you can try listening to the onMeetingStatus event. When the meetingStatus is 3 then the meeting has ended and you can use the callback to redirect the page.

I hope that helps!

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.