-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to restore a stuck screen after "session terminate for ice restart - error" appears #2260
Comments
Do you see any errors in the jicofo or JVB logs? |
Server log: Page log: After the call is established, no action is taken, and this error occurs every time more than a minute has passed. There are no other errors This is my config:
What should I do to handle this error or avoid its occurrence. thank you for your help! |
Isntour deployment working? This is ice failed trying to connect to the bridge. The common problem is either a firewall vlocking access of clients to the bridge or people forget to forward UDP port 10000 from the public ip to rhe bridge. |
When using the "lib-jitsi-meet API (low level)" to create a video conference with two users, communication is normal at first.
However, after a while, the console displays the error "2023-04-18T06:27:04.799Z [modules/connectivity/IceFailedHandling.js] <s._conference.jvbJingleSession.terminate.reason>: session-terminate for ice restart - error: undefined".
One user's video freezes and the example page also displays this error, causing the video to stutter briefly before returning to normal.
I would like to know how the jitsi-meet team handles this issue and restores normal video.
The text was updated successfully, but these errors were encountered: