forked from MyPureCloud/webrtc-troubleshooter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (21 loc) · 779 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Test Page</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h2> Troubleshooter Settings </h2>
Ice Servers (as JSON array):
</br>
<textarea id="ice-servers" rows="4" cols="50"></textarea>
</br>
<button id="run-button"> Run troubleshooter to see results in console</button>
<script type="text/javascript" src="../node_modules/webrtc-adapter/out/adapter.js"></script>
<script type="text/javascript" src="../dist/webrtc-troubleshooter.js"></script>
<script type="text/javascript" src="test.js"></script>
</body>
</html>