Peers are not reconnected when ICE fails in a non "stable" signaling state
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.