w3c / mediacapture-extensions

Extensions to Media Capture and Streams by the WebRTC Working Group
https://w3c.github.io/mediacapture-extensions/
Other
19 stars 14 forks source link

[Track Stats API] Remove `timestamp` #103

Closed henbos closed 10 months ago

henbos commented 11 months ago

Jan-Ivar suggested to remove timestamp and I originally pushed back, but having come to my senses and gained implementation experience, I really don't see the value of the timestamp anymore. Regardless if we read from a ring buffer or PostTaskAndReply it doesn't matter, the frame counters are accurate enough that you can just look at performance.now() for the stats collection time.

Let's delete it?

henbos commented 11 months ago

This one was uncontroversial, I'll write a PR