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

Clarify description of "checking" iceConnectionState #2884

Merged
merged 3 commits into from
Jun 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -12695,7 +12695,9 @@ <h3>
</td>
<td>
The {{RTCIceTransport}} has received at least one remote
candidate and is checking candidate pairs and has either
candidate (by means of {{RTCPeerConnection/addIceCandidate()}} or discovered as a
peer-reflexive candidate when receiving a STUN binding
request) and is checking candidate pairs and has either
not yet found a connection or consent checks [[!RFC7675]]
have failed on all previously successful candidate pairs.
In addition to checking, it may also still be gathering.
Expand Down