Re: [webrtc-pc] Add legacy note about addStream.

> 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