nextcloud / nextcloud/spreed

Peers are not reconnected when ICE fails in a non "stable" signaling state

Open
#1,630 4 comments 0 reactions 2 assignees View on GitHub

@danxuliu is already working on this.

Since Mar 15, 2019.

bug feature: WebRTC 🚡
Dominant language
PHP
Stars
2.2k
Forks
587
Avg merge
18h 27m
Merged PRs (30d)
333

Description

After an ICE failure an ICE restart may be triggered. However, if there is another ICE failure while the negotiation is still happening then no further ICE restarts are triggered.

The reason is that ICE restarts are only triggered when the signaling state is stable, but if the error happened for example after creating the offer the signaling state would be have-local-offer instead.

This is unrelated to the new SimpleWebRTC bundle.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.