Closed RichLogan closed 2 months ago
There were a number of Date.now calls littered around different part of the codebase. This PR attempts to move the timestamping to the top of the various call stacks (subscription callback, media capture, task invocation) and pass them down.
Date.now
There were a number of
Date.now
calls littered around different part of the codebase. This PR attempts to move the timestamping to the top of the various call stacks (subscription callback, media capture, task invocation) and pass them down.