[webrtc-pc] new commits pushed by alvestrand

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

* Adding "[EnforceRange]" to RTCDataChannelInit.id.

Otherwise, values outside the 0-65535 range will be converted to that
range using modulo arithmetic, which isn't something we want.
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/4d3ab5bbf616eed9ad8ee0556ca9522d2307e2eb

* Merge pull request #1047 from taylor-b/enforce_datachannel_id_range

Adding "[EnforceRange]" to RTCDataChannelInit.id.
  by Harald Alvestrand
https://github.com/w3c/webrtc-pc/commit/450a4127e034e4f80f25ce07e6a4871b665dff9d

Received on Thursday, 9 March 2017 15:16:25 UTC