Friday, July 24, 2015

Web Updates – MediaStream Deprecations

The MediaStream API represents synchronized streams of audio or video. MediaStream.ended, MediaStream.label and MediaStream.stop() are being deprecated. Use MediaStream.active, MediaStreamTrack.label and MediaStreamTrack.stop() instead.
by Sam Dutton via HTML5Rocks

No comments:

Post a Comment