Quicr / quicr-mac

quicr-mac is a proof of concept Media over QUIC application allowing audio / video conferencing using libquicr.
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Reduce time calls #463

Closed RichLogan closed 2 months ago

RichLogan commented 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.