[webrtc-ice] Pull Request: Fix IDL errors (mainly RTCIceParameters)

foolip has just submitted a new pull request for https://github.com/w3c/webrtc-ice:

== Fix IDL errors (mainly RTCIceParameters) ==
RTCIceParameters is made a partial dictionary, with the consequence
that there are no required members. Where RTCIceParameters or
RTCIceParameters is used as an argument, the arguments are made
optional.

Fixes https://github.com/w3c/webrtc-ice/issues/35.

See https://github.com/w3c/webrtc-ice/pull/36

Received on Tuesday, 21 July 2020 18:35:31 UTC