Open
Bug 1529398
Opened 6 years ago
Updated 1 years ago
Implement RTCConfiguration.iceCandidatePoolSize
Categories
(Core :: WebRTC: Signaling, enhancement, P3)
Core
WebRTC: Signaling
Tracking
()
NEW
People
(Reporter: bwc, Unassigned)
References
(Depends on 1 open bug, Blocks 3 open bugs)
Details
(Keywords: dev-doc-needed)
No description provided.
Updated•6 years ago
|
Keywords: dev-doc-needed
Updated•6 years ago
|
Priority: P4 → P3
Updated•2 years ago
|
Severity: normal → S3
Reporter | ||
Comment 1•2 years ago
|
||
To do this, we would need to be able to control the gathering state of ICE transports on an individual basis (right now, we only do this on the ICE ctx as a whole, and only once sLD has been called). This would also mean we'd need to have monitoring of the gathering state on a per-transport basis, which is part of the work over in bug 1307994. Therefore, I think it makes sense to do bug 1307994 first.
Depends on: 1307994
You need to log in
before you can comment on or make changes to this bug.
Description
•