Closed sam-vi closed 2 weeks ago
the "right" way to fix this will involve re-publishing the current editors draft of the WebRTC spec on /TR, which mostly needs approval from the WG
With the republication of the WebRTC spec on TR, that problem is now resolved
Ref: https://github.com/w3c/webrtc-pc/issues/2930.
With the conversion of
RTCIceCandidatePair
from a dictionary to an interface, the XRef database contains some ambiguous duplicate definitions with differing types from multiple version of the "webrtc" spec with the same spec ID:RTCIceCandidatePair
: https://respec.org/xref/?term=RTCIceCandidatePair&specs=webrtc&types=_IDL_RTCIceCandidatePair.local
: https://respec.org/xref/?term=local&specs=webrtc&types=attribute%2Cconst%2Cdict-member&for=RTCIceCandidatePairRTCIceCandidatePair.remote
: https://respec.org/xref/?term=remote&specs=webrtc&types=attribute%2Cdict-member%2Cconst&for=RTCIceCandidatePairThis leads to validation errors in webrtc-extensions when linking to these definitions.
Possibly related bug: speced/respec#4307.