Open
Bug 1453247
Opened 7 years ago
Updated 2 years ago
MediaStreamTrack.getSettings() should report correct resolution for screen capture immediately after js exposure
Categories
(Core :: WebRTC: Audio/Video, enhancement, P3)
Tracking
()
NEW
People
(Reporter: pehrsons, Unassigned)
References
Details
Currently when gUM resolves, the video track settings report a resolution of either 0x0 (no frame arrived yet) or the real screen resolution (a frame has arrived and updated the settings).
We should find a way to figure out the resolution sooner, or hold the gUM resolving until the resolution is known by means of the first frame.
Reporter | ||
Updated•7 years ago
|
Rank: 25
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•