Skip to content

Commit

Permalink
style: LD-6968 use trackIdentifier instead of iceCandidate
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-livedigital committed Aug 2, 2024
1 parent cecbcb1 commit d1b2c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detectors/DeadVideoTrackDetector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class DeadVideoTrackDetector extends BaseIssueDetector {
statsSample,
type: IssueType.Stream,
reason: IssueReason.DeadVideoTrack,
iceCandidate: trackId,
trackIdentifier: trackId,
});
});

Expand Down

0 comments on commit d1b2c57

Please sign in to comment.