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

robin-raymond has just merged ibc's pull request 739 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 Saturday, 19 August 2017 01:26:45 UTC