- From: jan-ivar via GitHub <sysbot+gh@w3.org>
- Date: Fri, 25 Aug 2017 15:11:50 +0000
- To: public-webrtc-logs@w3.org
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