Closed
Bug 1152383
Opened 10 years ago
Closed 8 years ago
Implement mediaDevices.ondevicechange
Categories
(Core :: WebRTC: Audio/Video, defect, P2)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox40 | --- | affected |
backlog | webrtc/webaudio+ |
People
(Reporter: jib, Assigned: mchiang)
References
()
Details
(Keywords: dev-doc-complete, meta)
No description provided.
Updated•10 years ago
|
backlog: --- → webRTC+
Rank: 27
Priority: -- → P2
Updated•9 years ago
|
Keywords: dev-doc-needed
Reporter | ||
Updated•9 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → mchiang
Assignee | ||
Updated•9 years ago
|
Comment 1•8 years ago
|
||
This is all done (see the dependencies) except for completing an example. That is largely done but needs to be finished up and added to the page; that should happen tomorrow or so.
Comment 2•8 years ago
|
||
I now have a nice example that shows lists of available video and audio devices on https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/ondevicechange; this is linked to from the devicechange page as well.
The example also demonstrates how to determine whether a device is audio or video, or input or output, using a regexp to break up the kind string into type and direction values.
With the example, and the work done on the dependencies, this is now documentation complete.
Keywords: dev-doc-needed → dev-doc-complete
Reporter | ||
Comment 3•8 years ago
|
||
All dependent bugs seem fixed. Anything else needed here, or can this be closed as done?
Flags: needinfo?(mchiang)
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(mchiang)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•