[webrtc-pc] Missing initialization of priority attribute when firing datachannel event

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

== Missing initialization of priority attribute when firing datachannel event ==
In step 4 of section 6.2. _When an underlying data transport is to be announced_, it missed initializing `priority` from the configuration.

> Initialize channel's label, ordered, maxPacketLifeTime, maxRetransmits, protocol, negotiated and id attributes to their corresponding values in configuration.

It is also not clear what the value of `priority` should be, if the byte value in configuration do not match one of the corresponding enum value of `RTCPriorityType`. The valid values specified is only a SHOULD requirement.

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

Received on Friday, 9 June 2017 09:02:56 UTC