Re: [webrtc-pc] offerToReceive* legacy behaviour spec does not match the behaviour of legacy implementations

I checked (1) in both Chrome (beta with experimental web platform features flag) and Firefox.
```
var pc = new RTCPeerConnection(); pc.createOffer({offerToReceiveAudio: true}).then(function(offer) { console.log(pc.getReceivers()); })
```
both return an empty array.

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

Received on Thursday, 15 June 2017 08:04:55 UTC