Open Bug 1273319 Opened 9 years ago Updated 3 years ago

Update addIceCandidate() to accept null candidate

Categories

(Core :: WebRTC: Signaling, defect, P3)

defect

Tracking

()

Tracking Status
firefox49 --- affected

People

(Reporter: drno, Unassigned)

Details

The latest editor draft specifies that addIceCandidate() needs to return a Promise and also accept the empty end-of-candidates argument. We should update our implementation accordingly.
backlog: --- → webrtc/webaudio+
Rank: 25
addIceCandidate() has returned a promise since 37 (bug 1091898), so this is just about the null candidate.
Summary: Update addIceCandidate() to return promise and accept EOC → Update addIceCandidate() to accept null candidate
Whenever we fix this, we should update our synchronous input validation code to match the spec at the same time, and throw TypeError.
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.