[webrtc-pc] Pull Request: Convert RTCIceCandidatePair dictionary to an interface

sam-vi has just submitted a new pull request for https://github.com/w3c/webrtc-pc:

== Convert RTCIceCandidatePair dictionary to an interface ==
Addresses: #2930.

Change the `RTCIceCandidatePair` dictionary to an interface and change the required dictionary members to readonly attributes backed by internal slots.

No constructor is described in the IDL to prevent an application from constructing arbitrary pairs. Only the user agent can construct valid `RTCIceCandidatePair` in response to the ICE agent forming candidate pairs, and to represent the selected candidate pair.

See https://github.com/w3c/webrtc-pc/pull/2961


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

Received on Thursday, 18 April 2024 13:16:05 UTC