Skip to content

Commit

Permalink
fix: remove jitter from webrtcstats outbound
Browse files Browse the repository at this point in the history
  • Loading branch information
hdz-666 committed Nov 27, 2024
1 parent 697bcd4 commit 34e8f0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/hms-video-store/src/interfaces/webrtc-stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ interface MissingCommonStats {
interface MissingOutboundStats extends RTCOutboundRtpStreamStats, MissingCommonStats {
bytesSent?: number;
packetsSent?: number;
jitter?: number;
qualityLimitationReason?: string;
qualityLimitationDurations?: { none: number; cpu: number; bandwidth: number; other: number };
totalPacketSendDelay?: number;
Expand Down

0 comments on commit 34e8f0f

Please sign in to comment.