[webrtc-extensions] Pull Request: Use RTCIceCandidatePair interface in RTCIceTransport

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

== Use RTCIceCandidatePair interface in RTCIceTransport ==
Addresses: w3c/webrtc-pc#2930.

This change is built on top of w3c/webrtc-pc#2961, which converts RTCIceCandidatePair from a dictionary to an interface.

- Change RTCIceCandidatePairEvent to contain a single RTCIceCandidatePair attribute.
- Modify RTCIceTransport algo so that getSelectedCandidatePair() returns an item from [[CandidatePairs]].
- Validate RTCIceCandidatePair inputs using object identity instead of candidate pair match algo.

See https://github.com/w3c/webrtc-extensions/pull/205


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

Received on Thursday, 18 April 2024 14:37:49 UTC