fix typo
This commit is contained in:
parent
2f9e19e545
commit
5ffdf55d0a
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()}kbps | ${data.MediaStreams[0].BitRate.toString().length()}`
|
||||
`${data.MediaStreams[0].BitRate.toString()}kbps | ${data.MediaStreams[0].BitRate.toString().length}`
|
||||
)
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue