Skip to content

Commit

Permalink
Fix the reference to selectCandidatePair.
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-vi committed Nov 16, 2023
1 parent 59aa161 commit 21df908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ <h2>Methods</h2>
</dt>
<dd>
<p>
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 free resources allocated for candidates that it no longer needs. The application cannot call {{RTCIceTransport/setSelectedCandidatePair}}() with a candidate pair removed with this method.
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 free resources allocated for candidates that it no longer needs. The application cannot call {{RTCIceTransport/selectCandidatePair}}() with a candidate pair removed with this method.
</p>
<p>
When this method is invoked, the [= user agent =] MUST run the following steps:
Expand Down

0 comments on commit 21df908

Please sign in to comment.