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

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

== Should the spec describe addStream/onaddstream as legacy API? ==
Related discussion in https://github.com/w3c/web-platform-tests/issues/5533

addStream and onaddstream are widely used but not specified in the WebRTC specification.
This API is more convenient to use from a web developer point of view for simple A/V calls then addTrack/ontrack.
This API is available in Edge, Chrome and Firefox while addTrack is only supported in Firefox.

>From a pragmatic point of view, it seems like the webrtc spec should describe this legacy API, in terms of existing API like addTrack for instance.

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

Received on Thursday, 13 April 2017 16:53:03 UTC