I noticed that as soon as a session has a token requested, and all participants have left, the session is immediately destroyed. I would like to keep this session open for a period of time to allow people to reconnect.
Our use case is one-on-one classes with only 2 participants. If both disconnect, then reconnect 30 seconds later, the old session is already gone.
I see that this could be worked around by recreating a session with the same name. However, this would not solve the problem that recordings would stop, and you would end up with two separate recordings.
Is there a way to ensure a session will not be destroyed immediately?