Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #41 from stefhak/gh-pages
Browse files Browse the repository at this point in the history
Added gUM with Promise hanging off mediaDevices.
  • Loading branch information
fippo committed Dec 27, 2014
2 parents 8405794 + 0daa4b4 commit 4f3cddd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,21 @@ <h2>Browser support scorecard</h2>
<td colspan="7">srcObject is the way to indicate to a video or audio element that it should
play a MediaStream (createObjectURL obsoleted in std). </td>
</tr>
<tr>
<th><a href="#promisegum">Promise based getUserMedia</a></th>
<td class="no"></td>
<td class="no"></td>
<td class="no"></td>
<td class="yes"></td>
<td class="no"></td>
<td class="no"></td>
<td class="no"></td>
<td class="no"></td>
</tr>
<tr class="about">
<th></th>
<td colspan="7">GetUserMedia has moved to mediaDevices (instead of hanging directly on navigator), and uses Promises instead of callbacks. </td>
</tr>
</table>
</div>
<p>See an error? This site is open source on Github, please let us know by <a href="https://github.com/andyet/iswebrtcreadyyet.com/issues">opening an issue</a>.</p>
Expand Down

0 comments on commit 4f3cddd

Please sign in to comment.