From 431b2ca676b51d3642c5d9763a92ee0500dfc60f Mon Sep 17 00:00:00 2001 From: henbos Date: Thu, 25 Jan 2024 16:23:53 +0100 Subject: [PATCH] Replace 'is not present' with 'MUST NOT be [= map/exist | present =]' (#778) --- webrtc-stats.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/webrtc-stats.html b/webrtc-stats.html index d6b167e..e9aee2e 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -1024,8 +1024,9 @@

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 null, + this is that value, otherwise this member MUST NOT be + [= map/exist | present =].

@@ -1726,7 +1727,7 @@

If RTX is negotiated for retransmissions on a separate RTP stream, 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 =].

@@ -1737,7 +1738,8 @@

If a FEC mechanism that uses a separate RTP stream 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 RTP stream, this value is not present. + If FEC is not negotiated or uses the same RTP stream, this value MUST NOT be + [= map/exist | present =].

@@ -1923,8 +1925,9 @@

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 null, + this is that value, otherwise this member MUST NOT be + [= map/exist | present =].

@@ -2004,7 +2007,7 @@

If RTX is negotiated for retransmissions on a separate RTP stream, 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 =].

@@ -3383,7 +3386,7 @@

{{RTCPeerConnectionIceEvent}}.

- For remote candidates, this property is not present. + For remote candidates, this property is MUST NOT be [= map/exist | present =].