[webrtc-pc] new commits pushed by youennf

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

* Make RTCIceCandidatePair members required

In webrtc-pc this dictionary is only used as a return type of getSelectedCandidatePair(), which will include both local and remote. This is not a problem.

In https://w3c.github.io/webrtc-extensions/#rtcicetransport the dictionary is used as a non-optional argument, and Web IDL requires that dictionary arguments are optional if there are no required members. Fix this by making them required.
  by Philip Jägenstedt
https://github.com/w3c/webrtc-pc/commit/8ca8cd0f2db449db2ff82d3fc4ca25dc8e53349b

* Merge pull request #2951 from foolip/patch-1

Make RTCIceCandidatePair members required
  by youennf
https://github.com/w3c/webrtc-pc/commit/6e18405fc8e675cc4f93747792c9f482c68e7636



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

Received on Thursday, 28 March 2024 15:37:18 UTC