How to maintain a user-free room session

---------------------------------------------------- log ----------------------------------------------------

io.openvidu.server.kurento.core.KurentoSessionManager - No more participants in session ‘ses_R8qH2F0GJA’, removing it and closing it
io.openvidu.server.core.SessionManager - Session ‘ses_R8qH2F0GJA’ removed and closed
---------------------------------------------------- log ----------------------------------------------------

I am developing in the direction of maintaining a room session without participants.

However,
By default, Kurento Session Manager automatically deletes conference room sessions without participants.

Is there any way to prevent this?

You can recreate the session from backend side every time a participant get the token.

In that way, the session will be recreated in case of it is removed when empty.

Regards