Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receive streams in WebRTC (and MediaStreamTrack support) #23342

Merged
merged 12 commits into from May 9, 2019
Prev

pref-gate RTCTrackEvent

  • Loading branch information
Manishearth committed May 9, 2019
commit 7d5e493759271805aa84d3cad5fccb410a4296f4
@@ -5,7 +5,7 @@
// https://w3c.github.io/webrtc-pc/#dom-rtctrackevent

[Constructor(DOMString type, RTCTrackEventInit eventInitDict),
Exposed=Window]
Exposed=Window, Pref="dom.webrtc.enabled"]
interface RTCTrackEvent : Event {
// readonly attribute RTCRtpReceiver receiver;
readonly attribute MediaStreamTrack track;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.