[webrtc-pc] new commits pushed by aboba

The following commits were just pushed by aboba to https://github.com/w3c/webrtc-pc:

* Specify how data channel priority enum is initialized from priority int

Fixes #1423.

The priority value from the data channel "OPEN" message is a two-byte
integer, whereas the priority on the RTCDataChannel object is an enum.
The integer has four recommended values in rtcweb-transport, but that
recommendation is only a "SHOULD", so technically any value from 0 to
65535 is possible. So something needs to define how these integer values
are mapped to the enum values.
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/27f1ecf83deccefecec36e90f01a2bdf2b987fd0

* Merge pull request #1523 from taylor-b/issue_1423_datachannel_priority

Specify how data channel priority enum is initialized from priority integer
  by Bernard Aboba
https://github.com/w3c/webrtc-pc/commit/44434d144c9b649243d56623cdd2db4d94ab4f90

Received on Thursday, 10 August 2017 14:12:49 UTC