Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RTCIceTransport method to remove candidate pairs #3

Closed
wants to merge 4 commits into from

Conversation

sam-vi
Copy link
Owner

@sam-vi sam-vi commented Sep 5, 2023

Fixes w3c#170.

This PR extends the RTCIceTransport interface by adding a new method to allow an application to remove candidate pairs that are no longer needed for the peer connection. The new method removeCandidatePairs immediately removes the supplied candidate pairs, which are then sent in non-cancelable icecandidatepairremove events.

This PR is only intended to show the minimal diff for w3c#175, which is stacked on top of w3c#174. This PR shows the minimal diff for w3c#175 minus any edits in the base PR.


Preview | Diff

@sam-vi sam-vi changed the title Remove candidate pairs Add RTCIceTransport method to remove candidate pairs Sep 5, 2023
@sam-vi sam-vi closed this Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants