Skip to content

Commit

Permalink
Only allow cancelling remove pre-nomination.
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-vi committed Sep 4, 2023
1 parent a2c2cac commit 3a815e6
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 @@ -886,7 +886,7 @@ <h3>
</li>
<li>
<p>
Let |cancelable:boolean| be <code>true</code> if the candidate pair is being removed in order to free an unused candidate, and <code>false</code> otherwise.
Let |cancelable:boolean| be <code>true</code> if |transport|.{{RTCIceTransport/[[CandidatePairNominated]]}} is <code>false</code> and the candidate pair is being removed in order to free an unused candidate, and <code>false</code> otherwise.
</p>
</li>
<li>
Expand Down

0 comments on commit 3a815e6

Please sign in to comment.