[ortc] No .kind in RTCRtpCodecParameters?

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