We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ad688 commit f661a21Copy full SHA for f661a21
index.bs
@@ -331,7 +331,7 @@ dictionary RTCEncodedVideoFrameMetadata {
331
unsigned long synchronizationSource;
332
octet payloadType;
333
sequence<unsigned long> contributingSources;
334
- long long presentationTimestamp; // microseconds
+ long long timestamp; // microseconds
335
};
336
</pre>
337
@@ -367,7 +367,7 @@ dictionary RTCEncodedVideoFrameMetadata {
367
</p>
368
</dd>
369
<dt>
370
- <dfn>presentationTimestamp</dfn> of type <span class=
+ <dfn>timestamp</dfn> of type <span class=
371
"idlMemberType">long long</span>
372
</dt>
373
<dd>
0 commit comments