- From: Iñaki Baz Castillo via GitHub <sysbot+gh@w3.org>
- Date: Mon, 29 Feb 2016 21:28:45 +0000
- To: public-ortc@w3.org
ibc has just created a new issue for https://github.com/openpeer/ortc:
== No .kind in RTCRtpCodecParameters? ==
Just wondering: why doesn't `RTCRtpCodecParameters` have `kind`
property?
```
dictionary RTCRtpCodecParameters {
DOMString name;
payloadtype payloadType;
unsigned long clockRate;
unsigned long maxptime;
unsigned long numChannels;
sequence<RTCRtcpFeedback> rtcpFeedback;
Dictionary parameters;
};
```
Please view or discuss this issue at
https://github.com/openpeer/ortc/issues/393 using your GitHub account
Received on Monday, 29 February 2016 21:28:46 UTC