[webrtc-pc] Processing Remote MediaStreamTracks should pass on receiver when constructing track event

soareschen has just created a new issue for https://github.com/w3c/webrtc-pc:

== Processing Remote MediaStreamTracks should pass on receiver when constructing track event ==
In the last step of 5.1.1 Processing Remote MediaStreamTracks:

> Queue a task to fire an event named track with transceiver, track, and streams at the connection object.

It missed out the receiver attribute in ` RTCTrackEvent`, which we know is simply getting from `transceiver.receiver`.

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1499 using your GitHub account

Received on Thursday, 20 July 2017 09:36:47 UTC