Skip to content

Commit

Permalink
Changing RTCRtpContributingSource from an Interface to a dictionary
Browse files Browse the repository at this point in the history
Relates to ORTC Issue 289: 
#289
  • Loading branch information
aboba committed Dec 1, 2015
1 parent 0b06284 commit faf947c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ortc.html
Expand Up @@ -1847,8 +1847,8 @@ <h3>dictionary RTCRtpContributingSource</h3>
If the RTP packet contains no CSRCs, then the <code><a>RTCRtpContributingSource</a></code> 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.
</p>
<dl class="idl" title="interface RTCRtpContributingSource">
<dt>readonly attribute DOMHighResTimeStamp timestamp</dt>
<dl class="idl" title="dictionary RTCRtpContributingSource">
<dt>DOMHighResTimeStamp timestamp</dt>
<dd>
<p>
The <var>timestamp</var> of type <code>DOMHighResTimeStamp</code>
Expand All @@ -1858,11 +1858,11 @@ <h3>dictionary RTCRtpContributingSource</h3>
a local clock.
</p>
</dd>
<dt>readonly attribute unsigned long source</dt>
<dt>unsigned long source</dt>
<dd>
<p>The CSRC or SSRC value of the contributing source.</p>
</dd>
<dt>readonly attribute byte? audioLevel</dt>
<dt>byte? audioLevel</dt>
<dd>
<p>
The audio level contained in the last RTP packet
Expand Down

0 comments on commit faf947c

Please sign in to comment.