Skip to content

Commit

Permalink
Fix engine mixer idle timeout (#346) (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoMDomingues authored Dec 15, 2023
1 parent 6e44306 commit 61a5a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/engine/EngineMixer.h
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ class EngineMixer : public transport::DataReceiver
uint64_t _lastRecordingAckProcessed;
bool _slidesPresent;

bool isIdle(uint16_t timestamp) const;
bool isIdle(uint64_t timestamp) const;

uint32_t getMinRemoteClientDownlinkBandwidth() const;
void reportMinRemoteClientDownlinkBandwidthToBarbells(const uint32_t minUplinkEstimate) const;
Expand Down

0 comments on commit 61a5a3a

Please sign in to comment.