[ortc] There is no "audio/dtmf" codec MIME type

ibc has just created a new issue for https://github.com/openpeer/ortc:

== There is no "audio/dtmf" codec MIME type ==
Related to #529 and https://github.com/w3c/webrtc-pc/pull/637

ORTC mentions "dtmf" as `codec.name` in various parts of the spec, but
 there is no "audio/dtmf" MIME type but "audio/telephone-event":

http://www.iana.org/assignments/rtp-parameters/rtp-parameters.xhtml#rtp-parameters-2

Also, ORTC mentions "red" as `codec.name`, but the IANA table defines:

* `audio/RED`
* `text/red`
* (there is not `video/RED`)

It seems that being case sensitive will be important so the spec needs
 some fixes regarding this subject.

Please view or discuss this issue at 
https://github.com/openpeer/ortc/issues/548 using your GitHub account

Received on Monday, 16 May 2016 23:13:39 UTC