<!DOCTYPE html>
<!--
* Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree.
-->
<html>
<head>
<title>Multiple peerconnections</title>
</head>
<body>
<div id="wrapper">
<div id="container">
<div class="bottom-border">
<h2>PeerConnection</h2>
<label>
Number of peer connections
<input id="num-peerconnections" value="10">
</label><br>
<label>
Enable googCpuOveruseDetection
<input type="checkbox" id="cpuoveruse-detection" checked>
</label><br>
<button class="green" id="start-test">
Start Test
</button><br>
</div>
<div class="video-area">
<br>
<h2>Remote Streams</h2>
<table border="0" id="test-table"></table>
</div>
</div>
</div>
<script src="multiple-peerconnections.js"></script>
</body></html>