[webrtc-extensions] Maintain an internal slot of candidate pairs that are valid inputs to RTCIceTransport operations (#188)

sam-vi has just created a new issue for https://github.com/w3c/webrtc-extensions:

== Maintain an internal slot of candidate pairs that are valid inputs to RTCIceTransport operations ==
An internal slot of [[ActiveCandidatePairs]] can track candidate pairs that are
- added when sent in onicecandidatepairadd
- removed when sent in onicecandidatepairremove, which is not canceled
- removed when supplied to removeCandidatePairs

This makes it explicit and possible to validate synchronously whether an input to an RTCIceTransport operation is valid.

Please view or discuss this issue at https://github.com/w3c/webrtc-extensions/issues/188 using your GitHub account


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

Received on Monday, 6 November 2023 21:58:26 UTC