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

Prevent candidate pair removal #168

Closed sam-vi closed 1 year ago

sam-vi commented 1 year ago

Fixes #166

This is a proposal for a cancelable event approach to preventing ICE candidate pair pruning.

An event is also proposed at the formation of candidate pairs, which is not strictly necessary for preventing candidate pair pruning, but makes sense to go together for applications to have a better view of the candidate pair lifecycle.


Preview | Diff

dontcallmedom-bot commented 1 year ago

This issue was discussed in WebRTC June 2023 meeting – 27 June 2023 (Issue #166 PR #168 - prevent candidate pair removal)

dontcallmedom-bot commented 1 year ago

This issue was mentioned in WEBRTCWG-2023-09-12 (Page 66)

alvestrand commented 1 year ago

Is this one ready to merge?