- From: Philip Jägenstedt via GitHub <sysbot+gh@w3.org>
- Date: Wed, 27 Mar 2024 11:14:46 +0000
- To: public-webrtc@w3.org
foolip has just submitted a new pull request for 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. See https://github.com/w3c/webrtc-pc/pull/2951 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 27 March 2024 11:14:46 UTC