Skip to content

Commit e3f20cb

Browse files
committed
fix: readme
1 parent aa26601 commit e3f20cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ Detects issues with decoder.
112112
const exampleIssue = {
113113
type: 'cpu',
114114
reason: 'decoder-cpu-throttling',
115+
statsSample: {
116+
affectedStreamsPercent: 67,
117+
throtthedStreams: [
118+
{ ssrc: 123, allDecodeTimePerFrame: [1.2, 1.6, 1.9, 2.4, 2.9], volatility: 1.7 },
119+
]
120+
},
115121
}
116122
```
117123

0 commit comments

Comments
 (0)