How to stay connected on VideoRoom in unstable internet connection like as google meet

Hello Janus mates !
I’m using VideoRoom plugin with janus.js and videoroomtest.js.
All things are worked as fine.

As we can to see even in VideoRoom demo when packet lost is high or internet connection is not stable then room will be destroyed and user must be rejoin to the room again.

Some of my clients complaining why this happened ?
if our internet connection is not stable so it’s OK if some parts of video/audio stream was missed, but after to getting stable connection must be keep going without problem exactly such as google meet, this makes bad User Experience , their users after one or two times rejoining then never wants to rejoin again !

I want to implements this feature to give them better UX in their platforms , but how to do ?
after ICE state changed to disconnect how to make auto connect to the room ?

Any hint or suggestion are welcome

Have you tried increasing the no_media_timer value inside the media block? We have ours set to 5 seconds to get around similar issues

I have no idea what your application is doing, but none of our plugins will ever destroy any room just because users are experiencing packet loss.