[webrtc-ice] Pull Request: Editorial: Align with Web IDL specification

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

== Editorial: Align with Web IDL specification ==
This is an automated pull request to align the spec with the latest Web IDL specification.

The following is the Web IDL validation message, which may help understanding this PR:

```
Validation error at line 5 in webrtc-ice,2, inside `interface RTCIceTransport -> operation start -> argument remoteParameters`:
    undefined                      start (RTCIceParameters remoteParameters, optional RTCIceRole role
                                                           ^ Dictionary argument must be optional if it has no required fields

Validation error at line 7 in webrtc-ice,2, inside `interface RTCIceTransport -> operation addRemoteCandidate -> argument remoteCandidate`:
    undefined                      addRemoteCandidate (RTCIceCandidateInit remoteCandidate);
                                                                           ^ Dictionary argument must be optional if it has no required fields
```

Currently this autofix might introduce awkward code formatting, and feel free to manually fix it whenever it happens.

Please file an issue at https://github.com/saschanaz/webidl-updater/issues/new if you think this PR is invalid or should be enhanced.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 21 December 2020 13:23:50 UTC