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

Replace 'is not present' with 'MUST NOT be [= map/exist | present =]' #778

Merged
merged 1 commit into from
Jan 25, 2024
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
19 changes: 11 additions & 8 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -1024,8 +1024,9 @@ <h2>
<dd>
<p>
If the {{RTCRtpTransceiver}} owning this stream has a
{{RTCRtpTransceiver/mid}} value that is not null, this is that
value, otherwise this member is not present.
{{RTCRtpTransceiver/mid}} value that is not <code>null</code>,
this is that value, otherwise this member MUST NOT be
[= map/exist | present =].
</p>
</dd>
<dt>
Expand Down Expand Up @@ -1726,7 +1727,7 @@ <h2>
<p>
If RTX is negotiated for retransmissions on a separate <a>RTP stream</a>, this is the SSRC
of the RTX stream that is associated with this stream's {{RTCRtpStreamStats/ssrc}}.
If RTX is not negotiated, this value is not present.
If RTX is not negotiated, this value MUST NOT be [= map/exist | present =].
</p>
</dd>
<dt>
Expand All @@ -1737,7 +1738,8 @@ <h2>
<p>
If a FEC mechanism that uses a separate <a>RTP stream</a> is negotiated, this is the SSRC
of the FEC stream that is associated with this stream's {{RTCRtpStreamStats/ssrc}}.
If FEC is not negotiated or uses the same <a>RTP stream</a>, this value is not present.
If FEC is not negotiated or uses the same <a>RTP stream</a>, this value MUST NOT be
[= map/exist | present =].
</p>
</dd>
</dl>
Expand Down Expand Up @@ -1923,8 +1925,9 @@ <h2>
<dd>
<p>
If the {{RTCRtpTransceiver}} owning this stream has a
{{RTCRtpTransceiver/mid}} value that is not null, this is that
value, otherwise this member is [=map/exist | not present=].
{{RTCRtpTransceiver/mid}} value that is not <code>null</code>,
this is that value, otherwise this member MUST NOT be
[= map/exist | present =].
</p>
</dd>
<dt>
Expand Down Expand Up @@ -2004,7 +2007,7 @@ <h2>
<p>
If RTX is negotiated for retransmissions on a separate <a>RTP stream</a>, this is the SSRC
of the RTX stream that is associated with this stream's {{RTCRtpStreamStats/ssrc}}.
If RTX is not negotiated, this value is not present.
If RTX is not negotiated, this value MUST NOT be [= map/exist | present =].
</p>
</dd>
<dt>
Expand Down Expand Up @@ -3383,7 +3386,7 @@ <h2>
{{RTCPeerConnectionIceEvent}}.
</p>
<p>
For remote candidates, this property is not present.
For remote candidates, this property is MUST NOT be [= map/exist | present =].
</p>
</dd>
<dt>
Expand Down