Closed
Bug 1509979
Opened 6 years ago
Closed 6 years ago
Pass ICE candidates to nICEr from remote SDP using the same interface that we use for trickle candidates
Categories
(Core :: WebRTC: Networking, enhancement, P2)
Core
WebRTC: Networking
Tracking
()
RESOLVED
DUPLICATE
of bug 1494311
People
(Reporter: bwc, Unassigned)
Details
(Keywords: parity-chrome)
There's no good reason to be passing remote candidates using two different interfaces, and in some cases what we're doing now will result in candidates being ignored.
Updated•6 years ago
|
Priority: -- → P2
Comment 1•6 years ago
|
||
For context, this prevents renegotiation done quickly within the trickle grace period from succeeding. Works in Chrome.
STRs:
1. Open https://jsfiddle.net/jib1/zv9mL62p/
2. Click [Call!] button and share camera.
3. Click [Call!] button again within ~5 seconds.
Expected result:
Call connects the second time.
Actual result:
Never connects.
Reporter | ||
Comment 2•6 years ago
|
||
This was done in bug 1494311.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•