- From: Martin Thomson <martin.thomson@gmail.com>
- Date: Mon, 3 Nov 2014 15:12:15 -0800
- To: Peter Thatcher <pthatcher@google.com>
- Cc: "public-webrtc@w3.org" <public-webrtc@w3.org>
On 3 November 2014 12:59, Peter Thatcher <pthatcher@google.com> wrote: > dictionary RTCRtpCodecCapability { > DOMString kind; [...] > dictionary RTCRtpHdrExtCapability { > DOMString kind; This duplication has me a little bothered. If "kind" was not an optional argument, or you had type-specific methods, you wouldn't need these parameters. (One benefit of the type-specific method is that you can very quickly determine if the browser supports smell-o-vision.)
Received on Monday, 3 November 2014 23:12:42 UTC