From a7085b621fcbfda6d9b1a60b3e4c55edefbd84b0 Mon Sep 17 00:00:00 2001 From: Johannes Kron Date: Thu, 23 May 2019 16:27:56 +0200 Subject: [PATCH] Make RTCRtpContributingSource::rtpTimestamp required --- webrtc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webrtc.html b/webrtc.html index 818192486..ed37c779b 100644 --- a/webrtc.html +++ b/webrtc.html @@ -7344,7 +7344,7 @@

Methods

required DOMHighResTimeStamp timestamp; required unsigned long source; double audioLevel; - unsigned long rtpTimestamp; + required unsigned long rtpTimestamp; };

Dictionary RTCRtpContributingSource Members

@@ -7390,8 +7390,8 @@

Dictionary RTCRtpContributingSource Members

127 is converted to 0, and all other values are converted using the equation: 10^(-rfc_level/20).

-
rtpTimestamp of type - unsigned long
+
rtpTimestamp of type + unsigned long, required

The last RTP timestamp, as defined in [[!RFC3559]] Section 5.1, of the media played out at timestamp.