Skip to content

Commit d9b6dfc

Browse files
committed
allow prompt bypass for miked speakers exposed through getUserMedia()
1 parent c29658f commit d9b6dfc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,9 @@ <h2>Methods</h2>
277277
</li>
278278
<li>
279279
<p class="fingerprint">If <var>deviceId</var> is not
280-
<code>""</code> and matches an id previously exposed by
281-
{{MediaDevices/selectAudioOutput}} in an earlier browsing
280+
<code>""</code> and matches an audio output device id previously
281+
exposed by {{MediaDevices/selectAudioOutput}} or
282+
{{MediaDevices/enumerateDevices()}} in an earlier browsing
282283
session, the user agent MAY decide, based on its previous
283284
decision of whether to persist this id or not for this set
284285
of origins, to run the following sub steps:</p>

0 commit comments

Comments
 (0)