Skip to content

Commit

Permalink
fix: media-gateway rtpengine missing clear timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm committed Nov 26, 2024
1 parent c124a3b commit 631c279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/media_gateway/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ impl GatewayStore {

pub fn on_tick(&mut self, now: u64) {
self.webrtc.on_tick(now);
self.rtpengine.on_tick(now);

let ping = PingEvent {
cpu: self.node.cpu,
Expand Down

0 comments on commit 631c279

Please sign in to comment.