gatteo / react-jitsi

React and Typescript component to include Jitsi Meet with ease
MIT License
107 stars 39 forks source link

Jitsi Component gets stuck in Loading randomly #35

Open developdeez opened 3 years ago

developdeez commented 3 years ago

I noticed this happening when I was connecting to a chat using my own instance of Jitsi server.

It seems this component will wait infinitely on loading. Is it possible to add a timeout to attempt reload when it timesout for maybe 5 secs?

Or is there a way to detect when the connection is made so I can stop the timeout when loaded?