Index: manual/constraints.html |
=================================================================== |
--- manual/constraints.html (revision 188159) |
+++ manual/constraints.html (working copy) |
@@ -2,6 +2,9 @@ |
<html> |
<head> |
<title>WebRTC GetUserMedia Constraints Manual Test</title> |
+ <meta http-equiv="X-UA-Compatible" content="chrome=1"/> |
+ <!-- Load the polyfill to switch-hit between Chrome and Firefox --> |
kjellander_chromium
2013/03/15 09:14:06
End comments with punctuation.
|
+ <script type="text/javascript" src="../adapter.js"></script> |
kjellander_chromium
2013/03/15 09:14:06
Refer to https://webrtc.googlecode.com/svn/trunk/s
elham1
2013/03/21 22:36:27
Done.
|
<script type="text/javascript" src="constraints.js"></script> |
<link rel="StyleSheet" type="text/css" href="stylesheet.css"> |
<meta charset="utf-8"> |
@@ -46,7 +49,7 @@ |
<input type="text" id="optional-max-height" size="4"/> |
FPS: <input type="text" id="optional-max-fps" size="2"/> |
Aspect ratio: <input type="text" id="optional-max-ar" size="2"/><br/> |
- <button id="re-request" onclick="getUserMedia();"> |
+ <button id="re-request" onclick="doGetUserMedia();"> |
Request GetUserMedia |
</button> |
<h2>Messages</h2> |