Re: [webrtc-pc] Required fields in RTCRtpParameters returned from getParameters

Ugh, I didn't see `transactionId` is only used by senders. Should we perhaps move `transactionId` and `degradationPreference` into an inherited dictionary instead?
```js
dictionary RTCSendRtpParameters : RTCRtpParameters {
    DOMString                transactionId;
    RTCDegradationPreference degradationPreference;
};
```

> encodings, headerExtensions, and codecs should at least be empty list

Agree.

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

Received on Friday, 25 August 2017 15:11:48 UTC