- From: jan-ivar via GitHub <sysbot+gh@w3.org>
- Date: Thu, 13 Jul 2017 02:25:28 +0000
- To: public-webrtc-logs@w3.org
> I can imagine there's a lot of code that looks like this: > ``` > stream.addTrack(track); > if (pc.addTrack) { > pc.addTrack(track, stream); > } > ``` @taylor-b then we should ***not*** polyfill automatic addition, or `addTrack` throws `InvalidAccessError`. -- GitHub Notification of comment by jan-ivar Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/1451#issuecomment-314951803 using your GitHub account
Received on Thursday, 13 July 2017 02:25:34 UTC