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.
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.