As a web developer, I want to know about latest Media, Video, Audio enhancements, so that I can take advantage of new features in my website or app.
The following bugs are dev-doc-complete, BCD is updated, an entry to Firefox release notes is added, experimental features page is updated, the content has been reviewed as needed.
@a2sheppy hi there! Can you estimate the points for this US, and put the estimate into the sprint spreadsheet also? Thanks.
Looks like around 3 points for this stuff. Much of it, if not most of it, is already documented at least in part. I'll go over it quickly to be sure there aren't issues, and apply any needed updates. The majority of the work will be BCD updates.
I've made some initial updates for item 4 (the seekto changes).
AV1 on Android was done in time for Firefox 80 but not in time for the launch of Fenix so it's not actually out yet. I've added a section to the Experimental features page for now as described in the bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1644566.
The seekto and skipad changes are holding pending resolution of a discussion I'm having about BCD structure for some of this data.
The SetPositionState thing appears to be a chrome-only issue that isn't exposed to the web; if I confirm that, this one will go away.
The SetPositionState change was internal use only; the public-facing change was previously documented.
Thanks for confirming! I think next time I will ping you earlier on things where I am not sure if they have to do with Web APIs (especially in RTC land, I'm not so familiar).
Submitted BCD PR 6492 to add the MediaSessionActionDetails dictionary which is needed for these updates
Last night I submitted BCD PR 6488 to add the MediaSessionAction enum to BCD; this includes the Firefox 80 additions of skipad and seekto.
Updated Firefox 80 for developers to mention seekto and seekad.
This is now complete pending the merging of BCD PR 6488 and BCD PR 6492.