- From: jan-ivar via GitHub <sysbot+gh@w3.org>
- Date: Tue, 06 Jun 2017 21:19:40 +0000
- To: public-webrtc@w3.org
jan-ivar has just created a new issue for https://github.com/w3c/webrtc-pc: == track event description is obsolete since transceivers == https://w3c.github.io/webrtc-pc/#event-track currently says: Event name | Interface | Fired when... ------------|-----------|-------- track | RTCTrackEvent | A new incoming MediaStreamTrack has been created to represent incoming media received by a specific RTCRtpReceiver. With the advent of transceivers, this is incorrect. A receiver's track is now created on `addTrack` or `addTransceiver`, whereas this event fires much later when negotiation completes, and any associated remote streams have been created. Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1351 using your GitHub account
Received on Tuesday, 6 June 2017 21:19:47 UTC