Curious about the lifetime of VideoRoom WebRTC media

Hi Everyone.

I am testing whether VideoRoom restoration is possible upon WebSocket reconnection,
and I am storing necessary information for restoration, such as session id, publisher id, and publisher feed id.

After forcibly terminating the WebSocket connection during VideoRoom publishing, I reconnected and sent keep-alive messages to maintain the session.
I receive ack messages when subscribers join based on publisher information, but the attached event does not occur.
Session information and handle information are displayed on Admin/Monitor.

I’m curious if it’s possible to restore the VideoRoom upon WebSocket reconnection.
I would appreciate your advice.