OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <!-- saved from url=(0065)https://webrtc.github.io/test-pages/src/multiple-peerc
onnections/ --> |
| 3 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 4 |
| 5 <title>Multiple peerconnections</title> |
| 6 |
| 7 <link rel="stylesheet" href="./peerconnection_multiple_files/main.css"> |
| 8 |
| 9 </head> |
| 10 |
| 11 <body> |
| 12 |
| 13 <div id="wrapper"> |
| 14 <div id="container"> |
| 15 <div class="bottom-border"> |
| 16 <h2>PeerConnection</h2> |
| 17 <label> |
| 18 Number of peer connections |
| 19 <input id="num-peerconnections" value="10"> |
| 20 </label><br> |
| 21 <label> |
| 22 Enable googCpuOveruseDetection |
| 23 <input type="checkbox" id="cpuoveruse-detection" checked=""> |
| 24 </label><br> |
| 25 <button class="green" id="start-test"> |
| 26 Start Test |
| 27 </button><br> |
| 28 </div> |
| 29 <div class="video-area"> |
| 30 <br> |
| 31 <h2>Remote Streams</h2> |
| 32 <table border="0" id="test-table"></table> |
| 33 </div> |
| 34 </div> |
| 35 </div> |
| 36 <script src="./peerconnection_multiple_files/adapter-latest.js"></script> |
| 37 <script src="./peerconnection_multiple_files/main.js"></script> |
| 38 |
| 39 |
| 40 |
| 41 </body></html> |
OLD | NEW |