Skip to content

Commit

Permalink
Bring media related data up-to-date with production
Browse files Browse the repository at this point in the history
This fixes the name of MediaStream Recording, adds some missing items,
and adds the guide material so it will appear in the sidebar where it
should be.
  • Loading branch information
Eric Shepherd committed Nov 4, 2016
1 parent 7950a85 commit b63fd8f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions api/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -997,16 +997,20 @@
"started",
"devicechange" ]
},
"Media Recorder API": {
"overview": [ "MediaRecorder API" ],
"interfaces": [ "MediaRecorder" ],
"MediaStream Recording": {
"overview": [ "MediaStream Recording API" ],
"guides": [ { "url": "/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API",
"title": "Using the MediaStream recording API" } ],
"interfaces": [ "MediaRecorder",
"BlobEvent" ],
"methods": [],
"properties": [],
"events": [ "start_(MediaRecorder)",
"events": [ "start",
"stop",
"dataavailable",
"pause",
"resume" ]
"resume",
"error" ]
},
"Media Source Extensions": {
"interfaces": [ "MediaSource",
Expand Down

0 comments on commit b63fd8f

Please sign in to comment.