Skip to content

Commit af18297

Browse files
Apply suggestions from code review
Co-authored-by: Christoph Guttandin <chrisguttandin@media-codings.com>
1 parent 32ca908 commit af18297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11658,7 +11658,7 @@ interface AudioPlayoutStats {
1165811658
: <dfn>[[latency reset time]]</dfn>
1165911659
::
1166011660
The time when the latency statistics were last reset, a
11661-
{{DOMHighResTimeStamp}}.
11661+
double.
1166211662
</dl>
1166311663

1166411664
<h4 id="AudioPlayoutStats-constructors">
@@ -11807,7 +11807,7 @@ To inhibit the usage of such a covert channel, the API implements these
1180711807
mitigations.
1180811808
- The values returned by the API should not be updated more than once per
1180911809
second.
11810-
- The api should be restricted to sites fulfill at least one of the following
11810+
- The API should be restricted to sites that fulfill at least one of the following
1181111811
criteria:
1181211812
1. The site has obtained
1181311813
<a href="https://w3c.github.io/mediacapture-main/#dom-mediadevices-getusermedia">getUserMedia</a>

0 commit comments

Comments
 (0)