Open
Bug 1728342
Opened 4 years ago
webrtc/RTCDataChannel-iceRestart.html (and maybe others) has a flaw in its trickle logic
Categories
(Core :: WebRTC: Signaling, defect, P3)
Core
WebRTC: Signaling
Tracking
()
NEW
People
(Reporter: bwc, Unassigned)
Details
This test case encounters an error in addIceCandidate, because the ufrag is unknown. I'm guessing this is because we are performing an ICE restart on one side, and its first trickle candidate is sent before the other end knows that ICE is restarting. This test needs to either buffer trickle ICE candidates until the new offer is applied to the answerer, or needs to apply the new offer to the answerer and then the offerer.
You need to log in
before you can comment on or make changes to this bug.
Description
•