spreed
spreed copied to clipboard
Peers are not reconnected when ICE fails in a non "stable" signaling state
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.
Still an issue?
Yes, it is still an issue.
We're having the similar issues to what @tdm4 mentioned in https://github.com/coturn/coturn/issues/274#issuecomment-479588821
@danir-de I think it's some issue with signalling in the internal nextcloud php code.