RocketChat / Rocket.Chat

The communications platform that puts data protection first.
https://rocket.chat/
Other
39.96k stars 10.3k forks source link

Jitsi constant restart #21036

Open Cob0ld opened 3 years ago

Cob0ld commented 3 years ago

Description:

I hope you guys can help me with this. Since the last update to Rocketchat version 3.12.0 its impossible to use the Jitsi selfhosted video call in a direct chat. You will get spammed with window restarts like hell.

Steps to reproduce:

  1. Start a call in a direct chat

Expected behavior:

having a stable call

Actual behavior:

the video chat will be restarted every 15 sec.

Server Setup Information:

Client Setup Information

fdellwing commented 3 years ago

Duplicate of #20946

yash-rajpal commented 3 years ago

This is fixed in latest 3.12.1 release and was fixed by #20973

giterium commented 3 years ago

In 3.12.1, it just breaks the session after 10 seconds. When the Always open in a new window option is disabled

darklion998 commented 3 years ago

/var/log/jitsi/jvb.log /var/log/jitsi/jicofo.log /var/log/prosody/prosody.log did you check these logs to see what happened ? In my case: Check current java version ( java --version ), change it to 11 and try to install jitsi again. Java 1.8 do not support TLS 1.3 but version 11 do. Sorry for bad english.