The LocalMediaStream
interface was part of the Media Capture and Streams API, representing a stream of data being generated locally (such as by getUserMedia()
. However, getUserMedia()
now returns a MediaStream
instead, and this interface has been removed from the specification.
Documentation LocalMediaStream by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also: