diff --git a/webrtc-stats.html b/webrtc-stats.html index ae67c0e..b74b5b6 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 =].
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 =].
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 =].
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 =].
- For remote candidates, this property is not present. + For remote candidates, this property is MUST NOT be [= map/exist | present =].