diff --git a/ortc.html b/ortc.html index d1d3267..9d13b60 100644 --- a/ortc.html +++ b/ortc.html @@ -1847,8 +1847,8 @@

dictionary RTCRtpContributingSource

If the RTP packet contains no CSRCs, then the RTCRtpContributingSource object corresponding to the SSRC is updated, and the level value for the SSRC is updated based on the client-mixer header extension [[!RFC6464]] if present.

-
-
readonly attribute DOMHighResTimeStamp timestamp
+
+
DOMHighResTimeStamp timestamp

The timestamp of type DOMHighResTimeStamp @@ -1858,11 +1858,11 @@

dictionary RTCRtpContributingSource

a local clock.

-
readonly attribute unsigned long source
+
unsigned long source

The CSRC or SSRC value of the contributing source.

-
readonly attribute byte? audioLevel
+
byte? audioLevel

The audio level contained in the last RTP packet @@ -5683,6 +5683,10 @@

Changes since 20 November 2015

Clarified requirements for DTMF A-D tone support, as noted in: Issue 391 +
  • + Change RTCRtpContributingSource from an interface to a dictionary, as noted in: + Issue 289 +