Skip to content

Commit

Permalink
Added getUserMedia() implementation suggestion as discussed in issue #67
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-be committed Feb 10, 2015
1 parent 26f957f commit 1951537
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions getusermedia.html
Expand Up @@ -3346,6 +3346,12 @@ <h2>Implementation Suggestions</h2>
same page be allowed as a way for pages to request multiple
discrete video and/or audio streams.</p>

<p class="practicedesc">Note also that if multiple <a
href="#dom-mediadevices-getusermedia">getUserMedia()</a> calls are
done by a page, the order in which they request resources, and the
order in which they complete, is not constrained by this
specification.</p>

<p class="practicedesc">A single call to <a
href="#dom-mediadevices-getusermedia">getUserMedia()</a> will always
return a stream with either zero or one audio tracks, and either
Expand Down Expand Up @@ -4718,6 +4724,12 @@ <h2>Change Log</h2>

<p>This section will be removed before publication.</p>

<h2>Changes since February 2, 2015</h2>
<ol>
<li>Added getUserMedia() implementation suggestion as discussed in
issue #67</li>
</ol>

<h2>Changes since October 27, 2014</h2>
<ol>

Expand Down

0 comments on commit 1951537

Please sign in to comment.