w3c / webrtc-extensions

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

ReSpec errors from duplicate definitions of RTCIceCandidatePair #217

Closed sam-vi closed 2 weeks ago

sam-vi commented 2 months ago

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:

This leads to validation errors in webrtc-extensions when linking to these definitions.

Possibly related bug: speced/respec#4307.

dontcallmedom commented 2 months 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

dontcallmedom commented 2 weeks ago

With the republication of the WebRTC spec on TR, that problem is now resolved