Closed
Bug 1377146
Opened 8 years ago
Closed 7 years ago
Remove AudioStreamTrack and VideoStreamTrack
Categories
(Core :: WebRTC: Audio/Video, enhancement, P3)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: pehrsons, Assigned: pehrsons)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(1 file)
The spec has since long moved away from AudioStreamTrack and VideoStreamTrack to just having MediaStreamTrack.
Assignee | ||
Updated•8 years ago
|
Rank: 35
Priority: -- → P3
Comment 1•8 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Assignee | ||
Updated•7 years ago
|
Rank: 35 → 25
Priority: P4 → P3
QA Contact: jib
Updated•7 years ago
|
QA Contact: jib
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Pushed by pehrsons@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/bb32faa290f0
Remove AudioStreamTrack and VideoStreamTrack from js. r=jib,smaug
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Posted site compatibility note: https://www.fxsitecompat.com/en-CA/docs/2018/audiostreamtrack-videostreamtrack-and-localmediastream-have-been-removed/
Comment 7•6 years ago
|
||
I've posted a note about this in the Fx64 rel notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/64#APIs
I don't think anything else needs doing here, as we never documented the removed interfaces in the first place.
Setting to DDC.
Updated•6 years ago
|
Keywords: dev-doc-needed → dev-doc-complete
Comment 8•6 years ago
|
||
Updates have been made to the following pages:
https://developer.mozilla.org/en-US/docs/Web/API/ImageCapture (just general cleanup; was never written to use VideoStreamTrack)
https://developer.mozilla.org/en-US/docs/Web/API/ImageCapture/ImageCapture (ditto)
https://developer.mozilla.org/en-US/docs/Web/API/Media_Streams_API (removed the two interfaces from the list of interfaces, added a paragraph saying to update existing code; other cleanup including separating interface and event lists)
https://developer.mozilla.org/en-US/docs/Web/API/MediaStream/getVideoTracks (explain the change; other fixes and cleanup)
https://developer.mozilla.org/en-US/docs/Web/API/MediaStream/getAudioTracks (ditto)
Updated BCD: https://github.com/mdn/browser-compat-data/pull/3083
Referenced from https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/64#APIs
You need to log in
before you can comment on or make changes to this bug.
Description
•