Skip to content

Commit

Permalink
Define creation time for RTP objects (#349)
Browse files Browse the repository at this point in the history
Fixes #302
  • Loading branch information
alvestrand committed May 16, 2018
1 parent 96e5cad commit 0e33bd1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,18 @@ <h3>
</h3>
<p>
The dictionaries for RTP statistics are structured as a hierarchy, so that those stats
that make sense in many different contexts are represented just once in IDL.<br>
that make sense in many different contexts are represented just once in IDL.</p>
<p>
The lifetime of all RTP <a>monitored object</a>s starts when
the RTP stream is first used: When the first RTP packet is sent or
received on the
SSRC it represents, or when the first RTCP packet is sent or received
that refers to the SSRC of the RTP stream.
</p>
<p>
RTP monitored objects are not deleted.
</p>
<p>
The hierarchy is as follows:
</p>
<p>
Expand Down

0 comments on commit 0e33bd1

Please sign in to comment.