[webrtc-pc] iceCandidatePoolSize type mismatch (minor spec bug)

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

== iceCandidatePoolSize type mismatch (minor spec bug) ==
When the IDL for `RTCConfiguration` was updated to change `iceCandidatePoolSize` from  `unsigned short` to `octet` (https://github.com/w3c/webrtc-pc/commit/7ff0c976c5f50c44e91f03b2db6e46953e4eaf2f), the corresponding property definition itself was not updated:

> iceCandidatePoolSize of type unsigned short, defaulting to 0

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

Received on Wednesday, 10 May 2017 18:26:11 UTC