Skip to content

Commit aff75b1

Browse files
style: LD-6968 update reason
1 parent 0a5d950 commit aff75b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/detectors/FrozenVideoTrackDetector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class FrozenVideoTrackDetector extends BaseIssueDetector {
9898
issues.push({
9999
statsSample,
100100
type: IssueType.Stream,
101-
reason: IssueReason.DeadVideoTrack,
101+
reason: IssueReason.FrozenVideoTrack,
102102
trackIdentifier: trackId,
103103
});
104104
});

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export enum IssueReason {
8181
UnknownVideoDecoderIssue = 'unknown-video-decoder',
8282
LowInboundMOS = 'low-inbound-mean-opinion-score',
8383
LowOutboundMOS = 'low-outbound-mean-opinion-score',
84-
DeadVideoTrack = 'dead-video-track',
84+
FrozenVideoTrack = 'frozen-video-track',
8585
}
8686

8787
export type IssuePayload = {

0 commit comments

Comments
 (0)