[webrtc-pc] RTCIceCandidate: component attribute missing?

fippo has just created a new issue for https://github.com/w3c/webrtc-pc:

== RTCIceCandidate: component attribute missing? ==
https://tools.ietf.org/html/rfc5245#section-15.1 has a component-id which however is missing the component. Given the lack of enthusiasm for non-mux was that intentional?

If this is missing and should be added should this be
```readonly attribute unsigned short?         component;```
or
```readonly attribute RTCIceComponent? component```

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1167 using your GitHub account

Received on Friday, 5 May 2017 10:42:51 UTC