Re: [webrtc-pc] offerToReceiveAudio/offerToReceiveVideo remain in implementations (likely needed for compat)

@foolip Hmm, does this cover all syntaxes? There's

    { offerToReceiveAudio: true, offerToReceiveVideo: true }

and the even older (note the upper-case O's)

    { mandatory: { OfferToReceiveAudio: true, OfferToReceiveVideo: 
true } }

and that's before the boolean became a numeral. Also we shouldn't stop
 counting these until a replacement is available (there is none 
today). Basically `recvonly` is not possible without these today.

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

Received on Friday, 6 January 2017 00:50:58 UTC