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