Skip to content

Commit

Permalink
Merge pull request #2577 from w3c/end-of-candidates-2571
Browse files Browse the repository at this point in the history
Point out that null mid+index only applies to end-of-candidates
  • Loading branch information
henbos committed Sep 24, 2020
2 parents 9e537f7 + eb4e0a7 commit 6231c71
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions webrtc.html
Expand Up @@ -4515,15 +4515,18 @@ <h2>
to identify the ICE [= generation =]; if
{{RTCIceCandidate/usernameFragment}} is
<code>null</code>, process the <var>candidate</var>
for the most recent ICE [= generation =]. If
for the most recent ICE [= generation =].
</p>
<p>If
<var>candidate</var>.{{RTCIceCandidate/candidate}}
is an empty string, process <var>candidate</var> as
an end-of-candidates indication for the
corresponding [= media description =] and ICE
candidate [= generation =]. If both
<var>candidate</var>.{{RTCIceCandidate/sdpMid}} and
<var>candidate</var>.{{RTCIceCandidate/sdpMLineIndex}}
are <code>null</code>, then this applies to all [=
are <code>null</code>, then this end-of-candidates
indication applies to all [=
media description =]s.
</p>
<ol>
Expand Down

0 comments on commit 6231c71

Please sign in to comment.