Don't end session when everyone leaves the call

Video SDK Type and Version
Javascript 1.12.5

Description
We have our own Call/Meeting API and use Zoom as the video provider. We only want Zoom to end the session when we call action: end on the Zoom Video SDK API “inSessionEventsControl”

However, the current behavior is that when all participants leave, the session is immediately ended. Is it possible to change this behavior? We want the session to stay alive even if all members have disconnected.

Sessions are created on-demand for Video SDK, so as soon as all users leave a channel the session is ended. You can use the same session name to start the session again, what’s your use-case for wanting to keep the session alive?