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 #175

Merged
merged 14 commits into from
Jan 12, 2024

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    9d5bfc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    d8f0d90 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    19529b1 View commit details
    Browse the repository at this point in the history
  2. Return a promise from removeCandidatePairs.

    The promise is resolved once the ICE agent has finished removing
    the supplied candidate pairs and the corresponding remove events
    have been fired.
    
    Also added some extra validation to setSelectedCandidatePair.
    sam-vi committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    9951451 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    3fd8395 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    ffe4768 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    691f5b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    59aa161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21df908 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    ea179f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    c9aa0dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59eecbf View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    b409bd9 View commit details
    Browse the repository at this point in the history
  2. Remove text appearing to put a requirement on the app.

    Instead, there should be a requirement on the user agent to validate the
    application's input.
    
    This requirement is added by w3c#194.
    sam-vi committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d0d0ae1 View commit details
    Browse the repository at this point in the history