Skip to content

Commit

Permalink
Remove text appearing to put a requirement on the app.
Browse files Browse the repository at this point in the history
Instead, there should be a requirement on the user agent to validate the
application's input.

This requirement is added by w3c#194.
  • Loading branch information
sam-vi committed Jan 12, 2024
1 parent b409bd9 commit d0d0ae1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1035,8 +1035,7 @@ <h2>Methods</h2>
The {{removeCandidatePair}} method removes the provided candidate pair. The [= ICE agent =] will stop sending and
responding to ICE connectivity checks on the removed candidate pair, and it can no longer be used to send data for this
transport. This method is meant to be called when the application wants to allow the [= ICE agent =] to [= free =]
candidates that it no longer needs. The application cannot call {{RTCIceTransport/selectCandidatePair}}() with a
candidate pair removed with this method.
candidates that it no longer needs.
</p>
<p>
When this method is invoked, the [= user agent =] MUST run the following steps:
Expand Down

0 comments on commit d0d0ae1

Please sign in to comment.