Skip to content

Commit

Permalink
Addressed Minyue's face-to-face review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
henbos committed Feb 26, 2020
1 parent 90e0efb commit d7c739e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Expand Up @@ -904,16 +904,17 @@ <h2>Dictionary {{RTCRtpContributingSource}} Members</h2>
<ol>
<li>
<p>If the relevant RTP packet contains the
<a>RTP Header Extension for Absolute Capture Time</a>, return the
<a>RTP Header Extension for Absolute Capture Time</a> and the
<a>estimated capture clock offset</a> field is present, return the
value of the <a>estimated capture clock offset</a> field and abort
these steps.</p>
</li>
<li>
<p>Otherwise, if the relevant RTP packet does not contain the
<a>RTP Header Extension for Absolute Capture Time</a> but a
previous RTP packet did, return the result of calculating the
estimated capture clock offset according to
<a>timestamp interpolation</a> and abort these steps.</p>
<a>RTP Header Extension for Absolute Capture Time</a>'s
<a>estimated capture clock offset</a> field, but a
previous RTP packet did, return the most recent value that was
present and abort these steps.</p>
</li>
<li>
Otherwise, return <code>undefined</code>.
Expand Down

0 comments on commit d7c739e

Please sign in to comment.