OLD | NEW |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>WebRTC PeerConnection Manual Test</title> | 4 <title>WebRTC PeerConnection Manual Test</title> |
5 <!-- Load the polyfill to switch-hit between Chrome and Firefox --> | 5 <!-- Load the polyfill to switch-hit between Chrome and Firefox --> |
6 <script src="../adapter.js"></script> | 6 <script src="../adapter.js"></script> |
7 <script src="peerconnection.js"></script> | 7 <script src="peerconnection_manual.js"></script> |
phoglund_chromium
2014/05/23 11:15:33
Renamed this one to avoid confusion with the new p
| |
8 <link rel="StyleSheet" href="stylesheet.css"> | 8 <link rel="StyleSheet" href="stylesheet.css"> |
9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
10 </head> | 10 </head> |
11 <body> | 11 <body> |
12 | 12 |
13 <div id="wrapper"> | 13 <div id="wrapper"> |
14 <div id="getusermedia-input"> | 14 <div id="getusermedia-input"> |
15 GetUserMedia <a href="http://goo.gl/V7cZg">MediaStreamConstraints</a>: | 15 GetUserMedia <a href="http://goo.gl/V7cZg">MediaStreamConstraints</a>: |
16 <input type="text" id="getusermedia-constraints"> | 16 <input type="text" id="getusermedia-constraints"> |
17 Audio<input type="checkbox" id="audio" checked | 17 Audio<input type="checkbox" id="audio" checked |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
154 </textarea> | 154 </textarea> |
155 | 155 |
156 <h2>Debug</h2> | 156 <h2>Debug</h2> |
157 <pre id="debug"></pre> | 157 <pre id="debug"></pre> |
158 </div> | 158 </div> |
159 </div> | 159 </div> |
160 </div> | 160 </div> |
161 | 161 |
162 </body> | 162 </body> |
163 </html> | 163 </html> |
OLD | NEW |