You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dfn><code>lastPacketReceivedTimestamp</code></dfn> of type <spanclass=
1072
+
"idlMemberType"><a>DOMHighResTimeStamp</a></span>
1073
+
</dt>
1074
+
<dd>
1075
+
<p>
1076
+
Represents the timestamp at which the last packet was received for this SSRC. This differs from <code>timestamp</code>, which represents the time at which the statistics were generated by the local endpoint.
<dfn><code>lastPacketSentTimestamp</code></dfn> of type <spanclass=
1231
+
"idlMemberType"><a>DOMHighResTimeStamp</a></span>
1232
+
</dt>
1233
+
<dd>
1234
+
<p>
1235
+
Represents the timestamp at which the last packet was sent for this SSRC. This differs from <code>timestamp</code>, which represents the time at which the statistics were generated by the local endpoint.
1236
+
</p>
1237
+
</dd>
1217
1238
<dt>
1218
1239
<dfn><code>targetBitrate</code></dfn> of type <spanclass=
1219
1240
"idlMemberType"><a>double</a></span>
@@ -1252,6 +1273,18 @@ <h2>
1252
1273
packetize the resulting data.
1253
1274
</p>
1254
1275
</dd>
1276
+
<dt>
1277
+
<dfn><code>averageRTCPInterval</code></dfn> of type <spanclass=
1278
+
"idlMemberType"><a>double</a></span>
1279
+
</dt>
1280
+
<dd>
1281
+
<p>
1282
+
The average RTCP interval between two consecutive compound RTCP packets. This is
1283
+
calculated by the sending endpoint when sending compound RTCP reports. Compound
1284
+
packets must contain at least a RTCP RR or SR packet and an SDES packet with the
0 commit comments