OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 This page was created to help debug and study webrtc issues such as | 3 This page was created to help debug and study webrtc issues such as |
4 bandwidth estimation problems. It allows one to easily launch a test | 4 bandwidth estimation problems. It allows one to easily launch a test |
5 case that establishs a connection between 2 peer connections | 5 case that establishs a connection between 2 peer connections |
6 --> | 6 --> |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 <title>Loopback test</title> | 9 <title>Loopback test</title> |
10 | 10 |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 chart.draw(); | 218 chart.draw(); |
219 }); | 219 }); |
220 | 220 |
221 columnFilter.draw(); | 221 columnFilter.draw(); |
222 dashboard.bind([rangeFilter], [chart]); | 222 dashboard.bind([rangeFilter], [chart]); |
223 dashboard.draw(data); | 223 dashboard.draw(data); |
224 } | 224 } |
225 </script> | 225 </script> |
226 </body> | 226 </body> |
227 </html> | 227 </html> |
OLD | NEW |