w3c / webrtc-extensions

A repository for experimental additions to the WebRTC API
https://w3c.github.io/webrtc-extensions/
Other
57 stars 19 forks source link

Describe a match algorithm for two RTCIceCandidatePairs #187

Closed sam-vi closed 5 months ago

sam-vi commented 7 months ago

Matching of RTCIceCandidatePairs is used by operations that take one or more candidate pairs as input, match them against previously known pairs, and perform some action on the respective pairs (eg. setSelectedCandidatePair).

The match algorithm should be based on matching the local and remote candidates respectively.

RTCIceCandidate matching is addressed by #186.