Skip to content

Commit

Permalink
Fixes: #185.
Browse files Browse the repository at this point in the history
Explicitly refer to the change of selected candidate pair and state algo
for RTCIceTransport in selectCandidatePair method.
  • Loading branch information
sam-vi committed Nov 27, 2023
1 parent fbcee52 commit be10187
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 @@ -971,7 +971,7 @@ <h2>Methods</h2>
<ol>
<li>
<p>
Run the steps for a change in the selected candidate pair for an {{RTCIceTransport}}, leading up to a change in the {{RTCIceTransport/[[SelectedCandidatePair]]}} internal slot and {{RTCIceTransport/onselectedcandidatepairchange}}.
Run the steps labeled [=RTCIceTransport/change the selected candidate pair and state=] to update [=this=].{{RTCIceTransport/[[SelectedCandidatePair]]}} and [=this=].{{RTCIceTransport/[[IceTransportState]]}} as necessary and fire any associated events.
</p>
</li>
<li>
Expand Down

0 comments on commit be10187

Please sign in to comment.