Zoom closes the meeting when no one in int, how to prevent this?

When the teacher create a meeting and close the window for few minutes, zoom end meeting, i need to let it running, because it already given to the students.

Hey @fasih,

Thank you for reaching out to the Zoom Developer Forum. If you want the meeting to continue, you can try clicking the Leave Meeting button or using the ZoomMtg.leaveMeeting({}) function. When the tab is closed, the backend will attempt to reconnect to the socket for your meeting. After 5 minutes, it will mark the meeting as ended.

Explicitly leaving the meeting, instead of closing the window, should help to avoid this behavior. You can also try enabling Join Before Host with that meeting to see if that allows it to continue when the host has closed the window.

Let me know if that helps.

Thanks,
Max

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