[webrtc-extensions] Describe a match algorithm for two RTCIceCandidates (#186)

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

== Describe a match algorithm for two RTCIceCandidates ==
Matching of RTCIceCandidates is used by operations that take one or more RTCIceCandidatePair dictionaries as inputs, validate the input, and instruct the ICE agent to perform some action on the respective candidate pairs (eg. setSelectedCandidatePair).

There are two options for match RTCIceCandidates:
1. An instance match
2. A comparison of the candidate, sdpMid, sdpMLineIndex, and usernameFragment attributes of RTCIceCandidate

Option 2 may be preferable since the RTCIceCandidate is JSON-stringifiable with those 4 attributes.

Please view or discuss this issue at https://github.com/w3c/webrtc-extensions/issues/186 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:46:57 UTC