[ortc] Pull Request: Rename codec.numChannels to codec.channels (as in WebRTC spec)

ibc has just submitted a new pull request for https://github.com/w3c/ortc:

== Rename codec.numChannels to codec.channels (as in WebRTC spec) ==
WebRTC [RTCRtpCodecParameters](https://w3c.github.io/webrtc-pc/#dom-rtcrtpcodecparameters) defines `codec.channels` rather than `codec.numChannels`. This PR updates ORTC to match WebRTC by also using `codec.channels`.

Fixes #738 

See https://github.com/w3c/ortc/pull/739

Received on Sunday, 6 August 2017 10:29:03 UTC