Re: [webrtc-pc] Simulcast makes no sense for audio.

We need to nail down what this API must support today so that we can test it. E.g. if someone calls:
```js
pc.addTransceiver("audio", {sendEncodings: [{rid: 'f'}, {rid: 'h', codecPayloadType: 1}]});
```
browser vendors need to know what to do. I hope we agree all browsers should do the same thing.

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

Received on Thursday, 22 March 2018 17:10:27 UTC