Skip to content

Commit

Permalink
Enable availableOutgoingBitrate stat
Browse files Browse the repository at this point in the history
  • Loading branch information
vpalmisano committed Aug 24, 2023
1 parent fbc3e57 commit f843982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtcstats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ export function updateRtcStats(
)
setStats(
stats,
('transportSentAvailableOutgoingBitrate') as RtcStatsMetricNames,
'transportSentAvailableOutgoingBitrate' as RtcStatsMetricNames,
key,
availableOutgoingBitrate,
)
Expand Down

0 comments on commit f843982

Please sign in to comment.