Skip to content

Commit

Permalink
Fix reference to timestamp definition
Browse files Browse the repository at this point in the history
RFC3550 instead of 3559
close #2281
  • Loading branch information
dontcallmedom committed Sep 2, 2019
1 parent 95e0726 commit cf22c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -7738,7 +7738,7 @@ <h2>Dictionary RTCRtpContributingSource Members</h2>
<dt data-tests="RTCRtpReceiver-getSynchronizationSources.https.html"><dfn data-idl><code>rtpTimestamp</code></dfn> of type
<span class="idlMemberType">unsigned long</span>, required</dt>
<dd>
<p>The last RTP timestamp, as defined in [[!RFC3559]] Section 5.1,
<p>The last RTP timestamp, as defined in [[!RFC3550]] Section 5.1,
of the media played out at <var>timestamp</var>.</p>
</dd>
</dl>
Expand Down

0 comments on commit cf22c47

Please sign in to comment.