Open
Bug 1404980
Opened 7 years ago
Updated 2 years ago
Use the device change callback instead of enumerating each time.
Categories
(Core :: WebRTC: Audio/Video, enhancement, P3)
Core
WebRTC: Audio/Video
Tracking
()
NEW
People
(Reporter: padenot, Unassigned)
References
Details
Device enumeration is long and expensive. For performance and UX reasons, we want to use the device change callback to invalidate the device list, instead of re-querying each time.
Reporter | ||
Updated•7 years ago
|
Blocks: webrtc-call-quality
Reporter | ||
Updated•7 years ago
|
No longer blocks: webrtc-call-quality
Reporter | ||
Comment 1•7 years ago
|
||
This is a nice optimization, but we can live without it. It should not be hard however.
Rank: 13
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•