[ortc] There is no muxId in RTCRtpEncodingParameters

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

== There is no muxId in RTCRtpEncodingParameters ==
In 
http://ortc.org/wp-content/uploads/2016/03/ortc.html#idl-def-RTCRtpParameters:

> muxId of type DOMString, defaulting to ""
>
[...] Note that including muxId in RTCRtpParameters rather than in 
RTCRtpEncodingParameters implies that if it is desired to send 
simulcast streams with different muxId values for each stream, then 
multiple RTCRtpSender objects are needed.

But I cannot find `muxId` within `RTCRtpEncodingParameters... May be 
it means the `encodingId` field, but that is related to the RID header
 extension which, AFAIK, it's not the same as the MID header 
extension.

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

Received on Monday, 2 May 2016 20:31:55 UTC