show full bitrate
This commit is contained in:
parent
5f0c70f670
commit
dd05e6b913
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@
|
|||
.then((response) => response.json())
|
||||
.then((data) =>
|
||||
alert(
|
||||
`${data.MediaStreams[0].BitRate.toString().substring(0, 3)}kbps`
|
||||
`${data.MediaStreams[0].BitRate.toString()}kbps`
|
||||
)
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue