w3c / webrtc-extensions

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

Use RTCIceCandidatePair interface in RTCIceTransport #205

Open sam-vi opened 7 months ago

sam-vi commented 7 months ago

Addresses: w3c/webrtc-pc#2930.

This change is built on top of w3c/webrtc-pc#2961, which converts RTCIceCandidatePair from a dictionary to an interface.


Preview | Diff

sam-vi commented 3 months ago

Filed #217 to address the validation errors.

Probably best to merge #218 or fix #217 another way before proceeding with this PR.