Re: [webrtc-pc] Have createOffer call addTransceiver() on offerToReceive.

I don't see this as createOffer() modifying state, but rather that when a user uses the legacy api ```offerToReceive``` they should really do ```addTrancseiver```, and the UA does it for the user (sort of a shim really).

This is is for legacy compatibility, and JSEP has removed everything about ```offerToReceive``` so I'm personally not overly concerned about aligning to the JSEP "spirit". I think this PR is a pragmatic way to add legacy compatibility we decided to do in a VI.

-- 
GitHub Notification of comment by stefhak
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/1430#issuecomment-327406003 using your GitHub account

Received on Wednesday, 6 September 2017 07:57:49 UTC