Skip to content

Commit 2b3b502

Browse files
authored
fix: frozen-video issue duplicates (#33)
1 parent 028c944 commit 2b3b502

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/detectors/FrozenVideoTrackDetector.ts

+3
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ class FrozenVideoTrackDetector extends BaseIssueDetector {
105105
ssrcs: frozenStreams.map((stream) => stream.ssrc),
106106
},
107107
});
108+
109+
// clear all processed stats for this connection to avoid duplicate issues
110+
this.deleteLastProcessedStats(data.connection.id);
108111
}
109112

110113
return issues;

0 commit comments

Comments
 (0)