Re: [webrtc-pc] Should the spec describe addStream/onaddstream as legacy API?

@jan-ivar @youennf  actually addStream is not quite as simple (at least when used together with addTrack), see @henbos' comment [here](https://github.com/webrtc/adapter/pull/610#discussion_r125317404)
```
pc.addTrack(video, audioVideoStream);
pc.addStream(audioVideoStream)
```
must not throw an error while changing pc.getSenders().

-- 
GitHub Notification of comment by fippo
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1125#issuecomment-312688445 using your GitHub account

Received on Monday, 3 July 2017 16:28:10 UTC