jitsi / lib-jitsi-meet

A low-level JS video API that allows adding a completely custom video experience to web apps.
Apache License 2.0
1.34k stars 1.11k forks source link

What I should do after lose connection? #1320

Open zotille opened 4 years ago

zotille commented 4 years ago

Form my test, event onConnectionFailed would be triggered after lose connection. Sometime the lib can reconnect automaticlly. But after long time offline, the reconneciton cost too much time, and often end with fail. I've tried to create new connection and conference after , I worked but errored with no particiant.

So, any one can tell me how to reconnect quikly after offline? thank you so much.

zsinba commented 4 years ago

got the same question as you.