Add iceCandidatePoolSize to RTCConfiguration
Created attachment 304912 [details] Patch
Comment on attachment 304912 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=304912&action=review > LayoutTests/webrtc/rtcconfiguration-icecandidatepoolsize.html:12 > +shouldBe('config.iceCandidatePoolSize', '10'); Can we add some bad value cases, like 1000 or 'rr' for iceCandidatrPoolSize. This test also seems like a good work test. Would be cool to make it use testharness.js
I struggled to get the test harness to work at all. It might be something specific to my machine. In any case, I added test cases for undefined, null, -1, 1000, and 'string'.
Created attachment 304952 [details] Patch for landing
Created attachment 304983 [details] Patch for landing
Comment on attachment 304983 [details] Patch for landing Clearing flags on attachment: 304983 Committed r214209: <http://trac.webkit.org/changeset/214209>