Unpref MediaStream and MediaStreamTrack

This commit is contained in:
Manish Goregaokar 2020-07-02 11:44:56 -07:00
parent 6143173858
commit 0b998a1d1c
2 changed files with 2 additions and 3 deletions

View file

@ -4,8 +4,7 @@
// https://w3c.github.io/mediacapture-main/#dom-mediastream
[Exposed=Window,
Pref="dom.webrtc.enabled"]
[Exposed=Window]
interface MediaStream : EventTarget {
[Throws] constructor();
[Throws] constructor(MediaStream stream);

View file

@ -4,7 +4,7 @@
// https://w3c.github.io/mediacapture-main/#dom-mediastreamtrack
[Exposed=Window, Pref="dom.webrtc.enabled"]
[Exposed=Window]
interface MediaStreamTrack : EventTarget {
readonly attribute DOMString kind;
readonly attribute DOMString id;